:root {
    --disabled-color: #E6E6E6;
}
:root{
    --hover-red-color:  #db3727;
}
:root{
    --link-color:  #0091d9;
}
html,
body {
    height: 100%;
}

body {
    font-family: Arial, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}

h1 {
    font-family: Verdana,Arial,Tahoma;
}
.header {
    border-bottom: 1px solid #c0c0c0;
}

/*input[type="text"]{*/
/*    transition: border linear .2s,box-shadow linear .2s;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    line-height: 20px;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    color: #555;*/
/*}*/

.a-like:hover {
    text-decoration: underline;

    outline: none;
}

.a-like, .href, a {
    color: #0091d9;
    cursor: pointer;
}
.navbar {
    /*border-bottom: 1px solid #c0c0c0;*/
    box-shadow: 0px 0px 10px 0px #c7c7c7;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    /*text-align: center;*/
    background-color: #ffffff!important;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.search {
    padding-bottom: 20px;
}

ul.bs-autocomplete-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 9999;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
}

ul.bs-autocomplete-menu a {
    font-weight: normal;
    color: #333333;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-state-active,
.ui-state-focus {
    color: #23527c;
    background-color: #eeeeee;
}

.bs-autocomplete-feedback {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-top: .5em;
    margin-right: .5em;
}

.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #333;
    background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #333;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

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

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.city-list{
    padding-bottom: 10px;
    list-style-type: none !important;
}
.city-list a{
    color: inherit !important;
}
.reset-location{
    text-align: center !important;
}
.reset-location a{
    font-size: 1.5rem !important;
}
.text-align-left{
    text-align: left !important;
}
.color-grey{
    color: #868e96!important;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}
.padding-top-10{
    padding-top: 10px;
}
.icon-active{
    color: #4FB6EB;
    cursor: pointer;
}
.icon-inactive{
    cursor: pointer;
}
.icon-disabled{
    color: #CACACA;
}
.ads-pre-text{
    color: #a9a7a7 !important;
    font-size: 0.8rem;
}
.ads-pre-text-dark{
    color: #514f4f !important;
}
.price-title{
    font-size: 30px;
    font-weight: bold;
    color: #007bff;
    text-align: center;
}
.width-100{
    width: 100%;
}
.cities-list{
    color: #007bff;
}
.pagination-link{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
}
.pagination-link-active{
    border: 1px solid #ddd;
}
.grey-text{
    color: #818182;
    padding-top: 20px;
}
.ui-menu-item-wrapper{
    background-color: inherit !important;
    border: none !important;
}
.color-disabled{
    color: var(--disabled-color) !important;
    border-color: var(--disabled-color)  !important;
    background-color: #FFFFFF !important;
}
.color-disabled:hover{
    color: var(--disabled-color) !important;
}
.color-disabled-button{
    color: #FFFFFF !important;
    background-color: var(--disabled-color) !important;
    border-color: #D9D9D9 !important;
}
.color-disabled::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--disabled-color) !important;
}
.color-disabled::-moz-placeholder { /* Firefox 19+ */
    color: var(--disabled-color) !important;
}
.color-disabled:-ms-input-placeholder { /* IE 10+ */
    color: var(--disabled-color) !important;
}
.color-disabled:-moz-placeholder { /* Firefox 18- */
    color: var(--disabled-color) !important;
}
@media(max-width:570px) {
    .h1-header{
        font-size: 1.5rem;
    }
}
@media(min-width:570px) {
    .h1-header{
        font-size: 1.8rem;
    }
}
.breadcrumb{
    padding: 0rem 0.1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: .8rem;
}
.custom-fa{
    font-size: 35px;
    padding-top: 2px;
}
.text-align-right-grid{
    text-align: right;
}
.select-text-center select{
    padding: .5rem 4rem;
}
@media(max-width:570px) {
    .text-align-right-grid{
        text-align: left;
    }
}
.margin-top-0{
    margin-top: 0px;
}
.lvl-1{
    list-style: none;
}
.lvl-1 a{
    font-size: 1.5rem !important;
}
.extra-margin-bottom{
    margin-bottom: 22px !important;
}
.multidot{
    padding-left: 3px;
    padding-right: 3px;
}
.additional-links{
    padding: 0rem 1rem !important;
    padding-left: 0px !important;
}
.footer-clear{
    height: 60px;
}
.footer-link{
    color: #868e96 !important;
    text-decoration: underline;
}
.footer-height{
    height: 49%;
}
@media(max-width:570px) {
    .footer-height{
        height: 56%;
    }
}
@media(min-width:755px) {
    .nonpadding-left-items-media{
        padding-left: 0px !important;
    }
}
@media(max-width:755px) {
    .margin-right-0{
       margin-right: 0px !important;
    }
}

