@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

.navbar {
    margin-bottom: 0;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background: #2a3e4c;
    border-bottom: 1px solid #2a3e4c;
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: #2a3e4c !important;
}
.navbar-default .navbar-brand {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    width: 250px;
}
.sidebar {
    position: fixed;
    padding: 10px 0 30px;
    height: 100%;
    z-index: 1;
    width: 250px;
    top: 0;
    padding-top: 51px;
    background-color: #f4f4f4;
    border-right: 1px solid #dedede;
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    width: 4px;
}

.sidebar::-webkit-scrollbar-track {
    background: #dddddd;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #2a3e4c;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.page-wrapper {
    position: inherit;
    margin: 50px 0 0 250px;
    padding: 22px 30px 30px;
    min-height: calc(100vh - 73px) !important;
}
.sidebar-body ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar-body li a {
    padding: 10px 15px;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #343a40 !important;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    font-weight: normal;
}

.sidebar-body li.show > a.dropdown,
.sidebar-body li a:not(.active):hover,
.sidebar-body li a:not(.active):focus {
    background: rgba(33, 33, 33, 0.05) !important;
    color: #212121 !important;
}

.sidebar-body li.show > a > span > i.fa-caret-down:before {
    content: "\f0d8" !important;
}

.sidebar .nav > li ul.nav-third-level li i.arrow {
    right: 10px;
    left: inherit !important;
}

.sidebar .nav > li ul.nav-fourth-level li i.arrow {
    right: 10px;
    left: inherit !important;
}

.sidebar .nav > li ul.nav-fifth-level,
.sidebar .nav > li ul.nav-fourth-level {
    margin: 0;
}

.sidebar .nav > li ul.nav-fifth-level,
.sidebar .nav > li ul.nav-fourth-level {
    padding-left: 20px;
}

.sidebar-body li a i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sidebar-body li ul li a i {
    left: 30px !important;
}

.sidebar-body li a.active {
    background: rgba(33, 33, 33, 0.05) !important;
    color: #0098a3 !important;
}
.sidebar .nav > li ul {
    padding: 0;
    margin: 10px 0;
}
.sidebar .nav > li {
    border: none !important;
    position: relative;
}
.sidebar li ul li a {
    border-left: 0 !important;
    font-size: 13px;
    padding: 7px 15px 7px 51px;
    display: block;
    color: #878787 !important;
    overflow: hidden;
}
.sidebar-body li a i.arrow {
    position: absolute;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    left: inherit !important;
    right: 10px;
}

.sidebar .nav > li ul.nav-third-level {
    margin: 0 0 0 34px !important;
    border-left: 1px solid #0098a3;
}

.sidebar .nav > li ul.nav-fifth-level,
.sidebar .nav > li ul.nav-fourth-level {
    margin: 0 0 0 16px !important;
    padding-left: 0;
    border-left: 1px solid #0098a3;
}

.sidebar .nav > li ul.nav-third-level li a {
    padding-left: 30px;
}

.sidebar .nav > li ul.nav-third-level li i {
    left: 12px !important;
}

.custom-error,
span[data-server-error],
.error:not(.form-control) {
    font-weight: 600;
    color: red;
    font-size: 13px;
    display: block;
    margin: 0;
}

.nav-container {
    position: relative;
}

