body{
	margin:0;
	padding:0;
	font-family: Montserrat;
       
}
#mainBody{
	height:100%;
	width:100%;
        z-index: 1;
}

video#myVideo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

#formLogin{	
    max-width:80%;
    width:570px;
    min-height:250px;
    margin-left: auto;
    margin-right: auto;
    margin-top:200px;
    text-align: center;
    border: 1px solid #e821fa;
    border-radius: 15px;
    background: rgba(0,0,0,0.7);
}

#formLogin h2{
    color: #fff;
    font-weight: 900;
    text-shadow: 3px 3px 3px #e821fa;
    font-size: 2.2rem;
    letter-spacing: 0px;
    font-size: 22px;
    font-weight:900;
}

#formLogin p{
	color:white;
}

#formInput{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 10px;
}

#formInput input{
    min-width:50px;
    width: 80%;
    border-radius: 15px;
    height: 30px;
    margin:0 auto;
    text-align: center;
    outline: none;
    border: 1px solid #e821fa;
}

#butLoging{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #f2a3f9;
    color:white;
    text-align: center;
    line-height: 40px;
    background-color:#710876;
    display:block;
    margin: 0 auto;
    text-decoration: none;
    margin-top:30px;
    margin-bottom:40px;
}

@media(max-width:850px){
    #formLogin{
        margin-top:50px;
    }
}

@media(max-width:400px){
    #formInput{
       grid-template-columns:1fr; 
    }
}


#header{
	position: fixed;
	width: 100%;
	height: 100px;
	left: 0;
	top: 0;
	/*border-bottom: 1px solid black;*/
	z-index: 1;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(240,240,240, 0.5);
-moz-box-shadow:    0px 4px 5px 0px rgba(240,240,240, 0.5);
box-shadow:         0px 4px 5px 0px rgba(240,240,240, 0.5);
	background: white;
}

#left_block{
	position: fixed;
	width: 245px;
	height: 100%;
	top:0;
	left: 0;
	/*border-right: 1px solid black;*/
	background: white;
	padding-top: 110px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 0;
	-webkit-box-shadow: 4px 0px 5px 0px rgba(240,240,240, 0.5);
-moz-box-shadow:    4px 0px 5px 0px rgba(240,240,240, 0.5);
box-shadow:         4px 0px 5px 0px rgba(240,240,240, 0.5);
}

.date_time {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 500;
text-align: center;
margin-bottom: 20px;
}

#body_lk{
	padding-left: 280px;
	padding-top: 110px;
	font-family: 'Raleway', sans-serif;
}

.left_menu{
	padding-left: 20px;
	list-style: none;
	width: 80%;
	margin-top: 0;
}

.left_menu li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid gray;
	position: relative;
}

.left_menu li a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-weight: 500;
	color:black;
	outline: none;
}

.left_menu li a:hover{
	font-weight: 600;
	transition: 0.2s;
	font-size: 18px;
	
}

#body_lk h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 900;
}

#header_boss{
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns:minmax(100px, 265px) 1fr 170px;
	align-items:end;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .90), rgba(0, 0, 0, .20), rgba(0, 0, 0, .70));
}

#header_boss1{
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns:minmax(100px, 265px) 1fr;
	align-items:end;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .90), rgba(0, 0, 0, .20), rgba(0, 0, 0, .70));
}


.header_boss_menu{
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns:repeat(7, auto);
	padding-bottom: 20px;
}

.boss_menu_item a{
display: block;
width: fit-content;
padding: 6px;
background-image: linear-gradient(to top, rgba(0, 0, 0, .50), rgba(255, 255, 255, .20), rgba(255, 255, 255, .90),rgba(255, 255, 255, .20), rgba(0, 0, 0, .50));
border-radius: 4px;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
color:#000;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
}

.boss_menu_item a:hover{
color:#fff;
background-image: linear-gradient(to top, rgba(255, 255, 255, .90), rgba(0, 0, 0, .20), rgba(0, 0, 0, .50),rgba(0, 0, 0, .20), rgba(255, 255, 255, .90));
text-decoration: none;
box-shadow: 0 0 2px 2px #dadada inset, 0 0 2px 2px #dadada;
}
.wrap_line_2 {
margin-top: 8px;
}
.under_title{
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
	color:#992e2e;
}

