/* Html */
html{
    background: #ffffff;
}

body *{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.8vh;
    /*margin: 0px;*/
    /* padding: 1vh; */
}


:required {
    box-shadow: 1px 1px 1px 1px #ff0000;
}


ul li {
    list-style: none;
}

.delete_mark {
    cursor: pointer;
}

a {
    text-decoration: none;
    font-weight: normal;
    padding: 0px;
    background: none;
    margin-left: 1vw;
    border: none;
    border-radius: 10px;
    color: #006699;
}

/* Buttons */
a,
input[type="button"],
button {
    background: none;
    padding: 0.5vh 0.5vw;
    border: 1px solid #006699;
    border-radius: 5px;
    color: #006699;
    margin: 0.2%;
}

:disabled {
    background: #ccc;
    color: #ff0000;
    cursor:not-allowed;
}
:disabled:hover {
    background: #ccc;
    color: #ff0000;
}

.DisabledTT:disabled:after {
    padding: 5vh;
    display: none;
    position: fixed;
    bottom: 5vh;
    right: 5vh;
    width: 20vw;
    text-align: center;
    background: #ff0000;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-raqdius: 5px;
    -ms-border-radius: 5px;
}
 
.WarningTT:after {
    padding: 5vh;
    display: none;
    position: fixed;
    bottom: 5vh;
    right: 5vh;
    width: 20vw;
    text-align: center;
    background: #e0dd04;
    color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-raqdius: 5px;
    -ms-border-radius: 5px;
}

.InfoTT:after {
    padding: 5vh;
    display: none;
    position: fixed;
    bottom: 5vh;
    right: 5vh;
    width: 20vw;
    text-align: center;
    background: #00dd12;
    color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-raqdius: 5px;
    -ms-border-radius: 5px;
}

.create_cerificates_util:disabled:after,
.create_training_order_btn:disabled:after,
.exam_frm_menou:disabled:after {
    content: "This button is disabled. You must add Students into the course first!";    
}

.update_exam_util:after {
    content: "After the update all files will be restored with possibly new questions!";    
}

.recreate_exam_util:after {
    content: "All files will be restored without any changes to the queries or other information!";    
}

.delete_exam_util:after{
    content: "This will delete the exam Premantly!";
}

.WarningTT:hover:after,
.InfoTT:hover:after,
:disabled:hover:after{
    display: block;
}
a:hover,
input[type="button"]:hover,
button:hover {
    background: #006699;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-style: none;
}

button.add_new,
button.save_btn {
    padding: 0.5vw;
    text-align: center;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
}

button.add_new:hover,
button.save_btn:hover {
    color: #ffffff;
    background: green;
}

button.export{
    border: 1px solid;
    border-radius: 5px;
    padding: 0.5vw;
    color: #006699;
}

.highlighted {
    background-color: #006699;
    color: #ffffff;
}

/* Images */

.login_logo_css {
    width: 20vh;
}

/* Login Page New */

.login_frm {
    width: 50vw;
    height: 50vh;
    margin: 15vh auto;
    background: #ffffff;
    border: 2px solid #006699;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 102, 153, 0.6);
    text-align: center;
}

.login_frm .login_logo_css{
    text-align: right;
}

.login_frm .login_logo_css img{
    height: 10vh;
    margin-left: 80%;
}

.login_title_css{
    text-align: left;
    font-size: 8vh;
    font-weight: bold;
    color: #006699;
}

.login_frm .login_tbl_css {
    width: 100%;
}

.login_frm .login_tbl_css td input[type="text"],
.login_frm .login_tbl_css td input[type="password"],
.login_frm .login_tbl_css td label,
.login_frm .login_tbl_css td i,
.login_frm .login_tbl_css td img,
.login_frm .login_tbl_css td button{
    margin: 0.5vh 0.5vw 0vh 0vw;
    padding: 0.5vh 0.5vw;
    color: #006699;
    font-size: 1.2em;
}

