﻿#loading1{
    display: none;
}
#sMsg {
    position: fixed;
    /*z-index: 101;*/
    z-index: 11111;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #97f39b;*/
    background: #8ada8eeb;
    color:#4a7b4a;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

#eMsg {
    position: fixed;
    /*z-index: 101;*/
    z-index: 11111;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #f2dede;*/
    background: #e4bbbbf2;
    color:#bb5e5c;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}
#loading1{
  display:none;
}

.modalbox .login-img, #signup-modal .signup-img, #schllogin-modal .schlogin-img {
    margin: 0 auto;
}

.modalbox .modal-md, #schllogin-modal .modal-md, #forget-pass-parents .modal-md, #forget-pass-school .modal-md {
    width: 510px;
}

.modalbox button, .modalbox input[type="text"], .modalbox input[type="password"], .modalbox select, .modalbox textarea {
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 44px;
    box-sizing: border-box;
    outline: none;
}

.btn-facebook {    background: #425f9c;    color: white;}

.btn:hover {
    opacity: 0.7;
}

.btn-facebook {
  background: #3B5998;
  color: white;
}

.error{
  color:red;
}

    .scrollTop {
        position: fixed;
        right: 2%;
        bottom: 10px;
        background-color: #ee0015;
        padding: 20px;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        bottom: 11%;
    }

    .scrollTop a, .scrollTop i {
      font-size: 18px;
      color: #fff;
      text-decoration:  none;
    }

/********** Rating *************/

    .star-rating1 {
        font-size: 0;
        white-space: nowrap;
        display: inline-block;
        width: 125px;
        height: 25px;
        overflow: hidden;
        position: relative;
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
        background-size: contain;
    }
    .star-rating1 i {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 20%;
        z-index: 1;

        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
        background-size: contain;
    }
    .star-rating1 input {
        -moz-appearance: none;
        -webkit-appearance: none;
        opacity: 0;
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 999999;
        position: relative;
    }
    .star-rating1 input:hover + i,
    .star-rating1 input:checked + i {
        opacity: 1;
    }
    .star-rating1 i ~ i {
        width: 40%;
    }
    .star-rating1 i ~ i ~ i {
        width: 60%;
    }
    .star-rating1 i ~ i ~ i ~ i {
        width: 80%;
    }
    .star-rating1 i ~ i ~ i ~ i ~ i {
        width: 100%;
    }

    .checked {
        color: orange !important;
    }

    .rev-img{
        width:50px;height:50px;padding:0px;margin:10px;border:2px solid #d0d0d0;padding: 2px;
    }
/********** Rating *************/

.btn-cust{
    font-weight: 600;
}

 
body 
{
    top: 0px !important; 
}

.feedrow{
      border: 1px solid #F2F2EF;
      padding: 10px;
      width: 100%;
      margin-left: 3px;
      border-left: 3px solid #2791b4;
      margin-top: 5px;
    box-shadow: 0 0 3px 0 #dad9d9;
}

.feeduser{
    color:#017cff !important;
}
.feeddate{
    font-size: 12px !important;
  color: #716868 !important;
  float: right;
}

.star-icon{
    color:#ffc107;
}
.tags{
    background: #6c757d;
    color: #fff;
    padding: 4px;
    margin-left: 5px;
}
/***** Rating ****/

.checked {
  color: orange;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 0%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }

/***** Rating ****/

.select2-container--default .select2-selection--single .select2-selection__arrow {
     margin:5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin:5px !important;
}

.select2-selection {
  height: 43px !important;
}