html,
body {
    height: 100%;
}

.brand-logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    height: 40px;
    width: 100px;
}

th, td
{
    font-size: 12px;
    padding: 4px!important;
}

th
{
    font-size: 10px;
    text-align: center;
}

td:first-child
{
    text-align: center;
}

.table-packages .name
{
    width: 230px;
}

.table-packages .actions
{
    white-space: nowrap;
    text-align: center;
}

td.danger
{
    background-color: #e24837 !important;
    color: white;
}

td.warning
{
    background-color: #faf855 !important;
}

td.success
{
    background-color: #41882e!important;
    color: white;
}

td.status-received
{
    background-color: #66d847 !important;
}

td.status-paid
{
    background-color: #41882e!important;
    color: white;
}

td.status-returned
{
    background-color: #c7c1cd !important;
}

td.stuffer-status-problems
{
    background-color: #3c71c7 !important;
    color: white;
}

td.status-delay
{
    background-color: #e24837 !important;
    color: white;
}

td.status-problems
{
    background-color: #FAA020 !important;
    color: black;
}

td.status-drop-problems
{
    background-color: #e24837 !important;
    color: white;
}

td.status-n-a
{
    background-color: #c9daf8 !important;
    color: black;
}
/*
td[name=price] {
    text-align: center;
}

.table-packages td {
    text-align: center;
}
 */


.table-packages .filters td:first-child:after {
    height: auto;
}

.table-packages td:first-child:after {
    content: '';
    display: block;
    vertical-align: top;
    height: 30px;
}


.navbar-inverse
{
    background-color: #337ab7 !important;
    color: #000000!important;
    border-color: white;
}

.navbar-inverse .navbar-nav > li > a
{
    color: white!important;
}

.navbar-inverse .navbar-brand
{
    color: #ffffff!important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    background-color: inherit;
}

.navbar-inverse li.active
{
    background-color: #30619b;
}

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

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

.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: /*"\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;
}

.note-raw
{
    white-space: pre-wrap;
}

td.count-pack
{
    white-space: nowrap;
}


.table-label
{
    width: 400px
}

.item
{
    padding: 12px 8px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;

}

.item:last-child
{
    border-bottom: none;
}

.item .title
{
    padding-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.item .body
{
    padding-top: 8px;
}

.item:nth-child(2n)
{
    background-color: #eeeeee;
}

.checkedItem
{
    background: #fffc83 !important;
}

.itemLabel
{
    display: block;
    font-weight: inherit;
    cursor: pointer;

}

.itemLabel .count-unread-messages {
    color: red;
    font-weight: 600;
}

.itemLabel .itemLabel__message-status {
    text-align: right;
    font-size: 12px;
}

.itemLabel .itemLabel__message-status_unread {
    color: silver
}

.itemLabel .itemLabel__message-status_read {
    color: #00aa00;
}

.item .checkbox
{
    float: right;
}


.item.danger
{
    background-color: #f2dede!important;
}

@keyframes danger-animate
{
    2%{
        background-color: #f2dede;
    }
}

@keyframes danger-animate-namecol
{
    5%{
        opacity: 0;
        color: #f2dede;
    }
}

.danger-animate
{
    animation: danger-animate 7s;
}

.danger-animate *
{
    animation: danger-animate-namecol 1s;
}


.modal-lg {
    width: 90%!important;
}


.row-pack-union
{
    border-bottom: 1px dashed silver;
    padding: 3px 0;
}

.row-pack-union:last-child
{
    border-bottom: none;
}

.comment-pack
{
    border: 1px solid #85aec0;
    margin-top: 30px;
    position: relative;
    padding: 23px 10px;
}

.comment-pack h3
{
    background-color: white;
    display: inline-block;
    left: 11px;
    padding: 0 13px;
    position: absolute;
    top: -33px;
}

.btn[disabled]
{
    background-color: silver;
    color: white;
}

.unreadMessage
{
    animation: danger-animate 7s;
}

.unread-messages-text
{
    color: red;
}

.unread-message-nav
{
    animation: danger-animate 3s infinite;
}

@keyframes danger-animate2
{
    2%{
        background-color: #ff8200;
    }
}

.unread-message-nav
{
    animation: danger-animate2 3s infinite;
}

.checkbox-all
{
    padding-left: 24px;
}

.faq-checkbox
{
    float: right;
}

.navcat
{
    float: right;
    margin-top: 10px
}

.navcat .item-nav
{
    display: inline-block;
}

.navcat .item-nav.active a
{
    background-color: silver;
    border-color: silver;
}

.navcat .item-nav.active a:hover
{
    background-color: silver;
}

.navcat .item-nav a
{
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    color: white;
    background-color: #4cae4c;
    border-color: #4cae4c;
}

.navcat .item-nav a:hover
{
    background-color: #4cae4c;
}

.article-admin-item label
{
    display: block;
}

.article-admin-item label .sort
{
    display: inline-block;
    float: right;
    margin-right: 30px;
    font-weight: 200;
    color: #939393;
    font-size: 12px;
    margin-top: 3px;
}

.article-admin-item label .check-item {
    float: right;
    display: inline-block;
}

.article-admin-item a
{
    font-weight: 200;
}

.wideModal .modal-dialog
{
    width: auto!important;
    max-width: 1000px;
}

.modal-dialog.modal-sm
{
    width: 900px;
}

.pack-new-event .actions
{
    background-color: #ff8200;
}

.alert-event
{
    animation: danger-animate2 3s infinite;
}

.alert-event-one
{
    animation: danger-animate2 3s 1!important;
}

.pack-group-date-line
{
    border-top: 2px solid #66d847!important;
}

.pack-delivery-today td.id
{

}

.row-pack-union-id .union-plus
{
    position: absolute;
    top: 10px;
}

.row-pack-union-id .row-pack-union
{
    border: 0;
    position: relative;
    color: red;
}


/*widget select start*/
.group-item
{
    border: 1px dotted silver;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 11px;
    width: 145px;
}

