@font-face {
    font-family: 'AZN';
    src: url('fonts/jaznb.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    height: 34px;
}

.content h1 {
    display: none;
}

.content-header {
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 30px 20px !Important;
    margin-top: 10px;
}

.tab-list {
    padding: 10px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 3px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Arial, sans-serif !Important;
}

.select2-selection__rendered {
    line-height: 26px !Important;
}

.skin-green .main-header .navbar {
    background-color: #0097e6 !Important;
}

.skin-green .main-header .logo {
    background-color: #0097e6 !Important;
}

.main-sidebar {
    background-color: #0f1f38 !Important;
}

.skin-green .sidebar-menu>li:hover>a,
.skin-green .sidebar-menu>li.active>a {
    background: #e0e4e9 !Important;
    color: rgba(52, 52, 52, 0.8) !Important;
    border-color: #ee1448 !Important;
}

.skin-green .sidebar-menu>li.header {
    background: #e0e4e9 !Important;
}

.skin-green .main-header .navbar .sidebar-toggle:hover {
    background-color: #ee1448 !Important;
}

.user-panel>.info>p {
    margin-top: 11px !Important;
}

.bg-red,
.callout.callout-danger,
.site-error .alert-danger,
.site-error .alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #ee1448 !important;
}

.skin-green .main-header li.user-header {
    background-color: #274a7d !Important;
}

.img-box {
    width: 100px;
    text-align: center;
    margin: auto;
}

.img-box img {
    max-width: 100%;
}

.azn {
    font-family: 'AZN', sans-serif;
    font-size: 24px;
    position: relative;
    top: 8px;
    left: 3px;
}

.btn {
    height: auto !important;
}

.announce-img {
    margin-top: 30px;
    background: #f9f9f9;
    border: 1px solid #f4f4f4;
    padding: 15px;
}

.announce-img .img-box-2 {
    height: 180px;
    margin-bottom: 20px;
}

.announce-img .img-box-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.announce-footer {
    margin-top: 30px;
    background: #f9f9f9;
    border: 1px solid #f4f4f4;
    padding: 10px;
}

.inline-div {
    display: inline-block !important;
    vertical-align: middle;
}

.btn-div {
    margin-top: 7px;
    margin-left: 15px;
}

.announce-footer a {
    margin-top: 26px;
}

.skin-purple .main-header .navbar,
.skin-purple .main-header li.user-header {
    background-color: #e74c3c !important;
}

.content-wrapper .box.box-danger,
.content-wrapper .box.box-warning {
    /*border-top-color: #058ca4 !important;
  */
    border-top-color: #e74c3c !important;
}

.site-index .small-box p {
    font-size: 18px;
    font-weight: 600;
}

table thead th {
    white-space: nowrap;
    /*color: #4c86de;
  */
    color: #3c8dbc !important;
}

#authitemchild-permission label.sp-label {
    display: inline block;
    color: #555;
    text-decoration: none;
    padding: 5px;
    background-color: #f5f5f5 !Important;
    margin-bottom: 4px;
    border-radius: 4px;
    margin-right: 10px;
    width: 244px;
    margin-right: 12px;
    position: relative;
}

#authitemchild-permission label.sp-label:nth-child(4n+4) {
    margin-right: 0px;
}

#authitemchild-permission label.sp-label input[type="checkbox"] {
    display: inline-block;
    margin-left: 5px;
    /*position: absolute;
  */
    /*right: 20px;
  */
}

#authitemchild-permission .col-md-12 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.btn-select {
    display: inline-block;
    padding: 5px 12px;
    float: right;
}

.field-authitemchild-permission:first-of-type .help-block {
    display: none;
}

.uncheck {
    display: none;
}

#authitemchild-permission .new {
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #337ab7;
}

#authitemchild-permission .new label {
    background: transparent !important;
}

.dropdown-submenu ul {
    display: none;
}

.dropdown-submenu.open ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0%;
}

.dropdown-submenu.open a {
    color: #777 !Important;
}

.dropdown-submenu .caret {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.small-box h3 {
    font-size: 2em !Important;
}

.small-box p {
    font-size: 1em !Important;
}

.social-list ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.social-list ul li a {
    padding: 5px 10px 5px 10px;
    border: solid 1px rgb(60, 141, 188);
    width: 34px;
    text-align: center;
    font-size: 15px;
    display: block;
    border-radius: 2px;
    margin-top: 0px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.social-list ul li a:hover,
.social-list ul li a:focus {
    background: rgb(60, 141, 188);
    color: #fff;
}

.inline-div label,
.social-list {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px !Important;
    margin-bottom: 0px;
}

.social-list ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.sm-social {
    margin-top: 18px;
}

.add-point {
    margin-top: 21px;
}

.text-align-right {
    text-align: right;
}

.add-point .form-group {
    margin-bottom: 0px;
}

.add-point .form-group .help-block {
    display: none;
}

.add-point .btn-div {
    margin: 0px !Important;
    padding: 0px !Important;
}

.add-control {
    /*padding: 0px;
  */
    text-align: right;
}

.add-control span {
    display: inline-block;
    width: 60px;
    height: 33px !Important;
    line-height: 20px;
    font-size: 18px;
}

.additional-info {
    margin-bottom: 15px;
}

:root *>.qq-gallery .qq-thumbnail-selector {
    top: 0px !important;
    transform: none !Important;
    height: 100px !Important;
    width: 100px !important;
    margin-top: 12px;
    object-fit: contain;
}

.qq-thumbnail-wrapper a {
    display: block;
}

.qq-gallery .qq-upload-file.qq-editable {
    display: none;
}

.qq-gallery .qq-upload-list li {
    height: 155px !Important;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
.qq-file-name {
    display: none !Important;
}

#fine-uploader-gallery .qq-gallery .qq-upload-list li {
    height: 115px !Important;
}

#fine-uploader-gallery .qq-gallery .qq-upload-list {
    position: relative;
    top: 12px !Important;
}

#fine-uploader-gallery .qq-gallery .qq-upload-list {
    padding: 20px 0px !Important;
}

.location-selector label {
    display: block !Important;
}

.twitter-typeahead {
    width: 100% !important;
    padding-right: 50px !important;
}

.twitter-typeahead .twitter-typeahead {
    padding: 0px !Important;
}

.form-control:not(select) {
    width: 100% !Important;
}

.location-picker {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 33px;
    padding: 5px;
    background: #3c8dbc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.location-picker:hover,
.location-picker:focus {
    color: #fff;
    opacity: 0.9;
}

#map-canvas {
    width: 100%;
    height: 420px;
    background: #e5e3df;
}

