/* 
    Created on : Nov 7, 2014, 4:06:07 PM
    Author     : hristiyan
*/
address{
    font-size: 1.4em ;
}
#h5-address{
    font-size: 1.4em ;
}
#logo-img{
    width: 8em;
}
.form-group .form-control {
    
    border-color: black;

}
#contact-info{
    padding-bottom: 0;
}

fieldset.scheduler-border {
    border: 1px dashed #b1c5d7 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    color:white;
}
legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    color: #b1c5d7;
    font-style: italic;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white !important;
    cursor: pointer !important;
}
.error {
      color: rgb(255, 46, 46);
    /*font-weight: 800;*/   
}
.col-xs-12.col-sm-3.col-md-3.col-lg-3 {
    min-height: 5.6em;
}
#button_apply {
  text-align: center;
}
.sub_button {
  color: #fff;
  background-color: #e30f10;
  border-color: #e30f10;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  padding: 5px 0 5px 0;
  width: 16em;
}
.sub_button:hover{
    background-color:#555;
}
.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  min-height: 5.9em;
}
.sub_button_home {
  margin-top: -19px;
}
.spinner {
    background: rgba( 00,00,00, 0.6 );
    position: fixed;
    padding-top: 20%;
    text-align: center;
    z-index: 1234;
    width: 100%;
    height: 100%;

}
div#home-text {
    background: white;
    padding: 15px;
    border: 1px dashed black;
    opacity: 0.85;
    color: black;
    text-align: justify;
    font-size: 1em;
    margin-top: 3em;
   
}
#submit_form{
    color: #fff;
    background-color: #e30f10;
    border-color: #e30f10;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
    
}
#submit_form:hover{
    background-color: #fff;
    color:#e30f10;
    font-style: normal;
} 
#home-form{
    background: #0f5d9f;
    color: white;
    margin-top: 10px;    
    border: 20px solid rgba(232, 232, 232, 0.7);
    opacity: 0.9;

}
.ui-widget-content {
    height: 1em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  
  font-size: 1.6em;
  border-radius: 20px;
}
 
.navbar-toggle { 
    background-color: #e30f10 !important;   
}

.navbar-toggle:hover{
    background-color: #67716f !important;   
}
#payday_canada_post {
  background: #0f5d9f;
  color: white;
  margin-top: 10px;
  border: 20px solid rgba(232, 232, 232, 0.7);
  opacity: 0.9;
  padding: 15px;
}