@media(max-width:1199px) {
    .publish-button{
        font-size: 16px !important;
    }
}
@media(max-width:988px) {
    .publish-button{
        font-size: 21px !important;
    }
}
.nonpadding-left-items{
    padding-left: 0px !important;
}
.show-number-button {
    white-space: unset !important;
}
.margin-top-0{

}
.end-list-padding{
    padding-bottom: 40px;
    margin-top: 5px;
}
.breadcrmb-item+.breadcrmb-item::after {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
}
.slash-content::after{
    color: #868e96;
    content: "/ " !important;
}
.slash-first::after{
    color: #868e96;
    content: " /" !important;
}
.crumb-right-padding{
    padding-right: 10px;
}
.slash-first{
    padding-right: .5rem;
}
.breadcrmb-item {
    float: left;
}
.no-padding-left{
    padding-left: 0px !important;
}
.sub-title{
    font-size: 20px;
    padding-bottom: 20px;
    color: #0a82a8;
}
.breadcrumb-item+.breadcrumb-item::before {
    /*display: inline-block;*/
    /*padding-right: .5rem;*/
    /*padding-left: .5rem;*/
    /*color: #868e96;*/
    content: "";
}
.margin-top-0{
    margin-top: 0px !important;
}
.flex-wrap-none{
    flex-wrap: inherit !important;
}
/*.nonpadding-right{*/
    /*padding-right: 0px !important;*/
