body {
    padding-top: 45px;
}

.navbar {
    min-height: auto;
}

.courier {
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline;
    margin-right: 2px;
}

.courier.ups {
    background: #432002;
    color: #eeb300;
}

.courier.fedex {
    background: #6d29c2;
    color: #eee;
}

.courier.usps {
    background: #1a7ec4;
    color: #fff;
}

.label-gray {
    background: #666;
    display: inline;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    white-space: nowrap;
}

.holder {
    line-height: 24px;
    vertical-align: middle;
    background: url(../img/card_back.png) left center no-repeat;
    padding-left: 30px;
    font-size: 11px;
    color: #666;
    display: block;
}

kbd {
    font-size: 80%;
    background-color: #ababab;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.descr span {
    padding: 1px 3px;
    background: #ffe073;
    /*font-size: 11px;*/
    color: #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #d7a700;
}

.descr b {
    padding: 1px 3px;
    background: #ffe073;
    /*font-size: 11px;*/
    color: #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #d7a700;
    font-weight: normal;
}

.descr i {
    font-style: normal;
    /*font-size: 11px;*/
}

.table-hover>tbody>tr:hover {
    background-color: #fffbe3;
}

.delivery-status {
    display: inline-block;
    width: 16px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: middle;*/
    border-radius: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 1px;
}

.delivery-status.small {
    width: 14px;
    height: 14px;
}

.delivery-status.created {
    background: #9e9e9e;
}

.delivery-status.in_transit {
    background: #2196f3;
}

.delivery-status.delivered {
    background: #4CAF50;
}

.delivery-status.failed {
    background: #F44336;
}

.text-success {
    color: #4caf50;
 }

.control-menu {
    padding: 6px 15px;
    background: #222;
    color: #fff;
}

.control-menu ul {
    margin-bottom: 0;
}

.control-menu .btn {
    padding: 3px 8px;
}

/*td.ebay {*/
    /*background-image: url(../img/ebay.png) left 30px no-repeat;*/
/*}*/



.btn-success,
.btn-success:hover,
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4cae50;
    border-radius: 2px;
}

.btn-danger,
.btn-danger:hover,
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
    border-radius: 2px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196f3;
    border-radius: 2px;
}

.nav-tabs > li > span {
    display: inline-block;
    margin-top: 5px;
    margin-left: 2px;
}

.nav-tabs > li > span > .btn {
    padding: 5px 8px;
}

.modal-content {
    border-radius: 2px;
}

.modal-header {
    padding: 8px 15px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: normal;
}

@media (min-width: 768px){
    .navbar-nav {
        float: left;
        margin: 0;
        margin-left: -15px;
    }

    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.form-control {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #216bf3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

.message {
    border-bottom: 0;
    display: block;
    overflow: hidden;
    height: 18px;
    /*line-height: 19px;*/
    /*margin: -4px -6px;*/
    /*padding: 4px 6px;*/
    text-decoration: none !important;
}

.message span {
    display: block;
    color: #666;
}

.message span b {
    font-weight: normal;
    color: #000;
}

.message span.new,
.message span.new b {
    font-weight: bold;
}

.message-text {
    font-size: 18px;
}

.modal-content form .form-group:last-of-type {
    margin-bottom: 0;
}

.reward-unpaid {
    background: #ffcdd2;
    color: #000;
    text-align: right;
    /*font-size: 18px;*/
}

.reward-paid {
    /*display: inline-block;*/
    /*padding: 2px 5px;*/
    /*margin: -2px -5px;*/
    /*background: #4cae50;*/
    /*border-radius: 3px;*/
    /*color: #fff;*/
    background: #daf2db;
    /*border-radius: 3px;*/
    color: #000;
    text-align: right;
    /*font-size: 18px;*/
}