forget_pass_link/* Front End panel (Applicant panel) */
#UserPanel .main-header .navbar {
  background-color: #2eb5a8;
}

#UserPanel .main-header .logo {
  #background-color: #5bc8f1;
}

#UserPanel .breadcrumb a {
  color: #2eb5a8;
}

#UserPanel .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #2eb5a8;
  border-color: #2eb5a8;
  color: #fff !important;
}

#UserPanel .sidebar-menu > li:hover > a, #UserPanel .sidebar-menu > li.active > a {
  border-color: #2eb5a8 !important;
}

#UserPanel .main-header .navbar .sidebar-toggle:hover {
  background-color: #2eb5a8;
}

#UserPanel .nav-tabs > li > a:hover {
  color: #2eb5a8;
  border-bottom-color: #2eb5a8;
}

#UserPanel .form-control:focus {
  border: 2px solid #2eb5a8;
}

#UserPanel .login-content .form-control:focus {
  border: 0px solid #2eb5a8;
  border-bottom: 2px solid #2eb5a8;
}

#UserPanel .form-control {
  outline: 0;
  border-radius: 0px;
}

#UserPanel .form-control:focus {
  outline: 0;
  border-radius: 0px;
}

#UserPanel .signup_form{
  min-height: 490px;
}

#UserPanel .forget_form{
  min-height: 320px;
}

#UserPanel .login-content a{
  color:#2eb5a8;
}

#UserPanel .btn-primary {
  background-color: #28a745;
}

#UserPanel .btn-primary:hover {
  background-color: #2cb7a9;
}

#UserPanel .material-half-bg .cover {
  background-color: #FFFEDE;
}

#UserPanel .dataTables_length .form-control {
  border: 2px solid #ccc !important;
}

#UserPanel .table td a{
  color: #2eb5a8;
}
#UserPanel .table td .btn{
  color: white;
}

.red-bg {
  background-color: #ff6666;
}
.sky-blue-bg {
  background: #4ddbff;
}

.light-slate-blue-bg {
  background: #8080ff;
}

.pink-bg {
  background: #ff80b3;
}

.lightcoral-bg {
  background: #00e6e6;
}

.heliotrope-bg {
  background: #cc66ff;
}

.table-progress-bar {
  margin-right: 10%;
  margin-top: 2%;
}



.graybox2 {
  background: rgba(0, 130, 105, 0.18);
  color: #FFFFFF;
  padding: 20px 20px;
  margin: 0px 2%;
  float: left;
  width: 21%;
  text-transform: capitalize;
  font-size: 18px;
}
.status_graph {
  max-width: 1140px !important;
  text-align: center !important;
}

.status_graph .graybox2 {
  width: 214px !important;
  margin: 0px 0px 10px 7px !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.graybox2 > span {
  bottom: 14% !important;
}
.graybox2 {
  cursor: pointer;
  width: 15%;
  height: 150px;
  position: relative;
  text-align: center;
}

.complaint-filter-boxes {
  color: #FFFFFF;
}

.panel-footerCustom .text-muted.text-center {
  padding: 10px 0 10px 0px;
}

/* select2 css start */
#UserPanel .select2-container--default .select2-selection--multiple{
  height: 40px;
  border-radius: 0px;
}

#UserPanel .select2-selection__choice{
  background: #2eb5a8;
}

#UserPanel .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #2eb5a8;
}

#UserPanel.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: #2eb5a8;
}

#UserPanel .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {

  border-color: #2eb5a8;
}

#AdminPanel .select2-dropdown {
  border: 2px solid #2eb5a8;
}

#AdminPanel .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2eb5a8;
}

/* select2 css end */