/***** ALTERNATIVE REGISTRATION - AUTHORIZATION *****/
.font-size-12 { font-size: 12px }
.font-size-14 { font-size: 14px }
.font-size-16 { font-size: 16px }
.font-size-18 { font-size: 18px }
.font-size-22 { font-size: 22px }
.font-size-22-small-gap { font-size: 22px; line-height: 1 }
.font-size-24 { font-size: 24px }

.font-size-bold-12 { font-size: 12px; font-weight:bold; }
.font-size-bold-14 { font-size: 12px; font-weight:bold; }
.font-size-bold-16 { font-size: 16px; font-weight:bold; }
.font-size-bold-18 { font-size: 18px; font-weight:bold; }
.font-size-bold-22 { font-size: 22px; font-weight:bold; }
.font-size-bold-22-small-gap { font-size: 22px; line-height: 1; font-weight:bold; }
.font-size-bold-24 { font-size: 24px; font-weight:bold; }


.reg-auth-content {
	width: 748px;
	padding: 70px 55px;
}
.reg-auth-content select.form-control {
	height: 34px;
}
.reg-auth-content .action-btns-container {
	padding-top: 20px;
	text-align: right;
}
.reg-auth-content .hr-container {
	padding: 0px 15px;
}
.reg-auth-content .progress-container {
	margin-top: 41px;
    margin-left: 12px;
}
.reg-auth-content .progress-label-container {
	margin-top: 34px;
}

.registration-title {
	font-size: 18px;
    font-family: PeridotPE-Regular;
}

/**
old values for promo-cosmoteid below
top: 28px;
right: -118px;
**/
@media (max-width: 480px) {

    .promo-cosmoteid {
        display: none;
    }

}
.promo-cosmoteid {
	position: absolute;
    display: none;
    top: 150px;
    right: -98px;
    z-index: 2000;
    width: 248px;
    min-height: 238px;
    background-color: #0E8103;
    color: #fff;
    opacity: 1;
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    font-family:PeridotPE-Regular !important;
}
.promo-cosmoteid .close-btn {
	line-height: 11px;
	font-size: 25px;
	vertical-align: middle;
	cursor: pointer;
}
.promo-cosmoteid .cosid-logo-small {
	width: 66px;
}
.promo-cosmoteid .app a {
	width: 100%;
}
.promo-cosmoteid .app img {
	height: 31px;
}

