/* reset and default styles */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

:focus{
    outline:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

h1,h2,h3,h4,h5,h6{
    color: #505050;
}

#social-links {
    float:right;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: -11px 0 20px -4px rgba(76, 76, 76, 0.33), 11px 0 20px -5px rgba(76, 76, 76, 0.33);
    margin-right: 86px;
    height: 350px;
}

#navigation .nav.mainnav > li {
    padding-right: 35px;
}

#social-links h3 {
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding-top: 8px;
}

#navigation ul li>ul {
    font-size: 0.9em;
    display: none;
    min-width: 160px;
    position: absolute;
    top: 54px;
    padding: 0px;
    margin-left: 15px;
    background: #fff;
    z-index: 999;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #fff;
    border: 1px solid rgba(0,0,0,.15);
}

#navigation ul li:hover>ul {
    display: block;
}

#navigation ul li>ul a {
    text-align: left;
    line-height: 28px;
    font-size: 1em;
    padding: 15px;
    display:block;
}

#navigation .dropdown span.sub-arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 2px;
}

h1{
    font-size:1.5em;
    margin:0 0 0.7em 0;
    padding:0;
}
h2{
    font-size:1.3em;
    margin:0 0 0.7em 0;
    padding:0;
}
h3{
    font-size:1.2em;
    margin:0 0 0.7em 0;
    padding:0;
}
h4, h5, h6{
    font-size:1.1em;
    margin:0 0 0.36em 0;
    padding:0;
}
p{
    margin:0 0 1em 0;
    font-size: 15px;
}
ul{
    margin:0 0 1em 0;
    padding:0;
    list-style:disc outside none;
}
li{
    margin:0 0 0 1.8em;
    padding:0;
}
table{
    border-spacing:0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.875em;
    margin: 0 auto;
    color: #333333;
    background:#fff;
    min-width: 400px;
}

a, a:visited, a:active{
    color: #501200;
    text-decoration:none;
}
a:hover{
    cursor:pointer;
    color: #501200;
    text-decoration:none;
}
a img{
    border:0;
}

.cb{
    clear:both;
}

.flt-left{
    float:left;
}
.flt-right{
    float:right;
}

.pointer{
    cursor:pointer;
}

.smaller{
    font-size:0.9em;
}

#phone-header {
    float: right;
    color: white;
    text-align: center;
    font-size: 2.6em;
    margin-top:60px;
    padding-right: 60px;
    font-family: Open sans;
}

#phone-header h3 {
    margin: 0;
    color: white;
}

#ACN {
    pointer-events: none;
}

#ACN > a {
    text-decoration:none;
    color:inherit;
}

#phone-number > a {
    color:white;
}

/* widths above 959px- not in a media query so IE < 9 look decent without js */
header{
    background-color: #28245f;
    width: 100%;
    height: 255px;
}

.header-container {
    margin: 0 auto;
    width: 950px;
    position: relative;
}

#footer-container {
    margin: 0 auto;
    width: 950px;
    font-family: Open sans;
    font-weight: 100;
    font-size: 13px;
}

#footer-container span {
    font-weight:600;
    font-size:14px;

}
#logo{
    width: 220px;
    height: 185px;
    float: left;
    display: block;
    margin: 25px 0 0 10px;
    background:url(/assets/images/ADM-logo-primary-alternate.png) no-repeat;
    color:#434343;
    background-size: 220px Auto;
}
a#logo, a#logo:hover{
    text-decoration:none;
}

#welcome{
    line-height:28px;
    font-size:12px;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

#welcome h1{
    font-size: 1.85em;
    float:left;
}

#slogan{
    display:block;
    float:right;
    width:380px;
    margin: 25px 0 0 0;
    font-size:25pt;
    color:#00579D;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    padding-top: 19px;
    text-align: center;
    margin: 0 auto;
}

#navigation {
    background-color: #fff;
    color: #28245f !important;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 8px;
    position: absolute;
    margin-top: 229px;
    z-index:50;
}

#navigation li {
    display: inline-block;
    margin-left: 0px;
    font-size: 100%;
    text-align: center;
    line-height: 1.1;
    height: 25px;
}

#navigation li.sub {
    height: auto;
    text-align: left;
    display: list-item;
}

