.form-inline p{
  margin-right: 30px; 
  text-align: center;
}

.vertical-menu {
    background: #176780 !important;
}

.select2-selection__choice{
    color: #3F51B5 !important;
  }

.active>.page-link {
    z-index: 1;
    color: #fff;
    background-color: #7266bb;
    border-color: #7266bb;
}



.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  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, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.alert-info{
margin-bottom: 24px !important;
}
.disabled{
  display: none;
}

.table .thead-dark th {
    color: #fff;
    background-color: #2f4050;
    border-color: #000000;
    vertical-align: middle;
}


.table-bordered th, .table-bordered td {
    border: 1px solid #2f4050;
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    color: #747a80;
    background-color: #2f405054;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2f4050 !important;

}
.alert-danger {
    color: #7d2a2a !important;
    background-color: #fcdcdc !important;
    border-color: #fbcece !important;
    z-index: 9999 !important;
    text-align: center !important;
}


#sidebar-menu ul li a {
    display: block;
    padding: .65rem 0.8rem;
    color: #fff;
    position: relative;
    font-size: 13px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#accordion .card-header {
    padding: .75rem 1.25rem;
    background-color: #2f4050;
    margin-bottom: 0;
    border-bottom: 1px solid #e9ecef;
    color: #fff !important;
}

#accordion  .card-header  a{
    color: #fff !important;
}



#accordion2  .card-header  a{
    color: #000 !important;
}

#accordion2 .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    border-bottom: 1px solid #e9ecef;
    color: #080808;
}


.error{
  background: red !important
}

.inprogress{
  background: yellow !important
}


.success{
  background: green !important
}

 