@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color:#333;
	font-size:16px;
	font-weight:300;
	/*padding-top:80px;*/
	padding-bottom:70px;
	overflow-x: hidden;
	height: 100%;
}

body:after {
	content: "";
	/*background: url(../images/top/secondary_logo.png) no-repeat 0 0;*/
	/*background-size: contain;*/
	width: 120px;
	min-height: 30px;
	position: fixed;
	top: 10px;
	right: 0px;
	z-index: 1500;
}

h1 {
	color: #427DB1;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

h2, .h2 {
	color:#3779AE;
	font-size:27px;
	font-weight:bold;
	margin:17px 0 10px 0 !important;
}

.note-psw{
	text-align: start;
	font-size: small;
}

form .ng-invalid.ng-invalid-cf-verify {
	border-color: #ec3f41
}

.text-bold {
	font-weight:bold;
}

.btn {
	border-radius:0;
	box-shadow:none;
	padding:12px 20px;
	border:none;
	border-radius:5px;
	background-image: none;
	outline: none !important;
}
.btn-primary {
	background:#0072ce;
}
.btn-default {
	background:#CCC;
}
.btn-default:hover,
.btn-default:focus {
	background:#DDD;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
	background:#f7aa57;
}

.btn.btn-primary.btn-download {
    background-image: url(../images/top/download16.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    margin-left: 10px;
}

.btn.btn-primary.btn-download:hover {
    background-position: center;
}

.accordion-content .btn {
	padding:5px 10px;

}

.modal-footer .btn {
	padding:10px 15px;
	font-size:18px;
}

.margin-left-40 {
	margin-left:0;
	margin-top:20px;
}

.alert {
	border:none;
	border-radius:0;
	margin:10px 0;
}

.alert-success {
	background:#4CAF50;
	color:#FFF;
}
.alert-danger {
	background:#F44336;
	color:#FFF;
}

/* NAVBAR */
.navbar {
	height:55px;
}
.navbar-inverse {
	background:#0072ce;
	/*border-bottom:1px solid #EEE;*/
}
#header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 80px;
	height: 54px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/infocert-white.svg);
	background-size: 80px;
	top: 6px;
}
#header #logo img {
	display: none;
}

/* SIDEBAR */
.sidebar {
	background:#FFFFFF !important;
	background-color:#FFFFFF !important;
	border-right:none;
	/*padding-top:0;*/
	/*top:80px;*/
}
.nav-sidebar {
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -15px;
}
.tabs .tabs-index {
	padding-right:15px;
	font-size: 3.5em;
	font-weight: bolder;
	color: #A3A5A9;
}
.tabs .tabs-index~span {
	color: #A3A5A9;
}
.tabs .selected .tabs-index,
.tabs .selected .tabs-index~span{
	color: #FFFFFF;
}
/*ul.nav.nav-sidebar.tabs.subtabs {*/
	/*list-style-type: none;*/
	/*overflow: hidden;*/
/*}*/
.tabs li {
	margin-left:0;
	margin-bottom:0;
	box-shadow:none;
	width: 100%;
	padding: 0;
	background-color: #FAFAFA;
	/*border-bottom: 1px solid #194469;*/
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight:bold;
}
.tabs li a,
.tabs li a:hover,
.tabs li a:focus,
.tabs li:hover a {
	background:#FAFAFA;
	color:#FFF;
	padding:0 10px;
	outline: none !important;
}
.tabs > li.disabled > a,
.tabs > li.disabled > a:hover {
	color:#67849C;
}
.tabs li.selected {
	border-left:0;
	color:#FFF;
	background:#0072ce;
}
.tabs li.selected a,
.tabs li.selected a:hover,
.tabs li.selected a:focus {
	color:#FFF;
	background:#0072ce;
	padding: 0 10px;
}
@media (min-width: 768px) {
	.subtabs.nav-sidebar {
		/*margin-right:0;*/
	}
}
.subtabs li {
	background:#fafafa;
	color:#4d4d4d;
	border-bottom:1px solid #DDD;
	padding:10px 15px;
	/*width: 25%;*/
	/*float: left;*/
}
.subtabs li a,
.subtabs li a:hover,
.subtabs > li.disabled > a,
.subtabs > li.disabled > a:hover {
	background:#fafafa;
	color:#4d4d4d;
	width: 100%;
	text-align: center;
}
.subtabs li.selected {
	background:#fafafa;
	border-left:6px solid #0072ce;
}
.subtabs li.selected a,
.subtabs li.selected a:hover,
.subtabs li.selected a:active{
	background:#fafafa;
	color:#0072ce;
	padding: 5px 20px;
}

/* FOOTER */
.footer {
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
}


/* FORM */
.form-control {
	height: 38px;
}
.tt-input {
	background-color: #FFFFFF !important;
}
span.input-icon {
	/* border-right: 1px solid #D2D2D2; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 20px;
	right: 25px;
	position: absolute;
	top: 12px;
	width: 20px;
	cursor: pointer;
}

/*--------------------------------------------*/
/* ACCORDION */

.container-fluid .accordion {
	width: 100%;
	margin: 0 auto 40px;
	border-left: 4px solid #147AAC;
	padding-left: 20px;
	padding-bottom: 15px;
}

.container-fluid .accordion-toggle .circle,
.container-fluid .accordion .accordion-toggle-disable .circle {
	float: left;
	position: relative;
	left: -31px;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 4px #1FA4D8;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
}

.container-fluid .accordion .vertical-line h4,
.container-fluid .accordion .vertical-line .h4 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 39px;
	height: auto;
}

