@charset "utf-8";
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    color: #dcd8d5;
    height: 100%
}

.pageWrapper {
    width: 100%;
}

.title {
    font-size:2vw;
    text-align: center;
    border-style: solid;
    border-color: #053747;
    margin-right: 0.25%;
}

.title p{
    padding-top: 1.50%;
    height: 80px;
    background-color: #876129;
    margin-bottom: 0;
    
}
.title1 {
    text-align: center;
    font-size:2vw;
    float: left;
    width: 70%;
    padding-top: 10px;
    text-align: center;
}

.mainLogo img{
    margin-top: 0.25%;
    margin-left: 0.25%;
    height: 79.5px;
    width: 25%;
    float: left;
    background-color: #F4F0E8;
    border-right: solid;
    border-color: #053747;
}

.logo {
    background: url(images/logo_60x60.png) no-repeat left;
    background-size: 60px 60px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    margin-left: 60px;
}

#mainNav1 {
    width: 20%;
    float: left;
    overflow-y: auto;
    height: 100%;
    background-color: #F4F0E8;
    /* background-image: linear-gradient(#E0EAFC 0%, #CFDEF3 51%, #E0EAFC 100%) */
}

#navContent {
    padding-top: opx;
}

#mainNav1 #navContent ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#mainNav1 #navContent li {
    text-align: center;
}

.active {
    text-align: center;
    border-radius: 5px;
    border-bottom: solid 3px #053747;
    border-left: solid 3px #053747;
    border-right: solid 3px #053747;
    border-top: solid 3px #053747;
}

#mainNav1 #navContent li button {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    color: #dcd8d5;
    background-color: #876129 ;
}

button:disabled {
    cursor: not-allowed;
    opacity: 1;
}


#bodWrap {
    width: 100%;
    left: 0px;
    padding: 0px;
}

#body {
    width: 100%;
    background-color: #dcd8d5;
}

#body #workAreaDiv, #body #workAreaDiv #mainTable {
    color: black;
}

#body #workAreaDiv #mainTable {
    /* min-height: 280px;
    max-height: 415PX; */
    height: 440px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #876129;
}

.public-data-div {
    display: none;
}

.public-data-div button, .public-data button {
    border-radius: 30px;
    color: #0a0a0a;
    min-width: 150px;
}

.signed-file-path-div, .verify-input-file-path-div, .detached-result-div {
    display: none;
}

.custom-container-fluid {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    margin: 0;
    padding: 0;
    position: fixed;
    height: 100%;
    width: 100%;
}

.custom-img {
    height: 100px;
    width: 85px;
    position: absolute;
    z-index: 9999;
    top: 145px;
    left: 230px;
    display: initial;
}
.custom-position {
    height: 400px;
    width: 500px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#prgssText {
    margin-top: 2%;
  border-radius: 10px;
  color: black;
  width: 400px;
  height: 100px;  
}
.rcorners {
  border-radius: 10px;
  border-style: solid;
  border-color: #053747;
  margin-left: 21%;
  margin-right: 1%;
  margin-top: 0%;
  border-width: 2px;
}

  @keyframes slidebg {
    to {
      background-position:20vw;
    }
  }
  
.fontStyle {
    font-family: Georgia; 
  }

.btn-grad1:hover { 
    font-size:1.35vw;;
    border-radius: 3px;
    border-bottom: solid 3px rgb(6, 41, 18);
    border-left: solid 3px rgb(6, 41, 18);
    border-right: solid 3px rgb(6, 41, 18);
    border-top: solid 3px rgb(6, 41, 18);
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid maroon;
  width: 150px;
  height: 150px;
  margin-left: 40%;
  margin-top: 25%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.textinput {
            float: left;
            width: 100%;
            min-height: 75px;
            outline: none;
            resize: none;
            border: 1px solid grey;
        }
