/**/

#files_here{
	/* margin: 0 auto; */
	width:77%;
	/* background: #6cca9636; */
	background: white;
	/* border: 1px solid #cfcfcf; */
	border-radius: 3px;
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	/* cursor:pointer; */
}
#files_info{
	transition: .3s linear;
}
.removeFile {
	cursor:pointer;
	margin-left:.3em;
	font-size:1.1em;
	font-style: italic;
}
.ff{
	font-size: .79em;
    font-style: italic;
}

.lgf{
  position:relative;
  margin-top:2.3em;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);  
}
.lgf h1{
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}


:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

/**/

#overlay{
	display: none;
	background:#000;
	opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}

.container_reg {
  margin: 3px auto;
  width: 640px;
}
.container_upd {
  margin: 3px 11px;
  width: 640px;
}
#message {
	display:none;
	position:fixed;
	left:50%; margin-left:-222px;
	width:370px;
	top: 21%;
	z-index: 100;
	cursor: not-allowed;
	color: #eaeaea; /* цвет текста */
	border: 1px solid #CFDBED;
	text-decoration: none; /* убирать подчёркивание у ссылок */
	user-select: none; /* убирать выделение текста */
	background:#696969;
	padding: 0.93em 1.5em; /* отступ от текста */
	outline: none; /* убирать контур в Mozilla */
	border-radius: 0.5em;
	letter-spacing: 0.1em;
	text-align:center;
}
/* #popUp,  */
#form_add, #ChangeFrm{
    display: none;
	position: absolute;
	width: 85em;
	margin: 0;
	left:50%; margin-left:-45em;
    padding: 5px 15px;
	top: 13%;
    z-index: 12;
	background: #fefeff;
	border: #999 solid 1px;
	color: #444;
	box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
	outline: none;
	border-radius: 0.2em;
	
}


.title {
    color: #404040;
    font-size: 15px;
    font-weight: 700;
	margin-bottom: 0.1em;
    position: static;
    width: 100%;
}

.close {
    float: right;
    font-family: monospace;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
.closeRemMes{
	 font-family: monospace;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:focus, .close:hover,.closeRemMes:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}




/* Forms */
fieldset {
    /* border: 1px solid #c0c0c0; */
	border: 0;
    margin: 0 1px;
    padding: 0.35em 0.1em 0.25em;
	font-size: 13px;
	margin-bottom: 0.5em;
}
fieldset legend {
    border: 0;
    /* border-bottom: 1px solid #404040; */
    color: #404040;
    font-size: 15px;
    font-weight: 700;
    /* padding-bottom: 5px; */
	/* margin-bottom: 0.01em; */
    position: static;
    width: 100%;

}
.form label{
	margin-left:5px;
}

.form select, .select {
  /* margin-left:5px; */
  /* height: 27px; */
  padding: 3px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
  color: inherit;
  text-transform: none;
  font: inherit;
  /* width:100%; */
  overflow: hidden;
	
}

select:focus, .select:focus {
    background-color: #5eaec514;
    border: 1px solid #33C3F0;
    line-height: 20px;
    outline: 0; 
}
select:hover, .select:hover {
	cursor:pointer;
}

  
.tarea {
  /*display: inline-block;*/
  /* width: 100%; */
  width: 500px;
  resize: vertical;
  font-size:1.03em;
  font-kerning: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px;
  /* border: 1px solid #b7b7b7; */
  -webkit-border-radius: 2px;
  /* border-radius: 3px; */
  /* font: normal medium/normal Arial, Helvetica, sans-serif; */
  color: rgb(68, 139, 167); /*rgba(0,142,198,1)*/
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  
}

.tarea:hover {
  border: 1px solid #a3a3a3;
  background: rgba(255,255,255,1);
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tarea:focus {
  /* border: 1px solid #018dc4; */
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.2) inset;
  -webkit-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
}
  
.no_float{
	float: none !important;
	width:100% !important;
}


.form input[type=text] {
  /* margin: 5px; */
  padding: 0 10px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  width: 233px;
}
.form input[type=text]:disabled, select:disabled{
	color: #d2cece;
  background: #dcdcdc;
}
.form input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.form  label:first-child {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em !important;
    color: #333;
    display: block;
	float: left;
    width: 170px;
    /* margin-bottom: 1px; */
	
}

.form [data-row-span] {
    /* border-bottom: 1px solid #333; */
    width: 100%;
    zoom: 1;
	display: table;
}
.form *, .form *:before, .form *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form [data-row-span]:before, .form [data-row-span]:after {
    content: "";
    
}
.form [data-row-span] [data-field-span] {
	border-right: 1px solid #333;
	padding: 8px;
    float: left;
    display: cell;
}
.form [data-row-span="2"]>[data-field-span="1"] {
    width: 30%;
	padding-left:1.75em;
	border-bottom: none;
}
.form [data-row-span="1"]>[data-field-span="1"] {
    width: 100%;
}
.form [data-row-span] [data-field-span] label:first-child {
    margin-top: 0;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-size: 10px;
    color: #333;
    display: block;
    margin-bottom: 1px;
}
.form [data-row-span] [data-field-span]:last-child {
    border-right: 0;
}
.form [data-row-span] [data-field-span]:hover {
    /* background: #fffded; */
    background: #edf9dd;
    cursor: text;
}
.form [data-info]:after{
	padding-left: .9em;
	content: "*";
	color: red;
}

	

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}


 
.required {
	border-left: 1px dashed #c40101 !important;
}
.error{
	border: 1px dashed #c40101 !important;
}


