@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');


body{
	width: 100%;
    min-height: 100%;
    /* font-family: 'Rubik', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Public Sans', sans-serif; */
    font-family: 'Rubik', sans-serif;
    font-family: 'Public Sans', sans-serif;
    font-family: 'Mukta', sans-serif;
    background-color: #f3f3f3;
    background-color: #dde4ea;
    background-color: #f3f4f5;
	background-color: #e4e8ea;
    /* font-size: .920rem; */
    font-weight: 300;
	color: #000;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

@media (min-width: 1200px){
	.modal-xl {
		max-width: 1300px;
	}
}



.main{
	margin-left: 170px;
}
.asidePanel{
	/*display: none;*/
}
.asidePanel-top{
    background: white;
    box-shadow: 0px 0px 10px 0px #00000024;
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
}
.asidePanel-top.open{
	display: block;
    z-index: 37;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.45);
}
.asidePanel-left{
    background: #21262b;
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 170px;
    height: 100%;
    z-index: 99;
}
.asidePanel-left .left{
    display: none;
    width: 0px;
}
.asidePanel-left.open{
	height: 100%;
    width: 390px;
    background: #fff;
    box-shadow: inset -3px 0px 10px #e4e4e4;
}
.asidePanel-left.open .left{
    display: block;
	width: 240px;
}
.asidePanel-left.open .right{
	margin-left: 240px;
}




.asidePanel-left.maximize{

}
.asidePanel-left.minimize{

}
.asidePanel-left .left{
    background: #21262b;
    position: fixed;
    width: 20px;
    height: 100%;
}
.asidePanel-left .right{
    background: #1d2125;
    position: fixed;
    width: 150px;
    height: 100%;
    margin-left: 20px;
}
.main .header{
    /* position: fixed; */
    /* width: -webkit-fill-available; */
    min-height: 50px;
    margin-left: 0px;
	padding: 5px 0px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.05);
    z-index: 35;
    position: relative;
	display:block;
}
.main .section{
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.main .footer{
    min-height: 65px;
    margin-left: 95px;
	display:none;
}
.asidePanel-right{
    background: brown;
	display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 240px;
    height: 100%;
    z-index: 99;
}
.asidePanel-right.open{
	transition: right 0.2s;
    display: block;
    z-index: 37;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.45);
}
.asidePanel-bottom{
    background: white;
    box-shadow: 0px -5px 10px 0px #00000024;
	display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
	width:100%;
    height: 100px;
}
.asidePanel-bottom.open{
    display: block;
    z-index: 37;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.45);
}
.btnAside-overlay{
	display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 36;
}

















.navLeft-header{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    width: 140px;
    position: initial;
}
.navLeft-header > li{
    display: block;
}
.navLeft-header > li:hover{
    background-color: #1665a7;
    color: #ffffff;
}
.navLeft-header > li:hover > ul{
    display: block;
}
.navLeft-header > li > a{
    display: block;
    text-align: left;
    padding: 10px 10px;
	/*
    border-top: 1px solid #324150;
    border-bottom: 1px solid #324150;
	*/
    margin: -1px 0px 0px 0px;
    color: #cacfd4;
    text-decoration: none;
}
.navLeft-header > li > a i{
    font-size: 18px;
}
.navLeft-header > li > a span{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 5px;
}
.navLeft-header > li ul{
	display: none;
    background: #1665a7;
    position: absolute;
    left: 150px;
    top: 0px;
    width: 150px;
    height: 100%;
    z-index: 20;
    list-style: none;
    padding: 10px;
    margin: 0px;
    /* box-shadow: inset 0px 0px 5px 2px #115792;*/
}
.navLeft-header > li ul lh {
    font-size: 20px;
    display: block;
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    color: #ffffff;
    background: #0d4e86;
}
.navLeft-header > li ul li{
    text-align: left;
    border-top: 0px solid #0e5998;
    border-bottom: 0px solid #0e5998;
}





