.rdt {
	position: relative;
  }
  
  .rdt .form-control[readonly]{
	  cursor: pointer;
	  background-color: inherit;
  }
  
  .rdtPicker {
	display: none;
	position: absolute;
	width: 250px;
	padding: 4px;
	margin-top: 1px;
	z-index: 100 !important;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	border: 1px solid #f9f9f9;
  }
  
  .rdtOpen .rdtPicker {
	display: block;
  }
  .rdtStatic .rdtPicker {
	box-shadow: none;
	position: static;
  }
  
  .rdtPicker .rdtTimeToggle {
	text-align: center;
  }
  
  .rdtPicker table {
	width: 100%;
	margin: 0;
  }
  .rdtPicker td,
  .rdtPicker th {
	text-align: center;
	height: 28px;
  }
  .rdtPicker td {
	cursor: pointer;
  }
  .rdtPicker td.rdtDay:hover,
  .rdtPicker td.rdtHour:hover,
  .rdtPicker td.rdtMinute:hover,
  .rdtPicker td.rdtSecond:hover,
  .rdtPicker .rdtTimeToggle:hover {
	background: #eeeeee;
	cursor: pointer;
  }
  .rdtPicker td.rdtOld,
  .rdtPicker td.rdtNew {
	color: #999999;
  }
  .rdtPicker td.rdtToday {
	position: relative;
  }
  .rdtPicker td.rdtToday:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #428bca;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
  }
  .rdtPicker td.rdtActive,
  .rdtPicker td.rdtActive:hover {
	background-color: #428bca;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .rdtPicker td.rdtActive.rdtToday:before {
	border-bottom-color: #fff;
  }
  .rdtPicker td.rdtDisabled,
  .rdtPicker td.rdtDisabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
  }
  
  .rdtPicker td span.rdtOld {
	color: #999999;
  }
  .rdtPicker td span.rdtDisabled,
  .rdtPicker td span.rdtDisabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
  }
  
  .rdtPicker th,.rdtPicker td {  
	padding:1px;  
	border-top:none;
  }
  
  .rdtPicker th {
	border-bottom: 1px solid #f9f9f9;
	
  }
  .rdtPicker .dow {
	width: 14.2857%;
	border-bottom: none;
	cursor: default;
  }
  .rdtPicker th.rdtSwitch {
	width: 100px;
  }
  .rdtPicker th.rdtNext,
  .rdtPicker th.rdtPrev {
	font-size: 21px;
	vertical-align: top;
  }
  
  .rdtPrev span,
  .rdtNext span {
	display: block;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
  }
  
  .rdtPicker th.rdtDisabled,
  .rdtPicker th.rdtDisabled:hover {
	background: none;
	color: #999999;
	cursor: not-allowed;
  }
  .rdtPicker thead tr:first-child th {
	cursor: pointer;
  }
  .rdtPicker thead tr:first-child th:hover {
	background: #eeeeee;
  }
  
  .rdtPicker tfoot {
	border-top: 1px solid #f9f9f9;
  }
  
  .rdtPicker button {
	border: none;
	background: none;
	cursor: pointer;
  }
  .rdtPicker button:hover {
	background-color: #eee;
  }
  
  .rdtPicker thead button {
	width: 100%;
	height: 100%;
  }
  
  td.rdtMonth,
  td.rdtYear {
	height: 50px;
	width: 25%;
	cursor: pointer;
  }
  td.rdtMonth:hover,
  td.rdtYear:hover {
	background: #eee;
  }
  
  .rdtCounters {
	display: inline-block;
  }
  
  .rdtCounters > div {
	float: left;
  }
  
  .rdtCounter {
	height: 100px;
  }
  
  .rdtCounter {
	width: 40px;
  }
  
  .rdtCounterSeparator {
	line-height: 100px;
  }
  
  .rdtCounter .rdtBtn {
	height: 40%;
	line-height: 40px;
	cursor: pointer;
	display: block;
  
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
  }
  .rdtCounter .rdtBtn:hover {
	background: #eee;
  }
  .rdtCounter .rdtCount {
	height: 20%;
	font-size: 1.2em;
  }
  
  .rdtMilli {
	vertical-align: middle;
	padding-left: 8px;
	width: 48px;
  }
  
  .rdtMilli input {
	width: 100%;
	font-size: 1.2em;
	margin-top: 37px;
  }
  
  .rdtTime td {
	cursor: default;
  }

  .table-ajax{
    /*table-layout: fixed;*/
}

.table-ajax{
    word-break:break-word;
}

.table-striped tbody.row-group:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody.row-group tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0);
}

.table-hover:not(.table-striped) tbody.row-group:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.05);
}

