/****************************************
Default Overrides
=======================================*/

html body {
    color: #3E4543;
    background-color: #dddddd;
    font-family: "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.42857143;
    height: 100%;
}

    /****************************************
Navigation
=======================================*/
    html body .navbar.navbar-default {
        border-top: 5px solid #788536;
        padding: 0px;
    }

    html body .navbar-nav > li > a, html body .navbar-brand {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
        height: 30px;
    }

    html body .navbar {
        min-height: 30px !important;
    }

    html body .navbar-default .navbar-nav a,
    html body .navbar-default .navbar-nav > a:focus,
    html body .navbar-default .navbar-nav a:hover {
        color: #788536;
        text-decoration: none;
    }

    html body .navbar-default .navbar-nav > .active > a,
    html body .navbar-default .navbar-nav > .active > a:focus,
    html body .navbar-default .navbar-nav > .active > a:hover {
        color: #788536;
    }

.logo-holder {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #3E4543;
}

.invalidCss {

  box-shadow: 0 0 10px red;
}

.highlightCss {

  background-color: #f0ffa6 !important;
}

.highlightSuccess {
    background-color: #5cb85c3f !important;
}

.highlightWarning {
    background-color: #ffffc9 !important;
}

.user-name-header {
    color: #fff;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 1.4em;
}
.user-name-header i {
    margin-right:10px;
    font-size:1.1em;
}

.user-profile-menu {
    padding-left : 10px;
    list-style-type: none;
}

.user-profile-menu li {
    margin: 5px;
    color: #788536;
}
.user-profile-menu li > i {
    margin-right:5px
}
.user-profile-menu li a {
    text-decoration: underline;
}
.text-menu{
    border :none;
}
.text-bar{
    color :#fff;
}



/****************************************
Styles for Client Portal Mock -- Start
=======================================*/

 .gridNav{
 	padding: 10px 20px;
 }
 
 .gridNav .btn-group {
   float: left;
 }
.btn-group span {
   cursor: pointer;
 }
 .btn-group {
   padding: 0px 10px;
 }
 .menuItems{
   padding-left: 5px !important;
 }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: #c8cac9;         /* adjust as needed */
    padding-right: 5px;
    cursor: pointer;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; 
    cursor: pointer;   /* adjust as needed, taken from bootstrap.css */
}


.selected{
	background-color:#9da76e !important;
    color: #FFF;
}

.tableCP{
	margin-top: -5px;
}


.tableCP tr th{
	font-size:16px !important;
	text-align: center !important;
	font-family: "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", sans-serif !important;
	
}


 .tableCP tbody tr td{
	font-size:14px !important;
	text-align: center !important;
	font-family: "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", sans-serif !important;
}

.rows{
	cursor: pointer;
}
 

.nestedTable { 
     table-layout:fixed; 
     border: 2px solid #dddddd; 
     border-bottom-width: 4px; 
     border-bottom-style: groove;
     border-radius: 15px
}





