ul, ol {
    list-style: none
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, th, td {
    margin: 0;
    padding: 0
}

a img, :link img, :visited img {
    border: none
}

/**
 * basics
 */
html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    min-width: 1024px;
    min-height: 768px;
    background-color: #fff;
}

h1, h2, h3, h4 {
    color: #000;
    margin: 0 0 0.3em 0;
    font-weight: 700;
}

h2 {
    text-transform: uppercase;
}

.title {
    display: block;
    padding: 0.2em 0.3em;
    font-weight: 700;
    color: #000;
    background-color: #c0c0c0;
}

a, a.visited, a.active, h1 a, h1 a.visited, h1 a.active, h2 a, h2 a.visited, h2 a.active, h3 a, h3 a.visited, h3 a.active, h4 a, h3 a.visited, h4 a.active {
    color: #000;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

a, a.visited, a.active {
    color: #333;
}

a:hover {
    text-decoration: none;
}

/**
 * list styles
 */
ul, ol {
    margin: 0;
    padding: 0 0 0.6em 0;
    list-style: square inside;
}

ol {
    list-style: decimal inside;
}

dl.legend dt, dl.legend dd {
    margin: 0.3em;
    padding: 0px;
}

dl.legend dt {
    float: left;
    clear: left;
    width: 1.5em;
}

dl.legend dd {
    float: left;
}

dl.inline dt {
    clear: none;
}

/**
 * forms
 */
fieldset {
    padding: 0.5em;
    border: solid 1px #c0c0c0;
}

fieldset.invisible {
    padding: 0;
    border: 0;
}

fieldset.noborder {
    padding: 0;
}

legend {
    margin: 0;
    padding: 0.5em 1em;
    font-weight: bold;
    background-color: #c0c0c0;
}

input, select, textarea {
    padding: 2px;
    border: solid 1px #c0c0c0;
}

legend, label, input, select, textarea {
    color: #333;
}

textarea.input_sm {
    line-height: 20px;
}

/**
 * tables
 */
.table th, .table td {
    padding-left: 5px;
    padding-right: 5px;
}

.dataTable td, .dataTable th {
    margin: 0;
    font-size: 90%;
    font-weight: normal;
}

.listTable td, .listTable th {
    margin: 0;
    font-size: 90%;
    font-weight: normal;
}

.fix-height {
    height: 31px;
}

.listTable th, .dataTable th {
    color: #fff;
}

td {
    background-color: #fafafa;
}

td.spacer {
    background-color: transparent !important;
    border-color: transparent !important;
}

table th.button {
    padding: 0;
    border-color: transparent;
}

table.listTable th.button:hover, table.listTable th.button:hover a {
    color: #000;
    border-color: transparent;
}

table.listTable th.button:hover, table.listTable th.button:hover a {
    color: #000;
}

table.listTable td.spacer {
    background-color: # fff !important;
    border-bottom: solid 1px # fff !important;
}

table th.button a {
    display: block;
    padding: 0.2em 0.4em;
    height: 100%;
    /*font-size: 0.95em;*/
}

table th a, table th a.visited, table th a.active {
    color: #fff;
}

table th.button a.dir_up {
    padding-left: 1.2em;
    background-image: url('https://www.plantbook.cz/resources/images/up_w.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

table th.button a.dir_down {
    padding-right: 1.2em;
    background-image: url('https://www.plantbook.cz/resources/images/down_w.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

table th.button:hover a.dir_up {
    background-image: url('https://www.plantbook.cz/resources/images/up_b.gif');
}

table th.button:hover a.dir_down {
    background-image: url('https://www.plantbook.cz/resources/images/down_b.gif');
}

.listTable, .dataTable {
    border-collapse: collapse;
}

html.firefox .listTable,
html.firefox .dataTable {
    border-collapse: separate;
}

.listTable {
    background: #000 url('../images/tbl_bgr.png') top left repeat-x;
}

.listTable th,
.listTable.table > thead > tr > th, .listTable.table > tfoot > tr > th, .listTable.table > thead > tr > td, .listTable.table > tfoot > tr > td {
    background-color: transparent;
    border-color: #000;
    border-top: none;
}

.listTable tbody th {
    background-color: #000;
}

.dataTable th, #dashboard .formTable tbody th,
.dataTable.table > thead > tr > th {
    color: #000;
    background-color: #c0c0c0;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
}

.dataTable th label {
    font-weight: normal;
}

.dataTable th, .dataTable td, #dashboard .formTable th, #dashboard .formTable td {
    border: solid 1px #fff;
    border-top: 0;
}

.listTable td, .dataTable td, #dashboard .formTable td {
    border-bottom: solid 1px #c0c0c0;
}

th.destroy-border {
    border-bottom-color: #c0c0c0;
}

.dataTable tbody tr:last-child td,
td.destroy-border {
    border-bottom-color: #fff;
}

.listTable td a.button {
    /*font-size: 1em;*/
}

.no-table {
    display: table;
    border: 0;
    border-collapse: collapse;
}

.no-table th, .no-table td {
    margin: 0;
    border-top-color: #c0c0c0;
    border-left: 0;
    border-right: 0;
    font-size: 100%;
    background: transparent;
    padding: 0.3em 0.5em;
}

.no-table th {
    color: #000;
    background-color: #c0c0c0;
}

.formTable th, .formTable td {
    text-align: left;
    color: #000;
    background-color: transparent;
}

#dashboard .formTable {
    border-collapse: collapse;
}

#dashboard .formTable th, #dashboard .formTable td {
    margin: 0;
    /*font-size: 0.8em;*/
}

.cellsRight td, .cellsRight .al_right {
    text-align: right !important;
}

#dashboard .cellsRight {
    margin-right: 5px;
}

.noTable {
    border: 0;
    border-collapse: collapse;
}

.noTable th, .noTable td {
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 100%;
    background: transparent;
    padding: 0.3em 0.5em;
}

.noTable th {
    color: #000;
    background: #c0c0c0;
}