.container-fluid .accordion-toggle,
.container-fluid .accordion .accordion-toggle-disable {
	border-bottom: 1px solid #cccccc;
	/*cursor: pointer;*/
	margin: 0;
	padding: 20px 0;
	position: relative;
	line-height:30px;
}

.container-fluid .accordion-box {
    padding-bottom: 20px;
}

.container-fluid .accordion-box,
.container-fluid .accordion-box-document,
.container-fluid .accordion-box-webcam {
	margin-top: 15px;
	background: #FAFAFA;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.container-fluid .accordion-box .clauseUrls {
	margin-top: 15px;
}

.container-fluid .accordion-content .row {
	padding: 10px;
	margin: 0 !important;
}

.container-fluid .accordion-content .row.row-nbm {
	padding-bottom:0;
}

.container-fluid .accordion-content .row .row {
	margin-left:-15px !important;
	margin-right:-15px !important;
}

.container-fluid .icon-accordion-open,
.container-fluid .accordion-toggle.active .icon-accordion,
.container-fluid .accordion .active.accordion-toggle-disable .icon-accordion {
	display: none;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 30px;
}

.container-fluid .accordion .accordion-title {
	color: #3779AE;
	font-weight: bold;
	font-size: 1em;
}

.container-fluid .accordion hr.accordion-sep {
	margin-top: 10px;
	margin-bottom: 0;
}

.container-fluid .icon-accordion-close,
.container-fluid .icon-accordion {
	display: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 30px;
	width: 30px;
	margin-left: 15px;
}

.icon-accordion-open,
.container-fluid .accordion-toggle.active .icon-accordion,
.container-fluid .accordion .active.accordion-toggle-disable .icon-accordion {
	background-image: url(../images/top/arrow_grey_up2x.png);
}

.icon-accordion-close,
.container-fluid .icon-accordion-close,
.container-fluid .icon-accordion {
	background-image: url(../images/top/arrow_grey_down2x.png);
}

.link-edit {
	font-size:0.8em;
	height:30px;
	line-height:30px;
}




/*----------------------------------------*/
/* WELCOME */

.welcome-summary {
	background-color: #F5F5F5;
	padding: 20px 15px;
	margin: 20px 0;
}

.welcome-summary h4,
.welcome-summary h2
{
	color: #5189B1;
	font-weight: bold;
	font-size: 16px;
}

.welcome-summary i {
	color: #5189B1;
	margin-top: 6px;
	font-size: 24px;
}

label.checkbox {
    margin-right: 0px;
	margin-left: 20px;
}

label.checkbox>input.privacy-checkbox {
	float: left;
    margin-left: 0px;
}

label.checkbox>span.privacy-checkbox-text {
	margin-left: 20px;
}

#webcamTest #localMediaStream {
	margin-left: 0px;
}

#webcamTest .webcamTestResult {
	margin-left: 0px;
}

#webcamTest .webcamTestResult .webcamTest_view {
	padding-top: 0px;
	max-width: 100%;
}

#identification_container .videowaiting {
	background:#DDD;
	color:#666;
}

#identification_container #identification_left #chat form .input-group-btn .btn {
	margin:0;
	padding:9px 40px;
}
#identification_container #identification_left #chat h4 {
	margin:0;
	min-height:auto;
	padding:0 0 15px 0;
}
#identification_container #identification_left #chat #chatHistory {
	word-break: break-all;
	height: 100px;
}

#identification_container #refresh_video #video_arrow {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
#identification_container #refresh_video #video_arrow .btn-sm {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	background: none;
	text-shadow: none;
	color: white;
	text-decoration: none;
}

#identification_container #remote_video {
	height: auto;
}
#identification_container #identification_left {
	margin: 0;
}


#identification_container #identification_left #chat form .input-group-btn .btn {
	margin:0;
	padding:9px 40px;
}
#identification_container #identification_left #chat #chatHistory {
	word-break: break-all;
}
#identification_container #identification_left #chat .chat-icon {
	display: none;
}

#identification_container #refresh_video #video_arrow {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background-color: #0072ce;
}
#identification_container #refresh_video #video_arrow .btn-sm {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	background: none;
	text-shadow: none;
	color: white;
}

#identification_container #my_video {
    display: inline-block;
    width: 100% !important;
    z-index: 100;
}

#identification_container .videowaiting-description {
	font-weight: bold;
}

/*VIDEO WAITING - PHONE ICON*/
#identification_container .phonering-alo-phone {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0px auto;
}

#identification_container .phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

#identification_container .phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

#identification_container .phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

#identification_container .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

#identification_container .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

#identification_container .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

#identification_container .phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

#identification_container .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}

#identification_container .phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

#identification_container .phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

#identification_container .phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

#identification_container .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

#identification_container .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

#identification_container .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

#identification_container .phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

#identification_container .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

#identification_container .phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

#identification_container .phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

#identification_container .phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:20px;
    left:20px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

#identification_container .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

#identification_container .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

#identification_container .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}

#identification_container .phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

#identification_container .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#0072ce;
}

#identification_container .phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

#identification_container .phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}


html {
	margin: 0;
	padding: 0px;
	height: 100%;
}


body.top-new{
	margin: 0;
	padding: 10px 0px;
	overflow: auto;
	height: 100%;
	user-select: none;
}

body.top-new #header, body.top-new footer{
	display: none;
}

body.top-new .container-fluid {
	height: 100%;
}

body.top-new .container-fluid > div:nth-child(3){
	min-height: 100%;
	height: 100%;
}