#navigation li a {
    color: #28245f;
    font-family: Open sans;
    text-decoration:none;
    font-size: 17px;
    padding: 15px;
    padding-right: 0px;
}

#address {
    float: left;
    width: 360px;
    padding-left: 40px;
    padding-top: 25px;
}

#footer-links {
    float:left;
    padding-top: 25px;
}

#navigation li a:hover {
    text-decoration: underline;
}
#contentContainer{
    width: 950px;
    background-color:#FFF;
    -webkit-border-top-left-radius:15px;
    -moz-border-top-left-radius:15px;
    border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -moz-border-top-right-radius:15px;
    border-top-right-radius:15px;
    margin:auto;
}
#contentContainer #topBanner{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contentContainer div.column-1{
    float:left;
    width:550px;
    display:block;
    margin:0 15px 0 0;
}
#contentContainer div.column-2{
    float:left;
    width:290px;
    display:block;
    margin:0 0 0 15px;
}
#contentContainer div.column-2 div.box{
    padding: 0 20px 20px 20px;
    margin-bottom:22px;
    color: #313131;
    font-size:0.9em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#contentContainer div.column-2 div.box a:hover{
    color: #00579D;
}

#contentContainer div.column-2 div.box a{
    color: #4E7398;
}

#contentContainer div.column-2 div.box h3{
    border-bottom:1px solid #d2d2d2;
    padding-bottom:5px;
    margin:0 0 5px 0;
    color: #505050;
    font-weight: 500;
    font-size: 23px;
}
#contentContainer div.column-2 div.box div.teaser-date{
    float:left;
    padding: 0 15px 0 0;
    color:#7d7d7d;
}

#contentContainer div.column-2 div.box p{
    margin: 0 0 4px 0;
    font-size: 13px;
}
#contentContainerFooter{
    background:url(/assets/styles/images/content-container-footer.png) no-repeat bottom left;
    height:7px;
}
#content{
    padding:33px 40px;
    font-size:1.0em;
    line-height:1.3em;
    font-family: Open sans;
}
#content img{
    max-width:100%;
    width:auto;
    height:auto;
}
.news-item-colour1 {
    background-color: #505050;
    margin-bottom: 30px;
}

.news-item-colour2 {
    background-color: #b0b38f;
    margin-bottom: 30px;
}

.news-item-colour3 {
    background-color: #ab746a;
    margin-bottom: 30px;
}

.news-item-colour4 {
    background-color: #501200;
    margin-bottom: 30px;
}

.box h3 {
    color: #505050;
    font-weight: 500;
    font-size: 28px;
}

.news-item {
    background-color: white;
    margin-left: 15px;
    padding-left: 10px;
}

.news-item:hover {
    margin-left:20px;
}

.news-item h5 {
    color: #501200;
    margin-bottom: 0px;
}

.news-item a {
    text-decoration: underline;
}

.teaser-date {
    color: #5f6062;
}

.news-teaser {
    padding: 5px 0 5px 0;
}

footer{
    margin-top:20px;
    background-color: #28245f;
    color: #FFF;
    font-weight:bold;
    font-size:12px;
    line-height:16px;
    clear:both;
}
footer ul{
    list-style:none;
}
footer ul li{
    display:block;
    border-right:1px solid #FFF;
    padding: 0 7px;
    margin:0;
}

footer ul li.first{
    padding-left:0;
}

footer ul li.last{
    border-right:none;
}

footer ul li a, footer ul li a:hover, footer ul li a:visited, footer ul li a:active{
    color:#FFF;
}

footer #footer-links ul{
    float:left;
    padding-right:7px;
    margin:0;
}
footer #footer-links ul li{
    width:100%;
    border:0;
    padding:0;
}

/* specific widths */