.noTable input[type="text"], .noTable select {
    font-size: 1em;
    padding: 1px;
}

td.noPadding {
    padding: 0px !important;
}

.insideTable th, .insideTable td {
    font-size: 100%;
}

.insideTable th {
    background-color: #000;
    color: #fff;
}


.offerTable tr td, .offerTable tr td {
    background-color: white;
}

.offerTable tr th {
    background-color: #e0e0e0;
}

.offerTable tr:nth-child(6n-2) td, .offerTable tr:nth-child(6n-1) td {
    background-color: #eef0ed;
}

.offerTable .hotlist td {
    background-color: #fffcaf;
}

.offerTable .hotlist tr:nth-child(6n-2) td, .offerTable .hotlist tr:nth-child(6n-1) td {
    background-color: #fffcaf;
}


.offerTable .notvisible td {
    background-color: #c5f7f7;
}

.offerTable .notvisible tr:nth-child(6n-2) td, .offerTable .notvisible tr:nth-child(6n-1) td {
    background-color: #c5f7f7;
}


.offerTable .offer-row-third {
    height: 1px;
}

.offerTable .offer-row-third td {
    height: 0px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    background-color: black;
    font-size: 0.5px;
    line-height: 0.5px;
}

.offerTable .btn-default {
    color: black;
    cursor: pointer;
}

.offerTable .btn-default:hover {
    background-color: #c0c0c0 !important;
}

.offer-cell-paramc {
    font-weight: bold !important;
}

.offer-pot-desc {
    line-height: 18px;
}

.cell-supplier {
    line-height: 18px;
}

.offer-header-pot-value {
    background: url("https://www.plantbook.cz/resources/images/parA.png") no-repeat;
    background-position: 5px center;
    background-size: 14px 14px;
}

.offer-header-parB {
    background: url("https://www.plantbook.cz/resources/images/parB.png") no-repeat;
    background-position: 5px center;
    background-size: 14px 14px;
}

.offer-header-parC {
    background: url("https://www.plantbook.cz/resources/images/parC.png") no-repeat;
    background-position: 2px center;
    background-size: 28px 14px;
}

.order-do-parC {
    background: url("https://www.plantbook.cz/resources/images/parC.png") no-repeat;
    background-size: 28px 14px;
}

.offer-header-parD {
    background: url("https://www.plantbook.cz/resources/images/parD.png") no-repeat;
    background-position: 2px center;
    background-size: 28px 14px;
}

.order-do-parD {
    background: url("https://www.plantbook.cz/resources/images/parD.png") no-repeat;
    background-size: 28px 14px;
}

.offer-header-parE {
    background: url("https://www.plantbook.cz/resources/images/parE.png") no-repeat;
    background-position: 5px center;
    background-size: 14px 14px;
}

.order-do-parE {
    background: url("https://www.plantbook.cz/resources/images/parE.png") no-repeat;
    background-size: 14px 14px;
}

.offer-header-color {
    background: url("https://www.plantbook.cz/resources/images/palette.png") no-repeat;
    background-position: 5px center;
    background-size: 16px 16px;
}

.order-header-pot-value {
    background: url("https://www.plantbook.cz/resources/images/parA.png") no-repeat;
    background-position: 95% center;
    background-size: 14px 14px;
}

.order-header-parB {
    background: url("https://www.plantbook.cz/resources/images/parB.png") no-repeat;
    background-position: 95% center;
    background-size: 14px 14px;
}

.order-header-parC {
    background: url("https://www.plantbook.cz/resources/images/parC.png") no-repeat;
    background-position: 95% center;
    background-size: 28px 14px;
}

.order-header-parD {
    background: url("https://www.plantbook.cz/resources/images/parD.png") no-repeat;
    background-position: 95% center;
    background-size: 28px 14px;
}

.order-header-parE {
    background: url("https://www.plantbook.cz/resources/images/parE.png") no-repeat;
    background-position: 95% center;
    background-size: 14px 14px;
}

.order-header-color {
    background: url("https://www.plantbook.cz/resources/images/palette.png") no-repeat;
    background-position: 5px center;
    background-size: 16px 16px;
}

.order-header-fix {
    background-position: 5px center;
    background-size: 16px 16px;
    display: table-cell !important;
    vertical-align: middle !important;
}

.orderTable .btn-default {
    color: black;
    cursor: pointer;
    background-color: white;
}

.orderTable .btn-default:hover {
    background-color: #c0c0c0 !important;
}

.order-cell-myself {
    cursor: pointer;
}


.disabled {
    color: #c0c0c0 !important;
}

/**
 * layout
 */
#wrapper {
    margin: 0 10px;
    padding-top: 10px;
    text-align: left;
}

/**
 * Fixed header
 */
#wrapper.header-fixed {
    padding-top: 131px;
}

#wrapper.header-fixed #header {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}

#wrapper.header-fixed .header-fixed {
    position: absolute;
    top: 54px;
    left: 10px;
    right: 10px;
    background-color: #ffffff;
    z-index: 100;
}

#wrapper.header-fixed .header-fixed.is-fixed {
    position: fixed;
    top: 0;
}

#header {
    padding-top: 5px;
    height: 56px;
}

#header h1 {
    display: inline;
    line-height: 40px;
    color: #000;
}

#header a {
    text-decoration: none;
}

#header img.logo {
    float: left;
    height: 40px;
}

#menu {
    height: 26px;
    line-height: 26px;
    background: #000 top left repeat-x;
}

#menu a {
    display: block;
    float: left;
    margin: 0 1px 0 0;
    margin-top: -7px;
    padding: 0 1em;
    height: 33px;
    line-height: 26px;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    border-top: 7px solid #c0c0c0;
}

#menu a.right {
    float: right;
    margin: 0 0 0 1px;
    margin-top: -7px;
}

#menu a:hover {
    color: #000;
    background-color: # c0c0c0 !important;
    border-top-color: #333;
}

