/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
.modal-dialog{
    z-index: 99999999999 !important;
}
body {
    line-height: 1.5;
}

table {
    width: 100%;
    margin: 0;
}

table.form-list {
    width: auto !important;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
}

table,td,th {
    vertical-align: middle;
}

tr.even td {
    background: #f4f4f4;
}

caption {
    background: #eee;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-right: none;
    cursor: default;
    margin-bottom: 1.4em;
    width: 100%;
}

.table th {
    font-weight: bold;
    color: #663300;
    border: 1px solid #fff;
    border-right-color: #ccc;
    white-space: nowrap;
    padding: 1px 5px 1px 0px;
}

.table td {
    border: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 2px 4px;
}

table tr.delimeter td {
    padding-bottom: 40px;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

a img {
    border: none;
}

/* typography.css */
body {
    font-size: 75%;
    color: #222;
    background: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    color: #663300;
}

h1 {
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
}

p img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}

a:focus,a:hover {
    color: #000;
}

a {
    color: #009;
    text-decoration: underline;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em,dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup,sub {
    line-height: 0;
}

abbr,acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre,code {
    margin: 1.5em 0;
    white-space: pre;
}

pre,code,tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

li ul,li ol {
    margin: 0 1.5em;
}

ul,ol {
    margin: 0 1.5em 1.5em 2em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* grid.css */
.container {
    width: 950px;
    margin: 0 auto;
}

.flora {
    width: 100%;
}

.showgrid {
    background: url(src/grid.png);
}

body {
    margin: 0;
}

div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14,div.span-15,div.span-16,div.span-17,div.span-18,div.span-19,div.span-20,div.span-21,div.span-22,div.span-23,div.span-24
{
    float: left;
    margin-right: 10px;
}

div.last {
    margin-right: 0;
}

.span-1 {
    width: 30px;
}

.span-2 {
    width: 70px;
}

.span-3 {
    width: 110px;
}

.span-4 {
    width: 150px;
}

.span-5 {
    width: 190px;
}

.span-6 {
    width: 230px;
}

.span-7 {
    width: 270px;
}

.span-8 {
    width: 310px;
}

.span-9 {
    width: 350px;
}

.span-10 {
    width: 390px;
}

.span-11 {
    width: 430px;
}

.span-12 {
    width: 470px;
}

.span-13 {
    width: 510px;
}

.span-14 {
    width: 550px;
}

.span-15 {
    width: 590px;
}

.span-16 {
    width: 630px;
}

.span-17 {
    width: 670px;
}

.span-18 {
    width: 710px;
}

.span-19 {
    width: 750px;
}

.span-20 {
    width: 790px;
}

.span-21 {
    width: 830px;
}

.span-22 {
    width: 870px;
}

.span-23 {
    width: 910px;
}

.span-24,div.span-24 {
    width: 950px;
    margin: 0;
}

.append-1 {
    padding-right: 40px;
}

.append-2 {
    padding-right: 80px;
}

.append-3 {
    padding-right: 120px;
}

.append-4 {
    padding-right: 160px;
}

.append-5 {
    padding-right: 200px;
}

.append-6 {
    padding-right: 240px;
}

.append-7 {
    padding-right: 280px;
}

.append-8 {
    padding-right: 320px;
}

.append-9 {
    padding-right: 360px;
}

.append-10 {
    padding-right: 400px;
}

.append-11 {
    padding-right: 440px;
}

.append-12 {
    padding-right: 480px;
}

.append-13 {
    padding-right: 520px;
}

.append-14 {
    padding-right: 560px;
}

.append-15 {
    padding-right: 600px;
}

.append-16 {
    padding-right: 640px;
}

.append-17 {
    padding-right: 680px;
}

.append-18 {
    padding-right: 720px;
}

.append-19 {
    padding-right: 760px;
}

.append-20 {
    padding-right: 800px;
}

.append-21 {
    padding-right: 840px;
}

.append-22 {
    padding-right: 880px;
}

.append-23 {
    padding-right: 920px;
}

.prepend-1 {
    padding-left: 40px;
}

.prepend-2 {
    padding-left: 80px;
}

.prepend-3 {
    padding-left: 120px;
}

.prepend-4 {
    padding-left: 160px;
}

.prepend-5 {
    padding-left: 200px;
}

.prepend-6 {
    padding-left: 240px;
}

.prepend-7 {
    padding-left: 280px;
}

.prepend-8 {
    padding-left: 320px;
}

.prepend-9 {
    padding-left: 360px;
}

.prepend-10 {
    padding-left: 400px;
}

.prepend-11 {
    padding-left: 440px;
}

.prepend-12 {
    padding-left: 480px;
}

.prepend-13 {
    padding-left: 520px;
}

.prepend-14 {
    padding-left: 560px;
}

.prepend-15 {
    padding-left: 600px;
}

.prepend-16 {
    padding-left: 640px;
}

.prepend-17 {
    padding-left: 680px;
}

.prepend-18 {
    padding-left: 720px;
}

.prepend-19 {
    padding-left: 760px;
}

.prepend-20 {
    padding-left: 800px;
}

.prepend-21 {
    padding-left: 840px;
}

.prepend-22 {
    padding-left: 880px;
}

.prepend-23 {
    padding-left: 920px;
}

div.border {
    padding-right: 4px;
    margin-right: 5px;
    border-right: 1px solid #eee;
}

div.colborder {
    padding-right: 24px;
    margin-right: 25px;
    border-right: 1px solid #eee;
}

.pull-1 {
    margin-left: -40px;
}

.pull-2 {
    margin-left: -80px;
}

.pull-3 {
    margin-left: -120px;
}

.pull-4 {
    margin-left: -160px;
}

.pull-5 {
    margin-left: -200px;
}

.pull-6 {
    margin-left: -240px;
}

.pull-7 {
    margin-left: -280px;
}

.pull-8 {
    margin-left: -320px;
}

.pull-9 {
    margin-left: -360px;
}

.pull-10 {
    margin-left: -400px;
}

.pull-11 {
    margin-left: -440px;
}

.pull-12 {
    margin-left: -480px;
}

.pull-13 {
    margin-left: -520px;
}

.pull-14 {
    margin-left: -560px;
}

.pull-15 {
    margin-left: -600px;
}

.pull-16 {
    margin-left: -640px;
}

.pull-17 {
    margin-left: -680px;
}

.pull-18 {
    margin-left: -720px;
}

.pull-19 {
    margin-left: -760px;
}

.pull-20 {
    margin-left: -800px;
}

.pull-21 {
    margin-left: -840px;
}

.pull-22 {
    margin-left: -880px;
}

.pull-23 {
    margin-left: -920px;
}

.pull-24 {
    margin-left: -960px;
}

.pull-1,.pull-2,.pull-3,.pull-4,.pull-5,.pull-6,.pull-7,.pull-8,.pull-9,.pull-10,.pull-11,.pull-12,.pull-13,.pull-14,.pull-15,.pull-16,.pull-17,.pull-18,.pull-19,.pull-20,.pull-21,.pull-22,.pull-23,.pull-24
{
    float: left;
    position: relative;
}

.push-1 {
    margin: 0 -40px 1.5em 40px;
}

.push-2 {
    margin: 0 -80px 1.5em 80px;
}

.push-3 {
    margin: 0 -120px 1.5em 120px;
}

.push-4 {
    margin: 0 -160px 1.5em 160px;
}

.push-5 {
    margin: 0 -200px 1.5em 200px;
}

.push-6 {
    margin: 0 -240px 1.5em 240px;
}

.push-7 {
    margin: 0 -280px 1.5em 280px;
}

.push-8 {
    margin: 0 -320px 1.5em 320px;
}

.push-9 {
    margin: 0 -360px 1.5em 360px;
}

.push-10 {
    margin: 0 -400px 1.5em 400px;
}

.push-11 {
    margin: 0 -440px 1.5em 440px;
}

.push-12 {
    margin: 0 -480px 1.5em 480px;
}

.push-13 {
    margin: 0 -520px 1.5em 520px;
}

.push-14 {
    margin: 0 -560px 1.5em 560px;
}

.push-15 {
    margin: 0 -600px 1.5em 600px;
}

.push-16 {
    margin: 0 -640px 1.5em 640px;
}

.push-17 {
    margin: 0 -680px 1.5em 680px;
}

.push-18 {
    margin: 0 -720px 1.5em 720px;
}

.push-19 {
    margin: 0 -760px 1.5em 760px;
}

.push-20 {
    margin: 0 -800px 1.5em 800px;
}

.push-21 {
    margin: 0 -840px 1.5em 840px;
}

.push-22 {
    margin: 0 -880px 1.5em 880px;
}

.push-23 {
    margin: 0 -920px 1.5em 920px;
}

.push-24 {
    margin: 0 -960px 1.5em 960px;
}

.push-1,.push-2,.push-3,.push-4,.push-5,.push-6,.push-7,.push-8,.push-9,.push-10,.push-11,.push-12,.push-13,.push-14,.push-15,.push-16,.push-17,.push-18,.push-19,.push-20,.push-21,.push-22,.push-23,.push-24
{
    float: right;
    position: relative;
}

.box {
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #E5ECF9;
}

hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}

hr.space {
    background: #fff;
    color: #fff;
}

.clearfix:after,.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,.container {
    display: inline-block;
}

* html .clearfix,* html .container {
    height: 1%;
}

.clearfix,.container {
    display: block;
}

.clear {
    clear: both;
}

/* forms.css */
label {
    font-weight: bold;
}
/*
fieldset {
        padding: 1.4em;
        margin: 0 0 1.5em 0;
        border: 1px solid #ccc;
}*/

legend {
    font-weight: bold;
    font-size: 1.2em;
}

.normal_text legend {
    font-weight: normal;
    font-size: 100%;
}

input.text,input.title,textarea,select {
    margin: 0;
    border: 1px solid #bbb;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
    border: 1px solid #666;
}

input.text,input.title {
    width: 300px;
    padding: 5px;
}

input.title {
    font-size: 1.5em;
}

textarea {
    width: 390px;
    height: 250px;
    padding: 5px;
}

.error,.notice,.success,.information {
    margin-bottom: 1em;
    border: 1px solid #ddd;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.information {
    background: #d0e0fb;
    color: #293242;
    border-color: #a1c2f8;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

.content table,hr,.box {
    margin-bottom: 20px;
}

.box p {
    margin-bottom: 10px;
}

/*    Layout    */
#page {
    min-width: 960px;
}

.container {
    margin: 10px 20px;
    width: auto;
    /*_width: expression(parseInt(document.body.clientWidth)-50);*/
}

#header {
    background: #fe9935 url(../img/header.gif) repeat-x bottom;
    height: 50px;
    text-align: left;
    padding: 0 2em;
    margin: 0;
    position: relative;
}

