
   body {
    margin: 0px;
    font: 10pt Arial, Helvetica, sans-serif; 
    background: #e9edf3; 
   }

   #container {
    width: 100%; 
    margin: 0 auto; 
    background: #e9edf3; 
   }

   #header {
    height: 50px;
    width: 100%;
    font-size: 2.2em; 
    text-align: center; 
    padding: 5px; 
    background: #45aad5;
    color: #ffe; 
    position: fixed;
    z-index: 5;
   }

   .header__options {
    display: flex;
   }

  .header__options-box1 {
    flex: 1;
    color: #fff;
    font-size: 19px;
    text-align: left;
    padding: 10px 10px 10px 30px;
  }

  .header__options button {
    appearance: none;
    border: 0;
    background: #fff;
    color: #000;
    padding: 6px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

   .header__options button:hover {
     border: 1px solid #fff;
     color: #fff;
   }


  .header__options-box2 {
    flex: 1;
    text-align: right;
    padding-right: 20px;
  }

  .header__options-box2 a{
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    padding: 4px;
  }

    .header__options-box2 a:hover {
     background: rgba(255,255,255,.2);
  }

   a {
    text-decoration: none;
    color:  #2086E9;
   }




.search-right {
  float: right;
  margin-top: -8px;
}


button:focus{outline:0}

select {max-width: 110px;}

select {
  height: 36px;
  margin-right: 6px;
  margin: 6px;
  border: 1px solid #45aad5;
  border-radius: 5px;
  padding: 4px;
 

}

input {
  height: 26px;
  margin: 6px;
  border: 1px solid #45aad5;
  border-radius: 5px;
  padding: 4px;
}

input[type=radio]{ height: inherit;}
input[type=checkbox]{ height: inherit;}
input.long {width:100%;}
select.long {max-width: 100%; width: 100%;}

select.filterSel {min-width: 300px; max-width: 300px;}

.long-midle {width: 240px; margin-left: 10px;}

 textarea:focus {
   border: 1px solid  #2086E9; 
   outline: none;
}

textarea {
   border: 1px solid  #2086E9; 
   height: 100px;
   overflow-y: scroll;
   padding: 4px;
   margin: 6px;
   border-radius: 5px;
   width:100%;
   resize: none;
}

button {
  border-radius: 5px;
}


/*админка*/
 .centerLayer__login input {
    width: 60%; 
    padding: 12px; 
    height: 36px;
    border: 2px solid  grey; 
    border-radius: 4px; 
    box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical;
  } 

.centerLayer__login input[type=text]:focus, input[type=password]:focus {
   border: 2px solid  #2086E9; 
   outline: none;
}

 .centerLayer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    line-height: 1em;
    letter-spacing: 0em;
    position: absolute;
    width: 440px; 
    height: auto; 
    left: 50%; 
    top: 50%; 
    margin-left: -220px; 
    margin-top: -200px; 
    padding: 10px; 
    overflow: auto; 
    text-align: center;
}

.centerLayer p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: grey;
    line-height: 1em;
    letter-spacing: 0em;
   }

.centerLayer__login {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px;
    background: #fff; 
    padding: 50px 0 50px 0;
   }

.centerLayer__login button {   
    background-color: #2086E9;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }



   #sidebar {
    margin-top: 0px; 
    width: 200px; 
    padding: 0 10px; 
    float: left; 
    background: #ffffff;
    font-family:  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    color: #2086E9;
    line-height: 1em;
    letter-spacing: 0em;
    min-height: 100vh;
    position: fixed;
    margin-top: 60px;
    }

   #sidebar li {
    list-style-type: none;
    margin-bottom: 15px; 
    padding-bottom: 5px;
    line-height: 16px;
   }

    #sidebar ul {
    position: relative;
    left: -20px;
   }

   @media (max-width: 1100px){
     #sidebar {
    margin-top: 60px; 
    width: 200px; 
    padding: 0 4px; 
    font-size: 9px;
    line-height: 14px;
 
    }

    #sidebar li {
    margin-bottom: 10px;
    }
   }
  
   #content {
    margin-left: 130px; 
    padding: 10px; 
    background:#e9edf3; 
    padding: 10px;
    padding-left: 100px;
    padding-top: 70px;
   }
  
  .content__window {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

 
 .content__window-name {
    margin-top: 10px;
    margin-bottom: 20px;
 }

 .content__window-name button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #45aad5;
  color: #fff;
  padding: 8px 16px;
  margin-left: 10px;
  font-size: 16px;
}

.content__window-name button:hover {
  background: #2086E9;
}

 .content__window-block1 {
   margin-bottom: 20px;
 }

 .content__window-block2 {
  background: #fff;
  margin-bottom: 18px;
  padding: 10px;
 
 }

 .content__window-block2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;  
  border-spacing: 1px 1px;
  margin-top: 10px;

}

.content__window-block2 th, td {
      border: #ccc 1px solid;
      padding: 5px 10px;
    }

/*.content__window-block2 button {
  appearance: none;
  border: 0;
  border: 1px solid grey;
  background: #fff;
  color: #000;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.content__window-block2 button:hover {
  color: #45aad5;
  border: 1px solid #45aad5;
}
*/
.content__window-download {
  display: flex;
  margin-bottom: 10px;
}

.content__window-download div {
  flex: 1;
}

/*.content__window-download a {
  appearance: none;
  border: 0;
  border: 4px solid #;
  background: #45aad5;
  color: #000;
  padding: 6px;
  font-size: 14px;
}
*/


.content__window-btn {
  appearance: none;
  border: 0;
  border: 1px solid grey;
  background: #fff;
  color: #000;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 10px;
}