#menu2 {
    background-color: #EEF0ED;
    border: 0 solid #c0c0c0;
    border-bottom-width: 1px;
    width: 100%;
    overflow: hidden;
}

#menu2 a {
    display: block;
    float: left;
    padding: 0.1em 0.6em;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color: #333;
}

#menu2 a:hover {
    color: #fff;
    background-color: #666;
}

#breadcrumbs {
    background-color: #EEF0ED;
    width: 100%;
    clear: left;
}

#breadcrumbs a {
    display: block;
    float: left;
    padding: 0.1em 0.6em;
    height: 24px;
    line-height: 24px;
    color: #333;
}

#breadcrumbs span {
    display: block;
    float: left;
    padding: 0.1em 0.6em;
    height: 24px;
    line-height: 24px;
    color: #333;
}

#breadcrumbs .breadcrumb-icons a {
    padding: 0 !important;
    margin: 0 !important;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#content {
    background-color: #EEF0ED;
    margin: 0;
    border: 0 solid #c0c0c0;
    border-bottom-width: 0.5em;
}

#main {
    padding: 0.5em;
}

#work {
    min-height: 400px;
    _height: 400px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}

#login_div {
    width: 300px;
    min-height: 300px;
    _height: 300px;
    margin: 0 auto;
    padding-top: 100px;
}

#login_div form {
    width: 300px;
    height: 300px;
    padding: 0 0 0 0;
    text-align: right;
}

#user_switch {
    float: right;
    font-size: 0.9em;
}

#flagcontainer {
    display: inline;
    margin: 0 0 0 20px;
}

#flagcontainer a {
    margin-right: 5px;
}

#flagcontainer img {
    width: 18px;
}


#dashLine {
    margin-bottom: 10px;
    height: 26px;
    text-align: center;
    background-color: #f2f2f2;
    border-bottom: solid 1px #ccc;
}

.thirdPage {
    float: left;
    width: 34%;

    . width:

33%;
height: 270 px;
overflow: hidden;
}

.thirdPage:first-child {
    width: 30%;

    . width:

29%;
}

#dashBottom {
    clear: left;
    height: 300px;
    font-size: 0.9em;
    overflow: auto;
}

#dashBottom .dispoAbsTable td {
    width: 18px;
    height: 18px;
}

#dashBottom .dispoAbsTable a {
    width: 18px;
    height: 18px;
}

#dashBottom .dispoAbsTable select {
    width: 140px;
}

#dashTechNotification {
    margin: 1% 1% 2% 1%;
}

.dashTechLeft, .dashTechRight {
    float: left;
    margin: 0 1% 0 1%;
    width: 48%;
}

.dashTechRight {
    float: right;
}

.dashTechGraphImages img {
    width: 49%;
}