#header h1,#header h2 {
    letter-spacing: -1px;
    line-height: 2em;
    vertical-align: baseline;
    margin: 0;
    float: left;
    font-size: 1.7em;
    font-weight: bold;
    position: relative;
    height: 50px;
    top: 0px;
}

#header h1 {
    width: 8em;
}

#header h2 {
    width: 9em;
}

#header h1 span,#header h2 span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/admin/logo_eshop.png) no-repeat left bottom;
}

#header h2 span {
    background: url(../img/creactive_eshop.gif) no-repeat left bottom;
}

#header a {
    color: white;
    text-decoration: none;
}

.logged {
    margin: 4px 10px 2px 0;
    float: right;
    line-height: 40px;
}

.lang-switch {
    float: right;
    font-size: 0.9em;
    margin: 7px 15px 0 0;
}

.lang-switch .flag {
    display: block;
    float: left;
    padding: 1px 4px;
    margin: 0;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #fe9832 #99530d #99530d #fe9832;
    text-align: center;
    height:33px;
    font-weight:bold;
}

.lang-switch .flag img {
    margin: 4px 0 1px 0;
    display: block;
    vertical-align: middle;
}

#header .lang-switch .flag:hover {
    background-color: #fe9832;
    color: black;
}

#header .lang-switch .flag.selected {
    background-color: #e6801a;
    border-color: #99530d #fe9832 #fe9832 #99530d;
}

