body,
input, select, textarea {
    font-family: sans-serif;
}

body {
    font-size: 13px;
    background: #f0f0f0;
    line-height: 25px;
}

li {
    line-height: 1.5;
}

a img {
    border: 0;
}

a:link, a:visited {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.name {
    text-align: right;
    vertical-align: middle;
}

#container {
    background: url(../images/layout/bgrlog.gif) repeat-x 0 0;
}

#content {
    width: 90%;
    margin: 0 auto;
}

#header {
    height: 52px;
}

#nav-main-logo {
    float: left;
}

#box_top_content {
    padding: 0 6px 0 30px;
    line-height: 1.3;
    font-size: 11px;
    background: url(/images/layout/top_box_icon.gif) no-repeat 5px 5px;
}

#box_top_middle {
    /*height: 40px;*/
    /*background: url(/images/layout/top_box.gif) repeat-x 0 0;*/
    float: right;
    /*height: 27px;*/
    background: url(/images/layout/bgr_top_menu.gif) repeat-x 0 -1px;;
    margin-top: 12px;
    padding: 7px;
}

#box_top_content a:link, #box_top_content a:visited {
    color: black;
    font-weight: bold;
}

#box_top_content a:hover {
    color: #000;
}

#footer {
    padding: 10px;
    font-size: 10px;
    color: #a3a3a3;
    text-align: left;
}

#footer div#footer_menu {
    float: right;
}

#footer div#footer_menu a:link, #footer div#footer_menu a:visited {
    color: #a3a3a3;
}

#footer div#footer_menu a:hover {
    color: #000;
}

#main_top {
    height: 7px;
    margin-top: 16px;
    clear: both;
    background: url(/images/layout/bgr_main_top.gif) no-repeat 0 0;
    overflow: hidden;
}

#main {
    background: white;
    padding: 15px;
    margin-top: 15px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

#main_bottom {
    height: 7px;
    background: url(/images/layout/bgr_main_bottom.gif) no-repeat 0 0;
    overflow: hidden;
    clear: both
}

div.paginate-buttons {
    border-top: 0;
    margin: 0;
    padding: 6px 6px;
    text-align: center;
}

div.paginate-buttons a,
.paginate-buttons .currentStep {
    color: #666666;
    display: inline-block;
    margin: 1px 2px;
    padding: 1px 8px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.paginate-buttons a:hover, div.paginate-buttons a:focus,
div.paginate-buttons .currentStep {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.bold {
    font-weight: bold;
}

.errorBorder {
    border: 1px solid red !important;
}

div.errors {
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 0.5em;
}

div.warning {
    border: 1px solid darkorange;
    color: orangered;
    margin: 10px 0 5px 0;
    padding: 0.5em;
}

div.warning-text {
    color: orangered;
}

div.message {
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 0.5em;
}

input.errors {
    border: 1px solid red !important;
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url(/images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}

td.errors input {
    border: 1px solid red;
}

div.success {
    border: 1px solid green;
    color: #228b22;
    margin: 10px 0 5px 0;
    padding: 1em;
}

input.success {
    border: 1px solid green;
}

div.success ul {
    list-style: none;
    padding: 0;
}

div.success li {
    background: url(/images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.success select {
    border: 1px solid green;
}

td.success input {
    border: 1px solid green;
}

input.success {
    border: 1px solid green !important;
}

div.success ul {
    list-style: none;
    padding: 0;
}

td.success select {
    border: 1px solid green;
}

td.success input {
    border: 1px solid green;
}

ul.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.navigation li {
    margin: 0;
    padding: 0 2px 0 0;
    float: left;
    display: inline;
    height: auto;
    border: none;
    background: url('/images/layout/topmenu_bgr_li.gif') no-repeat top right;
}

.navigation li.navigation_active a:hover {
    background: steelblue !important;
    text-decoration: underline;
}

ul.navigation li a:link, ul.navigation li a:visited {
    color: #252525;
    font-weight: bold;
    font-size: 10px;
    padding: 15px 5px 0 5px;
    height: 27px;
    background: url('/images/layout/bgr_top_menu.gif') repeat-x 0 -1px;
    float: left;
    display: inline;
}

ul.navigation li a:hover {
    background: url('/images/layout/topmenu_bgr_hover.gif') repeat-x 0 -1px;
}

ul.navigation li.navigation_active a {
    color: white;
    background: steelblue;
}

.table_td_red td.first {
    border-left: 1px solid #9F0000;
}

.table_td_red td {

    font-size: 11px;
    background: url("/images/layout/table_td_red.gif") repeat-x scroll 0 0 #FC5E45;
    border-bottom: 1px solid #9F0000;
    border-right: 1px solid #9F0000;
    border-top: 1px solid #9F0000;
    color: #4E0000;
    padding: 6px;

}

/*DO STRONY Z LOGOWANIEM */

input.text_login {
    width: 140px;
    border: 1px solid #c5c5c5;
    padding: 3px;
    background: #e7e7e7 url('/images/layout/input_login.gif') no-repeat 0 0;
}

#login_footer {
    background: url('/images/layout/spacer.gif') repeat-x 0 0;
    width: 1140px;
    margin: 10px auto;
    font-size: 10px;
    color: #aaaaaa;
    padding-top: 4px;
}

#login_footer div#login_footer_menu {
    float: right;
}

#login_footer div#login_footer_menu a:link, #login_footer div#login_footer_menu a:visited {
    color: #aaaaaa;
}

#login_footer div#login_footer_menu a:hover {
    color: #000;
}

input.login_button {
    border: 0;
    width: 60px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    background: url('/images/layout/login_submit.gif') no-repeat 0 0;
    padding: 0 0 0 0;
    font-weight: bold;
    float: right;
    text-align: center;
    vertical-align: middle;
}

#table_1_tr {
    background: url("/images/layout/table_top_right.gif") no-repeat scroll 0 0 transparent;
    height: 6px;
    position: absolute;
    right: -7px;
    top: -7px;
    width: 6px;
}

