*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

html {
    height: 100%;

}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}

body input:required:valid,
body textarea:required:valid {

}

ul {
    margin: 0;
    padding: 0;
}

label {
    font-weight: normal !important;
    font-size: 12px;
    color: #5e5e5e;
}

body {
    /*height: 100%;*/
    font-family: "Arial", sans-serif;
    background-color: #f1f1f2 !important;
    font-size: 16px;
    min-width: 320px;
    position: relative;
}

p {
    font-size: 12px;
    color: #5E5E5E;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-italic {
    font-style: italic;
}

.hidden {
    display: none;
}

.container {
    position: relative;
}

.totalmargin {
    top: 50%;
}

.login_form {
    margin-top: -101px;
    min-width: 370px;
    height: 203px;
    border: 1px solid #b7b7b7;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 1, 1, 0.48);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 1, 1, 0.48);
    box-shadow: 0px 3px 4px 0px rgba(0, 1, 1, 0.48);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background: #1e5799;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1e5799 0%, #f9f9f9 0%, #dcdcde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #f9f9f9), color-stop(100%, #dcdcde));
    background: -webkit-linear-gradient(top, #1e5799 0%, #f9f9f9 0%, #dcdcde 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #f9f9f9 0%, #dcdcde 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #f9f9f9 0%, #dcdcde 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #f9f9f9 0%, #dcdcde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#dcdcde', GradientType=0);
    position: relative;

}

.login_form form {
    position: relative;
    padding-left: 139px;
    background: url('../img/header/logo.jpg') left top no-repeat;
    height: 100%;
}

.login_form form div {
    padding: 14px 0 2px;
}

.login_form form label {
    display: block;
    font-size: 13px;
    color: #5e5e5e;
    padding: 0 0 1px;
}

.login_form form input[type="text"], .login_form form input[type="password"] {
    border: 1px solid transparent;
    padding: 5px 0 4px;
    width: 192px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(1, 1, 1, 0.5);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(1, 1, 1, 0.5);
    box-shadow: inset 0px 1px 1px 0px rgba(1, 1, 1, 0.5);
    text-indent: 4px;
}

.blue_btn {
    padding: 6px 19px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #1e5799;
    border: 0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3ZmI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMGQ5N2Q2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #1e5799 0%, #007fb9 0%, #0d97d6 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #007fb9), color-stop(51%, #0d97d6));
    background: -webkit-linear-gradient(top, #1e5799 0%, #007fb9 0%, #0d97d6 51%);
    background: -o-linear-gradient(top, #1e5799 0%, #007fb9 0%, #0d97d6 51%);
    background: -ms-linear-gradient(top, #1e5799 0%, #007fb9 0%, #0d97d6 51%);
    background: linear-gradient(to bottom, #1e5799 0%, #007fb9 0%, #0d97d6 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#0d97d6', GradientType=0);
}

.login_form .blue_btn {
    margin: 8px 0 0 80px;
}

.inp_form input.error {

    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 40, 40, 1) !important;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 40, 40, 1) !important;
    box-shadow: inset 0px 1px 1px 0px rgba(255, 40, 40, 1) !important;
}

#lgn input.error {
    border: 1px solid #ff2828 !important;
    background: url('../img/common/alert.png') 162px -3px no-repeat #fff;
}

#flashMessage.message {
    background-color: #FFE6E6;
    border: 1px solid #FF2828;
    border-radius: 3px 3px 3px 3px;
    color: #FF2828 !important;
    font-size: 12px !important;
    left: 0;
    line-height: 22px !important;
    padding: 8px !important;
    position: absolute !important;
    text-align: center;
    top: -43px;
    width: 100%;
}

#lgn label.error /*, .errorMessage*/
{
    background-color: #FFE6E6;
    border: 1px solid #FF2828;
    border-radius: 3px 3px 3px 3px;
    color: #FF2828 !important;
    font-size: 14px !important;
    left: 50%;
    line-height: 22px !important;
    margin-left: -571px;
    padding: 20px 0px !important;
    position: fixed;
    text-align: center;
    top: 10px;
    width: 1141px;
    z-index: 10;
}

.message-container {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999999;
}

.errorMessage,
.warningMessage,
.successMessage,
.infoMessage {
    /*background-color: #232323 !important;*/
    height: auto;
    margin: 0 0 12px;
    padding: 5px;
    position: absolute;
    width: 350px;
    box-shadow: 0 3px 10px 2px;
    border-radius: 5px;
    opacity: 0.97;
    z-index: 9999;
    right: 0;
}

.warningMessage p,
.errorMessage p,
.successMessage p,
.infoMessage p {
    margin: 11px 0 11px 70px;
    text-align: left;
    color: white;
    font-size: 13px;
    width: 230px;

}

.toast-item-image {
    width: 30px;
    height: 30px;
}

.errorMessage {
    background: url("../img/common/alert_error.png") no-repeat scroll 25px 50% #232323;
}

.warningMessage {
    background: url("../img/common/alert_warning.png") no-repeat scroll 25px 50% #232323;
}

.successMessage {
    background: url("../img/common/alert_done.png") no-repeat scroll 25px 50% #232323;
}

.infoMessage {
    background: url("../img/common/alert_info.png") no-repeat scroll 25px 50% #232323;
}

.toast-item-close {
    background: url("../img/common/alert_close.png") no-repeat scroll 0 50% transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-top: -12px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
}

.toast-item-close:hover {
    opacity: 1;
}

/*.successMessage, #successMessage {
    background-color: #d3ffd0;
    border: 1px solid #1bc204;
    border-radius: 3px 3px 3px 3px;
    color: #1bc204 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 20px 0px !important;
    position: fixed;
    text-align: center;
    top: 10px;
    z-index: 10;
    left: 50%;
    width: 1141px;
    margin-left: -571px;
}*/

.inp_form label.error {
    font-size: 12px;
    line-height: 15px;
    padding: 7px 0 5px;
    text-align: center;
    background-color: #bf3d2c;
    color: #fff;
    margin-top: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.3);
    /*position: absolute;*/
    /*width: 323px;*/
    width: 100%;
    display: block;
}

.selectorspan label.error {
    position: absolute;
    width: 345px;
}

.sel_wmid label.error {
    position: absolute;
    width: 218px;
}

#header nav {
    /*background: url('../img/common/logo_sort.png') 20px 10px no-repeat #fff;*/
    background-color: #fff;
    text-transform: uppercase;
    padding: 20px 20px 20px 180px;
    position: relative;
}

