@import "global-callback-v2.css";

/*
==+++=======
*/
.credit-request-info.v2 {
    box-shadow: #b5aeae 20px 20px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: white;
}

.credit-request-info.v2 .credit-request-body {
    padding: 10px;
}

.credit-request-info.v2 .credit-request-footer {
    text-align: right;
    display: block;
    background: #f7f7f7;
    padding: 10px;
}

.credit-request-info.v2 .btn {
    background: #2a68bd;
    height: 44px;
}

.credit-request-info.v2 .save-form {
    display: inline-block !important;
    text-align: center;
    width: auto;
}

.credit-request-info.v2 .hidden-select {
    width: 100%;
}

.credit-request-info.v2 .shipping .after-shipping {
    margin: 5px 0;
}

.credit-request-info.v2 .shipping .after-shipping .box {
    padding: 15px;
    border-radius: 5px;
    width: 100%;
}

.credit-request-info.v2 .shipping .after-shipping .box .status-application i.green {
    color: #08b708;
}

.credit-request-info.v2 .shipping .after-shipping .box .status-application i.red {
    color: #b7071d;
}

.credit-request-info.v2 .shipping .after-shipping .box .estimated-delivery-date {
    color: #bbb;
}

.credit-request-info.v2 .shipping .after-shipping .box .estimated-delivery-date i {
    color: #bbb;
}

.credit-request-info.v2 .shipping .after-shipping .box.no-shipping {
    /*background: #f9f9f9;*/
    border: 2px dashed #dddcdc;
}

.credit-request-info.v2 .shipping .after-shipping .box.no-shipping p {
    margin: 0;
    font-size: 1.5em;
    font-weight: 300;
}

.credit-request-info.v2 .shipping .after-shipping .box.no-shipping i {
    color: #ed3200;
}

.credit-request-info.v2 .shipping .after-shipping .box.mail-bg::before {
    content: ' ';
    background-image: url('/images/email.png');
    background-size: 130%;
    height: 100px;
    width: 100px;
    position: relative;
    float: right;
    opacity: 0.2;
}

.credit-request-info.v2 .shipping .after-shipping .box.mail-bg.delivered::before {
    content: ' ';
    background-image: url('/images/box.png');
    background-size: 100%;
    height: 136px;
    width: 62px;
    position: relative;
    float: right;
    opacity: 0.8;
    background-repeat: no-repeat;
}

.credit-request-info.v2 .shipping .after-shipping .box.mail-bg.waiting::before {
    content: ' ';
    background-image: url('/images/waiting.png');
    background-size: 100%;
    height: 136px;
    width: 62px;
    position: relative;
    float: right;
    opacity: 0.2;
    background-repeat: no-repeat;
}

.credit-request-info.v2 .shipping .after-shipping .box.mail-bg.success::before {
    content: ' ';
    background-image: url('/images/waiting_1.png');
    background-size: 100%;
    height: 136px;
    width: 62px;
    position: relative;
    float: right;
    opacity: 0.2;
    background-repeat: no-repeat;
}

.credit-request-info.v2 .shipping .after-shipping .box h2 {
    font-weight: 300;
}

.credit-request-info.v2 .shipping .after-shipping .box ul.actions {
    font-weight: 300;
    margin: 10px 0;
    padding: 0;
}

.credit-request-info.v2 .shipping .after-shipping .box ul.actions li {
    display: inline-block;
}

.credit-request-info.v2 .shipping .after-shipping .box .invoice-number {
    padding: 5px;
    border: 1px dashed;
    font-size: 1.9em;
}

.credit-request-info.v2 .border-left-separate {
    border-left: 1px solid #eee;
}

.credit-request-info.v2 .save-data-message {
    border-radius: 0;
    background: #20b020;
}

.credit-request-info.v2 button.ajax-send-shipping {
    display: none;
    background: #5ebd5e;
}

.credit-request-info.v2 .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


/* Timeline Shipping status */

