/*============================================================================

    application.less
 
============================================================================*/
/*============================================================================
    Base styles: opinionated defaults
============================================================================*/
/*============================================================================
    BASIS
============================================================================*/
html,
button,
input,
select,
textarea {
  color: #121212;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;

}
/*============================================================================
    STYLE
============================================================================*/
.width-100-pc {
  width: 100%;
}
.width-90-pc {
  width: 90%;
}
.width-80-pc {
  width: 80%;
}
.width-75-pc {
  width: 75%;
}
.width-70-pc {
  width: 70%;
}
.width-66-pc {
  width: 66%;
}
.width-60-pc {
  width: 60%;
}
.width-50-pc {
  width: 50%;
}
.width-40-pc {
  width: 40%;
}
.width-33-pc {
  width: 33%;
}
.width-30-pc {
  width: 30%;
}
.width-25-pc {
  width: 25%;
}
.width-20-pc {
  width: 20%;
}
.width-15-pc {
  width: 15%;
}
.width-10-pc {
  width: 10%;
}
.width-5-pc {
  width: 5%;
}
.width-1-pc {
  width: 1%;
}
.width-71-5-pc {
  width: 71.5%;
}
.width-150-px {
  width: 150px;
}
.text-bold {
  font-weight: bold;
}
.display-none {
  display: none;
}

h3, legend {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

label.control-label {
 text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); 
}

label.checkbox {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.small-font {
  font-size: 12px;
}

#forms-container {  
  display: inline-block;
}

#log-in-form,
#forgot-form,
#forgot-ok-form {
  display: inline-block;
  background-color: #f8f8f8;
  margin-top: 0px;
  padding: 10px;

  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;

  width: auto;

  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;

}
#forgot-ok-form {
  width: 35%;
  min-width: 420px;  
  max-width: 512px;
  margin-top: 47px !important;
}

.no-alert{
  margin-top: 0px !important;
}

.has-alert{
  /*margin-top: -27px !important;*/
}

#log-in-form .control-group {
  padding-right: 20px;
}

#log-in-form .control-group:last-child {
  padding-bottom: 50px;
}

.form-buttons {
  display: block;
  padding: 19px 0 10px 0;  
  width: 100%;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}

.form-buttons button {
  margin-left: 10px;
  float: right;
  clear: none;
}

#log-in-submit-btn, 
#forgot-submit-btn {
  margin-left: 10px;
  float: right;
  clear: none;
}

.form-buttons button:first-child {
  /*margin-right: 20px;*/
}

legend {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}


input.input-error {
  border:1px solid red;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px 2px rgba(220, 60, 48, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px 2px rgba(220, 60, 48, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px 2px rgba(220, 60, 48, 0.6);
}


.forgot-password {
  padding: 0;
  margin: 0;
  width: 45%;
  float: left;
  text-align: left;
  margin-left: 10px;
}

.form-btn-group {
  display: inline-block;
  width: 48%;
  float: right;
  text-align: right;
  margin-right: 10px;
}

.hide-box {
  display: none;
  position: fixed;
  top: -99999px;
  left: -99999px;
}

.show-box {
  position: relative;
}



/*============================================================================
    MEDIA
============================================================================*/
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
