﻿.waitinginput {
    display: none ;width:auto;border:0;height:35px;line-height:.5;color:white;color:black;border: 1px solid silver;
}

.field-validation-error
{
    background-repeat: no-repeat;
    color: red;
    background-size: 16px 16px;
    background-position: right;
    text-align: left;
    font-size: 14px;
}
input[type="text"].input-validation-error, input[type="password"].field-validation-error, textarea.input-validation-error, select.input-validation-error {
  background-color: #fee !important;
  border: 1px solid red !important;
}
      .validation-summary-errors {
            font-size: 10px !important;
            font-weight: bold;
          color: red;
          text-align: justify
        }

      /*Like&disLike*/
.glyph {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
    font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    padding: 1px 5px 1px 5px;
    color: black;
}

.fa-thumbs-o-up:hover {
    color: greenyellow;
}
#captcha{font-family: tahoma !important}
.fa-thumbs-o-down:hover {
    color: red;
}
.likesCount { font-size: 15px;}
.ScrollableContainer{overflow: hidden}
/*Like&disLike*/


.min_heightClass {
    min-height: 50px;
}

.portfolioSearchResult{background-color: rgba(224, 255, 255, 0.89)}
.postsSearchResult{background-color: rgba(249, 233, 219, 0.46)}
.productsSearchResult{background-color: rgba(170, 255, 100, 0.62)}
.pagesSearchResult{background-color: rgba(0, 50, 255, 0.13)}
.colorGuied {
    height: 30px;
    margin-top: 4px;
    width: 100%;
    display: block;
    border: 1px solid silver;
}