/* -----------------------------------------------------------------------

   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;
}

table tr td.border, table.table_1 tr th.border {
    border-right: 2px solid #ccc;
}

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;
}

body:not(.theme-polaris) 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;
}


#page > .container-fluid{
    min-height: calc(100vh - 190px);
}

.container {
    margin: 10px 20px;
    width: auto;
    padding: 0;
    /*_width: expression(parseInt(document.body.clientWidth)-50);*/
}

#header {
    background: #F6F6F7;
    height: 58px;
    text-align: left;
    padding: 0 15px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
    gap: 10px;
    font-size: 12px;
    border-bottom: 1px solid #E5E5E5;
}

#header img{
    display: block;
}

#header h1, #header h2{
    margin-bottom: 0;
}

.lang-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 340px;
    align-items: center;
}

.lang-switch .btn{
    min-width: 80px;
}

.lang-switch .btn.selected{
    background: #e9ecef;
}

.lang-switch .btn img{
    display: block;
}

.initials{
    background-color: #FFC96B;
    background-color: #FFC96B;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
}

.btn .initials{
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: -12px;
    margin-right: -12px;
}

#footer {
    background-color: #ddd;
    text-align: left;
    padding: 1em 2em 2em 2em;
    border-collapse: unset;
    margin-top: 3rem;
}

.columns {
    background: url(../img/col-left.gif) repeat-y 196px 0px;
    padding: 1px 0;
}

.col-left {
    float: left;
    width: 200px;
}

.col-right {
    float: left;
    clear: right;
    margin-left: 10px;
    padding-left: 20px;
}

.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    */
#page-auth{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#admin-login {
    width: 750px;
    max-width: 100%;
    /* margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: 40%;
    margin-top: -120px; */
}

/*    //  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 a[href="/database/update/"] {
    text-decoration: line-through;
}

#navigation ul {
    margin: 0;
    padding: 0;
    border-right: 1px solid #222;
}

#navigation li {
    float: left;
    margin: 0;
    display: block;
    position: relative;
    z-index: 20;
}

#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;
}
@media screen and (min-width: 767px) {
#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;
}

@media screen and (min-width: 767px) {
#navigation li:hover 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;
}
@media screen and (min-width: 767px) {
#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: 100;
}

#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 */
body:not(.theme-polaris) button:not(.btn):not(.ui-dialog-titlebar-close),
.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;
	 text-decoration: none;
}
.button:hover{
	color: #FFFFFF;
}
button.button_green {
    background: #008000;
    border-color: #00b100 #005a00 #005a00 #00b100;
}
button.button_green:hover,button.button_green.over {
    background: #00d000;
}

button.button_orange {
    background: #d48900;
    border-color: #ffa500 #b97800 #b97800 #ffa500;
}
button.button_orange:hover,button.button_orange.over {
    background: #ffac13;
}

.button:hover,.button.over,
body:not(.theme-polaris) button:not(.btn).over {
    background: #3da3d2 url(../img/button.gif) repeat-x top;
}

button.inactive,.button.inactive {
    background: #3da3d2 url(../img/button_inactive.gif) repeat-x top;
}

