/**
 *
 * Apply your custom CSS here
 *
*/

body {
}

a {
}

.panel .panel-heading > .panel-options a.btn.btn-white {
    color: #000;
}

.panel .panel-heading > .panel-options a.btn {
    color: #fff;
}

.right {
    text-align: right;
}

.cut-off, .pointer, .order-paid, .select-warehouse, .select-subiekt, .order-lack {
    cursor: pointer;
}

/*.orders-list tbody tr td:last-of-type {*/
/*display: inline;*/
/*}*/

.weight-input {
    height: 23px;
    padding: 5px;
    width: 52px;
    margin: 5px 0px;
}

.btn-group + .btn-group {
    margin-left: 0;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 10px;
    }

    form.form-inline .form-group + .form-group {
        margin-left: 0;
    }
}

.page-container .main-content {
    padding: 30px 15px;
}

.panel.orders-panel {
    padding: 20px 15px;
}

.nopadding {
    padding: 0;
}

.orders-search-form .select2 {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .navbar.horizontal-menu {
        background-color: #EEEEEE;
    }

    .navbar.horizontal-menu .navbar-inner .navbar-brand a.logo img.visible-xs {
        width: 142px;
        margin-top: -29px;
    }

    .navbar-nav.mobile-is-visible {
        padding-bottom: 50px;
        background-color: #EEEEEE;
    }

    .navbar.horizontal-menu .navbar-inner .navbar-nav li.active > a {
        color: #331818;
    }

    .navbar.horizontal-menu .navbar-inner .navbar-nav a:hover {
        color: #331818;
    }

    .navbar.horizontal-menu .navbar-inner .navbar-nav a {
        border-bottom: 1px solid rgba(206, 206, 206, 0.82);
    }

    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:hover, .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:active, .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:focus {
        color: #ababab;
    }
}

.hide-button, .hidden {
    display: none;
}

.weight-input {
    width: 50px;
    height: 22px;
    margin: 0;
    font-size: 12px;
    background-color: #fff;
}

.weight-input-bg, .message-textarea-bg {
    background-color: cornsilk;
}

.weight-edit p {
    padding: 5px;
}

.weight-edit:hover, .message-edit:hover {
    cursor: pointer;
    background-color: cornsilk !important;
}

/*.page-container .main-content{width: 1873px !important}*/


.message-textarea {

    padding: 5px;
    width: 150px;
    height: 84px;

    margin: 0;
    font-size: 12px;
    background-color: #fff;
}

.courier-select {
    padding: 1px 4px;
    float: unset !important;
    margin: 0;
}

.courier-buttons { /*text-align: center; margin: 0 auto*/
}

.btn-subiectGT {
    background: rgba(56, 127, 171, 1);
    background: -moz-linear-gradient(top, rgba(56, 127, 171, 1) 0%, rgba(26, 80, 138, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56, 127, 171, 1)), color-stop(100%, rgba(26, 80, 138, 1)));
    background: -webkit-linear-gradient(top, rgba(56, 127, 171, 1) 0%, rgba(26, 80, 138, 1) 100%);
    background: -o-linear-gradient(top, rgba(56, 127, 171, 1) 0%, rgba(26, 80, 138, 1) 100%);
    background: -ms-linear-gradient(top, rgba(56, 127, 171, 1) 0%, rgba(26, 80, 138, 1) 100%);
    background: linear-gradient(to bottom, rgba(56, 127, 171, 1) 0%, rgba(26, 80, 138, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#387fab', endColorstr='#1a508a', GradientType=0);
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.btn-subiectGT:hover {
    background: #478bb5 !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff !important;
}


.btn-send-to-warehouse img {
    width: 17px;
    margin: 0 5px 0 0;
}

.btn-send-to-warehouse {
    background: rgba(138, 213, 63, 1);
    background: -moz-linear-gradient(top, rgba(138, 213, 63, 1) 0%, rgba(91, 183, 6, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138, 213, 63, 1)), color-stop(100%, rgba(91, 183, 6, 1)));
    background: -webkit-linear-gradient(top, rgba(138, 213, 63, 1) 0%, rgba(91, 183, 6, 1) 100%);
    background: -o-linear-gradient(top, rgba(138, 213, 63, 1) 0%, rgba(91, 183, 6, 1) 100%);
    background: -ms-linear-gradient(top, rgba(138, 213, 63, 1) 0%, rgba(91, 183, 6, 1) 100%);
    background: linear-gradient(to bottom, rgba(138, 213, 63, 1) 0%, rgba(91, 183, 6, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ad53f', endColorstr='#5bb706', GradientType=0);
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.btn-send-to-warehouse:hover {
    background: #9bdf58 !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff !important;
}


.btn-expand-orders-no-courierNewCalass img {
    width: 17px;
    margin: 0 5px 0 0;
}

.btn-expand-orders-no-courierNewCalass {
    background: rgba(241, 174, 67, 1);
    background: -moz-linear-gradient(top, rgba(241, 174, 67, 1) 0%, rgba(242, 106, 47, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 174, 67, 1)), color-stop(100%, rgba(242, 106, 47, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 174, 67, 1) 0%, rgba(242, 106, 47, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 174, 67, 1) 0%, rgba(242, 106, 47, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 174, 67, 1) 0%, rgba(242, 106, 47, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 174, 67, 1) 0%, rgba(242, 106, 47, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ae43', endColorstr='#f26a2f', GradientType=0);
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.btn-expand-orders-no-courierNewCalass:hover {
    background: #e8a442 !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #fff !important;
}

@media only screen and (max-width: 5024px) {
    .btn-group.btnColor {
        width: 100% !important;
    }
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}


.close-message-btn {
    font-size: 25px;
    padding-left: 7px;
    padding-right: 7px;
}

.message-type-2 a {
    color: white !important;
    text-decoration: underline !important;
}

.ghost {
    opacity: .3;
    /*background-color: #fbec00;*/
}

/*
.sortable{
    position: relative;
}*/

.normal-cursor {
    cursor: default;
}


.saving-div {
    display: none;
    width: 98%;
    z-index: 99;
    position: absolute;
    opacity: 0.8;
    color: white;
    background: gray;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    cursor: not-allowed;
}

.retport-error-btn {
    position: absolute;
    right: 70px;
    /*margin-left: 200px;*/
}

.erp-retport-error-btn {
    position: absolute;
    right: 144px;
    /*margin-left: 200px;*/
}

.comment {
    border: 1px solid gray;
    padding: 10px;

}

.comment-content {

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.comment-separator {
    padding-top: 20px;
}

.system-comment {
    background-color: rgba(0, 255, 204, 0.2);
}

.attachment {
    border: 1px solid black;
    padding: 1px;
}

.truncate-select li.select2-search-choice div {
    max-width: 70px;
    height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dot {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.grid-item {
    width: 18%;
    border: 1px /*gray*/#121212 solid;
    border-radius: 25px;
    margin-top: 1%;
    margin-left: 1%;
    padding: 1%;
    color: #fefefe !important;
}

.grid-item h4 {
    font-weight: bold;
}

.revert-colors {
    color: #111 !important;
}

#pinnedTasks .attachment, #otherTasks .attachment {background-color: #fff}
.colored-erp-company-name {font-weight: bold}
