
body {
    padding-top: 55px;
    font-size: 13px;
    background-color: #fff !important;
    background-image: url(images/body_bg.jpg) !important;
    padding-right: 0 !important;
    /*font-family: Open Sans;*/
}

div.container, div.container-fluid, div.container-full {

}

.top-fluid-container {
    padding: 0px;
}


body.report {
    padding-top: 10px;
    margin: 0;
}

.navbar-material-grey-50.navbar {
    background-color: #F2F7F5;
    color: #9C7C07;
    font-size: 14px !important;
    z-index: 1052;
}

/* Fixed navbar end */

div.logo {
    padding: 20px;
}

table.table-lot {

}

table.table-lot div.deadline {
    color: red;
}

table.table-lot td.details {
    color: #666;
}

#footer {

    position: absolute;

    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;

    font-size: 90%;

}

.rounded {
    border: 1px solid #eee;
    border-radius: 5px;
}

.shadowed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.white {
    background-color: #ffffff !important;
}

.block {
    padding: 20px 20px;
    margin: 20px 0;
}

.pulse {
    font-size: 36px;
}

.pulse-small {
    font-size: 18px;
}

.trade-category {
    text-align: center;
    padding: 20px;
}

.trade-category-count {
    font-size: 48px;
}

.trade-category-icon {
    font-size: 64px;
    color: #eec341;
}

h1.block-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #0E4C28;
}

h1.block-title small {
    font-weight: 300;
}

.shop-item {
    border: 5px solid #eee;
    border-collapse: collapse;
}

.trade-category-title {
    font-size: 16px;
    display: block;
    height: 50px;
}

.adminform {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    margin: 10px 0;
    padding: 20px;
}

.form_title {
    font-size: 22px;
}

.formitem {
    margin: 15px 0 0 0;
}

.formlabel {
    font-size: 18px;
    margin: 2px 0;
    color: #999999;
}

.save {
    height: 28px;
    background: url(../images/save.png) no-repeat left;
    padding-left: 28px;
    font-weight: bold;
    margin-right: 2px;
    cursor: pointer;
}

.delitem {
    height: 28px;
    background: url(../images/delete.png) no-repeat left;
    padding-left: 28px;
    font-weight: bold;
    margin-right: 2px;
    cursor: pointer;
}

.additem {
    height: 28px;
    background: url(../images/add.png) no-repeat left;
    padding-left: 28px;
    font-weight: bold;
    margin-right: 2px;
    cursor: pointer;
}

.siteroot {
    padding: 2px 0 0 26px;
    background: url(../images/web.png) no-repeat left;
    height: 18px;
}

.form_close {
    float: right;
    margin-top: -30px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.toolbox {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    margin: 2px 0;
}

.workspace {
    min-height: 480px;
    height: 100%;
}

.toolbox b {
    margin: 7px;
    font-weight: bold;
}

.toolicon {
    margin: 1px;
}

.tooltext {
    margin: 4px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.toolitem {
    cursor: pointer;
    margin: 0;
    padding: 0;
    clear: both;
}

div.toolitem:hover {
    background-color: #D0D0D0;
}

.simpleform {
    margin: 10px;
}

.ajax_message {
    font-size: 16px;
    color: #333333;
    margin: 15px;
    padding: 15px;
    border: 1px solid green;
}

.m_select {
    padding: 2px;
    margin-top: 1px;
}

.m_select:hover {
    font-weight: bold;
    background-color: #003399;
    color: #fff;
    cursor: pointer;
}

.m_selected {
    padding: 2px;
    margin-top: 1px;
}

.m_selected:hover {
    font-weight: bold;
    background-color: #003399;
    color: #fff;
    cursor: pointer;
}

.contentEditor {
    width: 100%;
    min-height: 200px;
    height: 100%;
}

div.readonly_tree div {
    margin: 5px 0 0 10px;
}

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

.readonly_tree ul li {
    margin-left: 10px;
}

.readonly_tree ul ul {
    margin-left: -25px;
}

.readonly_tree img {
    float: left;
    display: block;
    margin-top: 2px;
}

.readonly_tree a {
    margin: 2px;
    text-decoration: none;
}

.crm_row:hover {
    background-color: #feffb2;
    cursor: pointer;
}


.marker_conteiner {
    padding: 5px;
    margin-bottom: 12px;
}

.marker_name {
    font-size: 18px;
    margin-bottom: 5px;
}

.marker_dropable {
    border: 1px solid #999999;
    padding: 5px;
    margin: 2px;
    min-height: 20px;
}

.module_conteiner {
    background-color: #ffffff;
    padding: 3px;
    margin: 1px;
    border: 1px dotted #feffb2;
}

.module_title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
    text-decoration: underline dotted #999999;
}

div.arrow_button {
    color: #cccccc;
    opacity: 0.5;
    cursor: pointer;
}

div.arrow_button:hover {
    color: #E13300;
    opacity: 1;
    cursor: pointer;
}

.module_select_link {
    cursor: pointer;
    background-color: #ffffff;
    padding: 3px;
    margin: 1px;
    border: 1px solid #ffe45c;
}

.module_select_link:hover {
    background-color: #ffe45c;
}

.selectable_modules {
    border: 1px solid #ccc;
    padding: 3px;
    margin-left: 20px;
    max-height: 500px;
    overflow-y: scroll;
}

.float_left {
    float: left;
}

.delete_button {
    height: 26px;
    width: 26px;
    background-image: url(../images/del.png);
    cursor: pointer;
}

#e_apply_button {
    background: #4caf50;
    color: rgba(255, 255, 255, 0.84);
}