.nav-auth-tabs {
	padding: 0;
	margin: 0;
    list-style: none;
}
.nav-auth-tabs.nav a,
.nav-auth-tabs.nav a {
	background-color: #f0f0f0;
	color: #212121;
    padding: 10px 10px 10px 57px;
    margin: 10px 0 20px;
    border-radius: 8px;
    min-height: 55px;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-auth-tabs a:hover{
    color:#00699E;
}
.nav-auth-tabs a:focus{
    color:#015782;
    border: 2px solid #015782;
}
.nav-auth-tabs a:visited{
    color:#013E5D;
}

.nav-auth-tabs a:active {
	color: #212121;
}
.nav-auth-tabs .checkmark {
	position: absolute;
    top: 10px;
    left: 10px;
    height: 35px;
    width: 37px;
    background: var(--auth-tab-btn-url) -37px 0px no-repeat;
}
.nav-auth-tabs .active .checkmark {
	background: var(--auth-tab-btn-url) 0px 0px no-repeat;
}
.auth-tab:not(.active) {
	display: none;
}

.alert.alert-custom {
	background-color: #fffeea;
    border: 1px solid #cbc9ca;
    margin: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1023px) {
	.promo-cosmoteid {
		right: -8px;
	}
}

@media (max-width: 767px) {
	.reg-auth-content {
		width: 100vw;
	}
	.reg-auth-content .progress-container,
	.reg-auth-content .progress-label-container {
		margin: 0px;
	}
	.promo-cosmoteid {
		display: none;
	}
}

/**********************************************************************************/
/***********Modified on 09-10-2019   ********/
/**********************************************************************************/
.congrats-modal .cosid-modal-dialog {
	max-width: 600px;
	width: 100%;
    margin: 10px auto;
}

.congrats-modal .cosid-modal-content {
	background-color: #ffffff;
    border-radius: 6px;
    font-family: PeridotPE-Regular, Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    padding: 20px;
}

.benefits {
    /* background-color: lavender; */
    max-width: 490px;
    margin: 0px auto;
}
.benefits p {
    /* padding: 2rem 2rem 2rem 5rem; */
    display: flex;
    align-items: center;
}
.benefits p img {
    margin-right: 1rem;
}
.benefits p span {
    padding: 1rem 0rem;
    padding: 2rem 0rem;
}
.specifically{
	font-weight:bold;
	padding-top: 8px;
    padding-bottom: 8px;
}
@media (max-width: 494px) {

	.specifically{
        padding-bottom: 0px;
    }
    div .benefits{
        padding-top:0px;
        
    }
    .benefits p{
         padding-bottom:8px;
    }
	.smallmargin{
		display:none;
	}
	.congratulations-box-nopadding {
		padding: 0rem !important;
	}
	
	
	.congratulations-header {
		background-color: #ececec;
		padding: 1rem;
		border-bottom: 1px solid #cbc9ca;
	}
	
	  .benefits {

        padding: 2rem;

    }

    .benefits p {
/*         padding: 5rem 1rem 1rem 1rem; */
/*         text-align: center; */
        flex-direction: column;
    }
 
    .benefits p img {
        margin-right: 0rem;
    }
    .benefits p span {
        padding: .5rem 0rem;
        text-align: center;
    }
	.access-apps {
/* 	    background: url("../images/access-icon.png") center 9px no-repeat; */
	}
	.login-qr {
/*         background: url("../images/qrcode-icon.png") center 9px no-repeat; */
    }

    .available-addresses {
/*         background: url("../images/available-credits-icon.png") center 9px no-repeat; */
    }

    .access-cosmote {
/*         background: url("../images/access-control-icon.png") center 9px no-repeat; */
    }
	    /***********************end-of-mods*****************************************/
	
	
	.fontweight-bold-xs {
		font-weight: bold;
	}
	.reg-auth-content .hr-container {
		padding: 0px;
	}
	.registration-title {
		font-size: 14px;
	}
}

/*** Modals ***/

/* Congrats Modal */
.congrats-modal .modal-dialog {
	max-width: 600px;
}
.congrats-modal .modal-content {
	padding: 20px;
}
.congrats-modal .congrats-title {
    color: #006d29;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}
.congrats-modal .benefits {	
	max-width: 490px;
    margin: 0px auto;
}
.congrats-modal .benefits p {
	
/* 	padding: 20px 20px 20px 50px;  */
/*     background-position-x: 8px; */
/*     margin: 0px; */
    
}
.congrats-modal .benefits hr {
	border-top: 1px solid #cbc9ca;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Carousel */
.owl-carousel.alt-carousel {
/* 	padding: 0; */
/* 	margin-bottom: 20px; */
 	position: relative;
    width: 88% !important;
    margin: auto;
}
/* added on 22-10-2019 */
.owl-stage-outer {
    /* background-color: lightcoral; */
    width: 100%;
    margin: 0px auto;
}
/* ---- */

.owl-carousel.alt-carousel .owl-item {
/* 	border-left: 1px solid #cbc9ca; */
	border-right: 2px solid #cbc9ca;
    text-align: center;
    color: #989898;
    height: 68px;
    
}
/* .owl-carousel.alt-carousel .owl-item:after { */
/* 	content: none; */
/* } */
/* .owl-carousel.alt-carousel .item { */
/* 	padding: 0; */
/*     height: auto; */
/* } */

.owl-carousel.alt-carousel .owl-item:first-of-type {
	border-left: 2px solid #cbc9ca;
}

.owl-carousel.alt-carousel .owl-item:last-of-type {
/* 	border-right: 1px solid #cbc9ca; */
}
.owl-carousel.alt-carousel .item a {
	top: auto;
    transform: none;
}
.owl-carousel.alt-carousel .item img {
	max-width: 120px;
	margin: auto;
	/* width: 100%; */
}
.owl-carousel.alt-carousel .item span {
	display: block;
	color: #989898;
}
.owl-carousel.alt-carousel .owl-nav {
	position: relative;
    top: -39px;
    margin: 0px;
}
.owl-carousel.alt-carousel .owl-nav [class*='owl-'] {
	color: inherit;
    font-size: 11px;
    margin: 0px;
    padding: 10px;
    position: absolute;
    top: auto;
}
.owl-carousel.alt-carousel .owl-nav [class*='owl-']:hover {
	color: inherit;
}
.owl-carousel.alt-carousel .owl-nav .owl-prev { left: -30px;     position: absolute;
 }
.owl-carousel.alt-carousel .owl-nav .owl-next { right: -30px;     position: absolute;
 }

.owl-carousel.alt-carousel .owl-nav .owl-prev span {
    padding: 1rem;
    font-size: 2rem;
}
.owl-carousel.alt-carousel .owl-nav .owl-next span {
    padding: 1rem;
    font-size: 2rem;
}

@media (max-width: 494px) {
	
	 .owl-carousel {
        /* outline: 1px solid orange; */
        width: 58% !important;
        margin: auto;
    }
    
	.owl-carousel.alt-carousel .item span {
/* 		display: none; */
	}
	.owl-carousel.alt-carousel .owl-nav {
		top: -29px;
	}
}

/* Service User Modal (overwrite) */
#modal-business-user.alt-modal .modal-dialog {
	top: 0px;
}


/***** ALTERNATIVE REGISTRATION - AUTHORIZATION (3rd parties) *****/
.third-party .reg-auth-content .has-passed > .form-control {
	border-color: #3d5265;
}
.third-party .reg-auth-content .has-passed > .form-control-feedback {
	color: #3d5265;
}

.third-party .promo-cosmoteid {
	background-color: #3d5265;
}
.third-party .congrats-modal .congrats-title {
	color: #3d5265;
}

.redirect_to_mycosmoteapp {
    display: flex;
    margin: 10px auto;
    padding: 0px;
    justify-content: center;
    width: auto;
    position: relative;
}