.report svg {
 fill: #0192A6;  
    height: 22px;
    width: 22px;
    float: right;
    transition:  fill .2s ease-in-out;
    margin-top: -4px;
    
    
}

.report svg:hover {fill: #01B4CD;}

* {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;  
}

body {
padding: 0px;
margin: 0px;
background-image: url(../../img/background/footer_lodyas.png);
    overflow: -moz-scrollbars-none;
}

body::-webkit-scrollbar { display: none; }
table {
width: 100%;   
}

#box {
width: 960px;
border: 6px solid #0192A6;
overflow: auto;
margin: 0px 10px 0px 10px;
padding: 15px;
padding-bottom: 20px;
border-radius: 8px; 
    background-color: rgba(255,255,255,0.89);
    box-shadow:         1px 1px 10px -0px rgba(30, 30, 30, 1);
    margin: 0px auto;
    
    
}

#topleft {
width: 273px;
float: left;
}

#topcenter {
height: 325px;
float: left;
width: 460px;
margin: 0px 10px 0px 10px 
}

#topcenter textarea {
width: 100%;;  
height: 100%;
    padding: 15px;
}
#topright {
width: 200px;
height: 260px;
float: right;


    height: auto

}


/*/////////////////////////////////*/


input, select {
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    border: 1px solid #C9C9C9;
    box-shadow:         1px 1px 6px -3px rgba(80, 80, 80, 1);
}

select {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 67px;
    float: right;
    height: 30px
}

input {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 7px;
    transition: 0.2s border-color ease-in-out;   
}

input:focus, select:focus, textarea:focus {
    border-color: #0192A6; 
    outline: none;
    
}
textarea {
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #C9C9C9;
    width: 100%;
}
input[type=submit] {
    background-color: #0192A6;
    outline: none;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: 0;
    transition: 0.2s background-color ease-in-out;
    margin-top: 8px;
    

    
}

input[type=submit]:hover {
    background-color: #01B4CD;
    
}

input[type=radio] {
    top: 2px;
    position: relative;
    width: 13px;
    outline: 2px green;
}
#wrap {
    padding-top: 20px;
    width: 1024px;
    margin: 0px auto;
}

.report {
    width: auto;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow:         1px 1px 7px -2px rgba(80, 80, 80, 1);
    
}
hr {
 border: 1px solid #0192A6;
}
#info {
    text-align: center;
    
}

#info svg {
 fill: #D8D8D8 ;
     height: 30%;;
    width: 30%;
    padding: 10%;

    
    background: radial-gradient(ellipse at center, rgba(70,70,70,.7) 0%,rgba(153,153,153,0) 70%);
}

#info {
 font-size: 20px;
    color: #D8D8D8;
    
}

.button {
    
    background-color: #0192A6;
    outline: none;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: 0;
    transition: 0.2s background-color ease-in-out;
    width: 100px;
    display: inline;
    margin: 10px;
    padding: 10px;
    border-radius:4px

    
}

.button:hover {
    background-color: #01B4CD;
    
}

a {
    text-decoration: none;
}

#info b {
 font-weight: bold;
    font-size: 20px;
    color: #fff;
}