html {
	width: 100%;
}
*:focus{outline:0}


body, td, th {
    font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    word-spacing: normal;
    color: #41463e;    
	  text-align: left;
}

body {
 	background-color: transparent;
	margin: 0 0 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
}

#mainFieldWrapper {
    width: 100% !important;
    margin: 0px !important;
}
.alternateRowStyle {
    background-color: #e9e9e900;
}
.rightTitle.normal {
    width: 99%;
    float:left;
}
.textBlock, .form-control {
    width: calc(100% - 25px) !important;
}
#lead1First {
    width: calc(50% - 5px) !important;
}
#lead1Last {
    width: calc(50% - 25px) !important;
}
#lead2First {
    width: calc(50% - 5px) !important;
}
#lead2Last {
    width: calc(50% - 25px) !important;
}

/* fix on [02.04.21] : TH */
.lead1LastEl {
float: left;
width: calc(50% - 5px) !important;
}
#lead1Last { width: calc(100% - 15px) !important }
.lead1FirstEl {
float: left;
width: calc(50% - 5px) !important;
}
#lead1First { width: calc(100% - 5px) !important }


.date_picker {
    width: calc(100% - 12px) !important;
}

.cmf-skinned-select {
    width: calc(100% - 40px) !important;
    height: 32px !important;
}
.rightTitle {
   width: 98%;
   float: left !important
}
.input-group-addon {
    clear: both;
    float: right;
    margin-right: 25px;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fdfdfd;
    background-image: none;
    border: 1px solid rgba(51,51,51,0.12);
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media screen and (min-width: 200px) and (max-width: 500px) {
	#mainFieldWrapper {
		width: 100%;
		margin-left: 0px;
	}
	.rightTitle {
		display: block;
		float: left;
		clear: both;
	}
	.allFieldsWrapper {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
.bodyDIV {
    width: 100%;
}
.allFieldsWrapper {
    padding: 10px;
}
.topTypeAndDate {
    width: 100%;
    margin: 0px !important;
}

.btn {
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
    background: #000 !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	position: relative;
	cursor: pointer;
	border:0px solid #ccc !important;
}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	border:0px solid #329ECC !important;
	opacity:0.9;
	-khtml-opacity: .9;
	-moz-opacity: 0.9;
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.btn[disabled]{
	border: 1px solid #CCCCCC !important;
	color: #777777 !important;
	background-color: #CACACA !important;
}

select {
    width: 100% !important;
    font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
}
.leftTitle {
    font-weight: normal !important;
    padding-bottom: 5px;
}
.textBlock {
    font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    padding: 10px 2px;
    margin-bottom: 5px;
    border: 1px rgba(51,51,51,0.12) solid;
    background: none #fdfdfd !important;
    border-radius: 1px;
}
input.textBlock {
    color: #8b8d94;
    border-width: 1px;
    border-color: rgba(51,51,51,0.12);
    background-color: #fdfdfd;
    border-radius: 1px;
    background: none;
}
.inquiryFormWelcomeText img {
    width: 100%;
}





.failure {
	padding: 6px 8px 6px 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #931a03;
	color: white;
	background: #d52607 url(/admin/icons/red-background.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e24913), to(#d52607));
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -webkit-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -moz-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -ms-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -o-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, linear-gradient(top, #e24913, #d52607);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
}
.hidden { display: none; }
.textBlock.error {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
	box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
}
.textBlock.blur {
	color: #999;
}

.textBlock.readOnly {
	color: #CACACA;
	border: 1px solid #CACACA;
}

select.styled {
	width: 200px;
	height: 32px;
	/* margin-right: 20px; */
	cursor: pointer;
}
.cmf-skinned-select {
    border: 1px solid rgba(51,51,51,0.12);
    background: none #ffffff !important;
}
.cmf-skinned-select::after {
    content: "\f107";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    color: #7b7b7b;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 10px;
    padding-top: 8px;
}
.cmf-skinned-select:focus-within {
     box-shadow: 0 4px 10px rgba(50,50,93,.18), 0 1px 3px rgba(0,0,0,.08);
}

.cmf-skinned-text {
	padding: 5px 7px;
	font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	
	display: block;
	height: 15px !important;
	margin-right: 30px;
	width: 100% !important;	
}



img, a img {
	border: 0px;
	border: 0;
}
a {
	font-size: 10px;
 	color: #000000;
}
a:link {
	text-decoration: none;
 	color: #000000;
}
a:visited {
	text-decoration: none;
 	color: #000000;
}
a:hover {
	text-decoration: underline;
 	color: #000000;
}
a:active {
	text-decoration: none;
 	color: #000000;
}
.clearBoth {
	clear:both;
}
.clearR {
	clear:right;
}
.clearL {
	clear:left;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.leftTitle {
	display:block;
	font-weight:700;
	float:left;
}
.rightTitle {
	display:block;
	float:right;
	clear:right;
}
.centerTitle {
	text-align:center;
	font-weight:700;
}
.headerTitle {
	font-size:16px;
	font-weight:700;
}
.clear {
	display: inline-block;
	height: 25px;
	overflow:hidden;
}
.normalRowStyle {
	padding: 0px;
	display: block;
	height: auto;
	margin-bottom: 5px;
}
.alternateRowStyle {
	padding: 0px;
	display: block;
	height: auto;
	margin-bottom: 5px;
}
.disclaimerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
 	color: #DDDDDD;
 	color: #080808 !important;
}
/* ****************************************************************** */
#calendarMini {
	float:left;
	width:100%;
	background-repeat: repeat-x;
 	background-color: #FFFFFF;
}
.calendar {
  font-family: Poppins, sans-serif !important;
	font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid rgba(242, 244, 247, 1);
  border-radius: 8px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  padding: 20px 24px;
  border-collapse: unset!important;
}
.calendar a {
  font-family: Poppins, sans-serif !important;
 	color: #000000;
	text-decoration: none;
}
.calendar a:hover {
 	color: #000000;
	cursor: pointer;
}
.calendar td {
  text-align: center;
  vertical-align: middle;
	padding:0;
	height: 40px;
}
.calendar td a {
  font-family: Poppins, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none!important;
  margin-top: 4px;
}
.calendar td.calendarTitle__control a {
  margin-top: 0!important;
}
.calendar td a:hover {
  text-decoration: none!important;
  background: rgba(242, 244, 247, 1);
}
.calendarHeader {
  font-family: Poppins, sans-serif !important;
  color: rgba(52, 64, 84, 1);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.calendarTitle {
  font-family: Poppins, sans-serif !important;
  color: rgba(52, 64, 84, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.calendarSelect {
  padding: 12px 0;
}
.calendarToday {
	color: #CCCCCC;
	font-weight:bold;
	border-bottom:1px solid #F92360;
}
.calendarNav a {
 	color: #000000;
	text-decoration:none;
}
.calendarNav:hover {
 	color: #7091A2;
	text-decoration:none;
}
.calendarLinkFilled a {
  background: rgba(249, 250, 251, 1);
  text-decoration: none!important;
}
.calendarLinkFilled a:hover {
  background: rgba(242, 244, 247, 1);
}
.calendarActiveDate a {
  opacity: 50%;
  pointer-events: none;
}
.dropDown {
 	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-weight: normal;
	height: 25px;
 	background-color: #FFFFFF;
	border: 1px solid #2D2D2D;
}


/*************************** NEW CALENDAR ***********************/
/* Some resets for compatibility with existing CSS */

.jdpicker_w {
    position: relative;
    width: calc(100% - 25px) !important;
}
.jdpicker_w::before {
    content: "\f073"; /* "\f736"; */  
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    color: #717171;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 888;
}


.date_selector, .date_selector * {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	}
	
.date_selector {
	background: #fbfbfb;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	margin-top: -1px;
	position: absolute;
	z-index: 100000;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	}
	
.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
	}
	
.date_selector .nav {
	width: 17.5em; /* 7 * 2.5em */
	}

.date_selector .nav p { clear: none; }
	
.date_selector .month_nav, .date_selector .year_nav {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
	}
	
.date_selector .month_nav {
	float: left;
	width: 55%;
	}
	
.date_selector .year_nav {
	float: right;
	width: 42%;
	margin-right: -8px; /* Compensates for cell borders */
	}
	
.date_selector .month_name, .date_selector .year_name {
	font-weight: bold;
	line-height: 20px;
	}
	
.date_selector .button {
	display: block;
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #008ee8;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.date_selector .button:hover, .date_selector .button.hover {
	background: #ed9c35;
	color: #fff;
	cursor: pointer;
	border-color: #d77011;
	}
	
.date_selector .prev {
	left: 0;
	}
	
.date_selector .next {
	right: 0;
	}
	
.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	}
	
.date_selector th, .date_selector td {
	width: 2.5em;
	height: 2em;
	padding: 0 !important;
	text-align: center !important;
	color: #666;
	font-weight: normal;
	}
	
.date_selector th {
	font-size: 11px;
	}	

.date_selector td {
	border: 1px solid #ccc;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	color: #008ee8;
	background: #fff;
	}
	
.date_selector td.today {
	background: #eee;
	}
	
.date_selector td.unselected_month {
	color: #ccc;
	}
	
.date_selector td.selectable_day {
	cursor: pointer;
	}
	
.date_selector td.selected {
	background: #008ee8;
	color: #fff;
	font-weight: bold;
	}
	
.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
	background: #ec8526;
	color: #fff;
}
.date_clearer {

    clear: both;
    height: 5px;

	/*
	background:url("../images/del.jpg") no-repeat scroll right center #FFFFFF;
	cursor:pointer;
	height: 29px;
	width: 33px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #999999;	
	*/
}

.inquiryFormSuccess {
	margin-left: auto; margin-right: auto; text-align: center; position: relative; clear: both; /* top: 250px; */
}
