

/******************************* Tenant Portal CSS***********************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,600,800);

::-webkit-scrollbar{
    width:10px !important;
    background-color:transparent;
    z-index:-9999 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    background: #C0C0C0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover
{
    background: #808080;
}


html, body
{
   
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background-color:Transparent;
    position: relative;
    overflow-y:auto !important;
    overflow-x:hidden;
}
a
{
    color: #25408F;
}
a:hover, a:active, a:focus
{
    outline: none;
    text-decoration: underline;
    color: #353E59;
}

input:focus
{
    outline: none;
}

/*********Background colors *************/


/****************************Login Page *************************/

.Login-TextBox
{
    border: 1px solid #353E59;
    background-color: transparent !important;
    color: #353E59 !important;
    height: 30px;
    font-size: 14px;
}

.Login-Error-Message
{
    font-size: 13px;
    color: #FF0000;
}

.Login-TextBox-Error
{
    border: 1px solid #FF0000;
    background-color: transparent !important;
    font-size: 14px;
}

.Login-Button
{
   width: auto;
      padding: 12px;
      background-color: #353E59;
      color: white;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      cursor: pointer;
}

.Login-HyperLink
{
    font-weight: normal;
    color: #353E59;
    font-size: 13px;
}

.Login-HyperLink:hover
{
    font-weight: normal;
    color: #25408F;
    font-size: 13px;
}

.Login-Bg
{
 background-color: #FFFFFF;
  min-height: 100vh;
  justify-content: center;
}
 
.Login-Header
{
    height: 25vh;
}
 
.Login-Body
{
    height: 60vh;
}

.Login-Middle
{
    background-position: center center;
    height: 45vh;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

.Login-Middle h2
{
    color:#353E59;
    font-weight: 600;
}
 
.Login-Footer
{
    height: 15vh;
    background-image: url("../images/login-bg.png?14");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 200px;
    z-index:-9999 !important;
    position: fixed;
    bottom: 0;
}



 .footer {
         text-align: center;
      font-size: 13px;
      padding: 15px 10px;
      color: #353E59;
      background: transparent;
      min-height: 15vh;
        height: 15vh;
    z-index:-9999 !important;

     background-position: bottom center;
      
    }
    
    .social-icons {
      margin-top: 10px;
    }

  .social-icons img {
  height: 20px;
  margin: 0 5px;
}


    
.header {
      padding: 60px 20px;
      text-align: center;
      background: transparent;
    }

    .header img {
      height: 80px;
      max-width: 100%;
    }
    
    .NormalLabel
{
    color: #353E59;
    font-size:14px;
    font-weight: normal;
}

.Forgot-Button
{
   
    width: auto;
      padding: 12px;
      background-color: #353E59;
      color: white;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      cursor: pointer;
      font-size:13px;
}

.Forgot-Button:hover
{
    width: auto;
    padding: 12px;
    background-color: #000759;
    color: white !important;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-size:13px;
}

.MsgSuccessText
{
    font-size: 13px;
    color: #000000;
    white-space:normal;
    font-weight:normal;
     font-family: 'Open Sans', sans-serif;
}

.MsgErrorText
{
    font-size: 13px;
    color: #CB2C30;
    white-space: normal;
    font-weight: normal;
     font-family: 'Open Sans', sans-serif;
}

.MsgWarningText
{
    font-size: 13px;
    color: #CB2C30;
    white-space: normal;
    font-weight: normal;
     font-family: 'Open Sans', sans-serif;
}

.MsgBox
{
    padding: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 30px !important;
    background-color: transparent;
    font-size:11px;
}

.msgclose
{
    border: none;
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: transparent !important;
}

.MediumblueText
{
    color:#1C54F4;
}

.textLarge
{
    font-size: large !important;
}

.Authenticate-Button
{
   width: 200px;
      padding: 12px;
      background-color: #353E59;
      color: white;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      cursor: pointer;
}

.Authenticate-Button-white
{
    width: 200px;
    padding: 12px;
    background-color: white;
    color: #353E59;
    border: 1px solid #353E59;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.Authenticate-msglabel
{
    border: 0px solid #333F48;
    font-size: 13px;
    width: auto;
    color: #353E59;
    text-align: left;
    font-weight: normal;
}

.OTP
{
    font-size: 14px;
    width: 100%;
    color: #353E59;
    text-align: center;
    font-weight: bold;

}

.OTPError
{
    font-size: 11px;
    width: 100%;
    color: #CB2C30;
    text-align: center;
    font-weight: normal;
}

/* Radinput Control CSS*/
html body form .RadInput .riTextBox
{
    /*   background-color: #F2F4F4;*/
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-bottom-color: #919D9D;
    color: #000000;
    font-size: 13px;
    height: 25px !important;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}


html body form .RadInput > .Authenticate
{
    border: 1px double #353E59;
    color: #353E59;
    font-size: 16px;
    height: 35px !important;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}

.whitebg
{
    background-color :White !important;
}

.Newalert
{
    border: 1px solid #ED1B34;
    background-color: white !important;
    color: #ED1B34;
}

.textbold
{
    font-weight: bold;
}

/**************************************************/