.icon_button_table{
color:#000;
}
.icon_button_table_red{
color:#ff0000;
}

.buttonAdd{
text-decoration: none;
border-radius: 4px;
outline: none;
text-transform: uppercase;
display: inline-block;
padding: 15px 30px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
color: white;
font-size: 14px;
color: #fff;
background: #60bb07;
}

.buttonAdd:hover {
color: #fff;
background: #9ad65f;
}

.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
    visibility: hidden;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 20%;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.buttonTable{
text-decoration: none;
outline: none;
display: inline-block;
width: 140px;
height: 25px;
line-height: 25px;
border-radius: 4px;
margin: 10px 20px;
text-transform: uppercase;
text-align: center;
font-weight: 600;
color: #000;
background: #f8f491;
font-size: 10px;
cursor: pointer;
}

.buttonTable:hover{
background: #faf8c0;
color: #000;
}

.tableView{
margin:5px;
border:1px solid #CCCCCC;
border-radius:5px;
}

.tableView th{
color:#fff;
background:#000;
text-align:center;
}

.tableView td{
border-bottom:1px dashed #CCCCCC;
}

.td_link a{
text-decoration: none;
display: block;
color:#fff;
border-radius: 4px;
background: #8e8e8e;
padding: 2px 6px 2px 6px;
width: fit-content;
}

.td_link a:hover{
background: #a7a7a7;
cursor: pointer;
}

.td_small_text{
font-size:12px;
color:#000;
}

.buttonTable_delete{
text-decoration: none;
outline: none;
display: inline-block;
width: 140px;
height: 25px;
line-height: 25px;
border-radius: 4px;
margin: 10px 20px;
text-transform: uppercase;
text-align: center;
font-weight: 600;
color: #000;
background: #f23b3b;
font-size: 10px;
cursor: pointer;
}

.buttonTable_delete:hover{
background: #fab6b6;
color: #000;
}

.link_rashod {
color: #60bb07;
text-decoration: none;
font-weight: 600;
}

.link_rashod:hover {
color:#a6ee60;
}

.tableView tr{
margin-bottom:5px;
margin-top:5px;
}

.cost_item {
font-family: 'Montserrat', sans-serif;
color: #fff;
display: block;
border-radius: 4px;
background: #60bb07;
padding: 2px 6px 2px 6px;
width: fit-content;
font-weight: 600;
}

#backSl{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:#CCCCCC; 
	opacity: 0.7; 
display:none;
	z-index: 5;
	
}

#addVoronka{
	position: fixed;
	width: 300px;
	padding: 20px;
	top: 0;
	left: 50%;
	margin-left: -150px;
	display: block;
	border: 1px solid #F137A6;
	background: white;
	margin-top: 50px;
	display: none;
	z-index: 10;
}

#modal_zagolovok{
	text-align: center;
}

.modal{
	font-family: 'Raleway', sans-serif;
	position: fixed;
	width: 300px;
	padding: 20px;
	top: 0;
	left: 50%;
	margin-left: -150px;
	display: block;
	border: 1px solid #F137A6;
	background: white;
	margin-top: 50px;
	display: none;
	z-index: 10;
}

.modal input{
	width: 80%;
	padding-left: 5px;
	font-size: 16px;
	outline:none;
}

.sel_input{
	width: 80%;
	border-radius: 5px;
	font-size: 16px;
}