#header nav > ul .user_data span {
    line-height: 20px;
    vertical-align: top;
    margin-right: 3px;
    display: inline-block;
}

#header nav > ul .user_data {
    text-decoration: none;
}

#header nav > ul {
    margin-top: 5px;
}

.logo {
    position: absolute;
    top: 6px;
    left: 22px;
}

#content {
    background-color: #F1F1F2 !important;
}

nav {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7fc9ee;
}

nav li {
    list-style: none inside none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    float: left;
}

nav ul a {
    color: #424242;
    padding: 0 15px;
    margin-right: 10px;
}

nav li:hover a {
    color: #0093dd;
    text-decoration: none;
}

nav li.submenu:hover a:first-child {
    color: #666;
    background: url('../img/header/arrw_gray_down.png') no-repeat right center;
}

nav li.submenu a:first-child:hover {
    color: #0093dd;
    text-decoration: none;
}

nav li.submenu ul {
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    padding: 5px 0;
}

nav li.submenu:hover > ul {
    display: block;
}

nav li.submenu ul:before {
    position: absolute;
    top: -8px;
    left: 34px;
    content: "";
    background: url('../img/header/nav_corn.png');
    width: 23px;
    height: 8px;
}

nav li.submenu li {
    display: block;
    padding: 8px 0 6px;
    float: none;
}

nav li.submenu li:hover {
    background: #E5F4FC;
    color: #0093dd;
}

nav li.submenu ul a {
    display: block;
    padding: 8px 21px 8px 15px;
    margin-right: 0;
    width: 100%;
}

nav li.submenu ul li {
    padding: 0;
}

nav li.submenu ul a:hover,
nav li.submenu:hover ul a:first-child {
    background: none !important;
}

nav li.submenu > ul > li.submenu > ul {
    /*border: 1px solid red;*/
}

/* ===================== Main Styles =================*/
.clearfix h2 {
    float: left;
    margin: 0;
}

.clearfix .upper-right-opt {
    float: right;
}

.heading {
    padding: 19px 0;
}

h2 {
    font-size: 24px;
    color: #232323;
    padding: 11px 0 11px 21px;
    font-weight: 400;
}

.mainButton,
.mainButton.dis_btn:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background-color: #0093DD;
    padding: 10px 15px 7px;
    border: 0;
    margin: 9px 19px 0 0;
    cursor: pointer;
}

.mainButton a {
    color: #fff;
}

.mainButton.plus {

    padding-left: 33px;
    background: url("../img/common/+.png") no-repeat 12px 14px #0093DD;
}

.mainButton:hover {
    background: #007CBA;
}

.mainButton:hover a {
    color: #fff;
    text-decoration: none;
}

.mainButton.no-background {
    background-color: #FFFFFF;
    border: 1px solid #0093DD;
    box-shadow: none;
    color: #0093DD;
    margin-top: 0;
    padding: 5px 10px;
}

.mainButton.no-background:hover {
    border-color: #3a89cb;
    color: #fff;
    background-color: #0093DD;
}

.tac {
    text-align: center;
}

.inp_form label {
    font-size: 12px;
    display: inline-block;
    color: #5e5e5e;
}

form .input {
    padding-bottom: 10px;
}

.inp_form input[type='text'], .inp_form input[type='password'], .inp_form select, .inp_form textarea {
    border: 1px solid #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
    font-size: 15px;
    color: #232323;
    padding: 4px 3px 2px;
    width: 100%;
    background-color: #fff;
}

.inp_form textarea {
    height: 72px;
}

form {
    padding: 0 19px;
}

.dividedRows h3 {
    margin: 0;
    border-bottom: 1px solid #0093dd;
    font-size: 12px;
    color: #0093dd;
    text-transform: uppercase;
    line-height: 24px;
    padding: 3px 0;
    font-weight: normal;
    margin: 0 0 20px;
}

.dividedRows h3.bag {
    margin: 0 0 5px;
    border-bottom: 1px solid #0093dd;
    font-size: 12px;
    color: #0093dd;
    text-transform: uppercase;
    line-height: 24px;
    padding: 3px 0;
    font-weight: normal;
}

.dividedRows textarea {
    height: 29px;
    min-height: 29px;
    resize: vertical;
    width: 100%;
}

#RegistrationType > div {
    line-height: 0.9em;
}

.form-container form {
    padding: 0 36px;
}

#barcodes_list table td {
    padding: 0 10px 0 0;
}

.delete {
    position: relative;
}

.delete:before {
    background: none repeat scroll 0 0 #FFFFFF !important;
    height: 10px !important;
    right: 7px !important;
    margin-top: -5px !important;
    transform: rotate(45deg);
    width: 2px;
    z-index: 10;
}

.delete a:before {
    border-radius: 16px 16px 16px 16px;
    height: 16px;
    width: 16px;
}

#bags_list li a:before, #bags_list li a:after, .bags_list p a:before, .bags_list p a:after {
    background: none repeat scroll 0 0 #C55500;
    margin: -8px 0 0;
}

.delete a:after {
    background: none repeat scroll 0 0 #FFFFFF !important;
    height: 2px;
    right: 3px !important;
    margin-top: -1px !important;
    transform: rotate(45deg);
    width: 10px;
}

.bag_item {
    cursor: pointer;
}

#bags_list li, .bags_list p {
    list-style: none outside none;
    margin: 0 0 0.25em;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

#bags_list li a:before, #bags_list li a:after, .bags_list p a:before, .bags_list p a:after {
    background: none repeat scroll 0 0 #C55500;
    margin: -8px 0 0;
}

#bags_list li:before, #bags_list li:after, #bags_list li a:before, #bags_list li a:after, .bags_list p:before, .bags_list p:after, .bags_list p a:before, .bags_list p a:after {
    content: "";
    right: 0;
    position: absolute;
    top: 50%;
}

#bags_list li a:link, #bags_list li a:visited, .bags_list p a:link, .bags_list p a:visited {
    border: 0 none;
    color: #C55500;
    display: block;
    padding-left: 28px;
}

.bags_list p {
    padding-left: 20px;
}

.demo {
    width: 620px
}

.demo ul {
    width: 400px;
    height: 150px;
    padding: 2em;
    margin: 10px;
    color: #ddd;
    list-style: none;
}

.demo ul li {
    cursor: pointer;
}

#draggable {
    background: #444;
}

#droppable {
    background: #222;
}

.hiddenArea {
    display: none;
    /*z-index:9999;*/
}