.group-item .letter
{
    font-size: 25px;
    font-weight: 600;
    background-color: #d4d5d3;
}

.group-item .item
{
    text-decoration: underline;
    color: #0000ff;
    cursor: pointer;
}

.name-val
{
    background-color: rgba(55, 100, 198, 0.18);
    padding: 3px;
    margin-bottom: 10px;
    display: none;
}

/*widget select end*/

.drop-select-item.danger
{
    background-color: #e24837 !important;
    color: white;
}

.drop-select-item.warning
{
    background-color: #faf855 !important;
    color: black;
}

.drop-select-item.success
{
    background-color: #41882e!important;
    color: white;
}

.drop-select-item.fresh
{
    background-color: white;
}

.datepicker-days .current,.today
{
    background-color: #286090 !important;
    color: white !important;
}

.datepicker-days .active
{
    background-color: green !important;
}

.list-cell__track
{
    border-bottom: none!important;
    text-align: left;
    font-size: inherit;
    padding-left: 0!important;
}

.list-cell__button
{
    border-bottom: none!important;
}

.js-input-plus
{
    background-color: #00aa00;
    color: white;
}

.quickedit
{
    width: 170px;
    overflow: hidden;
}

.quickedit-btn
{
    display: inline-block;
    height: 25px;
    border: none;
    border-radius: 2px;
    width: 25px;
    margin: 1px 1px 0 3px;
    color: white;
    padding: 0;
}

.quickedit-btn:last-child
{
    margin-right: 0;
}

.quickedit-btn-success
{
    background-color: #00aa00;
}

.quickedit-btn-remove
{
    background-color: #e24837;
}

.quickedit input
{
    display: inline-block;
    width: 100px;
    float: left;
}

.quickedit-form
{
    background-color: white;
    position: absolute;
    border: 1px silver solid;
    border-radius: 5px;
    display: none;
    border: 1px solid silver;
    color: black;
    z-index: 100;
}

.quickedit-form select
{
    color: black;
}

.quickedit-form .cancel
{
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    color: #e24837;
}

.kv-grid-container
{
    overflow: visible!important;
}

.quick-datepicker-cancel
{
    font-size: 12px;
    text-align: center;
    border-top: 1px solid silver;
    cursor: pointer;
    background-color: #e9e9e9;
    color: black;
}

.countpacks-success
{
    color: green;
    font-size: 15px;
    margin-top: 10px;
}

.file-preview-image
{
    width: 100%;
}