#inline-map {
    width: 100%;
    height: 100%;
    overflow: hidden !Important;
    border-radius: 5px;
    background: #fff;
    color: #000;
    padding: 20px 20px 60px 20px;
}

#inline-map .inline-inner {
    width: 100%;
    height: 100%;
    overflow: hidden !Important;
    display: none;
}

#cboxClose {
    position: absolute;
    top: -19px !Important;
    right: -22px !Important;
    width: 55px !Important;
    height: 55px !Important;
    border-radius: 50% !Important;
    background: #fff url(img/close.png) no-repeat center !Important;
    z-index: 99999999999999 !Important;
    outline: none !Important;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.24);
}

#cboxClose:hover {
    background: #f3f3f3 url(img/close.png) no-repeat center !Important;
}

#inline-map #map-canvas {
    width: 100%;
    height: 100%;
}

.map-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding-right: 37px;
}

.map-selected-address {
    position: relative;
    top: 10px !Important;
}

.map-confirm .btn-blue {
    padding: 8px 28px;
}

.btn-blue {
    background: #25a0f7;
    border-radius: 3px;
    text-align: center;
    padding: 13px 68px;
    font-size: 14px;
    color: #fff !Important;
    display: inline-block;
    cursor: pointer;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #2295e7;
}

.radio-list ul li {
    list-style: none;
    display: block;
}

.radio-list ul li input {
    margin-right: 10px;
}

.radio-list ul {
    margin-left: 0px;
    padding-left: 0px;
}

.form-element ul li:not(.collapse) {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 213px;
    margin-bottom: 3px;
}

.form-element ul .field-announce-optional_function_id li input {
    display: none;
}

.form-element ul {
    padding-left: 0px;
}

.form-element ul li label {
    font-family: 'Gotham', sans-serif !important;
    position: relative;
    padding-left: 30px;
}

.form-element ul .field-announce-optional_function_id li label::after {
    content: "";
    width: 20px;
    height: 20px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.form-element ul .field-announce-optional_function_id li input[type="checkbox"]:checked+label::after {
    font-family: FontAwesome;
    content: "\f14a";
    color: #34a6f7;
    border: none;
    font-size: 21px;
    top: -4px;
    left: 1px;
    background: none;
}

.field-announce-item_availability_duration .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px !Important;
}

.announce-info-table table tr td:first-of-type {
    white-space: nowrap;
}

.announce-list table tr td:last-of-type {
    width: 150px;
}

