.body {
    /*background-color: #EFEFEF;*/
    background-color:rgb(247, 247, 247);
}


#schoolsTable{
    border:0px !important;
    border-bottom:0px !important;
    background-color: #EFEFEF !important;

}

.table th, .table td {
    border: 0px !important;
}

.card-extend:hover{
    z-index:1;
    overflow: hidden;
    background-color: #EFEFEF;
    cursor: pointer;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform: all  .5s ease-in-out;
    -moz-transform: all  .5s ease-in-out;
    -ms-transform: all  .5s ease-in-out;
    -o-transform: all  .5s ease-in-out;
    transform: all  .5s ease-in-out;
    
    
}

.rating-icon{
    cursor: pointer;
}

.nav-header{
    cursor: pointer;
    border-style:dashed;
    border-bottom: 1px;
    border-bottom-color: #EFEFEF !important;
}

#question-type:hover{
    border-width: 2px;
    border-color: green;
    border-radius: 10px;
    border-style: solid;
}

#progress{
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: transparent;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;

}

#progress img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-team-member-0 {
    padding: 0%;
    border: 5px solid #6c7b88;
}