.selectorspan {
    background: url("/img/common/arrw_slc.png") no-repeat scroll 95% 12px #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
    display: block;
    height: 29px;
    margin-top: -1px;
    overflow: hidden;
    width: 100%;
}

.selectorspan > select {
    cursor: pointer;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    padding-top: 5px;
    width: 106%;
    /*height: 30px;*/
    outline: none;
}

#tmp_barcode {
    /*
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
        color: #232323;
        font-size: 15px;
        padding: 4px 3px 2px;
        width: 100%;
    */
}

#correspondenceWeight {
    /*
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
        color: #232323;
        font-size: 15px;
        padding: 4px 3px 2px;
        width: 100%;
    */
}

h2.pre_form {
    display: inline-block;
}

div.pre_form {
    float: right;
    margin-top: -117px;
    padding-top: 0;
}

.pre_form label {
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
}

.pre_form input {
    float: left;
    margin-top: 3px;
}

#province_select {
    display: none;
}

/*Loader*/
.loader_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.loader_background em {
    position: fixed;
    background: #f5f5f5;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*z-index: 100;*/
    color: #0093DD;
}

.loader_background > div {
    margin: -56px auto;
    top: 50%;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 147, 221, 0.2);
    border-right: 1.1em solid rgba(0, 147, 221, 0.2);
    border-bottom: 1.1em solid rgba(0, 147, 221, 0.2);
    border-left: 1.1em solid #0093DD;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader_background > span {
    font-size: 14px;
    font-weight: 700;
    left: 50%;
    margin: -16px 0 0 -35px;
    position: absolute;
    top: 50%;
    color: #666;
}

.loader_background > div,
.loader_background > div:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Table Bootstrap*/
.table th {
    text-align: center;
}

.table td {
    /*    text-align: center;*/
}

ul.nav {
    /*    height: 500px;
        overflow-y: auto;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #7FC9EE !important;
    border-radius: 0px !important;
    color: #fff;
}

.blue_border {
    border: 1px solid #7FC9EE !important;
}

#ui-datepicker-div {
    display: none;
    z-index: 2000;
}

.bag-transititems-popup {
    background-color: #F1F1F2;
    border: 1px solid #B7B7B7;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.3);
    left: 8px;
    padding: 8px 0 25px 10px;
    position: absolute;
    /*top: 47px;*/
    width: 343px;
    z-index: 999;
    display: none;
}

.bag-transititems-popup > div {
    padding: 0px;
    margin-right: 12px;
    float: left;

}

.bag-transititems-popup > div .mainButton {
    margin: 0;
}

.bag-transititems-popup:after,
.bag-transititems-popup:before {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bag-transititems-popup:after {
    border-color: rgba(238, 241, 242, 0) rgba(241, 241, 242, 0) #F1F1F2;
    border-width: 14px;
    margin-left: -14px;
}

.bag-transititems-popup:before {
    border-color: rgba(183, 183, 183, 0);
    border-bottom-color: #B7B7B7;
    border-width: 15px;
    margin-left: -15px;
}

.bag-packed {
    margin: 0 0 0 16px;
}

.bag-packed .mainButton {
    margin: 0;
}


h2.headl_intr {
    font-size: 20px;
}

div.cnt_gray_bg {
    margin: 16px;
    background: #F1F1F3;
    padding: 20px 15px 30px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

/********* CORRESPONDENCE PAGE *******/
.page-tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-tabs li {
    float: left;
    margin: 0 .5em 0 0;
}

.page-tabs a {
    position: relative;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    padding: .7em 3.5em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

.page-tabs a:hover,
.page-tabs a:hover::after,
.page-tabs a:focus,
.page-tabs a:focus::after {
    background: #fff;
}

.page-tabs a:focus {
    outline: 0;
}

.page-tabs a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    transform: skew(10deg);
    border-radius: 0 5px 0 0;
}

.page-tabs #current a,
.page-tabs #current a::after {
    background: #fff;
    z-index: 3;
}

#correspondence {
    z-index: 5;
}

.viewCorrespondence, .viewCorrespondenceOutgoing {
    min-width: 88px;
}

.bootstrap-select > .dropdown-toggle {
    z-index: 0;
}

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

#dispatchBagsContainer {
    height: 410px;
    overflow-x: hidden;
    /*overflow-y:scroll;*/
}

#dispatchDocuments {
    height: 80px;
    width: max-content;
    padding-right: 10px;
}

#dispatchBags {
    font-size: 10px;
}

#dataListContainer {
    max-height: 410px;
    overflow-x: hidden;
    /*overflow-y:scroll;*/
}

#dataListContainer table {
    font-size: 10px;
}

#booking-mode-container table th,
#dataListContainer table th {
    font-weight: normal;
    font-size: 10px;
}

/*********** END CORRESPONDENCE PAGE ************/

/* form_popup */

/* css vars */
:root {
    --errorbgcolor: #bf3d2c; /* цвет фона ошибки */
}


@keyframes slidein {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

form .has-error {
    position: relative;
    overflow: visible;
}

.has-error label.error:before,
ul.has-error + label.error:before {
    top: -4px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: var(--errorbgcolor);
    content: " ";
    background: var(--errorbgcolor);
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    transform: rotate(-45deg);
}

.has-error label.error, ul.has-error + label.error {
    display: none;
    padding: 3px 8px;
    color: #fff;
    background-color: var(--errorbgcolor); /*#000;*/
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    width: 100%;
    margin-top: 8px;
    position: absolute;
    left: 0;
    /*	bottom: -36px;*/
    text-align: center;
}


/*Если нужно чтобы подскази ошибки появлялись только при наведении*/
/**
.has-error:hover > label.error{
	display: block;
	animation-duration: 300ms;
	animation-name: slidein;
}
/**/
/*Если нужно чтобы подскази ошибки появлялись сразу*/
/**/
.has-error > label.error, ul.has-error + label.error {
    display: block;
    animation-duration: 300ms;
    animation-name: slidein;
    z-index: 999;
}

/**/

.bootstrap-select.has-error > .error {
    bottom: -34px !important;
}


.underline {
    text-decoration: underline;
}

#dispatchBags tr td:first-child {
    cursor: pointer;
}

#dispatchBags tr td:first-child:hover {
    text-decoration: underline;
}

/** Табы в попапе **/

.withTabs .blue_headl {
    padding-bottom: 1px;
    /*margin-bottom: 5px;*/
    padding-top: 10px;
}


ul.popup-tabs {
    height: auto;
    overflow: inherit;
    border-bottom: 0;
}

ul.popup-tabs li.active a {
    color: #555;
}

