.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: black;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

body {
    background-color: #fff;
    color: #181D23;
    font-weight: 400;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #4A90E2;
}

#page-wrapper {
    padding: 0 30px;
}

.wrapper-content {
    padding: 30px 10px 40px;
}

.navbar-top-links li a {
    padding: 18px 10px;
}

@media only screen and (max-width: 960px) {
    .navbar-top-links li {
        margin-left: 0;
    }
}

.navbar-companies>li>a:hover,
.navbar-companies>li.open>a {
    background: none;
    color: #4A90E2;
}

.no-mrg-btm {
    margin-bottom: 0 !important;
}

.control-label,
.checkbox label {
    color: #8c99a8;
    font-weight: normal;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #E23838;
}

.has-error .input-group-addon {
    color: #E23838;
    background-color: #fbe1e1;
    border-color: #E23838;
}

.main-navbar-wrapper {
    margin: 0 10px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-shadow: 0 2px 6px -3px gray;
    -moz-box-shadow: 0 2px 6px -3px gray;
    box-shadow: 0 2px 6px -3px gray;
}

.main-navbar-wrapper>.navbar {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

body.mini-navbar .nav-header {
    background-color: #fff;
}

.nav-header-logo {
    padding-left: 32px;
}

.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 2px 0 6px -3px gray;
    -moz-box-shadow: 2px 0 6px -3px gray;
    box-shadow: 2px 0 6px -3px gray;
}

.nav-header {
    background-color: #fff;
    border-right: 0;
    height: 71px;
}

.metismenu .arrow {
    color: #8c99a8;
}

.nav.metismenu>li>a {
    color: #181D23;
    font-size: 15px;
    font-weight: normal;
    padding: 12px 20px 12px 32px;
}

.nav.metismenu>li>a span>i {
    font-size: 22px;
    vertical-align: middle;
    color: #8c999e;
    margin-right: 10px;
}

.nav.metismenu>li>a span.badge {
    background-color: #4A90E2;
    border-radius: 7px;
    font-size: 11px;
    color: #fff;
}

.nav>li.active {
    background: transparent;
}

.nav>li.active>a {
    color: #4A90E2;
}

.metismenu.nav>li>a:hover,
.metismenu.nav>li>a:focus {
    background-color: #edf4fc;
    color: #4A90E2;
}

.metismenu.nav>li>a:hover span>i,
.metismenu.nav>li>a:focus span>i {
    color: #4A90E2;
}

.nav.metismenu>li.active {
    border: 0;
}

.nav.metismenu>li.active>a {
    background-color: #edf4fc;
    color: #4A90E2;
}

.nav.metismenu>li.active>a span>i {
    color: #4A90E2;
}

.nav.metismenu>li.active>a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 4px;
    background: #4A90E2;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

ul.nav.nav-second-level {
    background-color: #fff !important;
}

ul.nav.nav-second-level li {
    background-color: #fff !important;
}

ul.nav.nav-second-level li>a {
    color: #646f7b;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 73px;
    background-color: #fff;
}

ul.nav.nav-second-level li.active a,
ul.nav.nav-second-level li a:hover {
    color: #4A90E2 !important;
    background-color: #fff !important;
}

.navbar-fixed-top,
.navbar-static-top {
    background: #fff;
}

.gray-bg {
    background-color: #f7f9fd;
}

/*.navbar-default .landing_link {
    margin-top: 20px;
}*/
.navbar-default .landing_link a {
    background-color: #edf4fc;
    color: #4A90E2;
}

.navbar-default .landing_link a:hover {
    background-color: #4A90E2;
    color: #fff;
}

.landing_link>a {
    background-color: #edf4fc;
    padding: 10px 20px;
    text-align: center;
    color: #4A90E2;
    border-radius: 10px;
    width: 220px;
    display: block;
    margin-left: 30px;
}

.landing_link {
    display: block;
    position: fixed;
    bottom: 0;
    width: 285px;
    left: 0;
    height: 70px;
    background: #fff;
    text-align: center;
    padding-top: 15px;
}

.nav.metismenu {
    padding-bottom: 85px;
}

.header-profile a {
    border: 0;
    top: 3px;
    padding-left: 6px !important;
    padding-top: 3px !important;
    border-radius: 0;
    background: #fff;
}

