/*body {*/
/*    -youbkit-touch-callout: none; !* iOS Safari *!*/
/*    -youbkit-user-select: none;   !* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ *!*/
/*    -moz-user-select: none;	   !* Firefox *!*/
/*    -ms-user-select: none;		!* IE 10+ and Edge *!*/
/*    user-select: none;			!* Non-prefixed version,*/
/*								  currently supported by Chrome and Opera *!*/
/*    min-height: 100vh;*/
/*}*/
.loader17 {
    /*position: relative;*/
    width: 65px;
    border: 1px solid transparent;
    margin: 40px auto;
    position: absolute;
    top: 50%;
    left: calc(50% - 32px);
}

.loader17 span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out
}

.loader17 span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader17 span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader17 span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loader17 span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.loader17 span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes preloader {
    0%, 100%, 50% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, .1)
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #f8990c
    }
}

@keyframes preloader {
    0%, 100%, 50% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, .1)
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #f8990c
    }
}

#page-loader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

#student-profile-pic {
    width: 70px;
    border-radius: 50%;
    border: #0c02ff 2px solid;
}
.summary-count{
    padding: 7px;
    font-size: 20px;
    margin: 2px 0px;
}


.search-results {
    padding: 24px 12px;
    min-height: 20px
}

.search-result {
    margin-top: -1px;
    position: relative;
    padding: 5px 5px;
    border: 1px dotted;
    border-color: #DDD #FFF #FFF;
    border-color: rgba(0, 0, 0, 1) transparent transparent
}

.search-result:hover {
    background-color: #F7F7F7;
    border-color: #D6E1EA;
    border-style: solid;
    z-index: 1
}

.search-result:first-child {
    border-top-color: transparent
}

.search-result:first-child:hover {
    border-top-color: #D6E1EA
}

.search-result .search-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px;
    color: #337ab7;
}
.search-result .search-time {
    font-size: 10px;
    margin: 0px;
    width: 100%;
}
.search-result .search-time span{
    font-size: 12px;
}
.search-start-test{
    width: 100%;
    text-align: right;
}
.test-list-item-confirm{
    float: left;
    padding-top: 5px;
    font-size: 12px;
}
.search-result .search-content {
    margin-top: 2px
}
#current-time-viewer{
    padding: 10px;
    background-color: #d3413b ;
    color: white;
}

.grp-t{
    margin: 0px;
    padding: 0 10px;
    border-top: grey solid 1px;
    border-left: grey solid 1px;
    border-right: grey solid 1px;
    border-bottom: none;
}
.grp-m{
    margin: 0px;
    padding: 0 10px;
    border-top: none;
    border-left: grey solid 1px;
    border-right: grey solid 1px;
    border-bottom: none;
}
.grp-b{
    margin: 0px;
    padding: 0 10px;
    border-top: none;
    border-left: grey solid 1px;
    border-right: grey solid 1px;
    border-bottom: grey solid 1px;
}
.bg-gradient-bw{
    background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%, rgba(255,255,255,1) 100%);
    color: white;
    padding: 10px;
}