@media only screen and (max-width: 950px) {

    .header-container {
        margin: 0 auto;
        width: 650px;

    }

    nav ul, nav ol {
        padding-top: 12px;
        margin: auto;
    }

    #phone-header {
        padding-right: 0px;
    }

    #navigation li a {
        font-size: 15px;
        padding-right: 0px;
    }

    #navigation li {
        padding-top: 2px;
    }

    #navigation .nav.mainnav > li {
        padding-right: 15px;
    }

    #navigation ul li>ul {
        top: 47px;
    }

    #contentContainer {
        width: 650px;
    }

    #footer-container {
        width: 650px;
    }

    #address {
        width: 355px;
    }

    #footer-links {
        float: right;
        padding-right: 50px;
    }

    #social-links {
        padding-right: 393px;
        padding-left: 0;
        box-shadow: none;
        height: inherit;
        margin-right: 0px;
        padding-top: 20px;
    }

    .ads-flexslider {
        margin: auto;
    }

    #weatherWidget {
        margin-left: 22px;
    }

    #contentContainer div.column-2 {
        float: none;
        margin: auto;
    }
}

@media only screen and (max-width: 650px) {
    .header-container {
        width: auto;
    }

    #logo-header {
        padding-top: 22px;
    }

    #navigation .nav.mainnav > li {
        padding-right: 0px;
    }

    .form-horizontal.control-label {
        text-align: left;
    }

    .form-horizontal.controls {
        margin-left: left;
    }

    .ads-flexslider {
        margin-bottom: 25px;
    }

    #phone-header {
        margin-top: 0px;
        float: none;
        padding-right: 20px;
        padding-bottom: 1px;
    }

    .flexslider {
        float: left;
        margin-bottom: 20px;
    }

    #footer-container {
        width: auto;
    }

    #address {
        padding-left: 0px;
        text-align: center;
        float: none;
        width: auto;
    }

    #social-links {
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    html{
        background:none;
    }
    body{
        background:#fefefe;
        width:auto;
        padding:0;
    }
    header{
        padding:0;
        margin:0;
        height: auto;
    }

    .mobile_hidden{

    }

    #logo{
        float:none;
        margin:0 auto;
        padding:0;
        /* background:url(/assets/images/toepfer-logo.jpg) no-repeat; */
        /* height:40px; */
        text-indent:-9999px;
        font-size: 0;
        display:block;
        line-height: 0;
    }
    #logo span{
        display:none;
    }

    #slogan{
        margin:auto;
        width:100px;
        font-size:15pt;
        padding:0;
        float:none;
    }

    #contentContainer{
        float:none;
        margin:0;
        width: auto;
    }
    #contentContainer #hero{
        display:none;
    }
    #contentContainer div.column-1 {
        float:none;
        width:auto;
    }
    #contentContainer div.column-1 form#daily_prices_form, #contentContainer div.column-2, #contentContainerFooter {

    }
    #contentContainer #price-search-container #daily_prices_form h2 {
        width:auto;
        /*color:#00579D;*/
        color:#fff;
        background-color:#00579D;
        text-transform:none;
        font-size:1.2em;
        padding:0;
    }
    #contentContainer #daily_prices_form .formbox {
        padding:0;
    }
    #contentContainer #daily_prices_form .formbox #gr_pricing_field .form_element label{
        padding-right:12px;
    }
    #contentContainer #price-search-container {
        width:auto;
        float:none;
        margin-top:20px;
    }

    #content{
        padding:15px;
        margin:0;
        background:#fff;
    }
    #content h1, #content h2{
        text-align:left;
        font-size:1.1em;
    }
    #content #daily_price_list{
        float:none;
        width:auto;
        padding:0;
        margin-top:20px;
    }
    #content #daily_price_list ul{
        list-style:none;
    }
    #content #daily_price_list ul li{
        margin:0;
    }
    #navigation{
        width:100%;
        float:left;
        padding:0;
        color:#626262;
        position:static;
        height: auto;
        margin-top: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
    }
    #navigation nav{
        background:none;
        width:auto;
        height:auto;
    }
    #navigation nav ul{
        width:100%;
        height:auto;
        line-height:normal;
        margin:0;
        padding:0;
    }
    #navigation nav ul li{
        width:100%;
        text-align:left;
        background-color: #80a2b7;
        float:none;
        border-top: 1px solid #505050;
        line-height: 43px;
        font-size: 12pt;
        margin:0px;
        padding: 0;
        height: auto;
        clear: both;
        display:block;
        position: relative;
    }

    #navigation nav ul li img {
        display:none;
    }

    #navigation nav ul li.last{
        border:none;
    }

    #navigation nav ul li a, #navigation nav ul li a:hover, #navigation nav ul li.active a, #navigation nav ul li.active a:hover, #navigation nav ul li.active a:hover, #navigation nav ul li.home-active a, #navigation nav ul li.home-active a:hover, #navigation nav ul li.first a, #navigation nav ul li.first a:hover{
        background:none;
    }

    #navigation.js nav ul{
        position:absolute;
        left:-10000em;
        top:119px;
    }
    #navigation.js nav ul.visible{
        left:0;
    }
    #navigation nav ul li a{
        color:#FFF;
        text-decoration:none;
        display:block;
        margin: 0 75px 0 0;
        padding: 0 0 0 10px;
    }

    #navigation nav ul li a:hover{
        color:#505050;
    }

    #navigation nav ul li.back, #navigation nav ul li.overview{
        display:block;
    }
    #navigation nav ul li ul{
        margin:0;
        padding:0;
    }
    #navigation.js nav ul li ul{
        top:0;
    }
    #navigation nav ul li ul li a{
        padding:0.57em 0.57em 0.57em 2.15em;
    }
    #navigation nav ul li ul li ul li a{
        padding:0.57em 0.57em 0.57em 4.3em;
    }
    #navigation.js ul li ul li a, #navigation.js nav ul li ul li ul li a{
        padding:0.57em;
    }
    #navigation p{
        margin:0px
    }
    footer{
        padding:15px;
        margin:0;
        font-weight:normal;
        border-radius:0px;
    }
    footer #address{
        margin-bottom:5px;
    }
    footer ul li{
        border-right:1px solid #626262;
    }
    footer ul li a, footer ul li a:hover, footer ul li a:visited, footer ul li a:active {
        /*color:#626262;*/
    }
    footer #footer-links {
        float:none;
        width:100%;
        padding-bottom:27px;
        padding-right: 0px;
        font-size: 13px;
        text-align: center;
    }
    footer #footer-links ul {
        width:100%;
        float:none;
        border:none;
        padding:0;
        clear:both;
    }
    footer #footer-links ul li.first{
        padding-left:0px;
    }
    footer #footer-links ul li{
        width:auto;
        padding:0 11px;
        margin-bottom: 5px;
        border-right:1px solid #626262;
    }
    footer a, footer  a:active, footer a:visited, footer a:hover{
        text-decoration:none;
    }
    footer #footer-links ul li.last{
        border:none;
    }
    #navigation #weatherWidget {
        float:none;
        margin:auto;
        font-weight: bold;
        width:251px;
        text-align:center;
        margin-top:15px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;

    }

    #weatherWidget .todayTemp {
        text-align:center;
        color:#4E7398;
    }

    #weatherWidget .minMaxWrapper {
        display:inline-block;
    }

    #weatherWidget input[name=location] {
        margin:5px 0 5px 0;
    }

    #weatherWidget input[type="submit"] {
        font-weight: bold;
        width: 77px;
        height: 28px;
        background: url(/assets/styles/images/toepfer-small-button.png) center top no-repeat;
        border: 0 none;
        cursor: pointer;
        padding: 0;
        color: #fff;
        margin-top:3px;
    }

    #weatherWidget input[type="submit"]:hover {
        text-decoration:underline;
    }

    #weatherWidget .todayForecastTitle .currentTitle {
        color: #00579D;
        font-size: 25px;
    }

    #weatherWidget .todayTemp .todayMinMax {
        margin:0 0 0 20px;
        font-size:16px;
        line-height:24px;
        float:left;
    }

    #weatherWidget .todayTemp .todayMinMax .minTemp,
    #weatherWidget .todayTemp .todayMinMax .maxTemp{
        display:block;
        font-size:30px;
    }

    #weatherWidget .weatherIcons{
        float:left;
        padding:4px 0 0 4px;
    }

    #weatherWidget .todayTemp .todayDescription {
        font-size:16px;
        padding-top:5px;
    }

    #weatherWidget .todayTemp .wrongLocation input[name="wrongLocationButton"] {
        background: url(/assets/images/toepferButton.png) center top no-repeat;
        width:110px;
        height:27px;
    }

    #weatherWidget .todayTemp .wrongLocation {
        text-align:center;
    }

    #weatherWidget .weatherLocationInput {
        padding: 5px 0 10px 0;
        color:#4E7398;
    }
    #content .savedSearch span {
        white-space:normal;
    }
    #content .savedSearch .closeBox {
        float:none;
    }
    #navigation .savedSearchHead .closeBox {
        width: 12px;
        float: left;
    }

    .control-group .controls .field-group {
        margin-left: 10px;
    }
}