#footer {
    background-color: #ddd;
    text-align: left;
    padding: 1em 2em 2em 2em;
    border-collapse: unset;
}

.columns {
    background: url(../img/col-left.gif) repeat-y 196px 0px;
    padding: 1px 0;
}

.col-left {
    float: left;
    width: 15vw;
    min-width: 150px;
    max-width: 200px;
}

.col-right {
    float: left;
    clear: right;
    margin-left: 10px;
    padding-left: 20px;
    width: 75vw;
    min-width: 950px;
    max-width: 1350px;
}

.ui-tabs .ui-tabs-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #0068b9;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 1px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border: 1px solid #e17009;
    box-shadow: inset 0px 3px 0px 0px #ffd198;
    border-bottom-width: 0 !important;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    text-decoration: underline;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    text-decoration: none;
}

.content {
    float: left;
    position: relative;
}

.col-left-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
}

.col-left-menu li {
    margin: 0;
}

.col-left-menu li a {
    background-color: #f4eee5;
    margin-right: 2px;
    border-bottom: 1px dotted #999;
    padding: 4px 7px;
    display: block;
    text-decoration: none;
    color: black;
}

.col-left-menu li a:hover {
    background-color: #fff7ec;
}

.col-left-menu li a.active {
    background-color:#FFFFFF;
    margin-right: 0px;
}


/*    //  Layout    */ /*    Login    */
#admin-login {
    width: 550px;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 40%;
    margin-top: -120px;
}

#admin-login fieldset {
    background-color: #eee;
    padding-left: 40px;
}

.admin-login {
    width: 90%;
}

.admin-login td {
    width: 50%;
    padding: 3px 5px;
}

.admin-login .input-text {
    width: 100%;
}

/*    //  Login    */ /*    Main navigation    */
#navigation {
    background: #333333 url(../img/navigation.gif) repeat-x bottom;
    padding: 0 1em 0.85em 1em;
    clear: both;
    text-align: left;
}

#navigation ul {
    margin: 0;
    padding: 0;
    border-right: 1px solid #222;
}

#navigation li {
    float: left;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1100;
}

#navigation a {
    color: #fff;
    display: block;
    padding: 0.4em 1.3em 0.4em;
    text-decoration: none;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    border-top: 1px solid #333;
}

#navigation a.active {
    background: #fe9935 url(../img/navigation_on.gif) repeat-x top;
    color: #fff;
}

