/*
Theme Name: smart
Theme URI: http://www.songlecn.com
Author: songlecn
Author URI: http://www.songlecn.com
Description: songlecn
Version: 1.0
*/
html {
    font-size: 16px;
}

body {
    color: #777;
}

.bg-blue {
    background: #004f9f;
}

.login-form {
    /* background: #e9ebf0; */
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8eaf0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8eaf0));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8eaf0 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8eaf0 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8eaf0 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e8eaf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e8eaf0', GradientType=0);
    border-radius: 5px;
    padding: 30px;
}

:root .login-form {
    filter: none;
}

.login-form h2 {
    text-align: center;
    margin-top: 10px;
}

.login-form h4 {
    color: #929db8;
    margin-bottom: 30px;
}

.login-form label a {
    color: #004f9f;
}

.divided {
    border-top: 1px solid #dadee8;
    width: 50%;
    margin: 0 auto;
}

.eye {
    background: url(assets/images/eye.png) no-repeat center center;
    background-size: 65%;
    cursor: pointer;
    pointer-events: auto;
}

.closed-eye {
    background: url(assets/images/closed-eye.png) no-repeat center center;
    background-size: 65%;
    cursor: pointer;
    pointer-events: auto;
}

.state-block {
    position: relative;
    overflow: hidden;
}

.state-block.block-mode-loading>* {
    opacity: .25;
}

.state-block.block-mode-loading::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 9;
    content: " ";
}

.state-block.block-mode-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #3e4a59;
    font-family: themify;
    font-size: 16px;
    text-align: center;
    z-index: 9;
    content: '\e619';
    -webkit-animation: fa-spin 1.75s infinite linear;
    animation: fa-spin 1.75s infinite linear;
    border-radius: 1.5rem;
}

