/*
very light brown #f9f2ec
light brown #e7cbb5
brown #b1530b
light blue #84b3d7
blue #0c68b3
*/
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica_400.ttf') format('truetype');
}

html {
	font-size: 10px;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: none;
}

body {
	background: #ffffff url('../images/header-bg.jpg') 0 -30px repeat-x;
	margin: 0;
	font-family: Helvetica, sans-serif !important;
	font-size: 12px;
}

#menu {
	display: none;
}

.slicknav_menu {
	background: rgb(255, 255, 255);
}

.slicknav-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.slicknav_btn {
	background-color: transparent;
}

a.slicknav_open {
	background-color: transparent;
}

.slicknav_nav .slicknav_arrow {
	float: right;
}

.slicknav_menu .slicknav_menutxt {
	color: rgb(27, 78, 160);
	text-shadow: none;
	font-size: 16px;
	font-weight: normal;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: rgb(27, 78, 160);
	box-shadow: none;
}

.slicknav_nav li a {
	color: rgb(27, 78, 160);
	text-transform: none;
	font-size: 16px;
	padding: 5px 10px;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: rgba(204, 204, 204, 0.3);
}

.slicknav_nav .menu-item a:hover,
.slicknav_nav a span:hover {
	color: #222222;
}

.slicknav_nav input[type='submit'] {
	background: #222222;
	color: #fff;
}

.slicknav-logo-text a {
	color: #222222;
}


@media (min-width: 1000px) {
	.slicknav_menu {
		display: none;
	}

	#menu {
		display: block;
	}

}

@media (max-width: 991px) {
	.top_menu_bnr {
		background: rgba(159, 198, 239, 0.95) !important;
		padding: .3%;
	}

	.top_menu {
		display: grid;
		grid-template-columns: auto auto;
		width: 90%;
	}

	.top_menu div.first {
		text-align: left;
		padding: 3px;
	}

	.country-select .selected-flag .arrow {
		right: -4px !important;
	}
}

@media (max-width: 400px) {
	.top_menu {
		grid-template-columns: auto;
		width: 100%;
	}

	.top_menu div.first {
		text-align: center;
		padding: 3px;
	}
}

.slicknav-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 787px) {
	.container.menu_container {
		max-width: 100% !important;
	}
}

input {
	padding: 2px;
	border: 1px solid #cccccc;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea {
	resize: none;
	border: 1px solid #cccccc;
	padding: 2px;
}

.mandatory {
	color: red;
	font-size: 11px;
	margin-left: 4px;
}

.error {
	font-size: 11px;
	margin-left: 4px;
	border: 1px solid red;
}

#wrapper {
	margin: 0 auto;
	width: 986px;
	height: auto;
	min-height: 520px;
}

.button {
	display: inline-block;
	margin-top: 6px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 7px 12px;
	font-size: 13px;
	line-height: 1.42857;
	-moz-user-select: none;
	color: #FFF;
	background-color: #0B68B2;
	float: right;
	border-radius: 6px;
}


.logo {
	float: right;
	margin-right: 275px;
	margin-top: 40px;
}

.selected {
	background-color: #449DE6;
}

.highlight:hover {
	background-color: #99CCFF;
}

.zone_footer {
	border-top: 3px solid #dedede;
	background: none repeat scroll 0% 0% #F9F9F9;
	margin-top: 10px;
	/* width: 100%;
	bottom: 0;
    position: fixed; */
}

.center {
	width: 30%;
	margin: 7px auto;
	text-align: left;
	float: left;
}

.slogan {
	color: #0B68B2;
	float: right;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 10px;
	width: 65%;
	text-align: right;
}

#footer_bottom .slogan {
	color: #0B68B2;
	float: right;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 10px;
	width: 65%;
	text-align: right;
}

#footer_bottom {
	padding: 5px 5px 10px 5px;
	height: 40px;
	font-size: 11px;
	color: #aaaaaa;

}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.ui-widget-header {
	border: 1px solid #006EB7 !important;
	background: #006EB7 !important;
	color: #ffffff !important;
}

.ui-widget-content {
	border: 2px solid #cce2f1;
	padding: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	color: #ffffff;
}

input.input {
	width: 300px;
	height: 34px;
	line-height: 24px;
	padding: 4px 6px;
	background: #ffffff;
	border: 1px solid #84b3d7;
	margin: 5px 20px;
	font-size: 15px;
}

input {
	padding: 2px;
	border: 1px solid #cccccc;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

.auth-head-txt-blk {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.auth-head-txt-in {
	/* width: 140px; */
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/* border-bottom: 4px solid; */
	justify-content: center;
}

.ulLineMain {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.ulLine {
	border-bottom: 3px solid #000000;
	justify-content: center;
	width: 80px;
	margin-bottom: 50px;
}

.login-submit {
	background: #ff682d !important;
	padding: 5px !important;
	color: #fff !important;
	border-radius: 5px !important;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.p-8 {
	padding: 8px !important;
}

.navbar {
	margin-bottom: 0;
}

.flag-icon {
	line-height: 2em !important;
}

select[aria-controls="tablepagination"] {
	width: auto;
}

a {
	text-decoration: none;
}

.fs-12 {
	font-size: 12px !important;
}

.slicknav_nav {
	line-height: 1.7;
}

.search_icon_ele i {
	font-size: 25px !important;
}

.faSearch i:hover {
	color: rgba(255, 255, 255, 0.75);
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none !important;
}