.header-profile a i {
    font-size: 21px;
}

.header-profile.help-button button,
.header-profile.dropdown button {
    border: 0;
    background: #fff;
}

.header-profile.help-button button>span,
.header-profile.dropdown button>span {
    font-size: 21px;
}

.li-logout i {
    padding-left: 20px;
    font-size: 21px;
}

@media only screen and (max-width: 960px) {
    .hide-mobile {
        display: none !important;
    }
}

.back-button {
    display: none;
}

@media (max-width: 768px) {
    .mobile-select-company-wrapper {
        display: block !important;
        display: initial;
    }

    .back-button {
        display: block;
        margin-bottom: 20px;
    }
    
    .navbar-button {
        display: none !important;
    }
}

.empty-list {
    font-weight: bold;
    color: #646f7b;
}

.form-control:focus,
.single-line:focus {
    border-color: #4A90E2 !important;
}

.mobile-select-company {
    margin-left: 20px;
    margin-right: 10px;
}

.navbar-companies-a {
    font-size: 14px;
}

h1.h1-page {
    margin-bottom: 30px;
    color: #181D23;
    font-weight: bold;
    float: left;
    margin-left: 15px;
}

.h1-page-actions {
    float: right;
    margin-top: 22px;
}

.h1-page-actions .btn {
    text-transform: uppercase;
}

.ibox {
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px -3px gray;
    -moz-box-shadow: 0 2px 6px -3px gray;
    box-shadow: -1px 2px 6px -3px gray;
    margin-bottom: 20px;
}

.ibox.mrg-top {
    margin-top: 40px;
}

.ibox-title {
    border: 0;
    background-color: transparent;
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
}

.ibox-title h5 {
    color: #181D23;
    margin: 0;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.ibox-content {
    border: 0;
    border-radius: 7px;
}

.ibox-content.no-margin {
    margin: 0;
    padding: 0;
}

.empty-list .btn,
form:not(.form-inline-table) button.btn:not(.dropdown-toggle) {
    text-transform: uppercase;
    min-width: 115px;
    padding: 10px 15px;
}

.form-control,
.single-line {
    border-radius: 5px;
    border-color: #bdc3cb;
}

#cke_page_footer {
    border-radius: 7px;
    overflow: hidden;
}

.stats-row-col-inside {
    position: relative;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 6px -3px gray;
    -moz-box-shadow: 0 2px 6px -3px gray;
    box-shadow: -1px 2px 6px -3px gray;
}

.stats-row-col-inside h1 {
    width: calc(100% - 60px);
    font-size: 37px;
}

.stats-row-col-inside-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 37px;
    height: 35px;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    /*        @media only screen and (max-width: 970px) {
                display: block;
            }*/
}

@media only screen and (min-width: 1150px) and (max-width: 1700px) {
    .stats-row-col-inside-icon {
        display: none;
    }
}

.stats-row-col-inside-icon.orange {
    background: #fdf5e1;
    color: #F2BD35;
}

.stats-row-col-inside-icon.red {
    background: #fbe1e1;
    color: #E23838;
}

.stats-row-col-inside-icon.green {
    background: #e5f6de;
    color: #4BC221;
}

.stats-row-col-inside-icon.blue {
    background: #edf4fc;
    color: #4A90E2;
}

.stats-row-col-inside-icon.gray {
    background: #e4e9ef;
    color: #181D23;
}

.stats-row-col-inside-icon i {
    font-size: 22px;
}