.timeline {
    width: 100%;
    max-width: 800px;
    background: #fff;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}

.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.entry {
    clear: both;
    text-align: left;
    position: relative;
}

.entry .title {
    margin-bottom: .5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}

.entry .title:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid #2a68bd;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -21px;
    /*z-index: 99;*/
}

.entry .title.last:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 4px solid #2ee62b;
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: -26px;
    /*z-index: 99;*/
}

.entry .title h3 {
    margin: 0;
    font-size: 120%;
    color: #797373;
    font-weight: 100;
}

.entry .title p {
    margin: 0;
    font-size: 100%;
}

.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}

.entry .body p {
    line-height: 1.4em;
}

.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}

.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}

.entry .body ul li:before {
    content: "–";
    margin-right: .5em;
}


/*
Delivery journal
 */
.delivery-tracking-section {

}

.delivery-tracking-section .top-header {
    margin-bottom: 30px;
}

.delivery-tracking-section .top-header .title {
    font-size: 2em;
}

.delivery-tracking-section .center-body {

}

.delivery-tracking-section .center-body .sidebar {
    margin-top: 10px;
    margin-bottom: 20px;
}

.delivery-tracking-section .center-body .sidebar ul {
    margin: 0;
    padding: 0 20px;
    list-style: disclosure-closed;
    line-height: 2.2;
}

.delivery-tracking-section .center-body .sidebar ul li {
    border-bottom: 1px solid #dfdfdf;
}

.delivery-tracking-section .center-body .content .list-tracking .item {
    /*box-shadow: #d5d1d1 4px 3.7px 5.9px 0.7px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98.5%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.delivery-tracking-section .center-body .content .list-tracking .item.heading {
    box-shadow: none !important;
    margin-bottom: 0;
    background: #f2f2f2;
    font-weight: 100;
}

.delivery-tracking-section .center-body .content .list-tracking .item:hover {
    box-shadow: #ece8e8 4px 3.7px 5.9px 0.7px;
    transition: 2s;
    animation-delay: 2s;
    animation-duration: 2s;
    border-radius: 5px;
}

.delivery-tracking-section .center-body .content .list-tracking .item .footer {
    font-size: 0.7em;

}

.delivery-tracking-section .center-body .content .list-tracking .item .footer ul {
    margin: 20px 0 0;
    padding: 0 13px;
}

.delivery-tracking-section .center-body .content .list-tracking .item .footer ul li {
    display: inline;
}

.delivery-tracking-section .center-body .content .list-tracking .item .footer ul li:after {
    content: ' | ';
    color: #c8c8c8;
}


.delivery-tracking-section .center-body .content .list-tracking .item .small-text {
    font-size: 0.7em;
    color: #7b7676;
    word-wrap: break-word;
}

.delivery-tracking-section .center-body .content .p-15 {
    padding: 15px;
}


.delivery-tracking-section .history-courier {
    padding: 0;
    margin: 40px 0;
    list-style: decimal-leading-zero;
}

.delivery-tracking-section .history-courier li {
    margin: 29px 20px;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
}

.delivery-tracking-section .history-courier li hr {
    margin: 8px 0;
}

.delivery-tracking-section .history-courier li .footer {
    color: #b7b7b7;
}

.delivery-tracking-section .history-courier li .footer small.date-creating {
    color: #353535;
    font-weight: bold;
}

.delivery-tracking-section .history-courier li .action {
    display: inline-block;
    float: right;
}

.delivery-tracking-section .history-courier li.today-call {
    border: 1px dashed green;
    padding: 7px;
}

.delivery-tracking-section .history-courier li.today-call::after {
    content: 'Сегодня!';
    position: absolute;
    border: beige;
    background: #1fac1f;
    padding: 0 12px;
    color: white;
    margin: 6px -8px;
}

.delivery-tracking-section .history-courier li .action a i {

}

.delivery-tracking-section .history-courier li .action a i.remove-ico {
    color: red;
}

.delivery-tracking-section .history-courier li .action a {
    margin: 0 5px;
}

.delivery-tracking-section .sidebar {

}

.credit-request-info.v2 .shipping .after-shipping .after-delivery {
    margin: 30px 0;
    padding: 15px;
    display: block;
    text-align: center;
    background: #f7f7f7;
    border-radius: 5px;
    border: 2px dashed #fff;
}

.credit-request-info.v2 .shipping .after-shipping .after-delivery a.download-document {
    padding: 15px;
    background: #2b84ff;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
}


/* */
.tab-content #shippings .content {
    margin: 20px 0;
}

