.calculator{
	text-align:left;
	padding:20px 15px;
	min-height: 150px;
}

.calculator_left_block{
	width:520px;
	padding:5px;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.3);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.square-row-del{
	background-color: #E5F1FB;
	padding: 5px;	
	color: black;
	height: 15px;
	width: 15px;
	text-align: center;
	box-shadow:1px 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:1px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow:1px 2px 2px rgba(0,0,0,.3);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.square-row-del:hover{
	cursor: pointer;
}
.right_block {
    width: 325px !important;
}

.left_block {
    width: 440px !important;
}

.splitter {
    border-top: 1px solid #CCC;
}

.hidden {
    display: none;
}

.error {
    border: 1px solid #FA0B0B !important;
}

 .sum input[type="text"] {

    width: 48px !important;
    margin: 2px;
}

 input[type="text"].sum {

    width: 48px !important;
    margin: 2px;
}

table.select-files td {
    padding: 2px;
}

.block_form input[type="text"].select-file-url {
    width: 220px !important;
}

/*.block_form input[type="file"].select-file {
    width: 220px !important;
}*/

.block {
    width: 100%;
    margin: 25px 60px 0px 0px;
}

.block label {
    float: left;
    width: 100%;
}

.block textarea {
    width: 100%;
}

.block input {
    width: 100%;
}

.block h3 {
    color: #000000;
    font-size:  17px;
    font-weight: bold;
    text-transform: none;
}

.but_calc {
    width: 140px !important;
}

.sides { float: right;}
.sides label {float: left; padding-right: 2px;}
.ext { float: right; margin-right: 125px;}
.ext .b {float: left; pad0ding-right: 2px;}
.step { float: right;}

.block_form input[type="text"].square-input {width: 56px;}
.block_form input[type="text"].square-input:invalid{
    border: solid 3px red;
}
.block_form input[type="text"].square-input:valid{
    border: solid 1px rgb(172, 216, 172);
}

.row-service {height: 45px; border: solid 1px whitesmoke; }
.row-service td  {padding-left: 2px; padding-top: 2px;}
.cell-service {width: 100px; vertical-align: top;}
.cell-side {/*width: 80px;*/}

.delivery_address {display: none;}

.price-ext {float: right;}
.td-center {text-align:center !important;}
.for_saved_files{max-width: 100%;}
.block_maket{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 10px 0;
}
.block_maket input{
	height: 25px;
	padding: 3px;
}
.label_maket{
	display: none;
}


/*
*/
.block input[type=checkbox],
.block label[for=accept-conf]{
	width: auto;
	float: none;
}

#print {
    position: fixed;
    width: 60%;
    height: 80vh;
    top: 10vh;
    left: 20%;
    background-color: #fff;
    z-index: 1000000;
    outline: 1px solid black;
}

#print .close{
    position: absolute;
    width: 25px!important;
    height: 25px;
    float: right;
    right: 10px;
    top: 10px;
}
#print .print{
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 25px;
}

#print iframe{
    position: absolute;
    width: 90%;
    right: 30px;
    height: 70vh;
    top: 40px;
}