/*.dashTechBlock {
	font-size: 0.9em;
}*/
.dashTechBlock a.right {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

/**
 * common classes
 */
.block {
    display: block;
}

.none {
    display: none;
}

.inline, .inline fieldset {
    display: inline;
}

.inlineBlock {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.flexBox {
    display: flex;
}

.posRelative,
.pos-relative {
    position: relative;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
}

.left {
    float: left;
}

.absolute {
    position: absolute;
}

.right {
    float: right;
}

.v_al_middle {
    vertical-align: middle !important;
}

.v_al_top {
    vertical-align: top;
}

.al_center {
    text-align: center;
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right;
}

/**
 * specific classes
 */
.required,
.selectize-control.required .selectize-input {
    background-image: url("https://www.plantbook.cz/resources/images/required.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

input.invalid,
select.invalid,
textarea.invalid,
.selectize-control.has-error .selectize-input {
    color: #f00;
    background-color: #ffb;
}

.alert {
    padding: 0.3em 0.5em;
    padding-left: 2em;
    color: red;
    background-color: yellow;
    border: solid 1px red;
}

p.alert {
    display: inline;
}

.info {
    padding: 0.3em 0.5em;
    padding-left: 2em;
    color: #31708f !important;
    background-color: #d9edf7;
    border: solid 1px #31708f;
    border-radius: 4px;
}

p.alert {
    display: inline;
}


input.button, a.button {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px 15px;
    line-height: 14px;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background: #000;
    border: solid 1px #c0c0c0;
    cursor: pointer;
}

a.button {
    display: inline-block;
    text-decoration: none;
}

.button:hover {
    color: #000;
    background-color: #c0c0c0;
    background-image: none;
    border: solid 1px #000;
}

input.button[disabled], input.button[disabled]:hover {
    color: #000;
    background-color: # c0c0c0 !important;
    border: solid 1px #c0c0c0;
}

.cancel {
    background-color: #f33;
}

.ok {
    background-color: #3f3;
}

.noborder {
    border: 0 !important;
}

.no-padding {
    padding: 0;
}

.bg_transparent {
    background-color: transparent;
}

.ll_bg1, .bg_f36,
td.ll_bg1, td.bg_f36,
.ll_bg1 td, .bg_f36 td {
    background-color: #F36;
}

.dispoTable .ll_bg1 {
    background-color: #F36;
}

.ll_bg2, .bg_ff2,
td.ll_bg2, td.bg_ff2,
.ll_bg2 td, .bg_ff2 td {
    background-color: #ff2;
}

.dispoTable .ll_bg2 {
    background-color: #ff2;
}

.ll_bg3, .bg_6c6,
td.ll_bg3, td.bg_6c6,
.ll_bg3 td, .bg_6c6 td {
    background-color: #6C6;
}

.dispoTable .ll_bg3 {
    background-color: #6C6;
}

.ll_bg4, .bg_9cf,
td.ll_bg4, td.bg_9cf,
.ll_bg4 td, .bg_9cf td {
    background-color: #9CF;
}

.dispoTable .ll_bg4 {
    background-color: #9CF;
}

.bg_f2,
td.bg_f2,
.bg_f2 td {
    background-color: #f2f2f2;
}

.bg_fff,
td.bg_fff,
.bg_fff td {
    background-color: #fff;
}

.bg_ccc,
td.bg_ccc,
.bg_ccc td {
    background-color: #ccc;
}

.rowHihlightHighlighted,
.row_highlight_highlight {
    color: #000 !important;
    background-color: # c0c0c0 !important;
    border-bottom-color: # c0c0c0 !important;
}

.full_width {
    width: 98%;
}

.fold_control {
    cursor: pointer;
}

.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.input-sm {
    padding: 4px 9px;
    height: 24px;
    line-height: 0.9;
    font-size: 12px;
}

textarea.input-sm {
    line-height: 1.3;
}

select.input-sm {
    height: 24px;
    line-height: 24px;
}

.selectize-dropdown {
    font-size: 11px;
}

.selectize-input {
    padding: 4px 9px;
    height: 24px;
    line-height: 0.9;
    font-size: 11px;
}

.selectize-input .item {
    vertical-align: top;
    line-height: 1.3;
}

.selectize-dropdown-content {
    background: #fff;
}

.selectize-dropdown .active {
    background-color: highlight;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    line-height: 1.16666667;
}

.HoneypotMaxlength {
    position: absolute;
    padding: .25em .2em;
    width: 2.5em;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    color: #333;
    background-color: #6C6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.HoneypotMaxlength.red {
    color: #fff;
    background-color: #F36;
}

.HoneypotMaxlength.yellow {
    background-color: #ff2;
}

.HoneypotClearValue {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 2;
}

#Honeypot-tooltip {
    position: absolute;
    padding: 5px;
    width: 200px;
    text-align: left;
    color: #000 !important;
    background: #fff;
    border: solid 3px #c0c0c0;
    z-index: 100;
}

th .quickFilter {
    width: 98%;
    font-size: 85%;
    padding: 1px 3px;
}

/* Table tree */
.treeTable {
    margin-left: 5px;
}

.treeTable th,
.treeTable td {
    position: relative;
}

.treeControl {
    float: left;
    margin: 3px 0 0 -16px;
    width: 9px;
    height: 9px;
    font-size: 1px;
    vertical-align: middle;
    text-decoration: none;
}

.treeL {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0 0 -7px;
    width: 10px;
    height: 10px;
    font-size: 1px;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    background-image: url("https://www.plantbook.cz/resources/images/icons/honeypot/treeLine.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
    border-left: dotted 1px #808080;
}

.treeT {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1px;
    margin: 0px 0 0 -7px;
    width: 10px;
    min-height: 13px;
    font-size: 1px;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    background-image: url("https://www.plantbook.cz/resources/images//icons/honeypot/treeLine.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    border-left: dotted 1px #808080;
}

.treeControl.closed {
    background-color: transparent;
    background-image: url("https://www.plantbook.cz/resources/images//icons/honeypot/expand.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.treeControl.open {
    background-color: transparent;
    background-image: url("https://www.plantbook.cz/resources/images//icons/honeypot/collapse.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

/*file upload*/
#frmFileupload {
    margin-left: 9px;
}

.uploadButton {
    position: relative;
    overflow: hidden;
}

.uploadButton input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
}

.uploadButton.btn span.glyphicons {
    margin-left: 10px;
    margin-right: 0;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .uploadButton input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

/*#uploadProgress {
	display: none;
	margin: .5em 0;
	height: 15px;
	border: solid 1px #006600;
}
#uploadProgress .bar {
	width: 0;
	height: 15px;
	color: #fff;
	background: #006600;
	text-align: center;
}
#uploadProgressText {
	display: none;
}
.uploadFileListTable {
	display: none;
	margin: .5em 0;
}*/

#overlayProgressbarWrapper {
    min-width: 500px;
}

#uploadProgressText {
    color: #fff;
}

#uploadProgress {
    margin: .5em 0;
    height: 30px;
    /*border: solid 1px #006600;*/
    border: solid 1px #fff;
    border-radius: 3px;
}

#uploadProgress .bar {
    width: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #006600;
    text-align: center;
}

.uploadFileListTable {
    display: none;
    margin: .5em 0;
}

/*overlays*/
#overlay,
#overlayCover,
#statusOverlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#overlayCover,
#statusOverlay {
    background-color: #000;
    zoom: 1;
    -moz-opacity: 0.4;
    opacity: .4;
    filter: alpha(opacity=40);
}

#statusOverlay {
    z-index: 110;
}

#overlayContent,
#statusOverlayContent {
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    background-color: #fff;
    border: 1px solid #666;
    overflow: hidden;
    overflow-x: visible;
    overflow-y: auto;
    z-index: 101;
}

#statusOverlayContent {
    z-index: 111;
    overflow: visible;
    background-color: transparent;
}

#overlayContent.visible,
#statusOverlayContent.visible {
    overflow-y: visible;
}

#overlayContent iframe,
#statusOverlayContent iframe {
    display: none;
    display /**/: block;
    _position: absolute;
    _top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    _width: 3000px;
    _height: 3000px;
    border: none;
}

#overlayHide,
#statusOverlayHide {
    position: fixed;
    _position: absolute;
    left: 50%;
    cursor: pointer;
    z-index: 102;
}

#statusOverlayHide {
    z-index: 112;
}

#overlayContent .overlayPadding,
#statusOverlayContent .overlayPadding {
    padding: 1em;
}

#overlayContent form fieldset.visible {
    position: relative;
    padding: 2.5em 0.3em 0.2em 0.3em;
    background-color: #f2f2f2;
}

#overlayContent form legend span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0.5em;
    font-weight: bold;
    color: #666;
    background-color: #ddd;
}

#overlayContent form fieldset.visible .userPortrait {
    width: 40px;
}

#overlayContent form fieldset.visible table th, #overlayContent form fieldset.visible table td {
    padding: 0.2em 0.3em;
    vertical-align: middle;
}

.mceEditor th, .mceEditor td {
    padding: 0 !important;
}

#overlayContent .ui-tabs-nav {
    margin-bottom: 1em;
    border-bottom: solid 1px #ddd;
}

