
@media print{
    body div td span {
        -webkit-print-color-adjust: exact!important;
        color-adjust: exact!important;
      }

}


.waitModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 150, 150, 150, .8 ) url('/assets/imgs/loading.gif') 50% 50% no-repeat;
    background-size: 80px;
}

/* When the body has the loading class, we turn  the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}
    /* Anytime the body has the loading class, our modal element will be visible */
    body.loading .waitModal {
        display: block;
    }

.ddm-list {
    display: none;
    width: 280px;
    background-color: #002060;
    color: white;
    position: absolute;
    z-index: 1000;
/*    top: 50px;*/
}

    .ddm-list div a {
        color: white !important;
        border-bottom: none !important;
        width: 100% !important;
        line-height: 30px !important;
        font-weight: 300 !important;
        padding: 15px !important;
    }

        .ddm-list div a:hover {
            color: yellow !important;
        }

.noticeBoardList a {
    color: white !important;
}

    .noticeBoardList a:hover {
        color: yellow !important;
        text-decoration: underline;
    }

.PageFont p {
    text-align: justify;
    font-size: 16px;
    color: black;
}

.PageFont strong {
    text-align: justify;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.my-txt-control {
    border: solid 1px white !important;
    background-color: #337ab7 !important;
    border-radius: 5px !important;
    width: 100% !important;
    padding: 2px !important;
    padding-left:8px!important;
    font-size: 14px !important;
}

.my-txt-control-white {
    border: 1px solid #cecece !important;
    position: relative !important;
    height: 45px !important;
    background: #fff !important;
    border-radius: 2px !important;
    margin-bottom: 4px !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
}


.my-table {
    width: 100%;
}

.my-table td {
    font-weight: bold;
}

.my-table input {
    font-weight: bold;
}

.myForm label {
    font-weight: bold !important;
}



.AdmitCard {
    padding: 25px;
    background-color: white;
    border: solid 1px gray;
    text-align: center;
    background-position: center;
    width: 700px !important;
    height: 380px !important;
    -webkit-print-color-adjust: exact !important;
    /*    background-image: url(/assets/imgs/AdmitCardBackground.jpg);*/
    /* Center and scale the image nicely */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.AdmitCard table {
    width: 100%;
}

    .AdmitCard td, span {
        font-size: 16px;
        font-weight: bold;
       /* color: #008000;*/
       color:black;
    }

.AdmitCard img {width: 175px;}

.Heading2 {
   
    width: 155px;
    padding-bottom: 8px;
}

.AdmitCardValue{
    text-align: left;   
    padding-bottom: 8px;
    padding-left:10px;
}


.SetCenter {
    text-align: center !important;
}

.imgContainer img{
    width:200px;
    height:150px;
}
.profileImgSmallPic {
    height:40px; width:40px; border-radius:40px;
    background-color:grey;
}

.noticeBoardList li{
    color:white !important;
}