.errortext{
    color:red;
} 
.calc_in_text{
    width: 100%;
    color:#5b57db;
}
.calc_in_row{
    padding: 10px 0;
}
.input_num {
    width: 100%;
    max-width:350px;
    border: solid 1px #0096cd;
    height: 28px;
    text-align: center;
    border-radius: 5px;
}

.otvet_num {
    width: 100%;
    max-width: 350px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #CCC;
    font-size: 14px;
    text-align: center;
    background: #e3f3f8;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 11px -7px inset;
}
#calc_wait{
    display:none;
}
.img_calc_wait{
    max-width: 32px;
    max-height: 32px;
}
.table_ceil{
	border: 1px solid #dfdfdf;
	width: 20px;
	text-align: center;
}
.nowrap{
    white-space: nowrap;
}
.block_input_date{
    display: inline-block;
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 40px;
    min-width: 253px;
    vertical-align: top;
}
.block_otvet_num{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #909090;
    padding: 5px;
    margin: 10px 0;  
}
.box_clear{
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background: #c50000;
    font-weight: bold;
    line-height: 0px;
    padding: 8px 5px 11px 5px;
    position: relative;
    right: -8px;
    top: 9px;
}
.block_row{
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
.block_left{
    display: inline-block;
}


.cancel_text {
position: relative;
}

.cancel_text:before {
border-bottom: 1px solid red;
position: absolute;
content: "";
width: 100%;
height: 60%;
top: 0px;
transform: rotate(-14deg);
}

.input_select{
    font-size:1.5em; 
    background-color: #FFFECE;
    border-radius: 4px;
}

.datepicker_month{
    margin-top:12px; 
}