.text-center {
  text-align: center;
}

a.delete_confirm {
    color: #bf3838 !important;
}

.listContent>ul {
  width: 100%;
}

.listContent>ul>li {
  /* min-width: 80px; */
}

.listContent>ul>li>a {
  padding: 10px 0;
}

a.section-list{
  position: relative;
  text-align: left;
  padding-left: 45px !important;
}

.section-list svg{
  position: absolute;
  left: 15px;
  top: 18px;
}

.work-text{
  color: #1497ca;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  max-width: 60%;
}

.organisation-name {
  width: 100%;
  margin: 20px auto;
  max-width: 60%;
  position: relative;
}

.select-organisation {
  margin-top: 20px;
  text-align: center;
}

.select-organisation-button {
  padding: 10px 35px;
}

.custmbtn:hover {
  color: #fff;
}

.nav-tabs .dropdown-menu > li {
  padding: 5px 10px;
}

.listContent .nav-tabs {
  width: auto;
}

.listContent .nav-tabs > li {
  padding: 10px 20px;
  background-color: #ffffff;
}

.listContent .nav-tabs .dropdown {
  min-width: 160px;
}

#loader {
  display: none;
  background: url("/assets/img/loader.gif") no-repeat scroll center center #607d8b42;
  position: absolute;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}

.listContent>ul>li.active-section {
  background: #086894;
}

.listContent>ul>li.active-section>a {
  color: #fff;
}

.dropdown-menu>li.active{
  background: #086894;
}

.dropdown-menu>li.active>a{
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .view-section.adminSection .col-sm-7,
  .view-section.adminSection .col-sm-5 {
    width: 100% !important;
  }
}

.formContent label {
  margin-top: 10px;
  margin-bottom: 0;
}

.hide {
  display: none;
}
.show {
  display: block;
}

.buttonGroup .btn.btn-primary {
    background-color: #086894;
}