#navigation a:hover {
    color: #ccc;
    background-color: #111;
}

#navigation a.active:hover {
    color: white;
}

#navigation li:hover ul,#navigation li.over ul {
    display: block;
}

#subnavigation a {
    background-color: #ccc;
    color: #111;
    padding: 0.2em 1.3em;
    border-top: none;
    border-color: #999;
    border-left-color: #666;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    color: #333;
    position: relative;
}

#navigation li ul {
    position: absolute;
    /* top: 24px; */
    left: 0;
    padding-top: 0px;
    width: 15em;
    display: none;
    border-bottom: 2px solid #999;
    background: none;
    z-index: 1200;
}

#navigation li li {
    float: left;
    width: 100%;
    margin: 0;
    display: block;
    font-weight: normal;
    background: #ccc;
}

#navigation li.over li a {
    background-color: #ccc;
    color: #111;
    padding: 0.2em 1.3em;
    border-top: none;
    border-color: #999;
    border-left-color: #666;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    color: #333;
    position: relative;
}

#navigation li li a:hover {
    color: #000;
    background-color: #eee;
}

#navigation li li ul {
    position: absolute;
    top: 0.5em;
    left: 60%;
}

#navigation li li li a {
    background: #ccc;
    position: relative;
    z-index: 20;
}

#navigation  a.ico {
    padding-left: 25px;
    border: none;
}
#page #navigation li a.add-item{
    display: block;
    background: none; 
    border: none ;
    position: absolute;
    padding: 0 ;
    width: 35px;
    height: 21px;
    line-height: 19px;
    border-left: 1px solid #ccc ;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 1.8em;
    cursor: pointer;
    right: 0;
    top: 2px;
}
#page #navigation li a.add-item:hover{background-color: #eee;}


/*   //  Main navigation    */ /*    Forms    */
input.input-text,textarea,select {
    background: #FFFFFF none repeat scroll 0%;
    border-color: #AAAAAA rgb(200, 200, 200) rgb(200, 200, 200)
        rgb(170, 170, 170);
    border-style: solid;
    border-width: 1px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

input,select {
    vertical-align: middle;
}

.actions select {
    line-height: 15px;
    margin: 0;
}

/*  buttons */
button,.button {
    background: #1465c6 url(../img/button.gif) repeat-x bottom;
    border-color: #609ce4 #104585 #104585 #609ce4;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding: 1pt 7px;
    text-align: center !important;
    white-space: nowrap;
    margin: 0 2px 0;
    vertical-align: middle;
}

button.button_green {
    background: #008000;
    border-color: #00b100 #005a00 #005a00 #00b100;
}
button.button_green:hover,button.button_green.over {
    background: #00d000;
}
button.button_green:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
}

button.button_orange {
    background: #d48900;
    border-color: #ffa500 #b97800 #b97800 #ffa500;
}
button.button_orange:hover,button.button_orange.over {
    background: #ffac13;
}
button.button_orange:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
}

button.button_red {
    background: #d40019;
    border-color: #ff003b #b90000 #b90000 #ff003b;
}
button.button_red:hover,button.button_red.over {
    background: #ff134a;
}
button.button_red:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
}

button.button_azure {
    background: #00c5c5;
    border-color: #00d2d2 #00adad #00adad #00d2d2;
}
button.button_azure:hover,button.button_azure.over {
    background: #00d4d4;
}
button.button_azure:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
}

.button:hover,button:hover,.button.over,button.over {
    background: #3da3d2 url(../img/button.gif) repeat-x top;
}

button.inactive,.button.inactive {
    background: #3da3d2 url(../img/button_inactive.gif) repeat-x top;
}

button.columnSortButton {
	margin: 0;
    font-size: 10px;
    font-weight: normal;
    padding: 0 4px;
	background: #d06472;
	border-color: #e46060 #851010 #851010 #e46060;
}

button.columnSortButton.active {
	background: #e60001;
}

/*    //  Forms    */ /*    Formats    */
.content-header {
    border-bottom: 3px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 15px;
    clear:both;
    padding-top:10px;
}

.content-header h2 {
    margin: 0;
    color: #0075da;
    line-height: 25px;
}

.content-header table {
    margin: 0;
}

.edit-block-header {
    background-color: #cc6605;
    padding: 5px 10px;
}

.edit-block-header h4 {
    color: #fff;
    margin-bottom: 0;
}

.edit-block fieldset {
    background-color: #f9f9f9;
    display: block;
}

.common_form {
}

.form-list .input-text,.form-list .select,.form-list .textarea {
    width: 280px;
}

.form-list .textarea {
    height: 100px;
}

.form-list td {
    vertical-align: top;
    padding: 4px 0;
}

.form-list td.label {
    border: 0 !important;
    width: 190px !important;
    display: block !important;
    padding: 0 !important;
    font-size: 100% !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #222 !important;
    text-align: left !important;
    vertical-align: center !important;
    border-radius: none !important;
}

