body{
    padding-top: 66px;
}

body .container{
    width: 100%;
    max-width: 1460px;
}

.breadcrumb{
    background: none;
}


#currency-div{
    margin-top: 17px;
}




.panel-body input:read-only{
    background: transparent;
    cursor:pointer;
}



.nofl .wrap-item{
    background: white;
    float: none; /* not needed, just for clarification */
    
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

/*
.wrap-item{
    min-height: 100px;
    
}
*/
.wrap-item .img-conten{
    position: relative;
}


.dw-item-info > div{
    position: relative;
    float: left;
    margin-right: 10px;

}

.dw-item-rate{
    padding: 5px;
    background: #01a252;
    color: white;
    font-size: 14px;
}
.dw-item-title a{
    font-size: 24px;
}

.dw-item-info-stars{
    color: #d4b319;
}

.filter-check {
    position: relative;
    padding: 6px 0px;
    cursor: pointer;
}

.filter-check .dw-filter-checkbox.checked{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AsJDRgEXeYAqgAAAHNJREFUKM+1kbEJgEAMRd+BOqCVlevYWMihiNhooQMIuogDnU0OgnCQQj8EQvISyA/8qBoorPACBOCwwKvAAegBMqCUpnvBk4J9LF5SaF9Dm4JHvcWrRiMDewqOmhVwq7xLHebEgaBisDhyajcsyoHq03c/u2IiHLR+99wAAAAASUVORK5CYII=')

}
.filter-check .dw-filter-checkbox{
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
    border: 1px solid black;
    cursor: pointer;
    float:left;
}

.filter-check .dw-filter-count{
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    
    color: black;
    font-size: 14px;
    background: #eee;
    position: absolute;
    right: 0px;
}

.stretch{
    height: 240px;
}
.containerx {
    height: auto;
    overflow: hidden;
}

.right {
    width: 180px;
    float: right;
    background: #aafed6;
}

.left {
    float: none; /* not needed, just for clarification */
    background: #e8f6fe;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}


.item-list-view{
    margin-bottom: 15px;
}

.slider-label{
    margin-top: 15px;
    margin-bottom: 15px;
}

.slider-label input{
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
}

.btn-apply-filter{
    border: 1px solid #ccc;
    padding: 4px 15px;
    margin-top: 15px;
}

li.filter-check.disabled span{
    color: #999;
}
li.filter-check.disabled span.checked{
    background: #eee;
}

img,.img-content {
    -webkit-user-select: none;  -khtml-user-select: none;   -moz-user-select: none; -o-user-select: none;    user-select: none; 
}


.sp-remove{
    float: right;
    cursor: pointer;

}


                   
@media screen and (max-width: 1000px) {
    .currency-div-class{
        position: absolute;
        right: 7px;
        top: 7px;
        width: 40%;
    }
    .social-div-class{
        position: absolute;
        right: 21px;
        top: 37px;
        width: 40%;
        padding: 0px;
    }

    
    #usuarioSocial-avatar{
        height: 25px !important;
        width: 25px !important;
    }
    
    #login-social-button {
        float: right;
        text-align: right;
    }
    #contentAvatarSocial {
        right: 0px !important; 
    }
    #contentAvatarSocial .primeraLinea.nombre{
        margin-top: 7px !important;
    }
    
    .currency-div-class #currency-div {
        margin-top: 0px;
        width: 100%;
    }
    
}

@media screen and (min-width: 1000px) {
    .fa-2{
        position:absolute;
    }    
    .tag-label{
        margin-left: 0px;
        padding-left: 12px;
        width: 100%;
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }    
    
    .night-count{
        font-size: 12px;
    }
}
.ul-tags-list li {
    cursor:pointer;
    padding-bottom: 5px;
}
.ul-tags-list li span{
    line-height: 15px;
    font-size: 1.09em;    
    color: #999;
}

.fa-2{
    margin-top: 3px;
    font-size: 1.3em;
    line-height: 15px;
    color: #3c763d;
    
}
.tag-label{
    margin-left: 10px;
}


.filter-footer-bar{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left:0px;
    height: 45px;
    background: #013461;
    z-index: 1000;
}
.filter-footer-bar a{
    padding: 10px 0px;
    display: block;
    color: white;
    text-indent: 3px;
}

.fixed-filter{
    padding-top: 10px;
    position: fixed;
    top: 0px;
    left:0px;
    bottom: 0px;
    right: 0px;
    z-index: 100031;
    background: white;
    overflow-y: scroll;
    
    
}
.header-filter{
    margin-bottom: 15px;
    background: white;
    border-bottom: 1px solid black;    
}

.close-filter{
    font-size: 13px;
    border-radius: 50%;
    color: white;
    background: #2684d5;
    padding: 3px;
    margin-top: 8px;
    cursor: pointer;
}

.panel-heading .resize{
    float: right;
}

.panel-fecha .panel-heading span i{
    margin-right: 8px;
}
.panel-fecha .panel-heading .resize{
    position: absolute;
    top: 10px;
    right: 30px;
}
.panel-fecha .panel-heading span{
    padding: 3px 2px;
    display: block;
}

.title-group{
    font-weight: bold;
    margin-top: 5px;
}

.selectize-dropdown.multi.form-control{
    display: none !important;
}
.selectize-control.multi .selectize-input > div{
    background: #ddd !important;
}
.form-control.selectize-control{
    margin-top: 4px;
}

.panel.blockpanel{
    display: none !important;
}

.text-help-code{
    font-weight: 300;
    color: #777;
}

.text-help-code i:before{
    font-size: 21px;
}

.sort-div .dw-list-text{
    padding: 11px 12px;
    background: white;
    font-weight: normal;
    padding: 11px 28px 11px 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    position:relative;
    
}

.sort-div  .dw-list-text i {
    position: absolute;
    top: 32%;
    right: 11px;
}

.panel-fecha .dw-list-text{
    font-weight: normal;
    padding: 8px;
}

.sort-div .dw-list-text{
    font-weight: normal;
}

.dw-list-container.right {
    width: 100%;
}
.dw-list-container.right .dw-list{
    right: 0px;
    left: initial;
    width: auto;
    padding-right: 5px;
    min-width: 100%;
}

#filter-list .panel-heading{
    cursor:pointer;
    
}