﻿

.weblogofont {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 25px;
    letter-spacing: -1.8px;
    word-spacing: 0.6px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.SUBMITbTN {
    margin-top: 10px;
    margin-left: 20PX;
    padding: 2px 2px 2px 2px;
    height: 50px;
    border-radius: 10px;
    width: 130px;
    -webkit-box-shadow: 6px 9px 20px -4px rgba(0,0,0,0.92);
    box-shadow: 6px 9px 20px -4px rgba(0,0,0,0.92);
}

.SUBMITbTN:hover{
    margin-top: 10px;
    margin-left: 20PX;
    padding: 2px 2px 2px 2px;
    height: 50px;
    border-radius: 10px;
    width: 130px;
   /* -webkit-box-shadow: 6px 9px 2px -4px rgba(0,0,0,0.92);
    box-shadow: 6px 9px 2px -4px rgba(0,0,0,0.92);*/
}

.qsn_no_class {
    font-size: 18px;
    margin-left: 20px;
    color: blue;
}
.qsn_class {
    font-size: 18px;
 }
.ans_label_class {
    font-size: 18px;
    margin-left: 20px;
    
}
.ans_class_text {
    font-size: 18px;
    border-color: antiquewhite;
    height: 100px;
}
.marks_class {
    font-size: 18px;
    height: 30px;
    color: green;
}

.marks_class_text {
    font-size: 20px;
    border-color: antiquewhite;
    height: 30px;
    color:green;
     
}

.qsn_class_text {
    font-size: 18px;
  
    border-color:antiquewhite;
     
}
    .SQL_result_PNL_STYLE {
        background-color: #336938;
        color: white;
        font-size: 14px;
        height: 450px;
        margin-top: 25px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        margin-left: 50px;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

.SQL_EDIT_controls {
    margin: 10px 5px -10px 5px;
    text-align: left;
    background-color: papayawhip;
    border-radius: 15px;
    font-weight: 700;
    font-family:Arial;
}

.SQL_EDIT_BOX_STYLE {
    background-color: #336938;
    color: white;
    font-size: 14px;
    height: 60px;
    margin-top: 10px;
    border: 2px solid yellow;
    border-radius: 10px;
    border-style: groove;
    
    margin-left: 5px;
    border-width: 2px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
}

.SQL_SELECT_PNL_STYLE {
    background-color: #336938;
    color: white;
    font-size: 14px;
    font-family:Arial;
    height: 60px;
    margin-top: -35px;
    border: 2px solid yellow;
    border-radius: 10px;
    border-style: groove;
    
    margin-left: 50px;
    border-width: 2px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
}



.online_sdata{
    margin-top:-5px;
}

.Lnkbutton_style{
  color:white;

}
.BTN_ANSWERS {
    /* width: 50px;*/
    height: 45px;
    width: 45px;
    border-radius: 35px;
    border-color: white;
    border: none;
    outline: none;
    background-color: cornsilk;
    color: black;
    margin: 5px 5px 5px 5px;
}

.img_pnl{

}
.Qsn_pnl {
    border-style: groove;
    border-width: 2px;
    margin: 10px 10px 10px 30px;
   /* width: 1300px;*/
    border-radius: 15px;
    height: 80px;
    -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
}

.Text_class {
    /*    background-color: white;*/
    color: white;
    font-size: 16px;
}
.ABCD_pnl {
    border-style: groove;
    border-width: 2px;
    margin: 10px 10px 10px 30px;
   // width: 360px;
    border-radius: 15px;
    height: 80px;
    -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
}
.BTN_ANSWERS:focus {
    background-color: green;
    color:white;
}
.asg_class_row1{
    height:30px;
    background-color:azure;
    margin-top:10px;
    
    opacity:0.8;
}
.assign_control_class {
    margin-top: 3px;
    height:30px;
}
@media(max-width:4000px) {
    .round_circled2 {
        border-radius: 5px;
        height: 35px;
    }
    /*   exam online page*/
    .txt_urlclass {
        width: 380px;
        color: blue;
        margin:1px 10px 10px 20px;  
        padding:2px 2px 2px 2px; 
        height:30px; 
        border-radius:5px;
         
        -webkit-box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92); 
        box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        border:none;
    }
    .div_head2 {
        margin: 0px;
        height: 80px;
        background-color: darksalmon;
        /*background-color: bisque;*/
        font-family: "bookman Old Style";
        font-size: xx-large;
        border: thin double #2E6DA4;
        text-align: center;
    }


.qsn_btn_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 0px 10px 10px 30px;
        border-radius: 15px;
        height: 40px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }


    /*reg_exam*/
    .exam_controls {
        margin: 5px 5px -10px 5px;
        text-align: left;
        background-color: papayawhip;
        /*background-color: darksalmon;*/
        border-radius: 15px;
        width: 115%;
    }
    .Exam_btn_class {
        color: black;
        width: 150px;
        margin:25px 10px 5px 0px;
        border-radius:10px;
        border:none;
    }
    .options_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 10px 10px 10px 30px;
        /* width: 1300px;*/
        border-radius: 15px;
        height: 160px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .STUDENT_REGISTER {
        background-color: darkslategrey;
        color: white;
        font-size: 14px;
        height: 130px;
        margin: 10px 2px 2px 45px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .STUDENT_MARKS {
        background-color: darkslategrey;
        color: white;
        font-size: 14px;
        height: 500px;
        margin: 10px 2px 2px 45px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .reg_exam_avbl {
        background-color: #362f36;
        color: black;
        font-size: 14px;
        height: 420px;
        margin-top: 10px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }


    .reg_exam {
        background-color: #362f36;
        color: black;
        font-size: 14px;
        height: 420px;
        margin-top: 10px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }
    .ddl_class{
        width:200px;
        margin-top:20px;
    }
    .txt_class {
        color: black;
        margin-left: 15px;
    }
    .btn_class {
        color: black;
        width:130px;
    }


    .box1 {
        height: 30px;
        border-radius: 5px;
        background-color: rgb(255, 106, 0);
        margin: -5px 5px 2px 5px;
        padding-top: 5px;
    }

    .box2 {
        height: 40px;
        background-color: #5D8AA8;
        margin: -15px 20px 5px 20px;
        border-radius: 15px;
        padding-top: 5px;
    }

    .questions_pnl {
    }
}

@media(max-width:1200px) {
    .round_circled2 {
        border-radius: 5px;
        height: 35px;
    }


    .div_assignment_row1 {
        height: 60px;
        background-color: bisque;
    }
    /*   exam online page*/
    .txt_urlclass {
        width: 450px;
        color: blue;
        margin: 1px 10px 10px 20px;
        padding: 2px 2px 2px 2px;
        height: 30px;
        border-radius: 5px;
        -webkit-box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        border: none;
    }
    .div_head2 {
        margin: 0px;
        height: 80px;
        background-color: darksalmon;
        /*background-color: bisque;*/
        font-family: "bookman Old Style";
        font-size: xx-large;
        border: thin double #2E6DA4;
        text-align: center;
    }

    .qsn_btn_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 0px 10px 10px 30px;
        border-radius: 15px;
        height: 40px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }



    .exam_controls {
        margin: 5px 5px -10px 5px;
        text-align: left;
        background-color: papayawhip;
        border-radius: 15px;
        width: 95%;
    }

    .Exam_btn_class {
        color: black;
        width: 150px;
        margin: 25px 10px 5px -10px;
        border-radius: 10px;
        border: none;
    }


    .options_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 10px 10px 10px 30px;
        /* width: 1300px;*/
        border-radius: 15px;
        height: 160px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }
/*             */



    .reg_exam {
        background-color: #362f36;
        color: black;
        font-size: 14px;
        height: 420px;
        margin-top: 10px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

 
    .txt_class {
        color: black;
        margin-left: 15px;
    }

    .btn_class {
        color: black;
        width: 130px;
    }

    .box1 {
        height: 120px;
        border-radius: 15px;
        background-color: rgb(255, 106, 0);
        margin: 10px 5px 2px 5px;
        padding-top: 5px;
    }

    .box2 {
        height: 60px;
        background-color: #5D8AA8;
        margin: -15px 20px 5px 20px;
        border-radius: 15px;
        padding-top: 5px;
    }

    .questions_pnl {
    }
}


@media(max-width:992px) {
    .round_circled2 {
        border-radius: 5px;
        height: 70px;
    }

    .div_assignment_row1 {
        height: 100px;
        background-color: bisque;
    }
    .txt_urlclass {
        width: 300px;
        color: blue;
        margin: 1px 10px 10px 2px;
        padding: 2px 2px 2px 2px;
        height: 30px;
        border-radius: 5px;
        -webkit-box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        border: none;
    }
    /*   exam online page*/
    .STUDENT_REGISTER {
        background-color: darkslategrey;
        color: white;
        font-size: 14px;
        height: 130px;
        margin: 10px 5px 2px 5px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }
    
    .qsn_btn_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 0px 30px 10px 30px;
        border-radius: 15px;
        height: 120px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .img_pnl {
    }

    .Qsn_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 0px 30px 10px 30px;
        /* width: 1300px;*/
        border-radius: 15px;
        height: 150px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .options_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 10px 10px 10px 30px;
        /* width: 1300px;*/
        border-radius: 15px;
        height: 160px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .Text_class {
        /*    background-color: white;*/
        color: white;
        font-size: 18px;
        text-align:justify;
        margin-top:5px;
        
    }




/*        */

    .exam_controls {
        margin: 5px 5px -10px 5px;
        text-align: left;
        background-color: papayawhip;
        border-radius: 15px;
        width: 95%;
    }

    .Exam_btn_class {
        color: black;
        width: 150px;
        margin: 25px 10px 5px 0px;
        border-radius: 10px;
        border: none;
    }


    .reg_exam {
        background-color: #362f36;
        color: black;
        font-size: 14px;
        height: 470px;
        margin-top: 10px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        width: 380px;
        margin-left: 8%;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .txt_class {
        color: black;
        margin-left: 15px;
    }

    .btn_class {
        color: black;
        width: 130px;
    }


    .box1 {
        height: 80px;
        border-radius: 15px;
        background-color: green;
        /*background-color: rgb(255, 106, 0);*/
        margin: -5px 5px 2px 5px;
        padding-top: 5px;
    }

    .box2 {
        height: 80px;
        background-color: #5D8AA8;
        margin: -15px 20px 5px 20px;
        border-radius: 15px;
    }

    .questions_pnl {
    }
}
 
 
@media(max-width:1599px) {
    .QsnImage {
        width: 800px;
        height: 400px;
        background-color: rgb(0, 148, 255);
        color: rgb(255, 255, 255);
    }

    .control_1 {
        margin: -2px 0px 0px -62px;
    }

    .control_2 {
        margin: -5px 0px 0px -150px;
    }

    .bodystyle {
        background-image: url("images/classroom.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img_class {
        width: 140px;
        margin-top: -80px;
        padding-bottom: 150px;
    }

    .imgcontroll_student {
        background-image: url(images/IMG_STUDENT.jpg);
        background-size: cover;
        border-radius: 15px;
        width: 150px;
        height: 150px;
    }

    .imgcontroll_teacher {
        background-image: url(images/IMG_TEACHER.jpg);
        background-size: cover;
        border-radius: 15px;
        width: 150px;
        height: 150px;
    }

    .LOGIN_BOX {
        background-image: url("https://thumbs.gfycat.com/DampOpulentGelada-small.gif");
        margin: -8px 0px 0px -95px;
        border: 3px solid blue;
        height: 525px;
        width: 270px;
        border-radius: 15px;
        text-align: center;
    }

    .loginbox_container {
        /*background-image: url("https://ourdesignz.com/wp-content/uploads/2015/01/flying-birds.gif");*/
        /*https: //i.pinimg.com/originals/fe/c6/5a/fec65a6dd618669a4a3186d47cfeb33b.gif;*/
        background-color: #31637d;
        margin: -520px 0px 0px 180px;
        border: 3px solid blue;
        height: 520px;
        width: 1060px;
        border-radius: 15px;
        text-align: center;
    }

    .lbl_res_class {
        font-size: 25px;
        margin: 0px 0px 0px 10px;
        font-family: 'Times New Roman';
        color: rgb(255, 255, 255);
    }
}

@media(max-width:1500px) {

    .STUDENT_REGISTER {
        background-color: darkslategrey;
        color: white;
        font-size: 14px;
        height: 130px;
        margin: 10px 5px 2px 5px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .loginbox_container {
        /*background-image: url("https://ourdesignz.com/wp-content/uploads/2015/01/flying-birds.gif");*/
        /*https: //i.pinimg.com/originals/fe/c6/5a/fec65a6dd618669a4a3186d47cfeb33b.gif;*/
        background-color: #31637d;
        margin: -520px 0px 0px 180px;
        border: 3px solid blue;
        height: 520px;
        width: 670px;
        border-radius: 15px;
        text-align: center;
    }

    .bodystyle {
        background-image: url(images/classroom.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .img_class {
        width: 100px;
        margin-top: 100px;
        margin-left: 20px;
        padding-bottom: 330px;
    }
}

@media(max-width:510px) {

    .txt_urlclass {
        width: 300px;
        color: blue;
        margin: 1px 10px 10px 2px;
        padding: 2px 2px 2px 2px;
        height: 30px;
        border-radius: 5px;
        -webkit-box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        box-shadow: 6px 9px 10px -4px rgba(0,0,0,0.92);
        border: none;
    }

    .div_head2 {
        margin: 0px;
        height: 160px;
        background-color: darksalmon;
        /*background-color: bisque;*/
        font-family: "bookman Old Style";
        font-size: xx-large;
        border: thin double #2E6DA4;
        text-align: center;
    }

    .STUDENT_REGISTER {
        background-color: darkslategrey;
        color: white;
        font-size: 14px;
        height: 130px;
        margin: 10px 5px 2px 5px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .exam_controls {
        margin: 5px 5px -10px 5px;
        text-align: left;
        background-color: papayawhip;
        border-radius: 15px;
        width: 98%;
    }

    .Exam_btn_class {
        color: black;
        /*margin: 25px 10px 5px -8px;*/
        border-radius: 10px;
        border: none;
    }

    .options_pnl {
        border-style: groove;
        border-width: 2px;
        margin: 25px 10px 5px 35px;
        /* width: 1300px;*/
        border-radius: 15px;
        height: 390px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .reg_exam {
        background-color: #362f36;
        color: black;
        font-size: 14px;
        height: 420px;
        margin-top: 10px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        width: 350px;
        margin-left: 5%;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }

    .Divreg1 {
        margin: 30px 10px 50px 10px;
        background-color: aqua;
    }

    .txt_class {
        color: black;
    }

    .btn_class {
        color: black;
        width: 130px;
    }



    .box1 {
        height: 50px;
        border-radius: 15px;
        background-color: #003049;
        margin: -5px 5px 2px 5px;
        padding-top: 15px;
    }

    .box2 {
        height: 75px;
        background-color: #5D8AA8;
        margin: -10px 20px 5px 20px;
        padding: 10px 10px 10px 10px;
        border-radius: 15px;
    }

    .box3 {
        height: 60px;
        border-radius: 15px;
        background-color: #003049;
        margin: -5px 5px 2px 5px;
        padding-top: 5px;
    }

    .questions_pnl {
    }

    .STUDENT_REGISTER {
        background-color: darkslategrey;
        color: white;
        font-size: 14px;
        height: 160px;
        margin: 10px 5px 2px 5px;
        border: 2px solid yellow;
        border-radius: 10px;
        border-style: groove;
        border-style: groove;
        border-width: 2px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
        box-shadow: 1px 3px 9px 0px rgba(0,0,0,0.95);
    }
    .QsnImage {
        width: 300px;
        height: 300px;
        margin-left: 50px;
    }
    .control_1 {
        margin: -2px 0px 0px -12px;
    }
    .control_2 {
        margin: -5px 0px 0px -80px;
    }
    .img_class {
        width: 100px;
        margin-top: 100px;
        margin-left: 20px;
        padding-bottom: 330px;
    }
    .bodystyle {
        background-image: url(images/classroomXS.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        background-size: cover;
    }

    /*LOGIN BOX*/
    .LOGIN_BOX {
        background-image: url("https://thumbs.gfycat.com/DampOpulentGelada-small.gif");
        margin: -15px 0px 0px 35px;
        border: 6px solid rgb(54, 78, 111);
        height: 270px;
        width: 270px;
        border-radius: 15px;
        text-align: center;
    }

    .loginbox_container {
        /*background-image: url("https://ourdesignz.com/wp-content/uploads/2015/01/flying-birds.gif");*/
        /*https: //i.pinimg.com/originals/fe/c6/5a/fec65a6dd618669a4a3186d47cfeb33b.gif;*/
        background-color: #31637d;
        margin: 10px 0px 0px 40px;
        border: 3px solid blue;
        height: 250px;
        width: 260px;
        border-radius: 15px;
        text-align: center;
    }

    .lbl_res_class {
        font-size: 25px;
        margin-top: 10px;
        /*margin: -500px 0px 0px 0px;*/
        font-family: 'Times New Roman';
        color: rgb(255, 255, 255);
    }
    h1 {
        font-size: 14px;
    }
}


.bodystyle_teacher {
    /*// background-image: url(images/img_exams.jpeg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(93,138,168);
}

    .div_nav {
        margin: 0px -10px 18px -15px;
    }

    .img_class {
        margin: -60px 0px 10px 2px;
        /*width:150px;*/
        /*border-radius:35px;*/
    }

    .text_style {
        border-radius: 15px;
        border-bottom-style: none;
    }

    .No_margins_leftRight {
        margin-left: 0px;
        margin-right: 0px;
    }

    .customdiv {
        min-height: 300px;
        background-color: silver;
        font-family: "bookman Old Style";
        font-size: x-large;
        border: thin double #2E6DA4;
        text-align: left
    }

    .table_style {
        margin: 0px 0px
    }

    .div_head {
        margin: 0px;
        height: 45px;
        background-color: darksalmon;
        /*background-color: bisque;*/
        font-family: "bookman Old Style";
        font-size: xx-large;
        border: thin double #2E6DA4;
        text-align: center;
    }

    .gc_class {
        width: 100%
    }

    .div_head2 {
        /*margin: -30px;*/
        margin: -20px 20px 0px 0px;
        height: 35px;
        padding: 5px 0px 30px 15px;
        background-color: rgb(116, 11, 11);
        color: yellow;
        font-family: "bookman Old Style";
        font-size: large;
        text-align: center;
        border: thin double #2E6DA4;
        text-align: center;
    }

    .div_head3 {
        /*margin: -30px;*/
        margin: 0px 0px 0px 0px;
        height: 35px;
        padding: 5px 0px 30px 15px;
        background-color: #003049;
        color: yellow;
        font-family: "bookman Old Style";
        font-size: large;
        text-align: center;
        border: thin double #2E6DA4;
        text-align: center;
    }


    .text_V_center {
        vertical-align: central;
    }

    .div_head_first_row {
        margin-top: -10px;
        min-height: 20px;
        border-width: 0px;
        /*// background-color: palegoldenrod;*/
        font-family: "bookman Old Style";
        font-size: large;
        /*border: thin double #2E6DA4;*/
        text-align: left;
        width: 100%;
        padding: 10px;
    }

    .div_head_first_row_white {
        margin-top: 20px;
        min-height: 20px;
        background-color: white;
        font-family: "bookman Old Style";
        font-size: large;
        border: thin double #2E6DA4;
        text-align: left;
        width: 100%;
    }

    .div_button {
        margin-top: 10px;
        min-height: 18px;
        background-color: none;
        font-family: "bookman Old Style";
        font-size: large;
        /*border: thin double #2E6DA4;*/
        text-align: left;
        width: auto;
    }

    .div_login_controls {
        margin: -25px 0px 10px 15px;
        height: 30px;
        background-color: none;
        font-family: "bookman Old Style";
        font-size: 12px;
        /*border: thin double #2E6DA4;*/
        /*text-align: left;*/
        text-indent: 10px;
        width: 200px;
        border-radius: 10px;
    }

    .div_login_button {
        margin: -50px 0px 0px -2px;
        height: 30px;
        background-color: none;
        font-family: "bookman Old Style";
        font-size: 12px;
        /*border: thin double #2E6DA4;*/
        text-align: center;
        width: 150px;
        border-radius: 10px;
    }

    .div_login_controls:focus {
        background-color: rgb(54, 78, 111);
        color: white;
        font-family: "bookman Old Style";
        font-size: large;
        border: none;
        text-align: center;
        /*width: 200px;*/
        border-radius: 2px;
    }

    .div_login_controls:hover {
        background-color: #3d405b;
        color: white;
        font-family: "bookman Old Style";
        font-size: large;
        border: none;
        text-align: center;
        /*width: 300px;*/
        border-radius: 2px;
    }

.round_circled {
    border-radius: 6px;
}

        .round_circled:hover {
            background-color: #3d405b;
            color: white;
        }

    .round_circled_button {
        border-radius: 10px;
    }

        .round_circled_button:hover {
            background-color: #3d405b;
            color: white;
        }

    .div_White_lable_on_blue {
        margin-top: 10px;
        min-height: 18px;
        background-color: none;
        color: black;
        font-family: "bookman Old Style";
        font-size: large;
        /*border: thin double #2E6DA4;*/
        text-align: left;
        width: auto;
    }

    .div_navbar {
        color: white;
        font-family: 'Bookman Old Style';
        font-size: 15px;
        background-color: red;
    }

    .QsnImage {
        align-content: center;
    }

    .ans {
        height: 50px;
    }


    .qsn {
        height: 100px;
    }

    .div_head_nextrow {
        margin: 0px;
        min-height: 20px;
        background-color: lightyellow;
        font-family: "bookman Old Style";
        font-size: large;
        /*border: thin double #2E6DA4;*/
        text-align: left;
        /*width: 100%;*/
    }

    .div_head_nextrow_white {
        margin: 1px;
        min-height: 20px;
        background-color: lightyellow;
        font-family: "bookman Old Style";
        font-size: large;
        border: thin double #2E6DA4;
        /*text-align: left;*/
        width: 100%;
        word-wrap: normal;
    }

    .content_headdings {
        color: white;
        text-align: center;
        margin-top: 5px;
    }

    .content_controls {
        text-align: left;
        margin: -25px 2px 2px -10px;
        background-color: papayawhip;
        border-radius: 15px;
        width: 115%;
    }
