#kalkulatorkorzysci{
    background: #fff;
    border: 1px solid #aaaaaa;
    color: #222222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    min-height: 190px;
}

.ajax-loader {
    cursor: wait;
    background:#000 url('../images/ajax-gears.gif') no-repeat center center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
    position: absolute;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
}


#kalkulatorkorzysci input{
    width: 130px;
    font-size: 12px;
    height: 16px;
    padding: 5px 2px;
    border: 1px solid #c0c0c0;
    margin: 5px 2px;
}

#kalkulatorkorzysci select{
     line-height: 26px;
     height: 26px;
     width: 130px;
     border: 1px solid #c0c0c0;
    margin: 5px 2px;
}

.label{
    float: left;
    width: 170px;
     height: 16px;
     padding: 5px 0px;
     margin: 5px 0px;
     vertical-align: central;
}

.label_select{
    float: left;
    width: 180px;
     height: 16px;
     padding: 5px 0px;
     margin: 5px 0px;
     vertical-align: central;
}

.label div, .label_select div{
    float: left;
}

#kalkulator-form img.kalkulator-tooltip{
/*    float: left;*/
    margin: 1px 0 0 3px;
}

.pole-form{
    height: 27px;
    clear: both;
}

button#kalkulator-oblicz{
    float: right;
}

#kalkulatorkorzysci .pure-u-lg-1-2{
    float: left;
}

#kalkulatorkorzysci .clear{
    clear: both;
}

#tabela-wynikow{
    margin: 30px auto 0;
    width: 100%;
    text-align: center;
}

#tabela-wynikow ul {
    list-style: outside none none !important;  
    margin: 0 !important;
    padding: 0 !important;
}

.wynik-box {
    float: left;
    margin: 0 -1px 0 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wynik-box .kalkulator-header {
    background: #0066cc none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: allerregular,Arial,Helvetica,sans-serif !important;
    min-height: 45px;
    padding: 10px 0;
}

.wynik-box .kalkulator-content {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    background-color: #fff;
}

.wynik-box .kalkulator-content .subtitle {
    background-color: #f0f0f0;
    font-size: 14px;
    padding: 10px 0;
}

.wynik-box .kalkulator-content .kalkulator-wartosc {
    font-size: 18px;
    font-weight: bold; 
    padding: 10px 0;
}

.szczegoly-kalkulacji{
    display: none;    
}

.wynik-box .kalkulator-content .szczegoly-kalkulacji .subtitle {
    background-color: #f0f0f0;
    font-size: 12px;
    padding: 6px 0;
}

.wynik-box .kalkulator-content .szczegoly-kalkulacji .kalkulator-wartosc {
    font-size: 12px;
    font-weight: bold; 
    padding: 6px 0;
}

span.orange{
    font-weight: bold;
    padding: 0 3px;
    background: #ff5c00;
    color: #fff;
}

span.blue{
    font-weight: bold;
    padding: 0 3px;
    background: #0066cc;
    color: #fff;
}

.zobacz-szczegoly-kalkulacji{
    
}

#chart_div div div{
    display: block; 
    margin: 0 auto;
}

#info_text p{
    /*font-size: 11px;*/
}
