﻿/*.box-header .form-control {
    width: auto !important;
    margin-right: 8px;
    max-width: 154px;
}*/

.table > tbody > tr > td {
    vertical-align: middle;
}

.td-bold {
    font-weight: bold;
    color: #0485a3;
    cursor: pointer;
}

.allTotal {
    font-weight: bold;
    color: #0abb87 !important;
}

.totalDue {
    font-weight: bold;
    color: #fd397a !important;
}

.moreDetailsBtn {
    font-size: 17px;
    cursor: pointer;
    margin-left: 4px;
}

.innertableShadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    background: #fff;
}

.cmd-padding.pa {
    margin: 16px;
}

.pa0 {
    padding: 0px !important;
}

.closeBtn {
    font-size: 16px;
    padding: 10px;
}

.tableinnertext .col-md-3 span, .tableinnertext .col-md-6 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tableinnertext span {
    display: block;
}

.form-group {
    position: relative;
    margin-bottom:15px;
}
.mt11 {
    margin-top:11px;
}
.filterSection {
    margin:6px 0px; 
}
.tableinnertext .col-md-3, .tableinnertext .col-md-6 {
    min-height: 52px;
    border-bottom: solid thin #e8e5e5;
    border-right: solid thin #e8e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table.removeevenborder tbody tr:nth-child(even) td {
    border: none !important;
}

.table.removeevenborder tbody tr:nth-child(even) {
    background: #f1f1f1 !important;
}

.table.removeevenborder tbody tr:nth-child(4n-1) {
    background-color: #fff;
}

.table.removeevenborder tbody tr:nth-child(even) td:hover {
    background-color: #f1f1f1 !important;
    border-bottom: solid thin rgba(230, 230, 230, 0.7);
}

.calendaricon {
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 29px;
}

.calendariconFilter {
    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 6px;
}

.pr5 {
    padding-right: 5px;
}

.actionbar {
    width: 70px;
}

.mb8 {
    margin-bottom: 8px;
}

/*Status*/
.strong {
    font-weight: bold;
}

.nonapprove {
    color: #ec2a26;
}

.approve {
    color: #1f98e8;
}

.partial {
    color: #1f98e8;
}

.completedStatus {
    color: #1dbdae;
}

.draft {
    color: #d8ad26;
}
/*.form-control{ border: none; border-bottom:solid thin #ccc;     height: 18px;}
label{ margin-bottom: 0px;}*/
.table > thead > tr > th.sorting {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

thead .sorting:after {
    position: absolute;
    bottom: 10px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.8;
    content: "\e150";
}

thead .sorting_desc:after {
    content: "\e156";
}

thead .sorting_asc:after {
    content: "\e155";
}

tbody .dispnoneTable {
    display: table-row;
}

tfoot .dispnoneTable {
    display: none;
}

.calendarSetBillBrowse {
    position: absolute;
    top: 25px;
    right: 5px;
    z-index: 1;
}
.rowError {
    background: #ffdcdc !important;
}

.labelNOITC label {
    color: #d35d18;
}

.radio, .checkbox {
    margin-top:2px;
}
.width180 {
    width:180px;
}

.width200 {
    width: 200px;
}

.width150 {
    width: 150px;
}

.width100 {
    width: 100px;
}
.labSet {
    margin: 5px 10px 0px 0px;
}

.tbltdwidth{
    width:120px;
}
fieldset {
    display:none;
}

.sa-error-container {
    display:none;
}

.modal.fade.slide-right .modal-dialog .modal-content {
    height: auto;
}