.stats-row-col-inside-desc {
    padding: 0 30px 10px 30px;
    border: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.stats-row-col-inside-desc .clearfix {
    margin-bottom: 20px;
}

.stats-row-col-inside-desc-btns {
    /*margin-bottom: 20px;*/
}

.stats-row-col-inside-desc-btns a {
    margin-right: 15px;
    margin-bottom: 20px;
}

.stats-row-col-inside-title {
    padding: 30px 30px 0 30px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border: 0;
}

.stats-row-col-inside-title h5 {
    font-weight: normal;
    color: #8c99a8;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    /*margin-bottom: 20px;*/
    height: 26px;
}

.contact-box {
    border-radius: 7px;
}

.contact-box .integration-item-content {
    padding: 30px 0;
    height: 110px;
}

.contact-box .integration-item-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-box-footer {
    border-top: 0;
    border-radius: 7px;
}

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

.modal-body,
.inmodal .modal-body {
    background: #fff;
    padding-top: 0;
}

.modal-header {
    border-bottom: 0;
}

.modal-header h4 {
    font-size: 21px;
}

.modal-footer {
    border-top: 0;
    padding: 15px 30px;
    text-align: center;
}

.modal-footer .btn {
    min-width: 115px;
    padding: 10px 0;
    text-transform: uppercase;
}

.modal-btns-margin {
    margin: 20px 0;
}

.modal-loading:before {
    font-family: "Font Awesome 5 Pro";
}

.modal-no-footer .modal-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.alert {
    border-radius: 7px;
}

.alert-info {
    color: #646f7b;
    background-color: #cfe1f5;
    border-color: #4A90E2;
}

.alert-warning {
    color: #646f7b;
    background-color: #fdf5e1;
    border-color: #F2BD35;
}

.alert-success {
    color: #646f7b;
    background-color: #e5f6de;
    border-color: #4BC221;
}

.btn {
    border-radius: 7px;
}

.btn-white {
    color: #8c99a8;
}

.btn-primary {
    background-color: #4A90E2;
    border-color: #4A90E2;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus .btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:active.focus {
    background-color: #edf4fc;
    border-color: #edf4fc;
    color: #4A90E2;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #4A90E2;
    border-color: #4A90E2;
    color: #fff;
    opacity: 0.3;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary.disabled.active:hover,
.btn-primary.disabled.active:focus,
.btn-primary.disabled.active.focus .btn-primary.disabled:active:focus,
.btn-primary.disabled:active:hover,
.btn-primary.disabled:active.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
.btn-primary[disabled].active:hover,
.btn-primary[disabled].active:focus,
.btn-primary[disabled].active.focus .btn-primary.disabled:active:focus,
.btn-primary[disabled]:active:hover,
.btn-primary[disabled]:active.focus,
.btn-primary.disabled.active.focus .btn-primary[disabled]:active:focus,
.btn-primary[disabled].active.focus .btn-primary[disabled]:active:focus {
    background-color: #4A90E2;
    border-color: #4A90E2;
    color: #fff;
    opacity: 0.3;
}

.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #edf4fc;
    border-color: #edf4fc;
    color: #4A90E2;
}

.btn-danger {
    background-color: #E23838;
    border-color: #E23838;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus .btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:active.focus {
    background-color: #fbe1e1;
    border-color: #fbe1e1;
    color: #E23838;
}

.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #E23838;
    border-color: #E23838;
    color: #fff;
    opacity: 0.3;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger.disabled.active:hover,
.btn-danger.disabled.active:focus,
.btn-danger.disabled.active.focus .btn-danger.disabled:active:focus,
.btn-danger.disabled:active:hover,
.btn-danger.disabled:active.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
.btn-danger[disabled].active:hover,
.btn-danger[disabled].active:focus,
.btn-danger[disabled].active.focus .btn-danger.disabled:active:focus,
.btn-danger[disabled]:active:hover,
.btn-danger[disabled]:active.focus,
.btn-danger.disabled.active.focus .btn-danger[disabled]:active:focus,
.btn-danger[disabled].active.focus .btn-danger[disabled]:active:focus {
    background-color: #E23838;
    border-color: #E23838;
    color: #fff;
    opacity: 0.3;
}

.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #fbe1e1;
    border-color: #fbe1e1;
    color: #E23838;
}

.label-primary,
.badge-primary {
    background-color: #4A90E2;
    color: #fff;
}

.label-primary.white,
.badge-primary.white {
    background-color: transparent;
    color: #4A90E2;
    border: 1px solid #4A90E2;
}

.label-danger,
.badge-danger {
    background-color: #E23838;
    color: #fbe1e1;
}

label-white,
.badge-white {
    border: 1px solid #8c99a8;
    color: #8c99a8;
}

.label-success,
.badge-success {
    background-color: #4BC221;
    color: #e5f6de;
}

