 .select2-selection--single{
   height: 34px !important;
 }

 .form-group.required .control-label:after {
   content:"*";
   color:red;
 }

 /* .table-fixed {
     background-color: #fbfbfb;
     width: 100%;
 }
 .table-fixed tbody {
     height: 200px;
     overflow-y: auto;
     width: 100%;
 }
 .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
     display: block;
 }
 .table-fixed tbody td {
     float: left;
 }
 .table-fixed thead tr th {
     background-color:#159bd0;
     border-color:#0881b1;
     float: left;
 	  color:#fff;
 } */
