
body {

  font: 24px/33px normal;
  font-family: 'rawline';
  text-align:center;
  margin-top: 10px;
  font-weight: 600;
  color: #4f4f4f;
}
/* STRUCTURE */


footer {
  /* Contain any leaked floats from view content above so the version
     stays centred (label { float: left } on login was pushing it right). */
  clear: both;
}

#footer_version{
  /* float: left; */
  color: #A2ACB1;
  font-size: 12px; 
  margin-top: -15px;
}
a{
  color: #0081AB;
  text-decoration: none;
}
/* .logout_img{
  margin-left: -53px;
  width: 230px;
} */

.logout{
  margin-left: -110px;
  width: 200px;
  /* margin-top: -15px; */
  position: absolute;
  
}
.logout_box{
  max-width: 450px; min-width: 250px; margin: auto;
}
.close{
  display: none;
}

.wrapper {
    margin: auto;
    min-width: 250px;
    max-width: 450px;
}

.br_tag{
  display: none;
}

#formContent {
/* background-image: -webkit-linear-gradient(top, #cccccc 0%, #FFFFFF 95% );
width: inherit;
    border-top: inherit;
    border-bottom: inherit;
    margin: auto;
    box-shadow: 0px 0px 4px rgb(0,0,0,0.1); */
    max-width: 450px; 
    min-width: 250px; 
     /* font-size: 14px; */
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn.second {
    /* margin-bottom: 10px; */
    /* float: right; */
    box-sizing: border-box;
    border-radius: 10px;
    /* border-width: 1.5px; */
    width: 100%;
    height: 65px;
    color: #4F4F4F;
    background-color: #FFFFFF;
    font-family: 'rawline';
    font-size: 24px;
    border: 1.5px solid #0081AB;
     /* border-color: #4A86A8; */
     padding: 20px;
    
    
}

.fadeIn.forgot{
     width: 100%;
     box-sizing: border-box;
     border-radius: 5px;
     border-width: 2px;
     margin-bottom: 6px;
}

.underlineHover:after {
     display: block;
     left: 0;
     bottom: -10px;
     width: 0;
     height: 2px;
     background-color: #56baed;
     content: "";
     transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

*:focus {
    outline: none;
} 

#icon {
 height: 100px;
}
#icon_due {
  height: 41px;
 }
.price_size{
  font-size: 30px;margin: 20px 0px -17px;
}
.button_login1 {
  width: 100%;
  height: 70px;
  background: #0081AB;
  color: #FFF;
  border-radius: 10px;
  font-size: 30px;
  border: none;
  padding: 0px 0px 10px 0px;
  margin-top: -10px;
}

.alert-danger{
  margin-bottom: -15px;
}
.button_login {
  width: 100%;
  height: 70px;
  background: #0081AB !important; 
  color: #FFF;
  border-radius: 10px;
  font-size: 25px;
  border: none;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px;
}
.button_login:active {
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
}
.button_login1:active {
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
}
.logout:active {
  position: absolute !important;
  background: url("../image/logout_active.png");
  background-size: auto;
  background-size: 100%;
}
.button_pay{
  width: 100%; 
  height:100px; 
  background: #0081AB; 
  color: black; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 21px;
      border-color: #0081AB;
}

input::placeholder {
  font-family: 'rawline' !important;
}

#V_USERS_GS{
     width: 100%; 
     margin-top: 10px;
     /* margin-left: 10px;  */
}

label{
    font-weight: 100;
    margin-bottom: 12px;
    float: left;
}
.remember_lable{
  float: left;
  color: #4F4F4F;
  font-size: 20px;
  /* margin-top: 2px; */
  margin-left: 0px;
}

.error-login{
    margin-left: 83px;
    margin-bottom: -9px;
    color: #a94442;
}
.label-validate{
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.9;
    width: 89%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#validation{
    width: 100%;
    /* margin-left: 15px; */
    margin-top: 10px;
    font-size: 19px;
}
.form-group{
    /* margin-top: 10px; */
}
.form-control{
    height: 48px;
    font-size: 16px;
    margin-top: 10px;
}
input[type="checkbox"]:checked {
  background-color: #0081AB;
}

.setting_pay_page_img{
  height: 45px;
  position: absolute;
  margin-left: 35px;
  border: none;
  width: 50px;
  margin-top: -2px;
}
.back_pay_page_img{
  position: absolute;
  top: 8px;
  border: none;
  height: 46px;
  margin-left: -67px;
  width: 46px;
}
.setting_img{
  height: 45px;
  position: absolute;
  margin-left: 22px;
  border: none;
  width: 50px;
  margin-top: 0px;
}
.back_img{
  position: absolute;
  top: 10px;
  border: none;
  height: 40px;
  margin-left: -65px;
  width: 40px;
}
.back_img:active {
  opacity: 50%;
}
.home_img:active {
  opacity: 50%;
}
.setting_img:active {
  opacity: 50%;
}
.home_img{
  position: absolute;
  margin-left: -71px;
  height: 33px;
  width: 38px;
  margin-top: 7px;  

}