.announce-list table tr td:last-of-type a {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

.qq-main-radio {
    text-align: center;
}

.qq-main-radio.inline-block {
    display: inline-block;
}

.qq-main-radio.inline-block input {
    margin: 0px;
}

.small-box>.inner {
    padding: 25px 15px !important;
}

.box.box-danger {
    border-top-color: #ef2629 !important;
}

.container-info table tr th,
.container-info table tr td {
    text-align: center;
}

.add-parcel-btn-2 {
    display: block;
    width: 110px;
    height: 110px;
    margin: auto;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, .05);
    padding: 30px 0;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

.add-parcel-btn span {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 300;
}

.add-parcel {
    padding: 50px;
}

.add-parcel-btn:hover {
    background: rgba(0, 0, 0, .07);
}

.parcel-list {
    padding: 30px;
}

.parcel-list h4 {
    font-size: 18px;
}

.parcel-list table th,
.parcel-list table td {
    text-align: center;
}

.parcel-list table tr td:last-of-type {
    color: #3e8dbc;
}

.parcel-list table tr td span {
    margin-right: 5px;
}

.parcel-list table tr td span:last-of-type {
    margin-right: 0;
}

.form-group-tracking {
    position: relative;
}

.scan-tracking-number {
    position: absolute;
    top: 27px;
    right: 4px;
    padding: 4px 11px !important;
}

.product-info-box {
    padding: 10px;
    background: rgba(0, 0, 0, .03);
    border-radius: 3px;
    position: relative;
}

.btn-product-control {
    padding: 3px 10px;
    font-size: 12px;
}

.product-info-box {
    margin-bottom: 20px;
}

.create-order {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.create-order .box-footer-modal {
    background: rgba(0, 0, 0, .03);
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.create-order .box-footer-modal .form-group {
    margin-bottom: 0;
}

.create-order .box-footer-modal .btn {
    height: auto !important;
    margin-top: 10px;
}

.create-order .alert {
    display: none;
}

.check-invoice {
    padding: 0;
}

.check-invoice .btn {
    margin-top: 24px;
}

.field-parcel-status {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 28px;
    margin: 0 !important;
}

.modal-content.loading {
    position: relative;
}

.modal-content.loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9) url(../admin-loading.gif) no-repeat center;
    background-size: 10%;
    opacity: .9;
}

.container {
    width: 95%;
}

.verify-parcel-main {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-left: 20px;
}

.verify-parcel {
    width: 600px;
}

.verify-parcel .form-group {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

.verify-parcel input {
    height: 45px;
    font-size: 17px;
}

.verify-parcel .btn {
    display: inline-block;
    vertical-align: top;
    height: 45px !important;
    cursor: pointer;
}

.parcel-list {
    border-top: solid 1px rgba(0, 0, 0, .1);
    font-size: 15px;
}

.parcel-list table td,
.parcel-list table th {
    text-align: left;
    padding: 7px 8px !important;
    font-size: 12px !important;
    vertical-align: middle !important;
}

.parcel-list table tr:hover {
    background: rgba(255, 165, 0, 0.1);
}

.box .alert {
    font-size: 17px;
    padding: 10px;
}

.add-new-product {
    font-size: 15px;
}

.parcel-info-table {
    font-size: 16px;
}

.create-order .box-footer-modal .form-group {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
}

.update-declaration-info span {
    margin-right: 5px;
    font-size: 13px;
}

.box-footer-modal .btn {
    padding: 8px 20px;
    font-size: 16px;
}

.btn-show-product-info {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
}

.page-title {
    font-size: 16px;
    padding: 4px 0;
    font-weight: 400;
}

.fs-17 {
    font-size: 17px;
}

.tr-active {
    background: rgba(243, 156, 18, .12) !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.td-operation a {
    font-size: 22px;
    cursor: pointer;
}

.td-operation a {
    margin-right: 18px !important;
}

.td-operation a:hover {
    opacity: .8;
}

.td-operation .parcel-trash {
    color: red;
    vertical-align: -5px;
    margin-left: 20px;
}

.view-parcel-list {
    padding: 0;
}

.view-parcel-list table {
    background: #fff;
}

.container-info table {
    border-bottom: 10px solid #ecf0f5;
}

.box-header .verify-parcel-main {
    margin: 0;
    padding: 0;
}

.parcel-list .dropdown-toggle::after,.special-order-table-main .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .1em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0 !important;
    margin: .125rem 0 0 !important;
    font-size: 1.6rem !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-toggle {
    cursor: pointer !important;
}

.parcel-list .dropdown-menu a,.special-order-table-main .dropdown-item a {
    font-size: 1.6rem !important;
}

.parcel-list .dropdown-item,.special-order-table-main .dropdown-item {
    display: block;
    width: 100%;
    padding: .3rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.parcel-list .dropdown-item:focus,
.parcel-list .dropdown-item:hover,.special-order-table-main .dropdown-item:focus,
.special-order-table-main .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.status-span {
    font-size: 13px;
}

#parcel-status label {
    /*display: block;
  */
    margin-bottom: 10px;
    font-size: 15px;
    margin-right: 15px;
    font-size: 17px;
}

#parcel-status input {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    /*margin-right: 5px;
  */
}

.small-box p {
    text-transform: uppercase;
    font-size: 17px !important;
    margin-top: 19px;
}

.small-box .inner {
    height: 140px;
}

.small-box>.small-box-footer {
    padding: 9px 0 !important;
    font-size: 16px !important;
}

.main-sidebar {
    background-color: #4e4e4e !Important;
    top: 51px !important;
    padding-top: 0 !important;
}

.logo {
    position: relative;
    z-index: 999999;
    background: none !important;
}

.parcel-status-ul {
    padding: 0;
    margin: 0;
}

.parcel-status-ul label {
    cursor: pointer;
}

.parcel-status-ul label span:last-of-type {
    display: none;
}

.btn-export span {
    margin-right: 8px;
}

.warehouse-mode {
    /*width: 150px;
  */
    display: inline-block;
    float: right;
    position: absolute;
    right: 261px;
    top: 9px;
}

.warehouse-mode span {
    margin-right: 10px;
    color: #fff;
    position: relative;
    top: -4px;
    font-size: 18px;
}

.warehouse-mode span,
.warehouse-mode ul {
    display: inline-block;
    vertical-align: middle;
}

.warehouse-mode ul {
    padding: 3px;
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    /*margin-top: 10px;
  */
}

.warehouse-mode ul:hover {
    background: #fff;
}

.warehouse-mode ul li {
    list-style: none;
    display: block;
    cursor: pointer;
}

.warehouse-mode ul li:first-of-type,
.warehouse-mode ul li a {
    padding: 3px 15px;
    display: block;
    font-size: 13px;
}

.warehouse-mode ul li:not(:first-of-type) {
    display: none;
    margin-top: 5px;
}

.warehouse-mode ul li:hover {
    background: rgba(0, 0, 0, .03);
}

.warehouse-mode ul li:not(:last-of-type) {
    border-bottom: solid 1px rgba(0, 0, 0, .03);
}

.warehouse-mode .flag {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-size: 100% 100% !important;
    position: relative;
    top: -1px;
}

.warehouse-mode ul.active li {
    display: block;
}

.warehouse-mode li.active {
    background: rgba(0, 0, 0, .06) !important;
}

.warehouse-mode li a {}

.flag-icon {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}

.box-form .form-group {
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

.box-form button {
    display: inline-block;
    vertical-align: top;
}

.label-size {
    font-size: 12px;
    padding: 2px 8px;
}

.verify-parcel select {
    height: 45px;
    border-radius: 0;
    font-size: 18px;
}

.btn-print {
    background: #fff;
    border: solid 1px #00acd6 !important;
    color: #00c0ef;
}

.btn-print:hover {
    background: #00acd6;
    border: solid 1px #fff !important;
    color: #fff;
    cursor: pointer;
}

.btn-with-icon {
    padding: 6px 8px;
    font-size: 12px;
}

.btn-with-icon span,
.btn-with-icon i {
    margin-right: 5px !important;
}

.btn-confirmation {
    background: #fff;
    border: solid 1px #d73925 !important;
    color: #dd4b39;
}

.btn-confirmation:hover {
    background: #d73925;
    border: solid 1px #fff !important;
    color: #fff;
    cursor: pointer;
}

.btn-confirmation-success {
    background: #fff;
    border: solid 1px #00a65a !important;
    color: #00a65a;
}

.btn-confirmation-success:hover {
    background: #00a65a;
    border: solid 1px #fff !important;
    color: #fff;
    cursor: pointer;
}

.btn-dropdpwn .dropdown-item {
    padding: 10px 15px !important;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, .05);
    color: #000;
}

.btn-dropdpwn li {
    margin-bottom: 3px;
}

.btn-dropdpwn .dropdown-item:hover {
    color: #3c8dbc;
}

.badge {
    border-radius: 3px;
}

.badge-success {
    background: #28a745;
}

.badge-danger {
    background: #dc3545;
}

.grid-view input[type="checkbox"] {
    width: 26px;
    height: 20px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.search-panel {}

.search-panel label {
    font-size: 12px;
    margin-bottom: 4px;
}

.search-panel .btn {
    margin-top: 23px;
}

.padding-10 {
    padding: 10px 0;
}

.btn-icon i {
    margin-right: 7px;
}

.pointer {
    cursor: pointer !important;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: none;
}

.main-ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.d-inline-block {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-menu {
    font-size: 14px !important;
    text-align: left;
    list-style: none;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-25 #daterange-btn {
    height: 35px !important;
}

.add-flight .form-group {
    margin-bottom: 0;
}

.add-flight .form-group input {
    height: 30px;
}

.box-form .help-block {
    display: none;
}

.d-block {
    display: block;
}

.container-table-parent table tbody tr td:last-of-type {
    width: 330px !important;
    text-align: right;
}

.foreign-parcel-list  table tbody tr td:last-of-type {
    width: auto !important;
}

.container-table-parent table thead th:last-of-type {
    text-align: right;
}

.parcel-list .dropdown-menu a.text {
    font-size: 14px !important;
    text-align: center;
}

.no-border {
    border: none;
}

.parcel-popup-header {
    padding: 0 !important;
    margin-bottom: 15px;
}

.parcel-popup-header .box-tools {
    position: initial !important;
}

.trash-parcel {
    outline: none !important;
}

.trash-parcel i {
    font-size: 17px;
}

#add-parcel-to-container {
    width: 600px;
}

#add-parcel-to-container .input-group input {
    font-size: 15px;
}

#add-parcel-to-container .input-group input,
#add-parcel-to-container .input-group button {
    height: 40px !important;
    min-width: 60px !important;
}

.parcel-list-sp-padding {
    padding: 10px 10px 2px 10px;
}

.no-margin {
    margin: 0;
}

.fs-15 {
    font-size: 15px !important;
}

#parcel-status span {
    font-size: 14px !important;
    margin-left: 6px;
    position: relative;
    top: 1px;
    font-weight: 300;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.parcel-form .nav.nav-tabs {
    border: none !important;
}

.parcel-form .nav-tabs-custom {
    box-shadow: none;
}

.pd-btm0 {
    padding-bottom: 0 !important;
}

.pagination {
    display: block;
    float: right;
}

.shipment-form select {
    width: 150px !important;
    display: inline-block !important;
    vertical-align: middle;
    height: 38px !important;
    font-size: 18px !important;
}

.shipment-form input {
    width: 220px !important;
    height: 38px !important;
    margin-left: 20px;
    font-size: 15px !important;
}

.shipment-form {
    width: 280px;
    margin-right: 22px;
}

.shipment-form button {
    height: 38px !important;
    width: 50px !important;
}

.add-to-stock,.add-to-stock-notifications {
    max-width: 48%;
    margin: auto;
    padding: 15px 30px;
}

.add-to-stock-notifications {
    padding: 0;
}

.add-to-stock .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.add-to-stock .form-group input {
    width: 100%;
    height: 45px;
    font-size: 18px;
    padding: 0 15px;
    outline: none;
}

.add-to-stock .form-group button {
    height: 45px !important;
}

.add-to-stock .form-group input:focus {
    border: solid 1px rgb(76, 134, 222);
}

.spinner {
    position: relative;
}

.spinner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .7) url(../img/loading.gif) no-repeat center;
    background-size: 10%;
    z-index: 99;
}

