*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    color: #9BA3C9;
   
}

*{
}

#container-content{
  height: 100%;
  display: flex;
  flex-direction: column;
 
}

#nav{
    margin-top: 10px;
}
#nav a{
    margin: 1px;
    z-index: 3;
    color: #fff;    
    background-color: #9BA3C9;    
    padding: 5px 9px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 50%;
}
#nav span{   
    color: black;
    font-size: 14px;
    padding: 10px;
}

#nav a:hover{
    background-color: #6c7bc5;  
    cursor: pointer;
}





body {
   
  background-image: url(../images/background.jpg);
  background-size: cover;
  overflow: hidden;
}

main{
  position: absolute;
  top: 150px;
  left: 300px;
  right: 0;
  bottom: 0;
  padding: 1rem;
}

article {

    flex: 2 2 12em;
    padding: 1em;
    margin: 5px;
    background-color: #d8d8d8;
}

.article-title{
    padding: 5px;
    color: #3D3D3D;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

aside {
    flex: 1;
    padding-top: 5em;
    background-color: #9696961f;
    margin-left: 10px;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 380px;
    display: none;
}

nav {
    flex: 1;
    order: -1;
    margin-right: 10px;
    max-width: 220px;
    background-color: #13235a;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
   
}



.left-sidebar{
  position: fixed;
  top: 170px;
  bottom: 0;
  left: 20px;
  right: 10px;
  width: 250px;

}

.left-sidebar-item{
    font-size: 18px;
    border-radius: 16px;
    margin-bottom: 10px;
    width: 100%;
}
.left-sidebar-item:hover{
    background-color: #4266e2;
}

.left-sidebar-item input[type="button"]{

    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;    
    -moz-border-radius : 16px;
    -webkit-border-radius : 16px;
    background-color: white;
    border-radius : 16px;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);

}

.left-sidebar-item input[type="button"]:hover{
    background-color: #9BA3C9;
    color: white;
    cursor: pointer;
}

/*---------- tables ----------*/

.divTableRow {
  display: flex;
  
}
.divTableHeading{
    padding: 10px;
    
}

.divRowAddContainer{
    display: flex;
    margin-bottom: 10px;
}

.divRowAddTd{
    vertical-align: middle;
    padding: 3px 10px;
}

.divTableHeadingContainer {
    width: 1580px;
    margin-bottom: 10px;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 18px;
   border-bottom-left-radius: 18px;
 border-top-right-radius: 18px;
 border-bottom-right-radius: 18px;
 background-color: white;

}

.divTableHead {
 justify-content: center;
 
  font-size: 12px;
  text-align: center;
  color: #3D3D3D;
  border-left: 2px solid #F4F4F4;;
  display: flex;  
  padding: 3px 10px;  
  align-items: center;  
}

.divTableHead:nth-child(1) {
  border-left: none;
}


.divTableCell{
  align-items: center;
  color: #3D3D3D;
  border: 2px solid #F4F4F4;;
  display: flex;
  padding: 3px 10px; 
}

.divTableCell:first-child {
  border-left: none;
 }
 
 divTableCellReestr:last-child{
    border-right: none; 
 }