.height500 {
    max-height: 460px;
    overflow-y: scroll;
}

.margin30 {
    margin: 30px;
}

.margin5 {
    margin: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

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

ul.nav ul ul li {
    padding: 2px 0 0 10px;
}

ul.nav ul ul li a {
    font-size: 12px;
    text-decoration: none;
    padding: 3px 20px;
}


ul.nav ul ul li:hover {
    background-color: #f7f7f7;
}

.dropdown-menu {
    min-width: 200px;
}

.ajax_message {
    font-size: 16px;
    color: #333333;
    margin: 15px;
    padding: 15px;
    border: 1px solid green;
}

.clear {
    clear: both;
}

span.online {
    color: lightgreen;
    padding-right: 5px;
}

span.offline {
    color: indianred;
    padding-right: 5px;
}

#offline-message {
    display: none;
}

.table-condensed span.label {
    font-weight: normal;
}

#advanced-search-button {
    color: #999;
    margin-top: -6px;
}

.pop {
    cursor: help;
}

.toolbar .pagination {
    margin-top: 0;
}

.scrollable {
    overflow-y: auto;
    max-height: 400px;
}

.menu-sm {
    font-size: 90%;
}

small.when {
    min-width: 85px;
}

a.no-hover:hover, a.no-hover:focus {
    text-decoration: none !important;
}

.sign-success {
    background: url(/images/signature.jpg) #DFF0D8 no-repeat right 10px center;
}

.btn-xxs {
    font-size: 9px;
}

.search-form-block {
    width: 100%;
}

.search-bar {
    position: absolute;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    top: 75px;
    z-index: 2;
    background-color: #fff;

    display: none;
    padding-top: 20px;
    padding-bottom: 15px;
}

.navbar-form .search-bar .form-group, .navbar-form .search-bar label, .navbar-form .search-bar .form-control {
    display: block;
    width: 100%;
}

.navbar-form .search-bar .form-group {
    margin-bottom: 12px;
}

.table-preview td {
    white-space: nowrap;
    overflow: hidden;
}

.table-preview {
    table-layout: fixed;
}

.datepicker {
    z-index: 100500;
}

.passport_toolbar {
    padding-bottom: 10px;
}

.plans_toolbar {
    width: 100% !important;
}


.d-r_block_for_wide, .plans-delete {
    display: none;
}

.input-group-sm button {
    background-color: white;
    color: #ccc;
}

.input-group-sm {
    padding-top: 4px;
}

.modal-backdrop {
    z-index: 1039;
}
.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.b-radius-5 {
    border-radius: 5px;
}

.b-radius-10 {
    border-radius: 10px;
}

.b-radius-15 {
    border-radius: 15px;
}

.b-radius-20 {
    border-radius: 20px;
}

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

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

.summary {
    text-align: right;
    padding: 5px;
}

.footer {
    padding-top: 20px;
    color: #fff;
}

.footer .container {
    padding: 0px;
}

.footer a, .footer p, .footer h5, .footer td {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #9C7C07 !important;
}