.navLeft-header > li ul li > a{
    text-align: left;
    padding: 7px 7px;
    margin: 0px 0px;
    background: none;
    color: #ffffff;
    display: block;
    text-decoration: none;
}
.navLeft-header > li ul li:hover{
    background-color: #115996;
    color: #ffffff;
}
.navLeft-header > li ul li:hover > ul{
    display: block;
}
.navLeft-header > li ul li:hover a{
    background-color: #115996;
    color: #ffffff;
}
.navLeft-header > li ul li > a span{
    font-size: 15px;
}
.navLeft-header > li ul ul{
    display: none;
    background: #115996;
    position: absolute;
    left: 140px;
    top: auto;
    width: 160px;
    height: auto;
    box-shadow: none;
    z-index: 20;
    list-style: none;
    /* padding: 0px 10px 10px 10px; */
    /* transition: height 0.7s; */
    margin: -38px 0px 0px 0px;
}
.navLeft-header > li ul ul ul{
    left: 130px;
    width: 160px;
}
.navLeft-header > li ul ul li{
    border-top: 1px solid #114f84;
    border-bottom: 1px solid #114f84;
    margin-bottom: -1px;
}
.navLeft-header > li ul ul li:last-child {
    margin-bottom: 10px;
}
.navLeft-header > li ul ul li > a{
    padding: 5px 10px;
    margin: 0px 0px;
}
.navLeft-header > li ul ul li > a:hover{
    background: #fff;
    color: #1665a7;
}
.navLeft-header > li ul ul li > a span{
    font-size: 13px;
}
.navLeft-footer{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    bottom: 10px;
    position: absolute;
}
.navLeft-footer > li{
    display: block;
}
.navLeft-footer > li:hover{
    background-color: #115996;
    color: #ffffff;
}
.navLeft-footer > li a{
    display: block;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #cacfd4;
    text-decoration: none;
}
.navLeft-footer > li a::after {
    display: none;
}
.navLeft-footer > li a i{
    font-size: 22px;
}
.navLeft-footer > li a span{
    font-size: 12px;
}








.sideBar{
	display: none;
}
.sideBar.sideBar-left{
    display: block;
    width: 0px;
    height: 100%;
    left: 170px;
    top: 0px;
    position: fixed;
    background: #1a2631;
    background: #f7f7f7;
	box-shadow: 10px 10px 15px 0px #0000004f;
    z-index: 30;
}
.sideBar.sideBar-left .opened{
	display:none;
}
/*
.sideBar.sideBar-left .btnSide-left{
    position: absolute;
    width: 20px;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 26px;
    outline: 0px;
    background: #1f2b38;
    border-left: 1px solid #1f2b38;
    border-right: 1px solid #1f2b38;
    color: #ffffff;
    right: 0;
}
*/
.sideBar.sideBar-left.open{
    height: 100%;
    top: 70px;
    width: 400px;
    z-index: 30;
}
.sideBar.sideBar-left.open .btnSide-left {
	background: #ffffff00;
    color: #546675;
    border-left: 0px solid transparent;
    border-right: 1px solid #dcdcdc;
    box-shadow: inset -7px 0px 10px #e8e8e8;
    top: 0;
    right: 0;
}
.sideBar.sideBar-left.open .btnSide-left:hover{
	color: #242c33;
    box-shadow: inset -7px 0px 10px #e6e6e6;
}
.sideBar.sideBar-left.open .opened{
    display: block;
    /*height: 95%;*/
}
.sideBar.sideBar-right{
    /*display: block;*/
    width: 300px;
    height: 100%;
    right: -300px;
    top: 0;
    position: absolute;
    background: #fff;
    box-shadow: inset 3px 0px 10px #e4e4e4;
    border-left: 1px solid #dcdcdc;
    z-index: 30;
}
.sideBar.sideBar-right.open{
    display: block;
    right: 0px;
    z-index: -1;
}
.sideBar-overlay{
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.30);
    z-index: 5;
}




