.login-logo {
    width: 150px;
    height: 150px;
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.login-logo-inner {
    height: 100%;
    border: 15px solid #fcfcfc;
    border-radius: 50%;
    background: #eff1f6;
}

.login-logo img {
    height: 64px;
    margin-top: 18px;
}

.login-form .btn {
    text-transform: none;
    font-size: 18px;
}

.login-form .btn.bg-blue {
    border: 1px solid #004f9f;
}

.songlecn_login_social_button {
    background: #fff url(assets/images/google_icon.png) no-repeat 15% center;
    background-size: 25px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2299dd;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #2299dd, 0 0 5px #2299dd;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.header .logo {
    padding: 10px 0;
    height: 53px;
}

.header .logo a {
    display: inline-block;
}

.header .logo img {
    height: 33px;
    float: left;
}

.header .logo span.logo-big-text {
    line-height: 21px;
    color: #000;
    display: block;
}

.header .logo span.logo-text{
    font-size: 12px;
    line-height: 1;
    opacity: .6;
    display: block;
    font-weight: normal;
}

.topbar-user {
    height: 53px;
}

.topbar-user img {
    float: left;
    top: 0;
    position: static;
    border-radius: 50%;
    width: 33px;
    margin-top: 10px;
}

.topbar-user span {
    float: right;
    line-height: 53px;
}

.sidebar {
    top: 53px;
    font-size: 16px;
}

.sidebar .nano-content>ul li:hover>a,
.sidebar .nano-content>ul li.active>a,
.sidebar .nano-content>ul li.open>a {
    color: #fff;
    line-height: 18px;
    background: #004f9f;
    opacity: 1;
}

.sidebar .nano-content > ul > li.active > a, 
.sidebar .nano-content > ul > li.open > a, 
.sidebar .nano-content > ul > li > ul{
    background: #004f9f;
}

.sidebar .nano-content>ul li>a.active {
    color: #fff;
    opacity: 1;
}

.sidebar i {
    float: left;
}

.sidebar .nano-content>ul li>a {
    line-height: 18px;
    color: #fff;
    opacity: .6;
}

.sidebar .nano-content>ul li.active>a::before {
    background: #004f9f;
}

.sidebar .nano-content > ul > li > ul > li.active > a, 
.sidebar .nano-content > ul > li > ul > li.open > a, 
.sidebar .nano-content > ul > li > ul > li > ul{
    background: #004f9f;
}

.sidebar .nano-content > ul > li{
    border-bottom: 1px solid #d0c9c9;
    padding: 20px 0;
}

.sidebar .logout-btn{
    position: fixed;
    bottom: 5%;
    width: 110px;
    left: 50%;
    margin-left: -55px;
}

.server-btn i{
    margin-top: 2px;
}

.db-server.state-block.block-mode-loading::after{
    color: #fff;
}

.content-wrap {
    margin-top: 53px;
}

.breadcrumb-filter{
    float: left;
    margin-left: 10px;
}

.breadcrumb-filter select{
    height: 34px;
    margin: 8px 0;
}

.main .page-header {
    padding: 0 20px;
    margin-bottom: 7.5px;
}

.main .page-header .page-title h1 {
    line-height: 22px;
}

.main .page-header .page-title .breadcrumb li {
    line-height: 22px;
}

.border-radius-block {
    border-radius: 4px;
    border: none;
}

.border-radius-block .card-body {
    background: transparent;
}

.horizontal-bar-row .card-body{
    height: 300px;
}

.filter-tab .nav-tabs {
    text-align: center;
}

.filter-tab .filter-tab-title{
    float: left;
    line-height: 50px;
    font-weight: bold;
    text-indent: 40px;
}

.filter-tab .nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.filter-tab .nav-tabs>li>a {
    line-height: 34px;
}

.filter-tab.flex-tab .nav-tabs>li>a {
    line-height: 16px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14px;
}

.filter-tab .nav-tabs>li>a.active,
.filter-tab .nav-tabs>li>a.active:focus,
.filter-tab .nav-tabs>li>a.active:hover {
    color: #004f9f;
    font-weight: bold;
}

.custom-tab .nav-tabs>li>a.active:after,
.custom-tab .nav-tabs>li>a.active:focus:after,
.custom-tab .nav-tabs>li>a.active:hover:after {
    background: #004f9f;
    top: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}

.my-data-table.table>thead>tr>th {
    color: #004f9f;
    text-align: center;
}

.my-data-table tbody tr td:last-child {
    text-align: center;
}

.my-data-table.table>tfoot>tr>td {
    text-align: center;
}

.my-data-table.table td,
.my-data-table.table th {
    white-space: nowrap;
}

.sidebar .nano-content>ul>li>ul>li>a i {
    font-size: 12px;
    margin-top: 3px;
    margin-right: 0;
}

.js-table-checkable tbody tr,
.js-table-sections-header>tr {
    cursor: pointer;
}

.js-table-sections-header+tbody {
    display: none;
}

.table tbody+tbody {
    border-top: none;
}

.js-table-sections-header.active+tbody {
    display: table-row-group;
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #f5f5f5;
}

.indent-two {
    text-indent: 2em;
}

.status-new {
    background: #f47119;
}

.status-processing {
    background: #84be47;
}

.status-expired {
    background: #e30613;
}

.status-rejected,
.bg-rejected {
    background: #929db8;
}

.bg-actions{
    background: #004f9f;
}

.bg-inspection-forms{
    background: #33815e;
}

.status-approved {
    background: #90908a;
}

.text-white {
    color: #fff !important;
}

.text-red{
    color: red;
}

.text-black{
    color: #000;
}

.text-blue,
.text-blue:active,
.text-blue:hover,
.text-blue:focus {
    color: #004f9f !important;
}

.font-bold {
    font-weight: 700;
}

.status-width {
    width: 110px;
}

.my-data-table.table .not-trigger {
    float: left;
    line-height: 32px;
    cursor: pointer;
}

.my-data-table.table .not-trigger i {
    float: right;
    margin-top: 9px;
    text-indent: 0;
    margin-left: 3px;
}

.go-back {
    font-size: 18px;
    padding: 14px 0;
    line-height: 22px;
    display: block;
}

.go-back i {
    margin: 2px 0;
    float: left;
}

.block-title {
    white-space: nowrap;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    display: inline-block;
}

.block-order{
    float: right;
    line-height: 50px;
    margin-right: 20px;
}

.block-order ul{
    list-style: none;
}

.block-order ul li{
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}

.block-order ul li.active{
    font-weight: bold;
    font-style: italic;
}

.block-order ul li i{
    float: left;
    margin-top: 18px;
    margin-right: 3px;
}

.font14 {
    font-size: 14px;
}

.bg-subcon {
    background: #f39c12;
}

.bg-location {
    background: #00a65a;
}

.bg-red{
    background: red;
}

.bg-green{
    background: green;
}

.my-data-table.table>tbody>tr>th,
.my-data-table.table>tfoot>tr>td,
.my-data-table.table>tfoot>tr>th,
.my-data-table.table>thead>tr>td,
.my-data-table.table>thead>tr>th {
    padding: 8px 20px;
}

.my-data-table .text-left {
    text-align: left !important;
}

.horizontal-bar-row .my-data-table.table>tbody>tr>th,
.horizontal-bar-row .my-data-table.table>tfoot>tr>td,
.horizontal-bar-row .my-data-table.table>tfoot>tr>th,
.horizontal-bar-row .my-data-table.table>thead>tr>td,
.horizontal-bar-row .my-data-table.table>thead>tr>th {
    line-height: 43px;
}

.my-data-table.table-hover>tbody>tr:hover{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my-data-table.table-hover>tbody>tr:hover th,
.my-data-table.table-hover>tbody>tr:hover td{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table.modal-table thead tr th,
.table.modal-table tbody tr td {
    padding: 10px;
    line-height: 20px;
}

.bg-white {
    background: #fff !important;
}

.border-bottom-radius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blue-model{
    color: #252525;
}

.blue-model .modal-content {
    padding: 20px;
}

.blue-model .modal-header {
    border: 2px solid #004f9f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
}

.blue-model .modal-body {
    border: 2px solid #929db8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blue-model .modal-header h4.modal-title {
    font-size: 16px;
}

.btn-blue {
    background: #004f9f;
    border-color: #004f9f;
    color: #fff;
}

.btn-blue:focus,
.btn-blue:hover {
    color: #fff;
}

.btn-circle {
    border-radius: 50%;
    padding: 15px;
}

.btn-circle i {
    display: block;
    font-weight: bold;
}

.model-close {
    position: absolute;
    top: -23px;
    right: -23px;
}

.blue-model p label {
    color: #004f9f;
    margin-bottom: 0;
}

.blue-model .modal-body p.js-gallery:last-child {
    margin-bottom: 0;
}

.blue-model .img-thumbnail {
    height: 80px;
    width: auto;
    margin-bottom: 5px;
    cursor: zoom-in;
}

.blue-model .img-thumbnail.single-img-thumbnail {
    margin-bottom: 0;
}

.blue-model .img-lightbox {
    display: inline-block;
    margin-right: 2px;
}

.blue-model .img-lightbox.single-img-lightbox {
    margin-right: 0;
}

.blue-model .modal-sub-title {
    margin-left: -1rem;
    margin-right: -1rem;
    font-size: 16px;
    text-align: center;
    background: #004f9f;
    line-height: 48px;
    color: #fff;
    margin-bottom: 10px;
}

.row-deck {
    display: flex;
    flex-wrap: wrap;
}

.row.row-deck>div {
    display: flex;
    align-items: stretch;
}

.row.row-deck>div .modal-body {
    min-width: 100%;
}

.row.row-deck .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.narrow-th {
    line-height: 17px !important;
    width: 9.5% !important;
}

.model-permit-view-detail {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.model-permit-view-detail i {
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}

.history-block {
    position: relative;
    margin: 10px auto;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.pointer {
    cursor: pointer;
}

.pointer * {
    cursor: pointer;
}

.blue-model .modal-body .history-block.active {
    padding: 10px 10px 0;
    background: #004f9f;
    border-radius: 5px;
    border-bottom: none;
}

.defect-block{
    position: relative;
    margin: 5px auto;
    padding: 5px 10px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.blue-model .modal-body .defect-block.active {
    background: #004f9f;
    border-radius: 5px;
}

.blue-model .modal-body .defect-block.active * {
    color: #fff !important;
}

.blue-model .modal-body .history-block.active .model-permit-view-detail {
    right: 10px;
}

.blue-model .modal-body .history-block.active * {
    color: #fff !important;
}

.blue-model .modal-body .history-block:first-child {
    margin-top: 0;
}

.blue-model .modal-body .history-block:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.blue-model .modal-body .history-block:last-child p:last-child {
    margin-bottom: 0;
}

.blue-model .modal-body .history-block.active:last-child p:last-child {
    margin-bottom: 10px;
}

.blue-model .modal-body .floor-plan-wrap{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 10px 0;
}

.blue-model .modal-body .floor-plan-wrap .floor-plan-img-xy{
    position: absolute;
    z-index: 2;
    font-size: 20px;
    width: 20px;
    color: #004f9f;
    left: -9999px;
    top:-9999px;
}

.blue-model .modal-body .floor-plan-wrap img{
    max-width: 100%;
    max-height: 50%;
}

.answer-text {
    color: #252525;
    margin-left: 5px;
}

.chart-container {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
}

#ad-search {
    font-size: 18px;
    color: #004f9f;
    line-height: 26px;
    display: block;
    padding: 12px;
    margin-right: -12px;
}

#ad-search i {
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}

.text-left .control-label {
    text-align: left;
}

.radio-div {
    margin: 11px auto;
}

.radio-div label {
    margin-right: 15px;
    margin-bottom: 0;
}

.radio-div label input[type=radio] {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #c72731 !important;
}

.search-title {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.search-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.search-item {
    margin: 0 5px 10px;
}

.accordion-group {
    font-size: 14px;
    color: #252525;
    margin: 10px 0;
}

.accordion-group .accordion {
    border: none;
    box-shadow: none;
    margin: 0;
}

.accordion-title {
    font-size: 14px;
    text-indent: 20px;
    line-height: 40px;
}

.accordion-body {
    line-height: 40px;
    text-indent: 40px;
}

.accordion-body a {
    color: #878787;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.tooltip {
    text-indent: 0 !important;
}

.small-text {
    padding: 6px;
    width: 50px;
    text-align: center;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.small-text:active,
.small-text:focus {
    border-color: #878787;
    box-shadow: none;
    outline: 0;
}

.extra-span {
    display: inline-block;
    text-align: left;
    width: 20px;
}

.table>thead>tr>th.normal-text {
    color: #252525;
    font-weight: normal;
}

#if-btn {
    height: 32px;
    display: block;
    margin: 0 auto;
    line-height: 1;
}

.my-data-table.table th.sub-table-title {
    text-align: left;
    color: #000;
    padding-left: 8px;
}

.table-top-border {
    border-top: 1px solid #ddd !important;
}

.w-30px {
    width: 30px;
}

.if-form .invalid-feedback {
    display: none !important;
}

.if-form .is-invalid input {
    border: 1px solid #a92824;
}

/*modal begin*/
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.in .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.25;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #ebebeb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 23px auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-dialog.modal-dialog-top {
    margin-top: 0 !important;
}

.modal.fade .modal-dialog {
    transition-duration: .12s;
}

.modal.fade .modal-dialog.modal-dialog-popin {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.modal.fade .modal-dialog.modal-dialog-popout {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.modal.fade .modal-dialog.modal-dialog-slideup {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.modal.fade .modal-dialog.modal-dialog-slideright {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
}

.modal.fade .modal-dialog.modal-dialog-slideleft {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
}

.modal.fade .modal-dialog.modal-dialog-fromright {
    -webkit-transform: translateX(25%) rotate(10deg) scale(0.9);
    transform: translateX(25%) rotate(10deg) scale(0.9);
}

.modal.fade .modal-dialog.modal-dialog-fromleft {
    -webkit-transform: translateX(-25%) rotate(-10deg) scale(0.9);
    transform: translateX(-25%) rotate(-10deg) scale(0.9);
}

.modal.in .modal-dialog.modal-dialog-popin,
.modal.in .modal-dialog.modal-dialog-popout {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal.in .modal-dialog.modal-dialog-slideup,
.modal.in .modal-dialog.modal-dialog-slideright,
.modal.in .modal-dialog.modal-dialog-slideleft {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.in .modal-dialog.modal-dialog-fromright,
.modal.in .modal-dialog.modal-dialog-fromleft {
    -webkit-transform: translateX(0) rotate(0) scale(1);
    transform: translateX(0) rotate(0) scale(1);
}

/*modal end*/

/*wizard begin*/
#risc-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal .custom-tab>.nav>li>a:focus,
.modal .custom-tab>.nav>li>a:hover {
    border-bottom-color: #ddd;
}

.modal .custom-tab>.nav-tabs>li.active>a,
.modal .custom-tab>.nav-tabs>li.active>a:focus,
.modal .custom-tab>.nav-tabs>li.active>a:hover {
    color: #004f9f;
}

.modal .custom-tab>.nav-tabs>li.active>a:after,
.modal .custom-tab>.nav-tabs>li.active>a:focus:after,
.modal .custom-tab>.nav-tabs>li.active>a:hover:after {
    background-color: #004f9f;
}

.modal .form-horizontal .has-feedback .form-control-feedback {
    right: 7.5px;
}

.modal .select2-container--default .select2-search--inline .select2-search__field {
    height: 42px;
    padding: 6px 12px;
    margin-top: 0;
}

.modal .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border-color: #e7e7e7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
}

.modal .is-invalid .select2-container--default .select2-selection--multiple {
    border-color: #e74c3c;
}

.modal .select2-container--default .select2-selection--multiple:active,
.modal .select2-container--default .select2-selection--multiple:focus {
    border-color: #878787;
    box-shadow: none;
}

.modal .select2-container--disabled .select2-selection--multiple:active,
.modal .select2-container--disabled .select2-selection--multiple:focus {
    border-color: #e7e7e7;
    box-shadow: none;
}

.modal .select2-container--disabled .select2-selection--multiple{
    cursor: not-allowed;
}

.modal .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5c80d1;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 10px 10px 10px 0;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #5c80d1;
    border: none;
    border-radius: 4px;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, .5);
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgba(255, 255, 255, .75);
}

.theme-tabs {
    width: 202px;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background: #F4F5F8;
    overflow: hidden;
}

.theme-tabs li a.disabled {
    cursor: not-allowed;
}

.theme-tab .theme-tabs>li {
    display: table-cell;
    width: 100px;
}

.theme-tab .theme-tabs>li.active {
    background: #004f9f;
}

.theme-tab .theme-tabs>li>a,
.theme-tab .theme-tabs>li>a:focus,
.theme-tab .theme-tabs>li>a:hover {
    color: #004f9f;
    line-height: 34px;
    display: block;
    text-align: center;
}

.theme-tab .theme-tabs>li.active>a,
.theme-tab .theme-tabs>li.active>a:focus,
.theme-tab .theme-tabs>li.active>a:hover {
    color: #fff;
    background: transparent;
}

#new_floor_unit_text {
    width: calc(100% - 50px);
    display: inline-block;
}

#new_show_units_matrix {
    background: #004f9f url(assets/images/icon_unit_martix.png) no-repeat center;
    float: right;
    width: 42px;
    height: 42px;
    background-size: 25px 25px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.matrix-table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 16px;
    table-layout: fixed;
}

.matrix-table th {
    text-align: center;
    font-family: Consolas;
}

.matrix-table td {
    text-align: center;
}

.matrix-table div{
    border-color: #929DB8;
    border-style: solid;
    border-width: 2.5px;
}

.matrix-table th.col {
    width: 30px;
    padding-top: 2.5px;
}

.matrix-table .border td:nth-child(2){
    border-left: 2.5px solid #929DB8;
}

.matrix-table .border td:last-child{
    border-right: 2.5px solid #929DB8;
}

.matrix-table .border:nth-child(2) td{
    border-top: 2.5px solid #929DB8;
}

.matrix-table .border:last-child td{
    border-bottom: 2.5px solid #929DB8;
}

.matrix-table td.null{
    background: url(assets/images/x.png) no-repeat center center;
    background-size: 8px;
}

#new_matrix_right {
    margin-bottom: 10px;
}

.modal .state-block.block-mode-loading::before {
    background: #f1f1f1;
}

.modal .tab-content>#validation-step2.tab-pane {
    display: none;
}

.modal .tab-content>#validation-step2.active {
    display: flex;
}

.matrix-info {
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-left: 21.5px;
}

.matrix-info-item {
    padding: 0 5px;
}

.matrix-dot {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.bg-matrix-selection,
.matrix-table td.selected div {
    background: #F9B25F;
}

.bg-matrix-approved,
.matrix-table td.approved div {
    background: #0C143D;
}

.bg-matrix-pending,
.matrix-table td.pending div {
    background: #5375FF;
}

.matrix-table td.empty {
    cursor: pointer;
}

.checklist-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#new_checklists_div {
    min-height: 89px;
}

.summary-head {
    background: #FBFBFB;
    border: 1px solid #C3C4C7;
    border-radius: 10px;
    padding: 5px 15px;
}

.summary-head label {
    width: 130px;
    margin-bottom: 0;
}

.summary-items {
    display: flex;
    flex-wrap: wrap;
}

.summary-item {
    border-bottom: 1px dashed #C3C4C7;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    margin: 5px 2%;
}

.summary-item label {
    margin-bottom: 0;
}

.summary-long-item {
    border-bottom: 1px dashed #C3C4C7;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 100%;
    margin: 5px 2%;
}

.error-info {
    border-color: #e74c3c;
}

.summary-text {
    color: #777;
    margin-bottom: 10px;
}

.summary-checklist-item {
    overflow: hidden;
}

.wizard-footer {
    padding-bottom: 5px;
}

/*wizard end*/
/*custom file begin*/
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #46c37b;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #46c37b;
    box-shadow: 0 0 0 0.2rem rgba(70, 195, 123, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #d26a5c;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #d26a5c;
    box-shadow: 0 0 0 0.2rem rgba(210, 106, 92, 0.25);
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 42px;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #878787;
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 42px;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 28px;
    color: #575757;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 40px;
    padding: 0 0.75rem;
    line-height: 40px;
    color: #575757;
    content: "Browse";
    background-color: #f5f5f5;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file .remove{
    position: absolute;
    top: 0;
    z-index: 3;
    right: 72px;
    height: 42px;
    line-height: 42px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

/*custom file end*/
/*custom control begin*/
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #46c37b;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #46c37b;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #6dcf96;
    background-color: #6dcf96;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(70, 195, 123, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #46c37b;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #d26a5c;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #d26a5c;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #dd8f84;
    background-color: #dd8f84;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(210, 106, 92, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #d26a5c;
}

@media (min-width: 576px) {
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #004f9f;
    background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #004f9f;
    background-color: #004f9f;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #004f9f;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #e7ecf8;
    border-color: #e7ecf8;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #004f9f solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: #004f9f;
    width: 10px;
    height: 10px;
    left: -21px;
    top: 7px;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #5c80d1;
    background-color: #5c80d1;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(92, 128, 209, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(92, 128, 209, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(92, 128, 209, 0.5);
}

.custom-switch {
    padding-left: 2.5rem;
}

.custom-switch .custom-control-label::before {
    left: -2.5rem;
    width: 2rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.5rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #e1e1e1;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(92, 128, 209, 0.5);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.custom-switch .custom-control-label {
    left: 0;
    padding-left: 2.5rem;
}

.custom-switch .custom-control-label::before {
    top: 0.125rem;
    left: 0;
    width: 2rem;
    height: 1.25rem;
    border-radius: 1rem;
    transition: background-color .15s ease-out;
    background-color: #fff;
}

.custom-switch .custom-control-label::after {
    top: 0.3125rem;
    left: .25rem;
    width: .875rem;
    height: .875rem;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 1rem;
    background-color: #adb5bd;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.625rem);
    transform: translateX(0.625rem);
    box-shadow: -0.125rem 0 0.125rem rgba(0, 0, 0, 0.2);
}

.custom-control-label {
    font-weight: 400;
}

.custom-control-label::before {
    background-color: #fff;
}

.custom-control-label::after {
    transition: -webkit-transform .12s ease-out;
    transition: transform .12s ease-out;
    transition: transform .12s ease-out, -webkit-transform .12s ease-out;
}

.custom-checkbox.custom-checkbox-square .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox.custom-checkbox-rounded-circle .custom-control-label::before {
    border-radius: 1rem;
}

.custom-control-primary .custom-control-input:checked~.custom-control-label::before {
    background-color: #5c80d1;
    border-color: #5c80d1;
}

.custom-control-primary .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 128, 209, 0.25);
}