.form-alert {
    display: none;
}

.print-barcode {
    cursor: pointer;
}

.print-barcode:hover {
    opacity: .8;
}

.payment-modal table {
    margin-bottom: 0;
}

.payment-modal th,
.payment-modal td {
    font-size: 12px;
    vertical-align: middle !important;
}

.payment-modal .form-group {
    margin: 0;
}

.payment-modal .debt {
    text-align: center;
    margin-bottom: 28px;
    background: rgba(0, 0, 0, .03);
    padding: 30px;
    border-radius: 4px;
}

.payment-modal .debt p {
    margin-bottom: 0;
    font-size: 12px;
    opacity: .8;
}

.payment-modal .debt h3 {
    font-size: 31px;
    margin-top: 8px;
    font-weight: 600;
}


/*.payment-modal label {
  font-weight: 400;
  font-size: 13px;
}
*/

.payment-modal .form-checkbox input {
    width: 20px !important;
    height: 20px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
}

.payment-modal .form-checkbox label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.payment-modal .alert {
    padding: 6px 10px;
}

.btn-icon {
    padding: 5px 8px;
    font-size: 13px;
}

.width-100 {
    width: 100%;
}

.ml-0 {
    margin-left: 0 !important;
}

.extended-search {
    margin-bottom: 10px;
}

.label-padding {
    padding: 7px 12px;
    font-size: 13px;
}

.cashier-operation-table td {
    white-space: nowrap;
}

.payment-confirmation-response {
    text-align: center;
    margin: auto;
    /*padding: 30px;
  */
    width: 100%;
    background: #fff;
}

.payment-confirmation-icon {
    font-size: 108px;
    color: #00c0ef;
    line-height: 18px;
}

.payment-confirmation-response h4 {
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 300;
}

.payment-confirmation a {
    padding: 9px 18px;
    font-size: 14px;
}

.payment-confirmation-response table td,
.payment-confirmation-response table th,
.payment-confirmation-response table td label {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

.payment-confirmation-response .icheckbox_flat-green {
    margin-right: 10px;
    position: relative;
    top: -1px;
    transform: scale(.85);
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
}

.alert-hide {
    display: none;
}

#amount-span {
    color: red;
}

.parcel-comment {
    margin-right: 10px !important;
    font-size: 20px;
    color: #00a65a;
}

.fs-15 {
    font-size: 15px;
}

.table.align-right tr td:last-of-type {
    text-align: right;
}

.parcel-list .grid-view {
    overflow: scroll;
}

.lang-main-li {
    margin-top: 16px;
}

.lang-main-li li {
    display: inline-block;
    vertical-align: middle;
}

.lang-main-li li a {
    color: #fff;
}

.datepicker-group {
    width: 100%;
}

.datepicker-group input {
    width: 100%;
}

.parcel-list .table {
    max-width: initial;
    min-width: 100%;
    width: initial;
    overflow-y: scroll;
    white-space: nowrap;
}

.modal-body .search-panel .btn {
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100%;
}

.input-group-daterange {
    width: 100%;
    margin-bottom: 20px;
}

.input-group-daterange button {
    margin-top: 0 !important;
    width: 100%;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    font-size: 12px;
}

.modal-body thead th {
    font-size: 12px !important;
}

.table .fa-dollar,
.table .fa-euro,
.badge .fa-dollar,
.badge .fa-euro {
    text-stroke: .4px white;
    -webkit-text-stroke: .4px white;
    -moz-text-stroke: .4px white;
    -ms-text-stroke: .4px white;
}

.parcel-debt-ul i {
    text-stroke: initial !important;
    -webkit-text-stroke: initial !important;
    -moz-text-stroke: initial !important;
    -ms-text-stroke: initial !important;
}

.btn-sp-margin {
    margin-top: 23px;
}

.icon-div {
    width: 50px;
    height: 50px;
    background: #5cbd2c;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.products-table {
    padding: 10px;
    background: rgba(0, 0, 0, .02);
}

.label-info {
    font-size: 14px !important;
}

.order-product-list .list-item,
.product-block {
    padding: 20px 20px 20px 40px;
    background: rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    border-radius: 5px;
}

.order-box-title {
    width: 100%;
}

.order-box-title span {
    padding: 5px;
    background: #e95c09;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
}

.qq-gallery .qq-upload-list li {
    height: auto;
}

.a-total-price {
    border-top: solid 1px rgba(0, 0, 0, .1);
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
}

.disabled-update {
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
}

.disabled-update::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    z-index: 999;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.container {
    width: 95% !important;
}

.refund-check {
    width: 25px;
    height: 25px;
    position: relative;
}

.refund-check input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.refund-check label {
    width: 22px;
    height: 22px;
    position: relative;
}

.refund-check label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, .4);
}

.refund-check input:checked+label::after {
    content: "\f00c";
    font: normal normal normal 16px/1 FontAwesome;
    padding: 3px;
    color: #fff;
    background: #38c0ed;
    outline: none;
    border: none;
}

