.pt5px{
    padding-top:5px;
}

.mt5px{
    margin-top: 5px;
}

.mb5px{
    margin-bottom: 5px;
}

.mb2px{
    margin-bottom: 2px;
}

.fs14{
    font-size: 14px;
}

.fs18{
    font-size: 18px;
}

.dib{
    display: inline-block;
}

.dn{
    display: none;
}

.float-right{
    float:right;
}

/*fonts*/
.bold{
    font-weight: bold;
}

.uppercase{
    text-transform: uppercase;
}

.w100px{
    width:100px;
}

.w100{
    width:100%;
}

.w98{
    width: 98%;
}

.h35px{
    height:35px;
}

.h1{
    padding-top:5px; 
    padding-bottom:5px;
    font-size:32px; 
    font-weight:bold;
}

.h3{
    padding-top:5px;
    padding-bottom:5px;
    font-size:24px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.pr10px{
    padding-right: 10px;
}

.pl10px{
    padding-left: 10px
}

.ml30px{
    margin-left: 30px;
}

.w50p{
    width: 50%;
}

.text-right{
    text-align: right;
}

.cursor-pointer{
    cursor: pointer;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.img-preview{
    max-height: 150px;
}

input[type="text"], 
input[type="password"],
input[type="number"],
input[type="datetime-local"]{
    border:1px solid grey;
    padding:3px 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size: 20px;
    height: 30px;
}
.checkbox-xl{
    height: 15px;
    width: 15px;
    cursor: pointer;
}

#t1 a:hover{
    color: lightgray!important;
}

#t2 a:hover{
    color: lightgray!important;
}

.licytacja-input:disabled{
    background-color: silver;
    cursor: not-allowed;
}

/*@media only screen and (max-width: 600px) {
    .licytacja-input{
        font-size: 30px;
    }
    
    .licytuj-btn{
        clear: both;
        margin: 10px auto;
        height: 40px;
        width: 200px;
    }
}*/