@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (max-width: 767px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}


body {
    padding-top: 0px;
    background-image: url(../img/Bottom-Bkgd2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

.box{
	width: 100%;
    height:40px;
    border-left-color: white;
    border-right-color: white;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    right: 28px;
}
 
.white{
    background: white;
}

#align-right {
    align: right;
    position: relative;
    left: 142px;
}

input.search-query {
    padding-left:26px;
    border-radius: 0px;
    border-left-color: white;
    border-right-color: white;
    height: 52px;
}
form.form-search {
    position: relative;
}
form.form-search:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    background-position: -48px 0;
    position: absolute;
    top:15px;
    left:9px;
    opacity: .5;
    z-index: 1000;
    padding-left: 10px;
}

#caret-align {
    padding-bottom: 20px;
}

#table-title {
    background-color: #a1a1a1;
    line-height: 30px;
}

#table-title-txt {
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
}

#table-large {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

#table-small {
    color: #898989;
    font-size: 14px;
}

panel {
    height: 440px;
}

#panel-height {
    max-height: 480px;
    overflow-y: scroll;
}

#panel-left-height {
    max-height: 454px;
    overflow-y: scroll;
}

table tr td{
    padding:0px !important;
}

table.class_selector td{
    padding:0px !important;
}

#panel-body-scroll {
    overflow-y: scroll;
  
}
  
#panel-heading-left {
    background-color: #828282;
    height: 73px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding-top: 22px;
    padding-left: 28px;
}

#panel-heading-right {
    background-image: url(../img/bottler-blu-title-img.png);
    height: 73px;
    border-radius: 0px;
    color: white;
    font-size: 28px;
    padding-top: 14px;
}

tr.border_bottom td {
    border-bottom:1pt solid;
    color: #dedede;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
    width: 1200px;
}

#icon-align {
    padding-top: 24px;
}

#icon-align1 {
    padding-top: 6px;
    padding-left: 8px;
    padding-bottom: 6px;
    padding-right: 12px;
}

#icon-align2 {
    padding-bottom: 20px;
    padding-right: 8px;
}

#icon-align3 {
    padding-bottom: 2px;
}

#btn-icon-align {
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
}

#exampleFormControlInput1 {
    width: 100%;
    border-left-color: white;
    border-right-color: white;
}

input[type=checkbox].exampleB {
      transform: scale(2.0);
      vertical-align: middle;
      margin-top: 0px;
      margin-right: 88px;
}
    

input[type='radio']:after {
        width: 16px;
        height: 16px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #ccc;
    }

    input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: green;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    .icon-input-btn{
        display: inline-block;
        position: relative;
    }
    .icon-input-btn input[type="submit"]{
        padding-left: 2em;
    }
    .icon-input-btn .glyphicon{
        display: inline-block;
        position: absolute;
        left: 0.65em;
        top: 30%;
    }



#btn-grey { 
    background-color: #a1a1a1;
    color: white;
    font-size: 15px;
    vertical-align: middle;
}

#btn-grey:hover {
    color: #fff;
    background-color: #999;
    border-color: #999; /*set the color you want here*/
}

#btn-maroon { 
    background-color: #822433;
    color: white;
}

#btn-maroon:hover {
    color: #fff;
    background-color: #661424;
    border-color: #661424; /*set the color you want here*/
}

#maroon-header {
    background-color: #822433;
    background-image: url("img/bubbles2.png");
    height: 57px;
    border-radius: 0px;
    border-color: #822433;
}

span.glyphicon-link {
    font-size: 1.2em;
}

p.form-titles {
    color: black;
    font-size: 16px;
}

#container-border {
    border-style: solid;
    border-width: 1px;
    color: #777777;
}

#navbar-bkgd-img {
    background-image:  img src="img/bubbles2.png";
}

#sub-space {
    padding-top: 0px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    margin-top: 30px;
}

#sub-header {
    padding: 14px 0px 14px 126px;
    border-radius: 0px;
}

#menu-color {
    color: white;
}

div a {
    color: white;
}

