#page.loading {
    background-color: #eee;
    width: 100%;
    height: 100%;
    background-image: url('../images/ajax-loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events:none;
    filter: alpha(opacity=100); /* ie */
    -moz-opacity: 1; /* mozilla */
}
#page.loading * {
    opacity: .8;
    filter: alpha(opacity=80); /* ie */
    -moz-opacity: .8; /* mozilla */
}

html,
body {
    height: 100%;
}

a,
button{
        outline: none!important;
}

.unpaid-orders:after {
    content: url('../images/exclamation-circle.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin: 2px 60px 0 0;
}

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

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

    .wrap .navbar-inverse {
        background-color: #fff;
        border-color: #080808;
    }

    .navbar-header {
        height: 54px;
        padding: 2px 0;
    }

        a.navbar-brand{
            width: 200px;
            height: 51px;
            background: url(../images/everdrive-logo.jpg) no-repeat 0 0;
        }

        .wrap .navbar .container .navbar-brand{
            margin-left: 0;
        }

    .navbar-collapse li.hidden-item{
        visibility: hidden;
    }

    .navbar-collapse .btn-logout{
        color: #080808;
        padding-top: 15px;
    }

        .navbar-collapse .btn-logout:hover{
            color: #080808;
        }

    .site-login{
        width: 400px;
        margin: 0 auto;
    }

.main-section{
    float: left;
    width: 1000px;
    padding: 0 20px
}

    .container-login .main-section{
        width: 1245px;
    }

    .clear{
        clear: both;
    }

    .btn-left{
        float: left;
        width: 150px;
    }

    .btn-right{
        float: right;
        padding: 10px 0;
    }

    .submit-wrap{
        text-align: center;
    }

    #login-form .form-group .btn{
        padding: 6px 58px;
    }

.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;
}
.clear{clear: both;}
/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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;
}