.goals_block{
	width: 70%;
	min-height: 80px;
	border:1px dotted gray;
	display: block;
	margin-top: 15px;
	padding: 10px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.goals_name_block{
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	
}

.dateGoal{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	float: left;
}

.addGoalsUser{
	float: right;
}

.addGoalsUser a{
	color: black;
}

.goalsCost{
	font-size: 22px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}

.usersGoals{
	width: 100%;
	display: grid;
    grid-template-columns:1fr 1fr minmax(100px,100px);
    grid-gap: 10px;
	border-bottom: 1px dashed gray;
}

.voronkiUser{
	
    display: grid;
    
    grid-gap: 10px;
}

.stage{
	
}

.nameStage{
	text-align: center;
	font-weight: 600;
	border-bottom: 2px solid #99CCFF;
}

.for_doska{
	background: #F5F5F5;
}

.item_stage{
	min-height: 30px;
	border: 1px dotted gray;
	margin-bottom: 10px;
	display: grid;
	grid-template-columns:1fr 1fr;
	padding: 5px;
	background: white;
}

.forItems{
	min-height: 300px;
	/*border: 1px solid red;*/
	padding-bottom: 10px;
}

.zakazchik{
	font-size: 12px;
	
}

.date_start_lead{
	font-size: 12px;
	text-align: right;
}

.name_lead{
	margin-top: 10px;
	font-weight: bold;
	overflow: hidden;
}

.name_lead a{
	color: #313131;
	text-decoration: none;
}

.cost_lead{
	font-size: 16px;
	text-align: right;
	margin-top: 19px;
}

.addNewLead{
	text-decoration: none;
  outline: none;
  display: inline-block;
  margin: 3px;
  color:#710876;
  box-shadow: 0 0 0 2px #710876;
	padding: 20px 2px;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.addNewLead span{
	font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 5;
}



.addNewLead:before, 
.addNewLead:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.addNewLead:before{
  transform: translateX(-100%);
  background: white;
  transition: transform .2s cubic-bezier(.55,.055,.675,.19);
}
.addNewLead:after {
  background: #990BA0;
  transform: translateX(100%);
  transition: transform .2s cubic-bezier(.16,.73,.58,.62) .2s;
}
.addNewLead:hover:before,
.addNewLead:hover:after {transform: translateX(0);}

.addNewLead:hover span{
	color: white;
	font-weight: bold;
}

.leadEdit{
	height: 100%;
	width: 100%;
	position:fixed;
	top:0px;
	left: 265px;
	background: white;
	display: none;
	font-size: 14px;
	overflow:scroll;
	z-index:10;
}

.infoLead{
	width: 333px;
	height: 100%;
	background: white;
	border-right: 3px solid #EAEAEA;
	border-left: 1px solid gray;
	float: left;
	padding: 10px;
	padding-top: 30px;
	position: relative;
	overflow:scroll;
}

.infoLead input{
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #4c8bf7;
	outline: none;
}

.infoLead span{
	border-bottom: 1px solid #4c8bf7;
}



.infoBlock{
	margin-bottom: 15px;
}

.butSpisok{
	width: 20px;
	height: 20px;
	border: 1px solid gray;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	line-height: 10px;
	display: block;
	float: right;
}

.butSaveLead{
	text-decoration: none;
  outline: none;
  display: inline-block;
  width:100px;
	height: 20px;
	text-align: center;
  padding: 8px 20px;
  position: relative;
  border: 2px solid #4c8bf7;
  color: #4c8bf7;
  font-family: 'Montserrat', sans-serif; 
  transition: .4s;
}

.butSaveLead:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0,0,0,0);
  transition: .4s;
}

.butSaveLead:hover:after {
  border-color: #4c8bf7;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}

.operationSend{
text-decoration: none;
  outline: none;
  display: inline-block;
  width: 30px;
	
	text-align: center;
  padding: 8px 20px;
  position: relative;
  border: 2px solid #0A00D0;
  color: #0A00D0;
  font-family: 'Montserrat', sans-serif; 
  transition: .4s;
	font-size: 16px;
	font-weight: 600;
}

.operationSend:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0,0,0,0);
  transition: .4s;
}

.operationSend:hover:after {
  border-color: #0A00D0;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}


.operationAdmin{
text-decoration: none;
  outline: none;
  display: inline-block;
  width: 30px;
	
	text-align: center;
  padding: 8px 20px;
  position: relative;
  border: 2px solid #37E84B;
  color: #17B829;
  font-family: 'Montserrat', sans-serif; 
  transition: .4s;
	font-size: 16px;
	font-weight: 600;
}

.operationAdmin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0,0,0,0);
  transition: .4s;
}

.operationAdmin:hover:after {
  border-color: #17B829;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}

.operationCancel{
text-decoration: none;
  outline: none;
  display: inline-block;
  width: 30px;
	
	text-align: center;
  padding: 8px 20px;
  position: relative;
  border: 2px solid #DE0F13;
  color: #DE0F13;
  font-family: 'Montserrat', sans-serif; 
  transition: .4s;
	font-size: 16px;
	font-weight: 600;
}

.operationCancel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0,0,0,0);
  transition: .4s;
}