div a:hover, .dropdown:hover .dropbtn {
    color: yellow;
    background-color: #f8f8f9;
}

.navbar .nav > li > a {
    float: none;
    line-height: 56px;
    padding: 9px 10px 11px;
    text-decoration: none;
    color:  #ddd;
}

.navbar .nav > li > a:hover, .dropdown:hover .dropbtn {
    color: white;
}

#nav-promo-text {
    font-weight: bold;
    color: white;
    line-height: 10px;
    padding: 2px 1px 1px;
}

#nav-announc-text {
    font-weight: bold;
    color: white;
    line-height: 62px;
    padding: 12px 12px 16px;
}

#navbar-logo {
   line-height: 30px;
   padding: 2px 1px 16px;
}

#button-color {
    background-color: #333;
    border-radius: 0px;
    border: 1px;
    height: 36px;
    color: white;
}

.btn-grey-med {
    background-color: #898989;
    border-radius: 0px;
    border: 1px;
    height: 44px;
    width: 336px;
    margin-left: 34px;
    color: white;
    border-right-style: solid;
}

.btn-grey-med:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open>.dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #555555;
    border-color: white; /*set the color you want here*/
}

.btn-maroon1 {
    background-color: #822433;
    border-radius: 0px;
    border: 1px;
    height: 44px;
    width: 95%;
    margin-left: 11px;
    color: white;
    border-right-style: solid;
}

.btn-maroon1:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open>.dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #580a1a;
    border-color: white; /*set the color you want here*/
}

.btn-grey {
    background-color: #4b515b;
    border-radius: 0px;
    border: 1px;
    height: 40px;
    color: white;
    border-right-style: solid;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open>.dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #242930;
    border-color: white; /*set the color you want here*/
}

.btn-grey1 {
    background-color: #4b515b;
    border-radius: 0px;
    border: 1px;
    height: 40px;
    color: white;
}

.btn-grey1:hover, .btn-grey1:focus, .btn-grey1:active, .btn-grey1.active, .open>.dropdown-toggle.btn-grey1 {
    color: #fff;
    background-color: #242930;
    border-color: white; /*set the color you want here*/
}

.active a{
    color:#822433 !important;
}

#nav-menu-space {
    padding-left: 18px;
}

.glyphicon {
    font-size: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

.stepwizard-step p {
    margin-top: 10px;   
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 80%;
    position: relative;
    margin-bottom: 10px; 
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 98%;
    z-order: 0;
}

.stepwizard-row2:after {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 10%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

#wizard-line {
    color: #ccc;
    background-color: white;
    line-height: 10px;
    padding-left: 1px;
    padding-right: 1px;
}

#wizard-title {
    font-weight: bold;
    color: #828282;
    background-color: white;
    font-size: 16px;
    line-height: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

#wizard-title-select {
    font-weight: bold;
    color: #a76570;
    background-color: white;
    font-size: 16px;
    line-height: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.btn-circle-check {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.0;
    border-radius: 15px;
    background-color: #a76570;
}

.btn-circle-check:hover, .btn-circle-check:focus, .btn-circl-check:active, .btn-circle-check.active, .open>.dropdown-toggle.btn-circle-check {
    color: #fff;
    background-color: #822433;
    border-color: white; /*set the color you want here*/
}

.btn-circle-maroon {
    width: 27px;
    height: 27px;
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.0;
    border-radius: 15px;
    background-color: #822433;
    color: white;
}

.btn-circle-maroon:hover, .btn-circle-maroon:focus, .btn-circl-maroon:active, .btn-circle-maroon.active, .open>.dropdown-toggle.btn-circle-maroon {
    color: #fff;
    background-color: #661424;
    border-color: white; /*set the color you want here*/
}

.btn-circle {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.0;
    border-radius: 15px;
}

#center {
    margin: auto;
    width: 60%;
    padding-bottom: 28px;
}

#logo {
    padding-left: 18px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
}

#logo1 {
    left: 18px;
    bottom: 16px;
    position: fixed;
}