.span-success {
    color: #4BC221;
}

.span-error {
    color: #E23838;
}

.content-table-wrapper {
    padding: 0;
}

.content-table-wrapper table.content-table {
    width: 100%;
}

.content-table-wrapper table.content-table .table-not-found {
    color: #646f7b;
}

.content-table-wrapper table.content-table tr {
    border-bottom: 1px solid #e4e9ef;
}

.content-table-wrapper table.content-table tr td {
    padding: 15px;
}

.content-table-wrapper table.content-table thead tr {
    border-top: 1px solid #e4e9ef;
    border-bottom: 1px solid #e4e9ef;
}

.content-table-wrapper table.content-table thead tr th {
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    color: #8c99a8;
    font-weight: normal;
    font-size: 12px;
}

.content-table-wrapper table.content-table thead tr th a {
    color: #8c99a8;
}

.content-table-wrapper table.content-table thead tr th.left {
    text-align: left;
}

.content-table-wrapper table.content-table thead tr th.right {
    text-align: right;
}

.content-table-before {
    margin-bottom: 20px;
}

.content-table-before .h1-page {
    margin-bottom: 0px;
    margin-top: 0px;
}

.content-table-before .btn {
    text-transform: uppercase;
    min-width: 115px;
    padding: 10px 15px;
}

.content-table-before ul.content-tabs {
    list-style: none;
    padding-left: 28px;
    margin-bottom: 0;
    margin-top: 11px;
}

.content-table-before ul.content-tabs li {
    display: inline-block;
    margin-right: 40px;
}

.content-table-before ul.content-tabs li a {
    font-size: 14px;
    color: #8c99a8;
}

.content-table-before ul.content-tabs li a.active {
    color: #4A90E2;
}