.menu_header {
    padding: 0px;
    margin: 0px;
	/*
	background: #fff;
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.1);
	box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.14);
	border-bottom: 1px solid #0000001f;
	*/
}
.menu_header .navbar-head {
	display: contents;
}
.menu_header .navbar-slidebar {
    padding: 5px 10px 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.18);
	color: #000;
}
.menu_header .navbar-slidebar i{
	font-size: 27px;
}
.menu_header .navbar-brand {
    margin: 0px 10px 0px 0px;
}
.menu_header .navbar-toggler {
    float: right;
	width: 40px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.18);
	color: rgba(0, 0, 0, 0.5);
}
.menu_header .navbar-nav > li{
	padding: 0px;
	margin: 0px 0px 0px 5px;
	text-align:left;
	position: relative;
}
.menu_header .navbar-nav > li > a{
    border: 1px solid transparent;
    display: block;
    padding: 5px 12px 3px 12px;
    margin: 0px 0px 0px 0px;
    color: #444e5a;
    text-align: left;
    z-index: 10;
	position: relative;
	cursor: pointer;
}
.menu_header .navbar-nav > li > a > i {
    font-size: 20px;
    line-height: 23px;
}
.menu_header .navbar-nav > li > a > span {
    font-size: 18px;
}
.menu_header .navbar-nav > li > a:hover{
    border: 1px solid rgba(0, 0, 0, 0.18);
    text-decoration: none;
}
.menu_header .navbar-nav > li > a.dropdown-toggle::after{
	display:none;
}
.menu_header .navbar-nav > li.dropdown.show > a{
	background: #f9f9f9;
    border: 1px solid #ececec;
    border-bottom-color: #f9f9f9;
    z-index: 10;
}
.menu_header .navbar-nav > li .dropdown-menu{
    text-align: left;
    background: #f9f9f9;
    border: 1px solid #ececec;
    padding: 10px 10px 0px 10px;
    z-index: 9;
	margin-top: -1px;
}
.menu_header .navbar-nav > li .dropdown-menu ol.nav-menu{}
.menu_header .navbar-nav > li .dropdown-menu ol.nav-menu li{
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: -1px;
}
.menu_header .navbar-nav > li .dropdown-menu ol.nav-menu li:first-child,
.menu_header .navbar-nav > li .dropdown-menu ol.nav-menu li:last-child{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.menu_header .navbar-nav > li .dropdown-menu ol.nav-menu li a{
    color: #000;
    padding: 5px 10px;
    display: block;
}
.menu_header .navbar-nav > li .dropdown-menu ol.nav-menu li a:hover{
    color: #000;
	background-color:#f3f3f3;
}
.menu_header .navbar-nav > li.shortcut .dropdown-menu{
	min-width: 20rem;
}
.menu_header .navbar-nav > li.notification .dropdown-menu{
	min-width: 25rem;
}
.notification_headline {
	padding: 10px 10px;
	margin-bottom: 10px;
	background: #ffffff;
	color: #383d41;
	border: 1px solid #d2d2d2;
}
.notification_headline .h5 {
	font-size: 25px;
	margin: 0px;
}
.notification_headline .lead {
	font-size: 16px;
	margin: 0px;
}
.notification_items,
.notification_items > li,
.notification_items > li a,
.notification_items > li.notification-success,
.notification_items > li.notification-info,
.notification_items > li.notification-warning,
.notification_items > li.notification-danger,
.notification_items > li .title,
.notification_items > li .time,
.notification_items > li .summary {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.notification_items li {
	border: 1px solid #dadbe2;
	margin: 0px 0px 10px 0px !important;
	position: relative;
	background-color: #fff;
}
.notification_items li a {
	display: inline-block;
	padding: 10px;
	color: #383d41;
	text-align: left;
	width: 100%;
	border: 0px;
	cursor: pointer;
}
.notification_items li .title {
	font-size: 16px;
}
.notification_items li .title .badge {
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	font-weight: 400;
	min-width: 40px;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #d2d2d2;
	color: #fff;
}
.notification_items li .summary {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.notification_items li .time {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.notification_items li.notification-success {
	color: #316100;
	background-color: #dff1cc;
	border-color: #bbdc9b;
}
.notification_items li.notification-info {
	color: #24587e;
	background-color: #daeefc;
	border-color: #b8ddf7;
}
.notification_items li.notification-warning {
	color: #7d6608;
	background-color: #fcf3cf;
	border-color: #f3e19e;
}
.notification_items li.notification-danger {
	color: #6b1110;
	background-color: #f5d2d2;
	border-color: #e6b0af;
}
.notification_items li.notification-success .title .badge {
	color: #f4ffe9;
	background-color: #c2d8aa;
}
.notification_items li.notification-info .title .badge {
	color: #ebf7ff;
	background-color: #a7c4da;
}
.notification_items li.notification-warning .title .badge {
	color: #fff7d9;
	background-color: #daca8d;
}
.notification_items li.notification-danger .title .badge {
	color: #fff0f0;
	background-color: #cc9b9b;
}

.shortcut .shortcut_items,
.shortcut .shortcut_items > li,
.shortcut .shortcut_items > li a,
.shortcut .shortcut_items > li a:hover,
.shortcut .shortcut_items > li a i,
.shortcut .shortcut_items > li a p {
	list-style: none;
	padding: 0px;
}
.shortcut .shortcut_items {
	width: 100%;
	display: block;
	padding: 0px !important;
}
.shortcut .shortcut_items > li {
	float: left;
	width: 50%;
	text-align: center;
}
.shortcut .shortcut_items > li a {
	padding: 10px !important;
	color: #383d41;
	border: 1px solid #cccccc;
	background: #fff;
	display: list-item;
	text-align: center;
	margin: 0px 10px 10px 0px;
}
.shortcut .shortcut_items > li:nth-child(2n+2) a {
	margin: 0px 0px 10px 0px;
}
.shortcut .shortcut_items > li a:hover {
	background-color: #f5f5f5 !important;
	border: 1px solid #dadbe2 !important;
	color: #000 !important;
}
.shortcut .shortcut_items > li a i {
	font-size: 32px !important;
}
.shortcut .shortcut_items > li a p {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
}
@media (max-width: 576px) {
	.menu_header .navbar-brand {
		margin: 0px;
	}
	.notification .notification_items li .time {
		position: static;
	}
}
@media (max-width: 768px) {
	.menu_header .navbar-collapse {
		padding: 20px 0px;
	}
	.menu_header .navbar-nav > li {
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
		margin-top: -1px;
		margin-right: 0px;
	}
	.menu_header .navbar-nav > li > a > i {
		margin-right: 5px;
	}
	.menu_header .navbar-nav > li.dropdown.show > a {
		border-top-color: transparent; }
	.menu_header .navbar-nav > li .dropdown-menu {
		margin-bottom: 10px;
		padding-top: 0px;
	}
	.menu_header .navbar-nav > li.shortcut .dropdown-menu {
		min-width: 100%;
	}
	.menu_header .navbar-nav > li.notification .dropdown-menu {
		min-width: 100%;
	}
}




.cardGeneral{
	border: 0px;
	background:none;
	border-left: 0px solid #dee2e6 !important;
	border-right: 0px solid #dee2e6 !important;
}
.cardGeneral > .card-header:first-child{
    background: #ffffff;
	border-bottom: 1px solid #f1eeee;
}
.cardGeneral > .card-header{
    padding: 15px;
    background: #fbfbfb;
}
.cardGeneral > .card-header .title {
	margin: 0px;
}
.cardGeneral > .card-header .listReport .list-group-item{
	border-radius: 0px;
    color: #33373c;
}
.cardGeneral > .card-header.tool .btn{
    background: #fff;
    color: #000;
}
.cardGeneral > .input-group-text,
.cardGeneral > .form-select,
.cardGeneral > .btn{
	border-radius: 0px;
}
.cardGeneral > .card-body{
	padding: 20px;
	background:none;
}
.cardGeneral > .card-footer{
	background: #fff;
}



.cardList{
	border: 0px;
	background:none;
	border-left: 0px solid #dee2e6 !important;
	border-right: 0px solid #dee2e6 !important;
}
.cardList > .card-header.headline:first-child{
    background: #ffffff;
	border-bottom: 1px solid #f1eeee;
}
.cardList > .card-header.headline{
    padding: 15px;
    background: #fbfbfb;
}
.cardList > .card-header.headline .title {
	margin: 0px;
}
.cardList > .card-header.tool{
    padding: 15px;
    background: #fbfbfb;
}
.cardList > .card-header.tool .listReport .list-group-item{
	border-radius: 0px;
    color: #33373c;
}
.cardList > .card-header.tool .btn{
    background: #fff;
    color: #000;
}
.cardList > .card-header.tool .input-group-text,
.cardList > .card-header.tool .form-select,
.cardList > .card-header.tool .btn{
	border-radius: 0px;
}


.cardList > .card-header.tabbed{
	background: #fbfbfb;
	border-bottom: 1px solid rgb(209 212 214);
    box-shadow: 0px 2px 5px 0px #dbe0e2;
}
.cardList > .card-header.tabbed .nav-tabs{
	/*
	padding-top: .7em;
	padding-left: .7em;
	*/
}
.cardList  > .card-header.tabbed .nav-tabs .nav-link{
	color: #404040;
	/*
	padding: .6em 1.1em;
    font-size: 1.2em;
	*/
}
.cardList > .card-header.tabbed .nav-tabs .nav-link.active{
	background: #e4e8ea;
    border-bottom-color: #e4e8ea;
    font-weight: bold;
}

.cardList > .card-body{
	padding: 20px;
	background:none;
}
.cardList > .card-footer{
	background: #fff;
}
.cardList > .card-body table {
    border-collapse: separate;
	border-spacing: 0px 5px;
}
.cardList > .card-body table thead tr{
    border: 0px;
}
.cardList > .card-body table thead tr th{
    /*font-size: 1.150em;*/
	font-weight: normal;
    background: #ffffff;
    vertical-align: middle;
    border: 0px;
	color: #151517;
}
.cardList > .card-body table thead tr th a{
	color: #151517;
    text-decoration: none;
	position: relative;
	display: block;
}
.cardList > .card-body table thead tr th a.asc:before,
.cardList > .card-body table thead tr th a.desc:before{
	font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 0;
    top: 5px;
    position: absolute;
    color: #989898;
}
.cardList > .card-body table thead tr th a.asc:before{
    content: "\f881";
}
.cardList > .card-body table thead tr th a.desc:before{
	content: "\f15d";
}
.cardList > .card-body table thead th:first-child,
.cardList > .card-body table tbody td:first-child{
	border-left: 0px solid #dee2e6 !important;
}
.cardList > .card-body table thead th:last-child,
.cardList > .card-body table tbody td:last-child{
	border-right: 0px solid #dee2e6 !important;
}
.cardList > tr{
	border-left: 0px solid #dee2e6 !important;
	border-right: 0px solid #dee2e6 !important;
}
.cardList > .card-body table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}
.cardList > .card-body table tbody tr:hover {
    color: #212529;
    background-color: rgba(76, 175, 80, 0.1);
}
.cardList > .card-body table tbody tr{
    border: 0px;
}
.cardList > .card-body table tbody tr td {
    font-size: 0.975em;
    background: #ffffff;
    vertical-align: middle;
    border: 0px;
	color: #151517;
}
.cardList .card-body table tbody > tr > td p {
	margin-bottom:0px;
}
.cardList .card-body table .btn,
.cardList .card-body table .badge{
	border-radius: 0px;
}
.cardList .card-body table .btn{
	display:block;
}
.cardList .card-body table .badge{
	font-size: 11px;
}
.cardList .card-body table .form-check-input{
    width: 1.3em;
    height: 1.3em;
    border-radius: 0px;
}
.cardList .card-body table .dropdown-toggle::after {
    display: none;
}
.cardList .card-body .alert.alert-success{
	color: #d1e7dd;
    background-color: #198754;
    border-color: #198754;
    font-size: 20px;
    padding: 10px 20px;
}



.cardForm{
	border: 0px;
	background:none;
}
.cardForm > .card-header:nth-child(1){
	padding: 15px;
    background: #ffffff;
	border-bottom: 1px solid #f1eeee;
}
.cardForm  > .card-header:nth-child(2){
    padding: 15px 15px 0.5rem 25px;
    background: #fbfbfb;
}
.cardForm  > .card-header:nth-child(2) .nav-tabs .nav-link.active{
    background: #e4e8ea;
    border-bottom-color: #e4e8ea;
}
.cardForm .card-header .title {
	margin: 0px;
}
.cardForm .card-header .listReport .list-group-item{
	border-radius: 0px;
    color: #33373c;
}
.cardForm .card-header.tool .btn{
    background: #fff;
    color: #000;
}
.cardForm .input-group-text,
.cardForm .form-select,
.cardForm .btn{
	border-radius: 0px;
}
.cardForm > .card-body{
    padding: 20px;
    background: #fff;
}
.cardForm > .card-footer{
	background: #fff;
}
















.modalRight .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modalRight .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modalRight .modal-body {
	padding: 1vh 15px 1vh 15px;
	overflow-y: auto;
    height: 100%;
	margin-top:0px;
	margin-bottom:0px;
}
.modalRight .modal-body::-webkit-scrollbar {
	width: 10px;
}
.modalRight .modal-body::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
.modalRight .modal-body::-webkit-scrollbar-thumb {
	background: #888; 
}
.modalRight .modal-body::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.modalRight .modal-dialog {
    right: 0;
    width: inherit;
	box-shadow: -10px 0px 15px 0px #525252;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modalRight.in .modal-dialog {
	right: 0;
}
.modalRight .modal-content {
	border-radius: 0;
	border: none;
}
.modalRight .modal-header {
	padding: 1vh 15px 1vh 15px;
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
	height: 8vh;
	margin-bottom:1vh;
}
.modalRight .modal-footer {
    display: block;
}
.modalRight .modal-footer::last-child {
	padding: 1vh 15px 1vh 15px;
	height: 8vh;
	margin-top:1vh;
}

.modalRight .modal-sm {
	max-width: 30%;
}
.modalRight .modal-lg {
	max-width: 50%;
}
.modalRight .modal-xl {
	max-width: 75%;
}
.modalRight .modal-xxl {
	max-width: 95%;
}




.ajaxLoader{
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    text-align: center;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}






.category_hierarchies,
.category_hierarchies ul {
	margin: 0em;
    padding: 0;
    list-style: none;
    position: relative;
    /*width: inherit;*/
}
.category_hierarchies ul {
	margin-left: 0.2em
}
.category_hierarchies:before,
.category_hierarchies ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid;
}
.category_hierarchies li {
    margin: 0;
    padding: 0em 0em 0em 1.0em;
    position: relative;
}
.category_hierarchies li:before {
	content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: .8em;
    left: 0;
}
.category_hierarchies li:last-child:before {
	background:white;
	height:auto;
	top:1em;
	bottom:0;
}
.category_hierarchies .product_total{
	float: right;
}




































.card,
.btn,
.input-group-text,
.form-control,
.form-select,
.nav-tabs .nav-link{
	border-radius: 0px;
}


.input-group-text,
.form-control,
.form-select{
	border: 1px solid #c3c3c3;
	color: #000;
}

.form-control:hover, 
.form-select:hover{
    color: #000000;
    background-color: #fbfbfb;
    border-color: #000000;
    box-shadow: none;
}

.form-control:focus, 
.form-select:focus{
	/*
	color: #ffffff;
    background-color: #3cab77;
    border-color: #0d6f42;
    box-shadow: none;
	*/
    color: #212529;
    background-color: #d3f7e6;
    border-color: #198754;
    box-shadow: none;
}







.input-group .form-floating{
    display: flex;
    flex: auto;
}
























.btn-primary {
    color: #fff;
    background-color: #3a71c1;
    border-color: #3a71c1;
	/*
    background-color: #3a71c1;
    border-color: #3a71c1;
	*/
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #fff;
    background-color: #229460;
    border-color: #229460;
}
.btn-danger {
    color: #fff;
    background-color: #e36955;
    border-color: #e36955;
}
.btn-warning {
    color: #fff;
    background-color: #f1ae44;
    border-color: #f1ae44;
}
.btn-info {
    color: #fff;
    background-color: #00bfe4;
    border-color: #00bfe4;
	/*
    background-color: #50bac3;
    border-color: #50bac3;
	*/
}
.btn-light {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-dark {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}







:root {
    --offset: 1rem;
    --max_width: 100%;
    --columns: 12;
    --gutter: 1rem;
    --color: hsla(204, 80%, 72%, 0.25);
}
:root {
	--repeating-width: calc(100% / var(--columns));
    --column-width: calc((100% / var(--columns)) - var(--gutter));
    --background-width: calc(100% + var(--gutter));
    --background-columns: repeating-linear-gradient( to right, var(--color), var(--color) var(--column-width), transparent var(--column-width), transparent var(--repeating-width) );
}
.baseline-grid {
	position: relative;
	min-height: 100vh;
}
.baseline-grid::before {
	display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - (1 * var(--offset)));
    max-width: var(--max_width);
    min-height: 100vh;
    content: '';
    background-image: var(--background-columns);
    background-size: var(--background-width) 100%;
    z-index: 0;
    pointer-events: none;
}

.baseline-grid.desktop {
    width: 1200px;
}
.baseline-grid.laptop {
    width: 992px;
}
.baseline-grid.tablet {
    width: 768px;
}
.baseline-grid.mobile {
    width: 576px;
}












.cardPositions .tab-content{
	text-align:center;
}
.cardPositions .tab-content > .active {
	display: block;
}
.cardPositions .columnLists{
    list-style: none;
    margin-bottom: 0px;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    position: relative;
    display: flex;
    width: 100%;
}
.cardPositions .columnItem{
    display: inline-block;
    height: -webkit-fill-available;
    display: inline-block;
}
.cardPositions .columnItem .columnDetail{
    padding: 1rem;
    margin: 0px 0px 1rem 0px;
    background: rgba(0, 0, 0, 0.75);
    min-height: 10rem;
	color:#fff;
    text-align: left;
}
.cardPositions .columnItem .ui-resizable-handle {
	position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
    width: 8px;
    height: 10rem;
    right: 16px;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.40);
}
.cardPositions .columnItem .ui-resizable-handle:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 10px 0 #ddd, 0 20px 0 #ddd;
}
.cardPositions .contentLists{
    list-style: none;
    margin-bottom: 0px;
    margin: 0px 0px 0rem 0px;
    padding: 16px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
}
.cardPositions .contentItem{}
.cardPositions .contentItem .contentDetail{
    padding: 1rem;
    margin: 0px 0px 1rem 0px;
    background: rgba(33, 150, 243, 0.5);
    min-height: 10rem;
    color: #fff;
    text-align: left;
}
.cardPositions .contentItem.contentItem_middle .contentDetail{
    padding: 1rem;
    margin: 0px 0px 1rem 0px;
    background: rgba(76, 175, 120, 0.5);
    min-height: 10rem;
    color: #fff;
}
.cardPositions .columnItem .columnDetail input,
.cardPositions .contentItem .contentDetail input{
	width:100%;
}