/**/
.shipping .status-meest {
    display: inline-block;
}

.shipping .status-meest div {
    display: inline;
    font-size: 0.9em;
    color: white;
    background: #3c7946;
    padding: 4px;
}


.delivery-tracking-section .filters .buttons {
    padding: 27px 0px;
}

.delivery-tracking-section .filters .buttons input {
    width: 100%;
    display: block;
}

.delivery-tracking-section .filters .buttons a {
    border-bottom: 1px dashed;
    display: inline;
    margin: 0;
    padding: 0;
}

.delivery-tracking-section .filters .form-group .select2 {
    display: block;
}

.delivery-tracking-section .filters .form-group a {
    height: 45px;
}

.delivery-tracking-section .filters .form-group a span {
    padding: 10px 0;
}

.delivery-tracking-section .counter-stats li {
    display: inline list-item;
    list-style: disclosure-closed;
    padding: 0;
    margin: 0 5px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;;
}

.counter-stats {
    margin: 0;
    padding: 0 15px;
    font-size: 0.8em;
}

.after-shipping .remove-shipping-journal {
    color: #c64545;
    position: absolute;
    right: 40px;
    display: inline-block;
    font-size: 1.2em;
    /*bottom: 20px;*/
    background: #f9f9f9;
    text-align: center;
    border-radius: 70px;
    padding: 10px 17px;
    box-shadow: #e3e3e3 3px 3px 2px;
    border: 1px solid #f7c1c1;
    cursor: pointer;
}

.after-shipping .remove-shipping-journal:hover {
    color: #d91616;
}

.delivery-tracking-section .tab-content {
    background: white;
}

.form-control:focus {
    border-color: #1853b6 !important;
}

.revision-select {
    width: 100%;
}

.filters .sub-filter {
    padding: 0;
    margin: -10px 2px 30px;
    font-size: 0.9em;
    text-decoration: underline;
}

.filters .sub-filter a {
}

.badge-danger {
    background: #a00 !important;
}

.download-all-files {
    text-align: right;
    font-size: 16px;
    text-decoration: underline;
}

.download-all-files a {
    color: #1c55b6;
    display: block;
}

.download-all-files small {
    text-decoration: none;
    color: #b5b4b4;
}

.innova-send {
    background: none !important;
    border: 2px solid #e3e3e3 !important;
    color: #3768bb;
}

.innova-send:hover {
    border: 2px solid #7098db !important;
    transition: 3s;
}

#myModalLabel {
    display: inline-block;
}

.bookmarks {
    display: inline-block;
    font-size: 27px;
    color: #eee010;
}

.add-bookmark {
    cursor: pointer;
}

.remove-bookmark {
    cursor: pointer;
}


.home-bookmarks .item-bookmark:hover {
    background: #dddddd;
    cursor: pointer;
}

.credit-request-footer .date-footer {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 19px;
    font-weight: 100;
}

.item-input .edit {
    color: white !important;
    background: #1a54b6;
    border-radius: 20px;
    font-size: 0.6em;
    width: 20px !important;
    display: block;
    height: 20px !important;
    padding: 5.3px;
    cursor: pointer;
}

.home-bookmarks .item-bookmark .additional-info {

}

.home-bookmarks .item-bookmark .date {
    font-size: 0.7em;
    position: absolute;
    top: 3px;
    right: 5px;
    color: #acacac;
}