.home_img_setting{
  position: absolute;
  margin-left: 29px;
  height: 33px;
  width: 38px;
  margin-top: 5px; 

}
input[type="checkbox"] {
  margin: 4px 20px 0;
  padding: 10px;
  padding: 10px;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  vertical-align: middle;
  border: 1.5px solid #0081AB;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.alert-success{
  background-color: white;
  border-color: white
}
.alert-danger {
  color: #a94442;
  background-color: white;
  border-color: white;
}
.line-height{
  line-height: 2;
}
.preview-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  overflow: hidden;
}


@media only screen and (min-width:480px) {
  body {

    font: 27px/33px normal;
    font-family: 'rawline';
    text-align:center;
    margin-top: 10px;
    font-weight: 600;
    color: #4f4f4f;
  }
  /* STRUCTURE */
  .remember_lable{
    float: left;
    color: #4F4F4F;
    font-size: 25px;
    margin-top: 2px;
    /* margin-left: -10px; */
  }
  
  #footer_version{
    /* float: left; */
    color: #A2ACB1;
    font-size: 12px; 
    margin-top: -17px;
  }
  a{
    color: #0081AB;
    text-decoration: none;
  }
  /* .logout_img{
    margin-left: -53px;
    width: 230px;
  } */
  
  .logout{
    margin-left: -110px;
    width: 230px;
    /* margin-top: -15px; */
    position: absolute;
    
  }
  .logout_box{
    max-width: 450px; min-width: 250px; margin: auto;
  }
  .close{
    display: none;
  }
  
  .wrapper {
      margin: auto;
      min-width: 250px;
      max-width: 450px;
  }
  
  #formContent {
  /* background-image: -webkit-linear-gradient(top, #cccccc 0%, #FFFFFF 95% );
  width: inherit;
      border-top: inherit;
      border-bottom: inherit;
      margin: auto;
      box-shadow: 0px 0px 4px rgb(0,0,0,0.1); */
      max-width: 450px; 
      min-width: 250px; 
       /* font-size: 14px; */
  }
  
  #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    
  }
  
  /* #password {
      float: right;
      box-sizing: border-box;
      border-radius: 5px;
      border-width: 2px;
  } */
  
  /* input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color: #39ace7;
  }
  
  input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  } */
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .fadeIn.second {
      margin-bottom: 10px;
      float: right;
      box-sizing: border-box;
      border-radius: 10px;
      /* border-width: 1.5px; */
      width: 100%;
      height: 90px; 
      color: #4F4F4F;
      background-color: #FFFFFF;
      font-family: 'rawline'; 
      font-size: 30px; 
      border: 1.5px solid #0081AB;
       /* border-color: #4A86A8; */
       padding: 20px;
      
      
  }
  
  .fadeIn.forgot{
       width: 100%;
      box-sizing: border-box;
      border-radius: 5px;
      border-width: 2px;
      margin-bottom: 6px;
  }
  
  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
  }
  
  .underlineHover:hover {
    color: #0d0d0d;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  *:focus {
      outline: none;
  } 
  
  #icon {
   height: 150px;
  }
  #icon_due {
    height: 41px;
   }
  .price_size{
    font-size: 36px;margin: 20px 0px -17px;
  }
  .button_login1 {
      width: 100%; 
      height: 130px; 
      background: #0081AB; 
      color: #FFF;
      border-radius: 80px;
      font-size: 45px;
      border: none;
      padding: 0px 0px 10px 0px;
      margin-top: 12px;
  }
  
  .alert-danger{
    margin-bottom: -15px;
  }
  .button_login {
    width: 100%; 
    height: 130px; 
    background: #0081AB !important; 
    color: #FFF;
    border-radius: 80px;
    font-size: 45px;
    border: none;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px;
  }
  .button_login:active {
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
  }
  .button_login1:active {
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
  }
  .logout:active {
    position: absolute !important;
    background: url("../image/logout_active.png");
      background-size: auto;
    background-size: 100%;
  }
  .button_pay{
    width: 100%; 
    height:100px; 
    background: #0081AB; 
    color: black; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 21px;
        border-color: #0081AB;
  }
  /* .button_enter_scan_page {
    width: 46%;
      height: 100px;
      background: #6BD6E8;
      color: black;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      border-color: #6BD6E8;
      margin: 0px 3px 0px 5px;
          border-color: #6BD6E8;
          font-size: 24px;
  }
  .button_due_page {
    width: 46%;
      height: 100px;
      background: #6BD6E8;
      color: black;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      border-color: #6BD6E8;
      margin: 0px 3px 0px 5px;
      border-color: #6BD6E8;
      font-size: 21px;
  } */
  
  input::placeholder {
    font-family: 'rawline' !important;
  }
  
  #V_USERS_GS{
       width: 100%; 
       margin-top: 10px;
       /* margin-left: 10px;  */
  }
  
  label{
      font-weight: 100;
      margin-bottom: 12px;
      float: left;
  }
  
  .error-login{
      margin-left: 83px;
      margin-bottom: -9px;
      color: #a94442;
  }
  .label-validate{
      margin-bottom: 0px;
      font-weight: 500;
      line-height: 1.9;
      width: 89%;
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
  }
  #validation{
      width: 100%;
      /* margin-left: 15px; */
      margin-top: 10px;
    
  }
  .form-group{
      margin-top: 10px;
  }
  .form-control{
      height: 48px;
      font-size: 16px;
      margin-top: 10px;
  }
  input[type="checkbox"]:checked {
    background-color: #0081AB;
  }
  .br_tag{
    display: inline;
  }
  .setting_pay_page_img{
    height: 45px;
    position: absolute;
    margin-left: 35px;
    border: none;
    width: 50px;
    margin-top: -2px;
  }
  .back_pay_page_img{
    position: absolute;
    top: 8px;
    border: none;
    height: 46px;
    margin-left: -67px;
    width: 46px;
  }
  .setting_img{
    height: 60px;
    position: absolute;
    margin-left: 40px;
    border: none;
    width: 65px;
    margin-top: 5px;
  }
  .back_img{
    position: absolute;
    top: 8px;
    border: none;
    height: 55px;
    margin-left: -99px;
    width: 55px;
  }
  .home_img{
    position: absolute;
    margin-left: -97px;
    height: 45px;
    width: 50px;
    margin-top: 13px;  
  
  }
  
  .home_img_setting{
    position: absolute;
    margin-left: 46px;
    height: 45px;
    width: 50px;
    margin-top: 13px;  
  
  }
  input[type="checkbox"] {
    margin: 4px 9px 0;
    padding: 10px;
    padding: 10px;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    vertical-align: middle;
    border: 1.5px solid #0081AB;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
   cursor: pointer;
  }
  
  .alert-success{
    background-color: white;
    border-color: white
  }
  .alert-danger {
    color: #a94442;
    background-color: white;
    border-color: white;
  }
  .line-height{
    line-height: 2;
  }
  .preview-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .l_height{
    line-height: 2.0;
  }
}