#overlayContent .ui-tabs-nav li {
    margin-bottom: 0.2em;
}

#overlayContent .ui-tabs-nav li a {
    padding: 0.2em 0.3em;
    line-height: 1em;
    color: #333;
    background-color: #ddd;
}

#overlayContent li.ui-tabs-selected a {
    color: #fff;
    background-color: #7EA7C6;
}

#overlayContent fieldset table th, #overlayContent fieldset table td,
#overlayContent fieldset table th label, #overlayContent fieldset table td label {
    white-space: nowrap;
}

.HoneypotToast {
    padding: 2em 3em;
    max-width: 50%;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: bold;
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15)
}

.toastOK {
    background-color: #C9F76F;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/16/Confirm.png");
    border: solid 1px #679B00 !important;
}

.toastInfo {
    background-color: #7EA7C6;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/16/Info.png");
    border: solid 1px #2E638B !important;
}

.toastProgress {
    background-color: #7EA7C6;
    background-image: url("https://www.plantbook.cz/resources/images/icons/ajax-loader.gif");
    border: solid 1px #2E638B !important;
}

.toastQuestion {
    background-color: #F9EDBE;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/16/Help.png");
    background-position: 10px 2em;
    border: solid 1px #2E638B !important;
}

.toastError {
    color: #fff !important;
    background-color: #BF3030;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/16/Close.png");
    border: solid 1px #A60000 !important;
}

.HoneypotToast.toast-ico-top {
    background-position: 10px 22px;
}

.barInfo,
.barCaution,
.barCritical {
    padding: 0.3em 2em;
    padding-left: 40px;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background-color: #2E638B;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/24/Info.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: solid 1px #0F3A5B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.barCaution {
    color: #BD8822;
    background-color: #F9EDBE;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/24/Warning.png");
    border: solid 1px #F0C36D;
}

.barCritical {
    color: #fff;
    background-color: #BF3030;
    background-image: url("https://www.plantbook.cz/resources/images/icons/basic/24/Stop.png");
    border: solid 1px #A60000;
}

#HoneypotLoadingOverlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    zoom: 1;
    z-index: 150;
}

@-moz-document url-prefix() {
    #overlayContent form legend span {
        position: absolute;
        top: -2.5em;
        left: -0.25em;
        right: 0.3em;
        display: block;
        padding: 0.5em;
        font-size: 1.1em;
        font-weight: bold;
        color: #666;
        background-color: #ddd;
    }
}

.status-bar {
    padding: 15px;
}

/**
 * override for buttons in table cells
 */
.btn-table {
    font-size: 1em;
}

/* Bootsrrap killswitch */
fieldset.invisible {
    visibility: visible;
    border: none;
}

.listTable > thead > tr > th, .listTable > tbody > tr > th, .listTable > tfoot > tr > th, .listTable > thead > tr > td, .listTable > tbody > tr > td, .listTable > tfoot > tr > td,
.dataTable > thead > tr > th, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > th, .dataTable > thead > tr > td, .dataTable > tbody > tr > td, .dataTable > tfoot > tr > td,
.formTable > thead > tr > th, .formTable > tbody > tr > th, .formTable > tfoot > tr > th, .formTable > thead > tr > td, .formTable > tbody > tr > td, .formTable > tfoot > tr > td {
    position: relative;
    padding: 3px 5px;
}

.listTable > thead > tr > th.no-padding, .listTable > tbody > tr > th.no-padding, .listTable > tfoot > tr > th.no-padding, .listTable > thead > tr > td.no-padding, .listTable > tbody > tr > td.no-padding, .listTable > tfoot > tr > td.no-padding,
.dataTable > thead > tr > th.no-padding, .dataTable > tbody > tr > th.no-padding, .dataTable > tfoot > tr > th.no-padding, .dataTable > thead > tr > td.no-padding, .dataTable > tbody > tr > td.no-padding, .dataTable > tfoot > tr > td.no-padding,
.formTable > thead > tr > th.no-padding, .formTable > tbody > tr > th.no-padding, .formTable > tfoot > tr > th.no-padding, .formTable > thead > tr > td.no-padding, .formTable > tbody > tr > td.no-padding, .formTable > tfoot > tr > td.no-padding {
    border-top: 0;
    padding: 0;
}

.btn {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px 15px;
    border-radius: 0 !important;
}

.btn-nopad {
    padding: 0px 0px !important;
}

th .btn, td .btn {
    margin-top: 0;
    margin-bottom: 0;
}

input, select, textarea,
.input-xs, .input-sm, .input-md, input-lg,
.form-control,
.input-group-addon,
.selectize-control, .selectize-input {
    border-radius: 0;
}