.nobr{
    white-space:nowrap;
}
.table_text_small{
    font-size:0.8em;
}
.print_only{
    display:none;
}

#price-search-container{
    width:370px;
    float:left;
}

#daily_prices_form{
    background-color:#e5e5e5;
    font-size:0.85em;
    margin-bottom:40px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}

#price-search-container #daily_prices_form h2{
    width:332px;
    margin-bottom:0px;
}

#price-search-container.portal #daily_prices_form h2{
    width:auto;
}

#daily_prices_form h2{
    background-color:#80a2b7;
    width:512px;
    color:#FFF;
    text-transform:uppercase;
    padding:12px 19px;
    font-weight:bold;
    font-size:1.05em;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -moz-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#price-search-container.portal #daily_prices_form h2{
    width:auto;
}

#daily_prices_form .formbox{
    padding:30px 40px;
}

#daily_prices_form .formbox .form_field{
    padding-bottom:12px;
}

#daily_prices_form .formbox .form_field .form_label{
    float:left;
    display:block;
    width:125px;
}

#daily_prices_form .formbox .form_element{
    display:block;
    text-align:center;
}

/* sub labels for pricing- the main pricing label still uses the rules above */
#daily_prices_form #gr_pricing_field label.disabled{
    color:#AAA;
}
#daily_prices_form #gr_pricing_field input{
    margin:0px 5px 0 0;
    vertical-align:middle;
}