.operationCancel:hover:after {
  border-color: #DE0F13;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}

.buttonReactia{

	height: 40px;
	text-align: center;
	bottom: 150px;
}

.modal_zakazchik{
	display: none;
	width: 600px;
	min-height:400px;
	position:fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	background: white;
	border: 1px solid black;
	z-index: 100;
	padding: 15px;
	overflow: auto;
}

.closeBut{
	float: right;
}

.modal_zakazchik h3{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
}

.tableElements{
	width: 100%;
	height: 250px;
	border: 1px dashed gray;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12px;
	overflow: auto;
}

.tableElements a{
	color: black;
}

.newZakazchik{
	width: 300px;
	height: 300px;
	position: fixed;
	z-index: 101;
	border: 1px solid black;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	background: white;
	display: none;
	padding: 10px;
}

.newZakazchik h3{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
}

.newZakazchik input{
	display: block;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 12px;
	outline: none;
	font-size: 18px;
}

.modal_tovas{
	display: none;
	width: 600px;
	min-height:400px;
	position:fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	background: white;
	border: 1px solid black;
	z-index: 100;
	padding: 15px;
}

.tableElementsTovars{
	width: 100%;
	height: 340px;
	border: 1px dashed gray;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12px;
	overflow: auto;
}

.tableElementsTovars th{
	border-bottom: 2px solid black;;
}

.tableElementsTovars td{
	border-bottom: 1px dotted gray;
}

.modal_tovas h3{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
} 


.primLead{
	width: calc(98% - 635px);
	height: 100%;
	display: block;
	margin-left: 370px;
	padding-top: 10px;
	/*border: 1px solid black;*/
}

.spisokPrim{
	width: 100%;
	height: 40%;
	/*border: 1px solid red;*/
	overflow: auto;
	margin-bottom: 10px;
}

.editPrim{
	width: 100%;
	height: calc(100% - 60% - 120px);
	/*border: 1px solid red;*/
	position:relative;
}

#editPrimPole{
	width: 100%;
	height: 70%;
	font-size: 16px;
}

.primechanie{
	width: 97%;
	
	
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
	color:black;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.5);
}

.date_prim{
	width: 99%;
	border-bottom: 1px dotted gray;
	text-align: center;
}

.textPrimechaniya{
	width: 100%;
	
	/*border-bottom: 1px solid black;*/
}

.editPrimText{
	width: 99%;
	height: 60px;
	border: 1px solid gray;
	display: none;
	margin-left: 4px;
	outline: none;
}

.payment{
	width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 10px;
}

.payment a{
	color: #979292;
	text-decoration: none;
}

.formMoney{
	width: 300px;
	min-height: 100px;
	position: fixed;
	z-index: 101;
	border: 1px solid black;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	background: white;
	display: none;
	padding: 10px;
}

.formMoney2{
	width: 300px;
	min-height: 100px;
	position: fixed;
	z-index: 101;
	border: 1px solid black;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	background: white;
	display: none;
	padding: 10px;
}

.formMoney3{
	width: 500px;
	min-height: 100px;
	position: fixed;
	z-index: 101;
	border: 1px solid black;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	background: white;
	display: none;
	padding: 10px;
}

#prim_r{
    width:467px;
}


.dopBlock{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}



.dopBut{
font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(153,11,160);
  box-shadow: 0 -3px rgb(113,8,118) inset;
  transition: 0.2s;
}

.dopBut:hover{
	background: rgb(113,8,118);
}

.filterReport{
    display: grid;
    grid-template-columns:minmax(220px, max-content) minmax(200px, max-content) minmax(200px, max-content);
    grid-gap: 10px 10px;  
}

.filterReport div{
    text-align: right;
}

.filterReport .legenda{
    grid-column-start: 3;   
    grid-column-end: 4; 
    grid-row-start: 1;   
    grid-row-end: 3; 
    text-align: left;
}

.reportTable th{
    border: 1px solid black;
    border-collapse: collapse;
}

.reportTable tr{
    transition: 0.5s;
    cursor:pointer;
}

.reportTable tr:hover{
    font-weight:bold;
}

.reportTable tr:hover td{
    //padding-top:10px;
    //padding-bottom: 10px;
}

.reportTable tr:not(:hover){
    transition: 0.5s;
}


.filterDate{
    display: grid;
    grid-template-columns:minmax(90px, 140px) minmax(90px, 140px) minmax(110px, 120px) minmax(110px, 150px);
    grid-gap: 10px;
}

