/* Headers*/
.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl60 {
    padding-left: 60px !important;
}

h1.article {
    font-size: 19px;
    padding: 0 0 2px 2px;
    margin: 0 0 20px 0;
}

h1.section,
h2.section,
h3.section,
h4.section {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: normal;
}

h1.section {
    font-size: 21px;
}

h2.section {
    font-size: 17px;
}

h3.section {
    font-size: 14px;
}

h4.section {
    font-size: 12px;
    text-transform: uppercase;
}

h1.section.bb,
h2.section.bb,
h3.section.bb,
h4.section.bb,
.bb {
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

dl.dl-horizontal.short dt {
    width: 100px;
}

dl.dl-horizontal.short dd {
    margin-left: 110px;
}

td.cell-center,
th.cell-center {
    text-align: center;
}

td.cell-middle,
th.cell-middle {
    text-align: center !important;
    vertical-align: middle !important;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.inline-block {
    display: inline-block;
}

.right-arrow-box {
    position: relative;
    background: #faffff;
    border: 1px solid #e5e5e5;
}

.right-arrow-box:after, .right-arrow-box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.right-arrow-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #faffff;
    border-width: 10px;
    margin-top: -10px;
}

.right-arrow-box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #e5e5e5;
    border-width: 11px;
    margin-top: -11px;
}

.left-arrow-box {
    position: relative;
    background: #fffeea;
    border: 1px solid #e5e5e5;
}

.left-arrow-box:after, .left-arrow-box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.left-arrow-box:after {
    border-color: rgba(255, 254, 234, 0);
    border-right-color: #fffeea;
    border-width: 10px;
    margin-top: -10px;
}

.left-arrow-box:before {
    border-color: rgba(229, 229, 229, 0);
    border-right-color: #e5e5e5;
    border-width: 11px;
    margin-top: -11px;
}

.facility-box {
    padding: 15px;
    background-color: rgba(244, 251, 168, 0.7);
    border: 2px solid rgba(102, 175, 233, .4);
    border-radius: 4px;
}

.yellow-box {
    padding: 15px;
    background-color: #fdfbec; /*#fffef7*/
    border: 2px solid #f4ecd1;
}

.white-box {
    padding: 15px;
    background-color: #ffffff;
    border: 2px solid #c6c6c6;
}

.smaller {
    font-size: 18px;
}

#browser-alert {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.tiny-text {
    font-size: 12px;
}

.col-5 {
    width: 5%;
}

.col-7 {
    width: 7%;
}

.col-10 {
    width: 10%;
}

.col-13 {
    width: 13%;
}

.col-15 {
    width: 15%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-delete {
    width: 40px;
}

.col-sizes-cases th:nth-child(1) {
    width: 7%;
}

.col-sizes-cases th:nth-child(2) {
    width: 18%;
}

.col-sizes-cases th:nth-child(3) {
    width: 20%;
}

.col-sizes-cases th:nth-child(4) {
    width: 7%;
}

.col-sizes-cases th:nth-child(5) {
    width: 13%;
}

.col-sizes-cases th:nth-child(6) {
    width: 15%;
}

.col-sizes-cases th:nth-child(7) {
    width: 15%;
}

@media (max-width: 768px) {
    .margin-when-stacked {
        margin-top: 10px;
    }
}

/* In order to use this in a modal*/
.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1050 !important;
}

.bootstrap-timepicker-widget.dropdown-menu:after,
.bootstrap-timepicker-widget.dropdown-menu:before {
    display: none;
}

.cell-disabled {
    background-color: #eeeeee;
}

.filter-btn {
    min-width: 180px;
}

.bg-error .form-control {
    background-color: rgba(163, 4, 13, 0.2) !important;
}

.with-icon {
    display: inline-block;
    width: 80%;
}

.fas {
    cursor: pointer;
}

.document-list-title {
    font-size: 19px;
    font-weight: 700;
}

.document-list {
    margin-bottom: 40px;
    padding: 0;
    max-width: 960px;
}

.document-list.full-width {
    max-width: 100%;
}

.document-list.single-full-width {
    max-width: 100%;
    margin-bottom: 0;
}

.document-list-item {
    border-bottom: 1px dashed #7698A2;
    background-color: #fff;
    list-style: none;
    padding: 10px 5px;
    width: 100%;
}

.document-list-item:last-child {
    border-bottom: 0;
}

.document-list-item.glyphicon-move {
    top: 2px;
    margin-right: 10px;
}

.sortable-placeholder {
    min-height: 51px;
    background-color: #f6f6f6;
    list-style-type: none;
}

.document-list-name {
    display: inline-block;
    width: 74%;
}

.document-list-name.name-only {
    width: 65%;
}

.document-list-expires {
    display: inline-block;
    width: 15%;
}

.document-list-filename {
    color: #cccccc;
    font-style: italic;
}

.document-list-action {
    display: inline-block;
    text-align: right;
}

.document-list-action.btn-success {
    margin-right: 30px;
}

.min-w-200 {
    min-width: 200px;
}

.text-left {
    text-align: left;
}

.line-through {
    text-decoration: line-through;
}

.max-width-840 {
    max-width: 840px;
}