.refund-amount-main {
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, .1);
    display: inline-block;
    background: rgba(0, 0, 0, .05);
}

.refund-amount {
    color: #f8592c;
    font-weight: 600;
    font-size: 15px;
}

.debt-btn-list span {
    font-weight: 400;
}

.debt-btn-list span.amount {
    font-weight: 700;
    font-size: 16px;
}

.order-balance-hr {
    margin: 30px 0 !important;
}

.refund-tr td {
    background: rgba(255, 0, 0, .07);
}

.product-block-refund {
    position: relative;
}

.refunded-amount {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 3px 7px;
    background: #b54d31;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    z-index: 9999;
}

.product-block.product-block-refund::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .02);
}

.product-link-container {
    position: relative;
    z-index: 9999999;
}

.product-number {
    width: 35px;
    height: 35px;
    background: #82a34a;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    position: relative;
    left: -33px;
    font-size: 18px;
    top: -15px;
}

.notification-list {
    margin: 20px 0px;
}

.notification-list p {
    font-size: 16px;
}

.notification-list ul {
    margin: 0;
    padding: 0;
}

.notification-list ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.notification-list ul li span {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 13px;
    cursor: pointer;
}

.unknown-inside {
    background: rgba(0, 0, 0, .03);
    padding: 10px;
    border-radius: 5px;
}

.unknown-parcel-user {
    padding: 0 15px;
    margin-bottom: 16px;
}

.unknown-parcel-list table thead th:last-of-type {
    text-align: center;
}

.color-red {
    color: red;
}

.btn-unknown {
    margin-top: 23px;
}

.parcel-service-ul {
    padding-left: 0;
}

.parcel-service-ul li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
}

.parcel-service-box h4 {
    color: #5791be;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}

.parcel-service-box-inside {
    padding: 13px;
    background: rgba(0, 0, 0, .03);
    border-radius: 4px;
}

.parcel-service-box-inside .form-group:last-of-type {
    margin-bottom: 0;
}

.payable-amount {
    color: #00c0e2;
    border-bottom: 1px dashed #00c0e2;
    padding-bottom: 2px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.consolidated-parcel {
    font-size: 10px;
    color: rgba(251, 77, 95, .8);
    display: block;
    margin-top: 6px;
}

.order-fm-links {
    margin: 0;
    padding: 0;
}

.popover {
    max-width: 400px !important;
}

.popover-body {
    font-size: .75rem;
    color: #3e4f59!important;
    padding: 5px 10px;
    white-space: nowrap;
    width: initial;
}

.order-fm-links li {
    list-style: none;
    font-size: 13px;
}

.order-fm-links li:not(:last-of-type) {
    margin-bottom: 5px;
}

.parcel-consolidated-title {
    font-size: 15px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.red-color {
    color: red;
}

.badge-small {
    font-size: 10px;
}

.modal-content .nav>li>a {
    padding: 8px 10px;
}

.box-body-tr table {
    overflow-y: scroll;
}

.order-list-table {
    overflow-y: scroll;
}

.notification-list ul li span:lang(ru) {
    font-size: 15px !important;
    padding: 8px !important;
}

.product-link-container a:lang(ru) {
    font-size: 12px;
}

.order-list-table td {
    white-space: nowrap;
}

.shelf_number-img img {
    display: inline-block;
}

.shelf_number-img small {
    text-align: center;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.fs-14 {
    font-size: 14px;
}

.special-order-table-main td {
   font-size: 13px !important;
   padding: 5px !important;
}

.special-order-table-main th {
  font-size: 12px !important;
}

.special-order-table-main .btn {
    padding: 4px 15px !important;
    font-size: 13px !important;
    cursor: pointer;
}

.special-order-table-main th:last-of-type,.special-order-table-main table tr td:last-of-type {
    white-space: nowrap;
    text-align: right;
}


.main-header .dropdown-toggle {
    padding: 15px 10px;
    font-size: 14px;
}


.empty {
    text-align: center;
    background: #3e8dbc;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 3px;
}

.user-info-btn p {
  margin-top: 5px;
  margin-bottom: 0;
}

.customer-code-p {
  margin: 5px 0;
}

.customer-code-p label {
  margin-bottom: 0;
}

.label-sm {
  font-size: 11px !important;
}

.mr-10 {
    margin-right: 10px;
}

.sp-order-list table tr th:last-of-type,.sp-order-list table tr td:last-of-type {
    text-align: right;
}

.sp-order-list .btn {
    cursor: pointer;
}

.sp-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.ordered-links td {
    font-size: 12px !important;
}

.d-flex {
    display: flex;
}

.modal-header > h4 {
    font-weight: 600;
    float: left;
}

.ordered-links tr.disabled {
    background: rgba(220, 53, 69, .15) !important;
}

.ordered-links tr.disabled input,.ordered-links tr.disabled label {
    cursor: not-allowed;
}

.sp-nav-tabs {
    border: none;
    box-shadow: none !important;
    align-content: normal;
    margin: 0;
}

#tab_usd_payment table th,#tab_usd_payment table td {
    white-space: nowrap;
}

.cash-label {
    position: absolute;
    top: 5px;
    right: 5px;
}

#payment-confirmation .debt {
    position: relative;
    padding-top: 30px;
}


.confirm-notification {
    margin-top: 6px;
    margin-left: 20px;
}

.confirm-notification a {
    padding: 8px !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
}

.confirm-notification a:hover,.confirm-notification a:focus {
    background: #367fa9 !important;
}

#add-parcel-to-container .col-md-6:first-of-type {
    padding-right: 0;
}

#add-parcel-to-container .input-sm.select2-container--krajee .select2-selection--single, #add-parcel-to-container .input-group-sm .select2-container--krajee .select2-selection--single{
    height: 40px;
    padding: 6px 22px 5px 10px;
}

#add-parcel-to-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-top: 4px;
}

 #add-parcel-to-container .input-sm.select2-container--krajee .select2-selection--single .select2-selection__arrow, #add-parcel-to-container .input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 39px;
 }

 #add-parcel-to-container .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
 }


.found-parcels {
    opacity: 0;
}

.found-parcels.active {
    opacity: 1;
}

.found-parcels.spinner {
    min-height: 150px;
    padding: 20px;
    background: rgba(0,0,0,.02);
    position: relative;
    opacity: 1;
}



.found-parcels.spinner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7) url(../img/preloader.gif) no-repeat center;
    background-size: 3%;
    opacity: .7;
}

.i-loading {
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,.7) url(../img/preloader.gif) no-repeat center;
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 9999;
    background-size: 85%;
    display: none;
}

.i-loading.active {
    display: inline-block;
}

