﻿
.input-validation-error
{
    background-color: #efd9d9 !important;
    border: 1px solid #e85e5e !important;
}

.field-validation-error
{
    display: none;
}

#pager
{
    margin-top: 20px;
    position: relative;
    display: inline-block;
    overflow: show;
}

#pager #shield
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    opacity: 0.5;
    background-color: #fff;
}

#pager #shield img
{
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#pager .pager-btn
{
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font: bold 12px Tahoma;
    line-height: 30px;
    border: 1px solid #812c10;
    border-radius: 5px;
    background: linear-gradient(to bottom, #6d3909 0%,#7b4413 79%);
    color: #ddd;
    margin: 0 2px;
    text-decoration: none;
}

#pager .pager-btn:hover
{
    cursor: pointer;
    box-shadow: 0 0 5px #82400b;
}

#pager .selected
{
    border: 1px solid #812c10;
    background: linear-gradient(to bottom, #b05c0e 0%,#bd6417 55%);
}

ul.list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list li
{
    background: transparent url('../Images/bullet.png') no-repeat 0 50%;
    padding: 10px 0 10px 30px;
}

.silver-background
{
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f2f2f2 99%, #f2f2f2 100%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(99%,#f2f2f2), color-stop(100%,#f2f2f2), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 99%,#f2f2f2 100%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 99%,#f2f2f2 100%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 99%,#f2f2f2 100%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#f2f2f2 99%,#f2f2f2 100%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.box
{
    padding: 10px;
    font-size: 11pt;
    margin-bottom: 20px;
}

.rounded-box
{
    border-radius: 10px;
    border: 1px solid #aaa;
}

.box h3, .box-title
{
    display: block;
    width: 50%;
    margin-bottom: 5px;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    font-weight: normal;
    font-size: 11pt;
}

/*************** STRONA KONTAKTU ********************/
input[type="text"], textarea
{
    border-radius: 3px;
    border: 1px solid #bbb;
    padding: 5px;
}

input[type="text"]:focus, textarea:focus
{
    box-shadow: 0 0 5px #ccc;
}

#contact-form-container
{
    margin: 20px auto 80px auto;
}

#contact-form-container #message-edit
{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#contact-form-container #phone-number-edit
{
    width: 100px;
    letter-spacing: 1px;
    margin-right: 20px;
}

#contact-form-container #name-edit
{
    width: 120px;
    letter-spacing: 1px;
}

#contact-form-container label
{
    font-size: 10pt;
    padding-right: 5px;
}

#contact-form-container #send-message-btn
{
    border: 1px solid #812c10;
    border-radius: 5px;
    background:linear-gradient(to bottom, #6d3909 0%,#7b4413 79%);
    cursor: pointer;
    padding: 5px;
    color: #eee;
    float: right;
}

#contact-form-container #send-message-btn:hover
{
    box-shadow: 0 0 4px #82400b;
}

#contact-form-container #loading-panel
{
    float: right;
    padding: 5px 65px 5px 20px;
    background: url('../Images/loading.gif') no-repeat left center;
    font-size: 11px;
    line-height: 20px;
    position: relative;
    z-index: 1;
    right: -60px;
}

#contact-form-container #sending-result
{
    float: right;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
}

#contact-container
{
    margin: 20px 0 80px 0;
}

#contact-container #data
{
    width: 45%;
    float: left;
}

#contact-container #map
{
    width: 50%;
    float: right;
}

/* oferta */
#offers
{
    width: 100%;
    table-layout: fixed;
}

.offer
{
    font-size: 10pt;
    text-align: justify;
    margin-bottom: 20px;
}

.offer img
{
    display: block;
    width: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 30px;
}