/* The button is hidden when JS is enabled and is disable when JS is off to prevent the use of saved prices feature*/
#daily_prices_form #gr_submit_field input[name="saveSearch"] {
    display:none;
}

#daily_prices_form select{
    width:145px;
    color:#5C5C5C;
}
#grain_daily_prices_table{
    border:0;
    border-collapse:collapse;
    width:100%;
    margin:20px 0 10px 0;
    font-size:13px;
}

#grain_daily_prices_table th {
    padding:8px 0 8px 6px;
    border-radius:5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    color:#fff;
    background-color:#4E7398;
    white-space:nowrap;
}

#grain_daily_prices_table tbody th {
    background-color:#00579D;
    padding:6px 10px 6px 10px;
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
}

#grain_daily_prices_table td{
    color:#000;
    border-left: 1px solid #4E7398;
    border-right: 1px solid #4E7398;
    border-bottom: 1px solid #4E7398;
}
#grain_daily_prices_table th, #grain_daily_prices_table td{
    padding:2px;
    vertical-align:top;
    text-align:center;
}
#grain_daily_prices_table thead th{
    background-color:#00579D;
    font-size:1.2em;
}


#grain_daily_prices_table td.cell{
    background-color:#fff;
    color:#4E7398;
}
#grain_daily_prices_table td.cell_alt{
    background-color:#fff;
    color:#4E7398;
}
#grain_daily_prices_table td.l{
    text-align:left;
    padding:2px 2px 2px 4px;
    color:#4E7398;

}
#grain_daily_prices_table td.r{
    text-align:right;
    padding:2px 4px 2px 2px;
    color:#4E7398;
}
#grain_daily_prices_table td select{
    font-size:1em;
    width:150px;
}
.grain_price_print_btn{
    font-size:0.85em;
}

.savedSearch {
    overflow:auto;
    padding:5px;
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
    text-align:center
}

.savedSearch .savedSearchTitle {
    padding:0;
    font-weight:bold;
    color:#00579D;
    display:block;
}

.savedSearch a span:hover {
    text-decoration:underline;
}

#content .savedSearch .closeBox {
    padding:8px 0 0 12px;
    float:right;
    width:15px;
}

.closeBox:hover {
    cursor:pointer;
}

.savedSearch span {
    padding-top:5px;
    display:inline-block;
    white-space:nowrap;
}

.savedSearch td {
    border-left: 1px solid #4E7398;
    border-right: 1px solid #4E7398;
    border-bottom: 1px solid #4E7398;
}

