body {
	background-color: #ecf0f5;
}

body.single {
	/* background-color: white; */
}

.skin-blue .main-header .navbar,
.skin-blue .main-header .logo {
	background-color: #17479e;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .logo:hover {
	background-color: #0e2a5d;
}

.single .site-content {
	background-color: #ecf0f5;
}

.fw100 {
	font-weight: 100;
}

.fw300 {
	font-weight: 300;
}

.fw400 {
	font-weight: 400;
}

thead th {
	text-align: center;
	vertical-align: middle
}

ol,
ul {
	margin-left: 0
}

.pace .pace-progress {
	background: #3c8dbc
}

.pace .pace-activity {
	display: block;
	border-top-color: #3c8dbc;
	border-left-color: #3c8dbc
}

.site-main {
	padding: 20px 0 20px;
}

.site-content {
	/* padding: 20px 0 20px; */
}

.container {
	position: relative;
	/* padding: 0; */
	/* min-width: 970px */
	/* min-width: 1170px */
}

.hide-label .acf-label {
	display: none !important;
}

.f-r {
	color: red;
}

.f-g {
	color: #4CAF50
}

.req-r {
	color: red;
	font-size: 0.8em
}

.pad-r {
	padding-right: 0
}

.pad-r-5 {
	padding-right: 5px
}

.pad-l {
	padding-left: 0
}

.pad-l-5 {
	padding-left: 5px
}

.mar-t {
	margin-top: 0
}

.mar-t-5 {
	margin-top: 5px
}

.mar-t-10 {
	margin-top: 10px
}

.mar-b {
	margin-bottom: 0;
}

.mar-b-5 {
	margin-bottom: 5px;
}

.mar-b-10 {
	margin-bottom: 10px;
}

.mar-l-10 {
	margin-left: 10px;
}

.dpnone {
	display: none;
}

.pointer {
	cursor: pointer;
}

.modal.fade .modal-dialog {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.modal.fade.in .modal-dialog {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

/***********************  404  *************************/
.error-page h3 {
	margin-top: 35px
}

@media (max-width: 767px) {
	.error-page {
		text-align: center
	}

	.error-page h3 {
		margin-top: 0
	}
}

.login-box-body {
	box-shadow: 0 0 20px 5px #ccc;
}

/***********************  NAVBAR  *************************/
.main-sidebar .divider {
	border-top: 1px solid #4d7282;
	margin: 8px auto;
	width: 90%;
}

.navbar-brand {
	padding: 10px;
}

.navbar-brand img {
	height: 25px;
	margin-top: 3px;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: #ddd
}

.navbar-toggle {
	margin-top: 3px
}

.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover {
	background-color: #777
}

/***********************  Select2  *************************/
.input-sm {
	height: 28px !important;
}

.input-group-sm>.form-control {
	border-radius: 0
}

.select2 {
	width: 100% !important
}

.site-content .select2-container--default .select2-selection--single,
.site-content .select2-selection .select2-selection--single,
.site-content .select2-container--default .select2-selection--multiple,
.site-content .select2-selection .select2-selection--multiple {
	border-radius: 0;
	padding: 4px 3px 3px 10px;
	height: 28px;
	border: 1px solid #d2d6de !important;
}

.site-content .select2-container--default .select2-selection--multiple,
.site-content .select2-selection .select2-selection--multiple {
	height: auto;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
	top: -1px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	right: 15px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #3c8dbc !important;
	border-color: #367fa9 !important;
	padding: 1px 10px !important;
	color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff !important;
}

/*********************** Dropdown Submenu **********************/
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a {
	background-color: white;
}

.topnone {
	border-top: none
}

.textarea-noresize {
	resize: none
}

.modal-header .modal-title {
	clear: none
}

.bs-wizard {
	padding: 50px 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #777;
	font-size: 14px;
	margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fbe8aa;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #fbbd19;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
	background-color: white;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: white;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

@media only screen and (min-width: 998px) {
	.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
		color: #777;
		font-size: 16px;
		margin-bottom: 5px;
	}
}

.table-responsive {
	overflow-x: inherit !important;
}

.boxshadow {
	position: relative;
	-webkit-box-shadow: 9px 9px 25px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 9px 9px 25px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 9px 9px 25px 0px rgba(0, 0, 0, 0.75);
}

.overlay {
	display: none;
}

.btn-back {
	background-color: #ef6e6c;
	color: white !important;
	border-radius: 20px;
	padding: 1px 10px;
}

.backward {
	margin-bottom: 15px;
}

.backward a {
	color: white;
}

.backward div {
	display: inline-block;
	min-width: 100px;
	padding: 5px 20px 5px 10px;
	border-radius: 20px;
	background-color: #0085ba;
	text-align: center;
	transition: .3s all
}

.backward a i {
	padding-right: 10px;
}

.backward a:hover div {
	background-color: #006d98;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select {
	border: 1px solid #d2d6de !important;
}

.acf-form-submit {
	text-align: right;
	padding: 0 12px;
}

.site-content .button-primary {
	background-color: #3c8dbc;
	border-color: #367fa9;
	color: white;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.question-item {
	padding: 15px;
	background-color: #eee;
	margin-bottom: 10px;
}

/*******************/
.wrapper-dashboard {
	width: 100%;
	/* height:20px; */
	/* background-color:red; */
	position: relative;
}

/*******************/
.delquizfilez {
	position: relative;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
	transition: .3s
}

.delquizfiletg {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	padding-top: 5px;
	background-color: red;
	color: white;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}

/*******************/
.delgalfilez {
	position: relative;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
	transition: .3s
}

.delgalfiletg {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	padding-top: 5px;
	background-color: red;
	color: white;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}

/**************************/
.file_att-rp-it-show {
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.campn4-prd-file-add-it {
	position: relative;
	width: 100%;
	padding: 15px 15px 1px;
	background-color: #eee;
	border-radius: 10px;
}

.campn4-prd-file-del {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;

}

.addlist {
	display: inline-block;
	min-width: 100px;
	padding: 5px 15px 3px;
	border-radius: 15px;
	background-color: #17479e;
	color: white;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

.event-add-air-res-it {
	position: relative;
	padding: 5px;
	border: 1px solid #ccc;
}

.event-add-air-res-it,
.event-add-air-res-it,
.event-add-air-res-it {
	margin-bottom: 5px;
}

.event-add-air-remove,
.event-add-shtsize-remove,
.event-add-shttype-remove {
	background-color: #ff4c3f !important;
	color: white;
}

.event-add-air-remove {
	width: 30px;
	height: 30px;
	padding: 5px 10px;
	line-height: 1.5;
	margin-left: auto;
}

.remove-label {
	border-bottom: 1px solid #ccc;
	padding: 7px;
	margin-left: -5px;
	margin-right: -5px;
	background-color: #eee;
	margin-top: -5px;
}

.image-preview {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover
}

.swal2-popup {
	font-size: 14px !important;
}

.swal-wide {
	width: 600px !important;
}

.loadingoverlay_element svg {
	width: 60px !important;
}

.swal2-styled.swal2-confirm {
	background-color: #0a50a0 !important;
}

.d-none {
	display: none !important;
}