/* Modules styles */
.modules-wrap{
    width: 705px;
    margin: 0 auto;
}

    .modules-wrap .btn{
        width: 290px;
        margin: 20px 30px 0;
        padding: 10px 12px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

/* Search forms */
.search-block input,
.search-block select{
    width: 464px;
}

.search-block input.hasDatepicker{
    width: 500px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.search-block .form-group{
    float: left;
}

.block-right{
    float: right;
}

.search-block .btn-form-group{
    clear: both;
}

.search-block .btn-form-group .btn{
    padding: 6px 35px;
}

.search-block .input-group{
    width: 464px;
}

.btn-create{
    float: right;
    padding: 6px 35px;
}

    .grid-wrap .btn-create{
        float: left;
        margin: 10px 0;
    }

.stock-btn-group{
    float: left;
    margin: 10px 0;
}

    .stock-btn-group .btn{
        padding: 6px 35px;
    }

    .btn-remove{
        background-color: #707070;
        border-color: #626262;
        color: #fff;
    }

.table-view th{
    width: 240px;
}

.table-view .btn-danger{
    padding: 6px 35px;
}


.orders-form .item.panel,
.shipments-form .item.panel,
.cartridge-types-form .item.panel{
    width: 350px;
    float: left;
    margin-right: 22px;
}

    .cartridge-types-form .item.panel{
        width: 100%;
    }

    .cartridge-types-form .item.panel .panel-heading{
        padding: 2px 15px;
    }

    .cartridge-types-form .item .panel-heading button{
        margin-top: 9px;
    }

.cartridge-types-form .dynamicform_wrapper .form-control{
    width: 380px;
    float: left;
}

.cartridge-types-form .dynamicform_wrapper .form-control.group_select{
    margin-right: 16px;
    width: 280px;
}

.cartridge-types-form .dynamicform_wrapper .quantity{
    width: 80px;
}

.cartridge-types-form .dynamicform_wrapper .part_optional{
    margin-top: 11px;
}

.cartridge-types-form .dynamicform_wrapper .form-group{
    float: left;
    padding-right: 16px;
    margin-bottom: 0;
}

.orders-form .panel-body.container-items,
.cartridge-types-form .panel-body.container-items{
    padding-right: 0;
    padding-left: 17px;
}

.shipments-form .panel-body.container-items{
    padding: 15px 0 15px 17px;
    border:1px solid #dddddd;
    border-radius: 4px;
}

.shipments-form .panel-body .row{
    margin: 0;
}

.btn-generate{
    margin-left: 15px;
}

.parts-search.search-block .form-group{
    width: 100%;
}

.glyphicon-pencil,
.glyphicon-copy,
.glyphicon-download-alt{
    padding-right: 8px;
}

.clear-line{
    visibility: hidden;
}

.admin-view .clear-line{
    visibility: visible;
    width: 100%;
    height: 31px;
    background-color: #eeeeee;
    margin-top: 30px;
}

.admin-view h2{
    text-align: center;
    margin-top: 10px;
    padding-top: 2px;
    font-size: 23px;
}

.cartridge-types-update{
    position: relative;
}

.cartridge-types-update .btn-top{
    position: absolute;
    top: 0px;
    right: 0px;
}

.left-section{
    float: left;
    padding: 10px 18px 20px;
    width: 184px;
    background-color: #eeeeee;
}

.left-section .nav > li > a.dropdown-header{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 5px;
    color: #000000;
    cursor: text;
}

    .left-section .nav > li > a{
        display: block;
        background-color: transparent;
        color: #000000;
        border: none;
        text-align: left;
        padding: 2px 5px;
    }

    .cartridges-search h2{
        margin-top: 5px;
    }

    .grid-wrap .summary{
        float: right;
        padding-top: 15px;
    }

    .filters .drp-container.input-group .form-control{
        padding: 6px 2px;
        margin-right: 24px;
        min-width: 92px;
    }

    .filters .input-group-addon{
        padding: 6px 4px;
    }

    .filters .range-value{
        font-size: 12px;
        text-align: left;
    }

    .btn-file{
        width: 200px;
    }

    .accessories-form .group_select{
        margin-bottom: 15px;
    }

    .main-section h1{
        margin-top: 10px;
    }


/* Store styles */
.store-index .btn-success{
    margin-bottom: 20px;
}

.list-view{
    clear: right;
}
.list-view .product {
    float: left;
    margin-bottom: 0;
    padding: 0 15px 85px;
    text-align: center;
    width: 25%;
}

    .list-view .product-container {
        background: #fff none repeat scroll 0 0;
        padding: 0;
        position: relative;
    }

       .list-view .product-image-container{
            border: 1px solid #d6d4d4;
            margin-bottom: 13px;
            padding: 9px;
            position: relative;
            text-align: center;
        }

        .list-view .product-image-container .product-img-link{
            min-height: 190px;
        }

        .product-name-link h2 {
            color: #3a3939;
            font-size: 17px;
            line-height: 23px;
            margin-bottom: 0;
        }

        .content-price {
            line-height: 21px;
            padding-bottom: 9px;
        }

            .price.product-price{
                color: #333;
                font: 600 21px/26px "Open Sans",sans-serif;
            }

.store-index .pagination{
    width: 100%;
}

.pb-container{
    width: 70%;
}

.pb-left-column{
    float: left;
    padding: 0 10px;
}

    .pb-left-column #image-block {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #dbdbdb;
        display: block;
        padding: 5px;
        position: relative;
    }

.pb-center-column{
    float: left;
    width: 50%;
    padding: 0 10px;
}

    .pb-center-column h1 {
        color: #3a3939;
        font-size: 20px;
        margin-top: 10px;
        padding-bottom: 16px;
    }

.pb-bottom-column{
    clear: left;
    padding: 20px 10px;      
}

    .pb-bottom-column .control-label{
        font-size: 18px;
    }

    .pb-bottom-column span{
        color: #3a3939;
        font-size: 16px;
        padding: 0 20px;
    }

.pb-right-column{
    float: right;
    width: 200px;
}

.box-info-product {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: #b0afaf #d2d0d0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 10px 0 10px 11px;
}

    .box-info-product p {
        padding: 5px 19px 5px 0;
        margin-bottom: 7px;
        color: #333;
        font-family: "Open Sans",sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
    }

    .box-info-product form{
        padding: 0 19px;
    }

    .box-info-product .input-group,
    .box-info-product .btn-success{
        width: 175px;    
    }
    
.cart-view h2{
    color: #3a3939;
    font-weight: bold;
}

.cart-view table,
table.product-info{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.orders-form table{
    margin: 20px 0 30px;
}
    
    .cart-view td,
    .cart-view th,
    .orders-form td,
    .orders-form th,
    table.product-info td,
    table.product-info th{
        border: 1px solid #d6d4d4;
    }

        table.product-info td.td-title{
            font-weight: bold;
        }

    .cart-view th,
    .orders-form th{
        padding: 7px 8px 9px;
        color: #333;
        font-weight: bold;
    }

        .cart-view th.th-btn{
            width: 40px;
        }

        .cart-view td.th-btn{
            text-align: center;
        }

    .cart-view td,
    .orders-form td,
    table.product-info td{
        padding: 5px 8px;
    }

        .cart-view #total-td{
            text-align: right;
            font-weight: bold;
        }

        .cart-view #price-td{
            font-weight: bold;
        }

.cart-view .btn-remove{
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    color: #337ab7;
    background-color: #fff;
}

#optional-parts{
    padding-bottom: 15px;
}

#optional-parts label{
    padding-left: 10px;
    font-weight: normal;
}

    #optional-parts label input{
        margin: 4px 5px 0 0;
    }

.action-td{
    min-width: 67px;
}

.parts-stock-index .btn-danger{
    float: right;
}

#customer-comment,
#system-comment{
    border: 1px solid #333;
    padding: 10px;
}

    #system-comment{
        margin-bottom: 20px;
        clear: both;
    }

#system-comment p{
    float: left;
}

#system-comment .btn{
    float: right;
}

#customer-comment span,
#system-comment span{
    font-weight: bold;
}

.product-option-info{
    border: 1px solid #d6d4d4;
    padding: 10px;
}

    .product-option-info h2{
        margin-top: 0;
    }

    .product-option-info .img-container{
        float: left;
        margin-right: 20px;
    }

    .product-option-info .text-info{
        color: #333;
    }

    .product-option-info .text-info p{
        margin-bottom: 4px;
    }

    .product-option-info .text-info .title{
        font-weight: bold;
    }

    .product-option-info .divider{
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #d6d4d4;
        margin-top: 10px;
    }

.grid-view .btn{
    margin: 0 5px 5px 0;
    padding: 2px 4px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    opacity: 0.32;
}