.a-wd {
    text-decoration: none !important;
}

.user-info-links ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.user-info-links ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.user-info-links .btn {
    padding: 8px 17px;
    font-size: 14px;
}

.btn.sbtn-paid {
    background: #2196F3 !important;
    border: none;
    color: #fff;
}

.btn.sbtn-ordered {
    background: #4CAF50 !important;
    border: none;
    color: #fff;
}

.btn.sbtn-waiting-declaration {
    background: #4CAF50;
    border: none;
    color: #fff;
}

.btn.sbtn-ordered {
    background: #4CAF50;
    border: none;
    color: #fff;
}

.btn.sbtn-declared {
    background: #FF9800;
    border: none;
    color: #ffff;
}

.btn.sbtn-foreign-warehouse {
    background: #FF5722;
    border: none;
    color: #ffff;
}

.btn.sbtn-on-the-way {
    background: #607D8B;
    border: none;
    color: #fff;
}

.btn.sbtn-delivered {
    background: #F57C00;
    border: none;
    color: #fff;
}

.user-info-links ul li a {
    cursor: pointer;
}

.user-info-links ul li a:hover {
    opacity: .8;
}

.sp-user-links {
    overflow: scroll;
}

.sp-user-links a {
    font-size: 13px !important;
    padding: 7px 10px !important;
}

.sp-user-links a.active {
    box-shadow: inset 0px -6px 0px -2px rgba(0,0,0,0.22);
    -webkit-box-shadow: inset 0px -6px 0px -2px rgba(0,0,0,0.22);
    -moz-box-shadow: inset 0px -6px 0px -2px rgba(0,0,0,0.22);
    -ms-box-shadow: inset 0px -6px 0px -2px rgba(0,0,0,0.22);
}

.sp-user-links li:not(:last-of-type) {
    margin-right: 10px !important;
}

.special-order-table-main,.pjax-body {
    position: relative;
}


.special-order-table-main.loading::after,.pjax-body.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7) url(../img/preloader.gif) no-repeat center;
    background-size: 3%;
    opacity: .7;
}


/*.ordered-links td:not(:nth-child(10)) {
    white-space: nowrap;
}*/

.ordered-links td {
    vertical-align: middle !important;
}


.modal-xl {
    width: 80% !Important;
}

.prev-btn {
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -4px;
}

.container-select-main .form-group {
    max-width: 250px;
}

.archive-comment-btn {
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}

.special-order-table-main table td {
    vertical-align: middle !important;
}

.mini-parcel-form-2 .form-group {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    min-width: 102px;
}

.mini-parcel-form-2 button {
    display: inline-block;
    vertical-align: top;
}

.tab-content > .active.spinner {
    min-height: 100px;
}

.btn-t-large {
    padding:  7px 15px; 
    font-size: 15px;
}



.df-border input {
    border: solid 2px #e49c17 !important;
}

.df-border label {
    font-weight: 600;
    font-size: 18px;
}

.cashier-panel-daterange-btn {
    height: 34px !important;
}

.cashbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: rgba(0,0,0,.03);
    padding: 5px 13px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.cashbox:hover,.cashbox.active {
    background: rgba(0,0,0,.1);
}

.cashbox img {
    width: 27px;
    margin-right: 10px;
}

.cashier-stats {
    margin-top: 13px;
}

.cashbox span {
    font-weight: 600 !important;
    font-family: sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #d64b3d;
}

.balance-block img {
    max-width: 25px;
}

.balance-block input[type="text"] {
    height: 40px;
    font-size: 18px;
}

.total-amount {
    margin-top: 10px;
    font-family: 'Source Sans Pro',sans-serif;
}

.total-amount span {
    font-weight: bold;
}

