body{background: #F0F8FF;min-width: 1250px;}
header{    background: #f0f8ff;}


.pt-50{padding-top:50px; }

/*---- #index ----*/
#m_index {}
	#m_index_a {height: 700px;}
	#m_index_b {height: 700px;background: #2B519B;color:white;}
	#m_index_c {height: 700px;}
	#m_index_d {height: 700px;background: #2B519B;color:white;}
	#m_index_e {height: 700px;}




.menu_plane {color: white; cursor: pointer; padding: 21px 0px 21px 17px;margin: 0 0 0 0;border-radius: 5px;}
.menu_plane:hover{cursor: pointer;}


#hover_bt{cursor:pointer;}
#hover_bt:hover{opacity:0.9;}

.s_load_spinner{
	text-align: center;
	width: 8px;
    height: 8px;
    margin: 0px 0 3px 0;
}



#a_src_profile:hover {opacity: 0.7;}


#button_s {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}



#img_s:hover {
	background: #E5F1F9;
}


.ghl-popup {
	margin: 73px 0px 0 29px;
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	visibility: hidden;
}

.ghl-popup.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.btn-state {
	width: 28px;
    height: 28px;
    /* padding: 15px 11px 14px 18px; */
    /* font-size: 16px; */
    /* margin: 10px; */
    display: flex
;
    align-items: center;
    justify-content: center;
  }
  .btn-icon {
	/*font-size: 20px;
	margin-right: 8px;*/
  }


  .main{
	min-width: 1500px;
  }


  .box {
	width: 66px;
    height: 55px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.status-1 { background-color: #2ca01cd9; } /* зелёный */
.status-0 { background-color: #6c757d6e; } /* серый */
.label {
	font-size: 13px;
	display: block;
	text-align: center;
	margin-top: 2px;
}

.ref_status_col{    
	background: #f0f8ff;
    padding: 10px 0px 3px 1px;
}




#connectors-list {
position: fixed;

width: 260px;
height: calc(100vh - 80px);
overflow-y: auto;
}

@media (max-width: 1000px) {
#connectors-list {
	position: static !important;
	width: 100% !important;
	height: auto !important;

    padding: 0 10px!important;
}



}


  .main{
	min-width: 1500px;
  }


#text-center {}

#main_ul_nav {display: inline-block;
    background: #f0f8ff;
    height: 100px;
    width: 100%;padding: 33px 0 0 0;}