.footer-links a {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.footer-links td {
    border-top: 1px solid #B09E5D !important;
}

.footer h5 {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 25px;
}

.footer table {
    border-top: 2px solid #B09E5D;
}

a {
    color: #474746;
}


.col-sm-9.well.page-content {
}

div.page-content {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box !important;
    box-shadow: 0px 2px 4px #D3DAE2 !important;
    border-radius: 12px !important;
}

div.page-content a:visited {
    color: #949493;
}

a.dotted {
    text-decoration: underline;
}

a.ajax {
    border-bottom: 1px dotted #474746;
}

.input-category {
    background: transparent;
    font-size: 12px !important;
    overflow: hidden;
    margin-left: -3px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.share {
    text-align: right;
    margin-top: 30px;
}

.stats {
    text-align: right;
    margin-top: 30px;
}

a.active {
    font-weight: bold;
}

.page-filter {
    padding: 0 20px 0 0;
}

.page-filter-inner {
    background: #FAF7EC;
    border: 1px solid #FAF7EC;
    box-shadow: 0px 2px 2px #D3DAE2;
    border-radius: 4px;
    padding: 0 15px;
}

.page-filter h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #9C7C07;
}

.page-filter input {
    /*background: none;*/
}

div.filter {
    padding-top: 29px;
    font-size: 90%;
}

div.affix-fixed {

}

.help-block-error {
    color: #a94442;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
}

#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    top: 120px; /* height of link element */
    right: 45px; /* padding from the left side of the window */
}

.grid-view th {
    vertical-align: top !important;
}

.readable-page-content a {
    color: #15C;
    text-decoration: underline !important;
}

.readable-page-content img {
    max-width: 100%;
}

.radio, .checkbox {
    padding-left: 0;
}

.checkbox .checkbox-material .check {
    border: 1px solid;
    color: #9C7C07;
    background: #eee;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
    background: #E4EDEA;
    border: 1px solid #B09E5D;
    box-sizing: border-box;
    border-radius: 4px;
    color: #777777;
    padding: 7px 15px;
}

.btn-primary:active:not(.btn-link):not(.btn-flat) {
    background-color: #FDCD1D;
}

.btn-primary:hover:not(.btn-link):not(.btn-flat) {
    background-color: #FDCD1D;
}

.form-control {
    background-image: linear-gradient(#009688, #009688), linear-gradient(#9C7C07, #d2d2d2);
}

.form-control:focus, .form-control.focus {
    background-image: linear-gradient(#FFFFFF, #000000), linear-gradient(#d2d2d2, #d2d2d2);
}

.form-group .form-control:focus, .form-group-default .form-control:focus {
    background-image: linear-gradient(#FFFFFF, #000000), linear-gradient(#d2d2d2, #d2d2d2);
}

.card {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-material-grey-50 li > a, .navbar-material-grey-50 p {
    font-weight: 400 !important;
}

.navbar-material-grey-50.navbar .dropdown-menu li > a:hover, .navbar-material-grey-50.navbar .dropdown-menu li > a:focus {
    color: #2D2A2A;
}

.progress {
    height: 20px;
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #D3DAE2;
    border-radius: 12px;
    margin-bottom: 12px !important;
}

.progress .progress-bar, .progress .progress-bar-default {
    background: #0E4C28;
    border: 1px solid #0E4C28;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #D3DAE2;
    border-radius: 12px;
}

.toolbar li.active a {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.dirty-requirements .btn-group {
    box-shadow: none !important;
}

form .row .form-group {
    padding-right: 15px;
}

.typeahead,
.tt-query,
.tt-hint {

    outline: none;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 13px;
    line-height: 16px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.empty-message {
    padding: 5px 10px;
}

.twitter-typeahead {
    width: 100%;
}

#top-link-block {
    display: none;
}

.glyphicon-read {
    color: gray;
}

.glyphicon-unread {
    color: #bdbdbd;
}

.forum-title {
    color: gray;
}

#second-nav .input-group-btn {
    width: 1%;
}

#second-nav .bootstrap-select {
    margin-top: 0;
    background-color: #eee;
    border-radius: 10px;
    margin-left: -15px;
    background-image: none !important;
}

#second-nav .bootstrap-select .filter-option {
    padding-right: 10px;
    text-align: right;
}

.dropdown-menu .divider {
    background-color: #eee !important;
}

.notice a:not([role=button]) {
    color: #009688;
    text-decoration: underline;
}

h2.error-header {
    text-align: center;
    font-size: 800%;
}

.modal-dialog-full {
    width: 90%;
    height: 90%;
    padding: 0;
}

.nav-pills {
    margin-bottom: 20px;
}

#hint {
    bottom: 70%;
    margin-right: 0px;
    left: auto;
    right: 0px;
    position: fixed !important;
    box-shadow: 0 0px 9px rgba(0, 0, 0, .3);
}

#hint img {
    width: 35px;
    height: 35px;
}

div.inline-toolbar {
    margin-top: -12px;
}

.grid-view aaa {
    color: #03756A;
    text-decoration: underline;
}

.progress {
    margin-bottom: 0px;
}