ul.popup-tabs li.active a .close, ul.popup-tabs a:hover > button.close {
    color: #555;
}

ul.popup-tabs a {
    color: white;
    font-size: 13px;
    outline: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    height: 39px;
}

ul.popup-tabs > li > a > span {
    padding-top: 12px;
    padding-bottom: 12px;
}

ul.popup-tabs > li > a > span.caret {
    padding: 0;
}

ul.popup-tabs > li > a:focus, ul.popup-tabs > li > a:hover, ul.popup-tabs a.dropdown-toggle {
    border-radius: 4px 4px 0 0 !important;
    color: #555;
    background: white !important;
}

ul.popup-tabs a > button.tabclose {
    font-size: 13px;
    color: #555;
    vertical-align: top;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    border: 0;
    background: none;
    font-weight: bold;
}

ul.popup-tabs ul.dropdown-menu a {
    color: #555;
    height: auto;
    padding: 5px 20px;
    border: 0;
    display: inline-flex;
    width: 100%;
}

ul.popup-tabs ul.dropdown-menu li.active a,
ul.popup-tabs ul.dropdown-menu li.active a button {
    color: white;
}


/** Анимация загрузки **/
/*.loader {
	color: #555;
	font-family: Consolas, Menlo, Monaco, monospace;
	font-weight: bold;
	font-size: 75px;
	opacity: 0.8;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.loader span{
	display: inline-block;
	animation: pulse 0.4s alternate infinite ease-in-out;
}

.loader span:nth-child(odd) {
	animation-delay: 0.4s;
}

@keyframes pulse {
	to {
		transform: scale(0.8);
		opacity: 0.5;
	}
}*/

/** Мешки модальное окно **/

.th-normal th {
    font-size: 12px;
    font-weight: normal;
}

.modal table tr td {
    font-size: 11px;
    word-break: break-all;
}

.bagModal #s9_code {
    font-size: 13px;
    word-spacing: 1px;
    letter-spacing: -0.3px;
}

.bagModal .panel {
    max-height: 172px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
}

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

.bagError {
    width: 263px;
    float: right;
}

.page-tabs-content .tab {
    display: none;
}

.editDispatch.edit {
    margin-right: 0;
}


/*анимация загрузки*/
:root {
    --size: 50px;
    --thickness: 6px;
    --base-color: #ec971f;
    --wheel-color: #5bc0de;
    --speed: 800ms;
}


.loader {
    margin: 15% auto;
    height: var(--size);
    width: var(--size);
    border: var(--thickness) solid var(--base-color);
    border-right-color: var(--wheel-color);
    border-top-color: var(--wheel-color);
    border-radius: 100%;
    animation: spin var(--speed) infinite linear;
    text-align: center;
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#additionalServiceItems .loader {
    width: 20px;
    height: 20px;
    border-width: 4px;
    border-color: #dad9d9;
    border-right-color: #3498db;
    display: inline-block;
    margin: 0 auto;
}

/** Импорт **/

.table-editable input[type=text]:focus {
    box-shadow: 0px 0px 2px 0px #2b892be6;
    border-radius: 2px;
}

.table-editable input {
    padding: 2px 4px;
    width: 100%;
    border: 0;
    display: inline-block;
    background-color: RGBA(255, 255, 255, 0);
    min-width: 50px;
    max-width: 100%;
}

.table-editable td.has-error input {
    border: 1px solid #a94442;
    border-radius: 4px;
}

.km_tbl .table.table-editable tr td {
    padding: 8px 8px 8px 10px;
}

.table-editable td.has-error .error {
    display: block;
}

/*.table-editable td .error{
	display: none;
}*/
#fieldSelectPopup {
    z-index: 9999;
}

.table-editable .dropdown-menu > li > a {
    font-size: 11px !important;
}

#resultFieldData table {
    font-size: 12px;
}

.d-inline {
    display: inline-block;
}

#importTemplates {
    min-width: 250px;
}

#importTemplates ul {
    width: 100%;
}

#importTemplates > button {
    width: 100%;
}

#importTemplates .template {
    padding: 5px 10px;
}

#importTemplates .template > span {
    display: inline-block;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
}

#importTemplates .template > span:nth-child(1):hover {

}

#importTemplates .template > span:nth-child(2),
#importTemplates .template > span:nth-child(3) {
    float: right;
}

#importTemplates .template > span:nth-child(2):hover,
#importTemplates .template > span:nth-child(3):hover {
    color: rgba(0, 115, 32, 0.82);
}

#importTemplates .template > span:nth-child(2) {
    margin-right: 2px;
}

#importTemplates .template > span.pencil {
    color: #2e6da4;
    font-weight: bold;
}

#importTemplates .template > span.remove {
    color: #8b1112;
}

#confirmPopup {
    z-index: 9999;
}

#promptPopup {
    z-index: 9999;
}

/** radio buttons custom **/
.radio-label input[type=radio] {
    display: none;
}

.radio-label label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #72b306;
    box-shadow: 1px 1px 1px 1px #466f04 inset;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.radio-label input[type=radio]:checked + label:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    top: 0;
    bottom: 0;
}

.inl_blck .radio-inline {
    padding-left: 5px;
}

.pp_lside .l_head > div {
    padding-left: 5px;
    padding-right: 5px;
}

#onOffManual > .checkbox {
    text-align: left;
}

.tab-content .form-group p,
form .form-group p {
    font-weight: bold;
}

.link_p > p {
    cursor: pointer;
    font-weight: normal !important;
    color: #337ab7;
}

.link_p > p:hover {
    outline: 0;
    color: #23527c;
    text-decoration: underline;
}

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

.va-middle {
    vertical-align: middle !important;
}

/** Custom Checkboxes **/
/*input[type=checkbox]{
	border: 1px solid #cdcdcd;
	border-radius: 0;
	background: white;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:before{
	background: white;
	height: 18px;
	width: 18px;
	content: "";
	display: block;
	border-radius: 0;
	border: 1px solid #5d5d5d;
}

input[type=checkbox]:checked:before{
	content: "\2714";
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 0;
	border: 1px solid #5d5d5d;
	line-height: 17px;
	font-size: 20px;
}*/
@-moz-document url-prefix() {
    .table {
        font-size: 13px;
    }
}

.p0 {
    padding: 0 !important;
}

.km_tbl .table {
    font-size: 14px;
}

.correspondenceDocs {
    padding: 5px;
}

.correspondenceDocs .glyphicon {
    display: block;
}

.correspondenceDocs .docName {
    display: block;
    font-size: 13px;
}

