@charset "UTF-8";
/* CSS Document */

/* BASE RULES - start */
html{
    height: 100%;
}
body{
    height: 100%;
    background: url("../images/BreweryHome.jpg");
    padding-top: 150px;
}
footer{
    background: #ffffff;
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
ul{
    padding: 0;
    margin-bottom: 0;
}
li{
    list-style:none;
}
hr{
    border:1px solid #ddd;
}
p img{
    margin: 10px;
}
/* BASE RULES - end */

/* LAYOUT RULES - start */
.menu-icon-container{
    display: inline-block;
    width: 25px;
}
.menu-icon{
    height: 20px;
}
.navbar-nav li{
    white-space: nowrap;
}
.current-round{
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: white;
}
table.no-border>tbody>tr>td, table.no-border>tbody>tr>th{
    border: none;
}
th.currency{
    text-align: center;
}
td.currency{
    text-align: right;
}
td.center{
    text-align: center;
}

.transparant {
    background-color: #ffffff;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}
.center-block {
    float: none !important
}
#base-container{
    padding-bottom: 45px;
}
#footer-text {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #111111;
}
.round-corners{
    border-radius: 6px;
}
.btn-group-justified{
    margin: 25px 0;
}
/* LAYOUT RULES - end */

/* MODULE RULES - start */
/* Form signin */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.main-modal{
    padding: 10px 3% 40px 3%;
    border: solid lightgrey 2px;
    min-height: 600px;
}

/* liScroll styles */
.tickerbar{
    background-color: #D6D1CC;
    height: 27px;
    overflow: hidden;
}
.tickercontainer { /* the outer div with the black border */
    border: none;/*1px solid #000;*/
    width: 100%;/*738px;*/
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 0px; /*10px*/
    top: 8px;
    width: 100%;/*718px;*/
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 100%;/*750px;*/
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    background: #D6D1CC;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
}
ul.newsticker span {
    margin: 0 10px 0 0;
}
.navbar-default{
    margin-top: 78px;
    margin-bottom: 0;
    border-top: 1px solid #D6D1CC;
}
#accordion a{
    display: inline-block;
    margin-top: 3px;
    color: white;
}
#accordion .panel-default a{
    color: #656565;
}

.info-text ul, ul.circle{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.info-text li, ul.circle > li{
    display: list-item;
    list-style: disc;
}

.overlay-modal-text ul{
    display: block;
    padding-left: 40px;
    margin-bottom: 1em;
}

.overlay-modal-text li, ul.circle > li{
    display: list-item;
    list-style: disc;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
.rfq-form select, .rfq-form input{
    margin-left: 10px;
    margin-right: 10px;
}
.rfq-form div{
    display: inline-block;
}
.rfq-form div[id^="appbundle_parent_quotation_buyerQuotations"]{
    margin-bottom: 5px;
}
.rfq-image{
    border: solid 1px grey;
    padding: 5px;
    width: 75px;
    height: 75px;
}
.rfq-image .img-responsive{
    display: block;
    width: auto;
    max-height: 100%;
}
.financial-sub-group, .financial-group, .financial-group-total, .financial-section-total{
    font-weight: bold;
}
.financial-sub-total td{
    text-decoration: underline;
}
.financial-result{
    font-weight: bold;
    font-style: italic;
}
#appbundle_buyer_strategy_text{
    height: 300px;
}
ul.ul-bullet{
    padding-left: 20px;
}
ul.ul-bullet li{
    list-style: disc;
}

/* Overlay */
#main-overlay-button{
    position: fixed;
    top: 150px;
    left:0px;
    width: 60px;
    border: 1px solid grey;
    padding: 5px;
    font-size: 20px;
    text-align: right;
    cursor: pointer;
    background-color: white;
    opacity:0.7;
    z-index:99;
}

.overlay {
    height: 80%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 150px;
    left: 0;
    background-color: rgb(255,255,255);
    transition: 0.2s;
    overflow-x: auto;
    overflow-y: auto;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #777;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #999;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
}
.overlay h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.overlay hr{
    margin-top: 5px;
    margin-bottom: 10px;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 10px;
    }
}
.flash-notice{
    color: red;
    font-weight: bold;
}
.commodity img{
    padding: 30px 10px;
}
.commodity .img-responsive {
    margin: 0 auto;
}.rfq-image .img-responsive {
    margin: 0 auto;
}
/* MODULE RULES - end */

/* MEDIA - start */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* MEDIA - end */

/* CHARTIST - start */
.ct-label.ct-vertical.ct-start, .ct-label.ct-horizontal.ct-end{
    color: black;
    font-size: 11px;
}
/* CHARTIST - end */

/* Dynamic Sidebar */
#slider{
    width: 350px; /* if you wish to change the width, you also have to change it in => jquery.slidereveal.min.js */
    transition: all 300ms ease;
    height: 100%;
    background-color: white;
    color: #fff;
    z-index: 1002;
    margin-top: 150px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#sideslide .handle{
    background-color: #337ab7;
    padding: 10px;
    position: fixed;
    height: 40px;
    width: 40px;
    cursor: pointer;
    color: white;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 1002;
}

#sideslide h2 {
    background-color: #337ab7;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    color: white;
    border-top-right-radius: 6px;
}

#sideslide a {
    border-bottom: 1px solid #D8D8D8;
    padding: 1em;
    display: block;
    color: #424242;
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
}

#sideslide small{
    color: #D8D8D8;
}

#sideslide kbd{
    background-color: #2d6a9f;
    color: #D8D8D8;
}

#sideslide-content{
    color: #2d6a9f;
}

.table-bordered > tbody > tr > td.double-right-border{
    border-right: 3px double #000000;
}

#taskDescription li,
#taskDescription ol li{
    list-style: disc;
}