@import url('http://fonts.cdnfonts.com/css/tt-commons');
@font-face {
    font-family: "font-family: 'TT Commons', sans-serif;";
    src: url("../font/TT\ Commons\ Black.otf");
    /* src: url("../font/TT\ Commons\ Black\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Bold.otf");
    /* src: url("../font/TT\ Commons\ Bold\ Italic.otf"); */
    src: url("../font/TT\ Commons\ DemiBold.otf");
    /* src: url("../font/TT\ Commons\ DemiBold\ Italic.otf"); */
    src: url("../font/TT\ Commons\ ExtraBold.otf");
    src: url("../font/TT\ Commons\ ExtraLight.otf");
    src: url("../font/TT\ Commons\ ExtraLight\ Italic.otf");
    /* src: url("../font/TT\ Commons\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Light.otf");
    /* src: url("../font/TT\ Commons\ Light\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Medium.otf");
    /* src: url("../font/TT\ Commons\ Medium\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Regular.otf");
    src: url("../font/TT\ Commons\ Thin.otf");
    /* src: url("../font/TT\ Commons\ Thin\ Italic.otf"); */
}


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

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.3);
}

::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.right_menu_ds{

    left: -199px;
    width: 250px !important;
}
/* Track */

 ::-webkit-scrollbar-track {
    background: var(--lightestgrey);
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}


/* Handle on hover */

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

:root {
    scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "TT Commons", sans-serif;
    background: #e7e7e7;
    color: #444444;
    scroll-behavior: smooth;
	
}
.header-menu{
    border-bottom:1px solid #ccc;
}
.sidebar-wrapper ul {
  
    border-top: 1px solid #ccc;
}

.sidebar-wrapper .sidebar-menu ul li a{
    
    padding: 12px 10px !important;
}
.sidebar-wrapper .sidebar-search>div {
    padding: 10px 9px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
   position: absolute;
    
    border-radius: 0px 0px 7px 7px !important;
    top: 57px;
    width: 100%;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}
#notification-container{
    width:350px;
}

.bg-badge {
    background-color: #ec6a1f !important;
}

.badge_custom {
    color: #fff !important;
    font-size: 11px !important;
    position: absolute;
    top: 0;
}

.top_header_icons {
    font-size: 15px;
}

.dropdown-toggle::after {
    display: none !important;
}

#navbarSupportedContent_1 .nav-link {
   margin: 0px -2px !important;
    border: 1px solid #ec6a1f;
    border-radius: 5px;
    padding: 7px 11px;
}
.modelling_level{
    font-size:14px;
}
#notifications .fa-bell{
     /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 8s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.activity-item .fa-bell{
        background: #ec6a1f;
    color: #fff !important;
}
#navbarSupportedContent_2 .nav-link {
	padding: 7px 10px;
    font-size: 13px;
	text-transform: lowercase;
}
#navbarSupportedContent_2 .nav-link:first-letter,
#navbarSupportedContent_2 .nav-link:first-line {
  text-transform: capitalize;
}
#notifications i.fa {
    font-size: 21px;
}
#navbarSupportedContent_1 .nav-link{
     transition:0.5s ease;
}
#navbarSupportedContent_1 .nav-link:hover{
    background-color:#ec6a1f;
    transition:0.5s ease;
    color:#fff !important;
}
.navbar-light .nav-link {
    white-space: nowrap !important;
    font-weight: 600;
    text-transform: capitalize;
}

.scroll_navgation {
    overflow-x: auto !important;
    box-shadow: 0px 7px 40px rgba(81, 81, 83, 0.12);
}

.scroll_navgation ::-webkit-scrollbar {
    display: none;
}


/* Demonstrate a "mostly customized" scrollbar
   * (won't be visible otherwise if width/height is specified) */

.scroll_navgation ::-webkit-scrollbar {
    width: 5px !important;
    height: 4px !important;
    background-color: #aaa;
    /* or add it to the track */
}


/* Add a thumb */

.scroll_navgation ::-webkit-scrollbar-thumb {
    background: #464646;
}

.navbar {
    padding: .3rem .3rem !important;
}