.imgbtn {
    display: inline-block;
    padding: 1px 1px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.imgbtn:focus,
.imgbtn:active:focus,
.imgbtn.active:focus,
.imgbtn.focus,
.imgbtn:active.focus,
.imgbtn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.imgbtn:hover,
.imgbtn:focus,
.imgbtn.focus {
    color: #333;
    text-decoration: none;
}

.imgbtn:active,
.imgbtn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.imgbtn.disabled,
.imgbtn[disabled],
fieldset[disabled] .imgbtn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #0A0A0A;
    background-color: #EFC52E;
}

a.external {
    font-weight: bold;
}


.alert {
    border-radius: 4px;
}

.alert-info {
    background: #FAF7EC;
    box-shadow: 0px 2px 2px #D3DAE2;

    color: #444;
}

.alert-info a {
    color: #444 !important;
}

table.table-stats th {
    font-weight: 400;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.navbar2 {
    background-color: #ffffff;
    border-bottom: 2px solid #9C7C07;
    /*transform: rotate(-0.04deg);*/
}

.navbar2 input[type=text] {

    background: #F2F7F5;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;

    padding-left: 10px !important;
    background-image: none !important;
    min-height: 36px;
    z-index: 100;
    /* text-align:center; */
    /* width: 50% !important;
    -webkit-transition:width 0.3s ease-in-out; */
}

.navbar2 input[type=text]:focus {
    /*width: 100% !important;
    -webkit-transition:width 0.5s ease-in-out; */
    /* text-align: left; */
}

.cabinet_navigation .panel {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin-bottom: 0px;
}

.cabinet-nav-box {
    background: #d9d9d9;
}

.cabinet-nav-box li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}


.bootstrap-select .btn:focus {
    outline: none !important;
    outline-offset: 0;
}

#second-nav .btn-group {
    box-shadow: none !important;
}

.btn-group-sm {
    background: #FAF7EC;
    border: 1px solid #FAF7EC;
}

.bolder {
    font-weight: 400;
}

img.mw-logo, img.npp-logo {
    margin-top: 5px;
    max-height: 50px !important;
}

.well-small {
    border: 1px solid #eee;
}

.catalog-advert img {
    padding-bottom: 10px;
}

.navbar-brand {
    margin-left: 0 !important;
}

.navbar-date {
    color: #9C7C07 !important;
    padding-right: 15px;
}

.navbar-langs li:first-child a {
    padding-right: 5px;
}

.navbar-langs li:last-child a {
    padding-left: 5px;
}

.word-break {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

#contact_form .form-group, #contact_form .help-block {
    margin: 0;
    font-weight: normal;
}

.ap_table {
    margin: auto;
}

.ap_table tr td {
    vertical-align: top;
    margin-bottom: 30px;
}

.ap_table img {
    margin-bottom: 10px;
}

.lp_table {
    width: 70%;
    margin: auto;
    text-align: center;
}

.lp_table tr td {
    vertical-align: top;
    padding-bottom: 30px;
}

.lp_table img {
    display: block;
    margin: 0 auto 5px;
}

#categoryModal .btn-group {
    box-shadow: none;
}

#categoryModal button.selectpicker {
    padding: 0;
}

.lots_grid-view .label, .points_grid-view .label, .agreements_grid-view .label {
    white-space: normal;
}

.category-rows .item-cat-row {
    margin-bottom: 15px;
    display: block;
}

.categories.category-rows tr {
    padding: 10px 0;
    box-shadow: 1px 1px 3px #ddd;
}

#photo_img {
    max-height: 300px;
    overflow: hidden;
}

#photo_img img {
    max-width: 100%;
    height: auto !important;
}

#photo_img .img-center {
    margin: auto;
}

#common-edit-form .form-control, #subject-self-edit-form .form-control {
    background-position: center bottom, center calc(100% - 0px);
}

.tru_show_page .thumbnail {
    padding: 15px;
    border-radius: 0;
}

.tru_title {
    font-weight: bold;
}

.tru_title span {
    color: #909698;
    font-size: 15px;
    font-weight: 100;
}

.tru_price_block {
    display: table;
    margin: 50px 0;
}

.tru_price_block .tru_block_title {
    margin: 0;
}

.tru_block_title {
    display: table;
    font-size: 18px;
    font-weight: normal;
    background: #ffd300;
    padding: 0 8px;
    margin-bottom: 10px;
}

.tru_price {
    font-size: 45px;
    font-weight: bold;
    margin: -5px 0;
}

.tru_price span {
    font-size: 30px;
}

.tru_measure {
    font-size: 15px;
    color: #909698;
    text-align: center;
    padding-right: 40px;
}

.tru_attributes {
    margin: 0;
}

.tru_attributes td {
    padding: 0 10px 0 0;
}

.tru_desc_block {
    margin: 15px -15px 30px;
}

