﻿
.divpanel {
    height: 70px;
    background-color: aliceblue;
    box-shadow: 0px 0px 5px #52c5cc;
}

    .divpanel:hover {
        box-shadow: 0px 0px 10px black;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
    }

.divpanellink {
    display: block;
    text-align:right;
    width: 100%;
    height: 70px;
    padding-top: 20px;
    padding-right:20px;
    background: url('../images/backpagelevel.png') no-repeat center center;
    color: black;
}

    .divpanellink:hover {
        color: #26a691;
    }


#konkoor {
    background: aliceblue url('../images/konkoor.png') no-repeat center left;
}
#book {
    background: aliceblue url('../images/book.png') no-repeat center left;
}
#pdf {
    background: aliceblue url('../images/pdf.png') no-repeat center left;
}

#exam {
    background: aliceblue url('../images/exam.png') no-repeat center left;
}


#sampleexam {
    background: aliceblue url('../images/sampleexam.png') no-repeat center left;
}

#film {
    background: aliceblue url('../images/film.png') no-repeat center left;
}