html,
body {
    height: 100%;
}

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

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

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

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

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

.package-index {
    margin-top: 30px;
}

/* 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;
}

.navbar-inverse
{
    background-color: #ff6f09;
    border-color: white;
    color: #ffffff;
}

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

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

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

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

.navbar-inverse .btn-link
{
    color: #ffffff;
    margin-top: 7px;
}

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

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

}

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

@keyframes danger-animate2
{
    2%{
        background-color: white;
        color: red;
    }
}

@keyframes danger-animate2-a
{
    2%{
        color: red;
    }
}

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

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

.profile {
    margin-top: 50px;
}

.profile__head-text {
    padding: 10px;
    border: 1px solid #9bddf8;
    border-radius: 7px;
    background-color: #9bddf8;
    color: black;
}

.profile .confirm-profile-block
{
    text-align: center;
    padding: 10px;
    border: 1px dashed red;
}

.profile .confirm-profile-block .btn-confirm
{
    margin-top: 10px;
}

.step-block {
    padding: 10px 0 25px 0;
    border-bottom: 1px solid silver;
}

.step-done {
    padding: 10px;
    background-color: #017301;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

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


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

.navbar-nav .danger
{
    animation: danger-animate2 2s;
    animation-iteration-count: infinite;
}

.navbar-nav .danger a
{
    animation: danger-animate2-a 2s;
    animation-iteration-count: infinite;
}

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

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

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

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

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

.faq-checkbox
{
    float: right;
}

.count-unread-comments
{
    color: red;
    font-size: 14px;
}

.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 a
{
    font-weight: 200;
}

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

.confirm-delivery, .confirm-shipping
{
    animation: danger-animate2 3s infinite;
}

.btn-received
{
    background-color: #66d847 !important;
    color: black;
}

.btn-shipped
{
    background-color: #41882e !important;
    color: white;
}

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

.pack-delivery-today td.name
{

}

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

.row-pack-union-id .row-pack-union
{
    border: 0;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #ff331e
}

/*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;
}

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

td.payData
{
    white-space: pre;
}

a
{
    cursor: pointer;
}

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

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

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

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

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


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

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

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

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

.mark-unreg {
    background-color: inherit;
    white-space: nowrap;
    border: 1px solid black;
    color: black;
}

.drop-index td.note
{
    white-space: pre-wrap;
}

td.note
{
    white-space: pre;
}

.widget-comment-body {
    white-space: pre-wrap;
}

.list-drop-item {
    border: 1px solid silver;
    overflow: hidden;
    background-color: #e6e6e8;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.list-drop-item .head-title {
    margin-bottom: 10px;
}

.list-drop-item.new-comments .view-detail{
    background-color: #ff8200;
    border-color: #de7100;
}

.list-drop-i {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.list-drop-i label {
    font-weight: 200;
}

.list-drop-i:last-child {
    border-bottom: none;
}

.list-drop-el {
    font-weight: 600;
    text-align: left;
}


.list-drop-el .mark-today {
    display: inline;
    background-color: #67c70d;
    padding: 3px 5px;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    margin-top: -3px;
}

.list-drop-el.shipment-status {
    font-weight: 200;
}

.list-drop-el.delivery-status {
    font-weight: 200;
}

.list-drop-el label {
    font-weight: 200;
}

.list-drop-sep {
    font-size: 10px;
    line-height: 10px;
    color: white;
    background-color: #ff3c00;
    padding: 4px 0 2px 0;
    text-align: center;
    text-transform: uppercase;
}

.c1 {
}

.w-list {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

.list-drop-item .actions {
    padding: 10px 0;
    text-align: center;
    display: inline-block;
}

.list-drop-item .actions .act-item {
    float: left;
}

.list-drop-item .actions .act-item-file {
    font-size: 25px;
    margin-top: 1px;
}

.list-drop-item.combine-pack .id{
    color: red;
}

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

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

td .order-number {

}

.table-label img{
    width: 100%;
}

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

.slug-name-label {
    display: inline-block;
    padding: 1px 4px;
    background-color: #f1f1f1;
    border-radius: 2px;
    border: 1px solid silver;
}

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

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

.navbar-toggle {
    position: relative;
}
.navbar-toggle__count {
    position: absolute;
    display: inline-block;
    padding: 1px;
    bottom: -15px;
    left: 9px;
    font-size: 14px;
    background: orange;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50px;
}

.messages-nav {
    position: relative;
}



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

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



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

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

@media (min-width: 768px) {
    .messages-nav__count {
        position: absolute;
        display: inline-block;
        padding: 1px;
        bottom: -11px;
        left: 32px;
        font-size: 14px;
        background: orange;
        color: white;
        width: 24px;
        height: 24px;
        text-align: center;
        border-radius: 50px;
    }
}


.noty-pack-status {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 3px;
    background-color: white;
}

.noty-pack-status_success {
    background-color: #00aa00;
}

.pack-addition-info-m {
    border: 1px solid #c9c9c9;
    width: 100%;
    text-align: left;
    padding: 5px;
}

.pack-addition-info-m:first-child {
    margin-top: 10px;
}

.drop-bonus {
    border: 1px solid black;
    background-color: #efefef;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 5px;
    line-height: 1.3;
    margin: 0 3px;
}

.drop-bonus_penalty {
    color: red;
}

.drop-bonus_bonus {
    color: #00aa00;
}

.signature-required {
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid silver;
    background: silver;
    display: inline-block;
    font-size: 10px;
    color: black;
    line-height: 1.3;
    text-align: center;
    font-weight: 200;
}

.pack-label-width-limit {
    max-width: 126px;
    word-wrap: break-word;
    display: inline-block;
}