/* */
.home-metro {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.item-metro {
    display: inline-block;
    background: white;
    padding: 20px 20px;
    margin: 5px 5px;
}

.bookmarks-profile-list {
    margin: 0;
    background: white;
    padding: 20px 40px;
}

.bookmarks-profile-list li {
    margin: 0;
    padding: 0;
    list-style: decimal;
    text-transform: uppercase;
}

.bookmarks-profile-list hr {
    padding: 0;
    margin: 15px 0px;
}

.bookmarks-profile-list .header h2 {
    margin: 5px -20px 40px;
    color: gray;
    font-weight: 100;
    border-right: 2px solid #3e79dc;
}

.bookmarks-profile-list .additional span {
    color: gray;
    font-weight: 100;
    font-size: 0.9em;
}

.bookmarks-profile-list .additional span::after {
    content: ' | ';
    color: #d2d2d2;
}

.bookmarks-profile-list li a {
    color: #3d78db;
}

/*
referral
*/
.credit-request-info .invited-people {
    background: white;
    border-radius: 5px;
    box-shadow: #e8e5e5 7px 10px 6px;
    border-top: 5px solid #2158b6;
    border-left: 1px solid #f4efef;
    margin: 30px 0;
}

.credit-request-info .invited-people .content {
    padding: 10px 10px 30px;
}

.credit-request-info .not-found-card {
    padding: 5px 0px 5px;
    font-weight: 100;
    background: #ff7c7c;
    text-align: center;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.credit-request-info .invited-people .heading-title {
    font-weight: 100;
    font-size: 1.5em;
    margin: 10px 10px;
    padding: 0 5px;
    border-bottom: 1px solid #eee;
}

.credit-request-info .loader-badge {
    font-size: 0.8em;
    display: inline-block;
    color: #acacac;
    font-weight: 100;
}

.credit-request-info .loader {
    width: 30px;
}

.credit-request-info .open-card {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 0 9px;
    cursor: pointer;
}

.credit-request-info .light-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #21bd21;
    border-radius: 40px;
}

.credit-request-info .light-color-red {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bd2121;
    border-radius: 40px;
}

.credit-request-info .text {
    display: inline-block;
    font-size: 0.8em;
    color: #b9b4b4;
    font-weight: 100;
}

.dropdown-menu > li > a {
    font-weight: 200 !important;
}

/* Footer */
.footer-cst {

}

.callback-journal.referral-table {

}

.callback-journal.referral-table th.current-client, td.current-client {
    /*font-weight: bold;*/
    /*color: red;*/
}

.callback-journal.referral-table th.potential-client, td.potential-client {
    /*font-weight: bold;*/
    /*color: #00804a;*/
    background: #fff;
}

/*current client*/
/*potential client*/

.button-dashboard {
    display: inline-block;
    padding: 20px 0;
    list-style: none;
    margin: 0;
}

.button-dashboard li {
    background: white;
    border-radius: 40px;
    padding: 0px 20px 0 0px;
    border: 2px solid #87b1f9;
    font-size: 1.4em;
    box-shadow: #e8e8e8 5px 5px 10px;
}

.button-dashboard li a {
}

.button-dashboard li a:hover {
    text-decoration: none;
}

.button-dashboard li a img {
    width: 50px;
    padding: 3px;
    border-radius: 40px;
}

.button-dashboard li a span {
    text-decoration: none;
    color: #6a6a6a;
    font-weight: 100;
}

.button-dashboard li a span:hover {
    color: #4e4d4d;
    text-decoration: none;
}

.uptime {
    display: inline-block;
    padding: 0;
    margin: 10px 0;
}

.uptime li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.uptime li span {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    border-radius: 5px;
    border: 1px solid white;
    margin: 3.4px;
    transform: scale(1);
}


.uptime li span.true {
    background: #0ff30f;
    animation: pulse-green 2s infinite;
}

.uptime li span.false {
    background: #de0a22;
    animation: pulse-red 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
.uptime li .name {
    font-weight: 100;
    color: #a49d9d;
    font-size: 0.9em;
    display: block;
    float: left;

}

.uptime li.legend-uptime {
    padding: 0;
    font-size: 0.9em;
    display: inline-block;
    margin: 0;
    float: left;
    font-weight: 100;
}