.divTableCell select, input[type="text"]{
  width: 100%;
  height: 30px;
  color: black;
  margin-bottom: 5px;
  margin-top: 5px;
  outline: none;
  padding-left: 10px;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.divTableCell input[type="button"]{
    width: 100%;
    height: 30px;    
    border-radius: 16px;
    background-color: #9BA3C9;
    outline: none;
    border: none;
    color: white;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.divTableCell input[type="button"]:hover{
background-color: #6c7bc5;  
}

.divTableCell input[type="checkbox"]{
    height: 30px;
    width: 30px;
}

.divTableRowReestr{
    display: flex;
}


.divTableRowReestr .divTableCellReestr{
    border-top: none;
     border-right: none;
    
}
.divTableRowReestr:last-child .divTableCellReestr{
    border-bottom: none;
}



.divTableCellReestr{
    display: flex;
  align-items: center;
  color: #3D3D3D;
  border: 2px solid #F4F4F4;
  padding: 2px 2px; 
}
.divTableCellReestr:first-child{
    border-left: none;
}

.divTableBodyContainer {
    padding: 10px;
    width: 1580px;
  overflow-y: scroll;
  font-size: 13px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: white;
}


.divTableRow .divTableCell{
  border-right: none;
   border-bottom: none;
}

.divTableRow:first-child .divTableCell{
  border-top: none;
}
.divTableRow:last-child .divTableCell{
  border-bottom: none;
}

/*---------- tables ----------*/

input[type="text"]{
  font-size: 13px;
  outline: none;
  padding-left: 10px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

input[type="password"]{
  font-size: 13px;
  outline: none;
  padding-left: 10px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

input[type="tel"]{
  font-size: 13px;
  outline: none;
  padding-left: 10px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}

input[type="email"]{
  font-size: 13px;
  outline: none;
  padding-left: 10px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}

input[type="date"]{
  
  font-size: 13px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  outline: none;
  margin-top: 5px;
  padding-left: 10px;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

input[type="number"]{
  
  font-size: 13px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  outline: none;
  padding-left: 10px;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}



.anketa{
  display: flex;
  flex-direction: column;  
}
.anketa-top{
  display: flex;
  flex: column;
  flex-flow: 1;  
}

.anketa-top-col-right{
  margin-left: 20px;
  display: flex;
    flex-direction: column;
    width: 1000px;
}
.anketa-top-col-right select{
    font-size: 16px;
}

.anketa-top-col-left{
    display: flex;
    flex-direction: column;
    
}

.anketa-bottom{
 
  display: flex;
  flex-direction: column;
   flex-flow: 1;
}

.anketa-bottom-row-1{
    display: flex;
    flex-direction: column;
    width: 1320px;
}

.anketa-bottom textarea{
    width: 100%;
    font-size: 16px;
    max-width: 1421px;
    height: 60px;
    color: black;
    resize: none;
    outline: none;
    padding-left: 10px;
    border: none;
    border-radius : 16px;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.anketa label{
    color: black;
    font-size: 18px;
}
.anketa input{
  width: 300px;
  height: 30px;
   color: black;
   margin-bottom: 10px;
   font-size: 16px;
}

.anketa-contacts{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 4px;
}

.anketa-contacts-block{
    display: flex;
    flex-direction: column;
}
::-webkit-input-placeholder { /* Chrome */
  color: #A8A8A8;
}
:-ms-input-placeholder {
    color: #A8A8A8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A8A8A8;
}


select{
  width: 100%;
  height: 30px;
  color: black;
  margin-bottom: 8px;
  margin-top: 5px;
  outline: none;
  padding-left: 10px;
  border: none;
  border-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}




.anketa-bottom-row-2
{
        display: flex;
}
.anketa-bottom-row-2 label {
display: block;
padding-left: 15px;
text-indent: -15px;
margin-top: -25px;
margin-left: 30px;
margin-right: 10px;
}

.anketa-bottom-row-2 input {
margin-top: 20px;
width: 20px;
height: 20px;
padding: 0;
position: relative;
top: 2px;
}

.anketa-bottom-row-2 input[type="button"] {
    outline: none;
    width: 785px;   
    color: white;
    font-weight: 900;
    border: none;
    margin-left: 20px;
     height: 30px;    
    border-radius: 16px;
    background-color: #9BA3C9;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.anketa-bottom-row-2 input[type="button"]:hover{
background-color: #6c7bc5;  
}

.td-btn-add{
    width: 50px; 
    text-align: center;
}

.td-btn-save{
    width: 50px; 
    text-align: center;
}

.td-btn-add input{
    outline: none;
    vertical-align: middle;
}

.td-btn-save input{
    outline: none;
    vertical-align: middle;
}

.td-text-add input{
    width: 100%; 
    height: 30px; 
    color:black; 
    font-size: 20px;
}

.td-select-add select{
    width: 100%;
    height: 30px;
    color: black;
    font-size: 20px;
}
.td-select-add select:first-child{
    color: gray;
}

.w-35{
    width: 35px;
}
.w-50{
    width: 50px;
}
.w-60{
    width: 60px;
}
.w-80{
    width: 80px;
}
.w-85{
    width: 85px;
}
.w-105{
    width: 105px;
}
.w-110{
    width: 110px;
}
.w-130{
    width: 130px;
}
.w-150{
    width: 150px;
}
.w-180{
    width: 180px;
}
.w-200{
    width: 200px;
}
.w-240{
    width: 240px;
}
.w-250{
    width: 250px;
}
.w-600{
    width: 600px;
}
.w-650{
    width: 650px;
}
.w-670{
    width: 670px;
}
.w-730{
    width: 730px;
}
.w-860{
    width: 860px;
}
.w-1460{
    width: 1460px;
}




option{
    color: black;
}

select{
    color: black;
}

#overlayPassHide{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    overflow: auto;
    visibility:hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in 0s;
	
}

#overlayLoadingHide{
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    visibility:hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in 0s;
	
}

.popup {

    top: 5%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 650px;
    min-width: 200px;
    max-width: 1200px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #666;
    background-color: #fefefe;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.4);
}
.popupLoading {

    display: flex;
    justify-content: center;
    align-items: center;
}

.close {
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    border-radius: 25%;
    background-color: #13235a;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: #6c7bc5;
}

.title-system{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.title-system-col-left{
    display: flex;
    align-items: center;
    padding-left: 25px;

}
.title-system-col-center{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}
.title-system-col-right{
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.title-system-col-right div:first-child{
    margin-right: 20px;
    color: white;
}

.title-system-index{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 14px;
}

.title-system-index-col-left{
    width: 33%;
}

.title-system-index-col-center{
    width: 33%;
    text-align: center;
}

.title-system-index-col-right{
   width: 33%;
   text-align: right;
   padding-right: 50px;
}

.title-system-index-col-right h1{
    color: white;

}
 

.login-page {
  margin-top: 300px;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 450px;
  margin: 0 auto 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  text-align: center;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius : 16px;
}
.form input {
  outline: 0;
  width: 100%;
  border: 0;
  margin: 0 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: black;
  height: 50px;

}
.form input[type="submit"] {
  text-transform: uppercase;
    outline: 0;
    background: #9BA3C9;
    width: 200px;
    border-radius: 16px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    height: 40px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}
.form input[type="submit"]:hover,.form button:active,.form button:focus {
  background: #6c7bc5;
}

.login-page-error{
    color:red;
}



.note {
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 200px;
    min-width: 200px;
    max-width: 1200px;
    position: fixed;
    padding: 15px 20px;
    border: 1px solid #666;
    background-color: #fefefe; 
    color: black;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.4);
    display: none;
}

.note p{
    color: black;
}


.report{
   display: flex;
   flex-direction: column;
   height: 90%;
}

.report *{
    color: black;
}

.report-row{
    display: flex;
   flex-direction: row;
}

.report-row input[type="button"] {
    font-weight: 900;
    font-size: 18px;
    width: 95px;
    height: 55px;    
    border-radius: 16px;
    background-color: #9BA3C9;
    outline: none;
    border: none;
    color: white;
    box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.report-row input[type="button"]:hover{
background-color: #6c7bc5;  
cursor: pointer;
}

.report-part-right{
    width: 50px !important;
}
.report-part-left{
    border-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 60px;
}

/*.report-row *:not(:first-child){
    margin-left: 20px;
}*/

.report-row .block:not(:first-child){
    margin-left: 20px;
}

.report-row input[type="number"]{  
  font-size: 13px;
  color: black;
  width: 100%;
  height: 30px;
  background-color: white;
  outline: none;
  padding-left: 10px;
  margin-left: 0;
  margin-top: 5px;
  border: none;
  border-radius: 0;
  border-top-right-radius : 16px;
  border-bottom-right-radius : 16px;
  box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#rows-amount{
    margin-left: 10px;
    width: 48px;
    height: 24px;
}

.rows-amount-title{
    margin-bottom: 10px;
    color: black;
}


:-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}

::-webkit-scrollbar-thumb {
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
background-color:#9BA3C9;
}

::-webkit-scrollbar-thumb:hover{
background-color:#6c7bc5;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 16px;
}