td > .glyphicon-plus,
td > .glyphicon-remove {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

/* Bootstrap fixes */
.table-hover > tbody > tr:hover td {
    background-color: #c0c0c0;
}

th .form-group,
td .form-group {
    margin-bottom: 0;
}

th .input-sm {
    height: 18px;
}

th select.input-sm {
    height: 18px;
}

th .glyphicon {
    color: #000;
}

a.glyphicon,
a:visited.glyphicon,
a:active.glyphicon,
a:focus.glyphicon,
a:hover.glyphicon {
    text-decoration: none;
}

.tooltip-inner {
    /*max-width: initial;*/
}

.form-group {
    position: relative;
}

a.btn {
    text-decoration: none;
}

.btn-default:hover {
    color: #000;
    background-color: #c0c0c0;
    border-color: #000;
}

.btn span.glyphicon {
    color: inherit;
    margin-right: 10px;
    margin-left: 0;
}

.btn span.glyphicon:hover {
    color: inherit;
}

.glyphicons {
    vertical-align: text-bottom;
}

.btn span.glyphicons {
    color: inherit;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
}

.a span.glyphicons {
    color: inherit;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
    top: 5px
}

.btn span.glyphicons:hover {
    color: inherit;
}

.btn span.glyph-right {
    margin-left: 10px;
    margin-right: 0;
}

.btn span.glyph-only {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px
}

.btn.glyph-only {
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px 8px 4px 6px;
}

.offer-row .glyphicons {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: inherit;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

/**
 * Bootstrap datepicker fixes
 */
.datepicker .clear {
    font-size: inherit;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}

/**
 * Bootstrap colorpicker fixes
 */
.bootstrap-colropicker-big .colorpicker-hue i,
.bootstrap-colropicker-big .colorpicker-alpha i {
    border-top-width: 3px;
}

.bootstrap-colropicker-big .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.bootstrap-colropicker-big .colorpicker-hue,
.bootstrap-colropicker-big .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.bootstrap-colropicker-big .colorpicker-color,
.bootstrap-colropicker-big .colorpicker-color div {
    height: 30px;
}

/**
* Visibility hacks
**/
.is_visible {
    visibility: visible;
    display: initial;
}

.is_invisible {
    visibility: hidden;
    display: none;
}

/**
* Cursor hacks
**/
.cursor_pointer {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.cursor-arrow {
    cursor: default;
}

/**
* Do not make image bigger then td cell, sir!
**/
.fit_cell {
    max-width: 97%;
    height: auto;
}

.cell_yes {
    color: green;
}

.cell_no {
    color: red;
}

.color {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-color: #c0c0c0;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 5px;
    margin-top: 1px;
}

.tag-container .color {
    margin-right: 14px;
}

.color .glyphicon {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.color .glyphicons {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.color .background {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: red;
}

.color .foreground {
    position: absolute;
    top: -26px;
    right: -26px;
    width: 44px;
    height: 44px;
    background: yellow;
    transform: rotate(45deg);
}

.color-small {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: #c0c0c0;
    cursor: default;
    box-sizing: border-box;
    margin-left: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px !important;
    text-align: center;
    overflow: hidden;
}

.color-small .background {
    position: relative;
    width: 12.3px;
    height: 12.3px;
    overflow: hidden;
}

.color-small .foreground {
    position: absolute;
    top: -14.4px;
    right: -14.4px;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}

.colorpicker {
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.colorpicker:hover {
    border: 1px solid;
    border-color: #c0c0c0;
}

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: none;
    margin-right: 3px;
    margin-top: 1px;
    height: 22px;
    line-height: 16px;
    cursor: default;
    vertical-align: middle;
}

.label span.glyph-right {
    top: 0;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: middle;
}

.label-default {
    background-color: #c0c0c0;
    color: #000;
}

.prio-low {
    background-color: #00ffff !important;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.prio-std {
    background-color: #40ff40 !important;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.prio-high {
    background-color: #ff8080 !important;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.offer-img {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.offer-img-fresh {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: green !important;
    z-index: 10;
    opacity: 0.9;
    border-radius: 50%;
}

.offer-img-old {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.offer-cell-img {
    width: 80px !important;
    height: 80px !important;
    margin: 0;
    padding: 0;
}

.offer-row {
    height: 26px;
}

.strong {
    font-weight: bold !important;
}

.img-show {
    padding: 10px 10px 10px 10px;
    position: relative;
    display: block;
    margin: 0 auto;
}

#menu .glyphicons {
    margin-left: 10px;
}

#menu2 .glyphicons {
    margin-left: 5px;
}

#menu2 form {
    margin-top: 3px;
}

.sub-menu-icons .glyphicons {
    margin-left: 0px !important;
}

.sub-menu-icons {
    margin-right: 7px;
}

.par-cc-container {
    margin-top: 10px;
    background-color: #ffffff;
}

.par-cc-icon {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 32px
}

.par-cc-table tr {
    height: 20px;
}

.par-cc-fixed {
    position: fixed;
    bottom: 0;
}

.par-cc-container.par-cc-fixed + .clear {
    padding-top: 45px;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 30px;
    padding: 3px 6px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
    cursor: pointer;
}

.headerWrapper {
    line-height: 26px;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}

.headerWrapper h2 {
    margin-bottom: 0px;
}

.headerWrapper a.btn {
    margin: 0px;
}

.pull-top {
    position: relative;
    top: -5px;
}

/**
 * statusBar jQuery plugin
 */
#statusBar {
    background-color: #ffffff;
}

.statusBar-control,
.statusBar-content {
    padding: 5px 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

#frmAdminFulltext {
    height: 40px;
}

#btnSearchSubmit {
    color: white !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
}

.bg-yellow {
    background-color: yellow;
}

.bg-red {
    background-color: red;
}

.preorder-header-company {
    padding-top: 2px;
    vertical-align: top;
}

.icon-margin {
    margin-right: 3px;
}

.icon-hover:hover {
    background-color: #c0c0c0 !important;
}

.height-100 {
    height: 100%;
}

.fix-height {
    padding-top: 0px;
}

.piece-warning {
    color: red;
    font-weight: bold;
}

.product-sum-cell {
    padding-right: 5px;
}

.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
}

.pull-top {
    position: relative;
    top: 0px;
}

/**
 * Width utility generators
 */
.w-5 {
    width: 5px;
}

.w-6 {
    width: 6px;
}

.w-7 {
    width: 7px;
}

.w-8 {
    width: 8px;
}

.w-9 {
    width: 9px;
}

.w-10 {
    width: 10px;
}

.w-11 {
    width: 11px;
}

.w-12 {
    width: 12px;
}

.w-13 {
    width: 13px;
}

.w-14 {
    width: 14px;
}

.w-15 {
    width: 15px;
}

.w-16 {
    width: 16px;
}

.w-17 {
    width: 17px;
}

.w-18 {
    width: 18px;
}

.w-19 {
    width: 19px;
}

.w-20 {
    width: 20px;
}

.w-21 {
    width: 21px;
}

.w-22 {
    width: 22px;
}

.w-23 {
    width: 23px;
}

.w-24 {
    width: 24px;
}

.w-25 {
    width: 25px;
}

.w-26 {
    width: 26px;
}

