/*dropdown*/

.table-padding > thead > tr > th, .table-padding > tbody > tr > td, .table-padding > tfoot > tr > td {
    line-height: 20px;
    padding: 5px 10px;
}
.table-padding > thead:first-child > tr:first-child > td {
    border-top: 1px solid #ddd;
}

.table-padding > tbody > tr > td {
    white-space: nowrap;
}
.table-padding > thead > tr > th {
    white-space: pre;
}

.table-padding-border {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
.dataTables_wrapper .col-sm-12 {
    padding: 0
}

.customSelect {
    margin-top: 5%;
    color: #000;
    padding: 5px;
    border-radius: 3px;
    border: none;
}

    .customSelect > option {
        line-height:30px;
    }
    /*dropdown--end*/
    li > span.selectboxit-container {
        display: inline-flex;
        position: relative;
        top: 10px;
        right: 16px;
    }

    

/*#ddlPayor {
    border-radius: 5px;
}*/

.breadcrumbRightPad {
    margin-right: 3% !important;
}


/*.page-title {
    padding: 0px 0px 0px 0px !important;
    display: block;
    position: relative;
    
}*/
.db-title-alignment {
    float: left;
}

.modal-body {
    background: #ffffff !important;
}

.modal-header {
    background: #19b3ff !important;
}


.bg-gray {
    background-color: #efefef;
}


/* New Custom Classes */

.primaryBlue {
    color: #17468e !important;
}

.secondaryBlue {
    color: #4aaed0 !important;
}

.loginTextHeader {
    font-weight:bold;
    font-size:24px;
}

.loginTextHeader small {
    font-size:12px;
    display:block;
    color:#333;
}