/* Add here all your CSS customizations */
@media only screen and (min-width: 768px) {
    html.fixed .sidebar-left {
        top: 0;
    }

    html.fixed .content-body,
    html.flexbox .content-body {
        margin-left: 267px;
    }

    .content-body {
        padding: 0 20px 0 40px;
    }

    html.flexbox .sidebar-left {
        top: 0;
        left: 0;
        bottom: 0;
        padding-bottom: 50px;
        position: fixed;
        width: 267px;
    }
}

.flex {
    display: flex;
}

.text-center {
    text-align: center;
}

html, body {
    background-color: #f1f1f1;
}

.sidebar-left {
    background: #2B9A9A;
    box-shadow: none;
    width: 267px;
}

.sidebar-left .sidebar-header {
    height: 169px;
    padding-top: 92px;
}

.sidebar-left .sidebar-header .sidebar-title {
    color: white;
    font-size: 26px;
    padding: 0 25px;
}

ul.nav-main {
    margin-right: 0;
}

ul.nav-main li a {
    color: whitesmoke;
    font-size: 1.5rem;
}

ul.nav-main > li > a {
    padding: 20px 25px;
}

ul.nav-main li img {
    width: 16px;
    margin-right: 11px;
}

ul.nav-main > li.nav-active > a {
    background-color: #2B9A9A;
    box-shadow: none;
}

ul.nav-main > li.nav-active > a:hover {
    color: white;
}

ul.nav-main > li.nav-expanded > a {
    background: #2B9A9A;
}

ul.nav-main li.nav-parent > a:after,
ul.nav-main li.nav-parent.nav-expanded > a:after {
    content: '';
}

ul.nav-main li .nav-children {
    background: #2B9A9A;
    box-shadow: none;
    padding: 0;
}

ul.nav-main li .nav-children li a {
    font-size: 13px;
}

ul.nav-main li .nav-children li.nav-active > a {
    color: white;
    background-color: #2B9A9A;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
    background-color: #2C8B8D;
}

ul.nav-main li .nav-children li a:hover, ul.nav-main li .nav-children li a:focus {
    background: #2C8B8D;
}

.panel-body {
    background: transparent;
    padding: 15px 25px;
}

.panel-body h3 {
    margin-top: 80px;
    font-weight: bold;
    font-size: 2.4em;
    color: black;
    margin-bottom: 7px;
}

.panel-body small {
    font-size: 1.2em;
    color: #4a4a4a;
}

.dataTables_wrapper {
    margin-top: 50px;
}

.dataTables_wrapper .datatables-header {
    margin-bottom: 22px;
}

.datatables-header label {
    font-size: 12px;
    color: black !important;
}

div.dataTables_filter label {
    float: left;
    display: flex;
    align-items: center;
    background: white;
    padding: 0 10px;
    border-bottom: 1px solid lightgray;
    height: 35px;
    white-space: nowrap;
    width: 295px !important;
}

div.dataTables_filter input {
    margin-left: 36px;
    border: none;
    outline: none;
    box-shadow: none;
}

div.dataTables_filter input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

div.dataTables_length label {
    float: right;
}

.dataTables_wrapper .dataTables_length .select2-container {
    margin-right: 0;
    width: 90px;
    text-align: right;
}

.select2-container .select2-choice {
    height: 35px;
    line-height: 2;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.select2-container .select2-choice > .select2-chosen {
    padding-right: 0;
}

.select2-container .select2-choice .select2-arrow {
    border-left: none;
    width: 23px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 5px;
}

table.dataTable thead tr {
    background: #2B9A9A;
    color: whitesmoke;
}

table.dataTable thead tr th {
    text-align: center;
    vertical-align: middle;
    padding: 10px 8px;
    font-size: 12px;
}

table.dataTable tbody tr td {
    vertical-align: middle;
    border-top: none;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
}

table.dataTable .btn.btn-round {
    border-radius: 12px;
    height: 24px;
    line-height: 1;
    font-size: 11px;
    text-shadow: none;
    white-space: nowrap;
}

table.dataTable tbody tr td:last-child a img {
    height: 24px;
}

table.dataTable .btn-primary {
    background: #2B9A9A;
    border: 1px solid #2B9A9A;
}

table.dataTable .btn + .btn {
    margin-left: 8px;
}

table.dataTable .btn-outline {
    color: #2B9A9A;
    background: white;
}

table.dataTable button img {
    margin-left: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9fbfe;
}

.dataTables_wrapper .datatables-footer {
    margin-top: 40px;
}

.pagination li a {
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: black;
}

.pagination li a:focus,
.pagination li a:hover {
    color: black;
}

.pagination li:not(:first-child) a,
.pagination li:not(:last-child) a {
    margin: 0 5px;
}

html .pagination > li.active a,
html .pagination > li.active a:active,
html.dark .pagination > li.active a {
    background-color: #2B9A9A;
    border-color: #dddddd;
}

.modal-block .panel-body {
    background: white;
}

.mfp-content {
    vertical-align: top;
    /*padding-left: 267px;*/
}

.mfp-content .panel-heading {
    background: white;
    border: none;
    padding: 34px;
    border-radius: 10px 10px 0 0;
}

.mfp-content .panel-heading .panel-title {
    color: black;
    font-weight: bold;
    font-size: 21px;
}

.modal-block {
    margin-top: 55px;
    max-width: 663px;
}

.modal-block .panel-body {
    padding: 0 30px;
}

.modal-block .panel-body .modal-wrapper .modal-text {
    padding: 0;
}

.modal-block .panel-body .modal-wrapper .modal-text div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 35px;
}