.chek{
	min-width:15px;
	width:15px;
}
.chek:hover{
	cursor: pointer;
	background-color: rgba(221, 221, 243, 0.83);
}
.cell{
	cursor:pointer;
	padding-left: 0.75em !important;
}
.cell:hover{
	background-color: rgba(134, 162, 171, 0.92);
}


/* button */
.button-check{
	width: auto;
	height: auto;
	border: 0px solid #000000;
	padding: 10px 20px;
	cursor:pointer;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(76, 87, 100, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(76, 87, 100, 1);
	-ms-box-shadow: 0px 3px 0px 0px rgba(76, 87, 100, 1);
	-o-box-shadow: 0px 3px 0px 0px rgba(76, 87, 100, 1);
	box-shadow: 0px 3px 0px 0px rgba(76, 87, 100, 1);

display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;

	color: #4c5764;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0);

	  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -webkit-transform: rotateX(1deg)   ;
	  transform: rotateX(1deg)   ;
	font-size: .93em;

}
.button-check:hover{
	cursor: pointer;
	box-shadow: outset 0 3px 3px rgba(0,0,0,.075);
	border: 0px solid #4c5764;
	background: #4c5764;
	color: #ffffff;
}
.button-check:hover:enabled{
	box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
}
.button-check:active{
	border: 1px solid #EBEEEF;
	box-shadow: none;
}
.button-check:disabled{
    cursor: not-allowed;
	color: #C2C8D2;
	border: 1px solid #CFDBED;

}

.btn {
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
    border: 1px solid #d4d4d4;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
	background-color: #00965e;
    border-color: #00965e;
	color: #fff;
    white-space: nowrap;
    padding: .5em 1.5em;
    line-height: 1.42857143;
    border-radius: 0.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;	
	/* box-shadow: 0 8px 15px rgba(0,0,0,.1); */
	/* transition: .1s; */
	  /* text-align: center; */
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  -webkit-box-shadow: 1px 4px 6px 1px rgba(180,180,180,0.7) ;
	  box-shadow: 1px 4px 6px 1px rgba(180,180,180,0.7) ;
	  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
	  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	  -webkit-transform: rotateX(1deg)   ;
	  transform: rotateX(1deg)   ;
	font-size: .93em;
}
.btn:hover {
	/* box-shadow: 0 15px 20px rgba(46,229,157,.4); */
	/* background-color: #00965e; */
	background-color: #007046;
	border-color: #00633e;
	  -webkit-box-shadow: 0 15px 20px rgba(46,229,157,.4);
	  -moz-box-shadow: 0 15px 20px rgba(46,229,157,.4);
	  box-shadow: 0 15px 20px rgba(46,229,157,.4);
	  
}

.btn-info{
	background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}
.btn_add_files{
	/* background-image: #2EE59D; */
/*	font-size: .93em;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
    border: 1px solid #d4d4d4;
    background-image: none;	
	
	background: #2EE59D !important;

*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;

	 border-radius: 0.3em;
	 /* border: 1px solid #d4d4d4; */
	 border: 1px solid #fff;
	display: block;
	/* background-color: transparent; */
    /* border: none; */
	/* border-color: #fff; */
    border-bottom: 1px solid #ccc;
    /* border-radius: 0; */
    outline: 0;
	padding: .35em 1.5em;
    /* height: 2.1rem; */
    width: 77%;
    font-size: 1rem;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
	
}
.btn_add_files:hover {
	/* border-bottom: 1px solid #00633e; */
	border: 1px solid #00633e;
	/* box-shadow: 0 15px 20px rgba(46,229,157,.4); */
	/* transform: translateY(-1px); */
}
.btn_del{
	background: #d47b7b !important;
}
.btn_del:hover {
	box-shadow: 0 15px 20px rgba(199, 131, 124, 0.4);
	/* transform: translateY(-1px); */
	color: #fff !important;
}


.cmnt { 
    color: #6d6d6d;
    /* padding-left: .7em; */
    padding-top: .7em;
    font-size: .79em;
    font-style: italic;
}



#barbox
{/*float:right; */
	height:7px;
	background-color:#FFFFFF;
	width:100%;
	border:solid 1px #d1c7bf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right:3em;
	margin-top: 9px !important;
}
#bar
{
background-color:#5fbbde;
width:0px;
height:7px;
}

.navi_button{
	position:relative;
	width:100%;
	margin-left:350px;
}