.custom-control-primary .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #5c80d1;
}

.custom-control-primary .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #acbee7;
    border-color: #acbee7;
}

.custom-control-primary .custom-control-label::before {
    background-color: #cbd7f0;
    border-color: #6889d4;
}

.custom-control-primary.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #5c80d1;
}

.custom-control-primary.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #5c80d1;
}

.custom-control-primary.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #5c80d1;
}

.custom-control-primary.custom-switch .custom-control-label::after {
    background-color: rgba(92, 128, 209, 0.6);
}

.custom-control-success .custom-control-input:checked~.custom-control-label::before {
    background-color: #46c37b;
    border-color: #46c37b;
}

.custom-control-success .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70, 195, 123, 0.25);
}

.custom-control-success .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #46c37b;
}

.custom-control-success .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #93dcb2;
    border-color: #93dcb2;
}

.custom-control-success .custom-control-label::before {
    background-color: #e0f5e9;
    border-color: #80d6a5;
}

.custom-control-success.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #46c37b;
}

.custom-control-success.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #46c37b;
}

.custom-control-success.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #46c37b;
}

.custom-control-success.custom-switch .custom-control-label::after {
    background-color: rgba(70, 195, 123, 0.6);
}

.custom-control-info .custom-control-input:checked~.custom-control-label::before {
    background-color: #70b9eb;
    border-color: #70b9eb;
}