.modal-block .panel-body .modal-wrapper .modal-text div img {
    margin-right: 10px;
    width: 24px;
}

.modal-block .panel-body .modal-wrapper .modal-text div span {
    font-size: 15px;
    padding-top: 4px;
    color: #343434;
}

.modal-block .panel-footer {
    background: white;
    border: none;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.modal-block .panel-footer button {
    width: 120px;
    height: 40px;
}

.modal-block .panel-footer button + button {
    margin-left: 20px;
}

.modal-block .panel-footer button.btn-primary {
    background: #4a90e2;
}

.modal-set-std-amt {
    max-width: 800px;
    margin-top: 36px;
}

.modal-set-std-amt .col-md-12 {
    padding: 0;
}

.modal-set-std-amt .col-md-12 .col-md-6:first-child {
    padding-left: 0;
    align-items: center;
}

.modal-set-std-amt .col-md-12 .col-md-6:last-child {
    padding-right: 0;
}

.modal-set-std-amt .panel-title {
    line-height: 1;
    font-size: 24px !important;
    margin-right: 30px;
}

.modal-set-std-amt select.form-control {
    width: initial;
    margin-bottom: 0 !important;
    height: 40px;
    border-color: #a7b1c7;
    color: #818fae;
}

.modal-set-std-amt .panel-heading button {
    width: 110px;
    height: 40px;
}

.modal-set-std-amt .panel-heading button + button {
    margin-left: 12px;
}

.modal-set-std-amt .panel-heading .btn-primary {
    background: #4a90e2;
    border-color: #4a90e2;
}

.modal-set-std-amt .panel-body {
    border-radius: 0 0 4px 4px;
}

.modal-set-std-amt .panel-body > .col-md-12 {
    margin: 40px 0;
}

.modal-set-std-amt .panel-body input {
    width: 125px;
    text-align: right;
    padding: 4px 10px;
    outline: none;
    border: 1px solid lightgray;
    color: black;
    font-size: 14px;
    float: right;
}

.modal-export {
    max-width: 800px;
    margin-top: 27px;
}

.modal-export .panel-heading {
    padding-bottom: 20px;
}

.modal-export .panel-title {
    font-size: 24px;
}

.modal-export .panel-heading + .panel-body {
    border-radius: 0;
}

.modal-export .panel-footer {
    margin-top: 0;
}

.modal-export .export-wrapper {
    display: flex;
    border: 2px solid #ebf0f5;
    border-radius: 10px;
    color: #818fae;
}

.modal-export .export-wrapper .left {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: 35px 30px;
    border-right: 2px solid #ebf0f5;
}

.modal-export .export-wrapper .left input {
    display: none;
}

.modal-export .export-wrapper .left input + label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/ic_check_off@4x.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.modal-export .export-wrapper .left input:checked + label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/ic_check_on@4x.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.modal-export .export-wrapper .left label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 45px;
}

.modal-export .export-wrapper .left label small {
    color: #818fae;
}

.modal-export .export-wrapper .left label small {
    font-size: 11px;
}

.modal-export .export-wrapper .right {
    padding: 35px 30px;
    border-left: 2px solid #ebf0f5;
}

.modal-export .export-wrapper .right h5 {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: bold;
}

.modal-export .export-wrapper .right small {
    font-size: 10px;
    color: red;
}

.modal-export .export-wrapper .right .item-list {
    margin-top: 25px;
}

.modal-export .export-wrapper .right .item-list.disabled {
    opacity: .4;
}

.modal-export .export-wrapper .right .item-list .item {
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
}

.modal-export .export-wrapper .right .item-list .item label {
    width: 100px;
    padding-top: 7px;
}

.modal-export .export-wrapper .right .item-list .item div {

}

.modal-export .export-wrapper .right .item-list .item div select {
    margin-bottom: 7px;
    color: black;
}

.modal-register .panel-heading {
    display: flex;
    align-items: center;
}

.modal-register .panel-title {
    display: inline-block;
    margin-right: 30px;
}

.modal-register .panel-heading a {
    border-radius: 15px;
    border-color: #818fae;
    color: #818fae;
    font-weight: bold;
}

.modal-register .panel-heading a + a {
    margin-left: 10px;
}

.modal-register .panel-heading a img {
    margin-left: 5px;
}

.control-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 30px;
}

.control-wrapper .control-item label {
    font-size: 10px;
    padding-left: 10px;
    font-weight: bold;
    color: #818fae;
}

.control-wrapper .control-item label small {
    font-size: 9px;
    font-weight: normal;
    color: #818fae;
}

.control-wrapper .control-item input,
.control-wrapper .control-item select {
    border: 3px solid #ebf0f5;
    border-radius: 10px;
    height: 65px;
}

.file-wrapper {
    height: 80px;
    border: 3px solid #ebf0f5;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.file-wrapper button {
    width: 110px;
    background: #4a90e2;
    margin-right: 25px;
}

.file-wrapper span {
    color: #818fae;
    font-weight: bold;
}

.register-tip {
    font-size: 12px;
    color: #4a90e2;
    padding: 15px 10px;
}

.register-tip span {
    font-weight: bold;
}