#errorlogin{
	
	font-size:0.8em;
	
	color:red;
}
.modal{
    pointer-events: none;
}

.modal-dialog{
    pointer-events: all;
 }
.error{
	border:1px solid red !important;	
}
.toolsarea{
	
	display:block;
	width:100%;
	float:right;
	text-align:right;
	clear:both;
	margin-bottom:10px;
}
.modal-dialog{
	display: table;

}
.modal-body,.modal-content{
	 display: table; /* This is important */ 
	 width: auto;
    min-width: 300px;   
}
.modal-form{

	position:relative;
	flex:1 1 auto;
	
	
	

}
.form-data{
	position:relative;
	flex:1 1 auto;
	font-size:0.9em;
	
	
}
.form-data td{
	white-space:nowrap;
}
.form-data input[type=text]{
	width:auto;
	min-width:200px;
}
.table-bordered{
	font-size:0.9em;
}
.validerror{
	border:1px solid red !important;
}
.noteform{
	font-size:0.75em;
}
.errormessage{
	
	display:block;
	font-size:0.8em;
	text-align:center;
	padding:10px;
	margin-bottom:5px;
	color:#D8000C;
	background-color:#FFBABA;

}
#popmessage h3{
		text-align:center;
}
.submessage{
	display:block;
	text-align:center;
}
.Berhasil{
	background:url('images/berhasil.png') center center no-repeat;
}
.Gagal{
	background:url('images/gagal.png') center center no-repeat;
}
.popicon{
	
	height:90px;
	display:block;
	margin:20px 0 20px 0;
}
#popmessage .modal-footer{
	text-align:center !important;
}
div[id$="license"] {
  display: none !important;
}
.logoform{
	display:block;
	height:170px;
	width:250px;
	
	background:url('images/logoeiie170.png') center center no-repeat;
	
}
.logodashboard{
	display:block;
	
	width:150px;
	height:120px;
	margin:10px;
	float:left;
	background:url('images/logodashboard.png') center center no-repeat;
}
.errorlogin{
	
}
table-bordered>tbody>tr.r0{
    background-color: #d9d9d9;
}
.r0{
	background:#F2F2F2;
}
/* slider */

	.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}
