
@font-face {
  font-family: 'fontello';
  src: url('/OnLineInternetCode/resources/fonts/idexa/fontello.eot?2555933');
  src: url('/OnLineInternetCode/resources/fonts/idexa/fontello.eot?2555933#iefix') format('embedded-opentype'),
       url('/OnLineInternetCode/resources/fonts/idexa/fontello.woff2?2555933') format('woff2'),
       url('/OnLineInternetCode/resources/fonts/idexa/fontello.woff?2555933') format('woff'),
       url('/OnLineInternetCode/resources/fonts/idexa/fontello.ttf?2555933') format('truetype'),
       url('/OnLineInternetCode/resources/fonts/idexa/fontello.svg?2555933#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 @font-face {
    font-family: "AllRoundGothic-Bold";
    src:
    url('/OnLineInternetCode/resources/fonts/idexa/All Round Gothic W01 Bold.ttf') format("truetype"),
    url('/OnLineInternetCode/resources/fonts/idexa/All-Round-Gothic-W01-Bold.woff') format("woff");
  	font-style: normal;
  	font-stretch: normal;	
}
 @font-face {
    font-family: "AllRoundGothic-Book";
    src:
    url('/OnLineInternetCode/resources/fonts/idexa/All-Round-Gothic-W01-Book.ttf') format("truetype"),
    url('/OnLineInternetCode/resources/fonts/idexa/All-Round-Gothic-W01-Book.woff') format("woff");
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;	
}

@font-face {
    font-family: "Roboto-Regular";
    src: 
    url('/OnLineInternetCode/resources/fonts/idexa/Roboto-Regular.ttf') format("truetype");
    font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;	
}
 
 @font-face {
    font-family: "Roboto-Light";
    src:
    url('/OnLineInternetCode/resources/fonts/idexa/Roboto-Light.ttf') format("truetype");
    font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;	
}
@font-face {
    font-family: "Roboto-Bold";
    src: 
    url('/OnLineInternetCode/resources/fonts/idexa/Roboto-Bold.ttf') format("truetype");
}

  /* Modal Content/Box */
  .modal-content {
    /* position: absolute  ; */
    width: 540px;
    height: 151px;
    /* border: 3px solid black;
    margin:auto;
    z-index: 100; */
    /* background-color: yellow; */
    /* padding-left: 10px; */
   
    border-radius: 16px;
	box-shadow: 0 0 16px 8px #d7dde1 !important;
	/*box-shadow: 0 0 16px 8px var(--black-6);*/
	background-color: #ffffff;
	border:0px !important;
    top:25px;
    float:right;
    padding: 20px;
  }
  ::placeholder{	 
	  font-family: Roboto-Light;
	  font-size: 18px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color:#BEC0C2 !important;  	  
  }
   :-ms-input-placeholder{	 
	  font-family: Roboto-Light;
	  font-size: 18px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color:#BEC0C2;  	  
  }
  .outer-b-in-err, .b-inp-error{
  	width: fit-content;    
    font-family: Roboto-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;    
    border-radius: 8px;
    background-color: #ef9065;
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 2px 8px;
  }
    .text-err{
    font-family: Roboto-Bold;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;    
    border-radius: 8px;
    background-color: #ef9065;
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 2px 8px;
  }
  .logo{
  	width: 254px;
	height: 24px;
    object-fit: contain;
  }
  
  .message {
  font-family: WorkSans;
  font-weight: 400;
  font-style: normal;
  background: white;
  line-height: 24px;
  padding: 0.5rem 0.625rem;
  border: 2px solid #c94646;
  background: white url(../images/invalid.png) no-repeat center right;
  outline-color: #c94646;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 2rem;
  color: #c94646;
}
  
  label{ 
	  font-family: Roboto-Light;
	  font-size: 18px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color: #000000;  	
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


.contentHedear{
    display: flex;    /* margin-left: calc(10.5% );     */      
  
  	font-family: AllRoundGothic-Book;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
    /*border-bottom:4px solid #00aa47; */
}

#page button.disable,
#page .button.disable{

 	opacity: 0.2;
    width: 135px;
    height: 40px;    
  	pointer-events: none;
  	cursor: default;
  	background-color: #00aa47;
    color: #ffffff;
    font-family: Roboto-Bold ;
    -webkit-appearance: none;
    border-style: unset;
    letter-spacing:1.0px !important;  
	 font-size: 18px;
	    text-align: center;
}

button{
   /*	opacity: 0.2;*/
    width: 135px;
    height: 40px;  	
  	cursor: default;
  	background-color: #00aa47;
    color: #ffffff;
    font-family: Roboto-Bold    ;
    -webkit-appearance: none;
    border-style: unset;
    text-align: center;
    font-size: 18px;
    letter-spacing:1.0px !important;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dadada;
    margin: 1em 0;
    padding: 0;
    margin-left: 141px;
    margin-right: 141px;
}

.new1 {
    
    margin: 1em 0;
    display: block;
    border: 0;
    padding: 0;
    border-top: 1px solid #dadada;
  }
  .ashLine{
 padding-top:25px !important;
    border-bottom: 1px #dadada solid;
  }
.password-block{
    display: flex;
    position: relative;
}
.confirma-pass{
    left: 300px;
}    
.b-btn-cntr-m {
    display: flex;       
    justify-content: center;
    align-items: center;
}
.d-i-b {
    display: inline-block;
    position: absolute;
}
.b-input-tag{
   /* width: 596px;*/
   font-size: 18px;
   font-family: Roboto-Regular;    
    /* margin-left:25px; */
   border-radius: 8px;
    height: 40px;
    outline: 0;
    border-width: 0 0 0;
    background-color: #f2faf7;
}

.b-input-tag-pass{
     /* width: 596px;*/
   font-size: 8px;
   font-family: Roboto-Regular;
   color:#000000;   
  
   border-radius: 8px;
    height: 40px;
    outline: 0;
    border-width: 0 0 0;
    background-color: #f2faf7;
}

.inputContainer {
	position:relative
}

.show_icon {
	width: 32px;
    height: 32px;
    object-fit: contain;
    position: absolute;
    
    right: 20px;
    display: none;
}

#page{
    position:relative;
    min-height: 100%;
}
body{
    height: 100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
}
html{
    height:100%;
    margin:0;
    padding:0;
}
.parent-flex{
    margin-top:16px;
    height:349px;
    display: flex;
    flex-flow: row nowrap;
}
a:focus, a:hover{
color: #00aa47 !important;	
}