.tru_breadcrumbs {
    font-weight: bold;
    font-size: 13px;
    margin: 15px 0;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tru_breadcrumbs span {
    color: #ddd;
}

.tru_subject_block {
    border: 1px solid #ddd;
    padding: 10px;
}

.tru_subject_block .thumbnail {
    padding: 4px;
    margin: 0 auto 10px;
}

.tru_subject_block .thumbnail img {
    width: 59%;
}

.tru_subject_block a {
    display: block;
    text-align: center;
}

.tru_subject_block p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
}

.show_contacts_btn {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    border-radius: 0;
}

#show_contacts.modal {
    text-align: center;
    padding: 0 !important;
}

#show_contacts.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#show_contacts .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 450px;
}

#show_contacts .thumbnail {
    width: 50%;
    margin: 10px auto 20px;
}

#show_contacts table tr td {
    vertical-align: top;
    padding-bottom: 5px;
}

#show_contacts table tr td:nth-of-type(1) {
    padding-left: 0;
}

#show_contacts table tr td:nth-of-type(2) {
    padding-right: 0;
}

.tru-category {
    padding: 15px;
    margin-bottom: 30px;
}

.tru-category a {
    color: inherit;
}

#basket_modal .result {
    margin-top: 10px;
}

#basket_modal .table {
    margin: 20px 0 30px;
}

#basket_modal .nav-tabs {
    background: none;
    border: none;
}

#basket_modal .nav-tabs a {
    color: #000 !important;
}

#basket_modal .nav-tabs .active a {
    background: #fdd330 !important;
    border-radius: 0;
    padding: 5px 15px;
}

#basket_modal .input-group {
    margin: auto;
    width: 60%;
}

#basket_modal .input-group-btn {
    vertical-align: top;
}

#basket_modal .input-group-btn .btn {
    background: #fdd330;
    border-radius: 0;
    font-weight: bold;
    padding: 9px;
    width: 25px;
}

#basket_modal .input-group .form-control {
    height: 39px;
    border-top: 1px solid #dfdfdf;
}

#basket_modal thead th {
    border: none;
    background: #e9e9e9;
    text-align: center;
}

#basket_modal tbody td {
    text-align: center;
}

#basket_modal .total_tr td:nth-of-type(1) {
    font-weight: normal;
    text-align: right;
}

#basket_modal .total_tr td {
    font-size: 18px;
    font-weight: bold;
}

.basket-select-currency {
    width: 70px;
    height: 39px;
    padding-left: 10px;
    border: 1px solid #dfdfdf;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("images/select-arrow.png") no-repeat 44px center;
}

.basket-select-currency:disabled {
    background-color: #dfdfdf;
}

/*subject public profile*/

.button-lightyellow {
    background-color: #fefce0 !important;
    border: 1px solid black !important;
    white-space: normal !important;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 10px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: center;
    text-align: center;
}

.highlighted {
    color: #fdd330;
}

.rating-row {
    padding: 10px 0;
    font-size: 16px;
}

.rating-row > span {
    margin: 0 10px;
}

.rating-row .fa-thumbs-up, .rating-row .fa-thumbs-down {
    font-size: 20px !important;
    cursor: pointer;
}

.rating-row .fa-thumbs-up, #dialogReview .fa-thumbs-up {
    color: green;
}

.rating-row .fa-thumbs-down, #dialogReview .fa-thumbs-down {
    color: red;
}

.review-txt {
    width: 100%;
    margin-top: 20px;
}

#dialogReview .fa-thumbs-up, #dialogReview .fa-thumbs-down {
    font-size: 32px;

}

.awards, .reviews {
    margin: 20px;
}

.awards .sub-title, .reviews .sub-title {
    font-size: 16px;
}

.award-item, .review-item {
    margin: 10px 0;
}

.award-item img {
    max-width: 180px;
    height: auto;
}

.show-all-awards, .hide-all-awards, .show-all-reviews, .hide-all-reviews {
    cursor: pointer;
}

/*tru images*/

.main-image-label {
    background-color: #60ba63;
}

.thumb-remove-btn {
    cursor: pointer;
    background-color: #f44336;
}

.thumb-label {
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    padding: 4px;
    margin: 4px 0;
    color: #fff;
}

.thumb-row-item, .thumb-row-item-fake {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin: 5px 0;
}

.thumb-row-item .disabled {
    pointer-events: none;
    opacity: 0.4;
}

.thumb-row-item-img {
    cursor: pointer;
}

.thumb-row-item-sortable img {
    cursor: move;
    -webkit-user-drag: none;
}

.small-images {
    padding-left: 0;
    padding-right: 4px;
    /*width:75px;*/
    /*float:left;*/
}

