/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');*/

*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

html {
  height: 100%;
width:100%;
}

body{ background: #fff;}

.loginBody{
        background: -webkit-linear-gradient(76deg, #003974 60%, #fff 0%);
        background: -o-linear-gradient(76deg, #003974 60%, #fff 0%);
        background: linear-gradient(166deg, #003974 60%, #fff 0%);;
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    background-origin: content-box;
}

img{
        max-width:100%;
}
.cont{
        position: relative;
        width: 25%;
        height: 400px;
        padding: 20px 25px 20px 25px;
        margin: 15vh auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 2px 2px #ccc;
}

.form{ width: 100%; height: 100%; }

h1, h2, .user, .pass{
  text-align: center;
  display: block;
}

h1{
  color: #606060;
  font-weight: bold;
  font-size: 40px;
  margin: 30px auto;
}
h2 > span{
        font-size: 12px;
    color: #003974;
}
.user, .pass, .login{
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.user, .pass{ background: #ecf0f1; }
.pswdDiv{
        width: 90%;
    margin: auto;
}
.login{
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  background: #013974;
  transition: background 0.4s ease;
}

.login:hover{ background: #3570dc; }

.logo{
        text-align: center;
    width: 100%;
    margin: 20px 0;
}

.errorclose {
    background: #ffffff;
    color: #003974 !important;
    top: -16px;
    right: -22px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-weight: bold;
    border: 2px solid #003974;
    cursor: pointer;
    padding: 0vw;
    position: absolute;
    z-index: 3001;
    font-size: 21px;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scrollDiv{
        overflow-y: auto;
    max-height: 400px;
    margin-top: 20px;
}
.msgbox{
        display: block;
    background: rgb(0 0 0 / 33%);
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: 100%;
    z-index: 3000;
}
.errormsg h3{
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        margin:auto;

}
.errormsg {
    background: #ffffff;
    padding: 10px;
    z-index: 4000;
    width: 250px;
    position: absolute;
    text-align: center;
/*    left: 25%;*/
    top: 40%;
    color: #013974;
    border-radius: 5px;
    border: 2px solid #003974;
}
.bounce-in-top{-webkit-animation:bounce-in-top 1.1s both;animation:bounce-in-top 1.1s both}

@-webkit-keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

header div:nth-child(1) img {
    width: 150px;
}
.logo img:nth-child(1) {
    width: 150px;
}
header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
        background: white;
        padding: 10px 20px;
        z-index: 4000;
        box-shadow: 1px 1px 2px 2px #cccccc47;
    -webkit-box-shadow: 0 8px 6px -6px #cccccc47;
    -moz-box-shadow: #cccccc47;
    box-shadow: 0 8px 6px -6px #cccccc47;
        display: flex;
        flex-wrap: nowrap;
}
header p{
        color: #023770;
    font-weight: bold;
}
header div:nth-of-type(1){
        width:90%;
        color: #000;
        font-size: 14px;
}
header div:nth-of-type(2){
        width: 80%;
    margin: 10px 15px;
    font-size: 12px;
        text-align: right;
    padding: 5px 0px;

}
header div:nth-of-type(3){
        width: 50px;
    font-size: 44px;
        margin-right: 10px;
}
header div:nth-of-type(4){
    width: 70px;
    justify-content: flex-end;
    text-align: right;
        margin-top: 20px;
}
.home{
        width: 10%;
    color: #a9a9a9;
    font-size: 44px;
    padding-top: 6px;
}
.logout{
        color: #fff;
    cursor: pointer;
    background: #003974;
    transition: background 0.4s ease;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #003974;
    font-size: 12px;
    font-weight: bold;
}

footer{
        border-top: 6px solid #003974;
    position: relative;
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .yatd-img {
    position: absolute;
    width: 300px;
    top: -30px;
    margin: auto;
}
footer .yatd-img p{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 5px 20px;
  background: #003974;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  transform: translate(-50%, 30%);
  text-align: center;
}

.disclaimer{
    width: 100%;
    padding: 20px;
        max-width: 320px
}

.wrapper{
        width: 100%;
    max-width: 1280px;
    margin: auto;
        position: relative;
}

/* Accordion */
.accordionDiv{
        margin: 30px;
        width: 100%;
}
.accordion {
        background-color: #fff;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        border: 1px solid #ccc;
        border-radius: 5px;
}

.active, .accordion:hover {
  background-color: #fff;
  border: 1px solid #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #ccc;
}

.panel p{
        font-size: 14px;
        padding: 20px;
        color: #585858;
}

/* Accordion */

.item {
        width: 390px;
    height: auto;
    margin: auto;
        margin: 20px 20px 0;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    color: #FFF;
    font-size: 3em;
    box-shadow: 2px 2px 2px 2px #ccc;
    border-radius: 15px;
}

.banner{
        height: auto;
    width: 90%;
    background: #0000;
    margin: 5px 20px;
}
.margin{
        margin-bottom: 20px;
}
.wlcTable{
        width: 90%;
    margin: auto;
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
}
.wlcTable td{
        padding: 10px;
    color: #585858;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.wlcTable tr:nth-child(even){background-color: #f2f2f2;}

.wlcTable td > p > span{
        font-size: 12px;
}

@media only screen and (min-width : 280px) {
  .cont{ width: 90% }
}

@media only screen and (min-width : 480px) {
  .cont{ width: 60% }

  header div:nth-of-type(2) {
        text-align: right;
    padding: 5px 0px;
    margin: 10px 15px;
    font-size: 12px;
  }
}

@media only screen and (min-width : 768px) {
  .cont{ width: 40% }

   header div:nth-of-type(2) {
    width: 80%;
    margin: 18px 15px;
    font-size: 12px;
        text-align: right;
    padding: 5px 0px;
  }
}

@media only screen and (min-width : 992px) {
  .cont{ width: 30% }

  header div:nth-of-type(2) {
    width: 80%;
    margin: 11px 15px;
    font-size: 12px;
        text-align: right;
  }
}

@media (max-width: 767px) {

    .sectionMain{
  margin:auto;
        flex-wrap: wrap;
        /* padding: 17px; */
    }
 .sectionMain .item{
  width:100%;
  padding: 20px 0;
  margin: 20px 0;
 }
}

.tableGrid{
        max-height: 440px;
    overflow-y: auto;
}
h2{
        color: #000;
        font-size: 14px;
}
.title{
        color: #424242b8;
    font-size: 18px;
    margin: 10px 0;
    text-align: left;
}
.sub-heading{
        color: #424242b8;
    font-size: 14px;
    margin: 10px 0;
    text-align: left;
}
.sectionMain{
        display: flex;
    justify-content: center;
/*    align-items: center;*/
    width: 90%;
    margin: auto;
/* flex-wrap: wrap; */
}

.sectionTable{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 30px;
}
.item ul{
        list-style: none;
}
.item li{
        padding: 10px;
    background: #023770;
    font-size: 14px;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    font-weight: bold;
        margin-bottom: 14px;
        text-align: left;
}
a{
        color: #fff;
        text-decoration: none;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
        border-top: none;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #717171;
  color: white;
}
.DUAlist th, .DUAlist td {
  text-align: left;
  padding: 8px;
}

.DUAlist tr:nth-child(even){background-color: #f2f2f2}

.DUAlist th {
  background-color: #f9fb82;
  color: #303030;
}
/*----- */
.DUPlist th, .DUPlist td {
  text-align: left;
  padding: 8px;
}

.DUPlist tr:nth-child(even){background-color: #f2f2f2}

.DUPlist th {
  background-color: #e1fffd;
  color: #303030;
}

/*----- */
.CUBlist th, .CUBlist td {
  text-align: left;
  padding: 8px;
}

.CUBlist tr:nth-child(even){background-color: #f2f2f2}

.CUBlist th {
  background-color: #fff2c6;
  color: #303030;
}

/*----- */
.URlist th, .URlist td {
  text-align: left;
  padding: 8px;
}

.URlist tr:nth-child(even){background-color: #f2f2f2}

.URlist th {
  background-color: #dbdffa;
  color: #000;
}

/*----- */
.Prelist th, .Prelist td {
  text-align: left;
  padding: 8px;
}

.Prelist tr:nth-child(even){background-color: #f2f2f2}

.Prelist th {
  background-color: #dcfadb;
  color: #000;
}

.DUA-title{
        color: #000;
    background: #f9fb82;
    text-align: center;
    padding: 8px;
    margin: auto;
    font-size: 14px;
    border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom: none !important;
        border:1px solid #ccc;
        text-transform: uppercase;
}
.DUA-title span{
        color: #fff;
        font-size: 9px;
}
.DUP-title{
        color: #000;
    background: #e1fffd;
    text-align: center;
    padding: 8px;
    margin: auto;
    font-size: 14px;
    border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom: none !important;
        border:1px solid #ccc;
        text-transform: uppercase;
}
.CUB-title{
        color: #000;
    background: #fff2c6;
    text-align: center;
    padding: 8px;
    margin: auto;
    font-size: 14px;
    border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom: none !important;
        border:1px solid #ccc;
        text-transform: uppercase;
}

.UR-title{
        color: #000;
    background: #dbdffa;
    text-align: center;
    padding: 8px;
    margin: auto;
    font-size: 14px;
    border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom: none !important;
        border:1px solid #ccc;
        text-transform: uppercase;
}
.Pre-title{
        color: #000;
    background: #dcfadb;
    text-align: center;
    padding: 8px;
    margin: auto;
    font-size: 14px;
    border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    border-bottom: none !important;
        border:1px solid #ccc;
        text-transform: uppercase;
}

/* Earning */
.Earning th {
        font-size: 14px;
        color: #000;
        padding: 8px;
        text-align: left;
        background: #f3f3f3;
        border: 1px solid #888;
}

.Earning th {
  font-size: 14px;
  text-transform: uppercase;
}
.Earning tr {
  background-color: #ffffff;
  border: 1px solid #888;
/*  padding: 5px;*/
}


td {
        font-size: 14px;
        color: #000;
        padding: 8px;
        text-align: left;
}


.tableDisclaimer{
        width: 100%;
    padding: 10px 0;
}

.tableDisclaimer p{
        font-size: 14px;
    padding: 5px;
    color: #757575;
}

.yellow{
        background: #f9fb82 !important;
}
.purple{
        background: #dbdffa !important;
}
.orange{
        background: #ffbf92 !important;
}
.grey{
        background: #013974 !important;
        color:#FFF;
}
.viewBtn{
        padding: 9px;
    border: none;
    background: #013974;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
        cursor: pointer;
}

.btnClose {
    float: right;
    font-size: 22px;
    background: none;
    border: none;
    color: #797979;
        cursor: pointer;
}
.popup {
    z-index: 3000;
    width: 90%;
    position: absolute;
    text-align: center;
    top: 20%;
    color: #fff;
    box-shadow: 0px 0px 4px 2px #6b6b6b38;
    padding: 10px 10px 20px;
    border-radius: 12px;
    background: #fff;
}
.Earning{
        margin: auto;
}
@media screen and (max-width: 600px) {
/*Earning */
.Earning {
border: 0;
}


.Earning caption {
font-size: 1.3em;
}

.Earning thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}


.Earning tr {
display: block;
margin-top: 10px;
background: #f3f3f3;
border: 1px solid #888;
}

.Earning td {
    border-bottom: 1px solid #888;
    display: block;
    font-size: 14px;
    text-align: right;
    color: #000;
}
/*Earning */



td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

 td:last-child {
    border-bottom: 0;
  }
}

.center{
        display: flex;
    justify-content: center;
    align-items: center;
/*      height: 100%;*/
}

/* file upload */
.file-input {
  display: inline-block;
    text-align: left;
    background: #fff;
    padding: 7px 5px;
    width: 100%;
    position: relative;
    border-radius: 3px;
    height: auto;
    top: 0%;
    border: 2px solid #bdbdbd;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
     display: inline-block;
    cursor: pointer;
    background: #013974;
    padding: 7px 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    margin: 4px 3px;
    position: relative;
        font-family: Roboto;
        font-weight: bold;
}

.file-input > .label {
    color: #757575;
    white-space: nowrap;
    opacity: .8;
    font-size: 11px;
    font-weight: bold;
    width: 62%;
    display: inline-block;
    padding: 10px 0;
    position: absolute;
    overflow: hidden;
        text-align: left;
}
.downloadBtn {
    color: #fff;
    cursor: pointer;
    background: #003974;
    transition: background 0.4s ease;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #003974;
    font-size: 12px;
    font-weight: bold;
        margin: 10px;
}
.file-input.-chosen > .label {
  opacity: 1;
}
.contestDisplay{
        width: 90%;
    margin: auto;
    text-align: center;
    max-width: 600px;
        margin-top: 20px;
}
.pswrd{
        text-align: center !important;
    color: #fff;
    font-size: 12px;
    margin: 10px auto;
    padding: 7px;
    background: #04537d;
    width: 140px;
    border-radius: 3px;
    font-weight: bold;
}
.txt-lbl, .txt-lbl a{
        padding: 5px ;
    text-align: center;
    font-weight: bold;
    color: #04537d;
    width: 100%;
    margin: auto;
    font-size: 18px;
        background: #fff;
}

.blue{
        color: #023770;
}
.heartbeat{-webkit-animation:heartbeat 2.5s ease-in-out infinite both;animation:heartbeat 2.5s ease-in-out infinite both}

@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

