#nav7, #nav7 ul, #nav7 li {
  margin: 0;
  padding: 0;
}
#nav7, #nav7 ul {
  background: rgb(46,95,122);
}
#nav7 { /* подменю перемещается относительно меню */
  position: relative;
  display: table;
  width: 85%;
  margin:10px auto;
  height: 30px;
}
#nav7 ul { /* подменю находится вне потока */
  position: absolute;
  z-index: 5;
  display: none;
}
#nav7 li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
}
#nav7 li {
  display: table-cell;
  text-align: center;
}
#nav7 ul li {
  display: block;
  text-align: left;
}
#nav7 .right { /* последнее подменю будет расширяться справа налево */
  direction: rtl;
}
#nav7 .right ul { /* для IE, решение найдено случайно, где связь ??? */
  right: 0;
}
#nav7 .right li { /* последнее подменю будет расширяться справа налево, но не пункты последнего подменю */
  direction: ltr;
}
#nav7 a {
  display: block;
  padding: 3px 0;
  color: #fff;
  text-decoration: none;
}
#nav7 ul a {
  padding: 3px 15px;
}
#nav7 li:hover {
  background: rgb(96,145,172);
}
body { background: url(fon.png); }

.t1 {
    margin-left: 900px;
    line-height: 12px;
}

.stab {
    border-right:0px;
}
table {
    border-collapse: collapse;
}
.ptab {
    border:1px solid black;
}

.cont {
    left: 50%;
    margin-left: -450px;
    margin-top: 20px;
    position: absolute;
    width: 900px;
}
.fakt {
    width: 50px !important;
}
.conttab {
    left: 50%;
    margin-left: -425px;
    margin-top: 20px;
    position: absolute;
    width: 850px;
}
.dataTables_wrapper{
    position: absolute;
}

/*.login {
    left: 50%;
    margin-left: -450px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 900px;

}*/

.sl1 {
    left: 50%;
    margin-left: -300px;
    position: absolute;
    width: 100px;

}
.sl2 {
    left: 50%;
    margin-left: 200px;
    position: absolute;
    width: 100px;

}

.stol1{
    left: 50%;
    margin-left: -450px;
    position: absolute;
    width: 440px;

    
}
.stol2 {
    left: 50%;
    margin-left: -250px;
    position: absolute;
    width: 440px;

}

.stol3{
    left: 50%;
    margin-left: -400px;
    position: relative;
    width: 800px;
    font:.8em/100% 'Helvetica Neue', Helvetica, sans-serif;
    
}

.kurs{
    cursor: pointer;
}


