﻿@charset "utf-8";
/* CSS Document */
html { background-color: #f1f1f1; }

body { font-family: var(--theme-font-family); background-color: transparent; font-size: 14px; }

img { max-width: 100%; }

.material-symbols-outlined { font-display: block; }

a { text-decoration: none; color: var(--theme-dark-2); }

p { font-size: 14px; }
.no-scroll { overflow: auto }
.gradient { background: var(--theme-light-2); background: linear-gradient(90deg, var(--theme-light-2) 0%, var(--theme-dark-2) 100%); color: #FFF; }
/*.cstm_container { max-width: 1067px; margin: auto; }*/
.cstm_container { max-width: 1200px; margin: auto; }

.button { display: inline-block; padding: 7px 28px; border-radius: 99px; color: #FFF; font-size: 12px; font-weight: bold; position: relative; overflow: hidden; transition: .3s; cursor: pointer; border: 0px; vertical-align: middle; }

.button.gradient:hover { background: var(--theme-dark-2); background: linear-gradient(90deg, var(--theme-dark-2) 50%, var(--theme-light-2) 100%); }

.button:after { position: absolute; content: ""; width: 0; height: 100%; top: 0; left: 0; direction: rtl; z-index: -1; box-shadow: 2px -1px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #00000014; transition: all 0.3s ease; z-index: 16; border-radius: 10px; opacity: .5; }

.button:hover:after { left: auto; right: 0; width: 100%; }
.button.deletethisaddress { padding: 7px 18px !important; }
.inactiveClr { color: #CCC !important; }

.button i { vertical-align: middle; font-weight: 100; margin-right: 5px; font-size: 22px; }

.wide { width: 100%; }

.card.shadow { border: none !important; }

.leftSec { flex: 0 0 auto; width: 250px; padding: 0 0.5rem; }

.bodySec { flex: 0 0 auto; width: calc(100% - 250px); padding: 0 0.5rem; }

header { margin-bottom: 20px; padding-bottom: 10px; }

.page-heading { padding-bottom: 15px; }

.page-heading .page-title { font-size: 18px; font-weight: bold; vertical-align: middle; line-height: 1em; color: var(--theme-dark-2); }

.page-heading .page-title i { font-size: 24px; vertical-align: middle; font-weight: normal; }

.nav.nav-tabs { background-color: var(--dark-grey); border-radius: 0.5em 0.5em 0 0; }

.nav.nav-tabs.nav-blue { background-color: var(--theme-dark); }


/*------FORM---------*/
input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, select.form-control { border-radius: 4px; background-color: #f1f1f1; padding: 7px 12px; font-size: 12px; font-weight: bold; box-sizing: border-box; }

select.form-control { background-image: url(../images/caret-down.png); background-repeat: no-repeat; background-position: right 20px center; padding-right: 40px; }

.form-group label { font-size: 13px; font-weight: bold; /*padding-left: 0.5rem;*/ color: var(--theme-dark); }

.form-group p { font-size: 12px; font-weight: bold; margin-bottom: 0px; }

.input-group-append .button { border-radius: 0 5px 5px 0; height: 34px; background-color: var(--theme-light); }

.form-group { margin-bottom: 10px; position: relative; }

/*.input-group {
    height: 34px;
}*/

.input-group select { height: 34px; }

.field-validation-valid { font-size: 12px; position: absolute; top: 3px; right: 10px; }

.input-group-text { font-size: 12px; font-weight: bold; }

.form-group textarea { border-radius: 4px; background-color: #f1f1f1; padding: 10px 20px; font-size: 14px; font-weight: bold; min-height: 125px; }

.roundBtn { display: flex; height: 30px; width: 30px; border-radius: 50%; text-align: center; align-items: center; justify-content: center; color: #FFF; cursor: pointer; }

.roundBtn i { font-size: 20px; }

.form-check { position: relative; }

.form-check label { padding-left: 0.5rem; }

.form-check input { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }

.form-check label:before { content: ""; display: block; width: 20px; height: 20px; background-color: #f1f1f1; border: 1px solid #dee2e6; border-radius: 4px; position: absolute; left: 0; top: 1px; }

.form-check input:checked + label:before { background-color: var(--theme-dark); }

.form-check input:checked + label:after { content: ""; display: block; width: 6px; height: 12px; border-bottom: 3px solid #FFF; border-right: 2px solid #FFF; transform: rotate(46deg); position: absolute; left: 7px; top: 3px; }

.field-validation-error { font-size: 12px; color: #FF0000; margin-top: 3px; }

.radiosec { position: relative; display: inline-block; padding-left: 20px; margin-right: 10px; }

.radiosec label { padding-left: 0.5rem; }

.radiosec input { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }

.radiosec label:before { content: ""; display: block; width: 20px; height: 20px; background-color: #f1f1f1; border: 1px solid #dee2e6; border-radius: 99px; position: absolute; left: 0; }

.radiosec input:checked + label:after { content: ""; display: block; width: 12px; height: 12px; border-radius: 99px; background-color: var(--theme-light); position: absolute; left: 4px; top: 6px; }

.dropdown-filtersearch { position: absolute; background-color: #FFF; z-index: 1; padding: 5px; font-size: 12px; width: calc(100% - 8px); border: 1px solid #dee2e6; border-radius: 4px; box-shadow: var(--bs-box-shadow) !important; }

.dropdown-filtersearch li { display: block; padding: 5px 10px; }

.dropdown-filtersearch li a { display: block; cursor: pointer; }

.input-group .file-group { width: 100%; }

.input-group-append .input-group-text { height: 34px; border-radius: 0 4px 4px 0; }

.file-group input.form-control { border-radius: 4px; height: 34px; font-size: 12px; }

.form-control::file-selector-button { font-size: 12px; font-weight: bold; padding-left: 1.2rem; padding-right: 1.2rem; padding-top: 8px; padding-bottom: 8px; }

.form-radio { position: relative; display: inline-block; margin-top: 4px; }

.form-radio input { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }

.form-radio label { padding-left: 30px; }

.form-radio label:before { content: ""; display: block; width: 20px; height: 20px; background-color: #f1f1f1; border: 1px solid #dee2e6; border-radius: 99px; position: absolute; left: 0; }

.form-radio input:checked + label:before { border: 2px solid var(--theme-dark); }

.form-radio input:checked + label:after { background-color: var(--theme-dark); content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; position: absolute; left: 5px; top: 7px; }

.form-radio.chckehcp input:checked + label:after { top: 6px; }

.card-footer .form-group { margin-bottom: 0px; }

.card .card-body { padding-top: 5px; padding-bottom: 5px; }

.switch.switch-cstm { position: relative; /*display: flex;*/ flex-direction: column; margin-top: 5px; /*margin-top: -15px;*/ }

.switch.switch-cstm.marginAuto { margin-top: 0 !important; }
.switch.switch-cstm input { opacity: 0; position: relative; left: 0; top: 0; height: 100%; width: auto; cursor: pointer; z-index: 1; display: none; }

.switch.switch-cstm label { display: block; width: 50px; height: 25px; border-radius: 99px; background-color: #f1f1f1; position: relative; }

.switch.switch-cstm label:before { content: ""; display: block; width: 18px; height: 18px; background-color: #FFF; border-radius: 50%; position: absolute; left: 3px; top: 3px; }

.switch.switch-cstm input:checked + label:before { left: auto; right: 3px; }

.switch.switch-cstm input:checked + label { background-color: var(--theme-light); }

.customTable .switch.switch-cstm { margin-top: 0; }
#keyareas_card .switch.switch-cstm { margin-top: 5px; }

.row { --bs-gutter-x: .5rem !important; }

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm { --bs-gutter-x: .5rem; }

/*----LOGIN PAGE----*/
.loginPage { background-image: url(../images/login_background.jpg); background-repeat: no-repeat; background-size: cover; height: 100vh; background-position: center center; }

.loginBox { width: 100%; max-width: 450px; padding: 30px 30px 20px 30px; }

.loginPage .container-fluid { height: calc(100% - 120px); display: flex; align-items: center; min-height: calc(100vh - 120px); flex-direction: column; justify-content: center; }

.loginFtr p { font-size: 13px; color: #FFF; }

.loginBox i { font-size: 26px; }
/*.loginBox h2 { font-size: 22px; font-weight: bold; padding-left: 25px; border-left: 4px solid #016491; line-height: .8em; }*/
.loginBox h2 { font-size: 24px; font-weight: bold; line-height: 1; display: inline-block; vertical-align: middle; margin-bottom: 0; color: #016491; }

.loginBox h2 i { font-size: 32px; color: #016491; vertical-align: middle; font-weight: normal; margin-top: -5px; }

.loginBox h4 { font-size: 14px; font-weight: bold; color: var(--theme-dark) }

.loginBox p { font-size: 12px; font-weight: 600; }

.loginBox p a { font-size: 12px; color: var(--theme-light); text-decoration: underline; }
/*----TOP HEADER----*/
.headLogo { max-width: 100%; text-align: center; height: 100%; display: flex; align-items: center; justify-content: center; padding-top: 5px; }

.headLogo img { width: 100px; }

.headLogo span { display: block; font-size: 14px; font-weight: bold; text-transform: uppercase; line-height: 1em; }
.headLogo .logoLft, .headLogo .logoRgt { /*width:50%;*/ }


.topHdr { display: flex; justify-content: flex-end; align-items: center; padding: 10px 20px; }

.hdrNote { background-color: var(--theme-light); display: inline-block; border-radius: 50px; padding: 5px 30px 5px 10px; color: #FFF; font-size: 18px; position: relative; width: 70px; }

.hdrNote i { font-size: 22px; vertical-align: middle; margin-top: -6px; }

.hdrNote span { display: block; width: 28px; height: 28px; position: absolute; right: 5px; background-color: #FFF; top: 4px; border-radius: 50%; color: var(--text-color); text-align: center; font-size: 14px; font-weight: bold; line-height: 29px; }

.hdrNote:hover i { animation: bellring .3s ease; }

.passEye { position: absolute; right: 15px; top: 10px; line-height: 1em; cursor: pointer; z-index: 1; }

.passEye i { font-size: 16px; }

.loginPage .overlay { min-height: 100vh; background-color: rgba(0,0,0,0.8); }

/*TREE VIEW*/
ul.treeView { padding: 0px; margin-bottom: 10px; }

ul.treeView ul, ul.treeView > li { display: block; }

ul.treeView > li > span { display: block; font-size: 14px; vertical-align: middle; }

ul.treeView ul li { font-size: 14px; display: block; margin-top: 5px; margin-bottom: 5px; color: #000; }

ul.treeView ul li .icon { font-size: 18px; }

ul.treeView ul li a { color: #000; }

ul.treeView > li > span .icon { font-size: 24px; vertical-align: middle; }

.toggleList .minus { display: none; line-height: 1em; }

.toggleList .plus { display: block; line-height: 1em; }

.toggleList { cursor: pointer; padding: 3px 0px; text-align: center; width: 20px; display: inline-block; border-radius: 3px; border: 1px solid var(--theme-dark); margin-right: 10px; line-height: 1em; font-size: 14px; color: var(--theme-dark); vertical-align: middle; }

.active.toggleList .minus { display: block; }

.active.toggleList .plus { display: none; }

@keyframes bellring {
 0% { transform: rotate(45deg); }

 25% { transform: rotate(0deg); }

 50% { transform: rotate(-45deg); }

 100% { transform: rotate(0deg); }
}

.hdrQcklnks { font-size: 14px; display: inline-block; margin-left: 20px; }

.hdrQcklnks i { font-size: 34px; vertical-align: middle; }

.hdrQcklnks span { font-size: 11px; display: inline-block; line-height: 1em; vertical-align: middle; }

.hdrQcklnks strong { display: block; font-size: 14px; margin-top: 3px; }

.hdrQcklnks .dropdown-menu li { padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.175); }

.hdrQcklnks .dropdown-menu li:last-child { border-bottom: none !important; }

.hdrQcklnks .dropdown-menu a { font-size: 14px; display: block; color: var(--text-color); }

.hdrQcklnks .dropdown-menu a:hover { color: var(--theme-light); }

.hdrQcklnks .dropdown-menu i { font-size: 22px; color: var(--theme-light); margin-right: 3px; transform: scale(1); transition: .3s; }

.hdrQcklnks .dropdown-menu a:hover i { transform: scale(1.2); transition: .3s; margin-right: 8px; }

.dropdown-menu { animation: 0.5s slideup; width: 220px; }

@keyframes slideup {
 from { transform: translateY(60px); }

 to { transform: translateY(36px); }
}


.hdrUsrDtl { font-size: 14px; display: inline-block; margin-left: 20px; }

.hdrUsrDtl i { font-size: 34px; vertical-align: middle; }

.hdrUsrDtl span { font-size: 11px; display: inline-block; line-height: 1em; vertical-align: middle; }

.hdrUsrDtl strong { display: block; font-size: 12px; margin-top: 3px; }

.hdrLogout { background-color: #d85656; color: #FFF; padding: 7px 15px; font-size: 12px; border-radius: 99px; margin-left: 20px; line-height: 1em; }

.hdrLogout i { font-size: 16px; vertical-align: middle; margin-right: 5px; }





/*------FOOTER--------*/
.footerWrap { text-align: center; padding: 20px; font-size: 12px; }
/*-----NAVIGATION-----*/
.hdrNavigation { /*max-width: 1067px;*/ max-width: 1200px; padding: 0px 20px; background-color: #FFF; border-radius: 99px; margin: auto; }

.hdrNavigation ul { padding-left: 0px; display: flex; margin-bottom: 0px; }

.hdrNavigation ul li { display: inline-block; position: relative; }

.hdrNavigation ul li a { color: var(--text-color); display: flex; padding: 5px 8px; align-items: center; font-size: 12px; position: relative; }

.hdrNavigation ul li a:after { content: ""; display: block; height: 1px; width: 0px; background-color: var(--theme-light-2); transition: .3s; position: absolute; bottom: 0px; left: 0; right: 0; margin: auto; }

.hdrNavigation ul li a:hover:after { width: 100%; transition: .3s; }

.hdrNavigation ul li a.active { color: var(--theme-light-2); }

.hdrNavigation ul li a.active:after { width: 100%; transition: .3s; }

.hdrNavigation ul li a.active i:nth-child(2) { transform: translateX(-25px); transition: .3s; }

.hdrNavigation ul li a i { display: block; color: #CCC; margin-right: 0px; font-size: 18px; vertical-align: middle; transform: translateY(0px); transition: .3s; height: 20px; width: 25px; flex-shrink: 0; }

.hdrNavigation ul li a i:nth-child(2) { color: var(--theme-light-2); transform: translateY(0px); transition: .3s; }

.hdrNavigation ul li a:hover { color: var(--theme-light); }

.hdrNavigation ul li a:hover i { transform: translateX(-25px); transition: .3s; }

.hdrNavigation ul li a:hover i:nth-child(2) { transform: translateX(-25px); transition: .3s; }

.hdrNavigation ul li a span { display: inline-flex; text-align: center; overflow: hidden; width: 25px; margin-right: 3px; height: 20px; }
/*----SIDEBAR----*/
.sideBar { height: 96%; }

.sideNav { max-width: 300px; height: calc(100% - 45px); margin: auto; }

.sideNav ul { padding-left: 0px; margin-bottom: 0px; }

.sideNav li { display: block; padding: 10px 0px; }

.sideNav li a { color: var(--text-color); font-size: 12px; display: block; padding-left: 30px; position: relative; }

.sideNav li a i { color: var(--theme-light); font-size: 18px; position: absolute; left: 0px; transform: scale(1); transition: .3s; }

.sideNav li a:hover { color: var(--theme-light); }

.sideNav li a:hover i { transform: scale(1.2); transition: .3s; }

.sideNav li a.active { color: var(--theme-light); }

.dashBtn { max-width: 300px; margin: auto; margin-bottom: 15px; line-height: 1; }

.dashBtn a { width: 100%; text-align: left; }

.dashboard-icon { font-size: 24px; }

.navSep { font-size: 12px; text-transform: uppercase; padding-top: 20px; padding-bottom: 20px; position: relative; }

.navSep span { display: inline-block; background-color: #fff; padding-right: 10px; position: relative; z-index: 1; }

.navSep:before { content: ""; display: block; height: 2px; width: 100%; background-color: #ccc; position: absolute; top: 50%; left: 0px; }
/*-----DASHBOARD GRIDS-----*/
.infoGrid { min-height: 210px; transform: scale(1); transition: .3s; }

.infoGrid:hover { transform: scale(1.08); transition: .3s; }

.infoGrid h3 { color: var(--theme-dark); display: block; position: relative; font-size: 14px; padding: 18px 20px 15px 20px; margin-bottom: 0px; font-weight: 700; }

.infoGrid h3:before { content: ""; display: block; width: 3px; height: 20px; background-color: var(--theme-light); position: absolute; left: 0px; }

.infoGrid h3 a { color: var(--theme-dark); }

.infoGrid ul { padding: 0px 20px 10px 20px; margin: 0; }

.infoGrid ul li { display: block; padding-left: 10px; /* padding-left: 40px; */ position: relative; margin-bottom: 10px; min-height: 20px; color: var(--text-color); font-weight: bold; font-size: 12px; }

.infoGrid ul li:before { content: ""; display: block; width: 5px; height: 5px; background-color: var(--theme-light); border-radius: 50%; position: absolute; left: 0px; top: 6px; }


.infoGrid ul li span.count { display: block; width: 30px; height: 30px; font-size: 18px; color: var(--theme-dark); border-radius: 4px; background-color: #f2f2f2; text-align: center; position: absolute; left: 0; font-weight: bold; }

.infoGrid ul li a { color: var(--text-color); }

.infoGrid ul li a:hover { color: var(--theme-dark); }
.infoGrid.fixedHeight { height: 289px; }

.btmGrid { min-height: 115px; }

.btmGrid .gridContent { padding: 0px 20px 20px 20px; }

.btmGrid h3 { color: var(--theme-dark); display: block; position: relative; font-size: 18px; padding: 20px 20px 10px 20px; margin-bottom: 0px; font-weight: 800; }

.btmGrid h3:before { content: ""; display: block; width: 3px; height: 20px; background-color: #4eacdd; position: absolute; left: 0px; }

.btmGrid .link { display: block; color: var(--text-color); word-break: break-all; line-height: 1.2em; font-size: 12px; font-weight: bold; }

.userBlock { padding: 20px; }

.userBlock h2 { font-size: 14px; line-height: 1em; display: block; min-height: 70px; }

.userBlock h2 span { font-size: 24px; display: block; line-height: 1.2em; font-weight: 700; }

.userBlock .button { color: var(--theme-dark); background-color: #FFF; }

.userBlock p { font-size: 14px; margin-bottom: 5px; }
/*----NOTIFICATION SIDEBAR----*/
.sideNoticeLabel { font-size: 18px; color: var(--theme-dark); font-weight: 800; margin-bottom: 0px; line-height: 1; }

.sideNoticeLabel:before { content: ""; display: block; width: 3px; height: 20px; background-color: #4eacdd; position: absolute; left: 0px; }

.noticeList { display: block; padding-left: 0px; }

.noticeList li { display: block; padding: 15px; border: 1px dashed #ffc30e; line-height: 1em; margin-bottom: 10px; border-radius: 0.5rem; background-color: #fffef1; }

.noticeList h4 { font-size: 16px; font-weight: bold; line-height: 1em; margin-bottom: 5px; }

.noticeList p { font-size: 12px; margin-bottom: 5px; }

.noticeList li a.viewBtn { font-size: 12px; font-weight: bold; color: var(--dark-grey); }

.noticeList li.danger-theme { border: 1px dashed var(--bs-danger); background-color: #fff4f3; }

.noticeList li.danger-theme a.viewBtn { color: var(--bs-danger); }

.noticeList li.success-theme { border: 1px dashed var(--bs-success); background-color: #f2fff2; }

.noticeList li.success-theme a.viewBtn { color: var(--bs-success); }

.list-group.list-group-numbered .ms-2.me-auto { font-size: 13px; }

.list-group.list-group-numbered .ms-2.me-auto .fw-bold { font-size: 16px; color: var(--theme-dark) }

/*------INNER PAGES---------*/
.card-header { font-size: 16px; font-weight: bold; border-radius: .5rem .5rem 0 0 !important; padding-top: 5px; padding-bottom: 5px; }

.card-header .card-title { margin-top: 5px; margin-bottom: 5px; display: inline-block; font-size: 14px; color: var(--theme-light); }

.card-header .button { margin-top: 0px; }

.card-header i, .card-header span { vertical-align: middle; }

.card.rounded-4 { border-radius: .5rem !important; /*overflow: hidden;*/ }

.customTable.rounded-4 { border-radius: .5rem !important; }

.customTable td { font-size: 12px; padding: 10px 15px; vertical-align: middle; }

.customTable th { background-color: var(--dark-grey); color: #FFF; font-size: 12px; padding: 10px 15px; line-height: 1em; vertical-align: middle; }

.customTable a { color: var(--theme-dark-2) !important; }

.customTable a.button { color: #FFF !important; }

.sortCol { /*position:relative; */ cursor: pointer; }

.sortArrows { display: flex; width: 30px; justify-content: center; float: right; align-items: center; /*flex-direction: column; position:absolute; */ right: 5px; top: 5px; }

.sortArrows i { font-size: 16px; }
/*.sortArrows a { color: #FFF !important; display: block; cursor: pointer; }*/
/*.sortArrows a:first-child { margin-right: 5px; }*/

.customTable { overflow: hidden; }

.table .user-group-icon, .table .file-icon, .table .deskphone-icon { font-size: 24px; color: var(--theme-light-2); }

.lightTable th { background-color: rgba(0,0,0,0.06); font-size: 12px; padding: 10px 15px; line-height: 1em; }

.lightTable td { font-size: 12px; padding: 10px 15px; }

.lightTable tr th:first-child { border-radius: .5rem 0 0 0; }

.lightTable tr th:last-child { border-radius: 0 .5rem 0 0; }
.lightTable ul { margin-bottom: 0 !important; }

#keyareas_card .lightTable td { /* height: 70px; width: max-content; text-wrap-mode: nowrap;*/ }

ul.actionBtns { padding-left: 0px; margin-bottom: 0px; }

ul.actionBtns li { display: inline-block; }

ul.actionBtns a { display: block; font-size: 0; line-height: 1; transform: scale(1); transition: .3s; cursor: pointer; color: var(--theme-dark-2) !important; }

ul.actionBtns a:hover { transform: scale(1.5); transition: .3s; }

ul.actionBtns a i { font-size: 20px; }
ul.actionBtns a:hover .icon.emails-icon { transform: none !important; }

.typeIcon { display: inline-block; margin-right: 5px; vertical-align: middle; }

.typeIcon i { font-size: 20px; }

/*--------ToolTip----------*/
.tooltip { position: relative; display: inline-block; opacity: 1; font-size: 12px !important; font-family: var(--theme-font-family) !important; }
.tooltip a { font-size: 12px !important; font-family: var(--theme-font-family) !important; }
.tooltip .tooltiptext { visibility: hidden; width: 235px; background-color: black; color: #ffffff; text-align: center; border-radius: 6px; padding: 10px; position: absolute; z-index: 1; bottom: 150%; left: 50%; margin-left: -115px; min-height: auto !important; }

.tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: black transparent transparent transparent; }

.tooltip:hover .tooltiptext { visibility: visible; }
.tooltipIcon.actionBtns a:hover { transform: scale(1) !important; transition: .3s; }

/*--------TABS----------*/
.customTabs .nav-link, .nav-tabs .nav-link { color: #FFF; border: none !important; }

.customTabs .nav-tabs .nav-link:hover { background-color: #FFF; color: #000; }

.customTabs .card-header { background-color: transparent !important; border-radius: 0 0 0 0 !important; }

.customTabs > .tab-content { }

.pagination { align-items: center; justify-content: center; }

.pagination li { font-weight: bold; display: inline-block; padding: 5px 10px; margin-right: 10px; background-color: #fff; border-radius: 7px; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.pagination li a { color: var(--dark-grey); }

.pagination li.active { background: var(--theme-light-2); background: linear-gradient(90deg, var(--theme-light-2) 0%, var(--theme-dark-2) 100%); color: #FFF; }

.modal.in, .defaultModal { background-color: rgba(0,0,0,0.73); }

.modal.in .modal-dialog { height: 100vh; display: flex; align-items: center; margin: 0 auto; width: 100%; max-width: 800px !important; justify-content: center; pointer-events: initial; }

.modal.in .modal-body { padding-left: 2rem; padding-right: 2rem; }

.selectFlags.modal.in .modal-dialog { max-width: 600px !important; }

.close { cursor: pointer; }

.close .icon { font-size: 30px; }

.modal-title { font-size: 18px; font-weight: bold; }
.modal-dialog .card.rounded-4 { overflow: visible; min-width: 400px; min-height: 180px; }
.modal-dialog .card.rounded-4 .card-header { padding: 0.5rem 1rem; }
.modal-dialog .card.rounded-4 .card-footer { padding: 1rem; }

.modal.in.selectFlags .card .card-body { max-height: 320px; overflow-y: scroll; }
/*.nav-tabs.secondaryTabs {  margin-top:0.25rem !important; background-color:var(--theme-light-2)!important; border-radius: 0px !important; }*/
.nav-tabs.secondaryTabs { margin-top: 0.2rem !important; background-color: transparent; border-radius: 0px !important; margin-bottom: -0.5rem !important; }

.nav-tabs.secondaryTabs .nav-link { color: #333; border-top: 3px solid var(--theme-light) !important; padding-bottom: 1.2em; background-color: #EAEAEA; }
.nav-tabs.secondaryTabs .nav-link.active { color: #333; border-top: 3px solid var(--theme-dark) !important; background-color: #FFF; }
.nav-tabs.secondaryTabs .nav-item { margin-right: 5px; }
.nav-tabs.secondaryTabs .nav-link { }
/*-----TABLE------*/
.tblContact { margin-bottom: 1.2rem; table-layout: fixed; }

.tblContact td, .tblContact th { padding: 10px 5px; }

.tblContact th { padding-bottom: 0px; text-align: center; }

.tblContact i { font-size: 24px; }
/*------GRITTER-----------*/
#gritter-notice-wrapper { background: #71ad53; background: linear-gradient(90deg, #71ad53 0%, #589b37 100%); color: #000; border-radius: 0.5rem; padding: 20px; font-weight: bold; }
/* Custom style for delete notification */
.gritter-notice-wrapper.delete { background: linear-gradient(90deg, #F44336 0%, #f44336 100%) !important; color: #ffffff !important; }
/*-----COMMON-------*/
.tblContactWrp { padding: 10px; background-color: #d4f0ff; border-radius: 1rem; margin-top: 1rem; margin-bottom: 1rem; }
/*--------MULTI SELECT-----------*/
.slt_multi .multiselect.btn { border-radius: 4px; background-color: #f1f1f1; padding: 7px 20px; font-size: 12px; font-weight: bold; box-sizing: border-box; border: 1px solid #dee2e6; text-align: left; }

.slt_multi .btn-group { width: 100%; }

.slt_multi .multiselect-container.dropdown-menu { max-height: 150px; overflow: auto; padding: 10px 0px; width: 100%; }

.multiselect-container.dropdown-menu li a { display: block; width: 100%; }

.multiselect-container.dropdown-menu li a label { padding: 5px 20px 5px 20px !important; width: 100% !important; font-size: 12px; }

.slt_multi .dropdown-toggle:after { float: right; margin-top: 6px; border-top: 0.5em solid #666; border-right: 0.5em solid transparent; border-bottom: 0; border-left: 0.5em solid transparent; }

.multiselect-container > li > a > label > input[type=checkbox] { margin-bottom: 0px; vertical-align: middle; }

.card .card-footer .form-group { float: right; }

.card .card-footer .form-group .button { vertical-align: middle; }

.shared_BlankLayout .card-footer .button-group { float: right; }

.spn-xero-cl { background: #13B5EA; color: #fff; height: 15px; width: 15px; border-radius: 50%; padding: 3px; display: inline-block; line-height: 10px; text-align: center; font-size: 10px; font-weight: bold; /* font-family: verdana;*/ }

.pass .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; background-color: #fff; color: var(--theme-color); text-align: center; border: 1px solid #bbbbbb; border-radius: 4px; }

.pass .input-group-addon a { margin-top: 3px; display: block; color: #666666; }

.pass .input-group-addon:last-child { border-left: 0; }

.pass .genPass { float: right; margin-right: 5px; }

.pass .genPass .label-primary { background-color: var(--theme-light-2); font-size: 9px; color: #fff; padding: 2px 4px; border-radius: 1px; }

.toggleArrow i { transition: .3s; transform: rotate(0deg); }

.toggleArrow.active i { transition: .3s; transform: rotate(90deg); }

.toggleArrow { cursor: pointer; }

.formFieldsVal ul { padding: 0px; margin: 0px; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; background-color: #FFF; }

.formFieldsVal ul:after { content: ""; display: block; clear: both; }

.formFieldsVal ul li { display: block; width: 25%; padding: 10px; float: left; text-align: center; border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6; min-height: 60px; border-collapse: collapse; }

.formFieldsVal { padding: 10px; background-color: #dee2e6; }

.accordian-body.formFieldsVal h4 { font-size: 16px; font-weight: bold; text-align: center; margin-bottom: 10px; margin-top: 10px; text-align: center; }

.accordian-body.formFieldsVal ul { display: flex; }

/*Choosen - Search and select*/
.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; border: 1px solid #dee2e6; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }

.chosen-container a { cursor: pointer; }

.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 0 0 8px; height: 23px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4)); background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background-clip: padding-box; box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; }

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; background: url(../images/plugins/chosen-sprite.png) -42px 1px no-repeat; font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 18px; height: 100%; }

.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url(../images/plugins/chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url(../images/plugins/chosen-sprite.png) no-repeat 100% -20px; background: url(../images/plugins/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)); background: url(../images/plugins/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%); background: url(../images/plugins/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%); background: url(../images/plugins/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%); background: url(../images/plugins/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px; }

.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0; padding: 0 0 0 4px; max-height: 160px; -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; }

.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; }

.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; }

.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; }

.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; }

.chosen-container .chosen-results li.group-result { display: list-item; font-weight: 700; cursor: default; }

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; }

.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #aaa; background-color: #fff; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)); background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%); background-image: -moz-linear-gradient(#eeeeee 1%, white 15%); background-image: -o-linear-gradient(#eeeeee 1%, white 15%); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); cursor: text; }

.chosen-container-multi .chosen-choices li { float: left; list-style: none; }

.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #666; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default { color: #999; }

.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 0 3px 5px; padding: 3px 20px 3px 5px; border: 1px solid #aaa; border-radius: 3px; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; background: url(../images/plugins/chosen-sprite.png) -42px 1px no-repeat; font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; }

.chosen-container-multi .chosen-results { margin: 0; padding: 0; }

.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; }

.chosen-container-active .chosen-single { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white)); background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%); background-image: -moz-linear-gradient(#eeeeee 20%, white 80%); background-image: -o-linear-gradient(#eeeeee 20%, white 80%); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div { border-left: 0; background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; }

.chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] { color: #111111 !important; }

.chosen-disabled { opacity: 0.5 !important; cursor: default; }

.chosen-disabled .chosen-single { cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

.chosen-rtl { text-align: right; }

.chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span { margin-left: 38px; }

.chosen-rtl .chosen-single div { right: auto; left: 3px; }

.chosen-rtl .chosen-single abbr { right: auto; left: 26px; }

.chosen-rtl .chosen-choices li { float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] { direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: 0; }

.chosen-rtl .chosen-search input[type=text] { padding: 4px 5px 4px 20px; background: white url(../images/plugins/chosen-sprite.png) no-repeat -30px -20px; background: url(../images/plugins/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)); background: url(../images/plugins/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%); background: url(../images/plugins/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%); background: url(../images/plugins/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%); background: url(../images/plugins/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%); direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; }


.select.form-control { background: #ffffff url("../images/upDownIcon.png") no-repeat right 1.3rem center; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; display: inline-block; width: 100%; padding: 7px 10px 5px; color: #495057; vertical-align: middle; background-size: 8px; border-radius: 5px !important; }

.input-group .input-group-addon select.form-control { border-top: none; height: 30px; border-bottom: none; border-left: none; padding-left: 5px !important; border-bottom-right-radius: 0px !important; border-top-right-radius: 0px !important; }

.input-group .input-group-addon select.form-control:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

select option { font-family: 'Nunito',Calibri,Arial !important; font-size: 14px; color: #495057; }
/*Chosen-container Select*/
.slt_multi.form-control.select { padding: 0; }

.slt_multi .chosen-container { width: 100% !important; border-radius: 4px; background-color: #f1f1f1; padding: 9px 20px; font-size: 12px; font-weight: bold; box-sizing: border-box; height: 34px; }

.slt_multi .chosen-container .chosen-single { height: auto; line-height: normal; border: none; background: transparent; padding: 0; box-shadow: none !important; }

.slt_multi .chosen-container-single .chosen-single div { display: none; }

.slt_multi .chosen-container.chosen-container-active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.slt_multi .chosen-container.chosen-with-drop .chosen-drop { display: block; }

.slt_multi .chosen-container .chosen-drop { display: none; margin-top: -2px; width: calc(100% + 2px); left: -1px !important; padding: 12px; padding-top: 6px; }

.slt_multi .chosen-container-single .chosen-search { padding: 0; margin-bottom: 10px; }

.slt_multi .chosen-container-single .chosen-search input[type=text] { border-radius: 4px; border-color: #b5b5b5; height: 25px; font-size: 13px; box-shadow: none !important; margin: 0; padding: 6px 12px; font-family: inherit; background: url('/images/icons/chosen-sprite.png') no-repeat 100% -20px; }

.slt_multi .chosen-container .chosen-results { margin: 0; padding: 0; }

.slt_multi .chosen-container .chosen-results li { margin-bottom: 5px; line-height: normal; border-radius: 5px; padding: 4px 10px; }

.slt_multi .chosen-container .chosen-results li:last-child { margin-bottom: 0; }

.slt_multi .chosen-container .chosen-results li.highlighted { background: var(--theme-light); }

.PreviewImg { background-color: #000000; padding: 10px; position: absolute; z-index: 1; border-radius: 5px; top: 60px; padding-top: 38px; width: 100%; max-width: 310px; right: 0; }

.PreviewImg .close { position: absolute; top: 10px; right: 10px; color: #FFF; font-size: 20px; }

.PreviewImg .close .icon { font-size: 22px; }

#piechart2, #piechart3 { padding: 20px; }

/*tblContactKin*/
.tblContactKin thead, .tblContactKin tbody, .tblContactKin tfoot, .tblContactKin tr, .tblContactKin td, .tblContactKin th { padding: 10px }


.bg-warning-card .card-header .card-title, .bg-warning-card .form-group label { color: #FFF !important; }
.bg-warning-card .card-header .card-title { font-weight: 900; }
.bg-warning-card a, .bg-warning-card a:hover { text-decoration: underline !important; color: rgba(255,255,255,0.7) !important; }
.bg-warning-card .form-group label { font-size: 14px !important; }
.bg-warning-card .form-group p { color: rgba(255,255,255,0.7); }

/*ui-sortable*/
.ui-sortable-td-addDepartment .ui-sortable td:first-child { width: 50px !important }
.ui-sortable-td-addDepartment .ui-sortable td:nth-child(2) { width: 80px !important }
.ui-sortable-td-addDepartment .ui-sortable td:nth-child(3) { width: 990px !important }
.ui-sortable-td-addDepartment .ui-sortable td:last-child { width: 50px !important }

.ui-sortable-td-addDepartment-2 .ui-sortable td:first-child { width: 50px !important }
.ui-sortable-td-addDepartment-2 .ui-sortable td:nth-child(2) { width: 80px !important }
.ui-sortable-td-addDepartment-2 .ui-sortable td:nth-child(3), .ui-sortable-td-addDepartment-2 .ui-sortable td:nth-child(4) { width: 500px !important }
.ui-sortable-td-addDepartment-2 .ui-sortable td:last-child { width: 50px !important }

/*lightTable*/
#keyareas_card .lightTable .checkbox-list li { width: max-content; text-wrap-mode: nowrap; }

.checkbox-list.dpMatter { display: inline-flex; padding: 10px; width: 33%; float: left; padding-left: 60px !important; position: relative; margin-bottom: 10px; height: 36px; align-items: center; line-height: 1.2em; }
#keyareas_card .checkbox-list.dpMatter .switch.switch-cstm { margin-top: 5px; position: absolute; left: 0; }
.keyAreas .checkbox-list.dpMatter { padding: 0px 10px; }
.keyAreas.lightTable td { padding: 5px 15px; }
.fixedLayout { table-layout: fixed; }
.nav.nav-tabs + .main > .rounded-4 { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; }

.labelOverdue .icon, .labelDuetoday .icon, .labelNotdue .icon { font-size: 24px; line-height: 1em; }
.labelOverdue { color: #E31414; display: inline-block; }
.labelDuetoday { color: #3875d7; display: inline-block; }
.labelNotdue { color: #000; display: inline-block; }

.colorIcons { display: inline-flex; float: right; margin-bottom: 0px; margin-top: 5px; }
.colorIcons li { display: inline-block; margin-left: 15px; font-size: 12px; }
.flagsTbl td { border-bottom: 0px !important; }
.flagsTbl .editUndertaking td { border-top: 1px solid #CCC !important; }
.lightTable.flagsTbl th { background-color: #333 !important; color: #FFF !important; }
.lightTable.flagsTbl .sumrySec { position: relative; }
.lightTable.flagsTbl .sumrySec input { padding-left: 100px; }
.lightTable.flagsTbl .sumrySec label { position: absolute; top: 0px; left: 0px; height: 34px; padding: 8px 15px; }


.showHideKeys { display: block; position: relative; padding: 0px; margin: 0px; }
.showHideKeys label { display: block; margin: 0px; padding: 10px 10px 10px 40px; /*border: 1px solid #e1e1e1; border-radius: 5px; */font-weight: bold; }
.showHideKeys input { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; cursor:pointer; }
.showHideKeys label:before { content: ""; display: block; width: 25px; height: 25px; border: 1px solid  var(--theme-light); border-radius: 5px; position: absolute; left: 7px; top: 8px; }
.showHideKeys label:after { content: "\e8f5"; display: block; width: 25px; height: 25px; position: absolute; left: 12px; top: 8px; font-family: "Material Symbols Outlined"; font-size: 16px; color: var(--theme-light); }
.showHideKeys input:checked + label:before {background-color:var(--theme-light);}
.showHideKeys input:checked + label:after {content: "\e8f4"; color:#FFF;}