/* 
    Created on : 10.2.2015, 23:09:34
    Author     : Ondrej Paluch
*/

.searching-content .well
{
    margin-top: 0px;
    background-color: transparent !important;
    border: none;
    padding-top: 5px;
    padding-bottom: 0px;
}

.visible-min-411,
.visible-max-410
{
    display: none;
}

.btn-up-shift{
    display: none;
}

.panel-my-danger>.panel-heading {
    color: white;
    background-color: #a94442;
    border-color: #ebccd1;
}

@media screen and (max-width: 768px){
    .searching-content .well
    {
        padding: 7px;        
        margin-bottom: 0px;    
    }
    .searching-content .searching-filter{
        margin-top: -15px;
    }
}

@media screen and (min-width: 801px){
    .up_but
    {
        position: fixed;
        right: 0px;
        top: 46%;
        height: 95px;
        line-height: 88px;
        font-size: 30px;
        width: 50px;
        background-color: rgb(72, 194, 243);
        border-radius: 15px 0px 0px 15px;
        color: white;
        padding: 33px 0px 0px 10px; 
        cursor: pointer;
        visibility: visible;
        display: block;
    }

    .visible-min-411{
        display: block !important;
    }
}

@media screen and (max-width: 800px){
    .up_but{
        position: fixed;
        right: 0px;
        bottom: 0px;
        height: 59px;
        line-height: 62px;
        font-size: 30px;
        width: 40px;
        background-color: #48C2F3;
        border-radius: 15px 0px 0px 0px;
        color: #FFF;
        padding: 6px;
        text-aligh: center;
        cursor: pointer;
        visibility: visible;
        display: block;
    }

    .visible-max-410{
        display: block !important;
    }
}

#undecided-towns{
    border-radius: 0px 0px 10px 10px;
}

.upper-separator
{
    margin: 0px;
}

.btn-sign-up, .btn-recommend {
    white-space: normal;
    line-height: 12px;s
}

.btn-recommend{
    background-color: rgb(199,5,54);
    border: 1px solid rgb(209,15,64);
    color: white;
}

.btn-recommend:hover{
    background-color: rgb(209,15,64);
}

.temp-search-error-message, .search-error-message-top
{
    display: none;
}

.search-error-message-top .alert
{
    line-height: 15px;
    padding: 11px 15px;
    background-color: rgb(199,5,54);
    color: #FFF;
}

.search-error-message-top .col-first
{
    padding-right: 5px;
}

.btn-err-send-recommendation
{
    float: right;
}

.btn-err-send-recommendation button
{
    background-color: #FFF;
    color: rgb(199,5,54);
}
.btn-err-send-recommendation button:hover
{
    background-color: #EEE;
    color: #000;
}


.search-error-message-top .col-second
{
    padding-left: 0px;
}

.panel-type-search .panel-body 
{
    position: relative;
}

@media(min-width: 769px){
    .section-scroll-down
    {
        display: none!important;
    }
}

@media(max-width: 768px){
    .btn-sign-up {
        padding: 5px;
        margin-top: -10px;
        width: 100%;
    }
    .btn-recommend{
        padding: 5px;
        width: 100%;
    }

    .search-error-message-top .alert
    {
        padding: 8px;        
        font-size: 13px;
    }

    .section-scroll-down
    {
        width: 46px;
        height: 46px;
        position: absolute;
        bottom: 5px;
        left: 10px;
        border: 2px solid #48c2f1;
        border-radius: 40px;
        color: #48c2f1;
        padding: 13px 15px;
        background-color: #fff;
        background: rgba(255,255,255,.7);
        cursor: pointer;
        display: none;
    }
}

.last-searching
{
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 5px;
}

.last-searching span.badge
{
    cursor: pointer;
    padding: 7px 6px;
}

.last-searching span.badge:hover
{
    background-color: #FFF;
}


@media(min-width: 992px){
    .submit_butt
    {
        margin-top: 24px;
    }

    .searching_row .row
    {
        margin-bottom: 0px;
    }

    .last-searching
    {
        margin-top: -5px;
    }
}

.badge-category{
    background-color: #0e87b5;
    padding: 6px 6px 6px 6px;
    cursor: pointer;
}

.filter-unselected{
    color: white;
}

#ajax-loader{
    position: fixed;
}