
table {
    width: 70%;
    border-collapse: collapse;
}
td, th {
    border: 1px solid #C2C2FF;
    padding: 1px 1px 1px 1px;
    font-family: Arial;
}
th {
    text-align: center;
    padding: 1px;
    background-color: #9999FF;
    color: white;
    font-weight: bold;
}

td.td_right{
     text-align: right;
 }

td.td_center{
    text-align: center;
}

p.simple_text
{
    font-family: Arial;
    font-weight: bold;
    color: black;
    text-align: center;
}

input.address {
    width: 300px;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 8px;
}

tr:hover { background-color: #E0E0FF; }

input.file{
    width: 300px;
    font-size: 13px;
    background: #F6F6f6;
    border-radius: 8px;
}

.file-upload input[type="file"]{
   display: none;/* input file */
 }
.file-form-wrap{
    width:300px;
    margin:auto;
}
.file-upload {
    position: relative;
    overflow: hidden;
    width: 300px;
    height:50px;
    line-height:50px;
    background: #4169E1;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.file-upload:hover {
    background: #1E90FF;
}
/*  label .file-upload */
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-upload span {
    font-weight:bold;
}
.preview-img{
    max-width:100px;
    max-height:100px;
    margin:5px;
}

.basket_button
{
    color: white;
    background-color: #7bb928;
    width: 250px;
    height:45px;
    border-radius: 41px;
  }
.basket_button:hover
{
    box-shadow: 0 13px 16px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.client_info
{
    height: 8mm;
    vertical-align: center;
    font-size: small;
    font-family: Arial;
    font-weight:bold
}

.add_info
{
    font-size: medium;
    font-family: Arial
}

.prokrutka {
    width:98%; /* ширина нашего блока */
    height: 430px; /* высота нашего блока */
    background: #fff; /* цвет фона, белый */
    border: none; /* размер и цвет границы блока */
    overflow-y: scroll; /* свойство для прокрутки по горизонтали. Автоматом, если больше блока */
}