table.savedSearchTable {
    border-collapse:collapse;
    text-align:center;
    margin-top:15px;
}

table.savedSearchTable tr.savedSearchHead th {
    padding:8px 12px 8px 6px;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    color:#fff;
    background-color: #4E7398;
}

table.savedSearchTable tr.savedSearchSubhead th{
    color: #fff;
    background-color: #00579D;
    /*padding: 6px 10px 6px 10px;
    white-space:nowrap;*/
}

table.savedSearchTable td {
    border:1px solid #4E7398;
    color:#4E7398;
}

#content table.savedSearchTable .closeBox {
    float:left;
    padding: 0 10px 0 0;
    width: 15px;
}

#weatherWidget {
    float:left;
    font-weight: bold;
    width:251px;
    text-align:center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 25px;
}

#weatherWidget .weatherWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

#weatherWidget .todayTemp {
    text-align:center;
}

/* Center align as it needs a width in ie8*/
.ie8 #weatherWidget .minMaxWrapper {
    width:140px;
}

.ie8 .savedSearch .closeBox {
    padding-left:30px;
}

#weatherWidget .minMaxWrapper {
    display:inline-block;
}

#weatherWidget input[name=location] {
    margin:5px 0 5px 0;
}

#weatherWidget input[type="submit"] {
    font-weight: bold;
    width: 77px;
    height: 28px;
    background: url(/assets/styles/images/toepfer-small-button.png) center top no-repeat;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #fff;
    margin-top:3px;
}

#weatherWidget input[type="submit"]:hover {
    text-decoration:underline;
}

#weatherWidget .todayForecastTitle .currentTitle {
    color: #00579D;
    font-size: 25px;
}

#weatherWidget .todayTemp .todayMinMax {
    margin:0 0 0 20px;
    font-size:16px;
    line-height:24px;
    float:left;
}

#weatherWidget .todayTemp .todayMinMax .minTemp,
#weatherWidget .todayTemp .todayMinMax .maxTemp{
    display:block;
    font-size:30px;
}

#weatherWidget .weatherIcons{
    float:left;
    padding:4px 0 0 4px;
}

#weatherWidget .todayTemp .todayDescription {
    font-size:16px;
    padding-top:5px;
}

#weatherWidget .todayTemp .weatherUpdate {
    font-size: 10px;
}

#weatherWidget .weatherAcknowledge {
    font-size:9px;
    color:#4E7398;
    margin-top:3px;
}

#weatherWidget .weatherAcknowledge a {
    text-decoration:underline;
}
#weatherWidget .todayTemp .wrongLocation input[name="wrongLocationButton"] {
    background: url(/assets/images/toepferButton.png) center top no-repeat;
    width:110px;
    height:27px;
}

#weatherWidget .todayTemp .wrongLocation {
    text-align:center;
}

#weatherWidget .weatherLocationInput {
    padding: 5px 0 10px 0;
}

