/*Info-box*/
.info-wrapper{
	display:none;
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.3);
}
.info-box{
	margin:80px auto;
	width:500px;
	height:200px;
	border:1px solid #c2c2c2;
	background-image:linear-gradient(to bottom, #FFFFFF 0%, #EBEBEB 38%);
}
.info-box h4{
	margin:10px 0px 30px;
	text-align:center;
	float:none;
}
.info-box > div{
	display:block;
	margin:0px auto 40px;
	width:300px;
}
.info-box input[type=number]{
	width:100px;
	height:20px;
	margin-left:10px;
}
.info-box input[type=button]{
	cursor:pointer;
	display:block;
	position:relative;
	width:250px;
	background-image:linear-gradient(to bottom, #92BA36 0%, #3F7C3B 88%);
	border:1px solid #3b7639;
	padding:7px 0 9px 0;
	margin:2px auto;
	font-family:'allerbold';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.info-box input[type=button]:hover{
	opacity:0.9;
}
/*-----------*/

.text-filed {
    position: relative;
    float: left;
    width: 100%;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 7%, #ffffff 50%, #ffffff 50%, #f2f2f2 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#f2f2f2), color-stop(50%,#ffffff), color-stop(50%,#ffffff), color-stop(92%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    color: #696969;
    border: 1px solid #d6d6d6;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: normal;
    padding: 8px 12px;
}

.standard-form input[type=checkbox]{
	margin:8px 0px 15px 10px;
}

.standard-form .checkbox-label{
	width:initial!important;
}

.standard-form a{
	color:#2929c5;
}

.head-field {
    position: relative;
    float: left;
    margin: 7px 0;
    color: #696969;
}

.button {
    position: relative;
    float: left;
    background-color: #699B38;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.07, #90B735),
            color-stop(1, #3E793B)
    );
    background-image: -o-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: -moz-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: -webkit-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: -ms-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: linear-gradient(to bottom, #90B735 7%, #3E793B 100%);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: 'allerbold';
    border: 1px solid #3d783a;
    padding: 3px 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.button:hover {
    opacity: 0.9;
}

.remember {
    position: relative;
    color: #0d540b;
    position: relative;
    float: left;
    margin: 24px 0 0 65px;
}

.remember:hover {
    text-decoration: underline;
}

.message {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ED3633;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.07, #FF8785),
	color-stop(1, #EC322F)
    );
    background-image: -o-linear-gradient(bottom, #FF8785 7%, #EC322F 100%);
    background-image: -moz-linear-gradient(bottom, #FF8785 7%, #EC322F 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8785 7%, #EC322F 100%);
    background-image: -ms-linear-gradient(bottom, #FF8785 7%, #EC322F 100%);
    background-image: linear-gradient(to bottom, #FF8785 7%, #EC322F 100%);
    border: 1px solid #B42220;
    color: #fff;
    padding: 9px 10px;
    width: 274px;
    margin-bottom: 5px;
    font-weight: bold;
}

.message.information {
    background-color: #528939;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.07, #90B735),
            color-stop(1, #3E793B)
    );
    background-image: -o-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: -moz-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: -webkit-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: -ms-linear-gradient(bottom, #90B735 7%, #3E793B 100%);
    background-image: linear-gradient(to bottom, #90B735 7%, #3E793B 100%);   
    border: 1px solid #3d783a;
}

#logout {
    position: absolute;
    top: 71px;
    right: 0;
    color: #fff;
    font-size: 11px;
    font-family: 'Arial';
    font-weight: bold;
}

.table-626 {
    position: relative;
    float: left;
    width: 626px;
    border-collapse:collapse;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 50px;
}
            
.table-626 th {
    background-color: #EAB51E;
    /*background-image: linear-gradient(to bottom, #92BA36 0%, #3F7C3B 88%);*/
    color: #404040;
    padding: 5px 0;
}

.table-626 td {
    padding: 5px 5px;
    border-bottom: 1px solid #EAB51E
}

.table-626 th, .table-626 td{
    border: 1px solid #EAB51E;
}

.table-626 .edit {
    position: relative;
    display: block;
    font-weight: bold;
    color: #7BAF43;
    padding: 2px;
}

.table-626 .lock {
    position: relative;
    display: block;
    font-weight: bold;
    color: #669939;
    padding: 2px;
}

.table-626 .delete {
    position: relative;
    display: block;
    font-weight: bold;
    color: #C53132;
    padding: 2px;
}

.table-626-a {
    position: relative;
    float: left;
    width: 626px;
    border: 0;
    margin-top: 25px;
}

.standard-form .message {
    width: 580px;
    margin-bottom: 30px;
}

.standard-form .head-field {
    width: 120px;
}

.standard-form .text-filed {
    width: 455px;
    margin-bottom: 15px;
}

.edit-form .message {
    width: 606px;
    margin-bottom: 30px;
}

.edit-form .head-field {
    width: 602px;
}

.edit-form .text-filed {
    width: 602px;
    margin-bottom: 15px;
}

.text img {
    margin-bottom: 15px;
    margin-right: 15px;
}

.btn-ch {
    position: relative;
    float: left;
    width: 127px;
    margin: 0 10px 30px 0;
    text-align: center;
    padding-bottom: 4px;
    
}

.btn-ch:last-child {
    margin-right: 0;
}

.button.active {
    background-color: #EAB51E;
    background-image: linear-gradient(to bottom, #F8C931 7%, #EAB51E 100%);
    border: 1px solid #EAB51E;
    color: #404040;
}

h5 {
    position: relative;
    float: left;
    width: 100%;
    color: #FFAD00;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'allerregular';
}

.window-item {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-color: #64ADE5;
    margin: 0 15px 15px 0;
    
}

.win-show span {
    color: #75A438;
    font-weight: bold;
    font-family: 'Arial';
}
.newsx {
    position: relative;
    float: left;
    margin: 40px 0 0px 0;
    width: 615px;
}

.newsx:last-child {
    margin-bottom: 40px;
}

.newsx img {
    position: relative;
    float: left;
    border: 1px solid #A6A6A6;
    background-color: #fff;
    padding: 1px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.newsx .news-inside {
    position: relative;
    float: right;
    width: 433px;
    border: 0;
    
}

.newsx h3 {
    position: relative;
    float: left;
    width: 425px;
    font-family: 'allerregular', 'Tahoma';
    font-weight: normal;
}

.newsx h3 a {
    position: relative;
    color: #091C31;
    font-family: 'allerregular', 'Tahoma';
    font-size: 16px;
    text-decoration: none;
}

.newsx h3 span {
    position: relative;
    float: left; 
    color: #0F5C0C;
    font-size: 12px;
    margin-right: 8px;
    top: 0px;
    font-weight: normal;
    font-family: 'allerbold', 'Tahoma';

}

.newsx p {
    position: relative;
    float: left;
    width: 425px;
    margin: 18px 0 18px 0;
}

.read {
    color: #FFAD00;
    border: 0 !important;
    text-decoration: none !important;
    text-transform: lowercase;
}

.read:hover {
    text-decoration: underline !important;
}

#flash-box {
    overflow: hidden;
}

.r_okna {
    margin: 5px 7px 5px 5px;
}

.r_okna_nazwa {
    color: #696969;
}

.csv_load {
    position: relative;
    float: left;
    margin-left: 25px;
    color: #696969;
    width: 583px;
}

.price-pack {
    position: relative;
    float: left;
    color: #3F7C3B;
    font-family: 'allerregular', 'Tahoma';
    font-size: 18px;
    text-align: center;
    width: 255px;
    margin-top: 50px;
}

.fb-login {
    position: absolute;
    top: 10px;
    right: 0;
    background: url('../temp/.png') no-repeat;
}

#map-poland {
    float: left;
}

.dealer-span {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 14px;
}

.powiat-list {
    position: relative;
    float: left;
    width: 240px;
    margin: 0px 30px;
    color: #0e590b; text-transform: uppercase; font-size: 14px; font-family: 'allerbold';
    border-bottom: 1px solid #C2C2C2;
}

#powiaty-tabela {
    position: relative;
    float: left;
    width: 240px;
    margin: 25px 0 0 30px;
    padding: 5px 3px;
}

.select-filed {
    position: relative;
    float: left;
    width: 100%;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 7%, #ffffff 50%, #ffffff 50%, #f2f2f2 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#f2f2f2), color-stop(50%,#ffffff), color-stop(50%,#ffffff), color-stop(92%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 7%,#ffffff 50%,#ffffff 50%,#f2f2f2 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    color: #696969;
    border: 1px solid #d6d6d6;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: normal;
    padding: 8px 8px;
    margin-bottom: 15px;
}

#price-zz {
    position: relative;
    float: left;
    font-family: 'allerregular';
    font-size: 18px;
    color: #0D540B;
    margin: -25px 0 25px 0;
}