﻿.hanging {
    text-indent: -36px;
    padding-left: 36px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.breaking {
    white-space: pre-wrap;
}

.bmi-image-container {
    overflow: hidden;
    border: 1px solid #98a6ad;
}

.bmi-image-container .spinner-container {
    z-index:1000;
}

.card-box {
    padding: 20px !important;
}

.copy-button {
    margin-right:10px;
}

.download-button {
    margin-right: 10px;
}

.logout-button {
    bottom:-5px;
    position:fixed !important;
}

.middle-box {
    max-width:800px;
}

.middle-box h1 {
    font-size:140px;
}

.disable-mask {
    position: fixed;
    z-index: 1000;
    background-color: #ddd;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0px;
    bottom: 0px;
}

.disabled-widget {
    opacity:0.5;
}

.slide-left {
    animation: slide-left 0.4s ease;
}

.edit-index-container {
    animation: slide-left 0.4s ease;
}

.logo span {
    color: white;
}

@keyframes slide-left {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 970px) {      

    .left-side {    
        display:none;      
    }

    .right-side {
        padding:25px;
    }

    .footer {
        font-size: 12px !important;
    }

    .footer-message-container {
        text-align:center;
    }

    .logo-title {
        text-align:center;
        color:#444444;
        margin:10px 0px 35px;
    }
}


@media (min-width: 970px) {
    

    .site-content-wrapper {
        position:absolute;
        left:50%;
        margin-left:-584px;
        margin-top:-350px;
        top:50%;
        height:700px;
        width:1168px;
        background-image:url('../img/login-background.png');
        background-size:100%;
    }   

    
   .site-content-center {
        position:absolute;
        left:50%;        
        margin-left:-484px;        
        width:868px;
	    text-align: center;
    } 

    .left-side {
        float:right;
        width:570px;            
        margin-top:130px;        
    }

    .right-side {
        float:right;
        width:400px;            
        margin-right:122px;
        margin-top:65px;
    }    
   

    .footer-message-container {
        float:left;
        margin-left:25px;      
    }     

    .logo-title {
        display:none;
    }
}


.recoverpassword {
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}


.support-link {
    color: #aac7dd;
}


.textbox {
  margin-top: 20px;
  margin-bottom:5px;
  display: block;
  width: 50%;
  display: block;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  position: absolute;
  margin-left: -200px;
  left: 50%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.submit-button {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: 100px;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.42857143;
    border-radius: 2px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    float: left !important;
    color: #fff !important;
    width: 200px !important;
}


.textbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}


input:-webkit-autofill 
{
    background-color:#fdfdfd !important; 
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.label
{
    font-size:18px !important;
    color:#000 !important;
    padding:.2em 0em .3em !important;
    margin-bottom:10px !important;
    line-height: 2 !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 6px;
    margin-top: -34px;
    position: relative;
    z-index: 2;
}

.login-button {

  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;  
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;      
  
  line-height: 1.42857143;
  border-radius: 2px;

  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; 
  

  float:left !important;    
  color:white !important;  
  width: 100% !important;
}

.login-button:hover,
.login-button:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.login-button:active,
.login-button.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

a.forgot-password-link:link
{
    color:#808080;
    float:right;
    font-family:"Myriad Pro";
    font-size:16px;        
    text-decoration:none;
    margin-top:10px;
    margin-left:20px;
}

.forgot-password-link:link:hover
{
    text-decoration:underline;
}

.forgot-password-link:link:visited
{
    color:#808080;
    text-decoration:none;
}

.login-failure
{
    font-size:14px;  
    color:red; 
}

.login-failure ul
{
    list-style-type: none;
    margin-left: -40px;
}

a:hover {
    cursor: pointer;
}

.notify-icon {
    height: 26px !important;
    width: 30px !important;
    line-height: 30px !important;
}