.form-list td.value {
    width: 320px;
}

.form-list td.note {
    padding-top: 7px;
    color: green;
}

.form-list td.label label {
    font-weight: normal !important;
    border: 0 !important;
    display: block !important;
    padding: 0 !important;
    font-size: 100% !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #222 !important;
    text-align: left !important;
    vertical-align: center !important;
    border-radius: none !important;
}

#loader {
    border: 0 none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
}

#loader div {
    border: 2px solid #f6f6f6;
    background: #fff url(../img/loading.gif) no-repeat 14% 50%;
    width: 270px;
    margin: 15% auto;
    opacity: 0.8;
    z-index: 1100;
    filter: alpha(opacity = '80');
    text-align: Left;
}

#loader p {
    padding: 30px 0 30px 100px;
    margin: 0;
    border: 1px solid #ccc;
    font-size: 1.5em;
}

.loading2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url(../img/loading2.gif) !important;
	z-index: 999999;
}

/*  alerts */
.alert {
    background-repeat: no-repeat;
    background-position: 17px 9px;
    margin-bottom: 15px;
}

.alert p {
    margin: 0;
    /*border-top: 1px solid #fff;*/
    padding: 0px 40px;
}

.alert ul {
    margin: 0 0 7px 60px;
}

.alert.success {
    background-image: url(../img/ico/accept.png) !important;
}

.alert.error {
    background-image: url(../img/ico/exclamation.png) !important;
}

.alert.notice {
    background-image: url(../img/ico/error.png) !important;
}

.alert.information {
    background-image: url(../img/ico/information.png) !important;
}