.logo_text {
    color: #464646 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.logo_text img{
   width: 55px;
   
   
}

.sticky_header {
    position: fixed;
    background: #fff;
    z-index: 999000;
	padding: 0px;
}
.navbar{
	padding-left: 15px !important;
	padding-right: 15px !important;
	 border-bottom: 1px solid #ec712a;
    
    background: #fff !important;
}

.rightside_icons .nav-item {
    margin: 0px 10px !important;
}

.rightside_icons .nav-item:hover {
    border-bottom: none !important;
}

.home_main {
    position: relative;
    height: 500px;
}

.morning_content {
    margin: 0;
   /* position: absolute;*/
	padding-top: 77px;
    text-align: center;
    /*transform: translate(-50%, -50%);*/
}

.user_image {
    width: 21px;
    height: 21px;
}

.greeting_message {
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

#currentTime {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #464646;
    text-transform: uppercase;
}

.navbar-bottom .navbar-nav .active>.nav-link,
.navbar-bottom .navbar-nav .nav-link.active,
.navbar-bottom .navbar-nav .nav-link.show,
.navbar-bottom .navbar-nav .show>.nav-link {
    color: #ec6a1f;
    border-bottom: 2px solid #ec6a1f;
    transition: 0.6s;
}

.navbar-bottom .navbar-nav .nav-link:focus,
.navbar-bottom .navbar-nav .nav-link:hover {
    color: #ec6a1f;
    border-bottom: 2px solid #ec6a1f;
    transition: 0.6s;
}

.login-form-holder {
    margin: 0;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(118, 119, 118, 0.05) 0px 8px 32px;
}

.btn-login {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #ec6a1f;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    border-radius: 30px;
    margin-top: 20px;
}

.btn-back {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #464646;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    border-radius: 30px;
    margin-top: 20px;
}

.shape_left {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 150px;
    left: 20%;
}

.shape_right {
    position: absolute;
    right: 155px;
    width: 380px;
    /* top: -47px; */
    bottom: 147px;
}

.login-form-holder .form-group {
    position: relative;
}

.field-icon {
    position: absolute;
    top: 43px;
    right: 12px;
}

.form-heading {
    text-align: center;
    color: #ec6a1f;
    font-weight: 600;
    border-bottom: 1px solid #ec6a1f80;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-form-header {
    height: 60px;
    box-shadow: 0px 7px 40px rgba(81, 81, 83, 0.12);
    text-align: center;
}

.login-form-header a,
.login-form-header h2 {
    line-height: 60px;
    text-decoration: none;
    font-weight: 600;
    color: #464646;
    text-transform: uppercase;
}

.bg-gradient-form {
    background: #ffe9dc;
    background: -webkit-linear-gradient(to bottom, #ffe9dc, #fff);
    background: linear-gradient(to bottom, #ffe9dc, #fff);
    height: 100vh;
	/*height: -webkit-fill-available;*/
}

.forgot_password {
    color: #ec6a1f;
    text-decoration: none !important;
    padding: 0px !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.6s;
}

.forgot_password:hover {
    color: #ec6a1f !important;
    text-decoration: none !important;
    padding: 0px !important;
    font-size: 14px;
    transition: 0.6s;
    font-weight: 600;
}

.error {
    color: red;
    text-transform: capitalize;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.scroll_section {
    overflow: auto;
    margin-bottom: 15px;
}

.table_sectiion_other {
    margin: 0;
}

.table_sectiion {
    width: 1680px;
    margin: 0;
}

.table_width {
    width: 550px;
    padding-left: 5px;
    padding-right: 5px;
}

.table-title {
    font-weight: 600;
    font-size: 16px;
    color: #464646;
    text-transform: uppercase;
}

.table_width table thead tr {
    background: #ec6a1f !important;
}

.table_width table thead tr th {
    color: #fff;
    /* white-space: nowrap; */
    font-size: 12.5px;
    text-transform: capitalize;
}

.table th {
    padding: .55rem !important;
}

.table_width table thead tr th:first-child {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.table_width table thead tr th:last-child {
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.table_width table tr td {
    padding: .15rem !important;
    font-size: 14px;
    vertical-align: middle;
    font-weight:500;
}

.table_width table tr:nth-child(even) {
    background: #fff;
}

.table_width table tr:nth-child(odd) {
    /*background: transparent;*/
	background: #fff;
}

.add_more {
    text-align: center;
    font-size: 14px;
    height: 35px;
    background: #fff;
    font-weight: 600;
    line-height: 35px;
    border:1px solid #ccc;
    color: #464646;
    
}

.fa-plus-circle {
    font-size: 18px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.table_width table {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.table_width .custom-control {
    text-align: center;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #464646 !important;
    background-color: #464646 !important;
}

.table_width_noc_dwg {
    width: 500px !important;
}


/* accordian  */

.main_accordian #faq .card {
    margin-bottom: 10px;
    border: 0;
}

.main_accordian #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0 !important;
}

.main_accordian #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #464646;
    background: #e4f4f1;
    font-weight: 600;
    font-size: 14px;
}

.main_accordian #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.main_accordian #faq .card .card-header .btn-header-link.collapsed {
    background: #e4f4f1;
    color: #464646;
}

.main_accordian #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.main_accordian #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
}

.main_accordian #faq .card .collapse {
    border: 0;
}

.main_accordian #faq .card .collapse.show {
    background: transparent;
}