.login_frm .login_tbl_css td input[type="text"],
.login_frm .login_tbl_css td input[type="password"],
.login_frm .login_tbl_css td img,
.login_frm .login_tbl_css td button{
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 102, 153, 0.6);
}

.login_frm .login_tbl_css td button:hover{
    background-color: #006699;
    color: #ffffff;
}

/* Login Page 
.login_tbl_css{ 
    width: 25vw;
    margin: auto;
    margin-top: 15vh;
    text-align: center;
}


.login_tbl_css td {
    text-align: left;
    width: 80%;
    text-align: center;
}

.login_tbl_css td input{
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #006699;
    padding-top: 0.5vh; padding-bottom: 0.5vh; 
    padding-left: 0.5vw; padding-right: 0.5vw; 
}


.login_btn_css {
    width: 30%;
    background: none;
    color: #006699;
    border: 2px solid #006699;
    border-radius: 10px; 
    margin-top: 5vh;
}


.login_btn_css:hover {
    background: #006699;
    color: #ffffff;
}

.login_msg_css {
    color: #ff0000;
}

.login_btn_css span { color: #05eb11; }

*/

.capcha_img{
    width: 70%;
    height: 15vh;
}

footer {
    position: fixed;
    height: 3vh;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #006699;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

footer div:nth-child(1){
    text-align: left;
    padding: 0.5%;
}
footer div:nth-child(2){
    text-align: right;
    padding: 0.5%;
}

  section {
    position: fixed;
    left: 0;
    top: 7vh;
    width: 100%;
    height: 89vh;
  }

/* NavBar nav_item*/
.navbar_css{
    position: fixed;
    height: 3vh;
    left: 0;
    top: 0;
    width: 100%;
    /*border-bottom: 1px solid #006699; */
}

.navbar_css table {
    width: 100%;
}

.navbar_css img{    
    height: 5vh;
}

.navitem_css button{
    padding-top: 5px; padding-bottom: 5px;
    width: 100%;
    height: 100%;
}

.navitem_css {
    width: 9%; 
    margin: 0px; padding: 0px;
    color: #006699;
    text-align: center;
    border-radius: 5px;
}

.navitem_css span { color: #ff0000; }

.navitem_css:not(#empty):hover {

    color: #ffffff;
    background: #006699;
    cursor: pointer;

}

/***********************************************************/
.master_frm_tbl{
    width: 95%;
    height: 85vh;
    margin: auto;
}

.master_frm_tbl caption {
    border-bottom: 1px solid #006699;
    color: #006699;
    margin-bottom: 2vh;
}


dialog.info_dlg {
    position: fixed;
    background: #454c5091;
    border:none;
    top: 0px; bottom: 0px; left: 0px;
    width: 100vw;
    height: 100%;
}


dialog.info_dlg .dlgWrapper{
    width: 80vw;
    height: 80vh;
    border-radius: 10px;
    margin: 5vh auto;
    padding: 1%;
    background-color: #ffffff;
    display: grid;
    grid-template-rows: 10% 90%;
    grid-template-columns: 90% 10%;
    grid-template-areas:    "dlgTitle dlgCloseDialog"
                            "dlgBody dlgBody";
}


.dlgTitle{
    grid-area: dlgTitle;
    align-self: center;
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    color: #006699;
}

.dlgCloseDialog{
    grid-area: dlgCloseDialog;
    color: #ff0000;
    justify-self: right;
    align-self: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    padding: 1%;
}

.dlgCloseDialog:hover{
    color: #ffffff;
    background-color: #ff0000;
}

.dlgBody{
    grid-area: dlgBody;
}








.flextxt {
    width: 99%;
    word-break: break-all; 
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 2vh;
    text-align: justify;
  }

  .upload_attendance_css,
  .filesup {
      width: 95%;
      padding: 1.5vh;
      border: none;
      background: #006699;
      color: #ffffff;
      border-radius: 10px;
  }

  