body.top-new .container-fluid .main{
	height: 100%;
}

body.top-new .container-fluid .main .tab{
	height: 100%;
}

body.top-new .container-fluid .main .tab > div{
	height: 100%;
}

body.top-new .tabs-navigator{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 8px;
	display: flex;
	justify-content: space-between;
}

body.top-new .tabs-navigator .tab-navigator{
	background-color:#edeff0;
	flex-grow: 1;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50px;
}

body.top-new .tabs-navigator .tab-navigator.activeTab{
	background-color: #31A6D8;
}

body.top-new .tabs-navigator .tab-navigator.visitedTab{
	background-color: #0B2E4F;
}

.error-wrapper{
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 999;
}

.top-new h1{
	font-size: 27px;
	color: #0B2E4F;
	font-weight: 600;
}

.top-new h2{
	color: #0B2E4F;
	font-weight: 600;
}

.top-new {
	color: #1D2D3D;
}

.top-new .btn-primary {
	background: #0072ce;
	color: #FFFFFF;
}

.top-new .page-header {
	border-bottom: 0;
}

.top-new .welcome-summary-top {
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto;
}

.top-new .welcome-summary-top .list-group{
	border: none;
	box-shadow: none;
}

.top-new .welcome-summary-top h4 {
	color: #0072ce;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.top-new .welcome-summary-top .h2-a11y-fix {
    color: #0072ce;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.top-new .welcome-top{
	min-height: 100%;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}


.no-border{
	border: none!important;
}


.top-new .document-capture, .top-new .ocr, .top-new .selfieid, .top-new .completed{
	min-height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}

.top-new .selfieid a{
	text-decoration: underline;
}

.top-new .selfieid a:hover{
	cursor: pointer;
}

.top-new .ocr .form-control[disabled], .top-new .ocr  .form-control[readonly], .top-new .ocr  fieldset[disabled] .form-control
{
	background: none;
	background-color: transparent;
	color: #777;
	text-overflow: ellipsis;
}

.ocr-field {
	border: 1px solid #496279;
	border-radius: 5px;
	height: 50px;
	display: flex;
	color: #1e2d3c;
	margin: 0;
	margin-bottom: 10px;
	font-size:12px;
	align-items: center;
	position: relative;
}

.ocr-field div {
	padding: 0px;
	padding-left:7px;
}

.input-ocr-field {
	position: relative;
    border-collapse: separate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 7px!important;
}

.input-ocr-field .input-group-addon{
	display: flex;
	align-items: center;
	justify-content: center;
}

.input-ocr-field .input-group-addon i {
	margin-right: 10px;
}

.ocr-form-error-msg{
	position: absolute;
    bottom: 0px;
    color: red;
    padding: 0px;
	z-index: 3;
	font-size: 10px;
}

.invalid-field{
	border-color: #ff0000;
}

.top-new .not-a-robot {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	min-height: 100%;
	position: relative;
}

.top-new .upload {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.top-new .upload[type=file]+label {

}

.top-new .upload-btn{
	font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: #006F98;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
	box-shadow: none;
    padding: 12px 20px;
    outline: none !important;
	background: #F4F6F9;
	border: 2px dashed #006F98;
	border-radius: 5px;
	padding: 10px;
}

.top-new .upload-btn small{
	color: #1D2D3D;
	font-weight: 100;
	padding: 0;
}

.success{
	color: #0E9A4A;
}

.top-new .display-cover{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 5% auto;
	position: relative;
}

.top-new .display-cover .controls{
	position: absolute;
    bottom: 20px;
}

.top-new .display-cover .controls .screenshot{
	border-radius: 100%;
	font-size: 50px;
    background: rgba(255,255,255,.3);
    color: white;
}

.top-new .display-cover video {
	width: 100%;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.top-new .display-cover .screenshot-image {
  border-radius: 4px;
  border: 2px solid whitesmoke;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 5px;
  left: 10px;
  background: white;
  width: 25%;
}

.uploaded-document-image {
	width: auto;
	max-width: 100%;
	max-height: 400px;
	box-shadow: 3px 3px 8px #aaa;
}

.zoomed-image {
	max-width:100%;
}

select.form-control.select-no-border.select-no-arrow{
	border: 0px;outline: none; box-shadow: none;
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}


.cursor-pointer{
	cursor: pointer;
}

@media only screen and (orientation: landscape) {
	.top-new  .to-bottom {
		position: relative;
	}

	.top-new .buttons-wrapper {
		width: auto;
		left: 0;
		text-align: right;
	}
  }

@media only screen and (orientation: portrait) {
	.top-new  .to-bottom {
		bottom: 0;
		right: 0;
		float: right;
	}

	.top-new .buttons-wrapper {
		width: auto;
		/*left: 10px;
		text-align: right;*/
	}

	.top-new .ocr .buttons-wrapper{
		width: auto;
		left: 0px;
	}

	.top-new .ocr .to-bottom{
		position: relative;
	}

	.top-new .ocr .form-wrapper{
		overflow-y: auto;
		overflow-x: hidden;
		margin-bottom: 10px;
	}
}

/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
	.top-new  .to-bottom {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.top-new .buttons-wrapper {
		width: auto;
		bottom:10px;
		right:10px;
		text-align: right;
	}
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
	.top-new  .to-bottom {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.top-new .buttons-wrapper {
		width: auto;
		bottom:10px;
		right:10px;
		text-align: right;
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}


@media only screen and (max-width: 1024px) {
	#identification_container #identification_left #chat #chatHistory {
		height:80px;
	}
	#identification_container #identification_left #chat form {
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 768px) {
	#identification_container {
		overflow: hidden;
	}


	#identification_container #identification_left #chat .chat-icon {
		display: none;
	}
	#identification_container #identification_left.show #chat #chatHistory {
		display: block;
		width: 100%;
	}
	#identification_container #identification_left.show #chat form {
		display: block;
		width:100%;
	}
	#identification_container #my_video_inner {
		width:100% !important;
	}

	#identification_container #my_video {
		margin-top:10px;
	}

}

