/* Sticky footer styles
-------------------------------------------------- */
html,
body
{
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
.wrapper
{
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -130px;
    /* Pad bottom by footer height */
    padding: 0 0 130px;
    background: url(img/home_bg.jpg) center -350px no-repeat;
}
.bold
{
    font-weight: bold;
}

.common-home-index .content-container
{
	margin-top: 0;
}
.common-home-index .wrapper
{
    background-position: center top;
}

tr.dashboard-triggerable-details
{
    cursor: pointer;
}

    tr.dashboard-triggerable-details:hover td
    {
        background-color: #CAE2ED;
        color: #29455D;
    }

/* Set the fixed height of the footer here */
footer
{
    color: #ffffff;
    font-size: 12px;
    height: 130px;
    background: url(img/footer.png) center top repeat-x;
}

    footer a,
    footer a:focus
    {
        color: #ffffff;
    }

        footer a:hover
        {
            color: #ffffff;
            text-decoration: underline;
        }

/* Utility classes
-------------------------------------------------- */
.position-relative
{
    position: relative;
}

.overflow-hidden
{
    overflow: hidden;
}

.margin-0-20-10-0
{
    margin: 0 20px 10px 0;
}

.padding-15-15-0
{
    padding: 15px 15px 0;
}

.valign-middle
{
    vertical-align: middle !important;
}

.color-success
{
    color: #11B086 !important;
}

.color-danger
{
    color: #E72545 !important;
}

.nowrap
{
    white-space: nowrap;
}

.validation-error
{
    color: #B94A48;
    font-weight: bold;
}

.loader
{
    display: none;
}

.modal-footer img.loader
{
    margin-top: 10px;
}

.loader.loading
{
    display: inline;
}

.overlow-hidden
{
    overflow: hidden;
}

.cursor-default
{
    cursor: default;
}

/* Custom page CSS
-------------------------------------------------- */
.container
{
    width: auto;
    max-width: 960px;
    padding: 0 15px;
}

    .container .credit
    {
        margin: 10px 0 0;
    }

.theme-dropdown .dropdown-menu
{
    display: block;
    position: static;
    margin-bottom: 20px;
}

.navbar-collapse
{
    max-height: none;
}

.navbar-brand
{
    display: block;
    height: 88px;
}

body
{
    font-family: Arial;
}

header.navbar
{
    margin-bottom: 0;
}

header .navbar-nav > li
{
    padding-top: 15px;
}

h2.page-header
{
    padding-left: 24px;
    background: url(img/bull.png) 0 2px no-repeat;
}

.panel .panel-heading h3
{
    color: #333333;
}

.panel-primary .panel-heading h3
{
    color: #ffffff;
}

header .navbar-nav > li:hover
{
    background: url(img/header_nav_active.png) center top no-repeat;
}

.glyph-ball span
{
    display: block;
    width: 1.09em !important;
    height: 1.09em;
    font-size: 14px;
}

.glyph-ball,
.glyph-ball:hover,
.glyph-ball:focus
{
    display: block;
    background-color: #ffffff !important;
    border: 1px solid #a5cee2;
    border-radius: 30px;
    padding: 15px !important;
    text-decoration: none;
    color: #a1c5d6;
}

header nav > ul > li
{
    font-size: 21px;
    font-family: "Exo", Arial, sans-serif;
    font-family: Arial, sans-serif;
}

    header nav > ul > li ul
    {
        font-family: Arial, sans-serif;
    }

.common-home-index .jumbotron
{
    margin: 15px 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 382px;
    position: relative;
    color: #005ca9;
}

    .common-home-index .jumbotron img
    {
        position: absolute;
        left: -40px;
        top: 0;
    }

.home-container
{
    background: #ffffff;
}

.c-news-list .list-group-item,
.news-group .list-group-item
{
    border: none;
}

    .news-group .list-group-item > a
    {
        display: block;
        background: url(img/list.png) right top no-repeat;
    }

        .news-group .list-group-item > a:focus
        {
            text-decoration: none;
        }

        .news-group .list-group-item > a:hover
        {
            text-decoration: none;
            background: url(img/list_hover.png) right top no-repeat;
        }

.section-bottom
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.bottom-newsletter
{
    width: 60%;
}

.badge
{
    font-family: Arial, sans-serif;
    color: #005CA9;
    font-weight: 400;
    border: 1px solid #a5cee2;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 12px;
}

a.badge:focus
{
    color: #005CA9;
}

a.badge:hover
{
    border-color: #E42E4F;
    background-color: #E42E4F;
    color: #ffffff;
}

.content-container
{
    margin-top: 20px;
}

    .content-container h1
    {
        line-height: 30px;
        margin: 20px 0;
    }

.user-navbar .navbar-nav > li > a
{
    padding: 10px;
}
/* Split button dropdown in tab */
.nav-tabs .btn-group .btn
{
    padding: 10px 10px;
}

.nav-tabs li.active .btn-group .caret
{
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav-tabs .btn:active,
.nav-tabs .btn.active
{
    box-shadow: none;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus
{
    background: #CAE2ED;
    color: #2A6496;
}

.nav-tabs li .filter-menu-trigger
{
    display: none;
}

.nav-tabs li.active .filter-menu-trigger
{
    display: block;
}

.color-transparent
{
    color: transparent;
}

h1.col-heading,
h2.col-heading
{
    margin: 0 0 20px;
    line-height: 30px;
}

/* Bootstrap modal window shift hack */
body
{
    overflow-y: scroll;
}
/*
body.modal-open {
overflow-y: scroll;
margin: 0;
}
*/
.modal
{
    overflow: auto;
}

.toggle-content
{
    display: none;
}

.table-sortable td
{
    background: #ffffff;
    cursor: move;
}

table.table-primary thead tr th
{
    color: #ffffff;
    background-color: #1494c9;
    border-color: #107aa6;
}

.nav-primary li.active > a,
.nav-primary li.active > a:focus,
.nav-primary li.active > .btn-group > a,
.nav-primary li.active > .btn-group > a:focus
{
    color: #ffffff;
    background-color: #1494c9;
    border-color: #107aa6;
}

table ul.pagination
{
    margin-top: 0;
    margin-bottom: 0;
}

ul.list-tree ul
{
    margin-left: 20px;
}

.register-documents
{
    width: 100%;
}

    .register-documents input[type=file]
    {
        max-width: 384px;
    }

#customer_dashboard_refresh,
#supplier_dashboard_refresh
{
    height: 16px;
}

.tree-row
{
    line-height: 24px;
    overflow: hidden;
}

    .tree-row:hover
    {
        background: #EEF7FC;
    }

[data-toggle=next]
{
    cursor: pointer;
}

    [data-toggle=next]:after
    {
        content: " \00bb";
    }

.open[data-toggle=next]:after
{
    content: " \00ab";
}

.content-container [data-dismiss=modal]
{
    display: none;
}

.panel-body .tab-content
{
    margin-top: 10px;
}

#categories_accordion .inactive .tree-row > a
{
    color: #a0a0a0;
}

.form-group.has-error .mceLayout
{
    border: 1px solid #B94A48;
}

.nav-tabs > li > a[data-toggle=tab].contains-error
{
    border-color: #B94A48 #B94A48 rgba(0, 0, 0, 0);
}

.password-strength
{
    font-weight: bold;
    margin: 8px 0;
}

.password-strength-short, .password-strength-weak
{
    color: #B94A48;
}

.password-strength-medium
{
    color: #c09853;
}

.password-strength-good
{
    color: #98b653;
}

.password-strength-strong
{
    color: #468847;
}

.password-strength-bar
{
    width: 120px;
    margin: 8px 0;
    padding: 1px;
    background-color: #F5F8FA;
    border: 1px solid #A5CEE2;
}

    .password-strength-bar > div
    {
        height: 10px;
        background-color: red;
    }

.password-strength-short .password-strength-bar > div,
.password-strength-weak .password-strength-bar > div
{
    background-color: #B94A48;
}

.password-strength-medium .password-strength-bar > div
{
    background-color: #c09853;
}

.password-strength-good .password-strength-bar > div
{
    background-color: #98b653;
}

.password-strength-strong .password-strength-bar > div
{
    background-color: #468847;
}

#carousel-generic h1,
#carousel-generic .h1
{
    line-height: 1;
    margin: 20px 0;
}

#carousel-ball
{
    display: none;
}

.breadcrumb-wrapper
{
    position: relative;
    height: 40px;
}

.breadcrumb
{
    margin: 0;
    top: 0px;
    position: absolute;
    padding: 8px 15px 8px 55px;
}

@media (min-width: 768px)
{
    #carousel-generic
    {
        margin-left: 200px;
    }

    #carousel-ball
    {
        display: block;
        position: absolute;
        left: -200px;
        top: 0;
    }

    .user-navbar
    {
        float: right;
        position: relative;
        top: -40px;
    }

    .bread-icon
    {
        position: relative;
        padding-left: 45px;
    }
}

@media (max-width: 767px)
{
    #carousel-generic .item
    {
        background: none !important;
    }

    .wrapper
    {
        background-position: center -370px;
    }

    header .navbar-collapse
    {
        background: #ffffff;
        border-bottom: 1px solid transparent;
    }

    header .navbar-nav > li:hover
    {
        background-image: none;
    }

    header.navbar-default .navbar-nav > li.home
    {
        padding-top: 0;
    }

        header.navbar-default .navbar-nav > li.home > a,
        header.navbar-default .navbar-nav > li.home > a:hover,
        header.navbar-default .navbar-nav > li.home > a:focus
        {
            background-color: transparent;
            border: none;
        }

    .user-navbar
    {
        border-bottom: 1px solid #CAE2ED;
    }

        .user-navbar .navbar-nav > li > a
        {
            padding: 10px 20px;
        }

    .breadcrumb
    {
        top: -24px;
        margin: 10px 0;
        padding: 8px 0;
    }

    .bread-icon
    {
        display: none;
    }

    .common-home-index .jumbotron
    {
        height: auto;
    }

        .common-home-index .jumbotron img
        {
            display: none;
        }
}

.bg-primary
{
    background-color: #1494C9;
    color: #FFFFFF;
}

    .bg-primary a
    {
        color: #FFFFFF;
    }

.table-stats
{
    width: 100%;
    border: 1px solid #CAE2ED;
    /* margin: 32px 0 10px; */
    clear: both;
}

img.white117
{
    width: 1px;
    height: 17px;
}

@-moz-document url-prefix()
{
    img .white117;

{
    height: 22px;
}

}

.table-stats td
{
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #CAE2ED;
    padding: 0 3px;
}

.table-stats tr:nth-child(2n) td
{
    background: #F6F6F6;
}

.table-stats tr.bg-grey td
{
    background: url(img/bg_grey_tools.gif);
    font-weight: bold;
    color: #ffffff;
}

.bg-grey a
{
    color: #ffffff;
}

.media-heading
{
    font-weight: bold;
    margin-bottom: 10px;
}

.media:first-child
{
    margin-top: 15px;
}

.list-badges
{
    overflow: hidden;
}

    .list-badges li.badge
    {
        margin-right: 4px;
        margin-bottom: 4px;
    }

#supplier_dashboard_auctions li span
{
    display: none;
}

#supplier_dashboard_auctions li.active span
{
    display: inline;
}

.common-home-index h4.media-heading
{
    height: 36px;
}

.col-report
{
    display: none;
}

.rating
{
    color: #005ca9;
}

    .rating i.fa-star-o
    {
        color: #999999;
    }

.rating-editable
{
    cursor: pointer;
}

.rating-circle
{
    background: #1494c9;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.input-group input + select
{
    border-left-style: none;
}


.msg-msg
{
    padding: 10px;
    border-top: 1px solid #d8f3fe;
    position: relative;
}

    .msg-msg:hover form.msg-remove
    {
        opacity: 1;
    }

form.msg-remove
{
    opacity: 0.2;
    position: absolute;
    top: 10px;
    transition: all 0.6s;
}

.msg-in
{
    text-align: left;
    background-color: #eef7fc;
}

    .msg-in .msg-remove
    {
        right: 10px;
    }

.msg-out
{
    text-align: right;
}

    .msg-out .msg-remove
    {
        left: 10px;
    }

.msg-unread small,
.msg-list-item-unread
{
    font-weight: bold;
}

    .msg-unread small:before,
    .msg-list-item-unread td:first-child:before
    {
        color: #e72545;
        font-family: 'Glyphicons Halflings';
        content: "\2a";
        padding-right: 4px;
    }

#msg-wrap .tab-pane
{
    padding: 10px 0;
}
