#open-checkbook{
    background-color: #fff;
    margin: 0;

    max-height: 800px;
    height: 800px;
    max-width: 100%;
    width: 100%;
    position: relative;
}
#open-checkbook label{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
table#accountsPayable{
    border-spacing: 0;
    border-collapse: collapse;
    overflow: scroll;
    background: #fff;
    width:100%;
}
table#accountsPayable .checkamount, table#accountsPayable .check_amount{
text-align:right;
}
table#accountsPayable .lineitems{
display: table-row;
}
table#accountsPayable .lineitems .check_amount, table#accountsPayable .lineitems [data-fundingsource]{
    background: #eee;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
}
table#accountsPayable .lineitems .check_amount{
    border-left: 1px solid #c8c8c8;
}
table#accountsPayable .lineitems [data-fundingsource]{
    border-right: 1px solid #c8c8c8;
}
table#accountsPayable td{
    overflow: hidden;
    white-space: nowrap;
}
table#accountsPayable td, table th{
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    text-overflow: ellipsis;
}
table#accountsPayable th{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
table#accountsPayable .mainbody>tr:nth-of-type(even){
    background: #bddef1;
}
table#accountsPayable thead tr{
    background: #bddef1;
}
table#accountsPayable tr{
    position:relative;
}
table#accountsPayable #drop{
    padding-right: 5px;
}
table#accountsPayable #drop span.glyphicon{
width: 100%;
padding: 5px;
text-align: center;
}
#open-checkbook .glyphicon{
    position: relative;
}
#open-checkbook .glyphicon:before{
    position: absolute;
    left: 0;
    right: 0;
}
#open-checkbook .glyphicon-search:before{
    content: "\21BB";
}
table#accountsPayable span.glyphicon-triangle-top:before{
    content: "\25B2";
}
table#accountsPayable span.glyphicon-triangle-bottom:before{
    content: "\25BC";
}
.tcontainer, .hcontainer, .searchcontainer, .parsedquery{
    max-width: 100%;
    width:100%;
    min-width: 100px;
    margin: 0;
}
#searchBox{
    min-width:100px;
    max-width:100%;
    margin: auto;
    width: 500px;
    padding: 15px 0;
}

.hcontainer, .tcontainer{
    position: absolute;
    left: 0;
}
.tcontainer{
    top: 40px;
    bottom: 100px;
    overflow: auto;
    z-index: 100;
}
.hcontainer{
    top:0;
    bottom:0;
}
.noresults, .notice{
    color: #fff;
    background: #555;
    max-width: 100%;
    text-align:center;
    padding: 5px;
}
.searchcontainer.initial{
    z-index:200;
    background: #fff;
    position: absolute;
    top: 0;
    margin: 0 auto;
}
.notice, #loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loading{
    top: 50%;
    z-index: 100;
    max-width: 100%;
}
.parsedquery{
    background: #fff;
    bottom: 0;
    position: absolute;
    z-index: 200;
    height: 100px;
}
.parsedquery ul{
    list-style-type: none;
    padding:0;
    margin: 5px auto;
}
.parsedquery li{
    display: inline-block;
    text-align:center;
    background: #fff;
    border: 3px solid #bddef1;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    margin: 0px 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: .35em .5em;;
}
.parsedquery li#current{
    background: #204184;
    color: #fff;
    border-color: #103174;
}
.parsedquery ul.nav li, .parsedquery li.bignumber{
    width: auto;
}
.parsedquery .dots{
    cursor: default;
    margin-top: auto;
}

.parsedquery #reset, table#accountsPayable .vendor_name a, table#accountsPayable #drop, table#accountsPayable [data-fundingsource] a{
    cursor: pointer;
}
table#accountsPayable p{
margin: 0;
}
.headernav{
position:absolute;
top: 0;
right:0;
height: 40px;
max-width: 100%;
z-index: 200;
}
.headernav ul{
list-style-type: none;
padding:0;
margin: 10px 0px 0px 0px;
float: right;
}
.headernav ul.nav li{
    display: inline-block;
    background: #fff;
    border: 3px solid #bddef1;
    border-bottom: 0px;
    border-radius: 20px 20px 0px 0px;
    height: 30px;
    width: 35px;
    margin: 0px 2px;
    font-weight: 700;
    padding: 4px;
    overflow: hidden;
    text-align:center;
    font-size: 32px;
    line-height: 14px;
}
.headernav ul.nav li#reset{
    float: right;
    font-size: 30px;
    line-height: 20px;
    margin-right: 0px;
}
.headernav ul.nav li#reset.glyphicon{
    font-size: 18px;
}
.parsedquery li.disabled, .headernav li.disabled{
    color: #bddef1;
    cursor: default;
}
.parsedquery li:not(.disabled):hover, .headernav li:not(.disabled):hover{
    cursor: pointer;
    border-color: #103174;
    background: #fff;
    color: #000;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: 26px;
}
#searchBox .form-control::-webkit-input-placeholder{
    color: #c8c8c8;
}
#searchBox .form-control::-moz-placeholder{
    color: #c8c8c8;
}
#searchBox .form-control:-moz-placeholder{
    color: #c8c8c8;
}
#searchBox .form-control:-ms-input-placeholder{
    color: #c8c8c8;
}
#searchBox .form-control::-ms-input-placeholder{
    color: #c8c8c8;
}
#searchBox .form-control::placeholder{
    color: #c8c8c8;
}
#searchBox .form-control::placeholder{
    color: #c8c8c8;
}
.selectplaceholder option{
    color: #555;
}
.selectplaceholder option[hidden]{
    display:none;
}
.selectplaceholder.empty, .selectplaceholder option[selected="selected"]{
    color: #c8c8c8;
}
.searchcontainer #helpBlock{
padding: 6px;
text-align:center;
}
