/*********************************** KERNEL *****************************************/
.moonlight_msgbox{
	padding:10px; 
}

.moonlight_desc{
	font-size:12px;
	font-weight:normal;
}

.moonglight_designer{
	display:none;
	text-align:left;
}

/*********************************** GENERAL *****************************************/
.login_card{
	box-shadow: 0px 0px 15px 5px #d3d8d7;
}

.nav_shadow{
	/* box-shadow: 0px 0px 5px 1px #000; */
	/* box-shadow: 1px 3px rgb(0 0 0 / 10%); */
	background: #444445;
}

/*********************************** ERROR *****************************************/
div.error {
/* 	margin-left:2px;
	margin-bottom:2px;
	display:block;
	padding: 5px; */
	
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	
}
span.error {
	display:inline;
	padding: 2px;
}

textarea.error {
    background-color: #FFFFFF;
    border: 1px solid #CC0000;
}

select.error {
    background-color: #FFFFFF;
    border: 1px solid #CC0000;
}
select{
	font: 500 13px/1 'Roboto', sans-serif;
}

/*********************************** LABEL COMPULSORY *****************************************/
label {
	font-weight:600;
}

label.lbl_compulsory:after { 
    color: red;
    content: "*";
    position: absolute;
    margin-left: 6px;
    top:4px;
}

.form-group > div{
	margin-top:5px;
}