/*******/
/* OTP */
.otpSizer {
	width: 200px;
}


/*******/
/* LOADING SPINNER */
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #cef;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
	  top: 36px;
	  left: 36px;
	  width: 0;
	  height: 0;
	  opacity: 1;
	}
	100% {
	  top: 0px;
	  left: 0px;
	  width: 72px;
	  height: 72px;
	  opacity: 0;
	}
}




@media only screen and (max-width: 1279px) {
	.tabs .tabs-index {
		padding-right:10px;
	}
	.tabs .tabs-index~span {
		font-size:1em;
	}
}


@media only screen and (max-width: 767px) {

	.btn-sm-block {
		width:100%;
		margin:5px 0;
	}

	.accordion-box .btn {
		width: 100%;
		margin: 5px 0;
	}

	ul.nav.nav-wizard {
		display: table !important;
		width: 100%;
		table-layout: fixed; /* optional */
	}
	ul.nav.nav-wizard>li {
		display: table-cell;
		width: 100%;
		float: none;
	}

	.container-fluid .icon-accordion-open, .container-fluid .accordion-toggle.active .icon-accordion, .container-fluid .accordion .active.accordion-toggle-disable .icon-accordion,
	.container-fluid .icon-accordion-close, .container-fluid .icon-accordion {
		display: none;
	}

	h4.accordion-toggle {
		font-size:14px;
	}
/*	h4.accordion-toggle > span {
		margin-left:-15px;
	}*/

	.footer {
		position: fixed;
		/* bottom: 30px; */
		bottom: 0px;
		padding: 0px;
		padding-left:10px;
	}

	.btn.btn-primary.btn-download {
		float: right;
	}


}


ul.test-list{
	list-style: none;
}

ul.test-list li{
	display: flex;
	justify-content: flex-start;
}

ul.test-list li div,
ul.test-list li .div {
    padding-right: 10px;
}

ul.completed-document-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.completed-document-wrapper li {
    list-style: none;
}

.error-warning-message{
	color: red;
}
/**===== wave1 =====*/
.wave1 {
	display: block;
	/* position: absolute; */
	top: 50%;
	left: 50%;
	height: 25px;
	width: 25px;
	/* margin: -25px 0 0 -25px; */
	border-radius: 50%;
  }

  .wave1:before, .wave1:after {
	content: '';
	border: 2px solid #ccc;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
  }

  .wave1:before {
	-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
			transform: scale(1, 1);
	opacity: 1;
	-webkit-animation: spWaveBe 0.6s infinite linear;
			animation: spWaveBe 0.6s infinite linear;
  }

  .wave1:after {
	-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
			transform: scale(0, 0);
	opacity: 0;
	-webkit-animation: spWaveAf 0.6s infinite linear;
			animation: spWaveAf 0.6s infinite linear;
  }

  @-webkit-keyframes spWaveAf {
	from {
	  -webkit-transform: scale(0.5, 0.5);
			  transform: scale(0.5, 0.5);
	  opacity: 0;
	}
	to {
	  -webkit-transform: scale(1, 1);
			  transform: scale(1, 1);
	  opacity: 1;
	}
  }
  @keyframes spWaveAf {
	from {
	  -webkit-transform: scale(0.5, 0.5);
			  transform: scale(0.5, 0.5);
	  -webkit-transform: scale(0.5, 0.5);
			  transform: scale(0.5, 0.5);
	  opacity: 0;
	}
	to {
	  -webkit-transform: scale(1, 1);
			  transform: scale(1, 1);
	  -webkit-transform: scale(1, 1);
			  transform: scale(1, 1);
	  opacity: 1;
	}
  }
  @-webkit-keyframes spWaveBe {
	from {
	  -webkit-transform: scale(1, 1);
			  transform: scale(1, 1);
	  opacity: 1;
	}
	to {
	  -webkit-transform: scale(1.5, 1.5);
			  transform: scale(1.5, 1.5);
	  opacity: 0;
	}
  }
  @keyframes spWaveBe {
	from {
	  -webkit-transform: scale(1, 1);
			  transform: scale(1, 1);
	  opacity: 1;
	}
	to {
	  -webkit-transform: scale(1.5, 1.5);
			  transform: scale(1.5, 1.5);
	  opacity: 0;
	}
  }
  /** END of wave1 */

.test-panel {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	text-align: left;
	background: white;
	box-shadow: 2px -2px 6px #888;
	padding: 10px;
    margin: auto;
}

.pos-rel{
	position: relative;
}





/* TOAST */
#toast {
	padding-top: 20px;
	padding-bottom: 10px;
    width: 0px;
    margin: auto;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;
	right:0;
    bottom: 0px;
    font-size: 12px;
    white-space: nowrap;

	opacity: 0;

	transition: width .5s, bottom .6s, opacity .1s ease-in;
}

#toast.toastShow {
	width: 90%;
	bottom: 10px;
	opacity: .9;
}


.outer {
    width:100%;
    min-height:10px;
    margin:0 auto;
	bottom: 0;
	position: relative;
	background-color: red;
}
.inner {
    width:100%;
    border:1px solid white;
    position:fixed;
}