.nav-container .btn {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.page-header {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    border: none !important;
}

.page-header .col {
    width: 100% !important;
}

.page-header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.page-header .row .col:nth-child(2) {
    padding: 10px 15px;
}

.page-header h1 {
    margin: 0;
    font-size: 23px;
    line-height: 26px;
    color: #212121 !important;
    font-weight: 500;
    text-transform: capitalize;
}

.page-header .breadcrumb {
    background: white;
    margin: 7px 0 0;
    padding: 0;
}

.page-header .btn {
    background: #0098a3;
    border: solid 1px #0098a3;
}
.page-header .btn.dropdown-toggle {
    color: white !important;
}

.page-header .open .btn.dropdown-toggle {
    color: #262626 !important;
}

.page-header .breadcrumb li a {
    color: #878787;
    text-decoration: none;
}
.page-header .breadcrumb > li + li:before {
    padding: 0 !important;
}

.page-header .breadcrumb li.active {
    color: #0098a3 !important;
}

.float-md-right-sm-center {
    float: right;
}

/* Datatables */
.datatble-body-row .col::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
.datatble-body-row .col::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.datatble-body-row .col::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0 none #fff;
    border-radius: 0;
}
.datatble-body-row .col::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
.datatble-body-row .col::-webkit-scrollbar-thumb:active {
    background: #525965;
}
.datatble-body-row .col::-webkit-scrollbar-track {
    background: 0 0;
    border: 0 none #fff;
    border-radius: 50px;
}
.datatble-body-row .col::-webkit-scrollbar-track:hover {
    background: 0 0;
}
.datatble-body-row .col::-webkit-scrollbar-track:active {
    background: 0 0;
}
.datatble-body-row .col::-webkit-scrollbar-corner {
    background: 0 0;
}