@media 
	only screen and (max-width: 760px),
	(min-device-width: 761px) and (max-device-width: 1024px)  {
    /* #panelid{
        overflow: auto;
    } */
    .table>tbody>tr>td, 
    .table>tbody>tr>th,
    .table>tfoot>tr>td, 
    .table>tfoot>tr>th, .table>thead>
    tr>td,
     .table>thead>tr>th{
        padding: 20px;
    }
    #panelt{
        overflow: auto ;
    }
 
     #floatipadview{
        float: left !important;
        color: red; 
        text-align: left
      
    }  
  
    #btn btn-fa-file-text{
        padding-left: 20px !important; 
        position: static;
        margin-left: -50px;
        text-align:left;
        color: red;
    }
   
    /* Force table to not be like tables anymore */
	#tblSearchResult table, 
	#tblSearchResult thead, 
	#tblSearchResult tbody, 
	#tblSearchResult th, 
	#tblSearchResult td, 
	#tblSearchResult tr { 
		display: block !important; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#tblSearchResult thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#tblSearchResult tr { border: 1px solid #ccc; }
 
	#tblSearchResult td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		
    }

    #tblSearchResult td span{
           padding-left: 0% ;  
    }
    #tblSearchResult td a { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
        padding-left: 0% !important; 
 		white-space: normal;
		text-align:left;
		
    }
    #tblSearchResult td a span { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
        padding-left: 0% !important; 
 		white-space: normal;
        text-align:left;
 		
    }

      #tblSearchResult td i{
        padding-left: 0px !important; 
    }

    .fa-file-text{
 
        padding-left: 0px !important; 
  
    }
    #tblSearchResult td div  { 
         padding-left: 20px !important; 
         position: static;
         margin-left: -50px;
         text-align:left;

 		
    }
    
   
  
	#tblSearchResult td:before { 
		/* Now like a table header */
 		/* Top/left values mimic padding */
		top: 23px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: normal;
		text-align:left;
        font-weight: bold;
         line-height:20px;
 }

 #tblSearchResult td pre{
    margin-left: -50% !important;
    position: static;
 
 }
    #tblSearchResult td{ 
	  line-height:20px;
      	
    }
 
 
	
	#tblSearchResult td:before {
         content: attr(data-title);
         line-height:10px;
        }
        #tblSearchResult td:nth-of-type(6) {
            content: attr(data-title);

             line-height:20px;
             }
}

.form-horizontal .form-group .control-label{
    text-align: left;
    font-weight: 700;
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}


/****************************************
Styles for Client Portal Mock -- End
=======================================*/


/****************************************
Links and text formatting
=======================================*/

html a {
    color: #788536;
    text-decoration: underline;
}

    html a:hover {
        color: #A16125;
    }

    html a.btn {
        text-decoration: none;
    }

html h1 a {
    color: #dbdbdb;
    font-weight: 100;
}

html body .danger {
    color: #bd0606;
    font-weight: 400;
}

html body .warning {
    font-weight: bold;
}

    html body .warning .fa-warning {
        color: #e08b02;
        margin-right: 5px;
    }

html body .nav-pills > li.active > a, html body .nav-pills > li.active > a:focus, html body .nav-pills > li.active > a:hover {
    background-color: #788536;
}

/****************************************
Button Overrides
=======================================*/


 /* html body .btn:not(.uib-datepicker-popup.dropdown-menu ) {
    width: 175px;
    height: 40px;
    padding: 10px 12px;
} */
 



.btn.btn-lg {
    width: 100%;
    max-width: 300px;
}

    .btn.btn-lg.btn-fullwidth {
        max-width: none;
    }
    


 /* .btn.btn-sm :not(.uib-datepicker-popup.dropdown-menu ) {
	width: 100px;
	height: 30px;
    padding: 5px 6px;
     
} */
 

div.panel-title > .btn-sm,
div.panel-title > .btn.btn-sm:focus,
div.panel-title > .btn.btn-sm:hover {
    margin-top: -5px;
    
}


.btn.btn-primary,
/*.btn.btn-primary:focus,
.btn.btn-primary:hover,*/
.btn.btn-link,
.btn.btn-link:focus,
.btn.btn-link:hover {
    border: #3e4543 1px solid;
    background-color: #788536;
    color: white;
    font-size: 14px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: btn;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color .25s, border-color .25s, color .25s, opacity .25s, transform .5s, -webkit-transform .5s;
    -moz-transition: background-color .25s, border-color .25s, color .25s, opacity .25s, transform .5s, -webkit-transform .5s;
    -ms-transition: background-color .25s, border-color .25s, color .25s, opacity .25s, transform .5s, -webkit-transform .5s;
    -o-transition: background-color .25s, border-color .25s, color .25s, opacity .25s, transform .5s, -webkit-transform .5s;
    transition: background-color .25s, border-color .25s, color .25s, opacity .25s, transform .5s, -webkit-transform .5s;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus, 
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #697430;
}