.noc_dwg {
    margin: 0;
}

.noc_dwg_height {
    height: 80vh;
    overflow: auto;
}

.btn-facility {
    color: #fff;
    background: #ec6a1f;
    border: none;
    outline: none;
    font-weight: 600;
    width: 120px;
    padding: 5px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 15px;
}

.add_more_facility {
    cursor: pointer;
    text-decoration: none;
    color: #464646 !important;
}

.table-title-noc {
    font-weight: 600;
    font-size: 14px;
    color: #464646;
    text-transform: uppercase;
    /* background: #e0f0ed; */
    height: 35px;
    line-height: 35px;
    /* margin-left: -1px; */
    padding-left: 10px;
}

.showBtn_1 {
    display: block;
}

.hideme_1,
.hideme_2,
.hideme_3,
.hideme_4 {
    display: none;
}

.input-group-text {
    background-color: transparent !important;
}

.text-theme {
    color: #ec6a1f;
    font-weight: 500;
    text-align: center;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #62616155;
    transition: 0.6s;
	z-index: 999999;
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    top: 45%;
    transform: translateY(-45%) ! important;
}

.close {
    float: right;
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 0;
    right: 10px;
}

.table_width_sanction {
    width: 500px !important;
}

.card-form {
    padding: 15px 20px;
    box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03);
    border-radius: 10px;
    background: white;
}

.bg-theme {
    background: #ec6a1f !important;
    border: none;
    outline: none;
    text-transform: capitalize;
    width: 133px;
    font-weight: 500;
}

.list_tr {
    background: #ec6a1f !important;
}

.list_tr th {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}

.customer_table .btn {
    padding: .15rem .45rem !important;
}

.customer_table td {
    padding: 4px !important;
    vertical-align: middle !important;
}

.customer_table td:last-child,
.customer_table td:first-child {
    text-align: left;
}

.add_customer {
    text-align: left;
    color: #ec6a1f;
    font-weight: 600;
	margin-top: 10px;
	height: 35px;
}
.add_customer a{
	width: 165px;
}

.dropdown-item {
    font-weight: 600 !important;
    color: #464646;
}

.p-top {
    padding-top: 120px;
}

.card_width {
    width: 19.2%;
    margin: 5px;
}

.row-0 {
    margin-right: 0px;
    margin-left: 0px;
}

.text-c-yellow i {
    font-size: 32px;
    color: #464646;
}

.text-card {
    color: #464646;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.dependency_section .card:hover a {
    text-decoration: none !;
}

.card:hover .text-c-yellow i {
    font-size: 32px;
    color: #ec6a1f;
    transition: 0.6s;
}

.card:hover .text-card {
    transition: 0.6s;
    color: #ec6a1f;
}

.card_a {
    text-decoration: none !important;
}

.margin-ul {
    margin: 0px 0px 0px -15px;
}

.rightside_icons {
    margin: 0px -15px 0px 0px;
}

