/**
* @Author: sorinmarian
* @Date:   24-04-2017
* @Email:  sorin@freelancerweb.ro
* @Last modified by:   sorinmarian
* @Last modified time: 26-04-2017
*/

/* do not group these rules */
/**::-webkit-input-placeholder {
    color: white !important;
}*/

/* FF 4-18 */
/**:-moz-placeholder {
    color: white !important;
}*/

/* FF 19+ */
/**::-moz-placeholder {
    color: white !important;
}*/

/* IE 10+ */
/**:-ms-input-placeholder {
    color: white !important;
}*/

/*.form-control {
   color: white;
}*/

.help-block{
  color: #d43f3a;
}

p {
  font-size: 17px;
}

.modal-body p, .modal-body ul{
  text-align: left;
}

.progress {
  height:30px;
}
.progress-bar{
  line-height: 30px;
  font-size: 14px;
}

blockquote .small:before, blockquote footer:before, blockquote small:before{
  content: '' !important;
}

.glyphicon-star.half-star {
    position: relative;
}

.glyphicon-star.half-star:after {
    content: '\e006';
    position: absolute;
    z-index: 8;
    color: #bdc3c7;
    top: 0;
    left: 0;
}

.glyphicon-star.half-star:before {
    position: relative;
    z-index: 9;
    width: 60%;
    display: block;
    overflow: hidden;
}

.success .form-control{
  color: white !important;
}
.success .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
.success .form-control::-moz-placeholder{ /* Firefox 19+ */
  color: white !important;
}
.success .form-control:-ms-input-placeholder{ /* IE 10+ */
  color: white !important;
}
.success .form-control:-moz-placeholder{ /* Firefox 18- */
  color: white !important;
}