table.dataTable thead td,
table.dataTable thead th {
    border: 1px solid #c5c5c5 !important;
    background-color: #f9fafb !important;
    border-collapse: collapse !important;
    padding: 10px 10px !important;
    border-left-width: 0 !important;
    padding-right: 20px !important;
}
table.dataTable tfoot th:first-child,
table.dataTable thead th:first-child {
    border-left: 1px solid #c5c5c5 !important;
}
table.dataTable thead .sorting_asc {
    background-image: url("../js/DataTables/DataTables-1.10.16/images/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc {
    background-image: url("../js/DataTables/DataTables-1.10.16/images/sort_desc.png") !important;
}
table.dataTable thead .sorting {
    background-image: url("../js/DataTables/DataTables-1.10.16/images/sort_both.png") !important;
}
.datatble-body-row,
.datatble-footer-row,
.datatble-header-row {
    margin-right: 0;
    margin-left: 0;
}
.datatble-body-row .col,
.datatble-footer-row .col,
.datatble-header-row .col {
    padding-left: 0px;
    padding-right: 2px;
}
.datatble-header-row {
    background: #e9e9e9;
    color: #333;
    border-radius: 3px 3px 0 0;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    margin-right: 2px;
}
.datatble-header-row {
    margin-bottom: -1px;
    background: #2a3e4c;
    color: #fff !important;
}
.datatble-header-row .dataTables_filter,
.datatble-header-row .dataTables_length {
    color: #fff !important;
}
.datatble-header-row .dataTables_length select {
    color: #4a4a4a !important;
}
.datatble-body-row table tbody tr td:first-child {
    border-left: 1px solid #c5c5c5 !important;
}
.datatble-body-row table tbody tr td:last-child {
    border-right: 1px solid #c5c5c5 !important;
}
.datatble-body-row table tbody tr:last-child td {
    border-bottom: 1px solid #c5c5c5 !important;
}
.datatble-footer-row {
    border-radius: 0 0 3px 3px !important;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 0 0 0 10px;
    background: #f9fafb;
    margin-right: 2px;
}
.datatble-header-row label {
    margin-bottom: 0;
    font-weight: 400 !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
.datatble-header-row .dataTables_filter input {
    margin-left: 0.5em;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.datatble-body-row .col {
    overflow: hidden;
    overflow-x: auto;
}
table.dataTable tfoot th {
    border: 1px solid #c5c5c5 !important;
    border-top: none !important;
    background-color: #f6f6f6 !important;
    border-collapse: collapse !important;
    padding: 10px 10px !important;
    border-left-width: 0 !important;
}
.datatble-body-row tfoot th .form-control {
    font-size: 13px;
    padding: 3px 8px;
    height: 28px;
}
.datatble-footer-row .pagination {
    margin: 0;
    padding: 8px 0;
    line-height: 0;
}

.datatble-footer-row .dataTables_paginate .paginate_button {
    padding: 0 !important;
    outline: none !important;
}

.datatble-footer-row .dataTables_paginate .paginate_button:active,
.datatble-footer-row .dataTables_paginate .paginate_button:focus,
.datatble-footer-row .dataTables_paginate .paginate_button:hover {
    border-color: transparent !important;
    background: white !important;
    box-shadow: none !important;
}

.datatble-footer-row .dataTables_paginate .paginate_button.active a {
    background-color: #0098a3 !important;
    border-color: #0098a3 !important;
}

.datatble-footer-row .dataTables_paginate .paginate_button a {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    outline: none !important;
}

.datatble-header-row div.dt-buttons {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.datatble-header-row button.dt-button,
a.dt-button,
div.dt-button {
    margin-right: -5px !important;
    border: 1px solid #01a9ac !important;
}

.datatble-footer-row .dataTables_info {
    padding-top: 18px !important;
}

.full-width {
    width: 100% !important;
}
.table-struct {
    display: table !important;
}
.auth-form-wrap {
    padding: 100px 0;
}
.table-cell {
    display: table-cell !important;
}
.vertical-align-middle {
    vertical-align: middle !important;
}
.auth-form {
    width: 400px;
}
.no-float {
    float: none !important;
}
.mr-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.page-header .breadcrumb li a,
.panel-title,
.control-label {
    text-transform: capitalize;
}
.form-control:focus {
    border-color: rgba(33, 33, 33, 0.3) !important;
}
.form-control:not([type="search"]):not(.input-sm) {
    border: 1px solid rgb(228, 228, 228);
    border-radius: 0;
    background-color: #fff;
    box-shadow: none !important;
    color: #212121;
}
.form-control:not([type="search"]):not(.input-sm):not(textarea) {
    height: 40px;
}
textarea.form-control {
    height: auto !important;
    min-height: 40px;
}
.form-control:read-only {
    background-color: #f3f3f3 !important;
}

.input-sm {
    border-radius: 0;
    box-shadow: none !important;
    /*outline: none !important;*/
}

.input-group-btn .btn {
    height: 40px;
    padding: 11px 12px;
}

textarea {
    height: inherit;
}
.checkbox,
.radio {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label:before {
    border-radius: 0;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #0098a3;
    border-color: #0098a3;
}
.pr-10 {
    padding-right: 10px !important;
}
.checkbox {
    padding-left: 20px;
}
.block {
    display: block !important;
}
.capitalize-font {
    text-transform: capitalize !important;
}
.font-12 {
    font-size: 12px !important;
}
.txt-primary,
.text-primary {
    color: #0098a3 !important;
}
.btn-rounded {
    border-radius: 60px;
}

.btn {
    /*outline: none !important;*/
}
.btn.btn-warning {
    /*outline: none !important;*/
    background: #f8b32d !important;
    border: solid 1px #f8b32d !important;
}

.auth-form .btn {
    font-size: 18px;
    text-transform: capitalize;
    padding: 4px 16px;
}

.btn-primary {
    background-color: #0098a3 !important;
    border-color: #0098a3 !important;
}

.btn {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.profile-detail i {
    margin-right: 10px;
}

.card-view {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
}

.card-view.panel > .panel-heading {
    border: none;
    color: inherit;
    border-radius: 0;
    padding: 20px 15px;
}

.card-view.panel.panel-default > .panel-heading {
    background: #f4f4f4;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    /*outline: none !important;*/
    height: 40px !important;
    border-radius: 0 !important;
    border: 1px solid #e4e4e4 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 39px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 39px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid #e4e4e4 !important;
}

.f-normal {
    font-weight: normal;
}

.row-equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio {
    padding-left: 20px;
    display: inline-block;
}

.radio + .radio {
    margin-left: 10px;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #0098a3 !important;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s
        cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.contact-box {
    padding: 10px 70px 0 0px;
    position: relative;
}

.contact-box + .contact-box {
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding: 15px 70px 0 0;
}

.contact-box .action-label {
    cursor: pointer;
    padding: 8px 6px;
    user-select: none;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 0;
    min-width: 33px;
    border-radius: 4px;
}

.action-label-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 20px;
    right: 11px;
    border: 1px solid #e2e2e2;
    border-left: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.action-label-wrapper .action-label {
    margin-left: 20px;
}

.action-label-wrapper .action-label + .action-label {
    margin-top: 5px !important;
}

.contact-box .action-label.full-height {
    top: 0;
    padding: 10px 20px;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-box + .contact-box .action-label-wrapper {
    top: 10px;
    height: calc(100% - 10px);
}

.contact-box + .contact-box .action-label.full-height {
    top: 7px;
    height: calc(100% - 10px);
}

.custom-tabs .nav-tabs > li.active > a,
.custom-tabs .nav-tabs > li.active > a:hover,
.custom-tabs .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #0098a3;
    border: 1px solid #0098a3;
    border-bottom-color: transparent;
    color: white;
}

.custom-tabs .nav-tabs > li > a {
    margin-right: 0 !important;
    line-height: 1.42857143;
    border: 1px solid #0098a3;
    border-radius: 0 !important;
    color: #4a4a4a;
    font-weight: 500;
}
.custom-tabs .nav-tabs > li.disabled > a {
    background: #dddddd !important;
}
.modal-header {
    border-bottom: none !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 50px auto !important;
    }
}

.modal-400 .modal-dialog {
    width: 100%;
    max-width: 400px;
}

.modal-500 .modal-dialog {
    width: 100%;
    max-width: 500px;
}

.modal-600 .modal-dialog {
    width: 100%;
    max-width: 600px;
}

.modal-700 .modal-dialog {
    width: 100%;
    max-width: 700px;
}

.modal-800 .modal-dialog {
    width: 100%;
    max-width: 800px;
}

.modal-900 .modal-dialog {
    width: 100%;
    max-width: 900px;
}

.modal-1000 .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

.modal-fluid {
    padding: 0 30px;
}
.modal-fluid .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.noborder {
    border: 0;
}
.panel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.panel-success-alt {
    border-color: #4cae4c;
}
.panel-success-alt .panel-heading {
    background-color: #8bc34a;
    color: #fff;
}
.widget .panel-primary .panel-heading {
    background-color: #428bca;
    color: #fff;
}
.widget .panel-dark .panel-heading {
    background-color: #607d8b;
    color: #fff;
}
.widget .panel .panel-heading {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 20px;
}
.panel-icon {
    background: rgba(255, 255, 255, 0.9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-icon .fa {
    color: #000;
    font-size: 36px;
}
.widget .md-title {
    font-size: 14px;
    margin-bottom: 0;
}
.widget h1 {
    margin-bottom: 0;
}
.mt5 {
    margin-top: 5px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.nomargin {
    margin: 0;
}
.panel-dark .panel-heading {
    background-color: #4e5154;
    color: #fff;
}
.modal-title {
    font-size: 20px !important;
}
.modal .modal-header {
    padding: 15px 15px 0px !important;
}
.modal .panel-heading {
    background-color: #2a3e4c !important;
    color: white !important;
    padding: 10px 10px !important;
}

.table-details > thead > tr > th,
.table-details > tbody > tr > th,
.table-details > tbody > tr > td {
    padding: 4px 10px;
}

.table-details > thead > tr > th,
.table-details > tbody > tr > th {
    background-color: #f3f3f3;
}

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

.label-reset {
    background: white;
    color: #4a4a4a;
    border: 1px solid #dddddd;
    padding: 4px 6px;
    cursor: pointer;
    font-weight: 600;
}

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

.inline-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.inline-checkbox .checkbox + .checkbox,
.inline-checkbox .radio + .radio {
    margin-top: 0 !important;
    margin-left: 20px !important;
}

.setting-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: calc(100vh - 185px);
    position: relative;
    background: #ede9e6;
}

.setting-tabs-wrapper {
    padding: 10px 20px;
    width: 370px;
    margin-right: 10px;
}

.setting-nav-tabs {
    padding: 30px 10px 10px;
    width: 100%;
}

.setting-layout hr {
    margin: 10px 0 10px;
}

.setting-layout ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0 0 0 11px;
}

.setting-layout ul li {
    position: relative;
    cursor: pointer;
    padding: 7px 10px 7px 15px;
    font-weight: 500;
    color: #428bca;
}

.setting-layout ul li i {
    position: absolute;
    top: 8px;
    left: 5px;
}
.setting-layout ul li:hover {
    color: #0098ae;
    background-color: #f3f3f3;
}

.setting-layout ul li.active {
    color: white;
    background-color: #0098ae;
}

.setting-heading {
    font-size: 24px;
    font-weight: 600;
}

.setting-body {
    padding: 20px 10px 0;
}

.setting-tabs-wrapper h6 {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
}

#setting-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    background-color: white !important;
}

.nav-tabs-wrapper {
    position: relative;
    padding: 35px 15px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
}

.setting-heading {
    height: 50px;
    position: relative;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: -21px;
}
.setting-heading h3 {
    margin: 0;
    padding: 10px;
    background: #56c9ac;
    color: white;
    padding-right: 135px;
    text-transform: capitalize;
}

.setting-heading:before,
.setting-heading:after {
    content: "";
    position: absolute;
}

.setting-heading:before {
    height: 0;
    width: 0;
    border-top: 8px solid #2da98b;
    border-left: 12px solid transparent;
    bottom: -4px;
}

.setting-heading:after {
    height: 0;
    width: 0;
    border-top: 21px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #56c9ac;
    right: -15px;
    top: 0;
}

.setting-body form {
    max-width: 700px;
}

.setting-body form label.control-label {
    text-align: right;
    margin-top: 10px;
}

.no-data-found {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.no-data-found i {
    font-size: 55px;
    color: #0098a3;
}
.no-data-found h6 {
    font-weight: 600;
    font-size: 30px;
    margin: 5px 0 10px;
}

table.dataTable {
    width: 100% !important;
}

.sub-title h6 {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.sub-title hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.select2-container .select2-selection--multiple {
    min-height: 40px !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e4e4e4 !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #e4e4e4 1px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f4f4f4 !important;
    border: 1px solid #e4e4e4 !important;
    padding: 3px 5px !important;
}

.jsRapDateTimePicker table {
    width: 100%;
}

.jsRapDateTimePicker table td + td {
    padding-left: 5px;
}

.jsRapDateTimePicker table th + th {
    padding-left: 16px !important;
}

.jsRapDateTimePicker table th {
    font-size: 12px;
    font-weight: normal;
    padding-left: 12px !important;
}

.jsRapDateTimePicker select {
    border: 1px solid rgba(33, 33, 33, 0.12);
    background-color: #fff;
    box-shadow: none !important;
    color: #212121;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 3px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

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

.row-small {
    margin: 0 -2px !important;
}
.row-small .col {
    padding: 0 2px !important;
}
.row-small .col .btn {
    min-height: 40px;
}
.row-small .form-control {
    padding: 6px 3px !important;
}
.row-small
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 3px !important;
}

.d-block {
    display: block;
}

.heading-select2 {
    /*color: #0098ae;*/
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

.form-control:disabled {
    background-color: #eee !important;
}

.input-group-addon {
    border: 1px solid #e4e4e4 !important;
    border-left: none !important;
}

.w-100 {
    width: 100%;
}

.discount-details-footer {
    text-align: right;
}
.discount-details-footer ul {
    list-style-type: none;
    padding-left: 0;
}
.discount-details-footer ul li {
    float: none;
    display: inline-block;
    font-size: 20px;
    padding: 0 15px 0;
}
.discount-details-footer ul li + li {
    border-left: 1px solid #cccccc;
    margin-left: 15px;
}
.discount-details-footer ul li span {
    font-weight: 600;
    font-size: 14px;
}

.detail-header-page {
    text-align: right;
}
.detail-header-page ul {
    list-style: none;
    padding-left: 0;
}
.detail-header-page ul li + li {
    border-left: 1px solid #cccccc;
}
.detail-header-page ul li {
    float: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
}
.detail-header-page ul li:first-child {
    padding-left: 0;
}
.detail-header-page ul li:last-child {
    padding-right: 0;
}

.table-add-detail thead th {
    background: #f3f3f3;
}

.table.vertical-align-middle tr td {
    vertical-align: middle;
}

.table-month tr td {
    font-size: 12px;
    font-weight: 600;
}
.table-month tr td:nth-child(2) {
    text-align: right;
}

.fiscal-year-select {
    padding: 12px !important;
}

.fiscal-year-select select {
    height: 25px !important;
    padding: 0;
}

.total-p-l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.total-p-l span {
    padding: 10px;
    border: 1px solid #0098a3;
    line-height: 1;
    margin-left: 5px;
    margin-right: 20px;
}

.grand-total {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 20px;
}

.dropdown-datetime-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.dropdown-datetime-wrapper .jsRapDateTimePicker {
    width: 100%;
}
.dropdown-datetime-wrapper div:nth-child(2) {
    margin: 0 10px;
    font-weight: 600;
}
@media screen and (max-width: 1230px) {
    .col-100 {
        width: 100% !important;
    }
    .col-30 {
        width: calc(100% / 3) !important;
    }
}
@media screen and (max-width: 992px) {
    .col-30 {
        width: calc(100% / 2) !important;
    }
}

.scroll-table {
    overflow-x: auto;
}

.pt-6 {
    padding-top: 6px;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    padding-right: 10px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    position: absolute !important;
    margin: 5px 0 0 !important;
    right: 8px !important;
}

.switch-field {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.3),
        0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #0098a3 !important;
    box-shadow: none;
    color: white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.sidebar .nav > li.divider {
    border-top: 1px solid #0098a3 !important;
}

.ui-widget.ui-widget-content {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
}
.header-search-bar {
    position: relative;
}
.header-search-bar input {
    padding-left: 30px;
    min-width: 200px;
    border: none !important;
    background: transparent !important;
    opacity: 1 !important;
    color: white !important;
    /*transition: 300ms ease-out;*/
}

.header-search-bar input::placeholder {
    color: white !important;
}

.header-search-bar i {
    position: absolute;
    top: 12px;
    left: 10px;
    color: white;
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    text-decoration: none !important;
}

.header-search-bar input:focus {
    background: white !important;
    color: #4a4a4a !important;
    min-width: 500px;
}

.header-search-bar input:focus + i {
    color: #4a4a4a;
}

.widget-box-inner {
    background-color: #f9fafe;
    border-radius: 10px;
    box-shadow: 0 3px 6px #f3f3f3;
    -webkit-box-shadow: 0 3px 6px #f3f3f3;
    -moz-box-shadow: 0 3px 6px #f3f3f3;
    padding: 20px 15px;
    margin-bottom: 20px;
    height: 100%;
}
.widget-box-inner .box-heading {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
}

.widget-box-inner .progress {
    border-radius: 4px;
    height: 50px;
    margin-bottom: 0;
}
.widget-box-inner .progress .progress-bar {
    font-size: 16px;
    line-height: 50px;
}

.progress-bar-labels {
    margin: 20px 0;
}

.progress-bar-labels div,
.progress-bar-labels {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.progress-bar-labels div {
    line-height: 16px;
    font-size: 15px;
}
.progress-bar-labels div label {
    margin: 0 5px 0 0;
}
.progress-bar-labels div + div {
    margin-left: 20px;
}
.expense-price {
    margin-bottom: 20px;
}
.expense-price h4 {
    margin: 10px 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #4a4a4a;
}
.expense-price p {
    margin: 5px 0 0px;
    color: #cccccc;
    font-size: 16px;
}
.expense-price.detail-price {
    padding-left: 10px;
    border-left: 3px solid transparent;
}
.border-left-success {
    border-left-color: #cddc39 !important;
}
.border-left-danger {
    border-left-color: #f44336 !important;
}
.border-left-primary {
    border-left-color: #3f51b5;
}
.border-left-info {
    border-left-color: #3f51b5;
}
.border-left-default {
    border-left-color: #607d8b;
}
.expense-price.detail-price h4 {
    font-weight: normal;
    font-size: 22px;
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.dashboard-datepicker {
    position: relative;
}

.dashboard-datepicker i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font-size: 12px;
}

.dashboard-datepicker select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    font-size: 16px;
    padding: 2px 20px 2px 20px;
    border-bottom: 1px solid #000000;
    background: transparent;
}

.dashboard-datepicker:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    font-size: 14px;
    color: #bdbdbd;
}

.dashboard-datepicker select option {
    font-size: 14px;
    padding: 0;
}

.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.6s;
}

@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.jsRapDateTimePicker select[disabled] {
    background-color: #eee !important;
}

.row-sm {
    margin: 0 -5px !important;
}

.row-sm [class*="col-"] {
    padding: 0 5px !important;
}

.invoice-tab-content {
    overflow: auto;
    max-height: calc(100vh - 330px);
}

.contact-box .row {
    margin: 0 -5px !important;
}

.contact-box .row [class*="col-"] {
    padding: 0 5px !important;
}

.dateMonthPicker table tr td:last-child {
    display: none;
}

/* Notification UI Changes 02/01/2022 */

.notifications-badge {
    transform: translate(10px, 9px);
    padding: 10px 28px 5px !important;
    /* border-right: 1px solid white !important; */
}

.notifications-badge span {
    padding: 2px;
    border: 3px solid white;
    background: #ffc06a !important;
    color: #1e2633;
    border-radius: 100%;
    font-size: 9px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 18px;
    width: 20px;
    height: 20px;
}

.app-notify-top-bg {
    width: 375px !important;
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.app-notification-title {
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.dropdown-alerts {
    width: 376px !important;
    top: 55px !important;
    margin-left: auto;
}

.initialsAvatar {
    color: #80848a;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 16%);
}

.dropdown-alerts .notificationView {
    padding: 0;
    max-height: 330px;
    overflow: auto;
    width: 100%;
}

.dropdown-alerts:after {
    bottom: 100%;
    right: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.item-info {
    font-size: 13px;
    color: #a0a3a7;
}

.dropdown-alerts .notificationView li {
    background-color: #ecf0f1;
    padding: 10px !important;
    cursor: pointer !important;
    display: flex;
}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
}
.text-center{
    justify-content: center;
}
.divTimeLine>tbody input,.divTimeLine>tbody select{padding:3px 0;width: 100%;border:solid 1px #e4e4e4;}
.divTimeLine>tbody input.amt, .divTimeLine>tfoot input.amt{width: 80%;}
.fixedHF thead th { position: sticky; top: 0; z-index: 1; background-color: #2a3e4c;color:#fff;}
.fixedHF tfoot th { position: sticky; bottom: 0; z-index: 1; background-color: #ddd;color:#2a3e4c;}

.material-switch{padding: 10px 0px;}
.material-switch > input[type="checkbox"] {display: none;}
.material-switch > label {cursor: pointer;height: 0px;position: relative;width: 40px;}
.material-switch > label::before {background: rgb(0, 0, 0);box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);border-radius: 8px;content: '';height: 16px;margin-top: -8px;position:absolute;opacity: 0.3;transition: all 0.4s ease-in-out;width: 40px;}
.material-switch > label::after {background: rgb(255, 255, 255);border-radius: 16px;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);content: '';height: 24px;left: -4px;margin-top: -8px;position: absolute;top: -4px;transition: all 0.3s ease-in-out;width: 24px;}
.material-switch > label.disabled::before {background: none;}
.material-switch > label.disabled::after {background: none;}
.material-switch > input[type="checkbox"]:checked + label::before {background: inherit;opacity: 0.5;}
.material-switch > input[type="checkbox"]:checked + label::after {background: inherit;left: 20px;}