/* Subscriber form */
.form-horizontal {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.form-horizontal .control-group {
    padding: 10px 0;
    *zoom: 1;
}

.form-horizontal .control-group.unlocked {
    background-color:#E1F1FF;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    margin:0;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 200px;
    *margin-left: 0;
}

.form-horizontal .control-group.no-indent .controls{
    margin-left:0px;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}

.form-horizontal .controls input,
.form-horizontal .controls select{
    margin:0px;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

#tab-content > h2,
.form-horizontal legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 40px;
    color: #505050;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight:bold;
}

.form-horizontal h3{
    line-height: 40px;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.form-horizontal label,
.form-horizontal input,
.form-horizontal button,
.form-horizontal select,
.form-horizontal textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.form-horizontal input,
.form-horizontal button,
.form-horizontal select,
.form-horizontal textarea {
    font-family:Arial, Helvetica, sans-serif;
}

.form-horizontal label {
    display: block;
    margin-bottom: 5px;
}

.form-horizontal select,
.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="date"],
.form-horizontal input[type="month"],
.form-horizontal input[type="time"],
.form-horizontal input[type="week"],
.form-horizontal input[type="number"],
.form-horizontal input[type="email"],
.form-horizontal input[type="url"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="color"]{
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal .field-group{
    width: 206px;
}

.form-horizontal .input-append input,
.form-horizontal .input-prepend input{
    width:178px;
}

.form-horizontal textarea {
    height: auto;
}

.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="date"],
.form-horizontal input[type="month"],
.form-horizontal input[type="time"],
.form-horizontal input[type="week"],
.form-horizontal input[type="number"],
.form-horizontal input[type="email"],
.form-horizontal input[type="url"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="color"]{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.form-horizontal textarea:focus,
.form-horizontal input[type="text"]:focus,
.form-horizontal input[type="password"]:focus,
.form-horizontal input[type="datetime"]:focus,
.form-horizontal input[type="datetime-local"]:focus,
.form-horizontal input[type="date"]:focus,
.form-horizontal input[type="month"]:focus,
.form-horizontal input[type="time"]:focus,
.form-horizontal input[type="week"]:focus,
.form-horizontal input[type="number"]:focus,
.form-horizontal input[type="email"]:focus,
.form-horizontal input[type="url"]:focus,
.form-horizontal input[type="search"]:focus,
.form-horizontal input[type="tel"]:focus,
.form-horizontal input[type="color"]:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.form-horizontal input[type="radio"],
.form-horizontal input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

.form-horizontal .checkbox input[type="checkbox"]{
    margin-right:5px;
}

.form-horizontal input[type="file"],
.form-horizontal input[type="image"],
.form-horizontal input[type="submit"],
.form-horizontal input[type="reset"],
.form-horizontal input[type="button"],
.form-horizontal input[type="radio"],
.form-horizontal input[type="checkbox"] {
    width: auto;
}

.form-horizontal select,
.form-horizontal input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

.form-horizontal select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.form-horizontal select[multiple],
.form-horizontal select[size] {
    height: auto;
}

.form-horizontal select:focus,
.form-horizontal input[type="file"]:focus,
.form-horizontal input[type="radio"]:focus,
.form-horizontal input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.btn,
.btn{
    font-weight: bold;
    width: 110px!important;
    height: 27px;
    background: url(/assets/images/toepferButton.png) center top no-repeat;
    border: 0 none;
    cursor: pointer;
    color: #FFF;
}


.form-horizontal .control-group.error .control-label,
.form-horizontal .control-group.error .help-block,
.form-horizontal .control-group.error .help-inline {
    color: #b94a48;
}

.form-horizontal .control-group.error .checkbox,
.form-horizontal .control-group.error .radio,
.form-horizontal .control-group.error input,
.form-horizontal .control-group.error select,
.form-horizontal .control-group.error textarea {
    color: #b94a48;
}

.form-horizontal .control-group.error input,
.form-horizontal .control-group.error select,
.form-horizontal .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-horizontal .control-group.error input:focus,
.form-horizontal .control-group.error select:focus,
.form-horizontal .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.form-horizontal .control-group.error .input-prepend .add-on,
.form-horizontal .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.form-horizontal .help-block {
    display: block;
    margin-bottom: 10px;
}

.form-horizontal .help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.form-horizontal .help-inline.help{
    font-size:0.8em;
}

.form-horizontal .small{
    font-size: 0.8em;
}

.form-horizontal .form-control-static {
    padding: 5px 0 0 0;
    margin-bottom: 0;
    font-size:14px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert{
    color: #c09853;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
/* //Subscriber form */

#bidsheet-search-results{
    font-size:12px!important;
}

#bid_sheets_table_wrapper .row:before,
#bid_sheets_table_wrapper .row:after{
    content: " "; /* 1 */
    display: table; /* 2 */
}

#bid_sheets_table_wrapper .row:after{
    clear:both;
}

table#bid_sheets_table{
    margin: 20px 0!important;
}

table.dataTable thead tr th.sorting,
table.dataTable thead tr th.sorting_desc,
table.dataTable thead tr th.sorting_asc,
table.dataTable thead tr th.sorting_disabled{
    background-color:#80a2b7;
    color:#FFF;
    vertical-align:middle;
}

