/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}*/

/*.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}*/

/*button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

.form-register {
	background-color: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}*/

.login-or {
	position: relative;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.span-or {
	display: block;
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: -25px;
	background-color: #fff;
	width: 50px;
	text-align: center;
}

.hr-or {
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.card-register {
	max-width: 25rem;
}

.CarrersItem {
	display: grid;
	grid-template-columns: 50px auto;
	grid-gap: 25px;
	margin-top: 0px;
	background-color: #fff;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	padding: 8px;
	text-decoration: none !important;
	color: #3a3c3f;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.CarrersItem-badge img {
	width: 60px;
	height: 60px;
}

.CarrersItem-elements h5 {
	font-weight: bold;
	text-transform: capitalize;
}

.avatar-small {
	width: 30px;
	height: 30px;
}

.avatar-porfile {
	width: 260px;
	height: 260px;
}

.gallery {
	width: 100%;
	margin: 18px 0;
}

.gallery-columns {
	width: 100%;
	text-align: center;
}

.gallery-item {
	margin-top: 15px;
}

.gallery-item img {
	width: 100%;
	margin-bottom: 5px;
}

.gallery-item p {
	font-size: 1.5rem;
}

.gallery-item-image {
	cursor: pointer;
	cursor: hand;
}

.gallery-item-1 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.gallery-item-2 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.gallery-item-4 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #616161;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox-head {
	padding-right: 18px;
	text-align: right;
}

.lightbox-head-close {
	color: #F44336;
	font-size: 2em;
}

.lightbox-head-close:hover {
	color: #B71C1C !important;
}

.lightbox-container {
	height: 90%;
	width: 100%;
	display: table;
}

.lightbox-container-image {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.lightbox-container-image img {
	width: 100%;
}

.lightbox-detail {
	height: 10%;
}

.lightbox-detail label {
	color: white;
	font-size: 1.2em;
}

.link-blog {
	color: #263238;
	text-decoration: none !important;  
}

.link-blog:hover {
  color: #455a64;
  text-decoration: underline !important;
}

.image {
	width: 100% !important;
	height: auto !important;
	text-align: center;
}
.image img {
	width: 100% !important;
	height: auto !important;
	text-align: center;
}

section img {
	cursor: pointer;
}

@media ( min-width : 576px) {
	.image img {
		width: 100% !important;
		height: auto !important;
		text-align: center;
	}
	.CarrersList-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 16px;
	}
	.gallery {
		display: inline-block;
	}
	.gallery-item-1 {
		max-width: 350px;
		padding: 0;
	}
	.gallery-item-2 {
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery-item-4 {
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media ( min-width : 768px) {
	.image img {
		width: 80% !important;
		height: auto !important;
		text-align: center;
	}
	.CarrersList-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1rem;
		grid-row-gap: 16px;
	}
	.lightbox-container-image img {
		width: 90%;
		cursor: pointer;
	}
}

@media ( min-width : 992px) {
	.image img {
		width: 70% !important;
		height: auto !important;
		text-align: center;
	}
	.gallery-item-2 {
		margin-left: 0;
		margin-right: 0;
		width: 50%;
		float: left;
	}
	.gallery-item-4 {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		float: left;
		height: 200px;
	}
}

@media ( min-width : 1200px) {
	.image img {
		width: 50% !important;
		height: auto !important;
		text-align: center;
	}
}

/*.tab-1 {
	margin-left: 0%;
}
.tab-2 {
	margin-left: 2%;
}
.tab-3 {
	margin-left: 4%;
}
.tab-4 {
	margin-left: 6%;
}
.tab-5 {
	margin-left: 8%;
}
.tab-6 {
	margin-left: 10%;
}
.tab-7 {
	margin-left: 12%;
}*/

#loadingMainContent {
	position: fixed;
	display: none;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
}