.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 0px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 20px 0;
}
.domains {
	width: 200px;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.modal-window{
    position: absolute;
    z-index: 1;
    display: none;
}
body{
background: rgb(0,78,255);
background: linear-gradient(90deg, rgba(0,78,255,0.10136554621848737) 0%, rgba(0,27,255,0.03974089635854339) 52%, rgba(0,31,255,0.1741946778711485) 100%);
}
table{
    border: 2px solid black;
}
.r-values-btn {
    background: #d00058;
    width: 120px;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 30px auto 0px auto;
    text-align: center;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	cursor: pointer;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}
.date_file{
	font-weight: normal;
}
h2{
	margin-top: 0px;
}
.submit__button{
    margin-right: 15px;
}
.sites__title{
margin-right: 25px;
display: inline-block;
vertical-align: middle;
}
body, html {
	margin:0px;
	padding:0px;
	height: 100%;
}
 
#container {
   min-height: 100%;
   position: relative;
}
 
#body {
   padding-top: 10px;
   padding-bottom: 50px;
}

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
}

#footer span{
	margin-right: 20px;
}

sup {
	font-weight: normal;
}


.sites__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
.users__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
img{
    display: block;
    margin: 0 auto;
    width: 15%;
}

.element-hidden{
    display: none;
}
.marked-column{

    background: rgb(255 0 0 / 80%);
}