.filterDate div input{
	width: 110px;
	font-size: 16px;
}

.tableRashodPrihod{
	margin-top: 40px;
}

.tableRashodPrihod table{
	border:1px solid black;
	border-radius: 5px;
	width: 90%;
}

.tableRashodPrihod table th{
	border-bottom: 1px solid #727272;
}

.tableRashodPrihod table td{
	border-bottom: 1px dotted #727272;
}

.tableRashodPrihod table tr:hover{
	background: #D5D5D5;
}

.mainStat{
    margin: 20px;
    border:1px dotted gray;
    padding:5px;
}

.info_stat_1{
   width: 99%;
   margin: 0 auto;
   display: grid;
   grid-template-columns:minmax(min-content,1fr) minmax(min-content,1fr);
   grid-gap: 10px; 
}

.mainStat_page{
    margin-right: 100px;
	margin-bottom: 8px;
    border:1px dotted gray;
    padding:5px;
	display: inline-block;
	float: right;
}

.info_panel_stat {

}

.FormTransfer{
	position: fixed;
	width: 300;
	min-height: 100;
	padding-bottom: 20px;
	top: 50%;
	left:50%;
	background: white;
	margin-top: -150px;
	margin-left: -150px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	border: 1px solid black;
	display: none;
}

.formZadacha{
	width: 400px;
	height: 280px;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	border: 1px solid black;
	background: white;
	padding: 10px;
	display: none;
}

#zag_zadacha{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	display: block;
}

.formZadacha textarea{
	width: 100%;
	height: 40px;
}

.formZadacha #dateStart{
	width: 70%;
}

.formZadacha #dateEnd{
	width: 70%;
}

.formZadacha td{
	min-height: 30px;
	margin-bottom: 5px;
}

.loadFileLead{
 border:1px solid black;
 width:500px;
 height:400px;
 position:fixed;
 top:50%;
 left:50%;
 margin-left:-250px;
 margin-top:-150px;
 background:white;
 z-index:100;
 padding-top:50px;
 display:none;
}

.loadFileLead table{
    margin-bottom:50px;
}

.loadFileLead tr{
    margin-bottom:20px;
    height:40px;
}

.big_win_lead{
    width:300px;
    min-height:300px;
    z-index:101;
    position:fixed;
    left:50%;
    margin-left:-150px;
    top:50%;
    margin-top:-150px;
    background:#fff;
    border:1px solid gray;
    display:none;
    padding:10px;
}

.zagolovok_big_win_lead{
    font-size:20px;
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}

.name_big_win_lead{
    font-size:20px;
    text-align:center;
    margin-bottom:30px;
}

.phone_name_big_win_lead{
     text-align:center;
}

.phone_name_big_win_lead a{
    text-decoration:none;
    font-size:30px;
    font-weight:bold;
}

.but_big_win_lead{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:20px;
    width:100%;
    height:100%;
    margin-top:40px;
}

.but_big_win_lead a{
    text-align:center;
    text-decoration:none;
    color:black;
    font-size:40px;
}

#googLike{
    color:green;
}

#badLike{
    color:red;
}

#peresort{
    color:#FFDD00;
}

.link_big_win_lead{
    text-align:center;
    margin-top:10px;
    display:block;
}

.rep_load_lead_set{
    display:grid;
    grid-template-columns:minmax(200px, 210px) minmax(200px, 210px);
    grid-gap: 10px;
}

.table_for_load_lead tr td{
    border-bottom:1px solid gray;
}

.n_user{
    margin-top:20px;
    border-bottom:1px solid gray;
}

.n_user .user{
    font-weight:bold;
    font-size:18px;
}

.n_user .voronka{
    text-decoration:underline;
}

.n_user .my_voronka{
    margin-bottom:10px;
}

.but_prim_block{
    display:grid;
    grid-template-columns:200px 200px;
    grid-gap: 10px;
}

.formDoc{
    min-width:400px;
    min-height:50px;
    background:white;
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-200px;
    border:1px  solid black;
    padding:10px;
}

.formDoc h2{
    text-align:center;
}

.files_doc{
    padding:10px;
    display:grid;
    grid-template-columns:1fr 30px;
    grid-gap:10px;
}

.files_doc>div{
    text-align:right;
}

.files_doc>div a{
    text-decoration:none;
}

