.spacer
{
    width: 100%;
    height: 80px;
}
.shadow_head{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.active-link{
    color: #fff;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}


.main-div{
    height: 430px;
    width: 400px;
    background: white;
}
.shadow {
    background: #ffffff; /* Цвет фона */
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 50px rgba(0,0,0,0.075);
    border-radius: 10px;
}

.logotype {
    margin-top: -15px;
    width: auto;
    min-width: 160px;
    margin-bottom: -15px;
}

.languages-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
}
.language-item {
    display: flex;
    flex-direction: row;
    margin-right: 15px;
    width: 8%;
    justify-self: center;
}

.form-user{
    display: flex;
    justify-content: space-between;


}

.logout {
  float: right;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {

  .table-scroll {
    width: 100%;
    overflow-y: hidden;
    _overflow: hidden;

    padding: 0px;
  }
}

.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}

.rightimg  {
    border-left: 5px double grey;
    padding:20px;
    float: right;
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

.rightimg_no_border  {
    padding:20px;
    float: right;
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

.black_overlay {
    transition: visibility 0.3s, opacity 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100000;
}

.white_content {
    transition: visibility 0.3s, opacity 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 5%;
    left: 15%;
    width: 70%;
    height: 90%;
    padding: 16px;
    border: 3px solid;
    border-color: #ddd;
    background-color: rgb(255, 255, 255);
    z-index: 100001;
    overflow: auto;
    border-radius: 15px;
}

.white_content_broadcast {
    transition: visibility 0.3s, opacity 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
    padding: 16px;
    border: 3px solid;
    border-color: #ddd;
    background-color: rgb(255, 255, 255);
    z-index: 100001;
    overflow: auto;
    border-radius: 15px;
}

.white_content_xls {
    transition: visibility 0.3s, opacity 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 14%;
    left: 15%;
    width: 70%;
    height: 72%;
    padding: 16px;
    border: 3px solid;
    border-color: #ddd;
    background-color: rgb(255, 255, 255);
    z-index: 100001;
    overflow: auto;
    border-radius: 15px;
}

body{
    background-color: #fafafa
}

.page_wrap {
    background-color: #fafafa
}