﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#descriptionTable, #userTable, #contractTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.hot-sticky-mess {
    padding: 15px 50px;
    max-height: 50px;
    height: auto !important;
}

.body-poppin {
    margin-bottom: 60px;
}


.page-header-sm {
    margin-top: 20px !important;
}

.customBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    float: right;
}

.modal-xlg {
    width: 90%;
}

.glyphicon-lg {
    font-size: 25px;
}

.glyphicon-md {
    font-size: 20px;
}


.glyphicon-sm {
    font-size: 15px;
}

.alert-nmb {
    margin-bottom: 0px;
}

.bo-cols {
    padding-inline-start: 20px;
}

.panel-heading .panel-title .btn {
    padding: 3px 6px;
}

.panel-heading .panel-title {
    line-height: 28px;
    height: 28px;
}

.panel-heading-mid {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid;
}

.panel-body-mid {
    border-bottom: 1px solid;
}

.panel-info .panel-body-mid {
    border-color: #bce8f1;
}

.panel-primary .panel-body-mid {
    border-color: #337ab7;
}

.panel-danger .panel-body-mid {
    border-color: #ebccd1;
}

.panel-warning .panel-body-mid {
    border-color: #faebcc;
}

.nmt {
    margin-top: 0px;
}

.nmb {
    margin-bottom: 0px;
}

.fatrow {
    margin-top: 10px;
    margin-bottom: 10px;
}

#clientTable tr {
    cursor: pointer;
}

.panel-heading {
    padding: 5px 10px !important;
}

.panel-body {
    padding: 10px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 2px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 2px 2px 5px;
}

.list-group-item {
    padding: 4px 15px 4px 15px;
}

.lead-none{
    margin-bottom:3px;
}

.validation-summary-valid {
    display:none;
}

/*/*body {
    background-color: #f5f5f5;
}

.navbar {
    background-color: white;
    border-color: #2c5398;
    
}
.navbar-nav > li > a, .navbar-brand, .dropdown-menu > li > a, body {
    color: #2c5398 !important;
}*/

/*body {
    background-color: #1d1a37 !important;
}

.navbar-nav > li > a, .navbar-brand, .dropdown-menu > li > a, body {
    color: white !important;
}

.navbar {
    background-color: #14112c !important;
    border-color: #14112c !important;
}

.panel {
    background-color: rgba(0, 0, 0, 0.9) !important;
}*/
/*2c5398*/
/*bg body #f5f5f5*/

/*118 site header rgba(20, 17, 44, 0.9) !important
    bg:#14112c !important
    panelbg: background-color: #1d1a37 !important;
    white text
    white logo
    primary panel #3949a0 !important
    warning and danger below
*/
/*.u-label-warning {
    background-color: #f0ad4e;
}

    .u-label-warning[href]:hover, .u-label-warning[href]:focus {
        background-color: #efa945;
    }

.u-label-danger {
    background-color: #d9534f;
}

    .u-label-danger[href]:hover, .u-label-danger[href]:focus {
        background-color: #d74b47;
    }

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}*/
