/**

fix for element ui
**/




.el-message-box__headerbtn {
  left: 30px !important;
  right:unset ! important;
  

}


/**  fix the theme-white  of bootstrap **/

/**

impact too much.

* {
	
	-moz-box-sizing: unset;
	
}

**/

input[type="file"] {
  display: inline;
}
.popover-content {
  padding: 9px 20px;
}


sub,
sup {
  font-size: 75%;
  position: relative;
  line-height:unset;
  vertical-align: baseline;
}

pre {

 color: unset;

 background-color: unset;
 border: unset;
 border-radius: 4px;


}


.popover {

 max-width: inherit;
 z-index:2;



}


.label:empty {

   display: inherit;
}



.page-container {
    position: static;
  
}


.container {
		width: 100%!important;
		
 }


.page-container .page-content {
    position: static; 
}

 


 .label {



display: block; 
font-weight: inherit;
line-height: inherit;
 
vertical-align: middle;
border-radius: inherit;

color:inherit;




}

.glyphicon{
    /* position: relative;
  left: -27; */
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon {
  /* position: relative;
  left: -27; */
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #286ef3;
  text-decoration: none;
}


a:focus, a:hover{
  color: #078aff  ;
  /* 2025ui cover
  text-decoration: underline;
  */
  text-decoration: none;
  cursor: pointer;
}

.col-sm-8 {
  width: 78.3%;
}