.custom-control-info .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(112, 185, 235, 0.25);
}

.custom-control-info .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #70b9eb;
}

.custom-control-info .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #c9e5f8;
    border-color: #c9e5f8;
}

.custom-control-info .custom-control-label::before {
    background-color: #edf6fd;
    border-color: #7abdf0;
}

.custom-control-info.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #70b9eb;
}

.custom-control-info.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #70b9eb;
}

.custom-control-info.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #70b9eb;
}

.custom-control-info.custom-switch .custom-control-label::after {
    background-color: rgba(112, 185, 235, 0.6);
}

.custom-control-warning .custom-control-input:checked~.custom-control-label::before {
    background-color: #f3b760;
    border-color: #f3b760;
}

.custom-control-warning .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(243, 183, 96, 0.25);
}

.custom-control-warning .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #f3b760;
}

.custom-control-warning .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #fae2bf;
    border-color: #fae2bf;
}

.custom-control-warning .custom-control-label::before {
    background-color: #fdf3e5;
    border-color: #f4bc6f;
}

.custom-control-warning.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f3b760;
}

.custom-control-warning.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #f3b760;
}

.custom-control-warning.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #f3b760;
}

.custom-control-warning.custom-switch .custom-control-label::after {
    background-color: rgba(243, 183, 96, 0.6);
}