.b2-column1{
   /* width: 300px;*/
    /* height: 114px; */    	
  	font-size: 35px;
  	font-weight: bold;
 	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal; 
    color: #00aa47 !important;
    word-break: break-word;   
    font-family: AllRoundGothic-Bold;
}
.b2-column2{
  /*  width:392px;*/ 
  padding-top:16px;
  font-family: Roboto-Light;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.showpin-view {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: absolute;
  top: 25px;
    right: 25px;
}
.b2-column3 ,.b2-column4{
  /*  width:400px;*/
  padding-top:70px;
    font-size: 20px;    
    /* height: 26px; */
    /* padding-top: 8px; */
    font-family: Roboto-Regular;
    color: #00aa47;
     font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  
}
.b3-flex{  
	border-radius: 16px;
    box-shadow: 0 0 16px 8px #d7dde1;
    background-color: #ffffff;
    padding: 10px;  
    border: 1px solid rgba(0, 0, 0, 0.06);    
    /* height: 349px; */
    border-radius: 16px;
    /* min-height: 300px */
}
.uname{
    margin-left:25px;
    margin-top:25px;
    /* width:89px; */
    height:24px;
    font-family: Roboto-Light;
    font-size: 18px;
    letter-spacing: 0px;
}
.uConfname{
    margin-left:25px;
    margin-top:25px;
    /* width:172px; */
    height:24px;
    font-family: Roboto-Light;
    font-size: 18px;
    letter-spacing: 0px;
}


.line{
    /* margin-left: calc(10.5% ); */
    height:4px;   
    width:152px;
    background-image: linear-gradient(to right,#00aa47,rgba(0, 170, 71, 0)

    );
}
.b2-flex{
    flex-flow: column nowrap;
}

.footerlogo{
    margin-top: 32px;
    width: 130px;
}
.list-unstyled{
    padding-left: 0px;
    list-style-type: none;   
}
.contact_header{
    white-space:nowrap;
    color:#ffffff;
    font-size: 18px;
    padding-bottom: 15px;
    font-family:Roboto-Bold;
}
#txtErr{
	font-family:Roboto-Regular;
}