/* icons */
.ico {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

a.ico {
    padding-left: 25px;
    background-position: 6px 50%;
}

.orders {	background-image: url(../img/ico/book.png);}
.icochart_bar {	background-image: url(../img/ico/chart_bar.png);}
.icochart_curve {	background-image: url(../img/ico/chart_curve.png);}
.icogroup {	background-image: url(../img/ico/group.png);}
.icodate {	background-image: url(../img/ico/date.png);}
.icocalendar_add {	background-image: url(../img/ico/calendar_add.png);}
.icotable {	background-image: url(../img/ico/table.png);}
.icocart{	background-image: url(../img/ico/cart.png);}
.icobasket_put{	background-image: url(../img/ico/basket_put.png);}
.icomonitor{	background-image: url(../img/ico/monitor.png);}
.icovcard{	background-image: url(../img/ico/vcard.png);}
.icopicture { background-image: url(../img/ico/picture.png);}
.icouser { background-image: url(../img/ico/user.png);}
.icousergray { background-image: url(../img/ico/user_gray.png);}
.iconote { background-image: url(../img/ico/note.png);}
.iconoteedit { background-image: url(../img/ico/note_edit.png);}
.icocog { background-image: url(../img/ico/cog.png);}
.icoeye { background-image: url(../img/ico/eye.png);}
.icoemail { background-image: url(../img/ico/email.png);}
.icoonline { background-image: url(../img/ico/status_online.png);}
.icodisconnect { background-image: url(../img/ico/disconnect.png);}

.icomagnifer{	background-image: url(../img/ico/magnifier.png);}
.iconewspaper_add{	background-image: url(../img/ico/newspaper_add.png);}

.icopage { background-image: url(../img/ico/page_white.png);}
.icopageaccess { background-image: url(../img/ico/page_white_key.png);}
.icopageedit { background-image: url(../img/ico/page_white_edit.png);}
.icopageadd { background-image: url(../img/ico/page_white_add.png);}
.icopagedelete { background-image: url(../img/ico/page_white_delete.png);}
.icopagemedal { background-image: url(../img/ico/page_white_medal.png);}
.icocoins {background-image: url(../img/ico/coins.png);}
.icocoins_add  {background-image: url(../img/ico/coins_add.png);}
.icoemail_go {background-image: url(../img/ico/email_go.png);}
.icolink {background-image: url(../img/ico/link.png);}
.icomoney_delete {background-image: url(../img/ico/money_delete.png);}
.icomoney {background-image: url(../img/ico/money.png);}
.icomoney_add {background-image: url(../img/ico/money_add.png);}
.icosum {background-image: url(../img/ico/sum.png);}
.icoimage {background-image: url(../img/ico/image.png);}
.icoimage_edit {background-image: url(../img/ico/image_edit.png);}
.icoimage_delete {background-image: url(../img/ico/image_delete.png);}
.icoimages {background-image: url(../img/ico/images.png);}
.icocalendar {background-image: url(../img/ico/calendar.png);}
.icoinfo {background-image: url(../img/ico/information.png);}
.icoserver {background-image: url(../img/ico/server.png);}
.icoworld {background-image: url(../img/ico/world.png);}
.icoedit {background-image: url(../img/ico/page_edit.png);}
.icosave {background-image: url(../img/ico/page_save.png);}
.icorefresh {background-image: url(../img/ico/arrow_refresh.png);}
.icodrive {background-image: url(../img/ico/drive.png);}
.icodatabasego {background-image: url(../img/ico/database_go.png);}
.icopencil {background-image: url(../img/ico/pencil.png);}
.icoarrowup {background-image: url(../img/ico/arrow_up.png);}
.icolock {background-image: url(../img/ico/lock.png);}
.icolockopen {background-image: url(../img/ico/lock_open.png);}

.icodelete { background-image: url(../img/ico/delete.png);}
.icotextfielddelete { background-image: url(../img/ico/textfield_delete.png);}

.help {	background-image: url(../img/ico/help.png);}
.accept {	background-image: url(../img/ico/accept.png);}
.add {	background-image: url(../img/ico/add.png);}
.tick {	background-image: url(../img/ico/tick.png);}
.error {	background-image: url(../img/ico/error.png);}
.cross {	background-image: url(../img/ico/cross.png);}
.cancel {	background-image: url(../img/ico/cancel.png);}
.information {	background-image: url(../img/ico/information.png);}
.login {	background-image: url(../img/ico/key.png);}
.reload {	background-image: url(../img/ico/arrow_refresh.png);}

button span.add {	background-image: url(../img/ico/button_add.png);}

button span.accept {	background-image: url(../img/ico/button_accept.png);}

button span.delete {background-image: url(../img/ico/button_delete.png);}

/*    //  Formats    */ /*    Common classes    */
.fl {
    float: left;
}

.fr {
    float: right !important;
}
tr.fr{
    float: none !important;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

a.out {
    background: url(../img/external.png) no-repeat right top;
    padding-right: 12px;
}

.separ {
    padding: 0 6px;
    color: #ccc;
}

.arrow {
    vertical-align: middle;
    margin: 3px 5px;
}

.block {
    display: block;
}

/* table */ /*  */
table.actions {
    margin: 0;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    background: none;
}

table.actions td {
    padding: 8px 4px 6px 6px;
    vertical-align: top;
    border: none;
}

table.actions td button {
    margin-top: 0;
}

.table_1 tr:hover,.table_1 tr:hover td,.table_1 tr.over,.table_1 tr.over td {
    background: #fbfbd2 !important;
    cursor: default;
}

/*  */
tr.heading th {
    background: #ddd url(../img/th.gif) repeat left center;
}

tr.filter th {
    background: #e6eef6 url(../img/filter.gif) repeat left center;
    border-top-color: #aaa;
    border-bottom-color: #ccc;
    padding-left: 4px;
    padding-bottom: 4px;
}

.else {
    background-color: #E6EEEE;
}

.eshop {
    background-color: #E6E6E6;
    padding: 4px;
}

tr.summary th {
    background-color: #ddeaf7;
    padding: 4px;
}		

.filter span.label {
    float: left;
    display: block;
    width: 3.3em;
    line-height: 1.8em;
    clear: both;
}

.filter-line {
    margin: 1px 0;
    clear: both;
}

input.page {
    width: 2em;
}

.teehref {
    margin-top: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/*  */
a.sort,a.sorted {
    display: block;
    color: #663300;
    text-decoration: none;
    padding: 1px 2px;
    margin: 2px;
}

a.sort:hover {
    color: #0067c1;
}

a.sorted {
    border: 1px solid #fff;
    border-top-color: #888;
    border-left-color: #888;
    background: #ead6c2 url(../img/sorted.gif) repeat left center;
    margin: 0px 3px;
    padding: 2px 4px;
}

a.sort:hover,a.sorted:hover {
    color: #0067c1;
}

a.sorted.up span {
    display: block;
    background: url(../img/sort_up.gif) no-repeat right center;
}

a.sorted.down span {
    display: block;
    background: url(../img/sort_down.gif) no-repeat right center;
}

/* Grid - Mass Action */
.massaction {
    width: 100%;
    height: 26px;
    border: 1px solid #d1cfcf;
    border-bottom: none;
    background: url(images/massaction_bg.gif) repeat-x 0 100% #ebebeb;
    font-size: .9em;
}

.massaction td {
    width: 50%;
    border-top: 1px solid #fff;
    padding: 1px 8px;
    vertical-align: middle;
}

.massaction .entry-edit fieldset .select {
    width: 120px;
    display: inline;
}

.massaction .entry-edit fieldset {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.massaction .entry-edit fieldset .field-row {
    display: inline;
}

.massaction .entry-edit .field-row label {
    float: none;
    width: auto;
    margin-left: 13px;
}

.massaction .entry-edit {
    margin: 0 !important;
    padding: 0;
}

.massaction a {
    text-decoration: none;
}

.massaction .entry-edit fieldset span.form_row,.massaction .entry-edit fieldset span.field-row
{
    clear: none !important;
    display: inline;
    float: left !important;
    margin: 0;
    padding: 0px 5px 0px 0px;
}

.massaction .entry-edit .outer-span {
    float: left;
}

label.element_error {
    color: #8a1f11;
}

input.element_error {
    color: #8a1f11;
}
/*    //  Common classes    */

table.table_1 {
    font-family: arial;
    font-size: 8pt;
    text-align: left;
    background-color: #CDCDCD;
}

table.form-list td.element {
    /* width: 100% !important; */
}

table.table_1 td {
    background-color: #FFFFFF;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
}

table.table_1 tr th {
    border: 1px solid #FFFFFF;
    font-size: 8pt;
    padding: 0 4px;
}
table.table_1 a.prod_size strong{
    background:#7b7a79;
    color:#fff;
    padding:0 2px 0 2px;
    margin:0 1px;
}

table.table_1 a.prod_size strong.soldout {
    background:#aaa;
}

table.table_1 a.prod_size strong.ended {
    background:#ccc;
}

table.table_1 h2 {
    margin: 5px 0 ;
}
table.table_1 tr.odd td {
    background-color: #F9F9F9;
}

.highlight {
    background-color: #FFF6BF;
    color: black;
}

table tr.odd_product td {
    background-color: #f5f5f5;
}

table tr.odd_product1 td {
    background-color: rgba(204, 221, 238, 0.75);
}

table tr.odd_product2 td {
    background-color: rgba(221, 238, 255, 0.75);
}

.main_input {
    height: 26px;
    font-size: 14px;
    background-color: #FFF6BF;
    padding: 2px;
}

.erp_input {
    background-color: #00969b;
    color: #ffffff;
}

.green{color: #009900;}
.red{color: red;}
.orange{color: #CC6600;}
.black{color: black;}


.nomargin{margin: 0; }

tr.trans_eshop td {
    background-color: #E9FFC7;
    height: 30px;
}
tr.trans_core td {
    background-color: #ffff99;
    height: 30px;
}

.not_translated {
    font-style: italic;
}

.selected {
    background-color: yellow;
    font-weight: bold;
}
#alert_help{
    background:#fff;
} 
#alert_help.alert, #alert_help.alert.information{
    background-image:none;
}
#alert_help h2.header{
    background:#e6eeee;
    border:1px solid #fff;
    text-align:center;
    margin:0;
    padding:2px 0;
}
#alert_help #help_content{
    background:#fcfdfd;
    padding:10px 20px;
}
#alert_help h2, #alert_help h3, #alert_help h4, #alert_help p{
    margin:10px 0;
    padding:0;
}
table.exw td+td{
    text-align: center;
}

.new_order {
    background-color: yellow;
}

.bg1 {
    background-color: #F1DAA1 !important;
}
.bg2 {
    background-color: #E9FFC7 !important;
}
.bg3 {
    background-color: #ffff99 !important;
}
.bg4 {
    background-color: #FDF5EF !important;
}
.bg5 {
    background-color: #afeeee !important;
}
.bg6 {
    background-color: #C3F5F0 !important;
}
.bg7 {
    background-color: #98fb98 !important;
}
.bg8 {
    background-color: #FADBFA !important;
}
.bg9 {
    background-color: #B0DECA !important;
}
.bg10 {
    background-color: #ffc0cb !important;
}
.bg11 {
    background-color: #ffdead !important;
}
.bg12 {
    background-color: #ff4500 !important;
}
.bg13 {
    background-color: #AA80FE !important;
}
.bg14 {
    background-color: #D580FE !important;
}
.bg15 {
    background-color: #6BB200 !important;
}

.table_1 button {margin-bottom: 3px;}
.table_1 button.short {width: 13%;}

.f-m {
    font-size: medium;
}

.f-s {
    font-size: small;
}

.f-ss {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

#export_table {
    color: #3D5A6B;
}

#export_table a.ico {
    text-decoration :none;
    line-height: 30px;
    font-weight: bold;
    color: #3D5A6B;
}

