
.content-box {
    background: #fff;
    margin-bottom: 20px;
}

.content-box, .content-box-header {
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.content-box-header {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px -4px 0;
    padding: 10px 1.25rem;
    border-color: transparent;
    /*border-radius: .125rem .125rem 0 0;*/
}

    .content-box-header small + .font-size-11.float-right {
        position: absolute;
        top: 14px;
        right: 10px;
    }

.content-box-header-alt {
    padding: .6rem 1.25rem;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: .125rem .125rem 0 0;
    margin-bottom: 0px;
}

    .content-box-header-alt small {
        font-size: 13px;
        font-weight: 400;
        display: block;
        padding: 5px 0 0;
        text-transform: none;
        opacity: .7;
        filter: alpha(opacity:70);
    }

.content-box .ui-widget-overlay {
    position: absolute;
}

    .content-box .ui-widget-overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -27px;
    }

.content-box .content-box-wrapper {
    line-height: 1.5em;
    /*padding: 5px;*/
    padding: 5px 15px;
}

    .content-box .content-box-wrapper .row {
        line-height: 1.5em;
        padding: 0px 3px;
    }

@media (max-width:414px) {
    .content-box .content-box-wrapper .row {
        line-height: 1.5em;
        padding: 0px 0px;
    }

    .content-box .content-box-wrapper {
        line-height: 1.5em;
        padding: 3px;
        /*padding: 5px 15px;*/
    }
}

.content-box .content-box-wrapper .scrollable-content, .content-box .content-box-wrapper p:last-child {
    margin-bottom: 0;
}

.content-box .content-box-header > .glyph-icon {
    margin-right: 5px;
    opacity: .7;
    filter: alpha(opacity:70);
}

.content-box-header-alt .icon-separator .glyph-icon, .content-box-header-alt > .glyph-icon {
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.content-box-header > .icon-separator {
    position: relative;
    top: 1px;
    left: -15px;
    padding: 18px 15px 16px;
    text-align: center;
}

    .content-box-header > .icon-separator .glyph-icon {
        margin-left: 3px;
    }

.content-box-header-alt > .header-wrapper {
    overflow: hidden;
    display: block;
    margin-left: 40px;
}

.content-box-header-alt > .icon-separator + .header-wrapper {
    margin-left: 65px;
}

.content-box-header-alt > .icon-separator {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
}

.content-box-header-alt > .icon-separator .glyph-icon {
    left: 50%;
    margin-left: -15px;
}


.scrollable-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc( 100vh - 150px );
    padding-right: 0;
    scrollbar-width: none;
}
.panel {
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.panel-heading, .panel > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

@media only screen and (min-width: 1224px) {
    .panel-body {
        padding: 5px 15px !important;
        position: relative;
    }
}






.table-bordered {
    border-style: solid;
    border-width: 1px 0 1px 1px;
}

.table {
    /*font-size: 11px;*/
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

/*.table td, .table th {
        padding: 4px;
        font-size: 11px;
    }*/

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-style: solid;
    border-width: 1px 1px 0 0;
}



.custom-select, select.form-control :not(.hide-select-arrow) {
    -webkit-appearance: menulist !important;
    /*webkit browsers */
    -moz-appearance: menulist !important;
    /*Firefox */
}

.bootstrap-timepicker-widget table td input:focus, .chosen-container-active, .chosen-container-multi.chosen-container-active, .form-control:focus, .input:focus, .selector.focus, .ui-toolbar input:focus, .ui-toolbar select:focus, div.dataTables_filter input:focus {
    color: #333;
    /*  border-color: #3da6ff;
   background-color: #7feaff;*/
}


.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.btn-group-xs > .btn, .btn-xs, .size-xs {
    line-height: 20px;
    min-width: 22px;
    height: 22px;
}

.btn-xs-abs {
    margin-top: -11px;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 11px;
    padding: 0 5px;
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0px 0px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    /* border-bottom: 1px solid #e5e5e5;*/
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
    overflow: auto;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0px;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 100%;
        margin: 0px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

table.dataTable thead > tr > th {
    padding-right: 5px;
    padding-left: 4px;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
    color: #4b5056 !important;
    /* background-color: #f9fafe; */
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 4px 5px;
    border-bottom: 1px solid #111;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-style: solid;
    border-width: 1px 1px 0 0;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.form-row:after, .form-row:before, .row:after, .row:before {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: ' ';
}

.bootstrap-timepicker-widget table td input:focus, .chosen-container-active, .chosen-container-multi.chosen-container-active, .form-control:focus, .input:focus, .selector.focus, .ui-toolbar input:focus, .ui-toolbar select:focus, div.dataTables_filter input:focus {
    color: #333;
    border-color: #3da6ff;
    background-color: wheat;
}

.form-control {
    border: 1px solid #ccc;
}

.vertical-button {
    line-height: 1.6em;
    height: auto;
    padding: 10px 0 5px;
}

.vertical-button .button-content {
    opacity: .7;
    filter: alpha(opacity=70);
}

.icon-separator-vertical {
    font-size: 25px;
    display: block;
    margin: 5px auto;
}

.dashboard-buttons .btn {
    width: 93px;
    margin: 5px 3px;
}

.icon-separator-vertical {
    font-size: 25px;
    display: block;
    margin: 5px auto;
}

.glyph-icon {
    text-align: center;
}