body {
    padding-top: 55px;
    font-size: 13px;
    background-color: #f9fbfc !important;
    padding-right: 0 !important;
}

div.container, div.container-fluid, div.container-full {
    background-color: white;
}
/* Full-bleed header/footer overrides live in css/layout.css, which is loaded
   after this theme (and after its minified build, if one is deployed). */

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

.navbar-material-grey-50.navbar {
    background-color: #1a8b57;
    color: white;
}

/* Fixed navbar end */

div.logo{
    padding: 20px;
}
table.table-lot{

}
#Etoken.btn-group {
    display: flex;
    box-shadow: none;
}
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;
    color: white;
}

.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: #f44336;
}

h1.block-title, h2.block-title {
    font-size: 40px;
}

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

h1.page-title {
    font-size: 24px;
}

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

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

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

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

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

.modal-backdrop{
    z-index: 1039;
}

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

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

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

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

#second-nav{
    padding-bottom: 15px;
}

a {
    color: #474746;
}

.footer {
    margin-top: 50px;
    padding-top: 20px;
    background-color: #18794c;
}

.footer h5{
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.footer a {
    color: white;
}

.footer td, .footer th {
    border-top: none !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;
}
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: 90px; /* 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;
}
.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: #efc52e;
    color: rgba(0,0,0,.84);
}
.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: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.navbar .dropdown-menu li > a:hover, .navbar-material-grey-50.navbar .dropdown-menu li > a:focus {
    color: #2D2A2A;
}
.progress {
    height: 20px;
}

.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-info {
    background-color: #909698;
    color: rgba(255, 255, 255, 0.84);
}

.alert-outline-info {
    background-color: #1a80a0;
    color: rgba(255, 255, 255, 0.84);
    padding: 25px;
    float: left;
    width: 100%;
}

.alert-button {
    background: transparent;
    border: 1px solid #eee;
    padding: 6px;
    margin-left: 8px;
    float: right;
}

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 {
    margin: 20px 0 20px;
}

.navbar2 input[type=text] {
    border-radius: 10px !important;
    padding-left: 10px !important;
    background-image: none !important;
    background-color: #eee;
    min-height: 36px;
    z-index: 1000;
    /* 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; */
}


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

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

.bolder {
    font-weight: 400;
}

img.mw-logo, img.npp-logo {
    max-height: 41px !important;
    max-width: 130%;
}

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

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

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

.navbar-date {
    color: white !important;
    padding-right: 15px;
}

.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-body {
    /*padding: 15px 0;*/
}

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

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


@media screen and (max-width: 995px){
    table.table{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .hide-on-mobile{
        display: none;
    }
    /*.mobile-padding{*/
        /*padding-right: 60px;*/
    /*}*/
}
@media screen and (max-width: 995px) and (min-width: 768px){
    .navbar2{
        margin-top: 60px;
    }
}
.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;
}

.bannersRow img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mt-5 {margin-top:5px;}
.mb-10 {margin-bottom:10px;}

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

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

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


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

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

div.resident .empty-message .btn-no-resident {
    display: none;
}

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

input.has-error {
	padding-left:5px;
	border:1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

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

.input-loader {
    background: #fff url('../images/loading.gif') no-repeat scroll left center content-box;
    background-size: 20px;
}

.full-screen {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
}

.form-horizontal .radio {
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .lp_table {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .lp_table tr td {
        width: 48%;
        display: inline-block;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .ap_table td {
        width: 50% !important;
        display: block;
        float: left;
    }
}

@media (max-width: 499px) {
    .ap_table td {
        width: 100% !important;
        display: block;
        float: none;
    }

    .lots_grid-view .label, .points_grid-view .label, .agreements_grid-view .label {
        border-collapse: initial;
        padding: 3px;
        display: table;
        table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
    }
}
