


.profile-thum{
  border-radius: 5px;
  width: 100%;  
  background-color: #eee;
  cursor: pointer;
  text-align: center;  
  overflow: hidden;
   position: relative;
   
}


.profile-cover{
  border-radius: 5px;
  width: 100%; 
  min-height: 200px; 
  background-color: #eee;
  float: none;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.profile-cover img {
    width: 100%;
    height: auto;
}

 .blah {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    z-index: 9;
    position: absolute;
    padding-top: 30px;
    background-color: transparent;
    left: 0px;
    top: 0px;
    opacity: .7;
}
.blah:hover {
  opacity: .95;
  color: black;
  background-color: white;
}




.profile-thum .file_input_hidden, .profile-cover .file_input_hidden   {
    position:absolute;
    background-color : transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -ms-filter:"alpha(opacity=0)";
    -khtml-opacity:0;
    -moz-opacity:0;    
    height:100%;
    width: 100%;
    display:block;
    cursor:pointer;
    z-index: 10;
    left: 0px;
    top: 0px;
   
}



/* Loading  CSS*/
.loading{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: #eee;
  left: 0px;
  top: 0px;
  opacity: .8;
  display: none;
}

 .lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 35px;
  text-align: left;
  left: 45%;
  top: 40%;
  padding-left: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* end Load ing */



/* 10.3 Page - Gallery Setting */



.gallery-style {
  list-style-type: none;
  margin: -5px -5px 15px;
  padding: 0;
}
.gallery-style:before,
.gallery-style:after {
  content: '';
  display: table;
  clear: both;
}
.gallery-style > li {
  float: left;
  width: 100%;
  padding: 5px;
}
.gallery-style > li .image-container {
  border-radius: 5px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.07);
  box-shadow: 0 2px 0 rgba(0,0,0,0.07);
}
.gallery-style > li .image {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.gallery-style > li .image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.gallery-style > li .btn-list {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  z-index: 1020;
}
.gallery-style > li .info {
  padding: 8px 10px;
}
.gallery-style > li .info * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-style > li .info h5 {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  .gallery-style > li {
      width: 100%;
  }
}
@media (max-width: 480px) {
  .gallery-style > li {
      width: 100%;
  }
}



.gallery-list {
  list-style-type: none;
  margin: -5px -5px 15px;
  padding: 0;
}
.gallery-list:before,
.gallery-list:after {
  content: '';
  display: table;
  clear: both;
}
.gallery-list > li {
  float: left;
  width: 25%;
  padding: 5px;
}
.gallery-list > li .image-container {
  border-radius: 5px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.07);
  box-shadow: 0 2px 0 rgba(0,0,0,0.07);
}
.gallery-list > li .image {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.gallery-list > li .image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.gallery-list > li .btn-list {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  z-index: 1020;
}
.gallery-list > li .info {
  padding: 8px 10px;
}
.gallery-list > li .info * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-list > li .info h5 {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  .gallery-list > li {
      width: 33.33%;
  }
}
@media (max-width: 480px) {
  .gallery-list > li {
      width: 100%;
  }
}/* 10.3 Page - Gallery Setting */

.gallery-list {
  list-style-type: none;
  margin: -5px -5px 15px;
  padding: 0;
}
.gallery-list:before,
.gallery-list:after {
  content: '';
  display: table;
  clear: both;
}
.gallery-list > li {
  float: left;
  width: 25%;
  padding: 5px;
}
.gallery-list > li .image-container {
  border-radius: 5px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.07);
  box-shadow: 0 2px 0 rgba(0,0,0,0.07);
}
.gallery-list > li .image {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
}
.gallery-list > li .image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.gallery-list > li .btn-list {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  z-index: 1020;
}
.gallery-list > li .info {
  padding: 8px 10px;
}
.gallery-list > li .info * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-list > li .info h5 {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  .gallery-list > li {
      width: 33.33%;
  }
}
@media (max-width: 480px) {
  .gallery-list > li {
      width: 100%;
  }
}


.pass {
    color: green;
    font-weight: bold;
}
.fail {
    color: red;
    font-weight: bold;
}

.low { color: red; font-weight: bold; }
.fair { color: orange; font-weight: bold; }
.good { color: rgba(199, 162, 13, 0.824); font-weight: bold; }
.normal-good { color: rgb(170, 218, 116); font-weight: bold; }
.very-good { color: green; font-weight: bold; }
.excellent { color: rgb(0, 0, 0); font-weight: bold; }
