@import url('https://fonts.googleapis.com/css?family=Numans');
body{font-family: 'Numans', sans-serif;}
#loginBody{background-image: url('../imgs/flowers.jpg');background-size: cover;background-repeat: no-repeat;height: 100%;font-family: 'Numans', sans-serif;}
#loginContainer{height: 100%; align-content: center;}
.card{height: 430px; margin-top: 80px; margin-bottom: auto; width: 400px; background-color: rgba(0,0,0,0.5) !important;}
.input-group-prepend span{width: 50px;background-color: #FFC312;color: black;border:0 !important;}
input:focus{outline: 0 0 0 0  !important;box-shadow: 0 0 0 0 !important;}
.remember{color: white;}
.remember input{width: 20px;height: 20px;margin-left: 15px; margin-right: 5px;}
.login_btn{ color: black; background-color: #FFC312; width: 100px; }
.login_btn:hover{color: black; background-color: white;}
.card-header h3{ color: white; }
.links a{margin-left: 4px;}
#datepicker, #datepickerTwo, #datepickerThree, #newsrn_no{ font-size: 16px; border-top: 0px; border-left: 0px; border-right: 0px; width: 170px; text-align: center; color: steelblue}
#loader {bottom: 0; height: 175px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 175px;}
#loader .dot { bottom: 0; height: 100%; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 87.5px;}
#loader .dot::before { border-radius: 100%;  content: ""; height: 87.5px; left: 0;  position: absolute;  right: 0; top: 0;  transform: scale(0); width: 87.5px;}
#loader .dot:nth-child(7n+1) {transform: rotate(45deg);}
#loader .dot:nth-child(7n+1)::before {animation: 0.8s linear 0.1s normal none infinite running load;background: #00ff80 none repeat scroll 0 0;}
#loader .dot:nth-child(7n+2) {transform: rotate(90deg);}
#loader .dot:nth-child(7n+2)::before { animation: 0.8s linear 0.2s normal none infinite running load; background: #00ffea none repeat scroll 0 0;}
#loader .dot:nth-child(7n+3) { transform: rotate(135deg);}
#loader .dot:nth-child(7n+3)::before { animation: 0.8s linear 0.3s normal none infinite running load; background: #00aaff none repeat scroll 0 0;}
#loader .dot:nth-child(7n+4) { transform: rotate(180deg);}
#loader .dot:nth-child(7n+4)::before { animation: 0.8s linear 0.4s normal none infinite running load; background: #0040ff none repeat scroll 0 0;}
#loader .dot:nth-child(7n+5) { transform: rotate(225deg);}
#loader .dot:nth-child(7n+5)::before { animation: 0.8s linear 0.5s normal none infinite running load; background: #2a00ff none repeat scroll 0 0;}
#loader .dot:nth-child(7n+6) { transform: rotate(270deg);}
#loader .dot:nth-child(7n+6)::before { animation: 0.8s linear 0.6s normal none infinite running load; background: #9500ff none repeat scroll 0 0;}
#loader .dot:nth-child(7n+7) { transform: rotate(315deg);}
#loader .dot:nth-child(7n+7)::before { animation: 0.8s linear 0.7s normal none infinite running load; background: magenta none repeat scroll 0 0;}
#loader .dot:nth-child(7n+8) { transform: rotate(360deg);}
#loader .dot:nth-child(7n+8)::before {  animation: 0.8s linear 0.8s normal none infinite running load;  background: #ff0095 none repeat scroll 0 0;}
#loader .lading {background-position: 50% 50%; background-repeat: no-repeat; bottom: -40px; height: 20px; left: 0; position: absolute; right: 0; width: 180px;} 
@keyframes load {100% {opacity: 0; transform: scale(1);}}
@keyframes load {100% { opacity: 0; transform: scale(1);}}
.gradingInput{border: 0px; width:70px;}
.hideBorder{border: 0px;}
#gradingTable{width: 100%;}
.swithchTo{width: 150px;; font-weight: bolder; margin-top: 10px; background-color: steelblue; color: white;
border-radius: 12px;} 
#gradingOptions{margin-top: 10px}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 7% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#lenghtColumns{font-size: 16px;}
.jexcel tbody td {
    vertical-align: top;
    font-size: 13px;
}
.jexcel thead {
    font-weight: bold;
    height: 50px;
    font-size: 13px;
}

.attentiveButton{
    color: white;
}

#showingWhichGrid{
    background-color: #f2f2f2;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.attentiveButtonTwo{
    color: white;
}

tr{
    line-height: 8px;
    min-height: 8px;
    height: 8px;
 }
 #editHistoryTables{
    display: none;
 }

 #loaderHistory{
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
    z-index: 1;
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 40%;
    top: 15%;
    height: 100%;
    align-items: center;
    display: none;
  }

  circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
            animation-name: preloader;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
            transform-origin: 170px 170px;
    will-change: transform;
  }
  circle:nth-of-type(1) {
    stroke-dasharray: 550;
  }
  circle:nth-of-type(2) {
    stroke-dasharray: 500;
  }
  circle:nth-of-type(3) {
    stroke-dasharray: 450;
  }
  circle:nth-of-type(4) {
    stroke-dasharray: 300;
  }
  circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
  }
  circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay:  -0.45s;
            animation-delay: -0.45s;
  }
  circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
            animation-delay: -0.6s;
  }
  
  @-webkit-keyframes preloader {
    50% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes preloader {
    50% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

.historyGradingGridbts{
    padding: 5px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px rgb(0,0,0);
    -moz-box-shadow: 0 0 10px rgb(0,0,0);
}

#edittingHistoryPanel{
  margin-left: -30px;
}  


