.nopadd {
    padding:0px !important;
}
.nopaddL {
    padding-left:0px !important;
}
.nopaddR {
    padding-right:0px !important;
}
.nopaddB {
    padding-bottom:0px !important;
}
.nopaddT {
    padding-top:0px !important;
}
.control-label {
    font-size:12px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}

.form-control {
    border-radius: 0;
    line-height: 30px;
    width: 100%;
    line-height: 26px;
    height: 26px;
    padding: 2px 8px;
}
/*---------------Student Info Starts-------------------------*/
.addPopupBtn{
    text-transform: uppercase;
    float: right;
    margin: 0;
    font-weight: bold;
}
/*---------------Student Info Ends-------------------------*/


/*-----------Alert Custom Start--------------------------------------*/
.alert-success-custom {
    color: #000;
    background-color: #dff0d8;
    border-color: rgba(38, 185, 154, 0.88);
}
.alert-warning-custom {
    color: #000;
    background-color: #fcf8e3;
    border-color: rgba(243, 156, 18, 0.88);
}
.alert-danger-custom {
    color: #000;
    background-color: #f2dede;
    border-color: rgba(231, 76, 60, 0.88);
}
/*-----------Alert Custom Ends--------------------------------------*/
