  html {
  height: 100%;
}
body {
  min-height: 100%;
  font-family: Open Sans;
}

h1 {
    text-align: center;
}
.vertical-center {
  min-height: 90%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
  margin-top: 70px;
}
.important-note{
    display:none;
}
#title {
    text-decoration: underline;
}

#quiz {
    text-indent: 10px;
    display:none;
}

.user-profile-img {
    border-radius: 50%;
    height: 35px;
    margin-right: 10px;
    width: 35px;
}

input{
    margin-right: 5px !important;
}

button {
    position: relative;
    float:right;
    
}

.margin-five{
    margin:5px;
}
.padding-top-twelve{
    padding-top: 12px !important;
}

#quiz_container {
    margin-top:70px;
    padding: 0 25px 40px 10px;
    font-weight: bold;
    
} 

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#prev {
    display:none;
}

#start {
    display:none;
    width: 90px;
}
.nav-inner-text{
    color: #878787 !important;
    font-size: 14px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;

}

.logo{
    max-height: 100%;
    position: relative;
    top: 50%;
    padding: 5px 0;
    max-width: 120px;
    margin-left: 13%;
}
.center {
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding: 10px;
}
.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height:auto;
}
.center-text{
   text-align: center;
}
.bg-gray{
    max-width: 400px;
    height: 400px !important;
    background: #F6F8F8;
    padding: 10px;
    display: block;
    overflow: auto;
}
.bg-gray-big{
    background: #f8f8f8;
    
    padding: 10px;
}
.owl-center-image{
    margin: auto;
    max-width: 100px !important;
    text-align: center;
    padding: 10px;
}
.red{
    color:red;
}
.white-border-banner{
    max-height:40vh !important ;
    min-height: 20vh !important;
    width: auto;
    box-shadow: 0px 3px 11px 2px grey;
    margin: 10px;

    padding: 10px;
}

.img-icon{
    max-height: 60%;
    max-width: 60%;
}
.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
.center-it{
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz_type{
    cursor: pointer;
    box-shadow:  0px 3px 11px 2px grey;
    margin-bottom: 1rem;
}
.quiz_type:hover {
    box-shadow:  0px 3px 11px 4px grey;
    overflow: hidden;        
}


#quiz_top{
    position: absolute;
    top: 0;
    right: 15px;
    left:0;
    margin-top: 87px;
    margin-bottom: 2rem;
    overflow: hidden;
    
}

#timer{
    position: relative;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom-div{
    position : absolute
    bottom   : 0
}

/* login/signup */
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.2); /*0px 2px 3px 0px*/
    -moz-box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
    color: #ed1c21;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #ed1c21 !important;
    outline: none;
    color: #fff !important;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #ed1c21!important;

}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #ed1c21;
    border-color: #ed1c21;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #ed1c21 !important;
    outline: none;
    color: #fff !important;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #ed1c21 !important;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff !important;
    background-color: #ed1c21;
    border-color: #ed1c21;
}
/* login/signup end */

.box-effect{
 /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
 margin-top: 10px;
 padding-left: 5px;
 padding-right: 5px;    
 padding-bottom: 5px;
}

.owl-dot{
    float: left !important;
}

.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}



@media only screen and (max-width: 600px) {
 .bg-gray{
    max-width: 400px;
    height:350px !important ;
    background: #F6F8F8;
    padding: 10px;
}
.white-border-banner{
    max-height:40vh !important ;
    min-height: 20vh !important;
    width: 50% !important;

    box-shadow: 0px 3px 11px 2px grey;
    margin-left: 25%;
    margin-right: 20%;
    display: flex;
    padding: 10px;
}
.owl-center-image{
    margin: auto;
    max-width: 80px !important;
    text-align: center;
    padding: 10px;
}

span{
    float: left;
    clear: left;
    position: relative;
}
.small-margin{
    margin-left: 10px;margin-right: 10px;
}

td span{
    display: table;
    float: unset;
  }



}