.col-form-label {
    padding-top: calc(.375rem + 4px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

/*********************************** LOGIN BANNER *****************************************/
html, body {
    height:100%;
} 

.login-banner {
  background: url("res/login_banner.jpg") no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60vh;
  height: 100%;
  background-size: cover;
  position: relative;
}

.login-banner-bar {
  background: url("res/banner_bar.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
}

/*********************************** SELECT2 DROPDOWN *****************************************/
.select2 {
 border-radius: 10px;
}
.select2-choice {
   border-radius: 10px;
   min-height: 37px;
   padding-top: 5px !important;
   padding-left: 15px !important;
    color:grey;
}
.select2-search-choice-close {
   margin-top: 5px !important;
}
.select2-arrow {
   padding-top: 5px !important;
}

.select2-container{
    border-radius:3px;
}
.select2-results__option .select2-results__option--disabled{
	text-decoration: line-through;
}

/*********************************** RADIO BUTTON *****************************************/
input[type='radio']{
    margin-left:10px;
    margin-right:10px;
}

/* input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #009999;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #007BFF;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	cursor: pointer;
}
input[type="radio"]::before {
	content: "";
	width: 1.15em;
	height: 1.15em;
	transform: scale(0);
	background-color: #007BFF;
	border-radius: 50%;
	transform-origin: bottom left;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
input[type="radio"]:checked::before {
	transform: scale(1);
}
input[type="radio"]:focus {
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
	outline: 0;
} */

/*********************************** NAVIGATION TABS *****************************************/
.nav_tabs{
border-bottom: 1px solid #c7c7c7;
}

.nav-tabs .nav-item .nav-link:not(.active){
border-top: 3px solid white;
}

.nav-tabs .nav-item .active{
font-weight: bold;
}

.nav-tabs a:not(.error).nav-link.active {
    color: #007BFF !important;
    border-top: 3px solid #007bff;
    background-color: white !important;
    -webkit-transition: border-top 0.2s;
    transition: border-top 0.2s;
}

.nav-tabs a.nav-link:not(.active):hover {
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 3px solid #e3e3e3;
border-bottom: 1px solid #c7c7c7;
-webkit-transition: border-top 0.2s; /* Safari prior 6.1 */
transition: border-top 0.2s;
}

/*
@media (max-width: 768px) {
    .sidebar {
        margin-left: -230px;
    }
    .sidebar.toggled {
        margin-left: 0;
    }
}
*/

.sidebar {
	min-height: calc(100vh - 50px) !important;
}


/*********************************** WRAPPED TABLE  *****************************************/
.wrapped_table td{
    word-break: break-all;
}

/*********************************** NAVIGATION  ****************************************
.active-tab{
    border-right: 5px solid #48C9B0;
}

.sub-tab li {
    position:relative;
} 

.sub-tab li::before{
	background: #425668;
	bottom: auto;
	content: '';
	height: 8px;
	left: 20px;
	margin-top: 15px;
	position: absolute;
	right: auto;
	width: 8px;
	z-index: 1;
	border-radius: 50%;
}

.sub-tab li::after{
	border-left: 1px solid #444;
	bottom: 0;
	content: '';
	left: 23px;
	position: absolute;
	top: 0;
}*/

/*********************************** BUTTON  *****************************************/
/* .btn:not(.dropdown-item, .btn-input-group, .btn-link, .btn-input-reset) {
	border-radius: 15px;
}

.btn:not(.dropdown-item):not(.btn-input-group, .btn-container, .btn-link, .btn-input-reset) {
	box-shadow: 0 5px 18px 0 rgb(0 0 0 / 15%), 0 4px 20px 0 rgb(0 0 0 / 5%);
} */
.btn:not(.btn-ajax) {
    min-width: 130px;
}

.btn-light {
    border-color: #868e96;
}

/*********************************** Progress Bar *****************************************/
ul.nav {
	flex-wrap: nowrap;
}

ul.step_progressbar {
	text-align: center;
	position: relative;
	max-width: 810px;
	height: 160px;
	margin: 0 auto;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
}

ul.step_progressbar li {
	list-style-type: none;
	font-size: 9px;
	width: calc(100%/3);
	float: left;
	position: relative;
	font: 500 13px/1 'Roboto', sans-serif;
}

ul.step_progressbar li:before {
	content: attr(data-icon);
	width: 65px;
	height: 65px;
	line-height: 65px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	font-weight: 550;
	font-size: 26px;
	font-family: "Font Awesome 5 Free";
	transition: background 0.25s;
}

ul.step_progressbar li:not(:first-child):after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: -50%;
	top: 32.5px;
	z-index: -1;
	transition: background 0.25s;
}

ul.step_progressbar li.done:before {
	cursor: pointer;
	color: white;
	content: '\f00c';
	background: #28A745 !important;
}

ul.step_progressbar li.done:hover:before {
	background-color: #5a6969 !important;
}

ul.step_progressbar li.done a:hover {
	color: #5a6969;
}

ul.step_progressbar li.active:before {
	background: #009999 !important;
}

ul.step_progressbar li.active:after,
ul.step_progressbar li.done:before,
ul.step_progressbar li.done:after {
	background: #009999 !important; 
}

.badge {
	min-width: 30px !important;
	max-width: 30px !important;
	padding: 0.4rem;
}

.badge-label {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	line-height: 1;
	border-radius: 0.25rem;
}
.light_background_purple{
	background-color:#E4E4FF;
	font-size:1.1rem;
	line-height:1.8rem;
	padding:20px;
}
.light_background{
	background-color:#f8f9fa;
	font-size:1.1rem;
	line-height:1.8rem;
	padding:20px;
}
.light_background_title{
	padding:15px;
	font-weight:bold;
	font-size: 1.25rem;
}
.btn_add_more_att{
	/* margin-top:8px; */
	/* margin-bottom:10px; */
	cursor:pointer;
	color:#2f89ba;
}
.btn_att_name_view{
	color:#2f89ba !important;
}
.no_form_group{
	width:110px;
	height:100%;
}
.btn_print_container{
	margin: 15px 5px;
	padding:40px;
	font-size:1.3rem;
	border-radius:10px;
	background: #E4E4FF;
}

@media only screen and (max-width: 800px) {
	.no_form_group{
		height: auto;
	}
}

/********** Payment **************/
.pricing.pricing-item {
  cursor: default;
  background: #fff;
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 350px;
  flex: 0 1 100px;
}

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 1em;
}

.pricing.pricing-item .pricing-deco {
  border-radius: .35rem .35rem 0 0;
  padding: 20px 0 20px;
  position: relative;
}

.pricing-item .l-blue {
  background: linear-gradient(0deg, #46b6fe, rgba(70,182,254,0.7)) !important;
  color: #fff !important;
}
.form_tab_error{
    color: #CC0000;
}

/* togle style */
.toggle .toggle-handle{
	min-width: 30%;
}
.toggle-on.btn{
	min-width: 0px;
}
.toggle-off.btn{
	min-width: 0px;
}
.option_disabled{
	color:#ccc;
	background-color:red;
}


/********** Modal xl **************/
/* @media (min-width: 992px) {
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
} */

.booking_slot_note{
	color:red;
	font-size: 0.9em;
	font-style: italic;
}

/********** public search button **************/
.btn_public_action {
    width:100%;
	background-color: #586fcf;
	color: white;
}
.btn_public_action:hover {
	background-color: #4d62b8;
	color: white;
}  
.btn_public_action_secondary {
    width:100%;
	background-color: white;
	color: #586fcf;
	border-color: #586fcf;
}
.btn_public_action_secondary:hover {
	background-color: #8598e6;
	color: #586fcf;
}
.public-search-divider{
	width:200%;	
	margin-right:-140px !important;	
	margin-left:-140px !important;
	border-bottom:1px solid #9b9b9b;
}

/********** public search listing **************/
.search_btn_ss{
    display:inline;
}
.search_field_ss{
    margin-bottom:10px;
}