body{
	background-color: #ECECEC;
	background: white;
	/* background: url('/assets/images/bg-web-opsi3.png') no-repeat center center fixed; */
	background-size: inherit;
	-webkit-background-size: cover;
	-o-background-size:cover;
	-moz-background-size: cover;
	margin: 0px;
	padding: 0px;
	background-position: 100% 100% ;
}


.wrapper-new {
	width: 80%;
	margin: 0 auto;
}

.row-item {
	box-sizing: border-box;
	margin-bottom: 14px;
}

.profile-row-new {
	background-color: white;
	padding: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
	box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
}

.request-row-new {
	background-color: #DCDCDC;
	padding: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
	box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
}

.dashboard-item {
	padding: 8px;
	margin-top: 6px;
	border-left: .25rem solid #00BFFF!important;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
	box-shadow: 0px 0px 7px 0px rgba(199, 191, 199, 1);
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important;
}

.col-modif {
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.my-btn {
	margin-left: 14px;
	width: 90%;
	margin-bottom: 12px;
}

.form-margin {
	margin-top: 8px;
}

.inputGroup {
	background-color: #fff;
	display: block;
	position: relative;
}
.inputGroup label {
	padding: 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
}
.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #5562eb;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 32px;
	height: 32px;
	content: '';
	border: 2px solid #d1d7dc;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
	color: #fff;
}
.inputGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.inputGroup input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
}
.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.company-unit-wrapper{
	width: 42%;
	margin-bottom: 16px;
	border: 1px solid grey;
	border-radius: 9px;
	overflow: hidden
}

.sidenav {
	height: 100%;
	width: 160px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 20px;
}

.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
}

.mail-item {
	display: flex;
	align-items: center;
	height: 42px;
	border-bottom: 1px solid lightgrey;
}

.mail-item:hover {
	border-bottom: 2px solid grey;
	border-top: 1px solid lightgrey;
	cursor: pointer;
}

.email-content {
	padding: 24px;
}

.back-button-email {
	cursor: pointer;
}

.email-button {
	background: none;
	border: 1px solid lightgrey;
	padding: 4px 12px;
	width: 100px;
	text-align: center;
	border-radius: 3px;
}

.email-button:hover{
	cursor: pointer;
	background: lightgrey;
}

.mce-notification-inner {display:none!important;}
.mce-notification.mce-has-close {display: none!important;}

#new-email:hover {
	cursor: pointer;
	opacity: .6;
}
#back-button-email:hover {
	cursor: pointer;
	opacity: .6;
}

.mce-branding-powered-by {
	display: none;
}

select[readonly]{
	pointer-events: none;
}

a{
	color: #39B597;
}

div.top{
	background-color: #39B597;    
}

nav.navbar ul li{
	color: #FFFFFF;
}

/* Slide our assessment */
#slider {
	position: relative;
	width: 50%;
	height: 30vw;
	margin: 10px auto;
	margin-bottom: 80px;
	font-family: 'Helvetica Neue', sans-serif;
	perspective: 1400px;
	transform-style: preserve-3d;
}

input[type=radio] {
	position: relative;
	top: 108%;
	/* left: 50%; */
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	opacity: 0.4;
	/* transform: translateX(-83px); */
	cursor: pointer;
}


input[type=radio]:nth-child(5) {
	margin-right: 0px;
}

input[type=radio]:checked {
	opacity: 1;
}

#slider label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: white;
	font-size: 70px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 400ms ease;
	background-size: 100%;
}

#slide1 {
	background-image: url('../images/our-assesment/1.png');
	background-size: 100%;
}

#slide2 {
	background-image: url('../images/our-assesment/2.png');
	background-size: 100%;
}

#slide3 {
	background-image: url('../images/our-assesment/3.png');
	background-size: 100%;
}

#slide4 {
	background-image: url('../images/our-assesment/4.png');
	background-size: 100%;
}

#slide5 {
	background-image: url('../images/our-assesment/5.png');
	background-size: 100%;
}

#slide6 {
	background-image: url('../images/our-assesment/6.png');
	background-size: 100%;
}

#slide7 {
	background-image: url('../images/our-assesment/7.png');
	background-size: 100%;
}


/* Slider Functionality */

/* Active Slide */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#s6:checked~#slide6,
#s7:checked~#slide7 {
	transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide6,
#s6:checked~#slide7,
#s7:checked~#slide1 {
	transform: translate3d(15%, 0, -100px);
}


/* Next to Next Slide */
#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide6,
#s5:checked~#slide7,
#s6:checked~#slide1,
#s7:checked~#slide2 {
	transform: translate3d(30%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide6,
#s4:checked~#slide7,
#s5:checked~#slide1,
#s6:checked~#slide2,
#s7:checked~#slide3 {
	transform: translate3d(-30%, 0, -250px);
}

/* Previous Slide */
#s1:checked~#slide5,
#s2:checked~#slide6,
#s3:checked~#slide7,
#s4:checked~#slide1,
#s5:checked~#slide2,
#s6:checked~#slide3,
#s7:checked~#slide4 {
	transform: translate3d(-15%, 0, -100px);
}

/* Previous Slide */
#s1:checked~#slide6,
#s2:checked~#slide7,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#s6:checked~#slide4,
#s7:checked~#slide5 {
	transform: translate3d(-15%, 0, -100px);
}

/* Previous Slide */
#s1:checked~#slide7,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#s6:checked~#slide5,
#s7:checked~#slide6 {
	transform: translate3d(-15%, 0, -100px);
}


.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.blog .carousel-indicators .active {
	background: #707070;
}

