.uia_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 991;
    width: 36px;
    height: 36px;
    margin: -18px 0px 0px 0px;
    border: 8px solid #d1db45;
    border-radius: 50%;
    border-top: 8px solid black;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
  .uia_overlay {
    position: absolute; /* Sit on top of the page content */
    min-height: 36px;
    display: none;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    /*right: 0;
    bottom: 0;*/
    background-color: rgba(255,255,255,0.5); /* Black background with opacity */
    z-index: 990; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
  .uia_overlay_wrapper {
    position: relative;
    min-height: 36px;
    /*border-style:solid;
    border-width: 1px;
    border-color: red;*/
}
.site_table{
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #A3A3A3;
}
.serv_table{
	width: 100%;
}
.site_table th {
	padding: 5px;
}
.serv_table td {
	padding: 5px;
	border:2px solid #E3E8EE;
}
.serv_table th {
	padding: 5px;
	font-weight: bold;
	border:2px solid #E3E8EE;
	background-color: #F9FAFC;
}
.hidden-td {
	display: none;
}
.uia_dispo {
  background-color: #989898;
  /*border: 2px solid #989898;*/
  color: white;
  display: inline-block; 
  padding: 2px;
  margin: 2px; 
  border-radius: 5px; 
  /*font-weight: bold;*/
}
.uia_projtasksummary {
  width: 100%;
}
.uia_projtasksummary td{
  padding: 5px;
}
.task-item td{
  border-top-style: solid;
 border-top-color: #989898;
 border-top-width: 1px;
}