.tabs-table{
  width: 80%;
  margin-bottom: 200px;
}
.tabs-table  th{
  font-size:16px;
  color:#5b608c;
}

.tabs-table > tbody > tr > td {
  vertical-align: middle;
  font-size:16px;
}

.themesMgt{
  background-color: #e4e2e2;
  width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.red_bold{
  color: red;
  font-weight: bold;
}

.green{
  color: #009926;
}

.orange{
  color: orange;
}
/****************************** SELECT LIST ***********************/
#listTable-cont{
  width: 100%;
  height: 100%;
  margin-bottom: 200px;
}
#listTable-cont TD{
  vertical-align: top;
}
#listTable-col1{
  width: 50%;
  padding-top: 20px;
  padding-left: 30px;
 /* border: solid;
  border-width: 1px;  */
}
#listTable-col2{

}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #989cbd;
  border-color: #5b608c;
}

.input_style{
  background-color: #ebebeb;
}
