/*general css*/
@font-face {
  font-family: myFont;
  src: url('../fonts/tt0319m_.ttf');
}

@font-face {
  font-family: myFont2;
  src: url('../fonts/tt0320m_.ttf');
}

@font-face {
  font-family: font47;
  src: url('../fonts/tt0047m_.ttf');
}

@font-face {
  font-family: font48;
  src: url('../fonts/tt0048m_.ttf');
}

@font-face {
  font-family: font49;
  src: url('../fonts/tt0049m_.ttf');
}

@font-face {
  font-family: font50;
  src: url('../fonts/tt0050m_.ttf');
}

.font47{
  font-family: font47;
}

.space10{
  margin-bottom: 10px;
}

.space20{
  margin-bottom: 20px;
}

.space30{
  margin-bottom: 30px;
}

.space40{
  margin-bottom: 40px;
}

.space50{
  margin-bottom: 50px;
}

body{
  overflow-x: hidden;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .razorpay-payment-button, .razorpay-payment-button:hover, .razorpay-payment-button:focus, .razorpay-payment-button:active{    
  background-color: #117BC9 !important;
    border-color: #117BC9 !important;
    color: #fff;
  font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    letter-spacing: 1.2px;
}

.btn{
  box-shadow: 3px 3px 3px #999;
}

.btn-danger, .btn-success{
  font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    letter-spacing: 1.2px;
}

.searchbutton, .searchbutton:hover, .searchbutton:focus, .searchbutton:active{
  border-radius: 3px !important;
}

.btn-sm, .btn-sm:hover, .btn-sm:focus, .btn-sm:active{
  padding: 5px 10px !important;
    font-size: 12px !important;
}

.inverse-button, .inverse-button:focus, .inverse-button:hover, .inverse-button:active{
  background-color: #5BB575 !important;
  border-color: #5BB575 !important;
  color: white;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  letter-spacing: 1.2px;
}

.normaltext{
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.normaltext i {
  margin-right: 1px;
  font-size: 13px;
}

h1,h2,h3,h4,h5,h6,th{
  color: #000;
  font-weight: 600;
}

.star{
  color: #cc0000;
  margin-left: 2px;
  font-size: 14px;
}

.form-control{
  font-size: 14px;
}

.leftmargin10{
  margin-left: 10px;
}

table{
  margin-bottom: 0px !important;
}

a:hover, a:focus, a:active{
  text-decoration: none;
  cursor: pointer;
}

strong{
  font-weight: 600;
  color: #000;
}

.fa-sign-in-alt{
  margin-right: 5px;
}

.lightbackground{
  background: #F1F1F1;
}

label{
  font-weight: 600;
  color: #222;
  font-size: 14px;
}

.designerhr {
  content: "";
  display: block;
  width: 100px;
  height: 4px !important;
  background: #4DB13E;
  opacity: 1;
  margin: 15px auto 20px auto;
}

.card, .table{
  box-shadow: 0px 2px 20px rgba(0,0,0, 0.1);
}

.uploaded, .uploaded:hover, .uploaded:focus, .uploaded:active{
  background: #36B9CC ;
  color: #fff;
}

.processed, .processed:hover, .processed:focus, .processed:active{
  background: #449D44 ;
  color: #fff;
}

.pending, .pending:hover, .pending:focus, .pending:active{
  background: #EC971F;
  color: #fff;
}

.rejected, .rejected:hover, .rejected:focus, .rejected:active{
  background: #C9302C;
  color: #fff;
}
/*general css ends*/

/*login*/
.loginpage{
  background: url('../img/loginbackground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.loginpage strong{
  color: #fff;
  font-family: myFont;
  font-weight: normal;
}

.loginpage .btn-primary{
  background: #CBEF4F !important;
  color: #000;
  border-radius: 10px !important;
  padding: 7px 20px !important;
  text-transform: uppercase;
  font-family: font49;
  font-weight: normal!important;
}

.loginpage .copyright{
  font-size: 12px;
  color: #ddd;
  font-family: font47;
}

.loginpage hr{
  border: 1px solid #338EBA;
}

.loginpage ::placeholder {
  color: #69849F;
  opacity: 1; /* Firefox */
  font-size: 16px;
  letter-spacing: 1px;
}

.loginpage :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #69849F;
}

.loginpage ::-ms-input-placeholder { /* Microsoft Edge */
 color: #69849F;
}

.loginpage .connect{
  font-size: 19px;
  color: #fff;
}

.loginpage .fa-whatsapp{
  margin-left: 5px;
  color: #25d366;
  font-weight: 700;
  font-size: 22px;
}

.loginbackground{
  background-color: #E9F3FB;
  padding: 30px;
}

.translate{ 
  transform: translateY(-50%);
  top: 50%;
}

.rem5padding{
  padding: 5rem;
  padding-top: 7rem;
}

.animation-area {
  height: 100vh;
}

.box-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box-area li {
  position: absolute;
  display: block;
  list-style: none;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 20s linear infinite;
  bottom: -150px;
}

.box-area li:nth-child(1) {
  left: 86%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  animation-duration: 20s;
}

.box-area li:nth-child(2) {
  left: 12%;
  width: 30px;
  height: 30px;
  animation-delay: 1.5s;
  animation-duration: 20s;
}

.box-area li:nth-child(3) {
  left: 70%;
  width: 100px;
  height: 100px;
  animation-delay: 5.5s;
  animation-duration: 20s;
}

.box-area li:nth-child(4) {
  left: 43%;
  width: 150px;
  height: 150px;
  animation-delay: 2.5s;
  animation-duration: 15s;
}

.box-area li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 3.5s;
  animation-duration: 15s;
}

.box-area li:nth-child(6) {
  left: 21%;
  width: 110px;
  height: 110px;
  animation-delay: 4.5s;
  animation-duration: 15s;
}

.box-area li:nth-child(7) {
  left: 34%;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
  animation-duration: 20s;
}

.box-area li:nth-child(8) {
  left: 57%;
  width: 70px;
  height: 70px;
  animation-delay: 1.5s;
  animation-duration: 20s;
}

.box-area li:nth-child(9) {
  left: 5%;
  width: 60px;
  height: 60px;
  animation-delay: 2.5s;
  animation-duration: 20s;
}

.box-area li:nth-child(10) {
  left: 19%;
  width: 50px;
  height: 50px;
  animation-delay: 3.5s;
  animation-duration: 15s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-800px) rotate(360deg);
    opacity: 0;
  }
}
/*login ends*/