.small-images img {
    margin: 1px 1px;
    float: left;
}

.big-image {
    padding: 0;
}

.tru-images {
    padding-right: 0;
    /*max-width: 385px;*/
}

.panel {
    border-radius: 12px;
}

.panel-heading {
    border-radius: 12px 12px 0 0;
}

.panel-info > .panel-heading {
    background: #FAF7EC;
    border: 1px solid #FAF7EC;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #D3DAE2;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #9C7C07;
}


.panel-body {
    /*padding: 15px 0;*/
}

#truImageList .col-sm-2, .main-image .col-sm-2 {
    /*width:16%;*/
}

.downloads-count {
    padding-right: 5px;
}


.navbar-default {
    background-color: inherit;
}


.introjs-helperNumberLayer {
    background: #eec341 !important;
}

.introjs-helperNumberLayer, .introjs-tooltipReferenceLayer, .introjs-helperLayer {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

.grid-view img {
    max-width: 25px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

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

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.pxy-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.req-action-column {
    width: 3%;
}

.btn {
    border-radius: 4px;
}

.btn-active {
    font-weight: bold;
}

.btn-success {
    background: #166F43 !important;
}

.btn-danger {
    background: #8C271F !Important;
}


#login-loading-div {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #000;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.login-loader,
.login-loader:after {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.login-loader {
    /*position: absolute;
    top:50%;
    left:50%;
    margin: 35% 35%;
    font-size: 10px;
    position: relative;
    /*text-indent: -9999em;*/
    font-size: 10px;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    opacity: 1;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert-nb {
    background-color: rgb(39, 188, 112);
    border: 1px solid #ddd;
    color: #fff;
}

.nb-block {
    background-color: rgb(29, 153, 90) !important;
    border: 1px dashed rgb(13, 92, 54);
    color: #fff;
}

.nb-block .text-muted {
    color: #fff;
}

#second-nav {
    margin-right: 20px;
}

.selectize-control.single .selectize-input:after {
    content: none !important;
}

@media screen and (max-width: 980px) {
    .s-name-block {
        text-align: center;
    }
}

@media (min-width: 900px) and (max-width: 990px) {
    .s-name-block {
        text-align: center;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .s-name-block {
        text-align: left;
        padding-left: 40px;
    }

}


@media (min-width: 991px) and (max-width: 1200px) {

    .cabinet-search .col-md-2 {
        width: 30% !important;
    }

    .cabinet-search .col-md-10 {
        width: 70% !important;
    }
}

@media (min-width: 1201px) and (max-width: 1450px) {

    .cabinet-search .col-md-2 {
        width: 25% !important;
    }

    .cabinet-search .col-md-10 {
        width: 75% !important;
    }
}

@media screen and (max-width: 550px) {
    .s-name-block {
        padding-left: 40px;
        padding-right: 40px;
    }
}


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

    .i-pulse .pulse-primary {
        font-size: 70px !important;
    }

    .home-banner-block {
        width: 70% !important;
        height: 50% !important;
    }

    .home-banner-block p {
        display: none !important;
    }

    .home-banner-block-mobile {
        padding-top: 20px;
    }

    .home-banner-block-mobile, .home-news-block-mobile {
        display: block !important;
    }
}


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

    .navbar-mourning {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border-width: 0 0 1px;
        padding-left: 0;
        padding-right: 25px;

    }

    .hide-on-mobile {
        display: none;
    }

    .home-news-block {
        display: none;
    }

    /*.mobile-padding{*/
    /*padding-right: 60px;*/
    /*}*/
}

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

    .banner-news-block {
        display: none !important;
    }

    .home-news-block-mobile {
        display: block !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .navbar-date, .user_i_b_block {
        display: none;
    }

    .i-pulse .pulse-primary {
        font-size: 50px !important;

    }
}

@media screen and (max-width: 995px) and (min-width: 768px) {
    .navbar2 {
        /*margin-top: 60px;*/
    }

    .col-sm-9 {
        width: 71.33333333%
    }

    .col-sm-3 {
        width: 28.66666667%
    }

    .container {
        width: 90%;
    }

    .i-pulse-inner-block {
        margin-left: 0px !Important;
        margin-right: 0px !Important;
    }

    .i-pulse .pulse-primary {
        font-size: 50px !important;

    }

}

@media (max-width: 768px) {

    .home-banner-block {
        width: 80% !important;
        height: auto !important;
    }

    .home-banner-block p:last-child {
        display: none;
    }

    .page-filter {
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .cabinet-search #second-nav {
        margin-right: 0px !important;
    }

    .cabinet-search .bootstrap-select {
        width: 200px !important;
    }

    .cabinet-search, .cabinet-search .filters {
        margin-right: 0px;
        padding-right: 0px;
    }


    .i-pulse-inner-block {
        margin-bottom: 15px !important;
        margin-left: 0px !Important;
        margin-right: 0px !Important;
    }

    .i-pulse .pulse-primary {
        font-size: 50px !important;
    }

}

@media (min-width: 1024px) {
    .cabinet-search-row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .i-pulse-inner-block {
        margin-left: 0px !Important;
        margin-right: 0px !Important;
    }

    .i-pulse .pulse-primary {
        font-size: 50px !important;

    }

}


@media (min-width: 1300px) {
    .container {
        width: 1240px;
    }

}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }

}