.cardDesign{
}
.cardDesign .containerLists,
.cardDesign .lineLists,
.cardDesign .rowLists,
.cardDesign .columnLists,
.cardDesign .widgetLists{
    list-style: none;
}
.cardDesign .containerLists{
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    min-height: 5rem;
    display: block;
}
.cardDesign .lineLists,
.cardDesign .rowLists{
    min-height: 5rem;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
	margin: 0;
    display: grid;
}
.cardDesign .columnLists{
    display: block;
    min-height: 5rem;
    /*padding: 0.5rem 0.5rem 0rem 0.5rem;*/
	padding: 0.5rem 0.5rem 0rem 0.5rem;
    display: flex;
    display: inherit;
    display: inline-table;
    width: 100%;
}
.cardDesign .widgetLists{
    min-height: 5rem;
}
.cardDesign .containerItem,
.cardDesign .lineItem,
.cardDesign .rowItem,
.cardDesign .widgetItem{

}
.cardDesign .containerItem{
	margin-bottom: 0.5rem;
    background: beige;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.cardDesign .lineItem,
.cardDesign .rowItem{
    margin-bottom: 0.5rem;
    background: darkseagreen;
}
.cardDesign .columnItem{
    margin-bottom: 0.5rem;
    display: inline-block;
}
.cardDesign .columnItem .columnContent{
    background: honeydew;
}
.cardDesign .columnItem .ui-resizable-handle {
	position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
    width: 8px;
    min-height: 6rem;
    right: 15px;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.40);
}
.cardDesign .columnItem .ui-resizable-handle:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 10px 0 #ddd, 0 20px 0 #ddd;
}
.cardDesign .columnItem .column_show{
    position: absolute;
    top: 0.3rem;
    right: 1.2rem;
    color: rgba(0, 0, 0, 0.45);
}
.cardDesign .widgetItem{
	background: rgba(240, 230, 139, 0.76);
    padding: .5rem;
}
.cardDesign .widgetItem .widget-info .widget_name{
    margin: 0px 0px 5px 0px;
    font-size: 85%;
    line-height: initial;
}
.cardDesign .widgetItem .widget-info .extension_name{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 75%;
    font-weight: 400;
    line-height: initial;
    /* white-space: nowrap;*/
}
.cardDesign .widgetItem .nav{}
.cardDesign .widgetItem .nav .nav-link{
	padding: 0em .5em 0em 0em;
}
.cardDesign .containerItem > .nav,
.cardDesign .lineItem > .nav,
.cardDesign .rowItem > .nav,
.cardDesign .columnItem .columnContent > .nav{
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding-left: .3rem;
}
.cardDesign .containerItem > .nav .nav-link,
.cardDesign .lineItem > .nav .nav-link,
.cardDesign .rowItem > .nav .nav-link,
.cardDesign .columnItem .columnContent > .nav .nav-link{
    padding: 0.2rem;
    font-size: 11px;
}