/*Dashboard*/
.dashboardicons{
  text-align: center;
}

.dashboardicons .img-responsive{
  width: 70%;
}

.dashboardicons h4{
  font-weight: 600;
}

.img-responsive{
  width: 100%;
  height: auto;
}

.dashboardiconbox{
  text-align: center;
  color: #000;
  border-radius: 8px;
  padding: 30px 15px;
  box-shadow: 0 7px 12px 0 rgba(50, 50, 50, 0.2);
}

.dashboardiconbox img{
  width: 120px;
}

.dashboardiconbox h4{
  font-weight: 600;
}

.dashboardiconbox1{
  background: #C8EED0;
}

.dashboardiconbox2{
  background: #EFCFD0;
}

.dashboardiconbox3{
  background: #CEEBEF;
}

.dashboardiconbox4{
  background: #EEE2CD;
}

.maxlogo{
  max-width: 135px;
  max-height: 85px;
}
/*Dashboard ends*/

/*viewpdf*/
.pdfform label{
  font-size: 14px;
  color: #000;
}
/*viewpdf ends*/

/*reports*/
.info-box {
  box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
  border-radius: .25rem;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: .5rem;
  position: relative;
  width: 100%;
  color: #fff;
}

.info-box .info-box-icon {
  border-radius: .25rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

.info-box .info-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.info-box .info-box-text, .info-box .progress-description {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}
/*reports ends*/

/*upload page*/
.leftformcontrol select{
  width: 46%;
  display: inline;
}

.leftformcontrol span{
  margin-top: 4px;
}

.uploadicons i{
  font-size: 30px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}

.uploadicons span{
  margin-top: 8px;
  float: right;
  font-size: 18px;
}
/*upload page ends*/

/*download doc*/
.downloaddocpage .dt-buttons{
  display: none;
}
/*download doc ends*/

/*media responsive*/
@media screen and (min-width: 992px){
  .nolappy{
    display: none;
  }
}
/*media responsive ends here*/