.w-27 {
    width: 27px;
}

.w-28 {
    width: 28px;
}

.w-29 {
    width: 29px;
}

.w-30 {
    width: 30px;
}

.w-31 {
    width: 31px;
}

.w-32 {
    width: 32px;
}

.w-33 {
    width: 33px;
}

.w-34 {
    width: 34px;
}

.w-35 {
    width: 35px;
}

.w-36 {
    width: 36px;
}

.w-37 {
    width: 37px;
}

.w-38 {
    width: 38px;
}

.w-39 {
    width: 39px;
}

.w-40 {
    width: 40px;
}

.w-41 {
    width: 41px;
}

.w-42 {
    width: 42px;
}

.w-43 {
    width: 43px;
}

.w-44 {
    width: 44px;
}

.w-45 {
    width: 45px;
}

.w-46 {
    width: 46px;
}

.w-47 {
    width: 47px;
}

.w-48 {
    width: 48px;
}

.w-49 {
    width: 49px;
}

.w-50 {
    width: 50px;
}

.w-51 {
    width: 51px;
}

.w-52 {
    width: 52px;
}

.w-53 {
    width: 53px;
}

.w-54 {
    width: 54px;
}

.w-55 {
    width: 55px;
}

.w-56 {
    width: 56px;
}

.w-57 {
    width: 57px;
}

.w-58 {
    width: 58px;
}

.w-59 {
    width: 59px;
}

.w-60 {
    width: 60px;
}

.w-61 {
    width: 61px;
}

.w-62 {
    width: 62px;
}

.w-63 {
    width: 63px;
}

.w-64 {
    width: 64px;
}

.w-65 {
    width: 65px;
}

.w-66 {
    width: 66px;
}

.w-67 {
    width: 67px;
}

.w-68 {
    width: 68px;
}

.w-69 {
    width: 69px;
}

.w-70 {
    width: 70px;
}

.w-71 {
    width: 71px;
}

.w-72 {
    width: 72px;
}

.w-73 {
    width: 73px;
}

.w-74 {
    width: 74px;
}

.w-75 {
    width: 75px;
}

.w-76 {
    width: 76px;
}

.w-77 {
    width: 77px;
}

.w-78 {
    width: 78px;
}

.w-79 {
    width: 79px;
}

.w-80 {
    width: 80px;
}

.w-81 {
    width: 81px;
}

.w-82 {
    width: 82px;
}

.w-83 {
    width: 83px;
}

.w-84 {
    width: 84px;
}

.w-85 {
    width: 85px;
}

.w-86 {
    width: 86px;
}

.w-87 {
    width: 87px;
}

.w-88 {
    width: 88px;
}

.w-89 {
    width: 89px;
}

.w-90 {
    width: 90px;
}

.w-91 {
    width: 91px;
}

.w-92 {
    width: 92px;
}

.w-93 {
    width: 93px;
}

.w-94 {
    width: 94px;
}

.w-95 {
    width: 95px;
}

.w-96 {
    width: 96px;
}

.w-97 {
    width: 97px;
}

.w-98 {
    width: 98px;
}

.w-99 {
    width: 99px;
}

.w-100 {
    width: 100px;
}

.w-101 {
    width: 101px;
}

.w-102 {
    width: 102px;
}

.w-103 {
    width: 103px;
}

.w-104 {
    width: 104px;
}

.w-105 {
    width: 105px;
}

.w-106 {
    width: 106px;
}

.w-107 {
    width: 107px;
}

.w-108 {
    width: 108px;
}

.w-109 {
    width: 109px;
}

.w-110 {
    width: 110px;
}

.w-111 {
    width: 111px;
}

.w-112 {
    width: 112px;
}

.w-113 {
    width: 113px;
}

.w-114 {
    width: 114px;
}

.w-115 {
    width: 115px;
}

.w-116 {
    width: 116px;
}

.w-117 {
    width: 117px;
}

.w-118 {
    width: 118px;
}

.w-119 {
    width: 119px;
}

.w-120 {
    width: 120px;
}

.w-121 {
    width: 121px;
}

.w-122 {
    width: 122px;
}

.w-123 {
    width: 123px;
}

.w-124 {
    width: 124px;
}

.w-125 {
    width: 125px;
}

.w-126 {
    width: 126px;
}

.w-127 {
    width: 127px;
}

.w-128 {
    width: 128px;
}

.w-129 {
    width: 129px;
}

.w-130 {
    width: 130px;
}

.w-131 {
    width: 131px;
}

.w-132 {
    width: 132px;
}

.w-133 {
    width: 133px;
}

.w-134 {
    width: 134px;
}

.w-135 {
    width: 135px;
}

.w-136 {
    width: 136px;
}

.w-137 {
    width: 137px;
}

.w-138 {
    width: 138px;
}

.w-139 {
    width: 139px;
}

.w-140 {
    width: 140px;
}

.w-141 {
    width: 141px;
}

.w-142 {
    width: 142px;
}

.w-143 {
    width: 143px;
}

.w-144 {
    width: 144px;
}

.w-145 {
    width: 145px;
}

.w-146 {
    width: 146px;
}

.w-147 {
    width: 147px;
}

.w-148 {
    width: 148px;
}

.w-149 {
    width: 149px;
}

.w-150 {
    width: 150px;
}

.w-151 {
    width: 151px;
}

.w-152 {
    width: 152px;
}

.w-153 {
    width: 153px;
}

.w-154 {
    width: 154px;
}

.w-155 {
    width: 155px;
}

.w-156 {
    width: 156px;
}

.w-157 {
    width: 157px;
}

.w-158 {
    width: 158px;
}

.w-159 {
    width: 159px;
}

.w-160 {
    width: 160px;
}

.w-161 {
    width: 161px;
}

.w-162 {
    width: 162px;
}

.w-163 {
    width: 163px;
}

.w-164 {
    width: 164px;
}

.w-165 {
    width: 165px;
}

.w-166 {
    width: 166px;
}