@media (min-width: 768px) {
	#toast {
		position: absolute;
	}
}


/*******/
/* QR CODE */
.qrcode {
    height: 180px;
    width: 180px;
    float: right;
}

.new-otp-feedback{
	color: green;
	font-size: 16px;
	font-weight: bold;
}

#otp input {
    width: 9%;
    border-radius: 5px;
    border: 1px solid;
    height: 40px;
    margin: 1%;
    max-width: 60px;
}

/*Style Sandbox */

body.top-sandbox{
	color:#1D1D1B;
}

.top-sandbox h1 {
	color: #00CE7C;
}

.top-sandbox h2 {
	color:#00CE7C;
}

.top-sandbox .btn-primary {
	background:#00CE7C;
}
.top-sandbox .btn-primary:hover,
.top-sandbox .btn-primary:focus {
	background:#289467;
}

.top-sandbox .btn-primary:disabled, .top-sandbox .btn-primary[disabled] {
	background-color: #00CE7C;
	background-image: none;
}

.top-sandbox .tabs li.selected {
	background:#00CE7C;
}
.top-sandbox .tabs li.selected a,
.top-sandbox .tabs li.selected a:hover,
.top-sandbox .tabs li.selected a:focus {
	background:#00CE7C;
}

.top-sandbox .container-fluid .accordion {
	border-left: 4px solid #00CE7C;
}

.top-sandbox .container-fluid .accordion-toggle .circle,
.top-sandbox .container-fluid .accordion .accordion-toggle-disable .circle {
	border: solid 4px #00CE7C;
}

.top-sandbox #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 52px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_sandbox.png);
	background-size: 103px;
	top: 2px;
}
.top-sandbox #header #logo img {
	display: none;
}

.top-sandbox .navbar {
	height:60px;
}
.top-sandbox .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #00CE7C;
}

.top-sandbox .welcome-summary h4 {
	color: #00CE7C;
}

.top-sandbox .welcome-summary i {
	color: #00CE7C;
}

/*Style Sandbox */

/*Style Trentino-digitale */

.top-trentino .navbar {
	height:65px;
}
.top-trentino .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #F1F1F1;
}

.top-trentino #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_trentino.bmp);
	background-size: 86px;
	top: 2px;
}
.top-trentino #header #logo img {
	display: none;
}

/*Style Trentino-digitale */

/*Style Mediolanum */

.top-mediolanum h1 {
	color: #0A2D64;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.top-mediolanum h2, .top-mediolanum .h2 {
	color:#0A2D64;
	font-size:27px;
	font-weight:bold;
	margin:17px 0 10px 0 !important;
}

.top-mediolanum .btn-primary {
	background:#0A2D64;
}

.top-mediolanum .btn-primary:hover,
.top-mediolanum .btn-primary:focus {
	background:#1E96D7;
}
.top-mediolanum .btn-primary:disabled, .top-mediolanum .btn-primary[disabled] {
	background-color: #0A2D64;
	background-image: none;
}

.top-mediolanum .tabs li.selected {
	border-left:0;
	color:#FFF;
	background:#0A2D64;
}
.top-mediolanum .tabs li.selected a,
.top-mediolanum .tabs li.selected a:hover,
.top-mediolanum .tabs li.selected a:focus {
	color:#FFF;
	background:#0A2D64;
	padding: 0 10px;
}

.top-mediolanum .container-fluid .accordion {
	width: 100%;
	margin: 0 auto 40px;
	border-left: 4px solid #1E96D7;
	padding-left: 20px;
	padding-bottom: 15px;
}

.top-mediolanum .container-fluid .accordion-toggle .circle,
.top-mediolanum .container-fluid .accordion .accordion-toggle-disable .circle {
	float: left;
	position: relative;
	left: -31px;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 4px #1E96D7;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
}

.top-mediolanum .navbar {
	height:65px;
}
.top-mediolanum .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #0A2D64;
}

.top-mediolanum #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_mediolanum.svg);
	background-size: 86px;
	top: 15px;
}
.top-mediolanum #header #logo img {
	display: none;
}

/*Style Mediolanum */

/*Style CAPITALCOM */

.top-capitalcom h1 {
	color: #BB8961;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.top-capitalcom h2, .top-capitalcom .h2 {
	color:#BB8961;
	font-size:27px;
	font-weight:bold;
	margin:17px 0 10px 0 !important;
}

.top-capitalcom .btn-primary {
	background:#BB8961;
}

.top-capitalcom .btn-primary:hover,
.top-capitalcom .btn-primary:focus {
	background: hsla(27, 32%, 45%, 1);
}
.top-capitalcom .btn-primary:disabled, .top-capitalcom .btn-primary[disabled] {
	background-color: #BB8961;
	background-image: none;
}

.top-capitalcom .tabs li.selected {
	border-left:0;
	color:#FFF;
	background:#BB8961;
}
.top-capitalcom .tabs li.selected a,
.top-capitalcom .tabs li.selected a:hover,
.top-capitalcom .tabs li.selected a:focus {
	color:#FFF;
	background:#BB8961;
	padding: 0 10px;
}

.top-capitalcom .container-fluid .accordion {
	width: 100%;
	margin: 0 auto 40px;
	border-left: 4px solid #BB8961;
	padding-left: 20px;
	padding-bottom: 15px;
}

.top-capitalcom .container-fluid .accordion-toggle .circle,
.top-capitalcom .container-fluid .accordion .accordion-toggle-disable .circle {
	float: left;
	position: relative;
	left: -31px;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 4px #BB8961;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
}

