.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-------------------------*/

/*---------------Popup Progress Info starts-------------------------*/
.popuploading
{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #1ABB9C;
    width: 200px;
    height: 130px;
    position: relative;
    background-color: White;
    z-index: 10000000000000;
    top: 30%;
    margin: 0px auto;
    left: 60px;
}
.popupbackground
{
    position: fixed;
    z-index: 10000000000000;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background: rgba(0,0,0,0.3);
    display:none;
}
/*---------------Popup Progress Info Ends-------------------------*/
/*---------------Form CSS Starts-------------------------*/
.form_btn{
    height: 26px;
    padding: 2px 8px;
}
/*---------------Form CSS Ends-------------------------*/

.inputCloseBtn{
    border-left: 1px solid #ccc;
    height: 26px;
    line-height: 26px;
    float: right;
    font-size: 14px !important;
    color:red;
    margin-top: 0px;
    right: 10px !important;
}
