.bBack{
	/*position:absolute;*/
	float:right;
	right:0;
	top:0;
	margin-top:10px;
	margin-bottom:10px;
	display: flex;
    flex-wrap: wrap;
} 
.bBack_2{
	/*position:absolute;*/
	float:right;
	right:0;
	top:0;
	margin-top:-10px;
	/*margin-bottom:10px;*/
	display: flex;
    flex-wrap: wrap;
}

.btn_01{
	position:relative;
	top: -1.5vw;
	right: -30%;
}
.btn_02{
	position:relative;
	top: -1.5vw;
}
.regform{
	width:33%;
	margin-right:5vw;
}

.icon_tr{
	margin:5px;
}
.icon_ep{
	margin:5px;
}
.icon_sp{
	margin:5px;
}

.classdet{
	font-size:0.8vw;
}

.header_row{
	background-image: linear-gradient(to right, #008aff, #0e39df);
	color:#FFF;
}

.logoelt{
	z-index:1000;
	position: absolute;
	top: 0;
	right: 0;
}

.contentelt{
	margin-top:6vw;
	margin-left:7vw;
}
.content_img{
	width:60%;
	height:auto;
}
.formTitle{
	width:35%;
	height:auto;
}
img .bgform_img{
	z-index:-1;
	position:absolute
	top: 3vw;
	right: 3vw;
	/*width:100%;
	height:auto;*/
}
div .bgform1{
	z-index:100;
	position: absolute;
	top: 13vw;
	right: 5vw;
	width:100%;
	height:auto;
	/*border:#F00 solid 1px;*/
	
}
.form-control4{
	width:20vw;
	height:1.5vw;
	border-radius:20px;
}
.form-control5{
	width:20vw;
	margin-right:1vw;
}
.form-control6{
	width:50%;
}
.form-control7{
	width:30vw;
	margin-right:1vw;
}
@media (max-width: 1600px) {
	.formTitle{
		width:50%;
	}
	.content_img{
		width:70%;
		height:auto;
	}
}
@media (max-width: 1024px) {
	img .bgform_img{
		z-index:-1;
		position:relative;
		width:60%;
		height:auto;
	}
	div .bgform1{
		width:70%;
	}
	.form-control4{
		width:70%;
		border-radius:15px;
	}
	.form-control5{
		width:50%;
	}
	.form-control6{
		width:50%;
	}
	.form-control7{
		width:40%;
		margin-right:1vw;
	}
}
@media (min-width: 769px) {
	img .bgform_img{
		z-index:-1;
		position:relative;
		width:60%;
		height:auto;
	}
	div .bgform1{
		width:70%;
	}
}
@media (max-width: 900px) {
	/*NEW*/
	
	.bgform_img{
		z-index:-1000;
		width:120%;
		height:auto;
	}
	div .bgform1{
		width:70%;
		top: 12vw;
		right:3vw;
	}
	.formTitle{
		width:35%;
	}
	.content_img{
		width:100%;
		height:auto;
	}
	.contentelt{
		margin:0 auto;
	}
	.form-control4{
		/*width:60%;
		height:1.4vw;*/
		width:80%;
		height:1.8vw;
		border-radius:13px;
	}
	.form-control5{
		width:50%;
	}
	.form-control6{
		width:50%;
	}
	.form-control7{
		width:40%;
		margin-right:1vw;
	}
}
@media (max-width: 500px) {
	.logoelt{
		top: 0;
		right: 35%;
	}
	.bgform_img{
		width:115%;
		height:auto;
	}
	div .bgform1{
		width:70%;
		top: 26vw;
		right:10vw;
	}
	.formTitle{
		width:40%;
	}
	.content_img{
		width:100%;
		height:auto;
	}
	.contentelt{
		margin-top:8.5vw;
		margin-left:6.5vw;
	}
	.form-control4{
		width:80%;
		height:3.2vw;
		border-radius:15px;
	}
	.form-control5{
		width:80%;
	}
	.form-control6{
		width:80%;
	}
	.form-control7{
		width:80%;
		margin-right:1vw;
	}
	.well4 {
	  min-height: 20px;
	  padding: 5px;
	}
	.well6 {
	  min-height: 20px;
	  padding: 15px;
	}
}


a .elesson{
	margin-bottom:5px;
}

.col-sm-6 .radius1{
	border-radius:5px;
}

.well {
  min-height: 20px;
  padding: 19px;
  
  
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}
.well2 {
  min-height: 20px;
  padding: 9px;
}

.well3 {
  min-height: 20px;
  padding: 5px;
  
}
.well4 {
  min-height: 20px;
  padding: 5px;
  /*width:50%;*/
}
.well5 {
  height: 20px;
  padding: 5px;
  /*width:50%;*/
  overflow:scroll;
}
.well6 {
  height: 20px;
  padding: 15px;
}

/*@media (max-width: 500px) {
	.well4 {
	}
}*/

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.w_main{
	margin-bottom: 20px;
	/*background-color: red;  For browsers that do not support gradients 
	background-color:rgba(255, 255, 255, 0.8);*/
	background-image: linear-gradient(to right, #eedafe, #dbe5f6);
	border: 1px solid #e3e3e3;
  	border-radius: 10px;
}
.w_dashboard{
	/*background-color: red;  For browsers that do not support gradients 
	background-color:rgba(255, 255, 255, 0.8);*/
	background-image: linear-gradient(to right, #008aff, #0e39df);
	color:#FFF;
	font-weight:bold;
	text-align:left;
	/*border: 1px solid #0e39df;*/
  	border-radius: 25px 25px 0 0;
}
.w_announcement{
	/*background-color: red;  For browsers that do not support gradients 
	background-color:rgba(255, 255, 255, 0.8);*/
	background-image: linear-gradient(to right, #5cb9ef, #5cbdef);
	color:#000;
	font-size:2vw;
	text-align:left;
	/*border: 1px solid #0e39df;*/
  	border-radius: 0 0 25px 25px;
}

.w_class{
	/*background-color: red;  For browsers that do not support gradients 
	background-color:rgba(255, 255, 255, 0.8);*/
	background-image: linear-gradient(to right, #f2ac14, #da9124);
	color:#000;
	font-size:2vw;
	text-align:left;
	/*border: 1px solid #0e39df;*/
  	border-radius: 0 0 25px 25px;
}

.w_inner{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #eedafe, #dbe5f6);*/
	background-color:rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
  	border-radius: 25px;
}
.w_dropdown{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #eedafe, #dbe5f6);*/
	background-color:rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
  	border-radius: 5px;
	width:8vw;
}
.w_week{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #eedafe, #dbe5f6);*/
	background-color:#CDECFE;
	border: 1px solid #CDECFE;
  	border-radius: 5px;
	width:8vw;
}
.w_hweek{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #008aff, #0e39df);*/
	background-color: #0469af;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	/*border: 1px solid #0e39df;*/
  	border-radius: 5px 5px 0 0;
}
.w_contweek{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #008aff, #0e39df);*/
	background-color:rgba(255, 255, 255, 0.8);
	color:#FFF;
	font-weight:bold;
	text-align:left;
	border: 2px solid #0469af;
  	border-radius: 0 0 5px 5px;
}
.w_comp{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #008aff, #0e39df);*/
	background-color:#4a9fdb;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:1vw;
	/*border: 1px solid #0e39df;*/
  	border-radius: 5px 5px 0 0;
}
.w_comp2{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #5cb9ef, #5cbdef);*/
	background-color:#CDECFE;
	color:#000;
	font-size:1vw;
	text-align:center;
	/*border: 1px solid #0e39df;*/
  	border-radius: 0 0 5px 5px;
}
.w_online{
	/*background-color: red;  For browsers that do not support gradients 
	background-image: linear-gradient(to right, #008aff, #0e39df);*/
	background-color:rgba(255, 255, 255, 0.8);
	color:#000;
	font-weight:bold;
	text-align:left;
	/*border: 2px solid #0469af;*/
  	border-radius: 0 0 5px 5px;
}



.well2____ {
  min-height: 20px;
  padding: 19px;
  text-align:center;
  margin-bottom: 20px;
  background-color: red;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  color:#FFF;
  font-size:14px;
}

#error_msg1{
	/*font-size:2.3vw;*/
	color:red;
}
#error_msg2{
	/*font-size:1vw;*/
	z-index:10000;
	color:red;
}

.container2{

	padding-right:0px;
	padding-left:0px;
	margin-right:auto;
	margin-left:auto;
}

/*------------------------------------------*/
.container1 {
	width: 85%;
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
@media (min-width: 768px) {
  .container1 {
    width: 85%;
	  /*width: 750px;*/
  }
}
@media (min-width: 1024px) {
  .container1 {
    width: 85%;
	  /*width: 970px;*/
  }
}
@media (min-width: 1600px) {
  .container1 {
    width: 85%;
	  /*width: 1600px;*/
  }
}
@media (min-width: 1920px) {
  .container1 {
    width: 85%;
	  /*width: 1600px;*/
  }
}
@media (min-width: 2048px) {
  .container1 {
    width: 85%;
	  /*width: 1600px;*/
  }
}




.container2a {
	position:relative;
	top:-1.5vh;
	width: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
@media (min-width: 768px) {
  .container2a {
    width: 100%;
	  /*width: 750px;*/
  }
}
@media (min-width: 1024px) {
  .container2a {
    width: 100%;
	  /*width: 970px;*/
  }
}
@media (min-width: 1920px) {
  .container2a {
    width: 100%;
	  /*width: 1600px;*/
  }
}

.container3 {
	width: 98%;
   margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  top:0;
  
}
@media (max-width: 768px) {
  .container3 {
    width: 96%;
	  /*width: 750px;*/
  }
  /*.col-sm-4{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}*/
}
@media (min-width: 768px) {
  .container3 {
    width: 98%;
	  /*width: 750px;*/
  }
}
@media (min-width: 1024px) {
  .container3 {
    width: 98%;
	  /*width: 970px;*/
  }
}
@media (min-width: 1920px) {
  .container3 {
    width: 98%;
	  /*width: 1600px;*/
  }
}

.container3a {
	width: 70%;
	/*margin: 10px;*/
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
  margin-left: auto;
	border-radius: 15px;
	padding: 15px;
	top:15px;
  
}
@media (max-width: 768px) {
  .container3a {
    width: 96%;
	  /*width: 750px;*/
  }
  /*.col-sm-4{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}*/
}
@media (min-width: 768px) {
  .container3a {
    width: 70%;
	  /*width: 750px;*/
  }
}
@media (min-width: 1024px) {
  .container3 {
    width: 70%;
	  /*width: 970px;*/
  }
}
@media (min-width: 1920px) {
  .container3a {
    width: 70%;
	  /*width: 1600px;*/
  }
}

.container4 {
	width: 100%;
  /*margin-right: auto;
  margin-left: auto;*/
  border-radius: 0 0 0 15px;
  padding-left: 15px;
  padding-right: 15px;
  top:0px;
}
@media (max-width: 768px) {
  .container4 {
    width: 100%;
	  /*width: 750px;*/
  }
}
@media (min-width: 768px) {
  .container4 {
    width: 100%;
	  /*width: 750px;*/
  }
}
@media (min-width: 1024px) {
  .container4 {
    width: 100%;
	  /*width: 970px;*/
  }
}
@media (min-width: 1920px) {
  .container4 {
    width: 100%;
	  /*width: 1600px;*/
  }
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 20%;
  height: 600px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	top: -10px;
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height: 600px;
}

.w3-sidebar{
	overflow:auto;
}

/*.w3-sidebar:hover {
	background-color:rgba(33, 150, 243, 0.5) !important;
}*/
.w3-bar-item: hover {
	background-color:rgba(33, 150, 243, 0.5) !important;
}

.w3-sidebar .active {
	background-color:rgba(33, 150, 243, 0.7) !important;
}
.w3-white,.w3-hover-white:hover{
	color:#000 !important;
	background-color:rgba(255,255,255) !important;
}
.w3-white2,.w3-hover-white2:hover{
	color:#000 !important;
	background-color:rgba(255,255,255,0.5) !important;
}

hr.new1 {
  border-top: 1px solid #006;
}
hr.new2 {
  border-top: 1px solid #FFF;
}

table, td, th {  
  border: 0px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 5px;
}
@media (max-width: 568px) {	
	table, th, td {
		font-size:2.6vw;
	}
	h2 {
		font-size:8vw;	
	}
}
@media screen and (max-width: 1000px) and (min-width: 569px) {

	table, th, td {
		font-size:2.2vw;
	}
	h2 {
		font-size:5vw;	
	}
}


.nav-item.active,.nav-item:hover {
	/*font-size:1.2em;*/
	color: #FFF;
	background-color: rgba(255,255,255,0.5) ;
	border-color: #dee2e6 #dee2e6 #fff;
}
/*.nav-link:focus,.nav-link:hover{text-decoration:none}*/
.nav-item{
	position:relative;
	top:10px;
	/*font:1.2em;*/
}
.navbar{
	color: #FFF;
	background-color: rgba(255,255,255,0.5) ;
	border-color: #dee2e6 #dee2e6 #fff;
}
.main{
	display:flex;
	margin: auto 5% ;
	text-align:center;
}
@media (max-width: 768px) {
	.main{
		display:inline;
	}
}
.main2{
	width:50%;
	display:inline;
	margin: auto 0px ;
	text-align:center;
}
@media (max-width: 768px) {
	.main2{
		display:inline;
	}
}

.main3{
	width:100%;
	margin: auto 0px ;
	text-align:center;
}
.main4{
	width:100%;
	margin: auto 0px ;
	text-align:left;
}

.main10{
	width:100%;
	margin: auto 0px ;
	text-align:left;
	padding:10px;
}


a .test{
	/*padding-bottom:5px;
	padding-top:5px;*/
	cursor:none;
}

/*a.test_cursor{
	cursor:not-allowed;
	opacity:0.3;
}*/

table tr td a .test_cursor {  
	cursor:not-allowed;
	opacity:0.3;
}

.alert {
  padding: 15px;
	height: 300px;
	width: 500px;
  margin: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
	overflow: auto;
}
@media screen and (max-width: 450px) {
	.alert {
		/*height: 300px;
		width: 200px;*/
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.alert {
		/*height: auto;*/
		width: 90%;
	}
}
@media (min-width: 768px) {
	.alert {
		/*height: auto;*/
		width: 90%;
	}
}
@media (min-width: 1024px) {
	.alert {
		width: 30%;
	}
}

.alert-info2 {
  background-color:rgba(67,67,67,0.80);
  border-color: #bce8f1;
  color: #FFF;
}
.alert-info2 hr {
  border-top-color: #a6e1ec;
}
.alert-info2 .alert-link {
  color: #245269;
}

.blink {
      animation: blinker 0.6s linear infinite;
      color: #F00;
}
@keyframes blinker {  
50% { opacity: 0; }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container2 {
  display:block;
}
.flex-container3 {
  display: flex;
}
.flex-container4 {
  	display: flex;
}

.div_icon{
	margin: 10px;
}
a .div_icon2{
	margin-right: -1vw;
}

.bBack{
	/*position:absolute;*/
	float:right;
	right:0;
	top:0;
	margin-top:10px;
	margin-bottom:10px;
	display: flex;
    flex-wrap: wrap;
}

.btnB{
	color:#FFF;
}

.form-control2{
	width:15vw;
}

.form-control3{
	width:70px;
}



form-group2{
	display:flex;
}


.nav-tabs2{
	padding: 3px 5px;
	/*margin: 3px;
	border-radius: 10px 10px 0px 0px;*/
	
}

.btn2{
	margin:5px 5px 5px 0px;
}

.btn3{
	
	border-radius:15px;
	background-color:#FFF;
	color:#00C;
	border-color:#FFF;
}

	

.w3-disabled2,.w3-btn2:disabled,.w3-button2:disabled{cursor:not-allowed;opacity:0;display: none;}.w3-disabled2 *,:disabled *{pointer-events:none}
.w3-btn2.w3-disabled2:hover,.w3-btn2:disabled:hover{box-shadow:none}

.w3-disabled,.w3-btn2:disabled,.w3-button2:disabled{cursor:not-allowed;opacity:0;display: none;}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn2.w3-disabled:hover,.w3-btn2:disabled:hover{box-shadow:none}

.w3-disabled3,.w3-btn2:disabled,.w3-button2:disabled{cursor:not-allowed;opacity:0.5;display: none;}.w3-disabled3 *,:disabled *{pointer-events:none}
.w3-btn2.w3-disabled3:hover,.w3-btn2:disabled:hover{box-shadow:none}

.exmargin{
	margin-left:20px;
	vertical-align: top;
	padding: 10px;
}

.btn-primary2{color:#fff;background-color:#5721ca;border-color:#5721ca}
.btn-primary2:hover{color:#fff;background-color:#9e81dd;border-color:#9e81dd}
.btn-primary2.focus,.btn-primary2:focus{color:#fff;background-color:#9e81dd;border-color:#9e81dd;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}
.btn-primary2.disabled,.btn-primary2:disabled{color:#fff;background-color:#5721ca;border-color:#5721ca}
.btn-primary2:not(:disabled):not(.disabled).active,.btn-primary2:not(:disabled):not(.disabled):active,.show>.btn-primary2.dropdown-toggle{color:#fff;background-color:#9e81dd;border-color:#9e81dd}
.btn-primary2:not(:disabled):not(.disabled).active:focus,.btn-primary2:not(:disabled):not(.disabled):active:focus,.show.btn-primary2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}

.img_elt {
  position: absolute;
  
  /*top: 0;
  left: 0px;*/
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  width:100%; 
  height:auto;
}
@media screen and (max-width: 499px){
	.img_elt {
		top: 40vw;
		right:-1.5vw;
		width:105%;
	}
	.img_logo2{
		position: relative;
		right:5vw;
		width:150%;
	}
  	.flex-container4 {
	  display: inline;
	}
}
@media (max-width: 768px) and (min-width: 500px) {
  .img_elt {
  	  top: 18vw;
	  right:-13vw;
	  width:150%;
  }
  .img_logo2{
	  position: relative;
	  right:5vw;
	  width:150%;
  }
}
@media (min-width: 1024px) {
  .img_elt {
    /*top: 30%;*/
	width:100%;
  }
}
@media (min-width: 1600px) {
  .img_elt {
    /*top: 30%;*/
	width:100%;
  }
}
@media (min-width: 1920px) {
  .img_elt {
    /*top: 30%;*/
	width:100%;
  }
}
@media (min-width: 2048px) {
  .img_elt {
    /*top: 30%;*/
	width:100%;
  }
}

/*Modal*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

<!--dropdown-->
.dropdown {
  position: relative;
  display: inline-block;
}

.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;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.desc {
  padding: 15px;
  text-align: center;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/*.dropdown-item1{
	background-color:#CDECFE;
}*/



.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}
.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}

.dropdown-item1{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:#FFF;border:0}
.dropdown-item1:focus,.dropdown-item1:hover{color:#16181b;text-decoration:none;background-color:#CDECFE}
.dropdown-item1.active,.dropdown-item1:active{color:#fff;text-decoration:none;background-color:#CDECFE}
.dropdown-item1.disabled,.dropdown-item1:disabled{color:#6c757d;pointer-events:none;background-color:transparent}

.dropdown-item2{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:#CDECFE;border:0}
.dropdown-item2:focus,.dropdown-item2:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}
.dropdown-item2.active,.dropdown-item2:active{color:#fff;text-decoration:none;background-color:#007bff}
.dropdown-item2.disabled,.dropdown-item2:disabled{color:#6c757d;pointer-events:none;background-color:transparent}

.testdrop{
	overflow:hidden;
	max-height:20vw;
	width:5vw;
	height:auto;
}

a .list:hover{
	background-color:#A5D3EF;
}

.disable{
	cursor: default;
	opacity:0.2;
}