.alertify .ajs-body .ajs-content,
.alertify-notifier .ajs-message {
	text-align: left;
	white-space: pre-line;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent;
	border-color: transparent;
}

@media (min-width: 576px) {
	.carousel-item {
			margin-right: 0;
	}
	/* show 2 items */
	.carousel-inner .active + .carousel-item {
			display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
			transition: none;
	}
	.carousel-inner .carousel-item-next {
			position: relative;
			transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
			position: relative;
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
	}
	/* farthest right hidden item must be also positioned for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			display: block;
			visibility: visible;
	}
	/* right or prev direction */
	.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
			position: relative;
			transform: translate3d(100%, 0, 0);
			visibility: visible;
			display: block;
			visibility: visible;
	}
}

@media screen and (max-width: 576px) {
    #site-navs a{
        color: #1f1f1f;
    }
	div.top{
		background-color: #39B597; 
		background-size: auto; 
		background-repeat: no-repeat; 
		padding-bottom: 5%;
	}
	.color-hcc{
		color: #ffffff
	}
	div.content-growth{
		width: 320px;
		height: 49px;
																
		background: #FFFFFF;        
																
		/* clr-hcc */
		text-align: center;
		padding: 8px 0;
	}
	
	div.content-growth p{
		color: #39B597; 
		font-family: sans-serif;
								
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
	}
	
	div.bring p{
		color: #FFFFFF; font-family: sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		padding-top: 3px;
	}
	
	
	div.content-story{
		width: 417px;
		height: 76px;
		left: 12px;
		top: 308px;
												
		font-family: sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
												
		color: #FFFFFF;
	}
	
	div.trial{
		width: 185px;
		height: 50px;
									
										
		/* yl */
		background: #F8D645;
		border-radius: 50px;
		margin-top: 15%;
		margin-left: 28%;
		text-align: center;
	}
	
	div.trial a p{
		color: #FFFFFF; font-family: sans-serif;
		font-weight: bold;
		font-size: 20px;
		font-weight: bold;
		padding-top: 10px;
	}
}


@media (min-width: 768px) {

	#site-navs a{
		color: #39B597;
	}
	/* show 3 items */
	.carousel-inner .active,
	.carousel-inner .active + .carousel-item,
	.carousel-inner .active + .carousel-item + .carousel-item,
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
		display: block;
	}
	
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
		transition: none;
	}
	
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	
	.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	
	/* left or forward direction */
	.active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	/* farthest right hidden item must be abso position for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	
	/* right or prev direction */
	.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}

}

@media (min-width: 991px) {
	/* show 4th item */
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
			display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
			transition: none;
	}
	/* Show 5th slide on lg if col-lg-3 */
	.carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
			position: absolute;
			top: 0;
			right: -25%;  /*change this with javascript in the future*/
			z-index: -1;
			display: block;
			visibility: visible;
	}
	/* left or forward direction */
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
			position: relative;
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
	}
	/* right or prev direction //t - previous slide direction last item animation fix */
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
			position: relative;
			transform: translate3d(100%, 0, 0);
			visibility: visible;
			display: block;
			visibility: visible;
	}
	
	div.top{
    background-image: url('../images/ld-hcc.png'); 
    background-size: auto; 
    background-repeat: no-repeat; 
		background-position: 45% 0;
    padding-bottom: 5%;
	}
	div.contact{
    width: 88px;
    height: 27px;
                               
    background: #39B597;                          
                                
    /* clr-hcc */
    border-radius: 50px; 
    text-align: center;
	}

	div.sign-in{
		width: 88px;
		height: 27px;
	
		background: #FFFFFF;
		
		/* clr-hcc */
		border: 1px solid #39B597;
		border-radius: 50px; 
		text-align: center;
	}
	.color-hcc{
    color: #39B597
	}
	div.content-growth{
		width: 350px;
		height: 62px;
															
		background: #FFFFFF;        
																
		/* clr-hcc */
		text-align: center;
		padding: 8px 0;
	}

	div.content-growth p{
		color: #39B597; 
		font-family: sans-serif;
								
		font-style: normal;
		font-weight: bold;
		font-size: 32px;
	}

	div.bring p{
		color: #FFFFFF; font-family: sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 32px;
		padding-top: 3px;
	}


	div.content-story{
		width: 447px;
		height: 76px;
		left: 12px;
		top: 308px;
												
		font-family: sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
												
		color: #FFFFFF;
	}

	div.trial{
		width: 217px;
		height: 77px;
									
										
		/* yl */
		background: #F8D645;
		border-radius: 50px;
		margin-top: 10%;
		margin-left: 9%;
		text-align: center;
	}

	div.trial a p{
		color: #FFFFFF; font-family: sans-serif;
		font-weight: bold;
		font-size: 25px;
		font-weight: bold;
		padding-top: 19px;
	}
}

@media (min-width: 1250px) {
	#site-navs a{
		color: #fff;
	}
	div.top{
    background-image: url('../images/ld-hcc.png'); 
    background-size: 55%; 
    background-repeat: no-repeat; 
		background-position: 30% 0;
    padding-bottom: 5%;
	}

}
@media (min-width: 1440px) {
	#site-navs a{
		color: #39B597;
	}
	div.top{
    background-image: url('../images/ld-hcc.png'); 
    background-size: 80%; 
    background-repeat: no-repeat; 
		background-position: 20% 0;
    padding-bottom: 5%;
	}

}
@media (min-width: 2560px) {
	#site-navs a{
		color: #fff;
	}
	div.top{
    background-image: url('../images/ld-hcc.png'); 
    background-size: 50%; 
    background-repeat: no-repeat; 
		background-position: 33% 0;
    padding-bottom: 5%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}


.alertify .ajs-dimmer{ opacity: .9;}