.top-capitalcom .navbar {
	height:65px;
}
.top-capitalcom .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #BB8961;
}

.top-capitalcom #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_capitalcom.svg);
	background-size: 100px;
	top: 20px;
}
.top-capitalcom #header #logo img {
	display: none;
}

/*Style CAPITALCOM */


/*Style BETPOINT */

.top-betpoint .navbar {
	height:55px;
}
.top-betpoint .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #0072ce;
}

.top-betpoint #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 52px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_betpoint.png);
	background-size: 86px;
	top: 8px;
}
.top-betpoint #header #logo img {
	display: none;
}

/*Style BETPOINT */

/*Style CERTINET */

.top-certinet .navbar {
	height:55px;
}
.top-certinet .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #0072ce;
}

.top-certinet #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 52px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_certinet.jpeg);
	background-size: 86px;
	top: 2px;
}
.top-certinet #header #logo img {
	display: none;
}

@media only screen and (max-width: 767px){
	.top-certinet .navbar-header{
		display: inline-flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-left: 0;
	}
	.top-certinet #header #logo {
		position: relative !important;
		left: 0 !important;
	}
}

/*Style CERTINET */

/*Style MDI */

.top-mdi .navbar {
	height:55px;
}
.top-mdi .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #0072ce;
}

.top-mdi #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 52px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_mdi.png);
	background-size: 86px;
	top: 2px;
}
.top-mdi #header #logo img {
	display: none;
}

/*Style MDI */

/*Style Aulss2 */

.top-aulss2 .navbar {
	height:65px;
}
.top-aulss2 .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #0072ce;
}

.top-aulss2 #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_aulss2.png);
	background-size: 100px;
	top: 2px;
}
.top-aulss2 #header #logo img {
	display: none;
}

/*Style Aulss2 */

/*Style SYNERGIE */

.top-synergie h1 {
	color: #495d67;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.top-synergie h2, .top-synergie .h2 {
	color:#495d67;
	font-size:27px;
	font-weight:bold;
	margin:17px 0 10px 0 !important;
}

.top-synergie .welcome-summary h4 {
	color: #495d67;
	font-weight: bold;
	font-size: 16px;
}

.top-synergie .btn-primary {
	background:#e2001a;
}

.top-synergie .btn-primary:hover,
.top-synergie .btn-primary:focus {
	opacity: .7;
}
.top-synergie .btn-primary:disabled, .top-synergie .btn-primary[disabled] {
	background-color: #e2001a;
	background-image: none;
}

.top-synergie .tabs li.selected {
	border-left:0;
	color:#FFF;
	background:#e2001a;
}
.top-synergie .tabs li.selected a,
.top-synergie .tabs li.selected a:hover,
.top-synergie .tabs li.selected a:focus {
	color:#FFF;
	background:#e2001a;
	padding: 0 10px;
}

.top-synergie .container-fluid .accordion {
	width: 100%;
	margin: 0 auto 40px;
	border-left: 4px solid #e2001a;
	padding-left: 20px;
	padding-bottom: 15px;
}

.top-synergie .container-fluid .accordion-toggle .circle,
.top-synergie .container-fluid .accordion .accordion-toggle-disable .circle {
	float: left;
	position: relative;
	left: -31px;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 4px #e2001a;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
}

.top-synergie .navbar {
	height:65px;
}
.top-synergie .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #e2001a;
}

.top-synergie #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 150px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_synergie.png);
	background-size: 150px;
	top: 10px;
}
.top-synergie #header #logo img {
	display: none;
}

/* Style SYNERGIE */

/* Style Camerfirma */

body.top-camerfirma{
	margin: 0;
	padding: 10px 0px;
	overflow: auto;
	height: 100%;
}

body.top-camerfirma #header, body.top-camerfirma footer{
	display: none;
}

body.top-camerfirma .container-fluid {
	height: 100%;
}

body.top-camerfirma .container-fluid > div:nth-child(3){
	min-height: 100%;
	height: 100%;
}

body.top-camerfirma .container-fluid .main{
	height: 100%;
}

body.top-camerfirma .container-fluid .main .tab{
	height: 100%;
}

body.top-camerfirma .container-fluid .main .tab > div{
	height: 100%;
}

body.top-camerfirma .tabs-navigator{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 8px;
	display: flex;
	justify-content: space-between;
}

body.top-camerfirma .tabs-navigator .tab-navigator{
	background-color:#edeff0;
	flex-grow: 1;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50px;
}

body.top-camerfirma .tabs-navigator .tab-navigator.activeTab{
	background-color: #31A6D8;
}

