/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.table {
    width: 100%;
    max-width: 100% !important;
    table-layout: fixed;
}
.table.auto {
    table-layout: auto;
}
.table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table tr td:first-child, .table tr th:first-child {
    max-width: 80px;
    width: 80px !important;
}
.table.auto tr td:first-child, .table.auto tr th:first-child {
    width: auto !important;
    max-width: none !important;
}
th.max100 {
    max-width: 100px;
    width: 100px !important;
}
th.max110 {
    max-width: 110px;
    width: 110px !important;
}
th.max120 {
    max-width: 120px;
    width: 120px !important;
}
th.max130 {
    max-width: 130px;
    width: 130px !important;
}
th.max140 {
    max-width: 140px;
    width: 140px !important;
}
th.max150 {
    max-width: 150px;
    width: 150px !important;
}
th.max160 {
    max-width: 160px;
    width: 160px !important;
}
th.max170 {
    max-width: 170px;
    width: 170px !important;
}
th.max250 {
    max-width: 250px;
    width: 250px !important;
}
.hidden {
    display: none;
}
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    display: inline;
}
.btn-right {
    float: right;
    margin-left: 10px;
}
.sortable-list {
    list-style: none;
    margin: 0;
    min-height: 60px;
    padding: 0px;
}
.sortable-item {
    background-color: #FFF;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #E16D69;
    cursor: move;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 6px 0;
    text-align: center;
}
.placeholder {
    background-color: #E16D69;
    border: 1px dashed #666;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    height: 32px;
    margin-bottom: 5px;
}
.btn .icon + span, .btn span + .icon {
    padding-right: 18px;
}
.element-checkbox label::before, .element-checkbox label::after {
    margin-top: -4px;
    margin-left: 10px;
}
.form-group label {
    margin-top: 10px;
    margin-bottom: 5px;
}
.data-name.form-label {
    width: 16em;
    display: inline-block;
    background-color: #fafaff;
    padding: 4px;
    margin-right: 10px;
    border-left: 3px solid #E16D69;
}
.label-div.address, .label-div.tbox {
    display: inline-block;
    vertical-align: top;
}
.data-row.address, .data-value.tbox {
    width: 100%;
    padding-top: 10px;
    max-height: 100px;
    overflow-y: scroll;
}
.tbox::-webkit-scrollbar {
  display: none;
}
.tbox {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.data-value {
    display: inline-block;
}
.card-header {
    background-color: #efefef;
    border-bottom: solid 2px #E16D69;
}
.card-header:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card-header h3 {
    color: #394556;
}
.btn-primary {
    color: #fff;
    background-color: #394556;
    border-color: #394556;
}
.btn-primary:hover {
    color: #fff;
    background-color: #404e63;
    border-color: #404e63;
}
.data-row.blank_header {
    border-bottom: 2px solid #E16D69;
    margin-top: 10px;
    background-color: #fafaff;
    padding: 4px;
    font-weight: 500;
    color: #344357;
    font-size: 0.9rem;
}
.p-lr-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.m-t-30 {
    margin-top: 30px;
}
#search-dropdown {
    min-width: 300px;
    max-height: 500px;
    overflow-y: scroll;
}
.expand {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #394556;
    color: #394556;
    display: block;
    padding: 5px 10px 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#widget-open-cases-datatable-hold {
    margin-top: 4px;
    float: right;
    color: #fff;
}
.main-content.widgets .row {
    margin-bottom: 30px;
}
.overdue, .overdue a {
    color: #dd3737;
}
.pending, .pending a {
    color: #e5a241;
}
.invalid {
    color: #e85347;
    font-size: 11px;
    font-style: italic;
}
#search-dropdown .link-list {
    max-height: 400px;
    overflow-y: scroll;
}
#search-dropdown .link-list::-webkit-scrollbar {
  display: none;
}
#search-dropdown .link-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.form-group label {
    margin-bottom: 5px;
}
.form-group input {
    margin-bottom: 10px;
}
.form-group span.select2 {
    margin-bottom: 10px;
}
.form-group .input-group {
    margin-bottom: 10px;
}
.card-preview .card-header .header-left {
    width: 50%;
    float: left;
}
.card-preview .card-header .header-right {
    width: 50%;
    float: right;
}
.card-preview .card-header h3 {
    font-size: 1.8rem;
}
.btn-nolabel {
    margin-top: 36px;
}
.input-group-append button {
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.underline {
    text-decoration: underline;
}
.table th {
    word-wrap: break-word;
}