.contact1{
    white-space:nowrap;
    color:#ffffff;
    font-size: 16px;
    font-family:Roboto-Light;
}
.contact{
    white-space:nowrap;
    color:#ffffff;
    font-size: 16px;
    font-family:Roboto-Regular;
    }
.header {
    font-family: GothamBold;
    /* position: relative; */
}
.body-footer{
    display:flex;
  /*position: absolute;*/   
   /* align-items: center;*/   
    bottom:0px;
    left:0px;   
    width:100%;
   /* height:340px;*/
    background-color: black; 
    margin-top:25px;  
}

@media (min-width: 768px) , (max-width: 847px) {
	label{
	font-size:15px
	}
}
@media (max-width: 768px) {
	
    .pwdCol{
        padding-top: 10px;
    }
    .b2-flex{
        display: flex;
        /* align-items: center; */
    }
  
    /* .modal-content {
        width:50%
    } */
  
    .b3-flex-mobile{
        height:200px;
    }
    .b1-flex{
        display: none;
    }
    .footer3{
        width:160px;
    }
    
    .b2-column3 ,.b2-column4{
        /* padding-top: 14px; */
        font-size: 18px;
    }
    .b2-column1{
        font-size: 38px;
    }
    .parent-flex{
        flex-direction: column;
       
    align-items: center;
      /*  flex-flow: column wrap;*/
     
    }
    
   .footer1{
       display: none;
   }
    
    .body-footer{
        align-items: center;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 982px) {
	 .showpin-view{
    	top: 23px;
    	background-color: #f2faf7;
    	height: 40px;
    	outline: 0;
    	border-top-left-radius: 0px;
    	border-top-right-radius: 8px;
    	border-bottom-right-radius: 8px;
    }
    .b-input-tag-pass{
    	border-radius:0px;
        width: 74%;
    }
}
@media (min-width: 983px)  {
	 .b-input-tag-pass{    	
        width: 100%;
    }
}

@media (min-width: 40rem), (min-width: 640px) { 
    /* .modal-content {
        width:30%
    } */
    
   
    .b-input-tag{
        width: 100%;
    } 
   
    .footer1{
        display: none;
    }
    .footer1{
        width:149px;
    }
    .footer2{
        width:200px;
    }
    
    .footer3{
        width:200px;
    }
    .footer4{
        width:200px;
    }
    .footer5{
        width:200px;
    }
    .footer6{
        width:210px;
    }
    .footer7{
       display:none;
    }
}

.btn-right {
    float: right;
    background: #00aa47;
    border-radius: 8px;    
}
.btn-left{

  border-radius: 8px;
  border: solid 1px #00aa47;
  background-color: #ffffff;
}
.backbuttonlabel {
  width: 81px;
  height: 24px;
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00aa47;
}
.col-sm-12{
    padding-top: 15px;
    padding-bottom: 15px;
}

   input[type=number] {
          height: 45px;
          width: 30px;
          font-size: 25px;
          text-align: center;
          
          -moz-appearance:textfield;
      }
      input[type=number]::-webkit-inner-spin-button,
      input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

.b-btn-cntr{
    padding-top: 10px;
}

@media (min-width: 769px) {
	.message {  
  		padding: 1rem 0.625rem !important;
	}
    .b-input-tag{
        width: 100%;
    }
    .b3-flex-mobile{
        display: none;
    }
    .parent-flex{
        justify-content: center;
    }
    .b2-column1{
        width: fit-content;
       
    }
    .b3-flex{
        /* width:644px; */
        width: 100%;        
    }
    .footer1{
        width:149px;
    }
    .footer2{
        width:200px;
    }
    
    .footer3{
        width:160px;
    }
    .footer4{
        width:200px;
    }
    .footer5{
        width:200px;
    }
    .footer6{
        width:210px;
    }
    .footer7{
        width:140px;
    }
    
    .body-footer{
         justify-content:center;
         flex-flow: row wrap;  
    }
   
    .header-image {       
       
        margin-left: 0px;
    }
}

@media (max-width:639px) {
    .b-input-tag{
        width: 100%;
    }
    .b-input-tag-pass {
        width: 100%;
    }
}
@media (max-width:767px) {
    .altro-codic{
        float: left !important;
    }
     .arrivato-nu{
        float: left !important;
        margin-top:0!important;
    }
   .a-img-class{
   	top:7px!important;
   }
    .modal-content{
    width:340px;
    height: 220px;
    }
    .attendi-codic{
    	top:35px!important;
    }
  
}

@media (max-width:390px) {
    .modal-content{
        width:auto;
    }
   
}
@media (max-width:330px) {
 button{
        width: 120px;
    }
}

.contentBody{
    padding-left:10%;
    padding-right:6%;
}

@media(max-width:705px) {
    .col-sm-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .pwdCol{
        padding-top: 15px;
    }
}

.arrivato-nu {
	font-family: Roboto-Regular;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #65747c;
  float: right;
  margin-top:-16px;
}
.input-text-single-disable{
	 border: solid 1px #d7dde1 !important;
}
.input-text-single-char:focus{
	outline: none;
	color:black !important;
	border: solid 1px black !important;
}


.input-text-single-char {
	outline: none;
	font-family: Roboto-Regular;
	/*background-image: repeating-radial-gradient(farthest-corner at 50% 50%, white, white, white, white);*/
    border: solid 1px #02aa47;
    border-radius: 8px;
    text-align: center;
    height: 2.5rem;
    width: 1.9rem;
    margin-right: 0.1rem;
    font-size: 1.2rem;
    background-color: #f2faf7;
}
.altro-codic {
	font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #518981;
  text-transform: uppercase;
  float:right;
  margin-top:10px;
}
.reload {
	 width: 40px;
  height: 40px;
  object-fit: contain;
}

.countdown {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.a-countdown-text {
	position: relative;
	top: 20px;
	width:10%;
}

.a-img-class {
	top: -7px;
    left: -10px;
    position: absolute;
}

.countTime{
	float:right;
}

.attendi-codic{
  position: absolute;
  left: 32px;
  top: 20px;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #518981;
}

.a-loader{background-image:linear-gradient(to right,#00aa47,rgba(0, 170, 71, 0));background-repeat:no-repeat;width:18px;height:18px;background-position:center;background-size:18px 18px;display:inline-block;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}
.a-loader{vertical-align:middle;margin-right:10px}


.a-countdown.a-count-expired{background-color:#F2662B;color:#fff}

  .la-password-deve{ 
	  font-family: Roboto-Light;
	  font-size: 18px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color: #000000;  	
  }
  
  .backGroundImage{
	background-image: url(../../images/idexa/beckground_img.svg);
    background-repeat: no-repeat;
    background-position: 60% 80px;
    background-attachment: fixed;
    background-position-y: repeat;
}