.toggle-on.btn-sm {
    padding-left: 11px;
}

#LogisticTable {
    font-size: 11px;
}

#LogisticTable .button-group {
    position: relative;
}

#LogisticTable .button-group ul.dropdown-menu {
    width: 100%;
}

#LogisticTable .button-group button {
    width: 100%;
    height: 34px;
}

#LogisticTable .glyphicon {
    cursor: pointer;
    font-size: 14px;
    padding: 3px 2px;
}

#LogisticTable .glyphicon:hover {
    opacity: 0.75;
}

#LogisticTable tr td div.controls {
    display: none;
}

#LogisticTable tr:last-child td div.controls {
    display: block;
}

#LogisticTable tr:first-child td div.controls span.glyphicon-remove {
    display: none;
}

#logisticForm .alert {
    font-size: 14px;
    padding: 8px 15px;
}

#LogisticTable .bootstrap-select * {
    font-size: 13px;
}

#LogisticTable tbody tr td .bootstrap-select {
    max-width: 300px;
}

#dataListContainer table td {
    font-size: 10px;
    vertical-align: inherit;
}

.dividedRows textarea.form-control {
    height: 34px;
    min-height: 34px;
}

form select.selectpicker {
    display: initial !important;
}

#exampleFieldData {
    padding: 6px 8px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.arrow {
    font-size: 12px;
    cursor: pointer;
    vertical-align: text-top;
}

.arrow:hover {
    opacity: 0.8;
}

#dispatchView {
    z-index: 1051;
}

#tableContainer {
    max-height: 199px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tableContainer {
    max-height: 199px;
    overflow-y: auto;
    overflow-x: hidden;
}

#tableContainer table {
    font-size: 10px;
    margin-bottom: 10px;
}

.tableContainer table {
    font-size: 10px;
    margin-bottom: 10px;
}

#tableContainer table td {
    font-size: 10px;
    vertical-align: inherit;
    padding: 3px;
}

.tableContainer table td {
    font-size: 10px;
    vertical-align: inherit;
    padding: 3px;
}

.tableContainer table th {
    font-weight: normal;
}

div.move {
    margin-top: 25px;
    margin-bottom: 5px;
}

div.move label.btn {
    min-width: 120px;
}

#footer {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/* Авторизация */
#authView .modal-dialog {
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 400px;
    max-width: 100%;
}

#authView form#lgnModal {
    padding-left: 139px;
}

#authView .login_form .blue_btn {
    margin: 1px 0 0 116px;
}


/* CN65 */
#cn65Table tr .chess {
    border: none;
}

#cn65Table tr .chess:nth-child(2n+1) {
    background: #f1f1f1;
}

.daterangepicker.opened {
    z-index: 9999;
}

#cn67Form .tableContainer {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cn67Form .tableContainer.collapse.in {
    width: 100%;
}

#cn67Form .tableContainer table td {
    font-size: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

/* small selectpickers */
.bootstrap-select.input-sm button {
    font-size: 12px;
    line-height: 16px;
}

/* CN67 */
.modal .filters.popup-filter .col-md-6,
.modal .filters.popup-filter .col-md-5,
.modal .filters.popup-filter .col-md-4,
.modal .filters.popup-filter .col-md-3,
.modal .filters.popup-filter .col-md-2,
.modal .filters.popup-filter .col-md-1 {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#cn67Form .toggle-off.btn-xs {
    padding-left: 9px;
}

.modal button[data-toggle='collapse'] {
    background: none;
    border: none;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    outline: none;
}

.modal button[data-toggle='collapse'] + label {
    cursor: pointer;
}

.modal button[data-toggle='collapse'][aria-expanded='true'] .glyphicon-plus {
    display: none;
}

.modal button[data-toggle='collapse'][aria-expanded='true'] .glyphicon-minus {
    display: block;
}

.modal button[data-toggle='collapse'][aria-expanded='false'] .glyphicon-plus {
    display: block;
}

.modal button[data-toggle='collapse'][aria-expanded='false'] .glyphicon-minus {
    display: none;
}

#cn67Form .tableContainer table tr th,
#cn67Form .tableContainer table tr td {
    padding: 4px 2px;
}

#cn67Form #cn65Selected tfoot input[type=text] {
    width: 40px;
    /*border: 1px solid #eaeaea;*/
    border: none;
    text-align: right;
    padding-right: 3px;
}

#cn67Form #cn65Available div.loader {
    margin-top: 165px;
    margin-bottom: 165px;
}

.edit.editCN67 {
    margin-right: 30px
}

#CN67Table {
    font-size: 13px;
}

.detePeriod > div .label-primary + div {
    font-size: 12px;
}

.detePeriod > div span.label + span {
    margin-left: 2px;
}

.detePeriod > div span.label {
    min-width: 60px;
    display: inline-block;
}


/* Иконка бокового меню */
#m-menu-btn {
    /* border: 1px solid #dadada; */
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-top: -4px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.navbar-toggle .icon-bar {
    background: #9e9e9e;
}


/* Раскрытие закрытие бокового блока */
.sidebar-container {
    position: relative;
}

.sidebar-container:not(.open-sidebar) #sidebar {
    display: none;
}

.sidebar-container.open-sidebar #sidebar {
    display: block;
}

.sidebar-container:not(.open-sidebar) .main-content {
    width: 100%;
}

.sidebar-container:not(.open-sidebar) #m-menu-btn .glyphicon-chevron-right {
    display: block;
}

.sidebar-container:not(.open-sidebar) #m-menu-btn .glyphicon-chevron-left {
    display: none;
}

.sidebar-container.open-sidebar #m-menu-btn .glyphicon-chevron-right {
    display: none;
}

.sidebar-container.open-sidebar #m-menu-btn .glyphicon-chevron-left {
    display: block;
}

table.table-bordered > thead > tr > th {
    border-bottom: 0;
}

#transfer_to_cn51 td,
#total td {
    font-weight: bold;
}

#dispatchDocuments > a {
    padding: 6px 10px;
}


#officesTable td div span.label {
    min-width: 60px;
    display: inline-block;
    font-size: 10px;
    vertical-align: text-top;
}

#officesTable td div span.label + span {
    margin-left: 0px;
    font-size: 12.5px;
}

/*label[for=CN67WeightSelect] + div.toggle{*/
/*width: 100%!important;*/
/*}*/

/* CN51 */
#CN51Table {
    font-size: 13px;
}

.edit.editCN51 {
    margin-right: 30px;
}

#cn51Form .tableContainer {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cn51Form .tableContainer table tr th,
#cn51Form .tableContainer table tr td {
    padding: 4px 2px;
}