/*}*/
.image-div{
    padding-top: 5px;
}
.price-p {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.placeholder{
    padding-bottom:10px;
    padding-top: 10px;
}
.social-n-block{
    padding-top: 30px;
    padding-bottom: 20px;
}
.padding-top-30{
    padding-top:30px;
}
.dispaly-block{
    display: block !important;
}
.margin-bottom0{
    margin-bottom: 0px;
}
.line-height-block{
    line-height: 1.2;
}
.footer-menu{
    padding-top: 50px;
}
.cursor-pointer{
    cursor: pointer;
}
.padding-left0{
    padding-left:0px;
}
ul.dynatree-container{
    font-size: 11pt !important;
}
.dropzone{
    border: 2px solid rgba(183, 183, 183, 0.3) !important;
}
.logo-img{
    margin-bottom: 5px;
}
.root-url{
    margin-left: 2px !important;
}
.navbar-brand{
    padding-top: 0.3180rem !important;
}
a:hover {
    color: var(--hover-red-color) !important;
    text-decoration: none !important;
}
a.hover-red:hover {
    color: var(--hover-red-color) !important;
    text-decoration: none !important;
}
.flex-ul{
    display: flex;
}
.li-item{
    flex-basis: auto;
    flex-grow: 1;
}
.date_string{
    color: var(--link-color);
}
div pre.text_font{
    font-family:  Arial, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 100%;
}
div.padding-top-7{
    padding-top: 7px;
}
button.is_invalid{
    border-color: #dc3545 !important;
}
.padding-bottom-0{
    padding-bottom: 0px !important;
}
.margin-top-15{
    margin-top: 15px;
}
.new-add-btn{
    color: white !important;
}
.new-add-btn:hover{
    color: white !important;
    border-color: #86ca00 !important;
}
button.edit-btn{
    background: #df4253;
    border-color:#df4253;
}
button.edit-btn:hover{
    background: #d33444;
    border-color:#d33444;
}
#__okGroup0{
    width:100% !important;
}
@media (max-width: 990px) {
    .search-input {
        width: 100px !important;
    }
}
@media (min-width: 990px) {
    .nav-container{
        padding-right: 15px !important;
    }
}
@media (max-width: 990px) {
    .nav-container{
        padding-right: 17px !important;
    }
}
@media (max-width: 575px) {
    .nav-container{
        padding-right: 0px !important;
    }
}
@media (max-width: 575px) {
    .nav-sm-res{
        padding-left: 0px !important;
    }
}
.placeholder-padding-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.social-n-block h2{
    font-size: 1.8rem;
}
.nav-link{
    padding-left: 0.8rem !important;
}
.ent-btn{
    margin-right: 0.6rem !important;
}
@media (max-width: 765px) {
    .ent-btn{
        margin-left: 1.5rem !important;
    }
}
.no-transition{
    transition: none !important;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.ads-amount-city{
    color: #adadad;
    font-size: 12px;
}
.margin-top-12{
    margin-top: 12px !important;
}
.margin-top-7{
    margin-top: 7px !important;
}
@media (max-width: 766px) {
    .filter-title{
        margin-bottom: 10px !important;
    }
}
.cat-title{
    color: #3b4144!important;
}
.padding-top-20{
    padding-top: 20px;
}

.col.sub-title {
    padding-top: 40px !important;
    font-size: 1.09rem !important;
    margin-left: -14px !important;
    color: #db3727 !important;
    padding-bottom: 0px !important;
}
.col.sub-title-2 {
    padding-top: 40px !important;
    font-size: 1.09rem !important;
    color: #db3727 !important;
    padding-bottom: 0px !important;
}

div.sub-title-text {
    font-size: 12px;
    /* padding-bottom: 10px; */
}
h2.a-h2 {
    font-size:1.09rem !important;
}
h3.a-h3 {
    font-size:1.08rem !important;
}
h4.a-h4 {
    font-size:1.07rem !important;
}
h5.a-h5 {
    font-size:1.06rem !important;
}
h6.a-h6 {
    font-size:1.05rem !important;
}
.ad-title {
    font-weight: bold;
}
.ads-text {
    color: #6c6c6c !important;
    font-size: 0.9rem;
}
.line-height-block {
    line-height: 1.2;
    padding-top: 7px;
}
.h2-breadcrumb {
    font-size: 1rem !important;
    margin: 0 0 0 0 !important;
    padding-top: 3px !important;
}
.main-text-1 {
    font-size: 0.9rem;
    color: #707070;
}
.h3-main-page {
    font-size: 1rem;
}
.mr-right {
    margin-left: auto!important;
}
.margin-top-11 {
    margin-top: 11px !important;
}
.h5, h6 {
    font-size: 1.2rem !important;
}
.footer-li-margin {
    margin-bottom: 0.3rem;
}


.pt-4 {
    padding-top: 1.5rem!important;
    background-color: #eee!important;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
    margin-left: 15px;
}
.search-button {
    margin-left: -14px;
}
.search-button:hover{
    border-color: #d9d9d9 !important;
}
.btn-secondary {
    color: #fff;
    background-color: #d9d9d9;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    cursor: pointer;
}


.btn-secondary:hover {
    color: #fff!important;
    background-color: #cdcece;
}
.dropdown-menu-search {
    margin-right: 0px;
    top: 40px;
    min-width: 10rem;
    padding: .6rem 1.1rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
    box-shadow: 0 2px 22px rgba(17, 56, 86, 0.29);
}

.dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: .6rem 1.8rem;
    margin: .125rem 0 0;
    /* font-size: .9rem; */
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    line-height: 2.5rem;
    margin-right: 10px;
}

.search-button-dropdown {
    margin-left: 0px;
}
.btn-user {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .27rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    margin-right: 10px;
    margin-left: -2px;
    background-color: #6ea8c8;
    color: #fff;
    cursor: pointer;
}

.btn-user:hover {
    color: white !important;
    background-color: #86aedc;
}

.btn-user-user {
    font-size: 1.3rem;
}
.btn-user-menu-icon {
    padding-right: 7px;
    color: #848484;
}
.new-add-btn {
    background-color: #80c100;
    color: white !important;
}

.new-add-btn:hover {
    color: white !important;
    background-color: #86ca00;
}
.btn-user-enter {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #71ab00;
    padding: .27rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    margin-right: 10px;
    background-color: #f9f9f9;
    color: #649700;
    cursor: pointer;
    margin-left: -2px;
}


.btn-user-enter:hover {
    color: #88cc02 !important;
    border: 1px solid #8dd500;
}

@media (max-width: 765px) {
    .form-inline .form-control {
        display: inline-block;
        width: 103px !important;
        vertical-align: middle;
    }
}
