a:link,
a:visited {
    color: #596C27;
    font-weight: none;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.d-block {
    display: block;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mt-2 {
    margin-top: 0.5rem!important;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-3 {
    margin-right: 1rem!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.align-middle {
  vertical-align: middle !important;
}
.hover-brightness-affect {
    transition: filter 0.2s ease;
}
.hover-brightness-affect:hover {
    filter: brightness(1.2);
}
.white {
    background: white;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.aright,
.ralign {
    text-align: right!important;
}
.aleft,
.lalign {
    text-align: left!important;
}
.relative {
    position: relative;
}
.nowrap {
    white-space: nowrap;
}
span.text {
    color: #666666;
}
ul.clear_list {
    padding: 0;
    margin: 0;
}
ul.clear_list li {
    padding: 0 0 5px 0;
    margin: 0;
    list-style: none;
}

/* code object */
pre.code {
    background: #f7f7f7;
    padding: 9px 20px 9px 5px;
    word-wrap: break-word;
    white-space: pre;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
pre.code > code {
    white-space: pre-wrap;
}
/* code object end */

/* input object */
input[type=text],
input[type=password] {
    color: #3d3d3d;
    width: 200px;
    font-size: 13px;
    background: url('../img/form.png') 0 0 repeat-x;
    padding: 5px 5px 6px;
    border: 1px #acacac solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=text]:focus,
input[type=password]:focus {
    border: 1px #8b8b8b solid;
}
input.gm-err-autocomplete {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

input[type=radio],
input[type=checkbox] {
    margin: 2px 0 0 0;
}
ul.tabs + div.tab_area input[type=text] {
    padding-right: 28px;
}
input[name$="[ar]"],
input[name$="[he]"],
input[name$="[fa]"],
textarea[name$="[ar]"],
textarea[name$="[he]"],
textarea[name$="[fa]"] {
    direction: rtl;
}
/* input object end */

/* disabled input object */
input[type=text].disabled,
input[type=password].disabled {
    color: #929191;
    background: #f0f0f0;
    border: 1px #cecece solid;
}
input.margin,
select.margin,
textarea {
    margin: 2px 0 3px;
}
/* disabled input object end */

/* error input object */
input[type=text].error,
input[type=password].error {
    border: 1px #e6a3a3 solid;
    background-position: 0 -30px;
    color: #bd4c4c;
}
textarea.error {
    background: #fff7f7;
    border: 1px #e6a3a3 solid;
    color: #bd4c4c;
}
table.error label {
    color: #BD4C4C;
}
/* error input object end */

/* button object */
input[type=button],
input[type=submit],
a.button {
    color: white;
    font-size: 13px;
    background: #748645;
    box-shadow: inset 0 1px 0 #a4af83;
    padding: 4px 15px 6px;
    padding: 4px 15px 7px\9;
    cursor: pointer;
    border: 1px #4d5a2e solid;
    border-radius: 5px;
    margin-top: 10px;
}
table.lTable td input[type=button] {
    margin: 0;
    min-width: 100px;
    width: unset !important;
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:not(.disabled):hover {
    background: #849554;
}
a.button {
  display: inline-block;
  text-decoration: none;
}
input[type=button]:disabled,
input[type=submit]:disabled,
a.disabled {
    background: #b5b5b5;
    border-color: #939393;
    box-shadow: none;
    cursor: default;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=button], input[type=submit] { padding: 5px 20px 7px; }
}
input[type=button].no_margin,
input[type=submit].no_margin {
    margin-top: 0;
}
input.caret_button {
    padding: 3px 8px 4px;
}
/* button object end */

/* selector object */
select,
.select2-selection--single,
.select2-selection--multiple,
.select2-dropdown {
    border: 0;
    margin: 0;
    height: 29px;
    padding: 4px 5px 5px;
    color: #3d3d3d;
    width: 150px;
    border: 1px #acacac solid;
    -webkit-appearance: none;
    background: url('../img/form.png') 0 -58px repeat-x;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
select:hover,
select:focus,
.select2-selection--single:hover {
    border: 1px #8b8b8b solid;
}
select.disabled,
select:disabled,
.select2-container--disabled .select2-selection--single {
/*    background: #f0f0f0;*/
    border: 1px #acacac solid;
    color: #929191;
}
select:invalid { 
    color: gray; 
}

select.error,
select.error + .select2-container .select2-selection--single {
    background-position: 0 -88px;
    background-repeat: repeat-x;
    border: 1px #e6a3a3 solid;
    color: #bd4c4c;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select { background: url('../img/form.png') right -178px no-repeat #f3f3f3; padding-right: 15px; }
select:hover { background: url('../img/form.png') right -466px no-repeat #f3f3f3; }
}
.input_hint {
    position: absolute;
    top: 0;
    left: 0;
    color: #bababa;
    font-size: 13px;
    padding: 6px 0 0 8px;
    -moz-user-select: none;
    -khtml-user-select: none;
}
/* selector object end */
select option {
    padding: 1px 5px 2px 4px;
}

option.highlight_opt {
    background: #eef8cd;
}

/* button navigation object */
a.button_bar {
    padding: 7px 12px;
    color: #3d3d3d;
    font-size: 12px;
    background: #dddddd;
    text-decoration: none;
    margin: 0 4px 0 3px;
    user-select: none;
    position: relative;
    display: inline-block;
    border: 1px #bfbfbf solid;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 white;

    transition: background .3s ease;
}
a.button_bar:hover {
    background: #eeeeee;
}

a.button_bar.bb_hover {
    background: #eeeeee;
    color: #bdbdbd;
    cursor: default;
}

/* custom icons */
a.button_bar span.center_list,
a.button_bar span.center_add,
a.button_bar span.center-add,
a.button_bar span.center_search,
a.button_bar span.center_import,
a.button_bar span.center_remove,
a.button_bar span.center_compare,
a.button_bar span.center_video,
a.button_bar span.center_photo,
a.button_bar span.center_build,
a.button_bar span.center_edit,
a.button_bar span.center_lock,
a.button_bar span.center_unlock,
a.button_bar span.center_info,
a.button_bar span.center_arrow {
    padding-left: 20px;
    background: url('../img/form.png') -4px -678px no-repeat;
    display: inline-block !important;
}

a.button_bar span.center_add,
a.button_bar span.center-add {
    background-position: -4px -653px;
}
a.button_bar span.center_search {
    background-position: -4px -762px;
}
a.button_bar span.center_import {
    background-position: -3px -705px;
}
a.button_bar span.center_compare {
    background-position: -2px -734px;
}
a.button_bar span.center_remove {
    background-position: -4px -790px;
}
a.button_bar span.center_video {
    background-position: -2px -337px;
}
a.button_bar span.center_photo {
    background-position: -2px -364px;
}
a.button_bar span.center_build {
    background-position: -4px -980px;
}
a.button_bar span.center_edit {
    background-position: -4px -1323px;
}
a.button_bar span.center_lock {
    background-position: -4px -1236px;
}
a.button_bar span.center_unlock {
    background-position: -4px -1261px;
}
a.button_bar span.center_info {
    background-position: 2px -422px;
}
a.button_bar span.center_arrow {
    background-position: 2px -392px;
}

a.button_bar span.center_compare,
a.button_bar span.center_video,
a.button_bar span.center_photo {
    padding-left: 24px;
}
/* custom icons end */
/* button navigation object end */

/* textarea object */
textarea,
textarea.disabled {
    width: 100%;
    height: 90px;
    margin: 0;
    color: #3d3d3d;
    font-size: 13px;
    padding: 5px;
    border: 1px #ababab solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Arial;
    resize: vertical;
    box-sizing: border-box;
}
textarea.margin {
    margin-bottom: 5px;
}
textarea.disabled {
    background: #f0f0f0;
    border: 1px #ababab solid;
}
.tabs + .tab_area textarea {
    padding-right: 45px;
}
/* textarea object end */

/* table */
table.frame td.name {
    padding: 2px 10px 2px 0;
    font-style: italic;
    color: #888888;
}
table.frame td.field {
    padding: 2px 0;
}

table.form {
    width: 100%;
}
table.form>tbody>tr>td.name,
table.form>tbody>tr>td.no_divider {
    width: 150px;
    padding: 9px 30px 9px 5px;
    background: url('../img/cell_divider.gif') right 11px no-repeat;
    vertical-align: top;
}
table.form>tbody>tr>td.no_divider {
    background: none;
}
table.form>tbody>tr>td.field {
    padding: 4px 0 4px 0;
}
table.form>tbody>tr>td.field_tall {
    padding: 10px 5px 4px 0;
}
table.form>tbody>tr>td.field > table {
    margin-top: 5px;
}
table.form>tbody>tr>td.field label {
    padding: 0 20px 7px 0;
    display: inline-block;
}
table.form>tbody>tr.highlight {
    background: #f7f7f7;
}
table.form>tbody>tr>td.divider div.inner {
    padding: 4px 5px 6px 5px;
    background: #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    margin: 10px 0;
    border: 1px #d3d3d3 solid;
}
table.form>tbody>tr>td.divider_line div.inner {
    padding: 4px 5px 6px 5px;
    background: #d9d9d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    margin: 10px 0;
    border: 1px #c8c8c8 solid;
}
table.form>tbody>tr:hover >td.name {
    color: #888;
}

table.fixed {
    table-layout: fixed;
    width: 100%;
}
table.fixed td {
    vertical-align: top;
}
table.fixed td.divider {
    width: 20px;
}

table.stat {
    width: 100%;
    margin-bottom: 15px;
}
table.stat td {
    padding: 3px 0;
}
table.stat tr.header td {
    font-weight: bold;
    padding: 0 0 3px;
}
table.stat td span {
    font-size: 12px;
}
table.stat td.line {
    background: url('../img/form.png') 0 -1560px repeat-x;
}
table.stat td.counter {
    padding: 3px 0 3px 5px;
    width: 20px;
}
table.stat td.counter a {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    font-weight: bold;
    color: #3D3D3D;
}
table.stat td.line div {
    padding: 0 5px 0 0;
    display: inline-block;
    background: white;
}

table.stat tr:hover,
table.stat tr:hover td div {
    background: #f7f7f7;
}

img.color {
    width: 12px;
    height: 12px;
    margin: 0 8px -1px 0;
}

img.total {
    background: #f0f0f0;
}
img.active {
    background: #d2e798;
}
img.new {
    background: #a8c067;
}
img.pending {
    background: #c0ecee;
}
img.incomplete {
    background: #d7d7d7;
}
img.expired {
    background: #fbc4c4;
}

table.info td:first-child {
    padding: 1px 5px 1px 0;
}

table.list {
    width: 100%;
}

table.list td.name {
    width: 140px;
    padding: 3px 15px 5px 0;
    font-style: italic;
    vertical-align: top;
}
table.list td.value {
    padding: 3px 0 5px;
    color: #48571f;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
table.list td.first {
    font-weight: bold;
}
div.username {
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
}
table.checkboxes>tbody>tr>td {
    vertical-align: top;
}

table.checkboxes div.checkbox,
table.checkboxes div.checkbox_active {
    padding: 2px 0 2px 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
table.checkboxes div.checkbox {
    color: #acacac;
    text-decoration: line-through;
}
table.checkboxes div.checkbox_active img {
    width: 18px;
    height: 18px;
    background: url('../img/form.png') 0 -1813px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
/* table end */

/* tabs */
ul.tabs {
    background: #d7dcc9;
    padding: 2px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px #9b9b9b solid;
    user-select: none;
}
ul.tabs li {
    display: inline-block;
    height: 30px;
    list-style: none;
    color: #536329;
    font-size: 13px;
    font-family: Trebuchet MS;
    padding: 0 20px 0;
    cursor: pointer;
    text-decoration: underline;
    vertical-align: top;
    line-height: 28px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
ul.tabs li:not(.active) + li:not(.active) {
    box-shadow: -5px 0 0 -4px #b9c2a0;
}
ul.tabs li.active {
    background: white;
    box-shadow: inset 0 0 0 1px #9b9b9b;
    text-decoration: none;
    color: #202020;
    border-radius: 4px;
}
ul.tabs li.error {
    color: #BD4C4C;
}
ul.tabs li:hover {
    text-decoration: none;
}
div.tab_area {
    padding: 7px 7px;
    margin: 0 0 3px 0;
    background: #f5f7f0;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px #d7dcc9 solid;
}
div.listing_details {
    padding: 15px;
}
div.listing_details td.sidebar {
    width: 265px;
    vertical-align: top;
    padding: 0 20px 0 0;
}
@media screen and (min-width: 1200px) {
    div.listing_details td.sidebar {
        width: 300px;
    }
}
/* media */
ul.media {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
    box-sizing: border-box;
}
ul.media li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
ul.media li {
    margin-bottom: 6px;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
    position: relative;
}
ul.media li img,
ul.media li video {
    width: 100%;
    height: 100%;
    border: 2px #d7dcc9 solid;
    background-color: #fbfef4;
    border-radius: 3px;
    object-fit: contain;
    box-sizing: border-box;
    cursor: pointer;
}
ul.media li.media-video:after {
    content: '';
    position: absolute;
    height: 100%;
    border-radius: 3px;
    left: 3px;
    right: 3px;
    background: url('../img/play.svg') center center no-repeat rgba(0,0,0,.2);
    background-size: 60%;
}
.carousel__track .carousel__slide.has-video:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: url('../img/play.svg') center center no-repeat;
    background-size: cover;
}

div.listing_details ul.statistics {
    padding: 15px 0 0 0;
    margin: 0;
    text-align: right;
}
div.listing_details ul.statistics li {
    padding: 2px 0;
    margin: 0;
    list-style: none;
    color: black;
}
div.listing_details ul.statistics li span.name {
    font-style: italic;
    color: #5e5e5e;
}

ul.info {
    padding: 0;
}
ul.info li {
    padding: 3px 0;
    list-style: none;
}

ul.media-video {
    display: flex;
    flex-wrap: wrap;
}
ul.media-video > li {
    flex: 0 0 700px;
    margin: 0 20px 20px 0;
    height: 394px;
}
ul.media-video > li > * {
    width: 100%;
    height: 100%;
}
/* media end */

/* tabs end */

.w250 {
    width: 250px!important;
}
.w200 {
    width: 200px!important;
}
.w350 {
    width: 350px!important;
}
.w60 {
    width: 60px!important;
}
.w130 {
    width: 130px!important;
}
.wauto {
    width: auto!important;
    max-width: 100%;
}

/* file upload */
label.upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
label.upload span.link {
    text-decoration: underline;
    font-size: 12px;
    color: #654234;
}
label.upload:hover span.link {
    text-decoration: none;
}
label.upload input,
span.draft input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
    height: 50px;
}
/* ie 6,7 fix */
*html label.upload,
*+html label.upload {
    padding: 2px 0;
}

/* file upload end */

/* map services */
div.flgServicesArea {
    position: absolute;
    z-index: 100000;
    bottom: 20px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 8px;
    overflow: hidden;

    -moz-user-select: none;
    -khtml-user-select: none;
    border: 1px #d7dcc9 solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px #d7dcc9;
    -webkit-box-shadow: 0 0 5px #d7dcc9;
    box-shadow: 0 0 5px #d7dcc9;
}
.gs-localResult {
    font-size: 11px;
}
div.flgServicesArea div.caption {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.flgServicesArea div.caption span.fkgSlide {
    color: #536329;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}
div.flgServicesArea ul {
    padding: 5px 0 10px 0;
    margin: 0;
}
div.flgServicesArea ul li {
    list-style: none;
    font-size: 12px;
    color: #222;
    padding: 4px 0;
    margin: 0;
}
div.flgServicesArea ul li input {
    margin-bottom: 0;
    margin-right: 25px;
    vertical-align: sub;
}
div.flgServicesArea ul li label {
    color: #536329;
}
/* map services end */

table.table {
    width: 100%;
}
table.table>tbody>tr.header>td {
    background: #eeeeee;
    border-bottom: 2px solid #bfbfbf;
    color: #373737;
    font-size: 12px;
    padding: 7px 0 6px 10px;
}
table.table>tbody>tr.body>td {
    border-bottom: 1px solid #bfbfbf;
    padding: 8px 0 10px 10px;
}
table.table>tbody>tr td.divider {
    background: none;
    border: 0;
    padding: 0;
    width: 5px;
}
table.table>tbody>tr>td.last {
    padding-right: 10px !important;
}

img.avatar40 {
    width: 40px;
    height: 40px;
    background: url('../img/avatar.png') 0 -70px no-repeat;
}
img.avatar70 {
    width: 70px;
    height: 70px;
    background: url('../img/avatar.png') 0 0 no-repeat;
}

/* messages */
div.message_content_lim {
    overflow: hidden;
}
div.message_date {
    color: #696969;
    font-size: 10px;
    padding: 5px 0 0 0;
}
img.envelop,
a.note img.envelop {
    width: 19px;
    height: 14px;
    background: url('../img/form.png') 0 -1750px no-repeat;
    cursor: pointer;
}
a.note img.envelop {
    width: 15px;
    height: 11px;
    background-position: -20px -2719px;
}
div.message_feed {
    display: inline;
    position: relative;
    vertical-align: middle;
}
div.new_message a.new,
div.message_feed a.new {
    top: -3px;
    left: 10px;
    position: absolute;
    line-height: 9px;
    font-size: 9px;
    color: white;
    background: url('../img/form.png') 0 -1767px repeat-x;
    text-decoration: none;
    padding: 1px 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px rgba(255,255,255,0.9) solid;
}
a.reply {
    padding: 0 0 0 5px;
    font-size: 11px;
}
td.message_cell {
    vertical-alingn: top;
    padding: 0 20px 0 0;
}
tr.hlight {
    background: #f5f5f5;
}
tr.removed {
    opacity: 0.8;
}
.message_angel {
    background: url('../img/form.png') 0 -1780px no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 -17px;
}
textarea#message_text {
    outline: none;
}
div.textarea_counter_default,
div.textarea_counter_warning {
    width: 100%;
    height: 18px;
    color: #2a2a2a;
    font-size: 11px;
    text-align: right;
}
div.textarea_counter_warning {
    color: #860b0b;
}
.mass_actions {
    background: #C5BCAF;
    border-top: 1px #A4998A solid;
    padding: 4px 5px 8px 5px;
    margin: 10px 0 0 0;
    color: #585858;
}
.mass_actions_light {
    text-align: right;
    padding: 8px 0 0 0;
}
div#messages_area {
    max-height: 500px;
    overflow: auto;
}
/* messages end */

/* browse plugins */
ul.browse_plugins {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}
ul.browse_plugins li {
    width: 33.333333%;
    height: 60px;
    float: left;
    list-style: none;
    margin: 0 0 10px;
}
#browse_area div.body {
    max-height: 190px;
    overflow-y: auto;
}
#browse_content div.changelog_item > div {
    padding-top: 10px;
}
#browse_content div.changelog_item > div > * {
    margin-left: 0;
}

/* browse plugins end */

/* category dropdown jquery plugin styles */
select + div.cd-extendable {
    display: inline-block;
    vertical-align: inherit;
}
select + div.cd-extendable > div.dropdown {
    position: relative;
    width: 158px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    padding: 0 35px 0 5px;
    border: 1px #acacac solid;
    border-radius: 5px;
    cursor: pointer;
    background: #f3f3f3;
    -moz-user-select: none;
    -webkit-user-select: none;

    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
    text-align: left;
}
select + div.cd-extendable > div.dropdown.disabled {
    cursor: default!important;
}
select + div.cd-extendable > div.dropdown:not(.disabled):after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 7px;
    background: url('../img/form.png') -2px -474px no-repeat;
}
select + div.cd-extendable > div.dropdown:not(.disabled):hover {
    border-color: #8b8b8b;
    /*background: #f9f9f9;*/
}
select + div.cd-extendable > div.box {
    display: none;
    position: absolute;
    background: #dddddd;
    padding: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    min-height: 20px;
    margin: 1px 0 0 -10px;
    z-index: 1;
    white-space: nowrap;
    overflow-x: auto;
}
select + div.cd-extendable > div.box > select {
    width: 200px;
    margin-right: 10px;
    height: auto!important;
    display: inline-block;
    background: #f3f3f3;
}
select + div.cd-extendable > div.box > select:last-child {
    width: 200px;
    margin-right: 0;
}
/* category dropdown jquery plugin styles end */

/* modal window */
.modal-wrapper {
    background: rgba(0,0,0,.45);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
}
.modal-window {
    background: white;
    width: 380px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -15% 0 0 -190px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.modal-window > div:first-child {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #e0e0e0;
    border-radius: 5px 5px 0 0;
    color: #000000;
    font-weight: bold;
    padding: 0 20px;
    font-size: 14px;
}
.modal-window > div:first-child > span:last-child {
    width: 40px;
    height: 40px;
    border-left: 1px #b2b2b2 solid;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modal-window > div:first-child > span:last-child:before {
    content: '';
    width: 16px;
    height: 16px;
    top: 12px;
    left: 11px;
    position: absolute;
    background: url('../img/form.png') 0 -845px no-repeat;
    opacity: 0.7;
    filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";
}
.modal-window > div:first-child > span:last-child:hover:before {
    opacity: 1;
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
}
.modal-window.padding > div:last-child {
    padding: 20px;
}
.modal-window.padding > div:last-child > iframe {
    background: url('../img/block_loader.gif') center center no-repeat white;
}
/* modal window end */

.general_cat {
    font-weight: bold !important;
}

div.table {
    position: relative;
    width: 100%;
}
div.table > div.row {
    position: relative;
}
div.table > div.row > div.column {
    float: left;
    margin-right: 10px;
}
div.table div.row > div.column .column-header {
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
}
div.table div.row > div.column > div.column-item {
    padding: 8px 0 10px 10px;
}
.selected_items > div:empty {
    display: none;
}
.selected_items > div {
    display: inline-block;
    border: 1px solid #adadad;
    padding: 5px;
}
.selected_items > div > div {
    display: inline-block;
    background: #f5eeee;
    cursor: pointer;
    border: 1px solid #adadad;
    padding: 2px 4px;
    border-radius: 3px;
    margin: 0 3px;
}
.selected_items > div > div > span {
    margin-left: 5px;
    color: #444;
    font-weight: bold;
}

.stat_scrolls {
    overflow: hidden;
    overflow-x: auto;
    border-radius: 3px;
    padding-right: 5px;
}
.css-table {
    display: table;
    background: #fefefe;
    width: 100%;
}

.css-table-header {
    display: table-header-group;
    font-weight: bold;
    background-color: #E6E6E6;
}

.css-table-body {
    display: table-row-group;
}

.css-table-row {
    display: table-row;
}

.css-table-header div,
.css-table-row div {
    display: table-cell;
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ababab;
}
.css-table-header div:first-child,
.css-table-row div:first-child {
    min-width: 65px;
}
.selected_items > div:empty {
    display: none;
}
.selected_items > div {
    display: inline-block;
    border: 1px solid #adadad;
    padding: 5px;
}
.selected_items > div > div {
    display: inline-block;
    background: #f5eeee;
    cursor: pointer;
    border: 1px solid #adadad;
    padding: 2px 4px;
    border-radius: 3px;
    margin: 0 3px;
}
.selected_items > div > div > span {
    margin-left: 5px;
    color: #444;
    font-weight: bold;
}