/*    //  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;
}

.content-header td{
    padding: 5px 10px;
    background: #efefef;
}

.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;
    padding: 0 !important;
    font-size: 100% !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #222 !important;
    text-align: left !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;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 100% !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #222 !important;
    text-align: left !important;
    border-radius: none !important;
}

table.form-list + br{
    display: none;
}

#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:not(#alert_help) {
    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);}
.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);}

.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);}
.delete {	background-image: url(../img/ico/delete.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);}

button span.eetwarning {background-image: url(../img/ico/button_eet_warning.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:#ccc;
}

table.table_1 h2 {
    margin: 5px 0 ;
}
table.table_1 tr.odd td {
    background-color: #F9F9F9;
}

table.table_1 tr.late td {
    background-color: #FFDDDD;
}

.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: #71bbea;
    color: #002b47;
}

.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;
}
.bg16 {
    background-color: #1E90FF !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;
}
.tooltip .tooltip-arrow {
    width: 10px;
}
#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;
    box-sizing: border-box;
}
.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;
}

.modal .modal-dialog{
    direction:ltr;
}

.modal-open{
    overflow:auto;
}

.balikobot.main > a:before {
    background: url('/img/balikobot_icon.ico');
    content: "";
    height: 8px;
    width: 11px;
    display: inline-block;
    background-size: 8px;
    background-repeat: no-repeat;
}

.sortableList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.mpbox_table img{
	max-width: 400px;
	height: auto;
}

span.translated {
    color: green;
} 

span.noTranslate {
     background-color: red;
} 

.textarea-translation{
	height: 100px;
}

select[multiple]{
	height: 150px;
}

.voucher_dialog_paginator ul {
    margin-left:0px;
}
.voucher_dialog_paginator ul li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.voucher_dialog_paginator ul li:hover {
    text-decoration: underline;
}

.voucher_dialog_paginator ul li.active {
    font-weight: bold;
    text-decoration: underline;
}

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

.field{
    display: block;
    margin-bottom: .5rem;
}

.field input[type="radio"]{
    margin: 0 !important;
}

.landingpage-banner{
    width: 100%;
    min-height: 150px;
    cursor: pointer;
    border: 1px solid #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-direction: column;
    position: relative;
}

.swot{
    flex-direction: row;
}

.landingpage-banner-tall{
    min-height: 320px;
}

.landingpage-banner img{
    width: 100%;
    display: block;
}
.landingpage-banner.swot img{
    width: 40px;
}

.landingpage-banner:hover{
    background: #eee;
}

.landingpage-banner:hover img,
.landingpage-banner:hover .landingpage-banner-content{
    opacity: .8;
}

.landingpage-banner-content{
    background: black;
    color: white;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}

.landingpage-banner-content.white{
    background: white;
    color: black;
}

.theme-polaris #header,
.theme-polaris #navigation{
    font-size: 12px;
}
.theme-polaris h1,
.theme-polaris h2,
.theme-polaris h3,
.theme-polaris h4,
.theme-polaris h5,
.theme-polaris h6{
    color: #212b36;
}
.theme-polaris .table{
    border: none;
}
.theme-polaris .table td{
    border-right: none;
    border-bottom: none;
    padding: 0.4rem .5rem;
}
.theme-polaris .table th{
    color: #212b36;
    border: none;
    padding: 0.4rem .5rem;
}
.theme-polaris .table  th.sort {
    padding-top: 0;
    padding-bottom: 0;
}
.theme-polaris .chosen-choices{
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M13%208l-3-3-3%203h6zm-.1%204L10%2014.9%207.1%2012h5.8z%22%20fill%3D%22%23637381%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.theme-polaris .table.table-sm{
    font-size: 13px;
}
.theme-polaris .table.table-sm td,
.theme-polaris .table.table-sm th{
    padding: .3rem .4rem;
    font-size: 13px;
}

.table-scroll{
    overflow: auto;
}
.table-selectable tbody tr{
    cursor: pointer;
}
.table-sticky{
    position: relative;
}

.table-hover table tbody tr{
    background-color: transparent !important;
}

@media (max-width: 1050px){
    .table-sticky{
        overflow: auto;
    }
}
.table-sticky th{
    position: sticky;
    top: 0;
    background: white;
    z-index: 5;
}
.btn-sm.btn-sq{
    padding: 0.4rem .8rem;
}

.btn-link-sort{
    align-items: center;
}
.btn-link-sort i{
    margin-left: 1rem;
}

.theme-polaris .page-item>.btn{
    line-height: 1.5;
}

.theme-polaris .page-item.active .btn{
    color: #5c6ac4;
    background-color: #f4f6f8;
    border-color: #c4cdd5;
    font-weight: 700;
    background-image: none;
}

.theme-polaris .pagination{
    margin-bottom: 0;
}

.theme-polaris select.form-control{
    color:inherit;
}

.theme-polaris .form-group + .form-text{
    margin-top: -1rem;
    margin-bottom: .5rem;
}

.theme-polaris .card-header-tabs{
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
}

.theme-polaris .card-header-tabs .badge{
    margin-top: -3px;
    margin-bottom: -3px;
}

.card-footer .row{
    margin-top: 0;
    margin-bottom: 0;
}

.card-footer .col,
.card-footer .col-auto{
    padding-top: 0;
    padding-bottom: 0;
}

.row-sort,
.row-checkbox{
    width: 1%;
}
.card-action .form-group{
    margin-bottom: 0;
}

.toggle{
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 5px;
    margin-bottom: 10px;
}

[data-toggle="collapse"]{
    cursor: pointer;
}

[data-toggle="collapse"] i{
    color: #868686;
    margin-right: 5px;
}

[data-toggle="collapse"] .open{
    display: inline-block;
}
[data-toggle="collapse"] .closed{
    display: none;
}
[data-toggle="collapse"].collapsed .open{
    display: none;
}
[data-toggle="collapse"].collapsed .closed{
    display: inline-block;
}
.btn-pos-radio .form-group{
    display: flex;
    justify-content: space-between;
}
.btn-pos-radio .radio-inline{
    flex-grow: 0;
}

.btn-pos-radio input{
    width: 16px;
    height: 16px;
}

.imageupload .form-group{
    display: none;
}

.imageupload{
    position: relative;
    width: 260px;
    padding: 10px;
    background: #F6F6F7;
    border: 2px dashed #8C9196;
    border-radius: 8px;
}

.imageupload > label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.imageupload .fa-upload{
    color: white;
    background: #5C5F62;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    margin-bottom: 5px;
    font-size: 14px;
}
.imageupload img{
    max-width: 100%;
    max-height: 240px;
    margin-bottom: 10px;
}

.imageupload .content{
    position: relative;
    z-index: 2;
}

.imageupload .delete{
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}
.imageupload img + .delete{
    display: block;
}
.daterange{
    cursor: pointer;
    position: relative;
}

.daterangepicker td.start-date {
    border-radius: 12px 0 0 12px !important;
}
.daterangepicker td.end-date {
    border-radius: 0 12px 12px 0 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2C6ECB !important;
}
.daterange input{
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}
.theme-polaris .modal-body {
    padding: 20px 20px 40px;
}

.theme-polaris .modal .close{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
}
@media (min-width: 676px){
    .theme-polaris .modal-dialog {
        max-width: 612px;
    }
}
@media (min-width: 890px){
    .theme-polaris .modal-dialog.modal-lg {
        max-width: 800px;
        margin: 30px auto;
    }
}
@media (min-width: 890px){
    .theme-polaris .modal-dialog.modal-xl {
        max-width: 1280px;
        margin: 30px auto;
    }
}

.theme-polaris .table-align-middle td{
    vertical-align: middle;
}

.theme-polaris .form-control{
    font-weight: normal;
}

.theme-polaris .table-footer th{
    background-color: rgba(0, 0, 0, 0.03);
}

.theme-polaris .table-footer th:first-child{
    border-bottom-left-radius: 5px;
}

.theme-polaris .table-footer th:last-child{
    border-bottom-right-radius: 5px;
}

.row-sort{
    cursor: move;
}

.status .status-loading,
.status .status-loaded,
.status .status-error{
    display: none;
}

.status.is-loaded .status-loaded,
.status.is-error .status-error,
.status.is-loading .status-loading{
    display: inline-block;
}

.sort_order ul{
    list-style-type: none;
    margin-left: 0;
}

.sort_order li{
    cursor: move;
    padding: 3px 0;
}
.is-loading{
    position: relative;
    color: transparent !important;
}

.is-loading::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border: 4px solid rgba(255,255,255,.6);
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.ui-tabs-panel .chosen-container{
    font-size: 12px;
    max-width: 400px;
    min-width: 100px;
}
.ui-tabs-panel .chosen-container-multi .chosen-choices .search-choice{
    font-size: 11px;
    padding: .25rem 1.75rem .25rem .25rem;
}
.ui-tabs-panel .chosen-container-multi .chosen-choices{
    padding: 3px;
}
.ui-tabs-panel .chosen-container-multi .chosen-choices .search-choice .search-choice-close{
    width: 10px;
    height: 10px;
    right: 6px;
    top: 5px;
}

table.table_1 .saved td{
    background-color: #e9f3e5;
}

#alert_help {
    padding: 0 !important;
}

.assetmanager-content{

}

.assetmanager-item{
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    padding: .5rem;
}

.assetmanager-item img{
    transition: .2s;
    max-width: 240px;
    height: 120px;
    width: auto;
    object-fit: contain;
}

.assetmanager-item:hover img{
    transform: scale(1.05);
}

.assetmanager-item .badge{
    font-size: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.assetmanager-item-container{
    text-align: center;
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.assetmanager-item-container small{
    display: block;
    max-width: 160px;
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-control.form-control-nondisabled:disabled{
    background-color: white;
}

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

.d-flex{
    display: flex;
}

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

.col-layout .col-right{
    flex-grow: 1;

}
.col-layout .col-right .ui-tabs-panel table.form-list{
    width: 100% !important;
}

.col-layout .col-right .ui-tabs-panel table.form-list td.element{
    width: 100%;
}

.col-layout .col-right .defaultSkin table.mceLayout{
    width: 100% !important;
    min-height: 350px !important;
    height: auto !important;
}

.col-layout .col-right .defaultSkin iframe{
    height: 300px !important;
}

#filter-modal .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 380px;
}
#filter-modal .modal-content {
    height: 100%;
    border: none;
}
#filter-modal.fade .modal-dialog{
    transform: translate3d(0, 0, 0); 
    transition: opacity 0.3s linear, transform 0.3s ease-out; 
}

#filter-modal .modal-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
}

#filter-modal .modal-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
}

#filter-modal .modal-body{
    flex-grow: 1;
    margin-top: 55px;
    padding: 15px;
    overflow-y: scroll;
    margin-bottom: 68px;
    flex-grow: 1;
}

.filter-class{
    padding: 14px 14px;
    font-weight: bold;
    display: block;
}
.filter-class::first-letter{
    text-transform: uppercase;
}
.filter-class:hover{
    background-color: #fafafa;
}
.filter-class:focus{
    color: #084e8a;
}
.filter-class:hover{
    color: #084e8a;
}
.filter-class:active{
    color: #084e8a;
}
#dropdown-filter-price{
    width: 95%;
}

.filter-class.collapsed .fa{
    transform: rotate(180deg);
}

.btn.btn-expando{
    color: white;
    background-color: #ff4d00;
    border-color: #ff4d00;
}

.btn.btn-expando:hover{
    color: white;
    background-color: #ea4600;
    border-color: #ea4600;
}

.text-expando{
    color: #ff4d00;
}

#navigation .subnav-toggle{
    display: none;
}

.nav-toggle{
    display: none;
}

@media screen and (max-width: 767px) {

.hide-mobile{
    display: none !important;
}

html{
    font-size: 15px;
}

body{
    padding-top: 50px !important;
    font-size: 15px;
}

#page{
    min-width: auto;
    overflow: auto;
}

#page .container{
    /* min-width: 960px; */
}

