#errorbox p {width:100%; color:#fff; padding:10px 5% 0;}
#errorbox p:last-child {padding-bottom:10px;}
#errorbox {background: url('../images/backgrounds/alert.png') bottom right no-repeat #1C344E; display:none; margin:20px 0; }
a:hover, a:active, a:focus, a {text-decoration: none;}
.infobtn {
    color: #1a324c;
    font-size: 27px;
    height: 38px !important;
    margin-top: -19px;
    position: absolute;
    right: -30px;
    top: 50%;
    cursor: pointer;
}
.popover {min-width: 175px;}
.popover-title {background: #1E364F; color:#fff;}
.overlay {
    background: none;
    display: block;
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 100;
}
.daterelated {position: relative;}
.removebtn  {
    padding: 11px 10px!important;
}
#slingmove {display:none;}
.showsuboptions {
    border: 1px solid #d6d6d6;
    display: block;
    margin: 10px 0;
    width: 100%;
    float: left;
    padding: 10px 0 0;
    z-index: 100;
    position: relative;
    -webkit-box-shadow: inset 0px 14px 37px -10px rgba(0,0,0,0.18);
    -moz-box-shadow: inset 0px 14px 37px -10px rgba(0,0,0,0.18);
    box-shadow: inset 0px 14px 37px -10px rgba(0,0,0,0.18);
}
.showsuboptions:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #E8E8E8 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 34%;
}

#quoteform .form-control {
    font-size: 15px;
    height: 44px;
}
#quoteform .panel-body {
    padding: 20px 0;
}
.form-group {position:relative;}
.idref {display:none;}
#totalbar {position:fixed; z-index: 100;  bottom:0; left:0; width:100%; border-bottom:5px solid #1E364F;}
#total {
    background: #D72025;
    padding: 10px 15px ;
    color: #fff;
    font-size: 20px;
    text-align: right;
    float: left;
    width:100%;
}

#togglecontact, #savequote {float:left;}

.datepicker-days th {background:#1E364F!important; -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important; color:#fff;}

th.prev {text-align: left!important; color:#fff!important;}
th.next {text-align: right!important; color:#fff!important;}
th.prev span, th.next span {color:#fff!important;}

.submitsuboptions {
    margin-right: 35px !important;
    color:#fff;
    background: #1EA176;
}

#currenttotal {overflow:hidden; background: #1E364F;-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; padding:20px; color:#fff;}
#currenttotal h2 {color:#fff; width:100%; text-align: left; text-transform: uppercase; padding-bottom:5px; margin-bottom:10px;}
#currenttotal.affix {position:fixed!important; top:100px!important; width: 360px;}
#quotesummary li {color:#fff;}
#quotesummary {color:#3F3F3F; margin-bottom: 0; margin-top:20px; }
#savequote {margin:10px 0;}
#currenttotal a {text-transform:uppercase; font-size:20px; font-weight: bold; font-family: 'Roboto Condensed'; font-size: 20px;}

#currenttotal #measurement span, #currenttotal #boattype span, #currenttotal #boatlength span {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
#boatlength {margin-bottom:20px!important;}
#measurement, #boatlength, #boattype {margin:0px 0 5px; float:left; width:100%; display:block;}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#signupmodal .modal-header {background: #0D2944;}

#signupmodal #myModalLabel {
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#signupmodal .close {
    color: #fff;
    opacity: 1;
}

#signupmodal label {
    font-family: "Roboto Condensed";
    font-size: 22px;
}

#signupmodal input {
    font-family: "Roboto Condensed";
    font-size: 20px;
    height: auto;
    margin: 3px 0;
}

#signupmodal .btn-primary {
    background: #47A447;
    float: left;
    font-family: "Roboto Condensed";
    font-size: 19px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff!important;
}

#successbtns, #signupsucess,#loginsuccessbtns, #loginsuccess {display:none;}

#subfigures {
    background: #102944 none repeat scroll 0 0;
    padding: 5px;
    float: left;
    width: 100%;
}

#subfigures > div {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
}

#quotetoggle {float:left;}

textarea.form-control {
    height: 100px!important;
}


@media (max-width: 1200px) {
    .overlay {width:55%;}
    #currenttotal.affix {position:static!important; width:100%;}
}

@media (max-width: 998px) {

    #currenttotal.affix {position:static!important; margin-top:20px; float:left; width:100%;}

}

@media (max-width: 768px) {



}
@media (max-width: 640px) {

}

@media (max-width: 480px) {
    #subfigures > div {width:100%;}
    .overlay {width:100%;}
}

@media (max-width: 380px) { }
