html,
body {
    height: 100% !important;
    color: #666666;
    border-color: #7c95a3;
    overflow-x: hidden;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 15px 15px 20px;
}

header {
    height:50px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

a.navbar-brand {
    padding-left:0;
}

.connector-img {
    margin-bottom:15px;
    height:85px;
    overflow: hidden;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse{
    background-color: #7c95a3;
}

.navbar-inverse .navbar-nav > li > a{
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #ffffff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: #7c95a3;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
header .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    background-color: inherit;
    border-bottom: solid thick rgb(152, 214, 241);
    padding-bottom: 5px;
}

.navbar-inverse .navbar-nav > li {
    padding: 0 10px;
}


.connector-header{
    border-bottom: solid thin rgb(152, 214, 241);
}

.zipper{
    background-color: rgb(152, 214, 241);
    height: 20px;
    width: 150px;
    text-align: center;
    color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    border-top: solid;
    margin-left: 30px;
    margin-top: -4px;
    padding-bottom: 20px;
}


/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.box-body .badge{
    float: right;
}
.badge a{
    color: white;
}

.thanks h4 {
    color:#333;
}

.thanks > a > h3 {
    color:#7c95a3;
    font-size:16px;
}

header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: inherit;
    text-decoration: underline;
}

.vendor-btn {
    background-color: #f5f5f5;
    width: 100%;
    font-size: small;
    margin-top: 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.promo-slider .bx-wrapper {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.promo-slider .bx-wrapper .bx-controls-direction a {
    z-index: 10 !important;
}

.promo-product p, .promo-no-product p, .promo-api-offer-view p, .promo-api-offer-view h4 {
    color: #666666;
    margin: 0;
}

.promo-product .promo-price {
    text-align: center;
    color: #ff9968;
    font-weight: bold;
    font-size: large;
}

.promo-product .thumbnail, .promo-no-product .thumbnail {
    margin: 0;
    height: 210px;
    overflow: hidden;
}

.promo-product .thumbnail .img-promo, .promo-no-product .thumbnail .img-promo {
    height: 80px;
    overflow: hidden;
}

.promo-product .thumbnail .img-promo img, .promo-no-product .thumbnail .img-promo img {
    margin: auto;
}

.promo-no-product {
    opacity: 0.5;
}

.promo-product .thumbnail:hover, .promo-no-product .thumbnail:hover {
    border: 1px solid #ff9968 !important;
    opacity: 1;
}


.promo-product .thumbnail:hover .vendor-btn {
    background-color: #ff9966;
    border: 1px solid #ff9966;
    border-radius: 4px;
}

.promo-api-offer-view .letter-body {
    border: 1px solid #c0c0c0;
    margin:0;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 80px;
}

.pgl-2 {
    padding-left: 2px;
}

.pgr-2 {
    padding-right: 2px;
}

#brand-filter .list-group-item {
    min-height:50px;
}

#setting-connector, #border-row {
    display: none;
}

.annotate {
    min-height: 30px;
    font-size: 92%;
    cursor: pointer;
}