@font-face {
  font-family: 'rawline';
  src: url('/fonts/rawline-100.eot');
  src: url('/fonts/rawline-100.eot?#iefix') format('embedded-opentype'),
       url('/fonts/rawline-100.woff2') format('woff2'),
       url('/fonts/rawline-100.woff') format('woff'),
       url('/fonts/rawline-100.ttf') format('truetype'),
       url('/fonts/rawline-100.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'rawline';
  src: url('/fonts/rawline-500.eot');
  src: url('/fonts/rawline-500.eot?#iefix') format('embedded-opentype'),
       url('/fonts/rawline-500.woff2') format('woff2'),
       url('/fonts/rawline-500.woff') format('woff'),
       url('/fonts/rawline-500.ttf') format('truetype'),
       url('/fonts/rawline-500.svg') format('svg');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'rawline';
  src: url('/fonts/rawline-600.eot');
  src: url('/fonts/rawline-600.eot?#iefix') format('embedded-opentype'),
       url('/fonts/rawline-600.woff2') format('woff2'),
       url('/fonts/rawline-600.woff') format('woff'),
       url('/fonts/rawline-600.ttf') format('truetype'),
       url('/fonts/rawline-600.svg') format('svg');
  font-weight: 600;
  font-style: normal;

}

/* Pass / site selection dropdown (/pass/passes, /pass/choose_site) —
   vertically align the name and the right-side price/arrow so they
   sit on the same line regardless of how tall the box becomes for
   long names. Replaces Semantic UI's float-based layout, which makes
   the floated price sit on a different baseline than the inline name. */
.ui.selection.dropdown > .text,
.ui.selection.dropdown .menu > .item {
    display: flex;
    flex-direction: row-reverse;  /* span.right-floated is first in DOM but should render on the right */
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    width: 100%;
    min-width: 0;                 /* let the name flex item shrink below its widest unbreakable run */
    overflow-wrap: anywhere;      /* break long unspaced strings anywhere instead of overflowing */
    word-break: break-word;       /* fallback for older WebView builds */
}
.ui.selection.dropdown > .text > [class*="right floated"],
.ui.selection.dropdown .menu > .item > [class*="right floated"] {
    float: none !important;
    margin: 0 !important;
    flex-shrink: 0;
}
.ui.selection.dropdown > .dropdown.icon {
    top: 2.6em;
    margin-top: 0;
}