.col-xs-6 {
    width: 50%;
    float:left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #80a2b7;
    border-color: #80a2b7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid rgba(0, 0, 0, 0);
    margin:-1px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pager a:hover,
.pagination a:hover{
    color:#00579D;
}

.pager-sm > li > a,
.pager-sm > li > span {
    font-size:12px;
}
.price_change{
    display:block;
    white-space:nowrap;
}
.price_decreased{
    color:#F00;
    display:inline-block;
    padding:0 0 0 15px;
    background:url(/assets/styles/images/price_decreased.gif) no-repeat 0px 3px scroll;
    background-size:9px 11px;
}

.price_increased{
    color:#0F0;
    display:inline-block;
    padding:0 0 0 15px;
    background:url(/assets/styles/images/price_increased.gif) no-repeat 0px 4px scroll;
    background-size:9px 11px;

}

.col-md-6 {
    float:left;
    width: 50%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table th, .table td{
    text-align:left;
    padding:8px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.btn.btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background:#80a2b7;
    height:auto;
    width:auto!important;
}
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    text-decoration: none;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #396e8f;
    border-color: #396e8f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}

.input-append input[class*="span"],
.input-prepend input[class*="span"]{
    display: inline-block;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

.input-append,
.input-prepend {
    display: inline-block;
    margin:0;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

.ui-widget{
    font-size:12px!important;
}

.ui-datepicker table{
    font-size:1em!important;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size:12px;
}
.breadcrumb > li {
    display: inline-block;
    margin:0px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}

a#forgot-your-password{
    font-size:12px;
    margin-left:15px;
}

.spreads{
    font-size:12px;
}

.nav-toggle{
    display:none;
}

@media only screen and (max-width: 950px) {
    .col-md-6 {
        float: none;
    }
}

@media only screen and (max-width: 650px) {

    .form-horizontal .control-label {
        text-align: left;
    }

    .form-horizontal .controls {
        margin-left: 150px;
    }

    #navigation li.active {
        background-color: #396e8f;
    }

    #navigation ul li>ul {
        top: 0px;
        display:block;
        position: relative;
        border-radius: 0px;
        background: transparent;
        width:auto;
    }


    #navigation ul li>ul .sub {
        border: none;
        background-color: transparent;
    }

    #navigation .dropdown span.sub-arrow:after {
        font-size: 20px;
    }
    #navigation .dropdown.opened span.sub-arrow:after {
        content: "\f106";
        font-family: FontAwesome;
        margin-left: 2px;
    }

    .sub-arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        margin-right: 10px;
    }

    #navigation li.sub {
        margin-right: 0px;
        float: none;
    }
    #navigation ul li>ul a{
        text-align:left;
    }
    .js .nav-collapse,
    .js .nav-collapse .dropdown ul {
        clip: rect(0 0 0 0);
        max-height: 0;
        position: absolute;
        display: block;
        overflow: hidden;
        zoom: 1;
    }

    .nav-collapse.opened,
    .nav-collapse .dropdown.opened ul {
        max-height: 9999px;
    }

    #sms_locations {
        padding-left: 10px;
    }

}


@media only screen and (max-width: 412px) {

    .form-horizontal .controls {
        margin-left: 0;
        position: relative;
    }
    .form-horizontal .control-label {
        width: 100%;
    }
    .form-horizontal .controls input,
    .form-horizontal .controls select {
        width: 100%;
        box-sizing: border-box;
        height: 2.5em;
    }

    .form-horizontal .controls .field-group input {
        width: auto;
        height: auto;
    }

    #sms_locations {
        padding-left: 0;
    }
}



/* sms signup */

#sms_locations.controls span.select2 {
    width: 100% !important;
}

#sms_locations.controls input[type="search"] {
    padding: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-results__option,
#sms_locations.controls span.select2 li {
    margin-left: 0;
}



.form-tabs {
    height: 2.5em;
    margin-bottom: 1em;
    border-bottom: 2px solid #396e8f;
    overflow: hidden;
    clear: both;
}

.form-tabs div {
    cursor: pointer;
    border: 2px solid #80a2b7;
    color: #80a2b7;
    border-radius: 4px;
    height: 2em;
    width: auto;
    float: left;
    line-height: 2em;
    margin-top: .5em;
    margin-right: 1em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.form-tabs div:hover {
    color: #396e8f;
    border-color: #396e8f;
}

.form-tabs div.active {
    color: white;
    border-color: #396e8f;
    background-color: #396e8f;
}



#content .form-throbber {
    width: 25px;
    line-height: 2em;
    margin-bottom: -8px;
}