/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2014-04-27, 02:04:18
    Author     : Tomek Malec
*/

a {
    outline: 0 !important;
}

.oneapp p {
    margin: 0px;
}

.oneapp .appnazwa {
    line-height: 12px;
}

.purchase-close .closex {
    margin-top: 12px;
}

.payment-label {
    margin-top: 8px;
}

.event-txtheader {
    margin-bottom: 3px;
}

.event-txt {
    line-height: 20px;
}

.tooltipsquare {
    background-color: #2CABD8;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    position: relative;
    text-align: center;
    width: 15px;
}

.tooltiptext {
    background-color: #FFF;
    overflow: hidden;
    position: absolute;
    bottom: 35px;
    left: -163px;
    font-size: 12px;
    width: 250px;
    z-index: 20;
    box-shadow: 0px 0px 30px #565656;
    color: #565656;
    line-height: 14px;
    padding: 10px !important;
    display: none;
}

.tooltiptext-right {
    left: -12px;
}

.tooltipdol {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 25px;
    left: 5px;
    background-image: url('./../../images/layout_2014/tltp.png');
    z-index: 40;
    display: none;
}

.fl {
    float: left;
    margin-left: 5px;
}

.fl:after {
    clear: both;
}

#tooltip-discount {
    position: absolute;
    right: 0px;
    margin-right: 5px;
    margin-top: 5px;
    top: 0px;
}

#tooltip-prices {
    margin-top: 12px;
}

#tooltip-prices .tooltiptext {
    font-size: 9px;
    padding: 5px 5px 0px 5px !important;
}

#facebookico {
    background-color: #4566a0;
}

#facebookico > div {
    background-image: url("./../../images/layout_2014/facebookico.png");
}

.search {
    background-color: #D1D1D1;
}

.white-search {
    color: #444;
}

#advanced_search {
    background-color: #D1D1D1;
}

#advanced_search .twocolumns input[type="text"],
span.customSelect {
    background-color: #DEDBDB;
}

@media screen and (max-width: 767px) {
    .topbarsmall {
        background-image: none;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media screen and (min-width: 768px) {

    .topbarsmall {
        height: 178px;
        margin-left: 0px;
        background-image: url('./../../images/layout_2014/topbar768x169.png');
    }

    .topbarsmall .logo {
        top: 40px;
        left: -15px;
    }
}

@media screen and (min-width: 992px) {
    .topbarsmall {
        height: 166px;
        margin-left: 0px;
        background-size: 949px;
        background-image: url('./../../images/layout_2014/topbar233.png');
    }

    .topbarsmall .logo {
        left: 0px;
    }

}

@media screen and (max-width: 992px) {
    #tooltip-prices {
        margin-top: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1239px) {
    #facebookico span, #mobile_app span {
        padding-top: 5px;
    }
}

@media screen and (min-width: 1240px) {

    .topbarsmall {
        height: 210px;
        background-size: auto auto;
        background-image: url('./../../images/layout_2014/topbar233.png');
    }

    .topbarsmall .logo {
        top: 50px;
    }

    .right_box span {
        margin-left: 80px;
    }

}

.rzad .miejsce.tooltipsquare .tooltiptext {
    border-radius: 10px;
    width: auto;
    box-shadow: 0 0 10px #565656;
}
.rzad .miejsce.tooltipsquare .tooltiptext p{
    display: block;
    white-space: nowrap;
    color: #999;
    padding: 2px 0;
}
.rzad .miejsce.tooltipsquare{
    display:block;
    background-color:#E5E5E5;
}