.close_popup {
    float: right;
    color: #5d5d5d;
    cursor: pointer;
}

.employee_table td {
    padding: 4px !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

.assign_dependency {
    color: #fff;
    background: #ec6a1f;
    font-weight: 500;
    border: none;
    outline: none;
    font-size: 14px;
    margin: auto;
    border-radius: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.inner_div {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .45rem;
    width: 300px;
    /* height: 395px; */
    height: auto;
    left: 116px;
    top: -8px;
    padding: 15px 8px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: none;
    /* visibility: hidden; */
    background: #fff;
}

.inner_div::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 0;
    top: 20px;
    border: 15px solid #fff0;
    border-left: 0;
    border-right: 15px solid rgb(219, 219, 219);
    transform: translate(calc(-100% - 0px), -50%);
}

.inner_div label {
    color: #464646;
    font-weight: 500;
    font-size: 14px;
}

.close_btn {
    font-size: 18px;
    color: #464646;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    cursor: pointer;
}

.close_btn_view {
    font-size: 18px;
    color: #464646;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    cursor: pointer;
}

.table-title-pop {
    font-weight: 600;
    font-size: 15px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.popup-submit {
    border: none;
    outline: none;
    background: #ec6a1f;
    color: #fff;
    margin-top: 0px;
    width: 100px;
    border-radius: 15px;
    font-weight: 500;
}

.popup_hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.inner_div .form-group.col-lg-12.form_gap {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 0.6rem;
}

.mb-1.pt-2.text-bold.dashboard-des {
    font-weight: 500;
    font-size: 18px;
}

.dash-employee {
    margin-bottom: 0px !important;
    padding: 0px;
    font-weight: 500;
    color: #ec6a1f !important;
    font-size: 24px;
}

.dash-details {
    color: #464646;
    margin-bottom: 0px !important;
    padding: 0px;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 23px;
}

.profile_details {
    font-size: 12px;
    word-spacing: 0px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #464646;
    text-transform: capitalize;
}

.col-lg-7.mb-lg-0.mb-4 {
    padding-right: 0px !important;
}

.card.card_width_employee {
    width: 33%;
    margin-right: 3px;
    margin-bottom: 3px;
}

.dashboard_btn {
    color: #fff !important;
}

.mtmb {
    margin-top: 10px;
    margin-bottom: 15px;
}

.dropdown-item {
    text-transform: capitalize;
}

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    /* content: 'Off'; */
    content: '';
    left: -4rem;
}

.btn-toggle:after {
    /* content: 'On'; */
    content: '';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active>.handle {
    left: 2.8125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
    content: 'Off';
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: 'On';
    right: 0;
    opacity: 0.5;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}

.table_li {
    font-weight: 500;
    color: #464646;
    white-space: nowrap;
    /* margin: 0px 0px 0px 24px; */
    font-size: 13px;
    /* border: 1px solid aqua; */
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.list_tr li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.draggable.list_tr {
    padding: 8px;
}

.master-table ul .draggable:after {
    right: 7px;
    font-size: 10px;
    position: absolute;
    cursor: pointer;
    line-height: 5;
    transition: all 200ms;
    transition-timing-function: cubic-bezier(0.48, 0.72, 0.62, 1.5);
    transform: translateX(120%);
    opacity: 0;
}

.master-table ul .draggable:hover:after {
    opacity: 1;
    transform: translate(0);
}

.draggable {
    cursor: grab;
    margin: 0;
    padding: 0;
    border: 1px solid #dee2e6;
    /* padding: 4px; */
    transform: 3s;
    background: #f2f2f2;
    white-space: nowrap;
}

.draggable .table_li:first-child {
    text-align: center;
    margin: 0px !important;
    width: 50px !important;
}

.draggable .table_li:last-child {
    text-align: left;
    margin: 0px !important;
}

.master-table {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}


/* 
.draggable .table_li:nth-child(2) {
    text-align: left;
}

.draggable .table_li:nth-child(3) {
    text-align: left;
} */

.master-table th {
    padding: .55rem !important;
}

.master-table td {
    padding: .25rem !important;
    vertical-align: middle;
}

.master-table td:first-child {
    text-align: center;
}

.form-control {
    padding: 0.590rem 0.75rem !important;
}

.dependency_section .table_width {
    width: 660px;
}

.view_dependency {
    color: #fff;
    background: #464646;
    font-weight: 500;
    border: none;
    outline: none;
    font-size: 14px;
    margin: auto;
    border-radius: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.inner_div_view {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .45rem;
    width: 230px;
    /* height: 395px; */
    height: auto;
    right: -62px;
    z-index: 99999;
    top: 32px;
    padding: 15px 8px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: none;
    /* visibility: hidden; */
    background: #fff;
}

.inner_div_view::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.inner_div_view label {
    color: #464646;
    font-weight: 500;
    font-size: 14px;
}

.noc_list {
    font-size: 14px;
    color: #464646;
}

.noc_right_side_border {
    background: #f3f3f3;
}

.noc_list::before {
    content: url(../images/arrow-right-16.png);
    top: 4px;
    position: relative;
}

.noc_list::after {
    content: '';
    right: 4px;
    position: relative;
}

.timeline-line {
    position: absolute;
    border-left: 2px solid #46464680;
    /*height: 82px;*/
    bottom: 14px;
}

.inner_div_view .noc_list:last-child {
    font-weight: 700 !important;
}

.drag_btn {
    cursor: grab !important;
}
.alert{
	position: fixed;
    right: 10px;
    bottom: 10px;
	z-index: 9999999;
}
#example_wrapper .custom-select{
	height: calc(1.5em + 0.5rem + 2px) !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.5rem !important;
    font-size: .875rem !important;
}
.customer_table{
	background: #fff;
	padding-top: 20px !important;
    padding-bottom: 20px !important;
	overflow-y: scroll;
	padding-left: 20px;
	min-height:600px;
	border-radius:7px;
    padding-right: 20px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}
.custom-control-label::after{
    
    width:1.5rem;
    height:1.5rem;
    
    top: 0rem;
}
.custom-control-label::before{
       width:1.5rem;
    height:1.5rem;
    
    top: 0rem;
}
.custom-control-label{
    cursor:pointer;
}
.employee_table{
	background: #fff;
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.dataTables_filter{
	width: 50%;
    float: right;
}
.dataTables_info{
	width: 50%;
    display: inline-flex;
}
.dataTables_paginate{
	width: 50%;
    display: inline-block;
}
/* ========================== Style By Pradeep ============================*/
.assign-document-table{
	width: 100%;
}
.assign-document-table .table_width {
    /*width: 800px;*/
    padding-left: 5px;
    padding-right: 5px;
	width: 70%;
}
#submit_btn{
	width:100%;
}
#print_btn{
	width:100%;
}
.assign-document-table .add_more{
	margin-top: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 27px;
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bdc1c8;
  -webkit-transition: .4s;
  transition: .4s;
   height: 26px;
  width: 51px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #29b5a8;
  height: 26px;
  width: 51px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  height: 26px;
  width: 51px;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch_label{
	height: 27px;
    vertical-align: sub;
}
.mt-15{
	margin-top: 15px;
}
.mb-15{
	margin-bottom: 15px;
}



.slit-in-vertical {
	-webkit-animation: slit-in-vertical 0.45s ease-out both;
	        animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}

/*---------------#region Alert--------------- */

#dialogoverlay{
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #707070;
  width: 100%;
  z-index: 10;
  z-index: 999999;
}

#dialogbox{
  display: none;
  position: absolute;
  background: #f0ad4e;
  border-radius:7px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
  transition: 0.3s;
  width: 40%;
  z-index: 10;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999999;
}

#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}

.container {
  padding: 2px 16px;
}

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  /*background-color: rgb(var(--pure-material-primary-rgb, 0, 77, 70));*/
  background-color: #000;
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */

.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px; /* Safari */
  height: 32px; /* Safari */
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}