body.top-camerfirma .tabs-navigator .tab-navigator.visitedTab{
	background-color: #0B2E4F;
}
.top-camerfirma h1 {
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.top-camerfirma h2 {
	color:#000000;
	font-size:27px;
	font-weight:bold;
	margin:17px 0 10px 0 !important;
}
.top-camerfirma {
	color: #1D2D3D;
}
.top-camerfirma .btn-primary {
	background:#1693cd;
}

.top-camerfirma .btn-primary:hover,
.top-camerfirma .btn-primary:focus {
	opacity: .7;
}
.top-camerfirma .btn-primary:disabled, .btn-primary[disabled] {
	background-color: #1693cd;
	background-image: none;
}
.top-camerfirma .page-header {
	border-bottom: 0;
}
.top-camerfirma .welcome-summary-top {
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto;
}

.top-camerfirma .welcome-summary-top .list-group{
	border: none;
	box-shadow: none;
}

.top-camerfirma .welcome-summary-top h4 {
	color: #0072ce;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.top-camerfirma .welcome-top{
	min-height: 100%;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}
.top-camerfirma .document-capture, .top-camerfirma .ocr, .top-camerfirma .selfieid, .top-camerfirma .completed{
	min-height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}

.top-camerfirma .selfieid a{
	text-decoration: underline;
}

.top-camerfirma .selfieid a:hover{
	cursor: pointer;
}

.top-camerfirma .ocr .form-control[disabled], .top-camerfirma .ocr  .form-control[readonly], .top-camerfirma .ocr  fieldset[disabled] .form-control
{
	background: none;
	background-color: transparent;
	color: #777;
	text-overflow: ellipsis;
}
.top-camerfirma .not-a-robot {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	min-height: 100%;
	position: relative;
}

.top-camerfirma .upload {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.top-camerfirma .upload[type=file]+label {

}

.top-camerfirma .upload-btn{
	font-size: 1.4rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	color: #006F98;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
	box-shadow: none;
	padding: 12px 20px;
	outline: none !important;
	background: #F4F6F9;
	border: 2px dashed #006F98;
	border-radius: 5px;
	padding: 10px;
}

.top-camerfirma .upload-btn small{
	color: #1D2D3D;
	font-weight: 100;
	padding: 0;
}
.top-camerfirma .display-cover{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 5% auto;
	position: relative;
}

.top-camerfirma .display-cover .controls{
	position: absolute;
	bottom: 20px;
}

.top-camerfirma .display-cover .controls .screenshot{
	border-radius: 100%;
	font-size: 50px;
	background: rgba(255,255,255,.3);
	color: white;
}

.top-camerfirma .display-cover video {
	width: 100%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.top-camerfirma .display-cover .screenshot-image {
	border-radius: 4px;
	border: 2px solid whitesmoke;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 5px;
	left: 10px;
	background: white;
	width: 25%;
}
@media only screen and (orientation: landscape) {
	.top-camerfirma  .to-bottom {
		position: relative;
	}

	.top-camerfirma .buttons-wrapper {
		width: auto;
		left: 0;
		text-align: right;
	}
}

@media only screen and (orientation: portrait) {
	.top-camerfirma  .to-bottom {
		bottom: 0;
		right: 0;
		float: right;
	}

	.top-camerfirma .buttons-wrapper {
		width: auto;
		/*left: 10px;
		text-align: right;*/
	}

	.top-camerfirma .ocr .buttons-wrapper{
		width: auto;
		left: 0px;
	}

	.top-camerfirma .ocr .to-bottom{
		position: relative;
	}

	.top-camerfirma .ocr .form-wrapper{
		overflow-y: auto;
		overflow-x: hidden;
		margin-bottom: 10px;
	}
}

/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
	.top-camerfirma  .to-bottom {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.top-camerfirma .buttons-wrapper {
		width: auto;
		bottom:10px;
		right:10px;
		text-align: right;
	}
}

/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
	.top-camerfirma  .to-bottom {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.top-camerfirma .buttons-wrapper {
		width: auto;
		bottom:10px;
		right:10px;
		text-align: right;
	}
}
.top-camerfirma .navbar-inverse {
	background:#FFFFFF;
	border-bottom:5px solid #0b224a;
}

.top-camerfirma #header #logo {
	left: 18px;
	/*background-position: -210px -1332px;*/
	background-repeat: no-repeat;
	width: 102px;
	height: 52px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_camerfirma.png);
	background-size: 103px;
	top: 2px;
}
.top-camerfirma #header #logo img {
	display: none;
}

.top-camerfirma .tabs li.selected {
	border-left:0;
	color:#FFF;
	background:#1693cd;
}
.top-camerfirma .tabs li.selected a,
.top-camerfirma .tabs li.selected a:hover,
.top-camerfirma .tabs li.selected a:focus {
	color:#FFF;
	background:#1693cd;
	padding: 0 10px;
}

.top-camerfirma .container-fluid .accordion {
	width: 100%;
	margin: 0 auto 40px;
	border-left: 4px solid #1693cd;
	padding-left: 20px;
	padding-bottom: 15px;
}

.top-camerfirma .container-fluid .accordion-toggle .circle,
.top-camerfirma .container-fluid .accordion .accordion-toggle-disable .circle {
	float: left;
	position: relative;
	left: -31px;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px 50px;
	border-radius: 50px/50px;
	border: solid 4px #1693cd;
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
}

/* Style Camerfirma */

/* Chrome, Safari, Edge, Opera */
#otp input::-webkit-outer-spin-button,
#otp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#otp input[type=number] {
  -moz-appearance: textfield;
}

.uploading{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	z-index: 999;
}

.uploading img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.info-needed {
	display: flex;
	align-items: center;
	border: none;
}

.info-needed div {
	padding: 10px;
}

.info-needed div img{
	background-color: #C4C4C4;
	border-radius: 100%;
	height:80px;
	width: 80px;
}

.no-border-bottom {
	border-bottom: none;
}

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto!important;
}

.r-10{
	right: 10px;
}

.padding-left-10 {
	padding-left:10px;
}

.no-padding {
	padding: 0px;
}

.no-padding-right {
	padding-right: 0px!important;
}

.no-margin {
	margin: 0px;
}

.no-border {
	border: 0px;
}

.no-shadow {
	box-shadow:none!important;
}

.transparent-bg{
	background-color: transparent;
	background: transparent;
}

.payoff-image {
	display:flex;
	align-items: center;
	justify-content: center;
}

/*
.payoff-image > div{
	padding: 3rem;
}
*/