.mobile-search-panel-control {
    display: none;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

@media(max-width: 767px) {
    
    .mobile-hide {
        display: none;
    }

    .courier-order-main-info .table>thead>tr>th, .courier-order-main-info .table>tbody>tr>th, .courier-order-main-info .table>tfoot>tr>th, .table>thead>tr>td, .courier-order-main-info .table>tbody>tr>td, .courier-order-main-info .table>tfoot>tr>td {
        font-size: 12px !important;
    }

    .mobile-show {
        display: block;
    }

    .mobile-search-panel-control {
        display: block;
        padding: 10px;
        font-size: 16px;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    }

    .mobile-search-panel-control.active i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .courier-search {
        display: none;
    }

    .search-panel .btn {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .search-btn-container {
        padding: 0 15px;
    }

    .content-header {
        padding: 0 !important;
    }

    .secondary-table {
        margin-top: -8px;
        text-align: center;
    }

    .secondary-table a:not(:first-of-type) { 
        margin-left: 10px;
    }
    .secondary-table a {
        padding: 8px 23px;
        font-size: 15px;
    }

    .sp-order-block {
        margin-bottom: 10px;
        padding: 5px;
    }

    .w-100 {
        width: 100%;
    }

    .u-mt-10 {
        margin-top: 10px;
    }

    .break-word {
        white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        white-space: pre-wrap;       /* css-3 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
        white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
        word-break: break-all;
        white-space: normal;
    }

    .courier-order-update table {
        font-size: 10px;
    }

    .products-table td{
        font-size: 10px !important;
    }

    .price-info h4 {
        font-size: 13px !important;
    }

    .price-info td {
        font-size: 12px !important;
    }

    .add-to-stock, .add-to-stock-notifications {
        max-width: 100%;
    }
}

.courier-price-btn {
    margin-left: 10px;
    font-size: 17px;
    color: red;
}

.word-wrap,.word-wrap a {
    max-width: 200px;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.ui-autocomplete {
    top: 50px !important;
    max-height: 500px;
    overflow: scroll;
}


.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.declined-order-list table tbody td:nth-child(8) {
    max-width: 200px;
}




#special-order-pjax .padding-10 {
    padding-bottom: 0 !important;
}


.sbtn-bought {
    background: #3a6595 !important;
    color: #fff !important;
}

.links-view table th,.links-view table td {
    font-size: 12px;
}

.links-view .refund-check {
    margin-top: 10px;
}

.links-view .refund-check label {
    width: 19px;
    height: 19px;
}

.links-view .refund-check label::after {
    border: 1px solid rgba(0, 0, 0, .2);
}

.links-view .refund-check input:checked+label::after {
    padding: 3px;
    font-size: 13px;
}


.bg-white {
    background: #fff;
}

.category-td {
    width: 170px;
    font-size: 13px;
}


#links-form .form-group {
    margin-bottom: 0;
}

.main-line {
    width: 100%;
    height: 1px;
    margin: 35px 0;
    background: rgba(0,0,0,.1);
    position: relative;
    opacity: .7;
}

.main-line span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: #fff;
    padding: 0 15px;
    font-style: italic;
    font-size: 15px;
}

.main-link-group {
    padding: 17px;
    background: rgba(0,0,0,0.04);
}

.u-mb-10 {
    margin-bottom: 10px;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.u-mr-20 {
    margin-right: 20px;
}

.special-order-table-main table th,.special-order-table-main table td {
    text-align: center;
}

.ui-autocomplete {
    top: 50px !important;
}

.declined-order-list table tbody td:nth-child(8) {
    max-width: 200px;
}


.span-cargo {
    margin: 5px 0;
    display: inline-block;
}

#dynamic-page-size {
    display: inline-block;
    width: auto;
    height: 31px;
    width: 70px;
    margin-bottom: 10px;
}


.red-span {
    color: red !important;
}

.copy-btn,.copy-btn:hover {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    cursor: pointer;
}


.urgent-order-tr {
    background: #ffdddd !important;
    padding: 10px;
}

.urgent-order-tr * {
    color: #000 !Important;
}

/*#links-form tr.disabled {
    opacity: .4;
    cursor: not-allowed;
}
*/
/*#links-form tr.disabled td:hover {
 cursor: not-allowed;   
}*/

.btn-sm-icon {
    padding: 3px 10px !important;
    margin-left: 10px !important;
}

.btn-sm-icon i {
    margin-right: 4px !important;
}

.v-table td {
    vertical-align: middle !important;
}

.links-status {
    margin-left: 0;
    padding-left: 0;
}

.links-status li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.order-payment-info {
    padding: 0 20px;
}

.card-select {
    width: auto;
}

.order-payment-info .form-group {
    margin-bottom: 0 !important;
}


.order-payment-info .help-block {
    display: none;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    font-size: 13px;
}

.discussion-title {
    position: relative;
    top: -42px;
    padding-right: 13px;
    color: #e84c3c;
}

.card-td {
    max-width: 200px;
}

.card-td .form-group {
    max-width: 100% !important;
}

.card-td .form-group select {
    width: 150px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 14px;
}

.links-table .disabled td {
    position: relative;
}

.links-table .disabled td::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(149 165 166 / .3);
    cursor: not-allowed;
}

/*.total-amount {
    padding: 5px 10px;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 4px;
    font-weight: 500;
    font-size: 17px;
}

.total-amount span {
    color: #00a659;
}*/

.stat-table {
    padding: 5px 7px 6px 7px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px !important;
}

.stat-table table {
    margin-bottom: 0;
}

.stat-table table th,.stat-table table td {
    font-size: 12px !important;
    padding: 8px !important;
    vertical-align: middle !important;
}

.stat-table input {
    display: inline-block;
    width: 120px !important;
    margin-right: 5px;
    padding: 5px;
    height: 35px;
}

#links-form .table th,#links-form .table> td {
    font-size: 12px !important;
}

.ui-tooltip {
    display: none !important;
}

#tab_debts tr td:not(:nth-child(2)) {
    white-space: nowrap !important;
}

#tab_debts tr td:nth-child(2) {
    max-width: 200px !important;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.search-sp-padding .col-xs-2,.search-sp-padding .col-xs-3,.search-sp-padding .col-xs-5 {
    padding-right: 0 !important;
}

.search-sp-padding label {
    font-size: 11px;
}

.full-parcel-box {
    padding: 20px;
    background: #fff;
}

.full-parcel-box .parcel-box {
    padding: 10px;
    background: rgba(0,0,0,0.01);
}

.full-parcel-box .parcel-box:first-of-type {
    width: 49%;
    float: left;
}

.full-parcel-box .parcel-box:nth-child(2) {
    width: 49%;
    float: right;
}

.full-parcel-box .parcel-box .parcel-box-heading {
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    border: solid 2px #e39c17;
    font-weight: 500;
}

.full-parcel-box .parcel-box table td {
    padding: 10px;
}

.full-parcel-box .parcel-box table td:first-of-type {
    white-space: nowrap;
}

.parcel-combine {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.parcel-combine a {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}


.break-word {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.a-break-word {
    max-width: 100%;
    white-space: pre-wrap;
    word-break: break-all;
}

.refund-links .refund-check {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 12px;
    font-weight: 600;
}

.not-allowed {
    cursor: not-allowed;
}

.not-allowed.text-muted {
    opacity: .7;
}

.m-small-text {
    font-size: 18px;
}

.m-main-price {
    color: #649ec6;
}

.red-text {
    color: red;
}

.refund-main .refund-check,.refund-main b {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}


.form-spinner {
    position: relative;
}

.spinner-form::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8) url(../img/loading.gif) no-repeat center;
    background-size: 8%;
    z-index: 99;
    display: none;
}

.spinner-form.active::after {
    display: block;
}

.tab-pane.spinner {
    min-height: 200px !important;
}

.urgent-td {
    padding-left: 15px;
    position: relative;
}

.urgent-td::before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fs-13 {
    font-size: 13px;
}

.small-box .icon {
    top: 10px !important;
}

.small-box .statistic-p {
    font-size: 20px !important;
}

.date-filter-parent {
    width: 346px;
    text-align: right;
}


.pad-left-0 {
    padding-left: 0 !important;
}

.foreign-warehouse-parcels #add-parcel-to-container {
    margin-bottom: 0;
    margin-top: 12px;
}

.in-height input,.in-height select,.in-height button {
    height: 43px !important;
}

.in-height {
    position: relative;
    top: 10px;
}

.force-input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.force-input .form-group {
    min-width: auto;
}
.force-input input[type="checkbox"] {
    width: 34px;
    height: 28px;
    position: relative;
    top: -1px;
}

.notifications-menu .dropdown-toggle {
    padding: 15px 15px !important;
    font-size: 23px !important;
}

.notifications-menu .dropdown-toggle span.label {
    top: 4px;
    right: 2px;
    font-size: 13px !important;
}

.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: auto !important;
}

.price-link {
    color: #d64a3a;
    font-weight: bold;
    border-bottom: dashed 1px #d64a3a;
    padding-bottom: 2px;
}

.btn-check-customer {
    width: 100%;
    margin-top: 22px;
}

.campaign-spinner .spinner::after {
    background-size: 7% !important;
}

