h3#lbl_primary_no {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
}

/* Tabs */

.nav li.nav-item a {
  overflow: visible;
  padding: 25px 0;
  line-height: 1;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #263238;
}

.nav-tabs .fas::before {
  display: block;
  margin: 0 0 0.25em;
}

.nav-tabs .far::before {
  display: block;
  margin: 0 0 0.25em;
}
/* 
.nav-bordered li.tabs a.active::after {
  position: relative;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #6658dd!important;
  content: '';
  pointer-events: none;
} */
.nav-bordered li.tabs a.active {
 
  background: #6658dd;
  color:#fff;
  box-shadow: -1px 0 0 #fff;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
}

input[type=file] {
  display: block;
}

.white-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
}

.comment-center {
  margin: 0 -25px;
}
.p-t-10 {
  padding-top: 10px!important;
}

@media screen and (max-width: 390px) {

  .form-horizontal .control-label {
    text-align: initial;
  }
}

@media screen and (max-width: 58em) {
  .nav li.nav-item a span {
    display: none;
  }
}
.star_checked 
{
  color: orange;
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.list-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.list-item:hover {
  background-color: #edeef0;
}
.list-title {
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
}
.list-created {
  font-size: 12px;
  font-style: italic;
  color: darkgrey;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  /* margin-bottom: 1px; */
  background-color: #fff;
  border: 1px solid #ddd;
}

.leave-rating{height:0px;float:right;margin-top: 15px;}
.leave-rating:hover input[type=radio]:checked~label{color:#dadada;}
.leave-rating input[type=radio]{display:none;}
.leave-rating input[type=radio]:checked~label{color:#ffc600;}
.leave-rating label{font-size:24px;float:right;letter-spacing:4px;color:#dadada;cursor:pointer;transition:.3s;}
.leave-rating label:hover,.leave-rating label:hover~label{color:#ffc600!important;}