#cn51Form .tableContainer table td {
    font-size: 10px;
}

.tableContainer .label {
    font-size: 85%;
    margin-bottom: 1px;
    display: inline-block;
}

/* CN55 */


#cn55Form .tableContainer {
    max-height: 365px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cn55Form .tableContainer table tr th,
#cn55Form .tableContainer table tr td {
    padding: 4px 2px;
}

#cn55Form .tableContainer table td {
    font-size: 10px;
}

.tableContainer .label {
    font-size: 85%;
    margin-bottom: 1px;
    display: inline-block;
}

#CN55Table {
    font-size: 13px;
}

#CN55Table .edit {
    margin-right: 30px;
}

#CN55Table td.mailWeight {
    font-size: 13px;
}

#CN55Table td.tableLabel > div {
    display: table-row;
}

#CN55Table td.tableLabel > div > span:nth-child(1) > span {
    width: 100%;
    display: inline-block;
}

#CN55Table td.tableLabel > div > span {
    display: table-cell;
}

#CN55Table td.tableLabel > div > span:nth-child(2) {
    padding-left: 3px;
    line-height: 15px;
    display: inline-block;
}

.km_tbl #CN55Table.table tr td {
    padding: 8px 10px 8px 15px;
}

table#cn65Table {
    font-size: 13px;
}

#cn67Form label[for='CN67WeightSelect'] + div.toggle {
    float: right;
    margin-right: 1px;
}

.bootstrap-select.disabled > button {
    background-color: #ebebeb;
}

.buttons input.btn {
    width: auto;
    min-width: 150px;
}

#additionalServiceItems table, #attachments table, .attachments-table table {
    font-size: 15px;
}

table.table-striped > tbody > tr,
table.table-striped > thead > tr {
    background-color: #FFF;
}

form.whiteDisabled .has-error label.error, form.whiteDisabled ul.has-error + label.error {
    /*display: none;*/
    padding: 3px 8px;
    color: #fff;
    background-color: var(--errorbgcolor);
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    width: 100%;
    margin-top: 8px;
    position: absolute;
    left: 0;
    bottom: -26px;
    text-align: center;
    z-index: 9;
}

form.whiteDisabled .form-control[disabled] {
    background: white;
}

#additionalServiceItems table .bootstrap-select, #additionalServiceItems table select {
    max-width: 350px;
}

#additionalServiceItems table .bootstrap-select * {
    font-size: 15px !important;
}

.km_tbl .table#correspondenceBidTable tr th {
    font-size: 11px;
    padding: 8px 5px 8px 10px;
}

.km_tbl .table#correspondenceBidTable tr td {
    padding: 8px 5px 8px 5px;
}

#additionalServiceItems table input[type=checkbox][readonly] {
    opacity: 0.7;
}

div.input-group.has-error > label.error {
    bottom: -51px;
}

/* Correspondence alert */
#correspondence-alert {
    position: fixed;
    bottom: 80px;
    right: 100px;
    z-index: 999999;
    display: none;
}

#correspondence-alert .round:before {
    content: "!";
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 34px;
    font-weight: 600;
    opacity: 0.5;
    animation: blink 1s linear infinite;
    line-height: 40px;
}

#correspondence-alert .round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #d9534f;
    background: RGBA(255, 255, 255, 0.95);
    cursor: pointer;
    position: relative;
    box-shadow: 1px 1px 4px 1px #676767;
}

#correspondence-alert .round:hover {
    border-color: #e2332f;
    background: RGBA(255, 255, 255, 1);
}

#correspondence-alert .round .message {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    word-break: break-word;
    min-height: 40px;
    background: #d9534f;
    width: 200px;
    border-radius: 4px;
    right: 54px;
    padding: 14px 10px;
    top: 0;
    margin: auto;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    line-height: 12px;
    display: none;
}

#correspondence-alert .round .message:before {
    content: " ";
    right: -4px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #d9534f;
    z-index: -1;
}

#correspondence-alert .round:hover .message {
    display: block;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

#correspondenceErrorForm, #correspondenceErrorsView {
    overflow-wrap: break-word;
}

textarea#errorComment {
    height: 100px;
    resize: vertical;
    font-size: 13px;
    color: #3e3e3e;
}

.corrective-actions {
    white-space: pre-line;
}

.modal .form-group a {
    font-size: 13px;
}

#barcodeView .form-group span.label {
    min-width: 50px;
    display: inline-block;
}

#barcodeView .form-group span {
    vertical-align: middle;
}

#correspondenceErrorForm p.automatic_actions,
#correspondenceErrorsView p.automatic_actions {
    white-space: pre-line;
    font-weight: normal;
}

#correspondenceErrorForm ol.automatic_actions,
#correspondenceErrorsView ol.automatic_actions {
    font-size: 12px;
    padding-left: 12px;
}

#correspondenceErrorForm .form-group span {
    vertical-align: middle;
}

#correspondenceErrorForm .form-group span.label {
    min-width: 70px;
    display: inline-block;
}

table#barcode_ranges_code th,
table#barcode_ranges_code td {
    font-size: 11px;
    padding: 5px 10px;
}

#correspondenceErrorsView #comment p {
    white-space: pre-line;
}

#correspondenceErrorForm #status span.label, #correspondenceErrorsView #status span.label {
    font-size: 12px;
    font-weight: normal;
}

#promptPopup textarea {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto 3px;
    padding: 10px 10px;
    font-size: 13px;
    height: 100px;
    border-radius: 2px;
}

#promptPopup form {
    padding: 0;
}

#promptPopup .err-message {
    color: #ca211d;
    font-size: 13px;
    width: calc(100% - 50px);
    margin: 0 auto;
    height: 18px;
}


.promptPopup textarea {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto 3px;
    padding: 10px 10px;
    font-size: 13px;
    height: 100px;
    border-radius: 2px;
}

.promptPopup form {
    padding: 0;
}

.promptPopup .err-message {
    color: #ca211d;
    font-size: 13px;
    width: calc(100% - 50px);
    margin: 0 auto;
    height: 18px;
}

.promptPopup .radio {
    margin: 0 15px;
    padding: 10px 10px;
}

.promptPopup .reason_block {
    margin: 0 15px;
    padding: 10px 10px;
}

.open-filter h3 {
    cursor: pointer;
}

#bags_select .ms-selectable .ms-header,
#bags_select .ms-selection .ms-header {
    margin-bottom: 10px;
}

