


.bis_top_bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ebebf0;
}

.bis_top_bar li {
    float: left;
}

.bis_top_bar li a, .bis_dropbtn {
    display: inline-block;
    color: #4a4e75;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.bis_top_bar li a:hover, .bis_dropdown:hover .bis_dropbtn {
    background-color: #c9cbd6;
}

.bis_dropdown {
    display: inline-block;
}

.bis_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.bis_dropdown-content a {
    color: #4a4e75;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.bis_dropdown-content a:hover {background-color: #f1f1f1}

.bis_dropdown:hover .bis_dropdown-content {
    display: block;
}

.bis_spisok {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.bis_spisok th {
    text-align: left;
    padding: 10px;
	border: 1px solid #ddd;
}

.bis_spisok td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}

.bis_spisok_ls {
    text-align: left;
    padding: 10px;
	width: 150px;
}

.bis_spisok_act {
    text-align: center;
    padding: 10px;
	width: 150px;
}
.bis_spisok_ls a{
	color: #4a4e75; 
}

.bis_spisok_act a{
	color: #4a4e75; 
    text-align: center;
}


.bis_spisok_ls a:hover{
	color: #fff; 
}
.bis_spisok tr:nth-child(even) {
    background-color: #f2f2f2
}

.bis_spisok_a a{
    color: #4a4e75; 
   }

.bis_spisok_a a:hover  {
    color: #fff; 
   }
   
   
.bis_spisok_row tr:hover {
    background: #9eaae5; /* Цвет фона при наведении */
    color: #fff; /* Цвет текста при наведении */
   }

 .bis_commandpanel{
	margin-bottom: 10px;
 } 
.bis_addbutton{
    background-color: #ebebf0;
	border-radius: 15px;
    border: none;
    color: black;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;   
}

.dvv_achievements-wrapper { height: 500px; overflow: auto; }
   
   
  .bis_shadow {  
   box-shadow: 0 0 7px rgba(0,0,0,0.5)
  } 
  

.bis_trunc{
	max-width: 120px;
    }
.bis_span{
       white-space: nowrap;
       overflow: hidden;
       text-overflow: Ellipsis;
       display: inline-block;
       max-width: 100%;
	}




.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(0,0,0);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 1.5s infinite alternate;
		-o-animation: bubblingG 1.5s infinite alternate;
		-ms-animation: bubblingG 1.5s infinite alternate;
		-webkit-animation: bubblingG 1.5s infinite alternate;
		-moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-ms-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
}

#bubblingG_3 {
	animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		-ms-animation-delay: 0.9s;
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-20px);
	}
}




.checkselect {
	position: relative;
	display: inline-block;
	min-width: 500px;
	text-align: left;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 30px;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 400px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 25px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
}			
.checkselect-popup input {
	position: absolute;
	top: 5px; 
	left: 8px;
	margin: 0 !important;
	padding: 0;
}
.checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}		
.checkselect-popup fieldset label {
	padding-left: 32px;
}		
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}

#cookie_note{
   	/*display: none;*/
    position: fixed;
    bottom: 75px;
    left: 10%;
    max-width: 90%;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background-color: white;
}

#cookie_note p{
    margin: 0;
   /* font-size: 0.7rem;*/
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}


  