.courier-assign-box .form-group {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.courier-assign-box button {
    height: 35px !important;
}

.c-orders td {
    max-width: 200px;
    white-space: pre-wrap;
}

.inline-el {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.inline-el.form-control {
    width: initial !important;
    max-width: 130px !important;
}


.post-to-customs {
    padding: 2px 10px;
    background: rgba(0,0,0,.05);
    border-radius: 3px;
}

.post-to-customs .form-group,.post-to-customs label {
    margin-bottom: 0;
}

.post-to-customs .form-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.reason-box {
    color: red;
    font-weight: 600;
}
.smart-customs.confirm-notification a {
    padding: 5px 8px 10px 10px !important;
}

.smart-customs.confirm-notification i {
    font-size: 24px;
    position: relative;
    top: 4px;
    line-height: normal;
}

.smart-reason {
    margin-top: 7px;
    display: block;
}

.field-courierordersearch-show_amount {
    margin-left: 20px;
}

.field-courierordersearch-show_amount label {
    font-size: 15px;
}

.field-courierordersearch-show_amount label input {
    width: 20px;
    height: 20px;
    line-height: 1px;
    margin-bottom: 0;
    position: relative;
    top: 4px;
    margin-right: 7px;
}

.report-form input {
    height: 40px !important;
}

.report-form button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}



.btn-sm-special {
    padding: 2px 10px !important;
    font-weight: 500;
}

.btn-signin {
    padding: 10px 20px !important;
    cursor: pointer !important;
}

.btn-signin:hover,.btn-signin:focus {
    background: rgb(91 130 146) !important;
}

.account-info-container p {
    margin-bottom: 15px;
}

.mark-completed {
    background: #4173b7 !important;
    color: #fff !important;
    padding: 6px 10px !important;
    border-radius: 3px !important;
    margin: 0 !important;
}

.timeline-footer a {
    margin-right: 10px;
}

.add-container-form .form-control {
    display: inline-block;
    vertical-align: middle;
}

.add-container-form select {
    max-width: 90px;
}

.flight-list table tbody td:nth-child(5) {
    white-space: nowrap;
    min-width: 160px;
}

.link-td a {
    width: 300px;
    display: block;
    white-space: pre-wrap;
    overflow: hidden;
}

.stat-box .input-group-daterange {
    margin-bottom: 0;
}

.log-box {
    min-height: 60px;
}

.log-box::after {
    background-size: 5% !important;
}

/*.order-box.spinner {
    margin-bottom: 20px;
}*/

.btn-return-decline {
    margin-left: 10px;
}

.early-declaration {
    padding: 3px 6px;
    border:  solid 1px rgba(0,0,0,.1);
    border-radius: 4px;
}

.early-declaration input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.early-declaration label {
    margin-bottom: 0;
}

.warehouse-register-search {
    margin-left: 30px;
    position: relative;
    top: -2px;
}

.specific-stat td {
    font-size: 18px !important;
    font-weight: 600;
}

.courier-notify {
    margin-right: 20px;
}

.country-icon {
    width:  25px;
    margin-right: 10px;
}

.admin-notify-box {
    max-width: 50%;
    font-size: 16px;
    padding: 20px;
    margin: auto;
    line-height: 29px;
}

.admin-notify-box a {
    display: block;
    width: 100%;
    padding: 10px ;
    font-size: 17px;
}

.admin-notify-box .box-title {
    text-align: center;
    display: block;
    line-height: 22px;
    font-size: 34px;
    margin-bottom: 9px;
}

.admin-notify-box .box-title {
    text-align: center !important;
    display: block !important;
    line-height: 22px !important;
    font-size: 32px !important;
    margin-bottom: 9px !important;
}

.admin-notify-box i {
    margin-bottom: 15px;
    color: red;
}

.field-parcelsearch-archive label,.field-linkssearch-archive label {
    position: absolute;
    top: 19px;
    left: 252px;
}

#parcelsearch-archive,#linkssearch-archive {
    width: 20px;
    height: 18px;
    margin-bottom: 2px;
}


.links-search-btn {
    margin-left: 20px;
}

.search-panel-auto-transfer .form-group,.search-panel-auto-transfer form {
    margin-bottom: 0;
}

.attorney-select {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.sp-right-pad {
    display: inline-block;
    max-width: 650px;
    text-align: right;
}

.sp-right-pad {
    display: inline-block;
    max-width: 650px;
    text-align: right;
}

.sp-right-pad form {
    margin-bottom: 0;
}

.invoice_differ::before {
    content: '';
    width: 10px;
    height: 40px;
    background: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
}
div.checkbox.switcher label *, div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #269bff;
  border-color: #269bff;
}
div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}

.private-label {
    position: absolute;
    top: 5px;
    right: 125px;
    background: red;
    color: #fff;
    padding: 1px 12px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
}

.field-parcelsearch-archive label {
    position: absolute;
    top: 19px;
    left: 212px;
}

.shelf-checkbox input {
    width: 25px !important;
    height: 25px !important;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.invoice_differ::before {
    content: '';
    width: 10px;
    height: 40px;
    background: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.country-flag-icon {
    width: 30px;
    margin-right: 20px;
}

.invoice_differ::before {
    content: '';
    width: 10px;
    height: 40px;
    background: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.iframe-link {
    font-size: 26px !important;
    padding: 11px !important;
    margin-right: 16px !important;
}

.img-box-main {
    width: 100%;
    padding: 13px;
}


.delete-img {
    position: absolute;
    top: 6px;
    left: 19px;
}

.image-block {
    margin-bottom: 20px;
}


.store-list-ul,.category-list-ul {
    padding: 0 15px;
}

.store-list-ul li,.category-list-ul li {
    padding: 6px 12px;
    background: #2196f3;
    color: #fff;
    font-size: 14px;
    list-style: none;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

.store-list-ul li:not(:last-of-type),.category-list-ul li:not(:last-of-type) {
    margin-right: 7px;
}

.store-list-ul li.active,.category-list-ul li.active {
    background: #ff4800;
}

.country-flag-icon {
    width: 30px;
    margin-right: 20px;
}

.container-weight {
    display: block;
    margin-top: 24px;
    font-weight: bold;
}



.sorting-container-box .form-group {
    margin-bottom: 0 !important;
}

.container-statistic {
    font-size: 30px;
}

.sorting-container-box select {
    height: 46px;
}

.sorting-table {
    margin-bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,.02);
}

.partner-label {
    margin-right: 10px !important;
    font-size: 14px !important;
}

.btn-courier-complete {
    margin-top: -18px;
}

.order-status-btn a {
    float: left;
}

.error-box {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#chart-container {
    max-width: 600px;
    max-height: 400px;
    margin: 0 auto;
}

.camera-spinner-container {
    position: relative;
}

.camera-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/backend/web/camera.gif);
}


.camera-loading-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 250px;
    font-size: 29px;
    color: #fff;
    display: none;
}

#ocr-camera {
    position: relative;
}