.ui-menu{
    background: #fff;
    border: 1px solid #b3b3b3;
    margin-top: -2px;
    height: 30%;
    overflow-x: auto;
	z-index: 9999;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 0px;
}





.input-group > .form-control-plaintext{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 0.375rem 0.375rem;
    border: 1px solid #ced4da;
}





.screen-darken{
	content: ''; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	pointer-events: none;
	z-index:35;
	opacity:1; 
	visibility:visible;
	position: fixed;
}
.navbar{
	position: relative;
	z-index: 15;
}


.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.cartItem .form-control[readonly]:hover,
.cartItem .form-control[readonly]:focus {
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
}



.w-15 {
    width: 15% !important;
}
.w-35 {
    width: 35% !important;
}
.w-45 {
    width: 45% !important;
}









.card.cardForm .card{
	-webkit-box-shadow: 0 3px 3px -2px hsl(0deg 0% 50% / 20%), 0 3px 4px 0 hsl(0deg 0% 50% / 14%), 0 1px 8px 0 hsl(0deg 0% 50% / 12%);
	box-shadow: 0 3px 3px -2px hsl(0deg 0% 50% / 20%), 0 3px 4px 0 hsl(0deg 0% 50% / 14%), 0 1px 8px 0 hsl(0deg 0% 50% / 12%);
	border-radius: 3px;
}
.card.cardForm .card .card-header{
	/*
	background:#fff;
	color:#152252;
	*/
}




.input-group_width {
    width: 2.8em !important;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}



