@media screen and (min-width: 768px) {
    .topnav .right {
        background: unset !important;
    }


  body.welcomelogin {
    min-height: 100vh;
    display: flex;
  }
  body header .topnav {
    background: linear-gradient(135deg, rgba(39, 29, 112, 0.95) 0%, rgba(125, 206, 203, 0.95) 100%);
  }
  body header .topnav .right {
    background: #130f27 !important;
  }


  body #main {
    flex: 1;
    display: flex;
    align-items: center;
  }
    body #main .welcome-banner {
        background: linear-gradient(135deg, rgba(39, 29, 112, 0.9) 0%, rgba(125, 206, 203, 0.9) 100%);
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;
    }
  body #main .grad-but,
  body #main #imgbtnLogin,
  body #main .grad-but:focus,
  body #main #imgbtnLogin:focus .grad-but:active,
  body #main #imgbtnLogin:active {
    background: #130f27 !important;
  }
  body footer {
    background: #130f27;
  }
  .indentmenu ul li a.selected {
    background: linear-gradient(135deg, rgba(39, 29, 112, 0.95) 0%, rgba(125, 206, 203, 0.95) 100%) !important;
    border-radius: 5px 5px 0px 0px;
  }
  #TabsDiv {
    height: 19px;
  }
  #TabsDiv ul {
    display: flex;
    width: 100%;
  }
  #TabsDiv ul li {
    margin-right: 10px;
  }
  #TabsDiv ul li a {
    border-radius: 5px 5px 0px 0px;
  }
  #TabsDiv ul li:last-child {
    margin-right: 0px;
  }
  #TabsDiv ul li.freecell {
    flex: 1;
  }
  #change #btnUpdate1:hover {
    background-color: linear-gradient(135deg, rgba(39, 29, 112, 0.9) 0%, rgba(125, 206, 203, 0.9) 100%) !important;
    background: linear-gradient(135deg, rgba(39, 29, 112, 0.9) 0%, rgba(125, 206, 203, 0.9) 100%) !important;
  }
}

html {
    display: flex;
    min-height: 100vh;
}

body {
    width: 100%;
    flex-direction: column;
   
    display: flex;
    min-height: 100vh !important;
}

form {
    flex: 1;
    vertical-align: top;
}

.center-margin {
    margin:0px auto;

}

.form-inline {
    -ms-flex-align: unset;
     align-items: unset;
}


@media screen and (max-width: 767px) {
    .welcomelogin {
        background-position: unset;
    }

        .welcomelogin .desktop-only {
            display: none;
        }

        .welcomelogin .mobile-olny {
            display: block;
        }

        .welcomelogin img {
            width: unset;
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .welcomelogin .welcome-banner {
           /* background: linear-gradient(135deg, rgba(39, 29, 112, 0.9) 0%, rgba(125, 206, 203, 0.9) 100%) !important;
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;*/
            background-color: #ad3232;
            background: -moz-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
            background: -webkit-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
            background: -o-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
            background: -ms-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
            background: linear-gradient(to top, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
        }

        .welcomelogin form td {
            padding-left: unset;
        }

        .welcomelogin #imgbtnLogin {
            margin-top: 2%;
        }

        .welcomelogin #return-to-main {
            width: 100%;
            cursor: pointer;
        }

            .welcomelogin #return-to-main p {
                text-align: center !important;
            }

        .welcomelogin .topnav .right {
            background: #130f27 !important;
        }
        .mobile-only-full {
            width: 100% !important;
        }
}

@media screen and (min-width: 768px) {
    .welcomelogin .desktop-only {
        display: block;
    }

    .welcomelogin .mobile-only {
        display: none;
    }

}

select option [disabled], select:invalid {
    color: #999 !important;
}

select option {
    color: black;
}

select option:first-child {
    color: #999 !important;
}

select.form-control {
    padding-left: 7px
}

#fileQualification1, #fileQualification2, #fileQualification3 {
    width: 300px!important;
}

.topnav.left p {
    font-size: 0.9rem;
    font-weight: 500;
}

.btns-NextPrevCancel {
   display: flex;
   flex-direction:column;
}

.btns-NextPrevCancel input:nth-child(1) {order: 3}
.btns-NextPrevCancel input:nth-child(3) {order: 1}
.btns-NextPrevCancel input:nth-child(2) { order: 2 }

#txtCliFrom1, #txtCliFrom2, #txtCliFrom3, #txtCliTo1, #txtCliTo2, #txtCliTo3 {
    float: left;
    box-sizing: border-box;
}
#txtCliFrom1, #txtCliFrom2, #txtCliFrom3 {
    width: 48.5%!important;
    margin-right: 5px!important;
}

#loaderAni {
    height: 100px;
    width: 100px;
    animation: rotate 1.5s infinite linear;
    border-radius: 50%;
    border: 15px solid rgba(37, 14, 98, 0.40);
    border-top: 15px solid #250E62;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#blocker {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.60);
    width: 100%;
    height: 100vh;
    z-index: 666666666666666;
    display: none;
    align-items: center;
    justify-content: center;
}

.HideButton {
    display: none;
}