#export_table a.ico:hover {
    color: #000;
    text-decoration: underline;
}

.amount {
    background-color: #ffff99 !important;
    font-weight: bold;
}

td.amount a {
    color: red;
    font-weight: bold;
}

.inactive_product a {
    color: silver;
}

.more_uppliers a {
    background-color: #FFBB6E;
}

.variation {
    font-size: small;
}

.next, .prev{
    cursor:pointer;
}

#screen{
    position:relative;
    height:650px;
    width:585px;
}
#screen .next, #screen .prev{
    position:absolute;
    top: 200px;
}
#screen .prev{
    left:10px;
}
#screen .next{
    right:10px;
}

#sections{
    overflow:hidden;
    width: 480px;
    height: 625px;
    clear:left;
    margin-left: 52px;
}

#sections ul{
    width:3660px;
}

#sections li{
    float:left;
    padding: 2px 2px;
    list-style: none;
}
#sections li.fallen{
    margin-top:369px;
}

#sections p{
    width:435px;
    margin:16px 0;
    font-size:85%;
    line-height:1.4em;
}

#sections h2{
    margin:20px 0pt;
}
#sections a{
    color:#777;
    font-weight:bolder;
    text-decoration:none;
}
legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: none;
}
.banner fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border: 2px groove threedface;
    border-image: initial;
}