table#manifestTable,
table#reestrTable {
    width: max-content;
    max-width: initial;
    min-width: 100%;
    font-size: 13px;
}


.table-container {
    overflow-x: auto;
}

#attachments tfoot > tr .btn {
    display: inline-block;
}

#attachments tbody > tr:first-child > td .delete {
    display: none;
}

#attachments tbody > tr > td:last-child {
    text-align: center;
}

#attachments tfoot td {
    padding-bottom: 4px;
    padding-top: 4px;
}

.correspondenceModal .col-md-8 .table {
    margin-bottom: 5px;
}

.correspondenceModal .col-md-8 .dividedRows h3 {
    margin: 0 0 10px;
}

.corc {
    font-size: 13px;
}

.corc .label {
    width: 44px;
    display: inline-block;
}

.m-r-0 {
    margin-right: 0 !important;
}

.fake {
    height: 1px;
}

.topscroll {
    position: absolute;
    height: 20px;
    overflow-x: scroll;
    left: 0;
    top: -4px;
    z-index: 9;

}

#table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-top: 10px;
    min-height: 500px;
}

#table-block {
    position: relative;
    padding: 0 !important;
}

#excelUpload .loader {
    margin: 15px auto 0;
    width: 30px;
    height: 30px;
    border-width: 4px;
}

#excelUpload .jFiler-item {
    font-style: normal;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

ol.search-errors {
    padding-left: 0;
    font-size: 12px;
    word-break: break-all;
}

ol.search-errors > li {
    margin-bottom: 5px;
}

/*Search Page*/

.wraper-block {
    border-top: 1px solid #0093dd;
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.module {
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
    background-clip: padding-box
}

.module.module-no-heading .module-content-inner {
    padding-top: 0
}

.module.module-has-footer .module-inner {
    padding-bottom: 0
}

.module .module-inner {
    padding: 10px
}

.module .collapse-module > .icon {
    transition: all .2s ease;
    display: inline-block
}

.module.collapsed .collapse-module > .icon {
    transform: rotate(180deg)
}

.module .module-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative
}

.module .module-heading .module-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.module .module-heading .actions {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1
}

.module .module-heading .actions li {
    vertical-align: middle
}

.module .module-heading .actions li a {
    color: #9499a3
}

.module .module-heading .actions li a:hover {
    color: #616670;
    text-decoration: none
}

.module .module-heading .actions li .icon {
    font-size: 18px
}

.module .module-content-inner {
    padding-top: 0px;
    padding-bottom: 0px
}

.module .module-content .dropdown-menu li {
    margin-bottom: 0
}

.module .module-content .dropdown-menu > li > a {
    padding: 5px 20px
}

.module .module-content .list li {
    margin-bottom: 10px
}

.module .module-content .list ol, .module .module-content .list ul {
    margin-top: 10px
}

.module .module-content dl dd {
    margin-bottom: 10px
}

.module .module-content blockquote {
    font-size: 14px
}

.module .module-content .module-content-inner .custom-quote p {
    font-size: 14px;
    color: #616670;
    line-height: 1.5
}

.module .module-footer {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    margin-top: -1px;
}

.module .module-footer a {
    color: #9499a3
}

.module .module-footer a:hover {
    color: #40babd
}

.module .module-footer .shortcuts {
    margin-bottom: 0
}

.module .module-footer .shortcuts li {
    position: relative;
    margin-right: 10px
}

.module .module-footer .shortcuts li.last {
    float: right;
    clear: both;
}

.module .collapse-module {
    cursor: pointer
}

.module-draggable .module-heading {
    cursor: move
}

#search-table tr td, #search-table tr th {
    padding: 8px 10px 8px 10px;
}

#search-table tr td {
    word-break: break-all;
}

a.show-tracking {
    color: #9499a3;
}

a.show-tracking:hover {
    color: #337ab7;
}

#search-table {
    font-size: 13px;
}

thead label {
    color: #0093dd;
    position: relative;
    cursor: pointer;
}

thead label:hover {
    text-decoration: underline;
}

thead label.DESC:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: -14px;
    bottom: 3px;
}

thead label.ASC:after {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: -14px;
    bottom: 3px;
}

.col-md-6.dividedRows {
    word-break: break-word;
}

.ta_cent .alert-danger input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
}

.ta_cent .alert-danger {
    margin-top: 10px;
}

#WeightH3 small {
    font-size: 9px;
    margin-left: 10px;
}

.discount-group .input-group .input-group-btn button {
    border-left: 0;
    width: 110px;
}

#correspondenceBidTable tr > td:first-child {
    /*font-size: 13px;*/
}

.correspondenceCancelModal .comment {
    word-wrap: normal;
    white-space: pre-line;
    font-size: 14px;
}

.td-label > div {
    font-size: 13px;
}

.td-label > div span:first-child {
    margin-right: 5px;
}

#viewCorrespondenceReturn #dataListContainer .name,
#viewCorrespondenceReturn #dataListContainer .comment {
    font-size: 13px;
}

.download-document {
    margin-top: 20px;
    text-align: right;
}

.submenu ul li a {
    white-space: nowrap;
}

.nicewrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#correspodence_cancel_popup {
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 1041;
    transform: translate(-50%, 0);
    width: 850px;
}

#correspodence_cancel_popup ul {
    list-style: none;
    background: white;
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    padding-left: 30px;
}

#correspodence_cancel_popup ul > li {
    list-style: inside;
    text-align: left;
}

#correspodence_cancel_popup ul > li:last-child {
    list-style: none;
}

#correspodence_cancel_popup h3 {
    text-align: left;
    animation: blinker 1s linear infinite;
    color: #e90016;
}

.correspondence_cancel {
    text-align: left;
    /*color: red;*/
}

#correspodence_cancel_button {
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.inline-block {
    display: inline-block !important;
}

.padding-none {
    padding: 0 !important;
}

#transitForm .impc-tariff {
    background: #eeeeeeb3;
    padding: 10px 20px;
    margin-bottom: 15px;
    clear: both;
    border-radius: 4px;
}

#LogisticsTariffTable b {
    font-size: 79%;
}

.delete-any {
    position: absolute;
    left: 15px;
    bottom: 0;
}

#registration .departure-data {

}

.btn-primary.toggle-on {
    color: white;
}

#reasons-inquiry {
    display: grid;
    grid-template-columns: repeat(auto-fill, 33%);
    grid-template-rows: repeat(3, 35px);
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

#attachments-types {
    padding-left: 10px;
}

#attachments-types > .radio {
    display: inline-block;
}