.content-table-pagination {
    background-color: #fbfbfb;
    padding-right: 25px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.pagination>li {
    display: inline-block;
    margin-left: 10px;
}

.pagination>li a {
    border-radius: 7px;
    color: #8c99a8;
}

.pagination>li.active>a,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>a:active {
    color: #4A90E2;
    border-color: #4A90E2;
    background-color: #fff;
}

.orders-search,
.list-search {
    margin-bottom: 0;
    padding: 10px 15px 5px 15px;
}

.orders-search .form-control::placeholder,
.list-search .form-control::placeholder {
    color: #8c99a8;
    opacity: 1;
}

.orders-search .form-control:-ms-input-placeholder,
.list-search .form-control:-ms-input-placeholder {
    color: #8c99a8;
}

.orders-search .form-control::-ms-input-placeholder,
.list-search .form-control::-ms-input-placeholder {
    color: #8c99a8;
}

.orders-search .input-group-addon,
.list-search .input-group-addon {
    border: 0;
}

.orders-search input,
.orders-search select,
.list-search input,
.list-search select {
    border: 0;
    color: #8c99a8;
}

.orders-search-status,
.list-search-status {
    width: 150px;
}

.orders-search-q,
.list-search-q {
    width: 300px;
}

.orders-search-date,
.list-search-date {
    width: 150px;
}

.shippingStrategy-1,
.shippingStrategy-2 {
    margin-bottom: 20px;
}

.order-card-title {
    margin-top: -10px;
    margin-bottom: 10px;
}

.order-card-title-number {
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.order-card-title-number a {
    color: #646f7b;
    margin-right: 10px;
}

.order-card-title-actions {
    float: right;
}

.order-card-title-actions .dropdown {
    display: inline-block;
}

.order-card-title-actions .btn {
    padding: 10px 15px;
    text-transform: uppercase;
    margin-left: 10px;
}

.order-card-title-actions .btn.btn-danger {
    background-color: #fbe1e1;
    border-color: #fbe1e1;
    color: #E23838;
}

.order-card-statuses {
    margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
    .order-card-statuses .dropdown .btn {
        font-size: 11px;
    }
}

.order-card-statuses .label {
    border-radius: 10px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 960px) {
    .order-card-statuses .label {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.order-card-statuses-status {
    margin-right: 30px;
}

.order-card-statuses>div {
    display: inline-block;
}

.order-card-statuses>div>div {
    display: inline-block;
}

@media only screen and (max-width: 1220px) {
    .order-card-statuses>div:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .order-card-statuses>div {
        width: 100%;
    }
}

.order-card-statuses .btn {
    background-color: transparent;
    color: #8c99a8;
    padding-left: 0;
}

.order-card-statuses .btn:hover,
.order-card-statuses .btn:focus,
.order-card-statuses .btn:active,
.order-card-statuses .btn.active,
.order-card-statuses .btn.active:hover,
.order-card-statuses .btn.active:focus,
.order-card-statuses .btn.active.focus .order-card-statuses .btn:active:focus,
.order-card-statuses .btn:active:hover,
.order-card-statuses .btn:active.focus {
    box-shadow: none;
}

.order-info-box .form-group-no-margin .form-group {
    margin-bottom: 0;
}

.order-info-box .order-cart-new-products-pice-subsum {
    color: #8c99a8;
}

.order-info-box h5 {
    font-weight: normal;
    color: #8c99a8;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    height: 26px;
    margin-bottom: 0;
}

.order-info-box .ibox-content {
    padding-top: 0;
}

.order-info-box table.order-table-payments td {
    color: #181D23;
}

.order-info-box table.order-table-payments td:first-child {
    color: #8c99a8;
}

.order-info-box table.order-cart-new-products {
    color: #181D23;
    margin-bottom: 0;
}

.order-info-title {
    font-weight: normal;
    color: #8c99a8;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    height: 26px;
}

.order-info-wrapper {
    display: flex;
}

@media only screen and (max-width: 1220px) {
    .order-info-wrapper {
        flex-wrap: wrap;
    }
}

.order-info-wrapper>div {
    flex: 1;
}

.order-info-delivery-time {
    width: 38%;
    flex-basis: 38%;
    min-width: 38%;
    border-right: 1px solid #bdc3cb;
}

.order-info-delivery-time-date {
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
}

.order-info-delivery-time-date a {
    color: #181D23;
}

.order-info-delivery-time-countdown {
    font-size: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 1220px) {
    .order-info-delivery-time {
        width: 50%;
        flex-basis: 50%;
        min-width: 50%;
    }
}

@media only screen and (max-width: 960px) {
    .order-info-delivery-time {
        width: 100%;
        flex-basis: 100%;
        min-width: 100%;
        border: 0;
    }
}

.order-info-order-type {
    width: calc(30% - 100px);
    flex-basis: calc(30% - 100px);
    min-width: calc(30% - 100px);
    margin-left: 50px;
    margin-right: 50px;
}

@media only screen and (max-width: 1220px) {
    .order-info-order-type {
        width: calc(50% - 100px);
        flex-basis: calc(50% - 100px);
        min-width: calc(50% - 100px);
    }
}

@media only screen and (max-width: 960px) {
    .order-info-order-type {
        width: 100%;
        flex-basis: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #bdc3cb;
    }
}

.order-info-order-type-type {
    font-size: 24px;
    font-weight: bold;
}

.order-info-order-type h3 {
    font-weight: 500;
}

.order-info-order-address {
    width: 32%;
    flex-basis: 32%;
    min-width: 32%;
    line-height: 20px;
    padding-top: 30px;
}

@media only screen and (max-width: 1220px) {
    .order-info-order-address {
        width: 50%;
        flex-basis: 50%;
        min-width: 50%;
        padding-top: 5px;
        margin-left: calc(50% - 1px);
        border-left: 1px solid #bdc3cb;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 960px) {
    .order-info-order-address {
        margin-left: 0;
        padding-top: 10px;
        border: 0;
        padding-left: 0;
        width: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }
}

.order-info-order-address .blue {
    color: #4A90E2;
}

.order-info-order-address .blue a:first-child {
    margin-right: 15px;
}

.score .stars-active {
    color: #4A90E2;
}

.score .stars-inactive {
    color: #4A90E2;
}

.score .stars-inactive i {
    display: inline-block;
    width: 18px;
    height: 16px;
}

.stats-main-content-col-in,
.stats-main-counters-col-in {
    border-radius: 7px;
}

.stats-row-col-inside-icon .fa-clock {
    padding-top: 2px;
}

/*# sourceMappingURL=style.css.map */