.backForm{
    width:100%;
    height:100%;
    position:absolute;
    background:grey;
    top:0;
    left:0;
    z-index:95;
    opacity:0.6;
    display:none;
}

.formaPlan{
    width:400px;
    min-height:200px;
    padding-bottom:20px;
    background:white;
    border:1px solid black;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-200px;
    margin-top:-100px;
    padding:10px;
    z-index:100;
    display:none;
}

.formaPlan h4{
    text-align:center;
}

.formaPlan .grid__block{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:20px;
}

.formaPlan .grid__block input{
    width:80%;
}

.formaPlan .grid__block>div:nth-child(3){
    grid-column-start:1;
    grid-column-end:3;
    display:grid;
    grid-template-columns:130px 1fr;
    grid-gap:20px;
}

.manager_lead{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:10px;
    width:90%;
    margin:0 auto;
}

.manager_lead>a:nth-child(1), .manager_lead>a:nth-child(2){
    text-align:center;
    font-size:30px;
}

.clients{
    border:1px solid gray;
}

.clients td{
    border-bottom:1px solid gray;
    border-right:1px solid gray;
}

.clients td:nth-last-child(-n+2){
    border-right:none;
}

.but_client{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:10px;
}

.for_coments{
    display:grid;
    width:80%;
    min-height:52px;
    grid-template-columns:1fr 50px;
    grid-gap:15px;
    border:1px solid gray;
    padding-left:10px;
    padding-right:10px;
    
    background:#E1E1E1;
    align-items: center;
}

.block__com{
    width:80%;
    border:1px solid gray;
    display:none;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

button {
  color: #ecf0f1;
  width: 35px;
  height: 35px;
  border: 0;
  font-size: 1.5em;
  position: relative;
  border-radius:100%;
  border:1px solid  #C7C7C7;
  outline:none;
  cursor:pointer;
}

button span {
  position: absolute;
  transition: .3s;
  background: #FF5F19;
  border-radius: 2px;
  opacity .5;
}

button span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

button span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.active span:first-of-type, button .active span:last-of-type{
	transform: rotate(90deg);
}

.active span:last-of-type{
	left: 50%;
	right: 50%;
}

.addNewLead__block{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-gap:15px;
    min-height:30px;
    align-items:center;
}

#formRemove{
    width:300px;
    height:200px;
    background:white;
    display:block;
    position: fixed;
    top:30%;
    left:calc(50% - 150px);
    display:none;
    padding:10px;
    z-index:200;
}

#formRemove h3{
    text-align:center;
}

.params_formRemove{
    display:grid;
    grid-template-columns:110px 1fr;
    align-items:center;
    grid-gap:15px;
}


.top_but_spr{
    display:grid;
    grid-gap:10px;
}

.but_spr_add{
    text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
  
  border-radius: 10px;
  box-shadow: 0 0 40px 40px #F137A6 inset, 0 0 0 0 #F137A6;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size:12px;
  color: white;
  transition: .15s ease-in-out;
}

.dop_but{
    display:block;
    width:150px;
    text-align:center;
    margin:0 auto;
    margin-top:10px;
}

.but_spr_add:hover{
 box-shadow: 0 0 10px 0 #F137A6 inset, 0 0 10px 4px #F137A6;
  color: #F137A6;   
}

.tab_spr{
    margin-top:20px;
}

.tab_spr table{
    width:90%;
    border: 1px solid #e8e8e8
}

.tab_spr tr td{
    border-bottom:1px solid #e8e8e8;
}

.tab_spr table th{
    background:#f137a6;
    color:white;
    
}

.tab_spr .mainStr a{
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
}

.folder{
    position:fixed;
    width:90%;
    height:90%;
    max-width:400px;
    max-height:200px;
    border:1px solid black;
    background:white;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding-top:10px;
    padding-bottom:10px;
    display:none;
}

.folder_sel{
    width:90%;
    margin:0 auto;
    display: block;
    margin-top: 10px
}

.folder .folder_title{
    display:block;
    margin:0 auto;
    text-align:center;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:40px;
    font-size:18px;
    color: #484F5D;
}

.folder_name{
    width:90%;
    margin:0 auto;
    display:block;
    min-height:30px;
    padding-left:5px;
    
}

.but_close{
    float:right;
    margin-right:15px;
    font-size:20px;
    cursor: pointer;
}