/*** Fonts CSS Start ***/
@font-face {
	font-family: 'RobotoSlab-Regular';
	src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf')  format('truetype'), url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoSlab-Bold';
	src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf')  format('truetype'), url('../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf')  format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf')  format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf')  format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf')  format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf')  format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf')  format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf')  format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** Fonts CSS End ***/

/*** Base CSS Start ***/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td{
	margin: 0;
	padding: 0;
}
html, body {
	color: #5F5F5F;
	font-size: 16px;
	line-height: 1.6;
	height: 100%;
	background-color: #ffffff;
	font-family: 'OpenSans-Regular';
	letter-spacing:0.1px;
}
body{ overflow-x: hidden; }
body:after { display: none; }
table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: -0.5em;
	margin-right: -0.5em;
}
fieldset, img{ border: 0; }
caption, th{ text-align: left; }
sup { vertical-align: text-top; line-height: 1; font-size: 10px; }
sub { vertical-align: text-bottom; }
input, textarea, select{ font-family: inherit; font-size: inherit; font-weight: inherit; }
input[type="text"], input[type="email"], input[type="password"], textarea, input[type='submit'] {
	-webkit-appearance: none; -webkit-border-radius: 0;
}
textarea {
	overflow: auto;
	resize: none;
}
/*input, textarea{ -webkit-appearance: none; -webkit-border-radius: 0; }*/
*:focus { outline: none; }
figure{ margin: 0; }
ul li{ list-style: none; }
ol {margin-left: 1em;}
ul li, ol li {margin-bottom: 5px;}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, html, body{
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat-Medium';
	line-height: 1.2;
	text-transform: uppercase;
	line-height: 1.2;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-family: 'Montserrat-Bold';}
h1, h2{ font-size: 38px; margin-bottom: 15px; color: #36ABD1;}
h3{ font-size: 24px; margin: 0 0 20px 0; }
h4{ font-size: 24px; margin: 0 0 20px 0; }
h5{ font-size: 22px; text-transform: uppercase; margin-bottom: 15px; }
h6 {font-size: 20px; margin-bottom: 15px; }

a { text-decoration: none; color: #5F5F5F; }
abbr, acronym { border-bottom: 1px dotted #000000; cursor: help; font-variant: normal; }
em{ font-style: italic; }
th, td{ border: 0px; padding: 0.1em 0.5em; vertical-align: top; }
caption{ margin-bottom: 0.5em; text-align: center; }
p, pre{ margin-bottom: 30px; margin-top: 0; }
b,strong {font-family: OpenSans-SemiBold;}
.clearfix:after{
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, :after, :before{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
audio, canvas, embed, iframe, img, object, svg, video{ display: block; vertical-align: middle; }
[type="button"], [type="reset"], [type="submit"], button{ -webkit-appearance: none; }
button{
	background: transparent;
	text-transform: none;
	font-family: inherit;
	font-size: 100%;
	line-height: 1;
	margin: 0;
	border: 0;
}
main, img{ display: block; }

/*** Base CSS End ***/
.pos-rel {position: relative;}
.ht-100 {height: 100%;}
.section {
	padding-top: 150px;
	padding-bottom: 150px;
}
.section.padngsmll {padding-top: 100px; padding-bottom: 100px;}
.section.padng-top-0 {padding-top: 0;}
.section.padng-botm-0 {padding-bottom: 0;}
.section.padng-0 {padding: 0;}

.container{
	width: 85%;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
}
.container .frame-layout-1 h2{
	margin-bottom: 35px;
	padding-bottom: 40px;
	position: relative;
}
.container .frame-layout-1 h2:after{
	content: "";
	display: block;
	height: 1px;
	width: 130px;
	background-color: #AAAAAA;
	position: absolute;
	bottom: 0;
	left: 0;
}
h3.h-border {
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}
h1,h2,h3,h4,h5,h6,p {clear: left;}
ul li{
	position: relative;
	padding-left: 20px;
}
ul li:before{
	content: "-";
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}
#header ul li, #footer ul li, .typo3-messages li{padding-left: 0; }

#header ul li:before, #footer ul li:before, .typo3-messages li:before, .slick-dots li:before {display: none;}
.two-col-container .col-left{
	padding-right: 70px;
	position: relative;
}
.two-col-container .col-right{
	padding-left: 70px;
}
.two-col-container.padng-right-0 .col-left {padding-right: 0;}
.two-col-container.padng-left-0 .col-right {padding-left: 0;}
.two-col-container.padng-0 {padding-left: 0; padding-right: 0;}
.two-col-container.padng50-50 {padding-left: 50px; padding-right: 50px;}
.two-col-container .col-left.divider-right:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #D6D6D6;
	width: 1px;
	height: 100%;
}
.frame-space-before-extra-large{ margin-top: 180px;}
.frame-space-after-extra-large{ margin-bottom: 180px; }
.frame-space-before-large{ margin-top: 150px;}
.frame-space-after-large{ margin-bottom: 150px; }
.frame-space-before-medium {margin-top: 100px;}
.frame-space-after-medium {margin-bottom: 100px;}
.frame-space-before-small {margin-top: 30px;}
.frame-space-after-small {margin-bottom: 30px;}
.frame-space-before-extra-small {margin-top: 10px;}
.frame-space-after-extra-small {margin-bottom: 10px;}
/*** Header CSS Start ***/
header#header{
	height: 150px;
	background-color: #ffffff;
	z-index: 108;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0px 4px 10px -10px #000;
	-moz-box-shadow: 0px 4px 10px -10px #000;
	box-shadow: 0px 4px 10px -10px #000;
}
.header-wrap{
	/*display: flex;
	justify-content: space-between;
	align-items: flex-end;*/
	height: 100%;
	padding-left: 50px;
	/*padding-bottom: 35px;*/
}
#logo{
	width: 356px;
	float: left;
	padding-top: 55px;
}
#logo a, #logo img{
	display: block;
}
#logo img{
	width: 100%;
	height: auto;
}
#menu-wrapper{}
.main-menu{}
.menu{margin-bottom: 0;}
.menu li{
	float: left;
	padding-right: 30px;
	margin-bottom: 0;
}
.menu li a{
	font-size: 18px;
	font-family: 'RobotoSlab-Regular';
	color: #707070;
}
.menu > li.active > a {color: #36ABD1;}
.menu >li.nav_23 {padding-right: 90px;}
.menu >li.nav_23 > a {
	background-image: url(../images/icon-filestorage.svg); 
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 16px;
	padding-left: 30px;
}
.sub-nav > li.active > a{color: #36ABD1;} 
.menu li.nav_23.active a {
	background-image: url(../images/icon-filestorage-act.svg);
}
/*login */
#header .flogin {margin-right: 0;}
#header .flogin a {
    padding: 7px 30px;
	margin-top: -5px;
    background-color: #36ABD1;
	color: #ffffff;
    min-width: 250px;
    display: inline-block;
	font-family: 'Montserrat-SemiBold';
	font-size: 18px;
	position: relative;
}
.main-menu-wrp {display: flex; flex-flow: row wrap; padding-left: 20px;}
#login-form {
	color: #fff;
    background-color: rgba(54,171,209,0.9);
    z-index: 999;
    padding: 20px 30px;
    width: 100%;
}
#login-form .welcome_header, #login-form .welcome_message {display: none;}
#login-form a {color: #ffffff; text-decoration: underline; font-size: 12px; font-family: RobotoSlab-Regular;}
#login-form .forgot-paswrd a {}
.login-error {
    
}
#login-form .error_header {
	font-size: 14px;
}
#login-form .error_message {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
    width: 80%;
}
.form-field-wrap {margin-bottom: 15px;}
.form-field-wrap label{display: block;}
.form-field {
	border: none;
	padding: 2px 6px;
	font-family: RobotoSlab-Regular;
	font-size: 14px;
	color: #5F5F5F;
}
.form-input, .form-select {height: 35px; width: 100%;}
.form-submit {
	min-width: 90px; 
	cursor: pointer;
	color: #ffffff; 
	background-color: #2B829F; 
	min-height: 35px; 
	padding-left: 15px; 
	padding-right: 15px;
	outline: none;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  
  background-image: url(../images/selectbox-arrow-down.svg);
  background-size: 15px auto;
  background-position: right 5px center;
  background-repeat: no-repeat;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
.form-field.field-lblue {background-color: #90D0E5; color: #ffffff;}
.form-field.field-blue {background-color: #36ABD1; color: #ffffff;}

#main-content .tx-felogin-pi1 .form-input {
	border: 1px solid #36ABD1;
}
#main-content .tx-felogin-pi1 label {margin-bottom: 5px;}
#main-content .tx-felogin-pi1 .back-toLogin a {text-decoration: underline; font-size: 14px;}


/*** Header CSS End ***/

/*** Main Content CSS Start ***/
#wrapper{
	height: 100%;
	clear: both;
}
#main-content{
	min-height: 100%;
	margin-top: 150px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.img-text-container{
	height: calc(100vh - 150px);
	height: -webkit-calc(100vh - 150px);
	width: 100%;
	padding-left: 50px;
	padding-bottom: 50px;
}
.img-wrap, .bg-img {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.img-text-wrap h2{
	margin-bottom: 0;
	background-color: #90D0E5;
	line-height: 1.3;
}
.img-text-wrap h3{
	font-size: 22px;
	background-color: #36ABD1;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-right: 50px;
}
.img-text-wrap h2, .img-text-wrap h3{
	color: #ffffff;
	padding: 25px 50px 25px 35px;
}
.img-text-wrap h2 {
	padding: 20px 50px 20px 35px;
}
.img-text-wrap .header-logo {width: 140px; height: 140px; position: absolute; right: 80px; top: -100px;}
.img-text-wrap .header-logo img {width: 100%; height: auto;}

#search-map {height: 380px; margin-top: 40px;}
.search-form {margin-top: 10px; margin-bottom: 10px;}
.search-form #place-input {padding-right: 30px;}
.search-form .col-2 {width: 110px;}
.search-form .col-1 {
	width: calc(100% - 210px);
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
} 
a.open-map {text-decoration: underline;}

.search-form .col-3 {width: 100px;}
.search-form .form-submit {width: 100%;}
.search-img {
	background-image: url(../images/search-icon.svg);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 5px;
	text-indent: -999em;
}
#login-form ::-webkit-input-placeholder {
	opacity: 0.3;
}
#login-form ::-moz-placeholder {
	opacity: 0.3;
}
#login-form :-ms-input-placeholder {
	color: rgba(99,99,99,0.3);
}
input::-ms-clear {
    display: none;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}