#header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    display: flex;
    align-items: center;
}

#navigation{
    display: none;
    position: fixed;
    top: 100px;
    z-index: 100;
    width: 100%;
    padding: 0;
    font-size: 14px;
    max-height: calc(100% - 50px);
    overflow: auto;
    background: #333333;
}

.nav-visible #navigation{
    display: block;
}

#navigation ul{

}

#navigation li{
    float: none;
}

#navigation li a{
    padding: 10px 15px; 
}

#navigation li ul {
    display: none;
}

#navigation .subnav-toggle{
    display: block;
    padding: 10px 15px; 
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.5;
    color: white;
    font-size: 14px;
    background-color: #111;
    border-top: 1px solid #333;
    cursor: pointer;
}

#page #navigation li a.add-item{
    display: none;
}

#header h2{
    display: none;
}

#header > a{
    display: inline-block;
}

#help_click{
    display: none !important;
}

.nav-toggle{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
}


}

.theme-polaris .ui-tooltip {
    border: none !important;
    background: #fff !important;
    max-width: min(440px, 100%) !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    border-radius: 6px !important;
    padding: 5px 10px !important;
}

.ui-widget-shadow {
    opacity: 1 !important;
}

.badge{
    font-weight: 500 !important;
}
.new-badge-info{
    color: #1955EE !important;
    background: #BACEFF !important;
}
.new-badge-danger{
    color: #D7141A !important;
    background: #FFA3A5 !important;
}
.new-badge-warning{
    color: #FF4D00 !important;
    background: #FFC5AB !important;
}
.new-badge-success{
    color: #347C84 !important;
    background: #AEE9D1 !important;
}

