@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600&display=swap');

html {
	height: 100%;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;	
	font-size: 14px;
	color: #191919;	
	background: #f7f7f7;
	margin: 0;
	padding: 0;	
	position: relative;
	min-height: 100%;
}

a{
	text-decoration: none;
	color: #0083a6;
}

a:hover{
	text-decoration: underline;
}

h1, h2{
	margin: 0;
	padding: 0;
}

.eq{
	float: left;
}

.dr{
	float: right;
}

.both{
	clear: both;
}

form{
	padding: 0;
	margin: 0;
}

.fsep{
	margin: 10px 0;
	clear: both;
	height: 1px;
}

.fsep.sm{
	margin: 5px 0;	
}

.fsep.nsg{
	margin: 20px 0;
}

.nsg-x{
	height: 30px;
	position: relative;
	border-bottom: 3px solid #33bfa3;
	border-radius: 0 0 0 4px;
}

.nsg-x .stx{
	position: absolute;
	left: 0;
	font-weight: 600;
	background: #33bfa3;
	border-radius: 4px;
	z-index: 2;
	padding: 0 10px;
	line-height: 32px;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.28);
}

.nsg-x.mgtop{
	margin-top: 20px;
}	
	
.nsg-x.mgbot{
	margin-bottom: 20px;
}

.nsg-x .ps,
.fsep.nsg{
	background: #636363;
}

label.ftie{
	display: block;
	height: 16px;
	padding: 0 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: 700;
	
	font-size: 11px;
	line-height: 18px;	
}

label.ftie.r{
	background: url(../img/required.png) no-repeat left center;
	background-size: 8px 8px;
	padding-left: 13px;	
}

label.ftie .sxco{
	text-transform: none;
	font-weight: normal;
	color: #a5a5a5;
}

label.ftie .sxco span{
	color: #e14f00;	
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea{
	color: #222222;
	font-family: inherit;
	font-size: 13px;
	padding: 9px;
	margin: 0;
	resize: none;
	border-radius: 4px;
	background-color: #fff;	
	border: 1px solid #c8c8c8;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
	transition: border-color .15s ease-in-out;		
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
	outline: 0;
	border-color: #1591d1;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
textarea:disabled{
	background: #eee;
	color: #232323;
}

input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	margin: 0;
	border: none;
	background-color: #8f8f8f;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	padding: 0 20px;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
	border-bottom: 2px solid rgba(0, 0, 0, 0.24);
}

input[type="button"].green,
input[type="submit"].green{
	background-color: #1ab62e;
}

input[type="button"].blue,
input[type="submit"].blue{
	background-color: #189cdb;
}

input[type="button"].red,
input[type="submit"].red{
	background-color: #db7f0f;
}

input[type="button"]:disabled,
input[type="submit"]:disabled{
	opacity: 0.5;
	cursor: default;	
}

.bbuttons{
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	margin-top: 20px;
}

.bbuttons.center{
	text-align: center;
}

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

.bbuttons.center input{
	margin: 0 4px;	
}

.bbuttons.right input{
	margin: 0 0 0 8px;	
}

.bbuttons.right .eq input{
	margin: 0 8px 0 0;
}

.bbuttons.nbr{
	padding-top: 0;
	border-top: none;
}

.select2-container{
	color: #222222;
}

.select2-container--default .select2-selection--single,
.select2-dropdown{
	border: 1px solid #c8c8c8;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
	transition: border-color .15s ease-in-out;	
}

.select2-container--default.select2-container--open .select2-selection--single{
	border-bottom: 1px solid #d0d0d0;
}

.select2-container .select2-selection--single{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}

.select2-search--dropdown{
	padding: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	border-color: #d0d0d0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
	border-color: #5897fb;
}

.select2-search--dropdown .select2-search__field{
	outline: none;
    padding: 6px 6px 6px 25px;
    background: url(/public/img/search.png) no-repeat 5px center;
}

.select2-results__options{
	padding-bottom: 7px;
}

.select2-results__option{
	margin: 0 7px 0 7px;
	border-radius: 4px;
	font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	background: url(/public/img/ar.png) no-repeat left 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}

.select2-container--open .select2-dropdown--below{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.select2-container--open .select2-dropdown--above{
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15);
}

.cbox{
	height: 30px;
}

.cbox.see{
	margin-left: -5px;	
}

.cbox .ftie{
	display: block;
	float: left;
	height: 30px;
	line-height: 32px;
	margin: 0 24px 0 0;
}

.mgtop-10{ margin-top: 10px; }
.mgtop-20{ margin-top: 20px; }
.mgs-10{ margin-left: 10px; }
.mgs-20{ margin-left: 20px; }
.mgd-10{ margin-right: 10px; }
.mgd-20{ margin-right: 20px; }


.inpside-box .xtex{
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	border: 1px solid #c8c8c8;
	color: #7a7a7a;
	background: #f8f8f8;
}

.inpside-box.sle input{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.inpside-box.sle .xtex{
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.inpside-box.sri input{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
}

.inpside-box.sri .xtex{
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}

.infobox{
	
}

/****************************************************************************************************************************************/

#ajax-indicator{
	position: fixed;
	width: 160px;
	height: 100px;
	background: rgba(0, 0, 0, 0.90);
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: -80px;
	color: #fff;
	display: none;
	z-index: 1100;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
	border-radius: 10px;
}

#ajax-indicator .inner{
	width: 100%;
	height: 100%;
	position: relative;
}

#ajax-indicator .text{
	position: absolute;
	text-align: center;
	height: 20px;
	line-height: 20px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	user-select: none;
	-webkit-user-select: none;
	font-size: 13px;
}

@keyframes ajax-ids-sni{
	0% { transform: translate(-50%,-50%) rotate(0deg); }
	100% { transform: translate(-50%,-50%) rotate(360deg); }
}

#ajax-indicator .ajax-idc-sinx div{
	position: absolute;
	width: 60px;
	height: 60px;
	border: 10px solid #5be1ce;
	border-top-color: transparent;
	border-radius: 50%;
}

#ajax-indicator .ajax-idc-sinx div{
	animation: ajax-ids-sni 0.6s linear infinite;
	top: 50px;
	left: 50px
}

#ajax-indicator .ajax-idc-ouxs{
	position: absolute;
	left: 50%;
	top: 15px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	display: inline-block;
	overflow: hidden;
	background: none;
}

#ajax-indicator .ajax-idc-sinx{
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(0.51);
	backface-visibility: hidden;
	transform-origin: 0 0;
}

#ajax-indicator .ajax-idc-sinx div{
	box-sizing: content-box;
}