.content__window-btn:hover {
  color: #45aad5;
  border: 1px solid #45aad5;
}

.content__window-btn2 {
  appearance: none;
  border: 0;
  border: 1px solid grey;
  background: #fff;
  color: #000;
  padding: 4px;
  font-size: 12px;
  margin-bottom: 10px;
}

.content__window-table  {
  width: 60%;
  margin-bottom: 20px;
  border: 15px solid #F2F8F8;
  border-top: 5px solid #F2F8F8;
  border-collapse: collapse; 
  overflow: auto;  
  border-spacing: 1px 1px;
}

.content__window-table th {
  font-weight: bold;
  padding: 5px;
  background: #F2F8F8;
  border: none;
  border-bottom: 5px solid #F2F8F8;
  padding-left: 15px;
  padding-right: 15px;
}

.content__window-table td {
  padding: 5px;
  width: 60px; 
  border: none;
  border-bottom: 5px solid #F2F8F8;
  text-align: left;
}

.tabl2 td {
  padding-left: 15px;
}

.hidden {
  display: none;
}

.editExtendInfo {
  border-radius: 5px;
  background: #45aad5;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}

.editExtendInfo:hover {
  background: #2086E9;
} 

.srtle__btn {
  border-radius: 5px;
  background: #45aad5;
  border: 3px solid #45aad5;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.srtle__btn:hover {
  background: #2086E9;
}

.style__none-table{ width: 100%;}

.style__none-table td
    {
      border: none;
      font-size: 14px;
    }

    .style__none-table tr
    {
      border: none;
      font-size: 14px;
    }

.style__none-table tr td:nth-child(1){ width: 25%;}
.style__none-table tr td:nth-child(2){ width: 75%;}

.table-border th, td {
   border: 1px solid #ccc;
} 

 h1 {
  color: #45aad5;
  font-family: Helvetica;
 }

.content__window-error {
  width: 100%;
  padding: 4px;
  margin-bottom: 15px;
  text-align: left;
  color: red;
  font-size: 12pt;
  line-height: 1;
}

.addFamilyMemberButton {margin-top: 15px;}

.textForm {
  width: 60%;
  height: 220px;
}


/*кнопака*/\
.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    width: 40px;
    height: 21px;
    overflow: hidden;
    background: #fff;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.tabl-rols {
  display: flex;
}

.tabl-rols2 {
 
  flex-direction: row ;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before
{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 7px;
    height: 12px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 1px 3px;
    background-color: grey;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before
{
    content: '✔';
    left: 24px;
    background-color: #03A9F4;
}

#button-1 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer
{
    transition: 0.3s ease all;
}

/*кнопка в табл, размер по меньше*/
.buttonAsLink {
  background:none !important; 
  border:none !important;
  margin:0 !important;
  padding:0 !important;
  color: #2086E9 !important;
  cursor: pointer !important;
  font-size: 10pt !important;
}

#buttonAsLink {
  background:none !important; 
  border:none !important;
  margin:0 !important;
  padding:0 !important;
  color: #2086E9 !important;
  cursor: pointer !important;
}


.ico {
  margin-top: 5px;
  padding: 0px 0px 0px 30px;
}

#ico_1 { background:url(./icon/1.svg) no-repeat;}
#ico_2 { background:url(./icon/2.svg) no-repeat;}
#ico_3 { background:url(./icon/3.svg) no-repeat;}
#ico_4 { background:url(./icon/4.svg) no-repeat;}
#ico_5 { background:url(./icon/5.svg) no-repeat;}
#ico_6 { background:url(./icon/6.svg) no-repeat;}
#ico_7 { background:url(./icon/7.svg) no-repeat;}
#ico_8 { background:url(./icon/8.svg) no-repeat;}
#ico_9 { background:url(./icon/9.svg) no-repeat;}
#ico_10 { background:url(./icon/10.svg) no-repeat;}
#ico_11 { background:url(./icon/11.svg) no-repeat;}
#ico_12 { background:url(./icon/12.svg) no-repeat;}

table tr.head{ font-weight: bold;}

table#tableInfo td {border:none;}

 a.edit::after, a.del::after, a.download::after {
   content: "";
   display: block;
   width: 30px;
   height: 30px;
   background: #E9EDF3;
   text-align: center;
   margin: 0 auto;
 }

 a.edit::after{
   background: url(./icon/edit.png) no-repeat;
   background-size: 100%;
 }
 a.del::after{
   background: url(./icon/del.png) no-repeat;
   background-size: 100%;
 }


 a.download::after {
   background: url(./icon/download.png) no-repeat;
   background-size: 100%;
 }




/* td:last-child a
 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; 
  justify-content: center; 
 }
*/
.tableW tr:first-child {
  font-weight: 700;
}

.content__window-block2 button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #45aad5;
  color: #fff;
  padding: 8px 16px;
  margin-left: 10px;
  font-size: 16px;
  /*margin-bottom: 10px;*/
}

.content__window-block2 button:hover {
  background: #2086E9;
}

/*ширина для инупут*/
.wi {
  width: 70px;
}

tr.tableChange {
  background: #cbd9ef;
}

select.wi2 {
  max-width: 45%!important;
}

.mpr_header{
  font-size: 11pt;
  color: #45aad5;
  text-align: center;
}

.mpr_btn_add{
  text-align: center;
}


.datalistWrp {
  display: inline-block;
  max-width: 260px;
  vertical-align: top;
}

.datalist {
  display: block;
  margin: 6px;
  border: 1px solid #ccc;
  max-width: 240px;
  padding: 8px;
  border-radius: 12px;
  opacity: 0;
}

.datalist option {
  margin-bottom: 4px;
  cursor: pointer;
  font-weight: 700;
}

