﻿body 
{
    color: #777;
    font-family:'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h2{font-size:28px; font-weight:400; color: #009cdc;
    font-family: "Lato",sans-serif;}
.left{float:left;}
.right{float:right;}

.commentarea textarea{width:100%;}
/*.row{margin:10px 0; float:left; clear:both; width:100%;}*/
.col-sm-6{padding:0 10px;}
.col-sm-5:first-child, .col-sm-6:first-child, .col-sm-8:first-child, .col-sm-8, .col-sm-12, .col-sm-7{padding-left:0;}
.no-pad{padding:0;}

button, input, select, textarea {padding: 5px;}
.btn {
    font-size: 20px;
    padding: 6px 20px;
    margin:10px 0;
}
.required{color:#e31d3c;}
label, .form-label{color:#111; font-weight:400; margin:0 0 3px 0; font-size:18px;}

.smaller{font-size:92%; line-height:1.2em;}
.light{ font-weight:200;}
.form-group {margin-bottom: 2px;}
.border-section{border-top:1px dotted #666;}
.commentarea{padding:20px 0;}

.ui-datepicker-multi-2 .ui-datepicker-group:first-child {border-right: 1px solid #ccc;}

.form-control {
    display: inline;
    font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: 5px;
    width: auto;
    margin-bottom: 0.5em
}

.alert {display:block;}

.control-label {
    font-size: 18px;
    color: #000;
}

.bignum {
    margin-right: 0.5em;
} 

.help-block {
    font-style: italic;
}

.ui-widget-overlay {
    z-index: 10;
}

.ui-front {
    z-index: 20;
}

.error-msg{color:#e31d3c; display:block; font-weight:bold;}

.has-error .control-label, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #000;
}
.has-error .help-block{color:#737373;}

.has-error .form-control { background: #f9e6e2;  border-color: #e31d3c; border-width:2px;}

.alert-danger {
    background-color: #f9e6e2;
    border-color: #e31d3c;
    border-width: 2px;
    color: #e31d3c;
}
.alert-dismissible
{
    position:absolute; 
    top:5px; 
    left:0; 
    z-index:9000; 
    -webkit-box-shadow: 5px 5px 10px 0px rgba(68,68,68,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(68,68,68,1);
    box-shadow: 5px 5px 10px 0px rgba(68,68,68,1);
}
.close {
    font-size: 30px;
    opacity: 1;
}
.alert-dismissible { width: 98%;}
#consentPopUp{font-size:16px !important;}
.darkblue{ color: #009cdc;}
.gray{color:#444;}
.red{color:#e31d3c;}
.disclaimertext{background:#eee; padding:20px 20px 10px 20px; font-size:90%;}

#pnlPriceDetails{margin-top:20px; float:left; width:100%;}
.border-left{border-left:1px solid #ccc;}
.border-right{border-right:1px solid #ccc;}
.estimatecost h2{font-weight:bold;}
.lblPriceAttributes{font-weight:normal;}
.small{font-size:90%;}
.right-margin{margin-right:4px;}

@media (max-width: 867px)
{
    .col-sm-6{padding-left:0;}
    .row .col-sm-6{margin-bottom:10px;}
    .border-section.no-mb-border{border-top:none;}
    
}
@media (max-width: 600px)
{
.form-control {margin-bottom:8px;}
.form-group, .form-control{max-width:100%;}
}


.checkbox-inline label {
    font-size: 1em;
}

.debug-panel {
    background: #333;
    border: 1px outset #333;
    padding: 0.5em;
    position: fixed;
    width: 100%;
    opacity: 0.9;
}
.debug-panel > label,
.debug-panel a {
    color: #FFF;
}