/* GLOBAL SETTINGS
   ----------------------------- */
	html {
		height: 100%;
	}
	body {
      font:400 20px/24px 'Roboto Condensed', sans-serif;
      background-position: top right;
      background-image: linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,0.66) 100%),url(../../assets/img/electrician_17.png)!important;	
      background-repeat: no-repeat;
	}
   .mb-4 {
   	margin-bottom: 4px;
   }
   .mb-10 {
   	margin-bottom: 10px;
   }
   .mb-20 {
   	margin-bottom: 20px;
   }
   .mt-10 {
   	margin-top: 10px;
   }
   .mt-20 {
   	margin-top: 20px;
   }
   .mt-30 {
      margin-top: 30px;
   }
   .noresize {
      resize: none;
   }
   .text-wrap {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 300px;
      width: 90%;      
   }

   .log01-flexcontainer {
	   display: flex;
	   flex-direction: row;
	   align-items: center;
	   justify-content: center;
	   height: 100%;
	   width: 100%;

}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f7dfa5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255, 231, 172);
}
.table td, .table th{
  vertical-align: middle
}
.btn-group-sm>.btn, .btn-sm{
  font-size:0.975rem; 
}
.progress-bar{
  background-color: #8c8c8c !important;
}