#place-input::-webkit-input-placeholder, #lab-input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
#place-input::-moz-placeholder, #lab-input::-moz-placeholder {
	opacity: 1;
}
#search-map a[rel="noopener"], #search-map .gmnoprint .gm-style-cc{display: none !important;} 
.search-box {
	margin-bottom: 10px;
}
#autoSearch-labs {
	border: 1px solid #CCCCCC;
	border-top-color: transparent;
	max-height: 150px;
	overflow-y: scroll;
	position: absolute;
	top: auto;
	width: 100%;
	display: none;
}
#autoSearch-labs li {
	padding-left: 5px;
}
#autoSearch-labs li:before {
	display: none;
}
#autoSearch-labs li a {
	display: block;
}
#autoSearch-labs li span {
	display: none;
}
/*** Main Content CSS End ***/
/*** Two & Three Column CSS Start ***/
.three-col-container .row, .two-col-container{
	display: flex;
}
.two-col-container.twocol-cont-bottom{
	align-items: flex-end;
}
.three-col-container .row{
	margin-left: -12px;
	margin-right: -12px;
}
.three-col-container .col-cont{
	width: 33.33%;
	padding: 0 12px;
}
.two-col-container.w-40-60 .col-left, .two-col-container.w-60-40 .col-right{
	width: 40%;
}
.two-col-container.w-40-60 .col-right, .two-col-container.w-60-40 .col-left{
	width: 60%;
}
.two-col-container.w-50-50 .col-left, .two-col-container.w-50-50 .col-right{
	width: 50%;
}
.three-col {display: flex; flex-flow: row wrap;}
.row-s {margin-left: -5px; margin-right: -5px;}
.row-s .col {padding: 0px 5px;}

/*** Two & Three Column CSS End ***/