.table-stripe.table-hover tbody.row-group:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover tbody.row-group tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0);
}

.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: none;
}
  
#top-notification{
    float: right;
	margin: 40px 0 40px 15px;
}

#top-notification { position: relative; }

#top-notification > a{
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#top-notification { margin-right: 15px; }

#top-notification > a > span {
	display: block;
	position: absolute;
	top: -7px;
	left: auto;
	right: -14px;
	font-size: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #1ABC9C;
	border-radius: 50%;
}

#top-notification .top-notification-content {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 280px;
	background-color: #FFF;
	box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
	//border-top: 2px solid #1ABC9C;
	top: 37px;
	
	left: auto;
	margin: -10000px 0 0;
	-webkit-transition: opacity .5s ease, top .4s ease;
	-o-transition: opacity .5s ease, top .4s ease;
	transition: opacity .5s ease, top .4s ease;
}

@media(min-width:576px) {
	#top-notification .top-notification-content {
		right: -15px;
	}

}

.style-2 .container #top-notification .top-notification-content { top: 40px; }

.style-2.sub-title .container #top-notification .top-notification-content { top: 50px; }

#top-notification.top-notification-open .top-notification-content {
	opacity: 1;
	z-index: 11;
	margin-top: 0;
}

.top-notification-title {
	padding: 12px 15px;
	border-bottom: 1px solid #EEE;
}

.top-notification-title h4 {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.top-notification-items { padding: 15px; }

.top-notification-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #F5F5F5;
}

.top-notification-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.top-notification-item-image {
	float: left;
	margin-right: 15px;
	width: 24px !important;
	height: 24px !important;
        text-align: center;
        padding-top: 2px;
	-webkit-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.top-notification-item-image a,
.top-notification-item-image img {
	display: block;
	width: 44px !important;
	height: 44px !important;
}

.top-notification-item-image:hover { border-color: #1ABC9C; }

.top-notification-item-desc {
	position: relative;
	overflow: hidden;
}

.top-notification-item-desc a {
	max-width: 85%;
	display: block;
	text-align: left !important;
	font-size: 13px !important;
	width: auto !important;
	height: auto !important;
	color: #333;
	font-weight: 700;
}

.top-notification-item-desc span.top-notification-item-price {
	display: block;
	line-height: 20px;
	font-size: 12px !important;
	color: #999;
}

.top-notification-item-desc span.top-notification-item-quantity {
	display: block;
	position: absolute;
	font-size: 12px !important;
	right: 0;
	top: 2px;
	color: #444;
}

.top-notification-action {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.top-notification-action span.top-checkout-price {
	font-size: 20px;
	color: #1ABC9C;
}

#top-notification > a > span {
    min-width:16px;
    width:auto;
}

.top-notification-item {
    padding-top: 5px;
    margin-top: 0px;
    border-top: none;
}

.top-notification-item:hover{
    cursor: pointer;
}

.top-notification-item-image {
    padding-top: 0px;
}

@media (min-width: 720px ){
	.modern-design .aside {
		box-shadow: 0 1.6rem 3rem rgb(0 0 0 / 10%);    
	}
}

@media (min-width: 720px ){
	.modern-design .aside {
		border-radius: 1rem;
	}
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 100%;
	}
}

@media(max-width:767.98px) {
    .aside:not(.open){
        left: -15rem
    }
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter input.table-search-input{
	width: calc(100% - 70px);
}

.accordion-button{
	font-size: 1rem;
}

.form-control{
	background-color: var(--bs-white) !important;
}

.form-control[readonly]{
	background-color: #f8f9fa !important;
}

/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	overflow: hidden;
	margin: calc(3rem) 0;
	color: #E5E5E5;
	width: 100%;
}

.divider.divider-margin { margin: 70px 0; }

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }

.divider.divider-short:after { width: 30%; }

.divider.divider-vshort:after { width: 12%; }

.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}

.divider a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.divider a:hover { color: #888; }


/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right { text-align: right; }

.divider.divider-right:after {
	left: auto;
	right: 30px;
}


/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }

.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}

.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}


/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}

.divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}

.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after { width: 6%; }


/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded { color: #BBB; }

.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}

.divider.divider-rounded i,
.divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	border-radius: 50%;
}

.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}


/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border { color: #E5E5E5; }

.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}


/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line:before,
.divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
	
}

.ref_div_width {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

@media(max-width:576px) {
	.ref_div_width {
		width: 75px;
		min-width: 75px;
		max-width: 75px;
	}
}

.table-wrapper-scroll-y{
	display: block;
    max-height: 200px;
    overflow-y: scroll !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}