/* CSS Document */

.nav-item {
	margin-left: 25px;
}

.main-container {
	margin-top: 35px;
	padding-top: 35px;
}

.footer-container {
	margin-bottom: 15px;
}

.control-nav-one {
	margin-top: 100px;
	min-height: 73.3vh;
}

.btn-submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-top30px {
	margin-top: 30px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}



/*carousel img*/
/*
.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}
*/
.form-select-mod {
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-control-mod {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div.div-field {
	margin-bottom: 10px;
}

.homepage-bg .btn-light {
    min-width: 150px;
}

header .btn-light.btn-default {
	color: white !important;
    background-color: #5f6c96 !important;
    border-radius: 18px;
}

.error-page {
    padding-top: 150px;
    min-height: 763px;
}

.badge {
	font-size: 1rem;
}

.page-item:last-child .page-link
, .page-item:first-child .page-link {
    border-radius: 0rem;
}

.lb-image {
	height: 576px !important;
	width: auto !important;
	border-radius: 0px !important;
	border: 1px #5f6c96 !important;
}

.chosen-container {
	line-height: 1.5;
}


/* SOCIAL */

div#socialShare {
	float: right;
}

div#socialShare > * {
	float: left;
	margin-right: 5px;	
}

.fb_iframe_widget {
    display: flex !important;
}