@media (max-width: 1500px) {
    .plans-delete, .plans-copy {
        display: none;
    }

}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }

    .d-r_block_for_narrow {
        display: none;
    }

    .d-r_block_for_wide {
        display: inline;
    }


    /*.col-sm-10{width:83.33333333%}*/
    .col-sm-9 {
        width: 81.33333333%
    }

    /*.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: 18.66666667%
    }

    /*.col-sm-2{width:16.66666667%}
    .col-sm-1{width:8.33333333%}*/

}

@media (min-width: 1720px) {
    .container {
        width: 1600px;
    }

    .col-sm-9 {
        width: 81.33333333%
    }

    .col-sm-3 {
        width: 18.66666667%
    }

}

.home-banner {
    position: relative;
    display: flex;
    align-items: center;
}

.home-banner-block {
    position: absolute;
    width: 566px;
    height: auto;
    left: 2px;
    background: none;
    border-radius: 0 12px 12px 0;
    padding: 10px 20px;
    padding-bottom: 25px;
}

.home-banner img {
    width: 100%;
    border-radius: 10px;
}

.home-news-block h1 {
    font-weight: bold;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
    color: #9C7C07;
}

.home-banner-block p.hello-text {
    /*font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;

    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
}

.home-banner-block h1 {
    /*font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
}

.home-banner-block h1.news-header {
    margin-bottom: 0px !important;
}

.home-banner-block h1, .home-news-block h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-banner-block-mobile p:first-child {
    font-weight: bold;
    color: #9C7C07;
    font-size: 14px;
}

.home-news-block-mobile h1 {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 0px;
}

.home-news-block-mobile h4 {
    font-size: 16px !important;
}

.home-news-block-mobile p, .home-banner-block-mobile p {
    text-align: justify;
}


.home-news-block {
    position: absolute;
    width: 466px;
    height: 246px;

    right: 2px;
    background: #FFFFFF;
    border-radius: 12px 0 0 12px;
    padding: 10px 20px;
}

.home-news-block h1 {
    margin-bottom: 10px;
}

.home-banner-block h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
}

.home-banner-block .all_news_link {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    float: right;
}


.i-pulse {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.i-pulse-inner-block {
    background: #F2F7F5 !important;
    border-radius: 15px !important;
    border: none !important;
    padding: 20px 0;
    margin: 0 50px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.i-pulse .pulse-title {
    font-size: 25px;
    line-height: 34px;
    color: #555555;
    font-weight: bold;
}

.i-pulse .pulse-primary {
    font-size: 80px;
    line-height: 111px;
    color: #555555;
    font-weight: bold;
}

.i-pulse .pulse-subtitle {
    font-size: 18px;
}

.i-pulse .pulse-secondary {
    font-size: 18px;
}

.content-container {
    background: none;
    padding-top: 20px;
    height: 100%;
}

.user-login-block .panel {
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #D3DAE2;
    border-radius: 12px;
}

.user-login-block .panel-heading {
    background: #FAF7EC;
    border: 1px solid #FAF7EC;
    box-sizing: border-box;
    border-radius: 12px 12px 0 0;
}

.user-login-block .panel-heading b {
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #166F43;
}

.user-login-block .panel-heading #ssl {
    margin-top: 0px;
}

.user-login-block .panel-body {
    padding: 20px 30px;
}

.user-login-block .panel-body #layer {
    background: #F2F7F5;
    border-radius: 12px;
}

.user-login-block .panel-body #selectP12File {
    background: #FAF7EC;
    box-shadow: 0px 4px 18px #D3DAE2;
    border-radius: 12px;
}

.user-login-block .panel-body #Etoken {
    border: none;
    background: none;
    box-shadow: none;
}

#auth-confirm-form .text-info, #auth-confirm-form .text-danger {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

#auth-confirm-form .text-info {
    color: #F1C94D;
}

#auth-confirm-form .btn-success {
    background: #166F43;
    box-shadow: 0px 4px 18px #D3DAE2;
    border-radius: 12px;
}

#auth-confirm-form input::placeholder {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.cabinet-search {
    padding: 20px 0;
}

.cabinet-navbar.affix {
    width: 100%;
    z-index: 1049 !important;
}

.cabinet-navbar.affix .cabinet-search {
    display: none;
}

.affix ~ .container-fluid {
    position: relative;
    top: 50px;
}


.table-bordered {
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius: 12px;
    border-left: 0px;
    border-top: none;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: none;
}

.table-bordered > thead {
    border-collapse: collapse;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tbody > tr > td {
    border-bottom: none;
    border-top-width: none;
}

.table-bordered td, .table-bordered th {
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    border-top: none;
}

.table-bordered > thead > tr > th:first-child, .table-bordered > tbody > tr > th:first-child {
    border-radius: 12px 0 0 0;
}

.table-bordered > thead > tr > th:last-child, .table-bordered > tbody > tr > th:last-child {
    border-radius: 0 12px 0 0;
}

.table-bordered > thead > tr > th:only-child, .table-bordered > tbody > tr > th:only-child {
    border-radius: 12px 12px 0 0;
}

.table-bordered > tbody > tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.table-bordered > tbody > tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.table-bordered > tbody > tr:first-child td[colspan] {
    border-radius: 0 0 12px 12px;
}

.table-bordered > tbody > tr:last-child td[colspan] {
    border-radius: 0 0 12px 12px;
}

.table-bordered > tbody > tr > td > table, .table-bordered > tbody > tr > td > table > tbody,
.table-bordered > tbody > tr > td > table tr, .table-bordered > tbody > tr > td > table td {
    border-radius: 0 !Important;
}

.table-bordered > tbody > tr > td > table {
    border: 1px solid #ccc !important;
}


.detail-view {
    border-radius: 12px;
}

.detail-view tr:first-child td {
    border-radius: 0 12px 0 0;
}

.detail-view th {
    border-radius: 0px !important;
}

.detail-view tr:first-child th {
    border-radius: 12px 0 0 0 !important;
}

.detail-view tr:last-child th {
    border-radius: 0 0 0 12px !important;
}

.pagination > li > a,
.pagination > li > span {
    color: #89650b;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #9c7d23;
    border-color: #89650b;
    color: #fff;
}

.dropdown-menu {
    z-index: 1052 !important;
}

.page-content h3 {
    padding-bottom: 10px;
}

.modal {
    z-index: 1053 !important;
}

.nb-logos-block-inner {
    display: inline-block;
}

.nb-logos-block-inner a {
    float: left;
    margin: 0 10px;
}

.nb-logos-block p {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

.search-form-container {
}

.media-left > .media-object {
    max-width: 75px;
}

.home-banner-block-mobile, .home-news-block-mobile {
    display: none;
}

.alert-balance {
    background-color: #f5d358;
    padding: 20px;
}

.merged-header th {
    text-align: center;
    vertical-align: middle !important;
}

.merged-header tr, .merged-header th {
    border-radius: 0px !important;
}

.avatar-thumbnail {
    width: 75px !important;
    max-width: 75px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.home-news-container {
    margin: 20px 0 30px 0;
    padding: 0 15px 0 15px;
}

.home-news-container h3 {
    text-align: center;
    font-weight: bold;
}

.home-news-container .news-block, .home-news-container .maintenance-block {
    border-radius: 12px;
    height: 150px;
    margin-bottom: 15px;
}

.home-news-container .news-list {
    padding-right: 15px;
}

.news-list .news-block {
    background: #E4EDEA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.home-news-container .maintenance-list {
    padding-left: 15px;
}

.maintenance-list .maintenance-block {
    background: #FAF7EC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.home-news-container .list-link {
    float: right;
    text-decoration: underline;
}

.home-news-container .list-item-link {
    float: right;
    text-transform: uppercase;
}

.home-news-container .list-item {
    padding: 10px;
}

.home-news-container .list-item .important-item {
    color: #f44336;
}

.home-news-container .list-item-date {
    color: #c1c1c1;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    .mobile-h1 {
        display:none;
    }
}

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

    .mobile-h1 {
        display:block;
        font-weight: bold;
        color: #9C7C07;
        font-size: 16px;
        text-align:center;
    }

    .home-banner {
        display:none;
    }

    .home-news-container, .news-container,  .maintenance-container{
        margin:0 !important;
        padding:0 !important;
    }

    .home-news-container .news-list,  .home-news-container .maintenance-list {
        padding:0;
    }

    .news-container {
        margin-bottom:50px !important;
    }

    .home-news-container .list-item {
        height:200px !important;
    }
}

.text-uppercase {
    text-transform: uppercase;
}