#non-delivery-types > .radio {
    display: inline-block;
}

.correspondenceModal #attachments-types, .correspondenceModal #non-delivery-types {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.correspondenceModal #attachments-types > li, .correspondenceModal #non-delivery-types > li {
    display: flex;
    width: 25%;
    min-width: fit-content;
    padding-right: 10px;
    padding-bottom: 5px;
}

.correspondenceModal #attachments-types > li > span, .correspondenceModal #non-delivery-types > li > span {
    border: 1px solid #cdcdcd;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.correspondenceModal #attachments-types > li > span.square, .correspondenceModal #non-delivery-types > li > span.square {
    border: 1px solid #cdcdcd;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.correspondenceModal #attachments-types > li > span.square.active, .correspondenceModal #non-delivery-types > li > span.square.active {
    font-size: 17px;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

#import-progress {
    margin: 10px;
    border: 1px solid #cdcdcd;
}

#list-of-mail-formats > li {
    display: inline-block;
}

#cn31-export {
    padding: 40px 40px;
}

#cn31-export > textarea {
    width: 100%;
}

#cn31-export #log {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    overflow-y: auto;
    padding: 5px 10px;
    font-size: 13px;
}

#cn31-export #log > div {
    margin-bottom: 10px;
}

#cn31-export #codes,
#cn31-export #log {
    height: 350px;
}

#cn31-export #result-link {
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
}


ul.tree {
    list-style: none;
    position: relative;
}

ul.tree > li {
    margin: 10px 0;
}

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

ul.tree li.opened > ul {
    display: block;
    margin-top: 20px;
    position: relative;
}

ul.tree li ul {
    padding-left: 20px;
    position: relative;
    display: none;
}

ul.tree li .group-name {
    display: inline;
    position: relative;
}

ul.tree li .group-open {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin-right: 20px;
    z-index: 99;
    position: relative;
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-left: -4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: white;
    top: -2px;
}

ul.tree li .group-open:before {
    content: "+";
}

ul.tree li.opened > .group-open:before {
    content: "-";
}

ul.tree:before,
ul.tree li.opened > ul:before {
    width: 2px;
    content: "";
    position: absolute;
    background-color: #a09797;
    top: -30px;
    bottom: 10px;
    margin-left: 4px;
    padding: 20px 0;
    /*border-left: 2px dotted #a09797;*/
}

ul.tree:before {
    top: 2px;
}

ul.tree li .group-name:before {
    width: 16px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #a09797;
    left: -19px;
    top: 8px;
}

ul.tree li .group-name.last-level {
    margin-left: 25px;
}

ul.tree li {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.tree li:last-child {
    z-index: 9999;
    position: relative;
    background: white;
}

#tn-ved-tree-popup .tree-container {
    font-size: 11px;
}

#tn-ved-tree-popup ul.tree li .group-name:before {
    top: 4px;
}

#tn-ved-tree-popup ul.tree {
    margin-top: 20px;
}

table .tn-ved-code-input {
    display: inline-block;
}

table .tn-ved-code-input + button {
    display: inline-block;
    margin-left: 5px;
}

.tn-ved-input-container {
    display: grid;
    justify-items: center;
    grid-template-columns: 115px 30px;
}

#dataListContainer span[data-title]:hover:after {
    content: attr(data-title);
    background: white;
    color: black;
    position: absolute;
    top: 17px;
    padding: 0 5px 4px;
    font-size: 13px;
    display: inline-block;
    left: -80px;
    border-radius: 3px;
    line-height: 13px;
    min-width: 100px;
    width: 160px;
    z-index: 9999;
    border: 1px solid #cdcdcd;
}

#dataListContainer span[data-title] {
    font-size: 15px;
    float: left;
    padding: 0 5px;
}

ul.resdes-event {
    font-size: 12px;
    color: #5e5e5e;
    list-style: none;
}

ul.resdes-event > li > span {
    display: inline-block;
    width: 49%;
}

ul.resdes-event > li > span:nth-child(2) {
    font-weight: bold;
}

#bagreturn-index #result {
    border-top: 1px solid #0093DD;
    border-bottom: 1px solid #0093DD;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    margin: 30px 0;
}

#bagreturn-index #result #return-correspondence {
    margin-top: -10px;
    margin-right: 20px;
}

.inp_form.text-danger label,
.inp_form.text-danger p {
    color: #a94442 !important;
}

#phone-number-list {
    margin-bottom: 0;
}

#tableContainer #volume-values .form-group,
#tableContainer .volume-values .form-group {
    margin-bottom: 0;
}

#tableContainer #volume-values > div,
#tableContainer .volume-values > div {
    margin-top: 8px;
}

#flight-booking-modal {
    overflow: auto;
}

#flight-booking-modal #tableContainer {
    overflow: visible;
    max-height: none;
}

#tableContainer .form_group {
    margin-bottom: 5px;
}


#attachments td {
    padding: 0;
}

#attachments td input {
    border-color: white;
    border: 0;
}

#attachments table th, .attachments-table table th {
    font-size: 12px;
    color: #0093dd;
    text-transform: uppercase;
    font-weight: normal;
}

#attachments tfoot td {
    font-size: 12px;
    padding-right: 8px;
    padding-top: 8px;
}

#attachments tfoot th {
    font-size: 12px;
    color: #0093dd;
    text-transform: uppercase;
}


#additionalServiceItems table th {
    font-size: 12px;
    color: #0093dd;
    text-transform: uppercase;
    font-weight: normal;
}

#additionalServiceItems tfoot th {
    font-size: 12px;
    color: #0093dd;
    text-transform: uppercase;
    text-align: right;
}

#flights-table .alert-danger {
    border-color: #ff0000;
}

.clipboard {
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
}

.clipboard:hover {
    color: #5bc0de;
}

.clipboard:active {
    color: #5e5e5e;
}

.dropdown-area{
    position: relative;
    border: 4px dashed #007CBA;
    cursor: pointer;
}

.dropdown-area.active {
    border: 4px dashed #F1F1F3;
}

.dropdown-area p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    color: #007CBA;
}
.dropdown-area input{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}
.dropdown-area button{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
}
.dropdown-area button:hover{
    background: #149174;
    color: #0C5645;
}
.dropdown-area button:active{
    border:0;
}

.ms-list > .ms-elem-selection:nth-child(even) {
    background-color: #efefef;
}

.bcode_list > li:nth-child(even) {
    background-color: #efefef;
}

.code-version {
    color: lightgrey;
    position: absolute;
    left: 55px;
    top: 73px;
    font-size: 10px;
}