.w-167 {
    width: 167px;
}

.w-168 {
    width: 168px;
}

.w-169 {
    width: 169px;
}

.w-170 {
    width: 170px;
}

.w-171 {
    width: 171px;
}

.w-172 {
    width: 172px;
}

.w-173 {
    width: 173px;
}

.w-174 {
    width: 174px;
}

.w-175 {
    width: 175px;
}

.w-176 {
    width: 176px;
}

.w-177 {
    width: 177px;
}

.w-178 {
    width: 178px;
}

.w-179 {
    width: 179px;
}

.w-180 {
    width: 180px;
}

.w-181 {
    width: 181px;
}

.w-182 {
    width: 182px;
}

.w-183 {
    width: 183px;
}

.w-184 {
    width: 184px;
}

.w-185 {
    width: 185px;
}

.w-186 {
    width: 186px;
}

.w-187 {
    width: 187px;
}

.w-188 {
    width: 188px;
}

.w-189 {
    width: 189px;
}

.w-190 {
    width: 190px;
}

.w-191 {
    width: 191px;
}

.w-192 {
    width: 192px;
}

.w-193 {
    width: 193px;
}

.w-194 {
    width: 194px;
}

.w-195 {
    width: 195px;
}

.w-196 {
    width: 196px;
}

.w-197 {
    width: 197px;
}

.w-198 {
    width: 198px;
}

.w-199 {
    width: 199px;
}

.w-200 {
    width: 200px;
}

.w-1perc {
    width: 1%;
}

.w-2perc {
    width: 2%;
}

.w-3perc {
    width: 3%;
}

.w-4perc {
    width: 4%;
}

.w-5perc {
    width: 5%;
}

.w-6perc {
    width: 6%;
}

.w-7perc {
    width: 7%;
}

.w-8perc {
    width: 8%;
}

.w-9perc {
    width: 9%;
}

.w-10perc {
    width: 10%;
}

.w-11perc {
    width: 11%;
}

.w-12perc {
    width: 12%;
}

.w-13perc {
    width: 13%;
}

.w-14perc {
    width: 14%;
}

.w-15perc {
    width: 15%;
}

.w-16perc {
    width: 16%;
}

.w-17perc {
    width: 17%;
}

.w-18perc {
    width: 18%;
}

.w-19perc {
    width: 19%;
}

.w-20perc {
    width: 20%;
}

.w-21perc {
    width: 21%;
}

.w-22perc {
    width: 22%;
}

.w-23perc {
    width: 23%;
}

.w-24perc {
    width: 24%;
}

.w-25perc {
    width: 25%;
}

.w-26perc {
    width: 26%;
}

.w-27perc {
    width: 27%;
}

.w-28perc {
    width: 28%;
}

.w-29perc {
    width: 29%;
}

.w-30perc {
    width: 30%;
}

.w-31perc {
    width: 31%;
}

.w-32perc {
    width: 32%;
}

.w-33perc {
    width: 33%;
}

.w-34perc {
    width: 34%;
}

.w-35perc {
    width: 35%;
}

.w-36perc {
    width: 36%;
}

.w-37perc {
    width: 37%;
}

.w-38perc {
    width: 38%;
}

.w-39perc {
    width: 39%;
}

.w-40perc {
    width: 40%;
}

.w-41perc {
    width: 41%;
}

.w-42perc {
    width: 42%;
}

.w-43perc {
    width: 43%;
}

.w-44perc {
    width: 44%;
}

.w-45perc {
    width: 45%;
}

.w-46perc {
    width: 46%;
}

.w-47perc {
    width: 47%;
}

.w-48perc {
    width: 48%;
}

.w-49perc {
    width: 49%;
}

.w-50perc {
    width: 50%;
}

.w-51perc {
    width: 51%;
}

.w-52perc {
    width: 52%;
}

.w-53perc {
    width: 53%;
}

.w-54perc {
    width: 54%;
}

.w-55perc {
    width: 55%;
}

.w-56perc {
    width: 56%;
}

.w-57perc {
    width: 57%;
}

.w-58perc {
    width: 58%;
}

.w-59perc {
    width: 59%;
}

.w-60perc {
    width: 60%;
}

.w-61perc {
    width: 61%;
}

.w-62perc {
    width: 62%;
}

.w-63perc {
    width: 63%;
}

.w-64perc {
    width: 64%;
}

.w-65perc {
    width: 65%;
}

.w-66perc {
    width: 66%;
}

.w-67perc {
    width: 67%;
}

.w-68perc {
    width: 68%;
}

.w-69perc {
    width: 69%;
}

.w-70perc {
    width: 70%;
}

.w-71perc {
    width: 71%;
}

.w-72perc {
    width: 72%;
}

.w-73perc {
    width: 73%;
}

.w-74perc {
    width: 74%;
}

.w-75perc {
    width: 75%;
}

.w-76perc {
    width: 76%;
}

.w-77perc {
    width: 77%;
}

.w-78perc {
    width: 78%;
}

.w-79perc {
    width: 79%;
}

.w-80perc {
    width: 80%;
}

.w-81perc {
    width: 81%;
}

.w-82perc {
    width: 82%;
}

.w-83perc {
    width: 83%;
}

.w-84perc {
    width: 84%;
}

.w-85perc {
    width: 85%;
}

.w-86perc {
    width: 86%;
}

.w-87perc {
    width: 87%;
}

.w-88perc {
    width: 88%;
}

.w-89perc {
    width: 89%;
}

.w-90perc {
    width: 90%;
}

.w-91perc {
    width: 91%;
}

.w-92perc {
    width: 92%;
}

.w-93perc {
    width: 93%;
}

.w-94perc {
    width: 94%;
}

.w-95perc {
    width: 95%;
}

.w-96perc {
    width: 96%;
}

.w-97perc {
    width: 97%;
}

.w-98perc {
    width: 98%;
}

.w-99perc {
    width: 99%;
}

.w-100perc {
    width: 100%;
}