input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #000000;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.b-popup{
font-size: 14px;
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    overflow: auto;
    top:0px;
}
.b-popup .b-popup-content{

    margin:40px auto 0px auto;
    width:900px;
    overflow: auto;
    padding:10px 10px 150px 10px;
    background-color: #ffffff;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
.bord{
    border-top-width: 10px !important;
    border-style: inset;
}

.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:12px 2px 12px 2px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: center;
	
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: center;

	border-left: 0;
}
.simple-little-table tr td {
	padding:2px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
input[type="checkbox"] {
    margin: 4px 0 0;
}
.c1 {color: rgba(0, 0, 0, 0.5);}

.tree {
margin: 0px;
        padding: 0 0 0 20px;
}
.tree1 {
margin: 0px;
        padding: 0 0 0 20px;
}
.tree li {
        position: relative;
        margin-left: -15px;
        list-style: none;
        padding: 0px;
}
.tree1 li {
        position: relative;
        margin-left: -15px;
        list-style: none;
        padding: 0px;
}
.tree li.item {
        padding-left: 17px;
}
.tree1 li.item {
        padding-left: 17px;
}
.tree li.item label {
        padding-left: 0px;
        text-decoration: none;
        cursor: pointer;
}
.tree1 li.item label {
        padding-left: 0px;
        text-decoration: none;
        cursor: pointer;
}
.tree li.item input:checked + label {
        background-color: #69F;
        color: white;
        font-weight: bold;
        padding: 2px;
}
.tree1 li.item input:checked + label {
        background-color: #69F;
        color: white;
        font-weight: bold;
        padding: 2px;
}
li input {
        position: absolute;
        left: 0;
        margin-left: 0;
        z-index: 2;
        cursor: pointer;
        height: 1em;
        width: 1em;
        top: 0;
}
.tree li input + ul {
        margin: -0.938em 0 0 -44px; /* 15px */
        height: 1em;
}
.tree1 li input + ul {
        margin: -0.938em 0 0 -44px; /* 15px */
        height: 1em;
}
.tree li input + ul > li {
        height: 0;
        overflow: hidden;
        margin-left: -14px !important;
        padding-left: 1px;
}
.tree1 li input + ul > li {
        height: 0;
        overflow: hidden;
        margin-left: -14px !important;
        padding-left: 1px;
}
.tree li label {
        cursor: pointer;
        padding-left: 20px;
        background : #fff;
        color:#000;
}
.tree1 li label {
        cursor: pointer;
        padding-left: 20px;
        background : #fff;
        color:#000;
}
.tree li input:checked + ul {
        margin: -1.463em 0 0 -44px; /* 20px */
        padding: 1.563em 0 0 75px; /* 25px */
        height: auto;
}
.tree1 li input:checked + ul {
        margin: -1.463em 0 0 -44px; /* 20px */
        padding: 1.563em 0 0 75px; /* 25px */
        height: auto;
}
.tree li input:checked + ul > li {
        height: auto;
        margin: 0px;
}
.tree1 li input:checked + ul > li {
        height: auto;
        margin: 0px;
}
.menucat{
    left: 15%;
    margin-left: 0px;
    position: absolute;
    width: 15%;
}



#preview{
    color:#cc0000;
    font-size:12px
}
.imgList{
    width: 96%;
    height: auto;
    margin-left:5px;
    border:1px solid #dedede;
    padding:4px;
    float:left;
}
.img1{
    width: 96%;
    height: auto;
}
.note {
    position: relative;
}
.note:after { /* Magic Happens Here!!! */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;

    border-top: 20px solid #f00;
} /* </magic> */

/* (X) DOES NOT MATTER */
* { box-sizing: border-box; }

#cbwrap {
  background: rgba(255, 255, 255, 0.9);
  width: 600px; padding: 20px;
  border-radius: 10px;
}
#cbtitle {
  margin-bottom: 40px;
  text-transform: uppercase;
}
#cbinfo {
  padding: 10px; margin-top: 40px;
  font-weight: 700; text-align: center;
}
#cbinfo a {
  text-decoration: none; padding: 5px;
  color: #fff; background: #a91616;
}
#cbnotes {
  margin-top: 20px;
  font-size: 14px;
}
.tabulator-col-title {
    font-size: 10px;
}
.vybr {
    background: #a91616;
}
.modal-body {
  max-height:70vh;
  overflow:auto;
}
#file-input {
  display: none;
}
.prver {
    position: absolute;
    top:0;
    right:0;
}
.stzad0 {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.stylr {
  background-color:#FFFF00;
}
.stylg {
  background-color:#00FF00;
}
.tabulator-row {
    border-bottom: 1px solid #ddd;
}
.tabulator-row:hover {
  background-color: #bbb !important;
}

.menu {
	
    margin: 0 auto;
	display: table;
}
.menu ul {
	display: table-row;
}
.menu li {
	display: table-cell;
	position: relative;
	background: #2767A0;
}
.menu li a {
	display: block;
	padding: 15px 15px;
	color: #fff;
	text-align: center;
}
.menu-caret:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 3px solid;
	border-right: 3px solid transparent;
	border-bottom: 0;
	border-left: 3px solid transparent;
}
.menu ul li:hover, .menu a:hover {
	background: #666;
}
.menu li:hover ul  {
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	background: #666;
	margin: 0;
	padding: 10px 20px;
	width: 250px;
	z-index: 9999;
}
.menu ul ul  {
	display: none;
}
.menu ul ul li  {
	display: block;
	background: #666;
	padding: 5px 0;
}
.menu ul ul li a  {
	display: block;
	padding: 0;
	background: #666;
	text-align: left;
}