
.header-logo{
    width:25%;
    float:left;
}

.header-logo-right{
    width:8%;
    float:right;
}

.modal-dialog{
    max-width:85% !important;
}

.no-label > label{
    display: none !important;
}

.no-label > DTE_Field_InputControl {
    /*width:100% !important;*/
    height:100% !important;
    margin: 0 auto;
}

input[type='checkbox'] {
    width:20px;
    height:20px;
    background:white;
}

textarea {
    height:120px !important;
}

label{
    font-weight:bold;
}

legend.before-text{
    text-align:center;
    font-weight:bold;
}

legend.text{
    font-weight:bold;
    font-size:16px;
    text-decoration: underline;
}


/* datatales css overrides*/
ul.pagination{
    justify-content:left !important;
}

/*the sidebar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 8;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #EEE;
}

.sidenav th{
    color: #2e6e9e;
    font-weight:bold;

}


.sidenav a, .sidenav button {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    color: #2e6e9e;
}

.sidenav a:hover, .sidenav button:hover {
    color: #1febd6;
    text-decoration: underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


#main {
    transition: margin-left .5s;
    padding: 16px;
    width: calc(100% - 250px);
    position: absolute;
    top: 0;
    right: 0;

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.form-title{
    text-align:center;
}


.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}
.accordian-body span{
    color:#a2a2a2 !important;
}


div.buttons {
    padding-bottom:10px;
}

div.buttons .buttons-create{
    border: 1px solid #79b7e7;
    background: #5c9ccc;
    color: #FFF;
    font-weight:bold;
}
div.buttons .buttons-edit{
    border: 1px solid #79b7e7;
    background: #5c9ccc;
    color: #FFF;
    font-weight:bold;
}

div.buttons .buttons-edit .disabled{
    border: 1px solid #c5dbec;
    background: #dfeffc;
    color: #2e6e9e;
    font-weight:bold;
}

table.dataTable {
    margin-top: 0 !important;
}

table.dataTable th{
    color:#2e6e9e;
    border: 1px solid #c5dbec;
    background:#dfeffc;
}

div.dt-controls{
    background: #5c9ccc url("../img/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top:10px;
    padding-bottom: 0;
    margin-botton:0;
    margin-left:0px !important;
    margin-right:0px !important;
}

/* stripe */
table.dataTable tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.no-margin.table{
    margin-top:0px !important;
}
.no-margin th, .no-margin td{
    white-space: nowrap;
    clear:both;
}


.save-button{
    color:#2e6e9e;
    background:#dfeffc;
}

.delete-button{
    background:#dfeffc;
    color:red;
}

.bg-gray{
    background-color:#EEE;
}

.topbarDark{
    width:100%;
    height:12px;
    background-color: #2e6e9e;

}
.topbarLight{
    width:100%;
    height:12px;
    background-color: #b5d4f0;

}


/* hide dt template initially, we use JS to show it */
#dt-template-with-loading, #dt-with-loading{
    display:none;
}
#loading{
    text-align:center;
    margin-left:45%;
    margin-right:45%;
}

.logged-user-datatable-editor-label{
    font-size:16px;
    font-weight:bold;
}

.logged-user-datatable-editor-field{
    font-size:16px;
}