.payoff-image > div img{
	max-height: 300px;
	width: auto;
	max-width: 100%;
}

.qualityTest{
	display: flex;
	justify-content: start;
	text-align: left;
}

.float-right {
	float: right!important
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.position-relative{
	position: relative
}

.error-container, .success-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.success-container-icon {
	border-radius: 100%;
	height: 200px;
	width: 200px;
	padding: 66px;
	font-size: 50pt;
	color: green;
	background: green;
	color: white;
}

.error-container-icon {
	border-radius: 100%;
	height: 200px;
	width: 200px;
	padding: 66px;
	font-size: 50pt;
	color: red;
}

.padding-top-20 {
	padding-top:20px;
}

.padding-bottom-20 {
	padding-bottom:20px;
}

.cursor-pointer {
	cursor: pointer;
}

.to-lower-case{
	text-transform: lowercase;
}

select.no-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
  }

button.btn, .btn {
	text-transform: capitalize!important;
}

.top-new .main {
	padding: 10px 20px!important;
}


.top-new fieldset.ocr-fieldset {
	padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 20px;
}

.top-new fieldset.ocr-fieldset legend {
    width: auto;
    border: 0;
	padding: 0 5px;
	color: #23709b;
    font-style: italic;
}

.top-new fieldset.ocr-fieldset .ocr-field {
	border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.top-new .form-wrapper {
	margin-bottom: 15px;
}


/*
	evita che venga applicato il colore azzurrino a
	input:-internal-autofill-selected
*/
.top-new input:-webkit-autofill,
.top-new input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.modal-body-details,
.modal-body-details-body{
	display: block;
	width:100%;
}

.modal-body-details{
	position: relative;
    display: block;
    width: 100%;
    border: solid 1px;
    padding-top: 0.5em;
    margin-top: 2em;
}

.modal-body-details-title{
    background: white;
	position: absolute;
	top: -1.5em;
    left: .8em;
    padding: 0.5em 0.5em;
}

.modal-body-details-body{
    margin-top: 0.5em;
}

.modal-body-details-part-body-items{
    display: flex;
    flex-direction: column;
}

.modal-body-details-part-body-item{
}

.modal-body-details-part-body-item-key{
}

.modal-body-details-part-body-item-value{
}

.modal-body-details-part-body-item-description{
}

.eye-btn{
	margin-left: -30px;
	cursor: pointer;
}

.align-div-center{
	display: inline-flex;
	width: 100%;
	align-items: center;

}

.align-div-center-space-between{
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: space-between
}

/** BEGIN FRANCE CONNECT BUTTON */
.fr-connect-wrapper {
	margin-top: 40px;
	text-align: center;
}

.fr-connect {
	display: inline;
	border: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 12px;
}

.fr-connect img {
	margin: 0;
	padding: 0;
}

.fr-connect:hover img.fc-main,
.fr-connect:active img.fc-main {
	display: none;
}

.fr-connect:hover .hover,
.fr-connect:active .hover {
	display: inline;
}

.fr-connect .hover,
.fr-connect .hover {
	display: none;
}

.fr-connect-intro {
	font-weight: bold;
	text-align: center;
}
/** END FRANCE CONNECT BUTTON */
.t-a-start{
	text-align: start;
}
.w-35{
	width: 35%;
}

.w-60{
	width: 60%;
}

/*Style ALLIANZBANK */

.top-allianzbank .navbar {
   height:65px;
}
.top-allianzbank .navbar-inverse {
   background:#003781;
   border-bottom:5px solid #F1F1F1;
}

.top-allianzbank #header #logo {
   left: 18px;
   /*background-position: -210px -1332px;*/
   background-repeat: no-repeat;
   width: 300px;
   height: 100px;
   display: block;
   float: left;
   text-indent: -9999px;
   overflow: hidden;
   background-image: url(../images/allianz_bank_logo.png);
   background-size: 260px;
   top: 15px;
}
.top-allianzbank #header #logo img {
   display: none;
}
.top-allianzbank .tabs li.selected {
	border-left:0;
	color:#FFF;
	background:#003781;
}
.top-allianzbank .tabs li.selected a,
.top-allianzbank .tabs li.selected a:hover,
.top-allianzbank .tabs li.selected a:focus {
	color:#FFF;
	background:#003781;
	padding: 0 10px;
}
.top-allianzbank .btn-primary {
	background:#003781;
}
.top-allianzbank h1 {
	color: #003781;
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
.top-allianzbank .welcome-summary h4 {
	color: #003781;
}

/*Style ALLIANZBANK */

/* Mobile Only Screen Styles */
.mobile-only-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	padding: 40px 20px;
}

.mobile-only-content {
	text-align: center;
	max-width: 600px;
	width: 100%;
}

.mobile-only-icon {
	margin-bottom: 30px;
}

.mobile-only-icon .glyphicon-phone {
	font-size: 80px;
	color: #427DB1;
}

.mobile-only-title {
	color: #427DB1;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.mobile-only-description {
	font-size: 18px;
	margin-bottom: 30px;
	color: #333;
}

.mobile-only-qrcode {
	display: flex;
	justify-content: center;
	margin: 30px 0;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
}

.mobile-only-qrcode #mobile-only-qrcode-canvas {
	display: inline-block;
}

.mobile-only-instruction {
	font-size: 16px;
	font-weight: bold;
	color: #427DB1;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.mobile-only-title {
		font-size: 24px;
	}

	.mobile-only-description {
		font-size: 16px;
	}

	.mobile-only-icon .glyphicon-phone {
		font-size: 60px;
	}
}
/* End Mobile Only Screen Styles */