#dialogbox > div{ 
  background:#FFF; 
  margin:8px; 
}

#dialogbox > div > #dialogboxhead{ 
  background: rgb(255 236 0); 
  font-size:19px; 
  padding:10px; 
  color:rgb(0 0 0); 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxbody{ 
  background:#f0ad4e; 
  padding:20px; 
  color:#000; 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxfoot{ 
  background: #f0ad4e; 
  padding:10px; 
  text-align:right; 
}
/*#endregion Alert*/



.level_three_title{
	margin-top: 25px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{
	padding-left: 30px !important;
}
.dynamic_table_div .table_sectiion{
	width: auto;
	overflow-x: auto;
	flex-wrap: unset;
	scroll-behavior: smooth;
	margin-bottom: 68px;
}
.dynamic_table_div .table_width{
	width: auto;
}
.dynamic_table_div .table_width .building_permission{
	width: 700px;
}
.inactive_level_div{
	position: relative;
}
.inactive_level_div .level_overlay_div{
	position: absolute;
    background: #ffffff6b;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.inactive_level_div .table_width table thead tr{
	background: #717171 !important;
}
.inactive_level_div .table_width table tr:nth-child(even){
	background: #e7e7e7 !important;
}
.inactive_level_div .add_more{
	background: #e7e7e7 !important;
}
.blank_menu_list{
	background: #fff;
    height: 36px;
}
.dynamic_table_div input[type=date].form-control{
	background: transparent;
    border: none;
}

.disable_input:checked~.custom-control-label::before{
	border-color: #838383 !important;
    background-color: #838383 !important;
}
.custom-checkbox .disable_input:checked~.custom-control-label::after{
	pointer-events: none;
}
.fixed_submit_btn{
	z-index: 9999;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    left: 9px;
    box-shadow: -2px 0px 5px -1px #ec6a1f;
}
.chosen-container-multi .chosen-choices{
	padding: 4px 5px !important;
	border: 1px solid #cecece !important;
	border-radius: 4px !important;
	background-image: none !important;
}
.pl-15{
	padding-left: 15px;
}
.pr-15{
	padding-right: 15px;
}
.form-inner{
	border: 1px solid #c0c0c0;
    padding: 15px;
    box-shadow: 0px 0px 7px 0px #ddd;
	min-height: 640px;
}
.delete_control{
	margin-top: 10px;
}
.modelling_optionBox{
	display: inline-block;
}
.btn_add_more{
	display: inline-block;
}
.now{
	margin-bottom: 20px;
}

.self_assign_model .modal-header{
	padding-top: 6px;
    padding-bottom: 6px;
    background: #ec6a1f;
}
.self_assign_model .modal-title{
	font-size: 18px;
    color: #fff;
}
.self_assign_model .close{
	padding: 2px 13px;
	opacity: 1;
}
.self_assign_model .close span{
	font-size: 35px;
    color: #fff;
}
.self_assign_model{
	background: #62616194;
    z-index: 999999;
}

.present_attendance {
    box-shadow: 0px 0px 9px 0px #c2c2c2;
    border-radius: 7px;
    padding: 15px 0px;
}

.calender_cell{
	width: 14.28%;
    float: left;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #000;
    border-collapse: collapse;
	height: 72px;
}
.head_attendance  h4{
    font-size:14px;
}
.Calendar_div{
    margin:0px auto;
}
.calender_cell .late_mark{
	font-size: 11px;
}
.absent_day {
    background-color: #d02410;
    color: #fff;
}
.present_day {
    background-color: #0f7d0f;
    color: #fff;
}
.attendance{
	margin-top: 20px;
}
.attendance_cal{
	background: #fff;
    box-shadow: 0px 0px 9px 0px #c2c2c2;
    border-radius: 7px;
    padding: 0px 0px 15px;
}
.head_attendance{
	background: #ec6a1f;
    color: #fff;
	padding-top: 8px;
    padding-bottom: 8px;
}
.attendance_cal .search_div{
	margin-top: 15px;
}

.modelling_add{
	text-align: center;
    padding-top: 195px;
    padding-bottom: 195px;
	cursor: pointer;
}
.modelling_add h5{
	margin-top: 8px;
    font-size: 18px;
}
.btn_add_more .form-inner{
	background: #f7fffe;
    border: 1px solid #f7fffe;
	padding: 0px;
}
.view_delete{
	padding: 10px 0px;
}
.add_more_btn_div{
	margin-bottom: 30px;
}
.widget-content .widget-numbers span{
    color:#565656;
}
.sidebar_search {
    border: 1px solid #ec6a1f !important;
    border-radius: 10px !important;
}
.search-menu{
   
    border-radius: 8px;
}
.btn-info {
    color: #fff;
    background-color: #696b6b;
    border-color: #ef8957;
}
.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.text-white {
    color: #fff!important;
}
.card.mb-3 {
    margin-bottom: 30px!important;
}
.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    
    border-radius: 7px;
}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    transition: all .2s;
}
.widget-content .widget-content-right {
    margin-left: auto;
}
.widget-content .widget-numbers {
         min-width: 50px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 -3em 3em rgb(255 255 255 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(107 97 97 / 22%);
    border-radius: 7px;
    height: 50px;
    color: #000;
    font-weight: 600;
    line-height: 50px;
    font-size: 20px;
}
.widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: 700;
    font-size:17px;
    color: #ec6a1f;
}
.widget-content .widget-content-left .widget-subheading {
 font-size:14px;
    color: #545454;
    font-weight: 600;
}
.icon_box{
background: #ec6a1f;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}
.dropdown-item{
    font-size:13px;
}
.chosen-single{
       background: #fff !important;
    padding: 10px !important;
    height: 38px !important;
    line-height: 18px !important;
}
label{
    font-weight:600;
    font-size:14px;
}
.icon_box img{
    height:50px;
}
.table_width .accordion{
	width: 674px;
}
.table_width .accordion .accordion-button{
	width: 100%;
    text-align: left;
	border: 1px solid #a2a2a2;
}
.table_width .accordion .card-body{
	padding: 0px;
}
.table_width .accordion .card-body .table_width .building_permission{
	width: 665px;
}
.accordion-header{
	font-size: 18px;
}
.accordion-item{
	background: #f1f1f1;
}
.btn-group{
	margin-bottom: 5px;
}
.report-list-inner{
	margin-top:25px;
}
.report-inner{
	text-align:center;
}
.report-inner img{
	width: 75%;
}
.report-inner h2{
	font-size: 18px;
    margin-bottom: 0px;
    color: #000;
}
.report-inner p{
	font-size: 14px;
    margin-bottom: 0px;
    color: #f38243;
}
.mb-30{
	margin-bottom: 30px;
}




body.loaded {
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
.overlay .overlayContent .skip {
  display: block;
  width: 130px;
  text-align: center;
  margin: 50px auto 0;
  cursor: pointer;
  color: #fff;
  font-family: "Nunito";
  font-weight: 700;
  padding: 12px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: 0.2s ease;
}
.overlay .overlayContent .skip:hover {
  background: #ddd;
  color: #444;
  border-color: #ddd;
}

.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: spinInner 1s linear infinite;
          animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}

.logo-inner{
	text-align: center;
    padding-top: 60px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec6a1f;
    border-color: #ec6a1f;
}
.page-link{
	color: #ec6a1f;
}
.btn-group .btn{
	font-size: 13px;
}
.remark-inner{
    clear:both;
    
}
.remark-text-inner{
   width: 180px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.remark-button-inner{
    width: 110px;
    float: left;
}

.sidebar-toggle {
  position: fixed;
  z-index: 1;
  border: 4px solid #fff;
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 18.8em;
  margin-top: 1em;
  background-color: #253FE1;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.5s;
}
.sidebar-toggle.is-closed {
  transform: translateX(0.3em) rotate(0deg);
}
.sidebar-toggle .icon {
  font-size: 1.5rem;
  color: #fff;
}

.sidebar {
  width: 15em;
  height: 100vh;
  background-color: #fff;
  transition: 0.7s;
}
.sidebar.is-closed {
  transform: translateX(-16em);
}

.btn-toggle-nav{
	position: fixed;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    background-color: #ff5722;
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    /*margin-top: 8px;*/
}
.document_date_section input{
	background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 5px;
}
.m-0{
	margin:0px;
}
.bottom-div{
	padding: 10px 25px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #fff;
    box-shadow: 1px 1px 3px 0px #000;
    left: 0px;
}