.btn.btn-link {
    position: relative;
}

    .btn.btn-link .fa {
        font-size: 30px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .btn.btn-link .fa-arrow-circle-right:before {
        content: "\f0a9";
        position: relative;
        top: -6px;
    }

.btn.btn-secondary/*, .btn.btn-secondary:hover, .btn.btn-secondary:focus*/ {
    background-color: #a0612c;
    color: #dbdbdb;
}
 

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus {
    background-color: #8d5527;
}

.btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger:focus {
    font-size:14px !important;
    border: #3e4543 1px solid !important;
}

 /* .btn.btn-default, .btn.btn-default:focus, .btn.btn-default:hover :not(.uib-datepicker-popup.dropdown-menu ){
    background-color: #dbdbdb;
    border: #3E4543 1px solid;
    color: #3E4543;
} */

.btn.btn-smalldefault, .btn.btn-smalldefault:focus, .btn.btn-smalldefault:hover {
    background-color: #dbdbdb;
    border: #3E4543 1px solid;
    color: #3E4543;
    width: 100px !important;
    height: 30px !important;
}

.btn.disabled {
    background-color: #9B9B9B;
    color: #3E4543;
}

.btn-group .btn.btn-default {
    background-color: #bec4c2;
    color: #3e4543;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px #788536;
}

html body .btn-group-lg > .btn, html body .btn-lg {
    font-size: inherit;
}

.btn-group .btn.btn-default.active {
    background-color: #788536;
    color: #dbdbdb;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-group .btn.btn-default:focus {
    border: solid 1px #788536;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(120, 133, 54, 0.6);
    outline: 0 none !important;
}

.btn.btn-fa-icon {
    width: 30px;
    height: 30px;
    padding: 5px 1px 5px 5px;
    font-size: 22px;
}

.btn.btn-fa-icon-short {
    width: 30px;
    height: 30px;
    padding: 0px 1px 0px 5px;
    font-size: 20px;
}

.btn-fa-icon + .btn-fa-icon {
    margin-left: -5px;
}

.btn.ng-animate { 
	  transition:0s none;
     -webkit-transition:0s none;
      animation: 0s none;
     -webkit-animation: 0s none;
} 

/****************************************
On/Off Switch - https://proto.io/freebies/onoff/
=======================================*/

.onoffswitch {
    position: relative;
    width: 76px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: -4px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #3E4543;
    border-radius: 5px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: #dbdbdb;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #788536;
        color: #dbdbdb;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #dbdbdb;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 28px;
    margin: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 42px;
    border: 2px solid #3E4543;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/****************************************
Sections and site-wide formatting.
=======================================*/

section {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 90%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-color: #bec4c2;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 15px;
}

    section section {
        border: none;
    }

    section h1 {
        margin-top: 0px;
        margin-bottom: 5px;
        background-color: #3e4543;
        color: #dbdbdb;
        padding: 7px 6px;
        text-align: left;
        font-size: 24px;
    }

    section .row, section p {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }

.row section {
    padding: 0px;
}

section .well h1 {
    margin: 0px;
}

section aside h1 {
    border: 3px solid #3e4543;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

section .well {
    border-radius: 0px;
    background-color: #dbdbdb;
}

section aside .well {
    border: 3px solid #788536;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 0px;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 0px;
    background-color: inherit;
}

/****************************************
Tables
=======================================*/

section table {
    text-align: center;
}

    section table.table > thead > tr > th {
        border: none;
        text-align: center;
    }

    section table.table > tbody > tr:first-of-type td {
        border-top: none;
    }

/****************************************
Forms
=======================================*/

html body .control-group {
    margin-bottom: 15px;
}

html body .form-control {
    height: 45px;
}

    html body .form-control.input-file {
        border: none;
    }

/*html body .label-danger {
    color: #bd0606;
    background-color: inherit;
    margin: 5px auto;
}*/
 
#label {
    
    margin-top: 5px;
    margin-right: 5px;
   }

#iPadview{
     width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
 
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

html body label {
    font-weight: normal;
}

/*html body input.label-danger {
    border: 1px solid #bd0606;
}*/

html body label.checkbox {
    font-weight: normal;
}

html body .checkbox input[type=checkbox], html body .checkbox-inline input[type=checkbox], html body .radio input[type=radio], html body .radio-inline input[type=radio] {
    position: static;
    margin: auto;
}

html body input[type="date"], .datepicker-popup {
    max-width: 300px;
}

html body textarea:focus,
html body .form-control:focus,
html body input[type="text"]:focus,
html body input[type="password"]:focus,
html body input[type="datetime"]:focus,
html body input[type="datetime-local"]:focus,
html body input[type="date"]:focus,
html body input[type="month"]:focus,
html body input[type="time"]:focus,
html body input[type="week"]:focus,
html body input[type="number"]:focus,
html body input[type="email"]:focus,
html body input[type="url"]:focus,
html body input[type="search"]:focus,
html body input[type="tel"]:focus,
html body input[type="color"]:focus,
html body input[type="file"]:focus,
html body .uneditable-input:focus {
    border-color: rgba(120, 133, 54, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(120, 133, 54, 0.6);
    outline: 0 none !important;
}

html body input.form-control.input-lg {
    width: 100%;
    max-width: 300px;
    font-size: inherit;
}

.custom-search-holder {
        margin-left: -3px;
            padding-bottom: 13px;
    padding-right: 14px;
    padding-top: 11px;
}

.custom-search-input input {
    border-right: transparent;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-search-input a .fa {
    color: #3E4543;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #3E4543;
    height: 30px;
    font-size: 22px;
}

.custom-search-input a {
    border: 1px solid rgb(204, 204, 204);
    border-left: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 45px;
    margin: 0px;
    padding-bottom: 13px;
    padding-right: 14px;
    padding-top: 11px;
}

/****************************************
Warnings, errors, panels etc
=======================================*/

html body .panel.panel-success {
    border-color: #788536;
}

    html body .panel.panel-success .panel-heading {
        background-color: #788536;
        border-color: #788536;
        color: #dbdbdb;
    }

html body .panel.panel-primary, html body .panel.panel-default {
    border-color: #3E4543;
}

    html body .panel.panel-primary .panel-heading, .panel.panel-default .panel-heading {
        background-color: #3E4543;
        border-color: #3E4543;
        color: #dbdbdb;
    }

    html body .panel.panel-primary.danger {
        border-color: #bd0606;
        font-weight: normal;
    }

        html body .panel.panel-primary.danger .panel-heading {
            background-color: #bd0606;
            border-color: #bd0606;
        }

    html body .panel.panel-primary.warning {
        border-color: #e08b02;
        font-weight: normal;
    }

        html body .panel.panel-primary.warning .panel-heading {
            background-color: #e08b02;
            border-color: #e08b02;
        }

/****************************************
Pagination
=======================================*/
html body .pagination > li > a, .pagination > li > span {
    color: #788536;
}

    html body .pagination > li > a:focus,
    html body .pagination > li > a:hover,
    html body .pagination > li > span:focus,
    html body .pagination > li > span:hover {
        color: #788536;
    }

/****************************************
Footer
=======================================*/
.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -30px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 50px;
    }

.site-footer {
    background-color: #3E4543;
    border-top: 5px solid #788536;
    color: #dbdbdb;
    text-align: center;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tdnoborer { 
     border: none; 
 }
.rowTotals{
	margin-left:-15px;
	margin-right:0px;
	
}

.btn-dropdown-main {
	width:80px !important;
}
.btn-dropdown-arrow {
	width:30px !important;
}

.btn-search {
	width:50px !important;
	height:45px !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.panel-client-asset .panel-heading {
  background-color: #eee !important;
  border-color: #aaa !important;
  color: #3E4543 !important;
}

.panel-client-asset .panel-heading .accordion-toggle:after {
	color: #000 !important;
}

.panel-client-asset .panel-heading .accordion-toggle a span{
	font-weight: bold !important;
}

.fixed-panel {
  height:275px;  
  background-color: #e4e6d6;  
}


.panel-menu{
	padding: 5px;
    border-radius: 0;
    border-color: #b7b7b7 !important;
	
}

.panel-menu .panel-heading{
	border-radius: 0px !important;
}

.panel-menu .panel-heading i {
	margin-top: -3px;
	color: #b27e4d;
	font-size: x-large;
}

.box-list{   
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding-top: 3px;
    border: 0 !important;    
    color:#788536 !important;
    text-decoration:none !important;
    background: linear-gradient(#f4f4f4  , #ffffff ); /* Standard syntax */
}

.bullet{
	float: left;
    /* vertical-align: middle; */
    padding-top: 4px;
    
}


.fixed-panel .popover-title {
	color:white;
    padding: 9px 15px;
    margin: -1px;
    font-size: 14px;
    background-color: #3e4543;
    border-bottom: 5px solid #788536;
    border-radius: 5px 5px 0 0;
}
.fixed-panel .popover.bottom>.arrow:after {
    border-bottom-color: #3e4543;
}

.userClientSwitch-label .userClientSwitch-inner:before{
	content:"I";
	text-align:left !important;
	padding-left:20px;
}
.userClientSwitch-label .userClientSwitch-inner:after{
	content:"C";
	text-align:right !important;
	padding-right:20px !important;
	background-color: #a0612c !important;
	color:#dbdbdb !important;
}
.userClientSwitch{
	/*width:100px !important;*/
	margin-top:7px;
}
.userClientSwitch-switch{
	width:32px !important;
}   
    
/*Business Card Css */
.business-card {
    border: 1px solid #ffffff;
    background: #f8f8f8;
    
    border-radius: 0px;
    
}

.business-card .panel-heading{
    font-size: 20px;
    
}
.profile-img {
 	height: 120px;
    background: white;
    width: 110px;
    margin-right: 10px;
}
.job {
  color: #666666;
  font-size: 17px;
}
.mail {
  font-size: 16px;
 }
 
 
.uib-datepicker-popup.dropdown-menu{
	padding: 0px !important;
	background-color: #3e4543 !important;
}

.uib-datepicker-popup thead tr{
	    background: #3e4543 !important;
}

.uib-datepicker-popup th{
	   color:#ffffff !important;
}

.datepickerButtons{
   	margin-top: -5px !important;
    margin-bottom: 5px;
}

.uib-left, .uib-right{
	padding-bottom: 8px !important;
}
.rfsResult{
	font-size : 65%;
}
.tags {
   margin-bottom: 5px;
   margin-top: 10px;
} 

.tags .tag {
   display: inline-block;
   margin-right: 5px;
   font-size: 14px;
}
  
.tag .close {
   font-size: 14px;
   margin-left: 5px;
   cursor: pointer;
   color: black !important; 
}

input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

/****************************************
Responsive table
=======================================*/
.responsive-table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
  
.responsive-table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}

.responsive-table tr {
background-color: #f8f8f8;
border: 1px solid #ddd;
padding: .35em;
}

.responsive-table th,
.responsive-table td {
padding: .625em;
text-align: center;
}

.responsive-table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}

@media screen and (max-width: 900px) {
.responsive-table table {
    border: 0;
    table-layout: auto !important;
}
.addNoteAdjust .pull-right {
    float: none !important; 
}
.responsive-table caption {
    font-size: 1.0em;
}

.responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}

.responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .6em;
    text-align: right;
    padding-top: 22px !important;

}

.adjustHeighttable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .6em;
    text-align: right;
    
}

.responsive-table td:before {
  
    top: 3px;
}
.responsive-table .text-right {
    text-align: right;
}

.responsive-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.responsive-table td:last-child {
    border-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
    padding-top: 22px
}
}

#tablecontent {
    padding-bottom: 8px;
    padding-left: 7px;
     background-color:grey;
      color: #dddddd
}