/*ADRESY*/

#address_last {
    border-top-right-radius: 6px !important;
    -moz-border-radius-topright: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
}

#address_first {
    border-top-left-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    -webkit-border-top-left-radius: 6px !important;
}

.table_td_gray2 input.text {

    background: url("/images/layout/field_background_small.jpg") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 2px;

}

/*TABELA LAYOUT*/

.mainTable tr td a.deletedLink span {
    color: gray;
}

.table_td {
    /*width: 100%;*/
    /*border-collapse: separate;*/
    border-collapse: collapse;
    /*border-spacing: 0 1px;*/
    /*empty-cells: show;*/
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

.table_td td.spacer {
    height: 1px;
    overflow: hidden;
}

.table_td th {
    background: #eaeaea;
    color: #8d8d8d;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 2px;
    /*border-top: 1px solid #d1d1d1;*/
    /*border-bottom: 1px solid #d1d1d1;*/
    /*border-right: 1px solid #d1d1d1;*/
}

.table_td th a {
    font-weight: bold;
    font-size: 10px;
}

th.asc a {
    color: black;
}

th.desc a {
    color: black;
}

.table_td span {
    font-weight: bold;
    font-size: 10px;
    padding: 3px;
    color: #252525;
}

.table_td_gray2 span {
    font-weight: normal;
    color: #252525;
}

.table_td th.first {
    border-left: 1px solid #d1d1d1;
}

.table_td th.last {
    border-right: 1px solid #d1d1d1;
}

#table_1_tr {
    width: 6px;
    height: 6px;
    background: url('/images/layout/table_top_right.gif') no-repeat 0 0;
    position: absolute;
    right: -7px;
    top: -7px;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.table_td input.button {
    width: 62px;
    height: 20px;
    background: url('/images/layout/table_button_red.gif') no-repeat 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 0;
    border: 0;
}

.table_td a.button:link, .table_td a.button:visited {
    width: 62px;
    height: 17px;
    background: url('/images/layout/table_button_red.gif') no-repeat 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 3px 0 0 0;
}

.table_td a.button:hover {
    color: #000;
}

.table_td .table_td_red td .button {
    background: url('/images/layout/table_button_red.gif') no-repeat 0 0;
}

.table_td .table_td_green td .button {
    background: url('/images/layout/table_button_green.gif') no-repeat 0 0;
}

.table_td .table_td_yellow td .button {
    background: url('/images/layout/table_button_yellow.gif') no-repeat 0 0;
}

.table_td .table_td_gray td .button {
    background: url('/images/layout/table_button_gray.gif') no-repeat 0 0;
}

tr.gray2 th {
    background: #f3f3f3 url('/images/layout/table_gray2.gif') repeat-x scroll center bottom;
    color: #252525;
    border-right: 1px solid #b3b3b3;
    height: 23px;
}

tr.table-header-blue th {
    background: #eaf8f9 url('/images/layout/table_blue.jpg') repeat-x scroll center bottom;
    color: #252525;
    border-top: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
    border-right: 1px solid lightblue;
}

.table_td_gray2 td {
    background: #e8e8e8 url('/images/layout/button_gray.gif') repeat-x 0 0;
    color: #252525;
    padding: 5px 2px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}

.table-td-gray-border-left {
    border-left: 1px solid #b3b3b3;
    clear: both;
}

.table-td-blue td {
    color: #252525;
    padding: 5px 2px;
    border-top: 1px solid lightblue;
    border-right: 1px solid lightblue;
    text-align: center;
}

tr.order-in-edited-avisation {
    font-weight: bold;
}

tr.table_td_gray2:hover td {
    background: #f1f1f1;
}

tr.table-td-blue:hover td {
    background: lightcyan;
}

.table-td-blue.even {
    background: #cbf7f8;
}

.table-td-blue.odd {
    background: #c8efef;
}

.table-td-blue.last {
    border-bottom: 1px solid darkslategray;
}

.table-header-blue.last {
    border-bottom: 1px solid darkslategray;
}

.table_td_gray2 .current {
    background-color: red;
}

tr.last td {
    border-bottom: 1px solid #b3b3b3;
}

a.delete:link, a.delete:visited {
    display: block;
    background: url('/images/layout/icon_delete.gif') no-repeat 0 2px;
    padding: 0 0 0 16px;
    color: #252525;
}

a.delete:hover {
    color: #000;
}

/*NOWE ZLECENIE*/

input.text {
    border: 1px solid #d2d2d2;
    padding: 3px;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    width: 130px;
    border: 1px solid #d2d2d2;
    padding: 3px;
    background: #fff url('/images/layout/input_login.gif') no-repeat 0 0;
    background: white;

    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
}

input.shortText:disabled {
    background: #fff url('/images/layout/input_login.gif') no-repeat 0 0;

}

input.text:disabled {
    background: #fff url('/images/layout/input_login.gif') no-repeat 0 0;

}

input.shortText {
    border: 1px solid #d2d2d2;
    padding: 1px;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
}

.button_orange {
    color: whitesmoke !important;
    background: steelblue !important;
    text-decoration: none;
    padding: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

.inactive {
    background: none;
    border: none;
    color: lightgray;
    font-size: 13px;
    padding: 5px;
}

@-moz-document url-prefix() {
    button.button_orange#zam_terg_button {
        padding: 4px 5px;
    }
}

.button-right {
    margin-left: 5px;
}

div.button_orange:hover, input.button_orange:hover {
    text-decoration: underline;
}

a.button_gray {
    margin-right: 7px;
}

.button_gray {
    color: #252525 !important;
    background: lightgray;
    text-decoration: none;
    padding: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

input.button_gray:hover, div.button_gray:hover, a.button_gray:hover, button.button_gray:hover {
    color: #000000;
    cursor: pointer;
}

label.form_row_label {
    right: 6px;
}

div.costByDiv p {
    margin-top: 4px;
    margin-bottom: 4px;
}

/** MENU LEWE*/

div.menuleft {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #b3b3b3;
    overflow-y: auto;
    overflow-x: hidden;

}

div.menuleft span {
    margin: 0;
    padding: 0;
    display: block;
    width: 208px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #bdbdbd;
    background: #e9e9e9;
    color: #252525;
    padding: 5px 10px;
    height: 16px;

}

div.menuleft span:hover {
    background: #f1f1f1;
}

/*POP-UP*/
.z-window-overlapped-cnt, .z-window-popup-cnt {
    background: none repeat scroll 0 0 white;
    margin: 0;
    overflow: hidden;
    padding: 4px;
}

/*pasek g�rny*/
.z-window-modal-header, .z-window-popup-header, .z-window-highlighted-header, .z-window-overlapped-header {
    color: #FFFFFF;
    font-weight: bold;
    background: #D86C10;
}

.z-window-modal-header, .z-window-popup-header, .z-window-highlighted-header, .z-window-overlapped-header, .z-window-embedded-header {
    color: white;
    font-weight: bold;
    cursor: default;
    overflow: hidden;
    padding-bottom: 4px;
}

/*myhbox*/
.z-myhbox tbody tr td table tbody tr td {
    vertical-align: middle;
}

.temporaryAvisationTable {
    text-align: right;
}

/*ramka*/
.z-window-modal-cl, .z-window-highlighted-cl, .z-window-overlapped-cl {
    background: #D86C10;
    padding-left: 6px;
}

.z-south {
    border: 0;
}

.z-window-modal-cl, .z-window-highlighted-cl, .z-window-overlapped-cl {
    background: #D86C10;
    padding-left: 3px;
    padding-right: 0px;
}

.z-window-modal-cr, .z-window-highlighted-cr, .z-window-overlapped-cr {
    background: #D86C10;
    padding-left: 0;
    padding-right: 3px;
}

.z-window-modal-tr, .z-window-highlighted-tr, .z-window-overlapped-tr {
    background: #D86C10;
    position: relative;
    height: 5px;
    margin-right: -5px;
    font-size: 0;
    line-height: 0;
    zoom: 1;
}

.z-window-modal-tl, .z-window-highlighted-tl, .z-window-overlapped-tl {
    background: #D86C10;
    margin-right: 5px;
    height: 5px;
    font-size: 0;
    line-height: 0;
    zoom: 1;
}

.z-window-modal-hl, .z-window-highlighted-hl, .z-window-overlapped-hl {
    background: #D86C10;
    padding-left: 6px;
}

.z-window-modal-hr, .z-window-highlighted-hr, .z-window-overlapped-hr {
    background: #D86C10;
}

.z-window-modal-bl, .z-window-highlighted-bl, .z-window-overlapped-bl {
    background: #D86C10;
    height: 3px;
    margin-right: 5px;
    zoom: 1;
}

.z-window-modal-br, .z-window-highlighted-br, .z-window-overlapped-br {
    background: #D86C10;
    position: relative;
    height: 3px;
    margin-right: -5px;
    font-size: 0;
    line-height: 0;
    zoom: 1;
}

/*button ok*/
.z-button-os {
    font-size: 12px;
    font-weight: normal;
}

/*combo box*/
div.z-row-cnt {
    color: black;
}

div.z-row-cnt {
    padding: 1px 0;
}

div.z-footer-cnt, div.z-row-cnt, div.z-group-cnt, div.z-groupfoot-cnt, div.z-column-cnt {
    border: 0 none;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.z-combobox-rounded-inp, .z-bandbox-rounded-inp, .z-datebox-rounded-inp, .z-timebox-rounded-inp, .z-spinner-rounded-inp, .z-combobox-inp, .z-bandbox-inp, .z-datebox-inp, .z-timebox-inp, .z-spinner-inp {
    -moz-border-radius: 2px 0 0 2px;
    background: url("/images/layout/field_background_small.jpg") repeat-x scroll top #FFFFFF;
    border: 1px solid #86A4BE;
    font-weight: normal;
    height: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.z-combobox-rounded-pp .z-comboitem, .z-combobox-rounded-pp .z-comboitem a, .z-combobox-rounded-pp .z-comboitem a:visited, .z-combobox-pp .z-comboitem, .z-combobox-pp .z-comboitem a, .z-combobox-pp .z-comboitem a:visited {
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.z-combobox-rounded-pp .z-comboitem-text, .z-combobox-rounded-pp .z-comboitem-btn, .z-combobox-pp .z-comboitem-text, .z-combobox-pp .z-comboitem-btn {
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
}

.z-combobox i.z-combobox-btn {

    background: black url("/images/layout/combobox_icon.jpg") no-repeat 0 0;
    vertical-align: top;
    cursor: pointer;
    width: 16px;
    height: 16px;
    left: -4px;
    position: relative;
    top: 4px;
    border: 0;
}

.z-combobox .z-combobox-img {

}

.z-combobox-pp {
    display: block;
    position: absolute;
    z-index: 88000;
    background: white;
    border: 1px solid #7F9DB9;
    padding: 2px;
    font-size: 11px;
    overflow: auto;
    font-weight: normal;
}

/*tabelka*/
div.z-grid-body table {
    border: 0;
}

tr.z-row td.z-row-inner, tr.z-row .z-cell {
    background: none repeat scroll 0 0 white;
    border: 0;
}

div.z-row-cnt {
    margin-left: auto;
    margin-right: 6px;
}

div.z-row-cnt .z-label {
    font-size: 12px;
}

div.z-grid {
    border: 0;
}

div.z-window-overlapped-close {
    background: url("/images/layout/x.png");
}

input.z-combobox-inp {
    font-size: 12px;
    height: 19px;
    width: 100px;
    border: 0;
    background: url("/images/layout/field_background_small.jpg") repeat-x scroll top #FFFFFF;
}

td.z-comboitem-text {
    font-size: 12px;
    border-color: #D86C10;
}

tr.z-comboitem-over {
    background: #FCFDE0;
}

button.z-button-os {
    background: url("/images/layout/button_orange.gif") repeat-x scroll 0 0 #C46311;
    border: 1px solid #F68729;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: none;
}

/*text area w notatkach*/
div.z-center-body textarea.z-textbox {
    height: 49px;
    border: 1px solid #D86C10;
    background: white;
}

div.z-north-body div.z-listbox div.z-listbox-body {
    width: 476px !important;
}

tr.z-listitem-seld {
    background: none repeat scroll 0 0 orange;
    border: 1px solid;
    border-color: orange;
}

tr td.z-listcell .z-listcell-cnt {
    color: black;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.z-window-modal-close, .z-window-popup-close, .z-window-highlighted-close, .z-window-overlapped-close {
    background: url("/images/layout/x.png") no-repeat;

}

.z-window-modal-icon, .z-window-popup-icon, .z-window-highlighted-icon, .z-window-overlapped-icon {
    height: 14px;
    width: 15px;
    overflow: hidden;
    float: right;
    cursor: pointer;
    margin-right: 2px;
}

/*MONITORING MANAGER*/
.minutesField {
    width: 24px;
}

div.order {
    background: none repeat scroll 0 0 #CCCCCC;
    background: #d7d7d7 url('/images/layout/table_gradient.gif') repeat-x top center;
    border-left: 1px solid #b3b3b3;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #c5c5c5;
    float: left;
}

.same_height_inner {

    padding-bottom: 1000px;
    margin-bottom: -1000px;

}

.same_height {
    overflow: hidden;
}

.right {
    background: url("/images/layout/right.png");
    width: 33px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: -10px;
    margin-right: .4em;
    cursor: pointer;
}

.left {
    background: url("/images/layout/left.png");
    width: 33px;
    height: 24px;
    cursor: pointer;
    margin: 5px 5px 0 5px
}

div.spinner {
    width: 16px; /*width of your image*/
    height: 16px; /*height of your image*/
    /* If you want no margin */
    padding: 0; /*if your want to padding */
    background: url('/images/ajax-loader.gif') no-repeat;
    margin: 0 auto;
}

td.number-field {
    width: 100px;
}

input.number-field {
    width: 55px;
}

.quantity-in-contractors-unit {
    min-width: 40px;
    max-width: 60px;
}

.centred {
    text-align: center;
}

h3 {
    margin: 0;
    font-size: 13px;
}

td.first span {
    white-space: nowrap;
}

.unit-of-measure {
    width: 20px;
    display: inline-block;
}

.clickable {
    cursor: pointer;
}

.courier-avisations-div {
    max-width: 85%;
    float: left;
}

.other-couriers-div {
    width: 10%;
    float: left;
    padding: 17px 10px;
}

#other-couriers-button {
    padding: 13px;
}

.all-couriers-div {
    width: 300px;
    height: 300px;
    overflow-y: auto;
}

.courier-avisations-details-div {
    padding: 20px;
    max-height: 400px;
}

.courier-avisations-details-header {
    height: 30px;
}

.courier-avisations-details-header span {
    font-size: large;
    font-weight: bold;
}

.courier-icon {
    float: right;
    padding-left: 20px;
}

.courier-avisations-list {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 20px;
    width: 100%;
}

.avisation-details-div {
    min-width: 395px;
    padding: 10px;
}

.confirmation-in-progress {
    display: none;
}

.spinner {
    background: url(../images/spinner.gif) 50% 50% no-repeat transparent;
    height: 16px;
    width: 16px;
    padding: 0.5em;
}

.person-filter-div {
    float: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.documents-div {
    min-width: 300px;
    padding-left: 10px;
}

.separator {
    margin-top: 20px;
    color: #FFF
}

.segment {
    padding-top: 10px;
    padding-bottom: 10px;
}

.documents-div ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bar {
    height: 18px;
    background: green;
}

.ajax-message {
    display: none;
    float: right;
}

.ajax-message .spinner {
    margin-top: -4px;
    float: right;
    padding: 0 5px;
}

.progress-div {
    display: none;
    padding-top: 5px;
    margin-bottom: -20px;
}

.delete-file {
    color: indianred;
}

.files-errors {
    display: none;
}

.file-uploader {
    padding: 20px;
    display: none;
}

.files-messages {
    display: none;
    padding-left: 20px;
}

.files-errors {
    color: red;
}

.create-avisation-div .inner-div {
    padding: 10px 0 10px 0;
    float: left;
    width: 50%;
}

.choose-date-div .inner-table {
    /*margin: 20px 20px 20px 0;*/
    min-width: 389px;
}

.inner-table td input {
    width: 94%;
}

.inner-table td textarea {
    width: 94%;
}

.create-avisation-div .inner-div .data-table {
    margin: 20px 20px 0 0;
    margin: 20px 20px 0 0;
    min-width: 389px;
}

.data-table td input {
    width: 94%;
}

.data-table td select {
    width: 99%;
}

.data-table td textarea {
    width: 99%;
}

.data-table td {
    text-align: center;
}

th.label {
    width: 135px;
}

.initial-advice-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.action-button {
    margin-left: 5px;
}

.header-div {
    padding: 20px;
}

.avisation-tr {
    text-align: center;
}

.dialog {
    display: none;
}

.dialog-form-error {
    border: 1px solid crimson !important;
}

.validate-tips {
    display: none;
    border: 1px solid transparent;
    padding: 0.3em;
}

.dialog-form {
    padding: 15px;
}

.dialog .errors {
    display: none;
}

.dialog-form-vertical table th {
    text-align: right;
}

.conveyance-details {
    padding-bottom: 20px;
}

.conveyance-details .details {
    font-weight: bold;
}

.errors input {
    border: 1px solid red;
}

.errors select {
    border: 1px solid red;
}

.dialog-buttons {
    padding-top: 10px;
    text-align: right;
}

div.buttons {
    padding: 15px 0;
    text-align: right;
}

div.buttons-top-left {
    padding-top: 10px;
    text-align: left;
}

div.buttons-top-right {
    padding-top: 10px;
    text-align: right;
    float: right
}

.warehouse-name {
    margin-left: 5px;
}

.add-document-div {
    padding-left: 10px
}

.error input {
    border: 1px solid red;
}

table.vertical th {
    text-align: right;
}

.company-details-left {
    width: 50%;
    padding: 30px;
    float: left;
}

.company-details-right {
    padding: 30px;
}

.warehouse-company-div {
    padding: 30px;
}

.documents-outer-div {
    float: left;
}

.documents-header {
    font-size: 13px;
    margin: 20px 0 0;
}

.documents-table {
    margin-left: 40px;
    margin-top: 20px;
    min-height: 82px;
}

.documents-table ul {
    padding-left: 20px;
    padding-right: 10px;
}

td.label {
    text-align: right;
    max-width: 200px;
}

.outer-div {
    padding: 20px;
}

.details-div {
    padding-bottom: 20px;
}

.car-and-place-div {
    width: 35%;
    float: left;
}

.packaging-div {
    width: 20%;
    padding-left: 5%;
    float: left;
}

.products-div {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.transport-div {
    width: 35%;
    padding-left: 2%;
    float: left;
}

.transport-div .own-transport-div {
    width: 65%;
    float: left;
}

.transport-div .courier-div {
    width: 30%;
    padding-left: 6%;
    float: left;
}

.transport-div .transport-type-checkbox-div {
    padding-bottom: 10px;
}

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

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

.products-table td {
    text-align: center;
}

.audit-log .logs {
    max-height: 100px;
    overflow-y: auto;
}

.supplierOrderTd {
    min-width: 30px;
}

.notes-div {
    width: 70%;
    float: left;
    margin-bottom: 1em;
}

.note-group-div {
    padding: 12px 12px 28px 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .note-group-div {
        padding: 12px 12px 28px 12px;
        clear: both;
    }
}

.note-div {
    width: 100%;
    padding: 0.5em;
    padding-bottom: 0px;
    margin: 0.5em;
}

.note-header {
    font-weight: bold;
}

.docs-div {
    width: 27%;
    float: right !important;
    min-height: 300px;
    margin-top: 5px;
}

.contractor-td {
    width: 9%;
}

.create-date-td {
    width: 7%;
}

.creator-td {
    width: 15%;
}

.planned-receipt-td {
    width: 7%;
}

.confirmed-receipt-td {
    width: 7%;
}

.state-td {
    width: 8%;
}

.text-link {
    text-decoration: underline !important;
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
}

.text-link-without-underline {
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
}

.fixed {
    top: 0px;
    position: fixed;
    display: none;
    border: none;
}

@-moz-document url-prefix() {
    .fixed {
        top: 0px;
    }
}

.fixed_header.fixed {
    top: -1px
}

.fixed-header {
    border-left: 1px solid #b3b3b3;
    position: fixed;
    top: 0;
    background-color: #eaeaea;
    z-index: 9999;
    width: auto;
}

#header-fixed {
    position: fixed;
    top: 0;
    display: none;
    background-color: white;
    width: 943px;
}

.fixed-div {
    position: fixed;
    top: 0;
    display: none;
    background-color: white;
    width: 943px;
}

.advices-table.number-td {
    min-width: 100px;
}

.advices-table.real-arrival-td {
    min-width: 100px;
}

.advices-table.warehouse-td {
    min-width: 80px;
}

.advices-table.courier-td {
    min-width: 80px;
}

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

.buttons-top-div {
    -ms-text-align: right;
    text-align: right;
}

.container {
    margin-top: 10px;
}

.container-narrow {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 100%;
}

.row {
    padding: 15px 0;
}

.part-30 {
    width: 30%;
}

.part-50 {
    width: 50%;
}

table.form-table tr {
    height: 2.5em;
}

.settings input {
    width: 5em;
}

.settings [type="checkbox"] {
    width: 1em;
}

.link {
    text-decoration: underline !important;
}

.courier-div {
    padding: 9px;
    height: 50px;
    float: left;
}

.courier-counter-div {
    width: 100%;
    height: 11px;
    padding-bottom: 5px;
    text-align: center;
    color: darkred;
}

@-moz-document url-prefix() {

    .button_gray.action-button {
        padding: 6px 5px;
    }
}

.fieldcontain-width {
    width: 860px;
}

.header-left {
    width: 33%;
}

.inner-table {
    margin: 15px 15px 15px 0;
}

.quantity-in-order-unit-th {
    width: 90px;
}

.quantity-in-order-unit {
    width: 40px;
}

.disabled-button {
    background: lightgrey !important;
    cursor: auto;
    text-decoration: none;
}

.items-td input {
    width: 45px;
}

.search-button {
    color: forestgreen;
}

.clear-filters-button {
    color: indianred;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.label-th-table th {
    text-align: right;
}

.items-td input {
    width: 45px;
}

.create-initial-advice-table input {
    width: 100px;
}

.create-initial-advice-table textarea {
    width: 150px;
}

.content {
    padding: 15px;
}

#product-avisations-div {
    min-width: 550px;
}

.product-avisations-div {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 10px;
}

.hidden {
    display: none;
}

.xml-buttons-outer-div {
    padding-top: 40px;
}

.xml-buttons-div {
    padding-bottom: 10px;
}

.weight-th {
    min-width: 50px;
}

.property-company-table {
    margin: 7px 15px 0 15px;
    padding: 3px 21px 15px;
    position: relative;
    zoom: 1;
    border: none;
    display: inline-table;
}

.field-contain-company {
    line-height: 22px;
}

.field-contain-company label,
.field-contain-company .property-label {
    color: #666666;
    text-align: right;
    width: 265px;
}

.field-contain-company .property-label {
    float: left;
}

.field-contain-company .property-value {
    display: block;
    margin-left: 295px;
}

.header-company-left {
    width: 100%;
    text-align: center;
}

.alert-admin-hidden {
    visibility: hidden;
    color: red;
}

.filter-order {
    width: 70px;
}

.filter-contractor {
    width: 120px;
}

.filter-contractor-order {
    width: 106px;
}

.filter-date {
    width: 65px;
}

.filter-expect-date {
    width: 70px;
}

.filter-conditions-of-delivery {
    width: 55px;
}

.filter-select {
    max-width: 78px;
}

.filter-status {
    width: 80px;
}

.filter-place {
    width: 90px;
}

.placeholder {
    color: #999;
}

.filters-div {
    width: 1200px;
}

.product-confirmation-dialog {
    max-width: 241px;
}

.date-field {
    width: 75px;
}

.confirmation-quantity {
    width: 50px;
}

.confirmations-list {
    padding-top: 10px;
    max-height: 200px;
    overflow-y: auto;
}

.orders-table tr {
    height: 30px;
}

.secondary-link {
    background: none;
    border: none;
    padding: 0 5px;
}

.buttons-bottom {
    padding-top: 8px;
}

tr.last {
    border-bottom: 1px solid lightgrey;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.priority-order {
    font-size: large !important;
}

.unconfirmed-order {
    color: darkred !important;
}

.partially-confirmed-order {
    color: forestgreen !important;
}

.text-link-product {
    text-decoration: underline;
}

.additional-text-dialog {
    max-width: 400px;
    word-break: break-all;
}

.additional-text-column {
    max-width: 250px;
    word-break: break-all;
}

.boolean-select {
    width: 40px;
}

.confirmations table {
    min-width: 400px;
}

.confirmations td {
    background: whitesmoke;
    border-right: none;
}

.confirmations th {
    background: whitesmoke;
    color: #252525;
}

.time-window-legend {
    float: right;
    width: 900px;
    padding: 10px;
}

label.upload-label {
    color: black;
    font-weight: bold
}

table.table_td tbody tr.table_td_gray2 td {
    text-align: center;
}

div.table-footer {
    margin-top: 12px;
}

table thead tr.header th {
    border-top: 1px solid #b3b3b3;
}

table thead tr th.last {
    border-right: 1px solid #b3b3b3;
}

.no-avisation-delivery {
    color: steelblue;
}

.edit-advice-buttons {
    float: right;
}

.edit-advice-buttons i {
    vertical-align: top;
}

.remove-avisation-button i {
    font-size: 1.8em;
}

.without-avisation a.remove-avisation-button i {
    font-size: 4em;
}

.remove-line-button {
    color: darkred;
}

th.remove-line-th {
    width: 20px;
}

tr.line-removed td {
    background: gainsboro;
    color: darkred;
    text-decoration: line-through;
}

/* http://johnsardine.com/freebies/dl-html-css/simple-little-tab/ */
table.simple a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table.simple a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table.simple a:active,
table.simple a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

table.simple {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table.simple th {
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table.simple th:first-child {
    text-align: left;
    padding-left: 20px;
}

table.simple tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table.simple tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table.simple tr {
    text-align: center;
    padding-left: 20px;
}

table.simple td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table.simple td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table.simple tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table.simple tr:last-child td {
    border-bottom: 0;
}

table.simple tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table.simple tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.simple tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

fieldset div {
    padding: 5px 0;
}

fieldset.form {
    padding: 10px;
    margin: 10px 0;
}

fieldset.buttons {
    border: none;
}

.fieldcontain {
    padding: 5px;
}

.property-label {
    color: #252525;
}

.navigation .part-3-left {
    float: left;
    width: 26%;
}

.navigation .part-3-center {
    float: left;
    width: 46%;
}

.navigation .part-3-right {
    float: left;
    -ms-text-align-last: right;
    text-align-last: right;
    width: 26%;
}

.padding-top-big {
    padding-top: 20px;
}

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

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

.padding-bottom-big {
    padding-bottom: 20px;
}

.padding-right-big {
    padding-right: 50px;
}

.order-overdue a {
    color: darkred;
    font-weight: bold;
}

.overdue-icon {
    color: darkred;
}

.minimal-table {
    border-collapse: collapse;
}

.minimal-table thead th {
    border-bottom: 1px solid #252525;
    font-weight: normal;
}

.minimal-table th {
    text-align: left;
}

.minimal-table td, th {
    padding: 5px 10px 5px 0;
}

.avisation-div .orders {
    max-height: 250px;
    overflow-y: auto;
}

.row-big {
    margin: 20px 0;
}

.break-all {
    word-break: break-all;
}

.font-large {
    font-size: large;
}

.font-small {
    font-size: small;
}

.nav-buttons button {
    height: 25px;
    color: #252525;
}

.disabled {
    color: grey;
}

.confirmations-table .enabled {
    font-weight: bold;
}

.footer {
    padding-top: 10px;
}

.footer .part-50-left {
    width: 50%;
    float: left;
}

.footer .part-50-right {
    width: 50%;
    text-align: right;
    float: left;
}

.table_td_gray2 span .file-counter {
    font-size: smaller;
}

.form-area {
    resize: vertical;
    width: 100%;
}

.vertical-area {
    resize: vertical;
}

tr.late td {
    color: darkred;
}

.date-filter {
    width: 55px;
}

.autocomplete-item {
    white-space: nowrap;
}

.remove-driver-item {
    padding-left: 3px;
}

.imported-avisations-div li {
    padding-bottom: 5px;
}

.imported-avisations-div li.late {
    color: darkred;
}

.company-properties-part {
    width: 43%;
}

.error-message {
    padding-top: 2px;
    padding-left: 2px;
    width: 140px;
    color: darkred;
    text-align: left;
}

#manual-avisation-form-container {
    width: 400px;
}

td .manual-avisation-link {
    color: darkred;
    text-decoration: underline;
}

.dialog-table span {
    padding: 2px;
}

.dialog-table input {
    width: 92%;
}

.dialog-table textarea {
    width: 92%;
}

.dialog-table th {
    width: 35%;
    text-align: right;
    padding-right: 5px;
}

.audit-logs {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.dialog-table td {
    text-align: left !important;
    padding-left: 5px;
}

.audit-logs .old-value {
    color: darkgrey;
}

.audit-logs span.property-name {
    font-weight: bold;
}

.audit-logs span.date-created {
    font-weight: bold;
}

.fc-manual-avisation-button.window-button:hover {
    outline: none;
    background: #f0f0f0;
}

.fc-note-button.window-button:hover {
    outline: none;
    background: #f0f0f0;
}

.fc-manual-avisation-button.window-button:focus {
    outline: none;
    background: #f0f0f0;
    background-image: none;
}

.fc-note-button.window-button :focus {
    outline: none;
    background: #f0f0f0;
}

.fc-manual-avisation-button.window-button {
    outline: none;
    background: #f0f0f0;
}

.fc-note-button.window-button {
    outline: none;
    background: #f0f0f0;
}

.returnable-package-table-warehouse {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: center;
    font-size: 10px;
    min-width: 399px
}

.table-gray tr td {
    background: #e8e8e8 url('/images/layout/button_gray.gif') repeat-x 0 0;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    text-align: center;
}

.table-gray tr th {
    background: #f3f3f3 url(/images/layout/table_gray2.gif) repeat-x scroll center bottom;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    text-align: center;
}

.returnable-packages-transport-table {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.returnable-packages-advice-details-table {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.returnable-packages-advice-details-table tr td {
    padding: 5px;
}

.account-history-div {
    max-height: 350px;
}

.margin-left {
    margin-left: 15px;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-big {
    margin-top: 30px;
}

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

.margin-bottom-big {
    margin-bottom: 30px;
}

.nav-row {
    height: 30px;
}

.nav-row a {
    margin-top: 5px;
}

.dataTable tfoot {
    display: table-header-group;
}

.dataTable tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

/* https://datatables.net/blog/2014-06-06 */
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome, serif;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

.dataTables_filter {
    margin-bottom: 10px;
}

.vertical-table td {
    padding: 5px;
}

.vertical-table th {
    min-width: 200px;
}

.table-fixed-100 {
    table-layout: fixed;
    width: 100%
}

.filter-width {
    width: 120px;
}

.fixed-table {
    table-layout: fixed;
    width: 100%;
    height: 30px;
}

.fixed-table tr {
    height: 30px;
}

.w-90 {
    width: 90%
}

th.sorted a, th.sorted a:link, th.sorted a:visited, th.sorted a:hover,
th.sortable a, th.sortable a:link, th.sortable a:visited, th.sortable a:hover {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}

th.sortable a {
    background-image: url(../images/sort_none.png);
}

th.asc a {
    background-image: url(../images/sort_asc.png);
}

th.desc a {
    background-image: url(../images/sort_desc.png);
}

.custom-logo {
    padding: 10px;
}