/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 2, 2018, 3:16:40 PM
    Author     : Avinash
*/
.form-action{
    color: #00aeee;
    cursor: pointer;
    text-decoration: underline;
}
#editStudentPanel {
    position: fixed;
    z-index: 999;
    left: calc(50% - 240px);
    top: 100px;
    width: 600px;
    border: 1px solid #00aeee;
    box-shadow: 2px 2px 20px 10px #22222247;
}
#editStudentPanel.panel-heading{
    background: #00aeee;
    color: #FFF;
    font-weight: 600;
}