.table-responsive:not(.table) {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.rounded {
border-radius: 3px !important; }

.rounded-top {
border-top-left-radius: 3px !important;
border-top-right-radius: 3px !important; }

.rounded-right {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important; }

.rounded-bottom {
border-bottom-right-radius: 3px !important;
border-bottom-left-radius: 3px !important; }

.rounded-left {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important; }

.rounded-circle {
border-radius: 50% !important;
}
.rounded-full {
border-radius: 50px !important;
}

.rounded-0 {
border-radius: 0 !important;
}

.border-0 {
border: 0 !important; }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.dropdown-item{
    text-decoration: none;
}

.btn-lg.btn-sq{
    padding: .5rem .5rem;
    width: calc(2.5rem + 2px);
}

.modal.fade.show{
    opacity: 1 !important;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button{
    background: transparent !important;
    border: none !important;
}

.status-circle{
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #ddd;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.status-circle-sm{
    width: 22px;
    height: 22px;
    border-width: 1px;
}

.status-circle-on{
    color: #008060;
    border-color: #008060;
}

.status-circle-off{
    color: #DE3618;
    border-color: #DE3618;
}

.status-circle-waiting{
    color: #ffc58b;
    border-color: #ffc58b;
}

.gap-1{
    gap: .25rem;
}
.gap-2{
    gap: .5rem;
}

.table-borderless td{
    border: none !important;
}

.tooltip {
    pointer-events: none;
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 11px!important;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 0.9; }
.tooltip .arrow {
position: absolute;
display: block;
width: 5px;
height: 5px; }
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
padding: 5px 0; }
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
margin-left: -3px;
content: "";
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
padding: 0 5px; }
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0; }
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
margin-top: -3px;
content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
padding: 5px 0; }
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
margin-left: -3px;
content: "";
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
padding: 0 5px; }
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0; }
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
right: 0;
margin-top: -3px;
content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip .arrow::before {
position: absolute;
border-color: transparent;
border-style: solid; }

.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 3px; }

.opacity-50{
    opacity: .5;
}

.ui-dialog .ui-dialog-content{
    height: auto !important;
    overflow: visible;
}