.tooltip-message {
    position: absolute;
    border: 1px solid #a6c9e2;
    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    z-index: 9999999; 
    pointer-events: none;
    overflow: visible;
}

.tooltip-arrow {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0px;
    z-index: -1;
    text-shadow: 0px 2px 0px #dadada, 0px 1px 0px #dadada;
    color: #fcfdfd;
    border-bottom-color: #a6c9e2;
    border-color: #a6c9e2;
    bottom: -3px;
    margin: 0 auto;
    text-align: center;
}
#user_score_dialog textarea{
    width: 27.5em;
    height: 150px;
}
.userScore{
    width: 12.4em;
    margin-left: auto;
    margin-right: auto;}
.userScore img{ cursor: pointer;}
.userScore a{
    background-image: url("/img/plusminus.png");
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: 0px 22px;
}
.userScore a + a{background-position: -22px 22px;}
.userScore a + a + a{background-position: -45px 22px;}
.userScore a + a + a + img + a{background-position: -66px 22px;}
.userScore a + a + a + img + a + a{background-position: -88px 22px;}
.userScore a + a + a + img + a + a + a{background-position: -110px 22px;}
.userScore a + a + a + a{background-position: -66px 22px;}
.userScore a + a + a + a + a{background-position: -88px 22px;}
.userScore a + a + a + a + a + a{background-position: -110px 22px;}

ul#autoComplete{padding:15px 0;}
ul#autoComplete li{font-weight:bold;margin: 2px 5px;border:1px solid #fff;}
ul#autoComplete li a{display:block;padding:3px 8px;background:none;border:none;font-weight:normal;}
ul#autoComplete li.ui-state-focus{background:#eee;}
ul#autoComplete li a:hover{cursor:pointer;background:#eee;color:#000;}

.rwd-break { 
    display: block; 
    clear: both;
}

.rwd-margin {
    margin-right: 20px; 
    float: left;
}
.news-item{
    margin:2% 50% 3% 0;
}
.news-item h2{
    background:#ddd;
    padding:3px 10px;
    font-size:1.2em;
}
h2 a{color:#663300;}
h2 a:hover{color:#000;}

@media screen and (min-width: 800px){
    .rwd-break { display: none; }
    .rwd-margin {
        margin-right: 20px;
        margin-left: 30%;
        float: right;
    }
}

table[id*='sortable'] tr td {
    cursor: move !important;
}

.setting{
    margin: 1.2em 0 0.2em 0;
}

body .ui-tooltip {
    position: absolute !important;
    z-index: 3000 !important;
    border: 1px solid #FFD324 !important;
    background: #FFF6BF !important;
    padding: 4px !important;
    opacity: 1 !important;    
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.ui-widget-shadow {
    opacity: 1 !important;
}

.ui-tooltip {
    max-width: 100% !important;
}

a.btn {
    text-decoration: none;
}

/* BOOTSTRAP GRID */
.container-bootstrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-bootstrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-bootstrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-bootstrap {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.control-label {
    text-transform: uppercase;
}

.modal .modal-dialog{
    direction:ltr;
}

.modal-open{
    overflow:auto;
}

.sortableList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.thinScrollbar {
	scrollbar-width: thin;
	scrollbar-color: #f1f1f1 #888;
}
.thinScrollbar::-webkit-scrollbar {
	width: 5px;
}
.thinScrollbar::-webkit-scrollbar-thumb {
  background: #888;
}
.thinScrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.orderItemsTable tr td {
	border-bottom: 1px solid #eeeeee;
}
.split_order_manually div {
    box-sizing: border-box;
}
.split_order_manually_dropzone {
    background-color: #e4def9;
    width: 50%;
    padding: 1rem;
}
.split_order_manually_dropzone + .split_order_manually_dropzone {
    border-left: 1px dashed #ffffff;
}
.split_order_manually_row {
    background-color: #cdbfe3;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    min-height: 6rem;
}
.split_order_manually_row + .split_order_manually_row {
    border-top: 1px solid #000000;
}
.disContractItemsTable {
    all: revert;
    border-collapse: collapse;
    margin: 5px 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.6rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.disContractItemsTable thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.disContractItemsTable thead tr:hover {
    all: revert;
}
.disContractItemsTable tbody tr {
    border-bottom: 1px solid #dddddd !important;
}
.disContractItemsTable tbody tr:nth-of-type(even) td {
    background-color: #f3f3f3 !important;
}
.disContractItemsTable tbody tr:last-of-type {
    border-bottom: 2px solid #009879 !important;
}