.wrapamounts
{
    width: 700px; 
    overflow-wrap: break-word;
}
/* .text-overflow {
white-space: nowrap; 
width: 113px; 
overflow: hidden;
text-overflow: ellipsis; 
 float:right;

}
.text-overflow-desc {
white-space: nowrap; 
width: 103px; 
overflow: hidden;
text-overflow: ellipsis; 
 float:right;
}
td {
    white-space: normal !important; 
    word-wrap: break-word;  
  }
  table {
    table-layout: fixed;
  }
}
@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) {
        .adjustmargin-picker {
    margin-left: -24%;
}
.adjustaddon {
    padding: 6px 0px !important;
}
.adjustmargin-picker input{
    width:136px !important;
}
.adjustmargin-picker .form-control {
    padding: 6px 7px !important;
}
} */


@media screen and (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
        padding-top: 22px;
    }
    .addNoteAdjust .pull-right {
        float: none !important; 
    }
}

/****************************************
Story 6A: Combined Invoice Styles
=======================================*/

/* Combined Invoice Parent Row */
.combined-parent-row {
    background-color: #f8f9fa;
    font-weight: 500;
    border-left: 3px solid #5cb85c;
    border-right: 3px solid #5cb85c;
}

.combined-parent-row:hover {
    background-color: #e9ecef;
}