.custom-control-danger .custom-control-input:checked~.custom-control-label::before {
    background-color: #d26a5c;
    border-color: #d26a5c;
}

.custom-control-danger .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 106, 92, 0.25);
}

.custom-control-danger .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #d26a5c;
}

.custom-control-danger .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #e8b3ac;
    border-color: #e8b3ac;
}

.custom-control-danger .custom-control-label::before {
    background-color: #f9eae8;
    border-color: #df8e83;
}

.custom-control-danger.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #d26a5c;
}

.custom-control-danger.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #d26a5c;
}

.custom-control-danger.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #d26a5c;
}

.custom-control-danger.custom-switch .custom-control-label::after {
    background-color: rgba(210, 106, 92, 0.6);
}

.custom-control-light .custom-control-input:checked~.custom-control-label::before {
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.custom-control-light .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.custom-control-light .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #adb5bd;
}

.custom-control-light .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #e6e8ea;
    border-color: #e6e8ea;
}

.custom-control-light .custom-control-label::before {
    background-color: #dee2e6;
    border-color: #95a2af;
}

.custom-control-light.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #adb5bd;
}

.custom-control-light.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #adb5bd;
}

.custom-control-light.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #adb5bd;
}

.custom-control-light.custom-switch .custom-control-label::after {
    background-color: rgba(173, 181, 189, 0.6);
}

.custom-control-dark .custom-control-input:checked~.custom-control-label::before {
    background-color: #343a40;
    border-color: #343a40;
}

.custom-control-dark .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}

.custom-control-dark .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #343a40;
}

.custom-control-dark .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #626d78;
    border-color: #626d78;
}

.custom-control-dark .custom-control-label::before {
    background-color: #dee2e6;
    border-color: #95a2af;
}

.custom-control-dark.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #343a40;
}

.custom-control-dark.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #343a40;
}

.custom-control-dark.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #343a40;
}

.custom-control-dark.custom-switch .custom-control-label::after {
    background-color: rgba(52, 58, 64, 0.6);
}

.custom-control-lg {
    padding-left: 1.75rem;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.125rem;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-control-lg.custom-switch {
    padding-left: 0;
}

.custom-control-lg.custom-switch .custom-control-label {
    padding-left: 3.25rem;
}

.custom-control-lg.custom-switch .custom-control-label::before {
    top: -0.0625rem;
    left: 0;
    width: 2.75rem;
    height: 1.625rem;
}

.custom-control-lg.custom-switch .custom-control-label::after {
    top: 0.125rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-control-lg.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

/*custom control end*/
.center-nodata{
    position: relative;
    height: 100%;
}
.center-nodata div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}