
.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 12px !important;
}

.mb-10 {
    margin-bottom: 8rem !important;
}

.table-responsive {
	overflow-x: auto;
  }
  
 
thead tr:first-child th:nth-child(odd) {
    background-color: #203864;
	color: #B4C7E7;
}

thead tr:first-child th:nth-child(even) {
	background-color: #74788d;
	color: #FBFBFB;
	
}

thead tr:nth-child(2){
    background-color: #fbfbfb;
    color: #74788d;
  }

.dtfh-floatingparenthead{
	top: 65px !important
}

.table:hover {
	cursor: pointer;    
  }

table {
    user-select: none !important;
}

textarea {
  height: 200px !important;
}

.text-right{
  text-align: right !important;
}

th {
  text-align: center !important;
}

td {
  text-align: right !important;
}

.mt-section{
  margin-top: 5rem !important;
}

.columns-groups-green {
  text-align: center;
  background-color: #55d97e !important;
  color: #ffffff !important; }

.columns-groups-yellow {
  text-align: center;
  background-color: #f5cb5c !important;
  color: #ffffff !important; }

.columns-groups-red {
  text-align: center;
  background-color: #f62d51 !important;
  color: #ffffff !important; }

.columns-groups-blue {
  text-align: center !important;
  background-color: #002856 !important;
  color: #e5e5e5 !important;   

}
  
.columns-groups-gray {
  text-align: center;
  background-color: #e5e5e5 !important;
  color: #002856 !important;   
}
    

.compact-table {
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
}

.compact-table th,
.compact-table td {
  padding: 4px 6px !important;
  margin: 0;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
}

.compact-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.compact-table tr:nth-child(even) {
  background-color: #fafafa;
}