/* Combined Invoice Child Row */
.combined-child-row {
    background-color: #f8f9fa;
    border-left: 3px solid #5cb85c;
    border-right: 3px solid #5cb85c;
}

.combined-child-row td:first-child {
    padding-left: 30px;
}

.child-indent {
    color: #999;
    margin-right: 5px;
}

.child-arrow {
    font-size: 1.1em;
    font-weight: bold;
}

/* Combined Indicator Icon */
.combined-indicator {
    color: #5cb85c;
    margin-right: 5px;
    font-size: 0.9em;
}

/* Combined Badge */
.combined-badge {
    background-color: #5cb85c;
    color: white;
    margin-left: 5px;
    font-size: 0.85em;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Child Notice (action blocked) */
.combined-child-notice {
    font-size: 0.85em;
}

.combined-child-notice a {
    text-decoration: underline;
}

/* Show More Row */
.show-more-row {
    background-color: #f8f9fa;
}

.show-more-cell {
    text-align: center;
    padding: 8px;
    font-size: 0.9em;
}

.show-more-cell a {
    color: #007bff;
    text-decoration: none;
}

.show-more-cell a:hover {
    text-decoration: underline;
}

/* Parent Highlight Animation */
.highlight-parent {
    animation: highlight-pulse 2s ease-out;
}

.text-right {
    text-align: right !important;
}

@keyframes highlight-pulse {
    0% { background-color: #fff3cd; }
    100% { background-color: #f8f9fa; }
}

/****************************************
Story 9: SR Invoice Partial Styles
=======================================*/

/* Customer amounts row (second row of two-row display) */
.customer-amounts-row {
    border-bottom: 1px solid #ddd;
}

.customer-amounts-row td {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
    border-top: none !important;
}

/* Amount label for SP/Cust prefix */
.amount-label {
    font-size: 0.85em;
    color: #666;
    font-weight: 500;
}

/* Orphan child link styling */
.combined-child-link {
    font-size: 0.85em;
    color: #5cb85c;
    font-style: italic;
}

.combined-child-link:hover {
    text-decoration: underline;
    color: #449d44;
}