/* accordion */
.accrdn-container {position: relative;}
.accrdn-descr {display: none;}
.accrdn-header {
	cursor: pointer; 
	color: #36ABD1; 
	margin-bottom: 2px; 
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}
.accrdn-descr-wrap {
	padding: 20px 0 50px 55px;
}
.accrdn-descr-wrap p:last-of-type {margin-bottom: 0;}
.accrdn-arrow-click {
    width: 27px;
    height: 12px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.accrdn-container.clicked .accrdn-arrow-click {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.accrdn-main .accrdn-header {padding: 10px 15px; font-family: 'OpenSans-Bold'; min-height: 80px;}
.accrdn-main .accrdn-header-cont {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	margin-right: 15px;
}
.accrdn-main .accrdn-container .accrdn-arrow-click {
	background-image: url(../images/down-arrow-gray.svg);
}
.accrdn-main .accrdn-container.clicked .accrdn-arrow-click {
	background-image: url(../images/down-arrow.svg);
}
.accrdn-main .accrdn-descr {
	margin-bottom: 20px;
	font-size: 16px;
}
.accrdn-main .accrdn-descr h3 {font-size: 20px;}
.accrdn-main .accrdn-descr hr {margin: 20px 0px;}

/* qs form */
.qs-users {margin-bottom: 100px;}
.qs-users .divider {margin-bottom: 50px;}
.qs-users .qs-form {max-width: 1050px; margin: auto;}
.qs-form .fieldset {display: flex; margin-left: -35px; margin-right: -35px;}
.qs-form .field {display: flex; width: 50%; padding: 0px 35px; margin-bottom: 30px; align-items: center; position: relative;}
.qs-form .field .label {
	width: 150px;
	padding-right: 10px;
}

.qs-form .field .value {
	height: 38px;
	padding: 2px 6px;
	border-radius: 4px;
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	background-color: #F5F5F5;
	color: #AAAAAA;
	position: relative;
    font-size: 16px;
}
.qs-users .field.usrname {margin-top: 60px;}
.qs-users .qs-mainuser .field.usrname {margin-top: 0;}
.qs-user-edit .qs-form .field .value {
	border: 1px solid #36ABD1;
	background-color: #ffffff;
	border-radius: 4px;
}
.qs-user-edit .qs-form .field .value-outer {
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	position: relative;
}
.qs-user-edit .qs-form .field .value-outer .value {
	width: 100%;
}
.qs-form .field.service-num .value, .qs-user-edit .qs-form .field.service-num .value, .qs-form .field.usrname .value {
	border: none;
	background: transparent;
}
.qs-form .field.service-num .value, .qs-user-edit .qs-form .field.service-num .value {
	color: #36ABD1;
}
.qs-form .field .form-select {
	background-image: url(../images/down-arrow.svg);
}
.field .icon-showHide {
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/password-show.svg);
	background-position: center center;
	background-size: contain;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}
.field .hide-p .icon-showHide {
	background-image: url(../images/password-hide.svg);
}
.mandatory {color: #36ABD1; font-family: 'Montserrat-Medium';}
.qs-type-datepicker span.mandatory, .qs-type-input span.mandatory, .qs-type-textarea span.mandatory, .qs-users span.mandatory {
	position: absolute;
	top: -2px;
	line-height: 1;
	right: -10px;
}

.qs-mainuser .qs-form .field .value, .qs-subuser .qs-form .field .value {line-height: 30px;}
.qs-users .qs-form-text {max-width: 50%;}
.button {
	padding: 15px 15px;
	min-width: 260px;
	text-transform: uppercase;
	background-color: #36ABD1;
	color: #ffffff;
	display: inline-block;
	font-family: 'Montserrat-SemiBold';
	font-size: 16px;
	text-align: left;
	border: none;
	min-height: 35px;
	cursor: pointer;
	line-height: 1.2;
}


/*qs-user-edit .button {margin-top: 50px;}*/
.qs-info {font-size: 12px; font-family: 'Montserrat-Medium'; color: #36ABD1; margin-bottom: 25px; margin-top: 50px;}
.qs-form p {margin-bottom: 20px;}
.qs-reg-person {margin-top: 50px;}
.qs-users .qs-form {margin-top: 50px;}
.tx-qsforms {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.tx-qsforms h2 {font-size: 24px; color: #5F5F5F; /*margin-bottom: 35px;*/}
.qs-subuser .qs-form {margin-top: 60px;}
.divider {
	border-top: 1px solid #D6D6D6;
	margin-top: 10px;
}
hr.ce-div, hr {
	border: none;
	border-bottom: 1px solid #D6D6D6;
	margin: 30px 0px;
}
.qs-btn-wrap {display: flex; align-items: center;}
.qs-btn-wrap span {font-size: 16px; font-family: 'Montserrat-SemiBold'; color:#B72222; line-height: 1.2;}

.qs-btn-wrap .button {margin-right: 15px;}
.button.delete {background-color: #B72222;}
.ce-column {margin-right: 50px;}
.ce-row {margin-bottom: 30px;}
.text-blue {color: #36ABD1;}
.parsley-errors-list {position: absolute; top: 40px; font-size: 12px; top: 40px; color: #B72222;}
.qs-user-edit .parsley-errors-list {right: 25px;}
.parsley-errors-list li {padding: 0; margin: 0;}
.parsley-errors-list li:before {display: none;}
/* qs category lists*/
.qs-tabs-header, .qs-edit-links {display: flex; margin-bottom: 10px;}
.qs-tabs-header .qs-tab-title, .qs-edit-links a {cursor: pointer; font-family: 'Montserrat-SemiBold';}
.qs-tabs-header .qs-tab-title:first-of-type, .qs-edit-links a:first-of-type {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
.qs-tabs-header .qs-tab-title:first-of-type:after, .qs-edit-links a:first-of-type:after {
	content: '';
	width: 2px;
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 5px;
	background-color: #36ABD1;
}
.qs-tabs-header .qs-tab-title.active, .qs-edit-links a:first-of-type {color: #36ABD1; font-family: 'Montserrat-SemiBold';}
.qs-tabs-header .qs-tab-date {margin-left: auto; font-family: 'Montserrat-Medium';}
.qs-tabs-header .qs-tab-title, .qs-tabs-header .qs-tab-title a, .qs-tabs-header .qs-tab-date, .qs-edit-links a {color: #AAAAAA;}
.qs-cat-header {
	display: flex; 
	align-items: center; 
	background-color: #F5F5F5; 
	color: #5F5F5F; 
	position: relative;
	margin-bottom: 2px;
	cursor: pointer;
	justify-content: space-between;
}
/**
.qs-cat-header::before {
    content: '';
    position: absolute;
    width: 60px;
    background-color: #90D0E5;
    left: 0;
    top: 0;
    height: 100%;
}
.qs-cat-header:after {
	content: '';
	width: 2px;
	height: 100%;
	left: 60px;
	top: 0;
	background-color: #ffffff;
	position: absolute;
	visibility: visible;
}
**/
.qs-cat-num {
    width: 60px;
    padding: 5px;
    text-align: center;
    font-size: 48px;
	position: relative;
	font-family: 'Montserrat-Bold';
}
.qs-cat-title {
	padding: 15px 10px 15px 25px; 
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	line-height: 1.2;
}
.qs-cat-title span {display: block;}
.qs-cat-title .cat-title {font-family: 'Montserrat-Medium';}
.qs-cat-title .cat-subtitle {font-family: 'Montserrat-Regular'; font-size: 16px; margin-top: 5px;}
.qs-cat-description-inner {padding: 20px 0 60px 26px;}
.qs-cat-description-inner .qs-cat-info p {margin-bottom: 10px;}
.qs-cat-description-inner .more {color: #36ABD1; text-transform: uppercase; font-family: 'Montserrat-SemiBold';}
.special-color {color: #36ABD1;}
.qs-tabs-block .special-color {font-family: 'Montserrat-SemiBold'; padding-bottom: 10px; padding-top: 50px;}
.qs-tabs-block .qs-forms-list .special-color {padding-top: 30px; border-top: 1px solid #D6D6D6;}
.qs-tabs-block .qs-form {
	display: flex; 
	font-family: 'Montserrat-SemiBold';
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
	padding-top: 15px;
}
.qs-tabs-block .qs-form:first-of-type {border-top: 1px solid #D6D6D6;}
.qs-tabs-block .qs-form-num {width: 50px; color: #36ABD1;}
.qs-tabs-block .qs-form-title {
	width: calc(100% - 275px); 
	width: -moz-calc(100% - 275px); 
	width: -webkit-calc(100% - 275px); 
	padding-right: 10px; 
	padding-left: 20px; 
	position: relative; 
}
.qs-tabs-block .qs-form-title, .qs-tabs-block .qs-form-num, .qs-tabs-block .special-color, .qs-cat-description-inner {font-size: 16px;}
.qs-tabs-block .qs-form-title .title {color: #36ABD1;}
.qs-tabs-block .qs-form-title .date {font-size: 10px; color: #AAAAAA; font-family: 'Montserrat-Medium';}
.qs-tabs-block .qs-form-title .date:before {
    content: "/";
    margin-right: 2px;
}
.qs-tabs-block .qs-form-status {font-size: 12px; width: 225px; color: #D6D6D6;}
.qs-tabs-block .qs-form-status span.links {padding: 0px 3px;}
.qs-tabs-block .qs-form-status a {text-decoration: underline; color: #AAAAAA;}
.qs-cat-arrow {
	margin-right: 25px;
	background-image: url(../images/down-arrow-white.svg);
}
.qs-tabs-block .qs-form-status span.status span, .status-info span.s-img,
.training-overview span.new,
.training-overview span.draft,
.training-overview span.complete {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: -2px;
	margin-left: 5px;
}
.qs-tabs-block .qs-form-status span.new,
.training-overview span.new,
.status-info .s-new span.s-img {
	background-image: url(../images/icon-new.svg);
}
.qs-tabs-block .qs-form-status span.complete, 
.training-overview span.complete,
.status-info .s-complete span.s-img {
	background-image: url(../images/icon-complete.svg);
}
.qs-tabs-block .qs-form-status span.draft,
.training-overview span.draft,
.status-info .s-draft span.s-img {
	background-image: url(../images/icon-draft.svg);
}
.qs-category.clicked .qs-cat-arrow, .qs-form-accordion.clicked .qs-form-acc-header .qs-form-title:before {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.qs-cat-arrowUp {
	width: 25px;
    height: 12px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	position: absolute;
	right: 15px;
	bottom: 30px;
}
.qs-form-accordion .qs-form {padding: 0;}
.qs-form-accordion .qs-form, .qs-tabs-block .qs-form-accordion .qs-form:first-of-type {
	border: none;
}
.qs-form-accordion {
	/*border-top: 1px solid #D6D6D6; */
	border-bottom: 1px solid #D6D6D6; 
	padding-top: 15px; 
	padding-bottom: 15px;
}
.qs-form-accordion .qs-form-acc-header .qs-form-title {cursor: pointer;}
.qs-form-accordion .qs-form-acc-header .qs-form-title:before {
	content: '';
	width: 14px;
	height: 8px;
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}
.qs-form-acc-content {display: none;} 
.qs-form-acc-content .qs-form-num {opacity: 0;}
.qs-tabs-block .qs-form {line-height: 1.2;}
.qs-form-acc-content .qs-form {padding-top: 8px;}
.qs-category-single {margin-top: 180px;}
.qs-category-single .two-col-container .col-left {padding-right: 140px;}
.qs-category-single .two-col-container .col-right {padding-left: 0;}

.status-info {
	display: flex; 
	justify-content: flex-end; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #D6D6D6;
	font-family: 'Montserrat-SemiBold';
	font-size: 14px;
	color: #AAAAAA;
}
.status-info>div {margin-right: 15px;}
.status-info>div:last-child {margin-right: 0;}



/*** Footer CSS Start ***/
#footer{
	padding-left: 50px;
	padding-bottom: 50px;
	position: relative;
}
#footer li {margin-bottom: 0;}
#footer h2 {color: #ffffff;}
.footer-small-icon{
	display: inline-block;
	margin: 0 5px;
	background-image: url(../images/footer-icon-small.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 28px;
	height: 26px;
	margin-bottom: -6px;
}
.footer-small-icon:before{
	/*content: "\01F9E1";
	display: block;
	font-size: 20px;*/
}
.footer-bottom{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 30px 25px 30px 25px;
	background-color: #F5F5F5;
}
.footer-top{
	background-color: #36ABD1;
	margin-bottom: 20px;
	padding: 25px 140px 35px 40px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.footer-top h2 {margin-bottom: 20px;}
.footer-top p {font-family: 'Montserrat-Medium'; line-height: 1.3;}
.footer-top, .footer-top a{
	color: #ffffff;
}
.footer-cont-wrap .col-left p:last-of-type {margin-bottom: 0;}
.footer-cont-wrap .col-right p {margin-bottom: 0;}
.footer-top .col-left strong {
	font-family: 'Montserrat-SemiBold';
}
.footer-top .col-left p {font-size: 22px;}
.footer-top .col-right strong{
	font-family: 'Montserrat-Bold';
}
.footer-top .three-col-container img{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.footer-top .footer-header-wrap h2{
	margin-bottom: 0;
	line-height: 1.3;
	color: #ffffff;
}
.footer-top .footer-header-wrap h3{
	margin-bottom: 0;
	line-height: 1.4;
	text-transform: uppercase;
	font-size: 28px;
}
.footer-top .footer-header-wrap .two-col-container .col-left{
	background-color: #90D0E5;
	width: -webkit-calc(42% + 40px);
	width: -moz-calc(42% + 40px);
	width: calc(42% + 40px);
	margin-left: -40px;
	padding-left: 40px;
	padding-right: 40px;
}
#footer .two-col-container .col-right {width: 58%;}
.footer-top .footer-header-wrap .col-cont{
	padding: 22px 0;
}
.footer-top .footer-header-wrap .col-right{
	padding-left: 35px;
}
.footer-top .footer-cont-wrap .col-left{
	margin-top: 30px;
}
.back-to-top{
	height: 77px;
	width: 77px;
	z-index: 9;
	position: absolute;
	top: -38px;
	right: 50px;
	background: url('../images/back-to-top.svg') center center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.footer-cont-wrap .two-col-container .col-left {padding-right: 0; width: 42%;}
.footer-cont-wrap .two-col-container .col-right {padding-left: 0;}

/*** Footer CSS End ***/



.ce-gallery .ce-row.gal-c2 .ce-column {margin-right: 0; max-width: 50%;}
.ce-gallery .ce-row.gal-c2 .ce-column:first-child {padding-right: 40px;} 
.ce-gallery .ce-row.gal-c2 .ce-column:nth-child(2) {padding-left: 40px;} 
.ce-gallery img {max-width: 100%; height: auto;}

/* qs form edit */
.qs-form-edit {margin-top: 45px;}
.qs-field.qs-type-datepicker .value {
	/*width: 150px;*/
}
/*.table .qs-field.qs-type-datepicker .value {width: 52%;}*/
.qs-field input[type="text"] {
	height: 35px;
	padding: 2px 6px;
	border: 1px solid #36ABD1;
	border-radius: 4px;
	width: 230px;
}
button.ui-datepicker-trigger {
	width: 20px;
	height: 22px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 6px;
	padding: 0;
	cursor: pointer;
}
button.ui-datepicker-trigger img {width: 100%; height: 100%;}
.td .qs-field > .label {display: none;}
.qs-table-icons {display: flex; position: absolute; right: 15px; top: 15px;}
.qs-table-icons .qs-table-icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px 3px;
	text-indent: -999em;
	background-position: center;
}
.qs-table-icons .qs-table-icon.icon-remove {background-image: url(../images/icon-remove.svg); cursor: pointer;}
.qs-table-icons .qs-table-icon.icon-add {background-image: url(../images/icon-add.svg); cursor: pointer;}
.qs-table-icons .qs-table-icon.icon-sort {background-image: url(../images/icon-sort.svg); cursor: grabbing;}

.qs-forms-pages-wrap .td {border-right: 1px solid #e2e2e3; padding: 15px 10px 10px 10px;}
.qs-forms-pages-wrap .td:last-of-type, .qs-forms-pages-wrap .td.last {border-right: none;}
.qs-forms-pages-wrap .table.show-tableicons .tr .td.last {padding-right: 100px;}
.qs-forms-pages-wrap .table .tr {position: relative; display: flex; flex-flow: row wrap; border-bottom: 1px solid #e2e2e3;}
.qs-forms-pages-wrap .table .tr:first-child {border-top: 1px solid #e2e2e3;}
.qs-forms-pages-wrap .table .th {background-color: #f9fafb; display: flex; flex-flow: row wrap;}
.qs-forms-pages-wrap .table.column-1 .td {width: 100%;}
.qs-forms-pages-wrap .table.column-2 .td {width: 50%;}
.qs-forms-pages-wrap .table.column-3 .td {width: 33.33%;}
.qs-forms-pages-wrap .table.column-4 .td {width: 25%;}
.qs-forms-pages-wrap .table.column-5 .td {width: 20%;}

.qs-forms-pages-wrap .table.column-6 .td:first-child {width: 6%;}
.qs-forms-pages-wrap .table.column-6 .td:nth-child(2) {width: 14%;}
.qs-forms-pages-wrap .table.column-6 .td:nth-child(3) {width: 20%;}
.qs-forms-pages-wrap .table.column-6 .td:nth-child(4) {width: 20%;}
.qs-forms-pages-wrap .table.column-6 .td:nth-child(5) {width: 20%;}
.qs-forms-pages-wrap .table.column-6 .td:nth-child(6) {width: 20%;}


.qs-forms-pages-wrap .table.table-colW1 .td:first-child, .qs-forms-pages-wrap .table.table-colW2 .td:last-child {width: 15%;}
.qs-forms-pages-wrap .table.table-colW1 .td:last-child, .qs-forms-pages-wrap .table.table-colW2 .td:first-child {width: 85%;}

.qs-forms-pages-wrap .table.table-colW3 .td:first-child {width: 15%;}
.qs-forms-pages-wrap .table.table-colW3 .td:nth-child(2) {width: 44%;}
.qs-forms-pages-wrap .table.table-colW3 .td:nth-child(3) {width: 41%;}

.qs-forms-pages-wrap .table.table-colW4 .td:first-child {width: 40%;}
.qs-forms-pages-wrap .table.table-colW4 .td:nth-child(2) {width: 16%;}
.qs-forms-pages-wrap .table.table-colW4 .td:nth-child(3) {width: 44%;}

.qs-forms-pages-wrap .table.table-colW5 .td:first-child {width: 35%;}
.qs-forms-pages-wrap .table.table-colW5 .td:nth-child(2) {width: 25%;}
.qs-forms-pages-wrap .table.table-colW5 .td:nth-child(3) {width: 15%;}
.qs-forms-pages-wrap .table.table-colW5 .td:nth-child(4) {width: 25%;}

.qs-field .value {position: relative;}
.table .qs-field .value {width: 100%;}
.table .qs-field input[type="text"] {width: 100%; border: none; padding: 0; height: auto;}
/*.table .ui-datepicker-trigger {display: none;}*/
.madetory-info {font-size: 12px; color: #36ABD1; margin-top: 40px; margin-bottom: 40px;}
.button.less-opaque {background-color: #90d0e5;}
.qs-form-edit .button.delete {min-width: 90px;}
.buttons-wrap .button {margin-right: 15px;}
.buttons-wrap .button:last-child {margin-right: 0; margin-top: 5px;}
.buttons-wrap .right-align{
	float:right;
}
.qs-field-radio, .qs-field-check {margin-right: 25px;}
.qs-field-radio:last-child, .qs-field-check:last-child {margin-right: 0;}
.qs-field-radio input, .qs-field-check input {margin-right: 5px;}
.tx-qsforms .sub-wrap {display: flex; }
.tx-qsforms .sub-wrap .date {margin-left: auto; margin-top: auto; color: #AAAAAA;}
.tx-qsforms .sub-wrap h2 {margin-bottom: 0; width: 70%;}
.qs-forms-pages-wrap h2 {margin-bottom: 25px;}
.qs-forms-pages-wrap .qs-fields {margin-right: -20px; margin-left: -20px;}
.qs-forms-pages-wrap .qs-fields .qs-field {float: left;}
.qs-forms-pages-wrap .qs-field, .qs-forms-pages-wrap .table {margin-bottom: 60px; padding-left: 20px; padding-right: 20px;}
.qs-forms-pages-wrap .qs-type-rte {margin-bottom: 40px;}
.qs-forms-pages-wrap .table .qs-field {margin-bottom: 0; padding: 0; width: 100%;}
.qs-forms-pages-wrap .qs-field.qs-type-datepicker .label {margin-right: 20px;}
.qs-content-wrap {margin-left: 138px; margin-right: 138px;}
.qs-forms-pages-wrap .qs-field.qs-type-input, .qs-forms-pages-wrap .qs-field.qs-type-datepicker, .qs-forms-pages-wrap .qs-field.qs-type-textarea {display: flex; align-items: center;}
.qs-forms-pages-wrap .qs-field.qs-type-input .label, .qs-field.qs-type-textarea .label {margin-right: 10px;}
.qs-type-rte, .qs-type-header, .qs-type-userinfo, .qs-type-checkbox, .qs-type-radio, .qs-type-textarea {width: 100%;}
.qs-forms-pages-wrap .qs-type-checkbox, .qs-forms-pages-wrap .qs-type-radio {display: flex; flex-flow: row wrap; align-items: center; margin-bottom: 0;}
.qs-forms-pages-wrap .qs-type-checkbox:last-child, .qs-forms-pages-wrap .qs-type-radio:last-child {margin-bottom: 50px;}
.qs-forms-pages-wrap .qs-type-checkbox .qs-field-check, .qs-forms-pages-wrap .qs-type-radio .qs-field-radio {margin-bottom: 25px;}
.qs-forms-pages-wrap .qs-type-checkbox .label, .qs-forms-pages-wrap .qs-type-radio .label {margin-left: 50px; margin-bottom: 25px;}
.qs-type-checkbox .value, .qs-type-radio .value {display: flex; flex-flow: row wrap;}
.qs-type-checkbox .parsley-errors-list, .qs-type-radio .parsley-errors-list {top: auto; bottom: 10px;}
.table .qs-type-checkbox, .table .qs-type-checkbox .value {height: 100%;}
.table .qs-type-checkbox .value {align-items: center;}
.qs-forms-pages-wrap .qs-type-checkbox.label-top, .qs-forms-pages-wrap .qs-type-radio.label-top {display: block;}

ul.list-lg-gap li, ol.list-lg-gap li {margin-bottom: 30px;}
.qs-type-rte ul, .qs-type-rte ol {margin-bottom: 30px;} 
/* checkbox styles*/
.checkbox .cr, .radio .cr {
	background-color: #ffffff;
	border: 1px solid #D4D4D5;
	width: 17px;
	height: 17px;
	margin: 3px 10px 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
}
.checkbox .cr .icon-checked, .radio .cr .icon-checked { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.checkbox .cr .icon-checked::after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 9px;
    border: solid #0c0c0c;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	content: '';
}
.checkbox label input[type="checkbox"] { opacity: 0; width: 17px; height: 17px; }
.checkbox label input[type="checkbox"]+.cr>.icon-checked { opacity: 0; margin: 0;}
.checkbox label input[type="checkbox"]:checked+.cr>.icon-checked { opacity: 1; border: 1px solid #95c8da;}
.checkbox label input[type="checkbox"]:disabled+.cr { opacity: .5; }

/*radio style*/
.radio .cr {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.radio .cr .icon-checked {
	width: 8px;
	height: 8px;
	background-color: #000000;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}
.radio label input[type="radio"] { opacity: 0; width: 16px; height: 16px; }
.radio label input[type="radio"]+.cr>.icon-checked { opacity: 0;}
.radio label input[type="radio"]:checked+.cr>.icon-checked { opacity: 1;}
.radio label input[type="radio"]:disabled+.cr { opacity: .5; }

.qs-forms-pages-wrap .qs-pages:last-child .table {margin-bottom: 0;}
.qs-forms-pages-wrap .qs-field.qs-type-textarea textarea {
	resize: none;
	height: 30px;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	width: 450px;
	max-width: 100%;
	min-height: 30px;
}
.qs-forms-pages-wrap .table .qs-field.qs-type-textarea textarea {
	height: auto;
	border: none;
	width: 100%;
	overflow: hidden;
}


/*.qs-type-checkbox.label-top .qs-field-check {
	width: 100%; 
	margin-right: 0;
}*/
.qs-fildwt1 {width: 50%;}
.qs-fildwt2 {width: 60%;}
.qs-fildwt3 {width: 70%;}
.qs-fildwt4 {width: 80%;}
.qs-fildwt5 {width: 90%;}
.qs-fildwt6 {width: 100%;}

.qs-field.label-top {
	flex-flow: row wrap;
}
.qs-field.label-top .label {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
}
.qs-fildwt6 .qs-field-check,  .qs-fildwt6 .qs-field-radio {
	width: 100%; 
}
.qs-forms-pages-wrap .qs-field.qs-fildwt1 .fieldValue, .qs-forms-pages-wrap .qs-field.qs-fildwt2 .fieldValue, .qs-forms-pages-wrap .qs-field.qs-fildwt3 .fieldValue,
.qs-forms-pages-wrap .qs-field.qs-fildwt4 .fieldValue, .qs-forms-pages-wrap .qs-field.qs-fildwt5 .fieldValue, .qs-forms-pages-wrap .qs-field.qs-fildwt6 .fieldValue,
.qs-forms-pages-wrap .qs-field.qs-fildwt1 .value, .qs-forms-pages-wrap .qs-field.qs-fildwt2 .value, .qs-forms-pages-wrap .qs-field.qs-fildwt3 .value,
.qs-forms-pages-wrap .qs-field.qs-fildwt4 .value, .qs-forms-pages-wrap .qs-field.qs-fildwt5 .value, .qs-forms-pages-wrap .qs-field.qs-fildwt6 .value {
	width: 100%;
}
.qs-forms-pages-wrap .qs-field.qs-type-short-text {margin-bottom: 30px;}
/* tooltip */
.tooltip {cursor: pointer;}
.ui-tooltip {
	background-color: #36ABD1;
	color: #ffffff;
	font-size: 10px;
	font-family: 'Montserrat-Medium';
	border: none;
	max-width: 500px;
	box-shadow: none;
	padding: 5px 8px;
}
.qs-type-rte, .qs-type-userinfo {max-width: 1040px;}
.qs-type-rte.qs-fildwt6 {max-width: 100%;}

/*.qs-forms-pages-wrap {display: flex; flex-flow: row wrap;}*/
.qs-pages {width: 100%;}
#form-F5 .qs-field.qs-type-textarea .label {margin-right: 200px;}

/*#form-F6 .qs-field.qs-type-datepicker .value {width: 150px;}*/
#form-F6 .qs-pages:first-child .qs-type-datepicker .ui-datepicker-trigger {display: none;}
ol.list-indent {margin-left: 0;}
ol.list-indent li {list-style-position: inside;}
ol.list-indent li:before {content:''; display: inline-block; margin-left: 60px;}

#form-F9_1 .qs-pages:nth-child(2) {width: 50%; float: left;}
#form-F9_1 .qs-pages:nth-child(3) {width: 50%; float: left;}
#form-F10 .qs-pages:first-child .qs-type-input input[type="text"],
#form-F14 .qs-pages:nth-child(2) .qs-type-input input[type="text"] {
	border: none;
	border-bottom: 1px solid #d6d6d6;
	border-radius: 0;
	padding: 0px;
	height: auto;
}
#form-F10 .qs-pages:first-child .qs-type-input,  
#form-F14 .qs-pages:nth-child(2) .qs-type-input{
	margin-top: -50px; margin-bottom: 0; margin-left: 30px;
}
#form-F10 .qs-pages:first-child .qs-type-checkbox:nth-child(2) .checkbox:nth-child(2) {margin-left: 250px; }
#form-F10 .qs-pages:first-child .qs-field:nth-child(4){margin-left: 330px;}
#form-F10 .qs-pages:first-child, #form-F14 .qs-pages:nth-child(2) {margin-bottom: 60px;}
#form-F14 .qs-pages:nth-child(2) .qs-type-input {
	margin-left: 150px;
}
/* form reminer */
.two-col-container {position: relative;}
.qs-reminder {
	position: absolute;
	left: 0;
	width: 50%;
	background-color: #f5f5f5;
	top: 39px;
	margin-left: -1020px;
	padding-left: 1020px;
	width: calc(50% + 1000px);
	width: -webkit-calc(50% + 1000px);
	width: -moz-calc(50% + 1000px);
	min-height: 450px;
}
.qs-reminder-inner {
	padding: 30px 30px 20px 0;
	position: relative;
}
.qs-reminder .close {
	background-image: url(../images/close-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.reminder-close .close {
	background-image: url(../images/icon-arrow-right.svg);
}
.qs-r-header {margin-bottom: 20px; line-height: 1.2; font-family: 'Montserrat-Regular'; font-size: 16px;}
.msg-user a {color: #36ABD1; font-family: 'Montserrat-SemiBold';}
.msg-user p {border-bottom: 1px solid #D6D6D6; padding-bottom: 30px; line-height: 1.2; font-family: 'Montserrat-Regular'; font-size: 16px;}

.owl-carousel{
   width: 100%; 
 }
.qs-form-edit {margin-bottom: 100px;}
.typo3-messages li.alert-success {
	color: #36ABD1;
	position: absolute;
	top: -100px;
	line-height: 1.2;
	right: 0;
}
.owl-dots {
	padding: 12px;
	display: flex;
	justify-content: center;
	background-color: #f5f5f5;
}
.owl-carousel button.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #d6d6d6;
	text-indent: -999em;
	padding: 0;
	margin: 0px 4px;
	cursor: pointer;
}
.owl-carousel button.owl-dot.active {
	background-color: #36ABD1;
}
.qs-reminder .owl-dots {padding-top: 20px; padding-bottom: 0;}

/*.qs-field p:last-of-type {margin-bottom: 0;}*/
.qs-type-userinfo .label {margin-bottom: 15px;}
.qs-type-userinfo .value {font-size: 24px; font-family: 'Montserrat-Medium'; line-height: 1.2}	
.qs-type-rperson {max-width: 48%;}
.qs-type-rperson .label{}
.qs-type-rperson .value{}


/* datepicker */
.ui-widget.ui-datepicker {border: 1px solid #36ABD1; width: 250px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
}
.ui-datepicker, .ui-datepicker table {font-size: 12px; font-family: 'OpenSans-Regular';}
.ui-datepicker .ui-widget-header {
	font-family: 'OpenSans-SemiBold'; 
	font-weight: normal; 
	border: none;
	color: #5F5F5F; 
	background: transparent;
	padding: 5px 0px;
}
.ui-datepicker th {
	font-family: 'OpenSans-SemiBold';
	font-weight: normal;
	padding: 1px;
}
.ui-datepicker th span {display: block; background-color: #36ABD1; color: #ffffff;}
.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker th span {
	text-align: center;
	min-width: 21px;
	min-height: 21px;
	padding: 6px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background-color: #f5f5f5;
	color: #5F5F5F;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover {
	top: 5px;
	left: 0;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
	top: 5px;
	right: 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	background-image: url(../images/down-arrow.svg);
	width: 14px;
	height: 7px;
	margin-left: 0;
	margin-top: -4px;
}
.ui-datepicker .ui-datepicker-prev span {
	background-position: left center;
	left: 0;
	transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-next span {
	background-position: right center;
	right: 0;
	transform: rotate(-90deg);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	background-color: transparent;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {opacity: 0.4;}

.table {width: 100%;}
.table td, .table th {
	padding: 15px 10px 10px 10px;
	border: 1px solid #e2e2e3;
	border-top: 0;
	border-right: 0;
}
.table th {background-color: #f9fafb; border-bottom: 0;}
.table td:first-child, .table th:first-child {border-left: 0;}
.qs-type-rte .table, .qs-type-rte table {padding-left: 0; padding-right: 0; margin-bottom: 30px;}



/* file upload */
#main-content .tx-filemanager {
	font-size: 18px;
	margin-top: 60px;
	color: #36ABD1;
}
#main-content .container {width: 85%;}
#main-content .container-fluid {padding: 0;}
.tx-filemanager .col-sm-4 {width: 19%; }
.tx-filemanager .col-sm-8 {width: 81%; padding-left: 45px; padding-right: 60px;}
.tx-filemanager td, .tx-filemanager th {border: none;}
.tx-filemanager th {
	border-bottom: 1px solid #aaaaaa;
	background: none;
}
.tx-filemanager .glyphicon {margin-right: 15px; background-repeat: no-repeat; background-position: left center;}
.tx-filemanager .glyphicon:before {display: none;}
.tx-filemanager .glyphicon.glyphicon-folder-close {
	background-image: url(../images/icon-folder.svg);
	width: 22px;
	height: 17px;
}
.tx-filemanager .glyphicon.glyphicon-file {
	background-image: url(../images/icon-file.svg);
	width: 15px;
	height: 20px;
}
.tx-filemanager .table-files th, .tx-filemanager .table-files th a {font-family: 'OpenSans-SemiBold'; font-weight: normal;}
.tx-filemanager .item-list td:first-child {}
.tx-filemanager .table-files td:last-child a {color: #aaaaaa; text-decoration: underline;}
.tx-filemanager .table-files .selected {
	background-color: transparent;
}
.tx-filemanager .table-files .selected td, .tx-filemanager .table-files .selected td a {color: #36ABD1;}
.tx-filemanager .table-files .selected td:last-child a {color: #aaaaaa;}

.user-info-header {margin-top: -16px;}
.user-info-header span {display: block; margin-top: 8px;}

.print-textarea,
.print-signature, .print-input, .print-footer {
	display: none;
}
.print-signature .value {
	max-width: 100%;
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #d6d6d6;
	float: left;
}
.print-signature .label {margin-right: 10px; float: left;}

.print-table {margin: 0;}
.print-table td.print-table-td {padding: 0;}

#form-F2 .qs-pages:first-child .qs-type-textarea {display: block; margin-bottom: 100px;}
#form-F2 .qs-pages:first-child .qs-type-textarea:before {
	content: '';
	display: block;
	background-image: url(../images/Diagramm-F2.svg);
	background-repeat: no-repeat;
	height: 480px;
	width: 100%;
}
#form-F2 .qs-pages:first-child .qs-type-textarea .label {width: 500px; max-width: 41%; margin-top: -136px; padding-left: 15px; position: relative; z-index: 2;white-space: break-spaces;}
#form-F2 .qs-pages:first-child .qs-type-textarea .value:before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 50px);
	height: -webkit-calc(100% + 50px);
	border: 1px solid #90d0e5;
	position: absolute;
	background-color: #ffffff;
	left: 0;
	top: -50px;
}
#form-F2 .qs-pages:first-child .qs-type-textarea .value textarea {border: none; position: relative; min-height: 200px;}
#form-F2 .qs-pages:first-child .qs-type-textarea .value { width: 500px; max-width: 41%; padding-left: 15px; padding-right: 15px;}

#form-F5_1 .spl-table td:nth-child(2) {
	min-width: 335px;
}

#form-signature{
    margin-top: 100px;
    padding-top: 2px;
    width: 600px;
    border-top: 1px solid #000;
    padding-bottom: 20px;
}

.confirm-dialog {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 999;
    display: none;
}
.confirm-dialog-inner {
    width: 750px;
    padding: 60px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.confirm-dialog .cd-header{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    
}
.confirm-dialog .cd-text {
    
}
.confirm-dialog .cd-buttons {
    margin-top: 40px;
    text-align: right;
}
.confirm-dialog .cd-button{
    color: #fff;
    padding: 20px;
    background-color: #90D0E5;
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 40px;
    cursor: pointer;
} 


.map-outer {
	position: relative;
}
.map-bg-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-image: url(../images/mapblurry.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	display: none;
}
.map-bg-wrap .mapsbutwrap {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	margin: 0;
	width: 90%;
	text-align: center;
	font-size: 14px;
}
.map-bg-wrap .mapsbutwrap a {
	text-decoration: underline;
}
.mapsbutton{
	cursor: pointer;
	background-color: #45819c;
	color: #FFF;
	padding: 5px 15px;
	display: inline-block;
}