.images
{
    padding: 10px 0;
    background: #f8f8f8;
    margin-bottom: 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.image-container
{
    display: inline-block;
    width: 200px;
    margin: 10px;
    float: left;
}

.image-container img
{
    width: 100%;
}

.file-input
{
    margin-bottom: 10px;
}

.stuffer-comments
{
    border: 3px dashed deepskyblue;
}

.stuffer-comments.comment-pack h3
{
    border-radius: 3px;
}


a.success {
    color: green;
}

a.danger {
    color: #e24837;
}

a.warning {
    color: #ffb502;
}

.pack-type {
    font-size: 10px;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    background-color: silver;
    display: block;
    text-align: center;
    margin: 2px;
    width: 50px;
}

.mark-test {
    background-color: #1BA1E2;
}

.mark-work {
    background-color: red;
}

.mark-pickup {
    background-color: #67c70d;
    white-space: nowrap;
}

.mark-reship {
    background-color: #a062b7;
    white-space: nowrap;
}


.modal-dialog {
    width: 900px;
}


a.billing {
    color: silver;
}

a.billing-active {
    color: #67c70d;
    font-weight: bolder;
    font-size: 19px;
}

a.billing-act-all {
    font-size: 16px;
}

.billing-item-btn {
    font-size: 16px;
}

.messages.drop-checked {
    color: #41882e;
}
.messages.drop-pause{
    color: #ffb502;
}
.messages.drop-died {
    color: #e24837;
}
.messages.drop-expired {
    color: #e24837;
}

.btn-requestpay-new {
    color: white;
    background-color: #558ed5!important;
    margin-bottom: 5px;
}

.btn-requestpay-inprogress {
    color: white;
    background-color: #00b050;
    margin-bottom: 5px;
}

.btn-requestpay-payed {
    color: white;
    background-color: #ffc000;
}

.status-requestpay-new {
    background-color: #558ed5;
    color: white;
}

.status-requestpay-inprogress {
    background-color: #00b050;
    color: white;
}

.status-requestpay-payed {
    background-color: #ffc000;
    color: white;
}

.stuffer-balance {
    font-size: 14px;
    font-weight: 600;
}

a.test-complete {
    color: red;
}

.buyer-name {
    margin-top: 10px;
    padding: 0 4px 0 0;
    display: inline-block;
}

.grid-online_expired {
    color: red;
}

@media (max-width: 1200px) {
    .navbar-nav > li > a {
        font-size: 12px;
        padding: 15px 10px;
    }
}


@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

.count-packs-container
{
    display: inline-block;
    width: 50px;
}

.image-container__info {
    overflow: hidden;
    font-size: 13px;
    margin-top: 3px;
}

.image-container__date {
    float: left;
}

.image-container__remove-lnk {
    float: right;
}

.reship-pickup {
    overflow: hidden;
}
.reship-pickup .form-group {
    display: inline-block;
    margin-right: 20px;
}

.order-number label {
    font-weight: normal;
}

td .order-number {

}

.ready_for_pickup-act {
    padding: 3px 6px;
    background-color: #c0c0c0;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    color: black;
}

.ready_for_pickup-active {
    background-color: #67c70d;
    color: white;
}

.billable-s_active {
    color: #67c70d;
    font-weight: bolder;
    font-size: 20px;
}

.billable-s_disable {
    font-weight: bolder;
    font-size: 20px;
}

textarea.form-control {
    height: 320px;
}

.drop-form textarea.form-control {
    height: 257px;
}

.radio-like-buttons label {
    padding: 5px 10px;
    background-color: #d4f3e5;
    color: black;
    margin-right: 20px;
    border-radius: 5px;
    display: inline-block;
}

.slug-delivery {
    height: 45px;
    width: 51px;
}

.slug-delivery span {
    display: none;
}

.slug-delivery-fedex {
    background: url(/img/delivery-slug/fedex.png);
    background-size: 85px auto;
    background-position: center;
}

.slug-delivery-dhl {
    background: url(/img/delivery-slug/dhl.jpg);
    background-size: 49px auto;
    background-position: center;
}

.slug-delivery-ups {
    background: url(/img/delivery-slug/ups.png);
    background-size: 54px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.slug-delivery-usps {
    background: url(/img/delivery-slug/usps.jpg);
    background-size: 65px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.slug-delivery-ontrac {
    background: url(/img/delivery-slug/ontrac.png);
    background-size: 45px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.slug-delivery-lasership {
    background: url(/img/delivery-slug/lasership.png);
    background-size: 45px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.slug-delivery-amazon {
    background: url(/img/delivery-slug/amazon.jpg);
    background-size: 36px auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
}

.slug-delivery-other span {
    display: inline-block;
}

.price-val {
    white-space: nowrap;
}

.pack-count-label {
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.messages-nav {
    position: relative;
}

.messages-nav__count {
    position: absolute;
    display: inline-block;
    padding: 1px;
    bottom: -13px;
    left: 34px;
    font-size: 14px;
    background: orange;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50px;
}

.message-index__tab {
    height: 20px;
    position: relative;
}

.message-index__tab-count-wrap {
    text-align: center;
    margin-top: 5px;
    height: 20px;
}

.message-index__tab-count {
    position: absolute;
    display: inline-block;
    padding: 1px;
    bottom: -30px;
    left: calc(50% - 10px);
    font-size: 14px;
    background: orange;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50px;
}

.message-index__tab {
    display: inline-block;
}

.input-group-sp.input-group-addon {
    min-width: 70px!important;
}

.pack-unread-comments {
    margin-top: 10px;
    text-align: right;
    height: 1px;
}

.count-unread-comments
{
    color: red;
    text-align: right;
}

.pack-unread-comments .btn-primary {
    background-color: #28609091;
}

.pack-unread-comments .btn-primary:hover {
    background-color: #337ab7;
}

.grid-drop-state {
    width: 60px;
}

.grid-drop-zip {
    width: 70px;
}

.drop-detail-view th {
    text-align: left;
}

input[type="checkbox"] {
    height: 20px!important;
    width: 20px!important;
}

td.actions {
    width: 30px;
}

.kv-file-content {
    overflow: hidden;
}

.stuffer-notification-select label{
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 5px;
}

.mule-balance {
    margin: 10px 0;
}

.mule-balance__line {
    font-size: 18px;
}

.add-asins-result {
    margin: 10px 0;
    background-color: rgba(11, 144, 196, 0.14);
    padding: 5px 10px;
}

.add-asins-result_warning {
    background-color: rgba(227, 99, 20, 0.2);
}

.add-asins-result__title {
    font-size: 15px;
    font-weight: 800;
}

.add-asins-result__table .grid-view .table {
    background-color: white;
}
