* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Arial Narrow", Arial, sans-serif;
    scroll-behavior: smooth;
}
.mail1 {
    padding-left: 300px;
}

.smessage{
    padding-top:22px;
    font-weight: bold;
    color:forestgreen;
}

.Hide {
    display: none;
}

.space{
    display: none;
}

.Hide2{
    display: block;
}
.logindropdown{
    padding:10px;
}
.logofont {
    font-family: 'Times New Roman';
}
.AddNewItems {
    position: absolute;
    right: 27px;
}
body {
    background: #e5dfeb !important;
    font-size: 18px;
}


/*---------------------------------------------*/
.button1 {
    width: 110px;
    background: #B81996;
}

.btnlrg {
    width: 253px;
}
.fgbutton1 {
    width: 110px;
    background: #B81996;
}
.button2 {
    width: 128px;
    background: #B81996;
}
.center {
    margin-left: auto;
    margin-right: auto;
}

a {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}



iframe {
    border: none !important;
}

.txt1 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}

.txt2 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.limiter {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.limiter:after {
    position: absolute;
    content: "";
    left: -23%;
    right: 0;
    bottom: 0;
    top: -77%;
    width: 140%;
    height: 100%;
    background: #1b2036 url(../images/bg-shape.svg) no-repeat 94% 87%;
    border-radius: 100%;
    z-index: -1;
    margin: auto;
    background-size: 34%;
}

.container-login100 {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}

.jsp{
    padding-right: 10%;
}
.wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 40px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 40px;
    color: #259AC6;
    line-height: 1.2;
    text-align: center;
}

.login100-form-title i {
    font-size: 60px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #594B6F;
    margin-bottom: 20px;
}

.input100 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}


/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #6a7dfe;
    background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    background: -o-linear-gradient(left, #21d4fd, #b721ff);
    background: -moz-linear-gradient(left, #21d4fd, #b721ff);
    background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 18px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100::after {
    top: -15px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -15px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}


/*---------------------------------------------*/

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.login100-form-btn {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    width: 150px;
    height: 44px;
    background: #b81997;
    border-radius: 40px;
    margin: auto;
    display: block;
}

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #c80000;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 18px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

header {
    background: #1C2036;
    height: 66px;
    width: 100%;
}
.linkcolor {
    color: #0645ad;
    text-decoration: underline;
}
.position-fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 112px;
    z-index: 9;
}
.ReportButtons{
    position:absolute;
    top:50%;
   left:50%;
}
.header-height-top {
    height: 112px;
    width: 100%;
    display: block;
}

header h1 {
    color: #219bca;
    font-size: 25px;
    letter-spacing: .5px;
}

header a {
    color: white;
}

nav {
    background: #b81997;
    color: white;
}

nav ul {
    justify-content: center;
}

.nav .nav-item .nav-link {
    color: white;
}

.nav .nav-item:not(:last-child) {
    position: relative;
}

.nav .nav-item:not(:nth-last-child(-n+2)):after {
    position: absolute;
    content: "|";
    top: 10px;
    right: 0;
}

.title-c {
    color: #b81996;
    border: 2px solid #cccccc;
    border-radius: 30px;
    padding: 4px;
    font-size: 26px;
    font-weight: bold;
    min-width: 180px;
    display: inline-block;
}

.title-d {
    /*color: #b81996;*/
    border: 2px solid #cccccc;
    background-color: #1b2036;
    border-radius: 30px;
    padding: 4px;
    font-size: 26px;
    color: white;
    font-weight: bold;
    min-width: 180px;
    display: inline-block;
}


input.form-control,
select.form-control {
    background: #f0f4f7;
    border: 1px solid #a6a3a3;
    border-radius: 0;
}

footer {
    background: #1b2036;
    height: 62px;
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 9;
}

.footer-height-bottom {
    height: 62px;
    width: 100%;
    display: block;
}
.amountrightalign{
    position:absolute;
    right:254px;
}
footer .copyrights {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    font-size: 16px;
}
.savebuttonposition{
    position:absolute;
    right:-1px;
}
.footer-text {
    
    text-align: center;
    display: block;
    color: #584a6e;
}


/* sticky nav */

.jumplinks-menu-wrapper {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 130px;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

#jLinkSliderContainer .swiper-slide {
    text-align: center;
    font-size: 18px;
}

.jlinks-menu {
    width: 100px;
}

.jlinks-menu a {
    color: #FFF;
    text-decoration: none;
}

.jlinks-menu-hidden {
    right: -100px;
    -webkit-transition: all .75s ease-in;
    -moz-transition: all .75s ease-in;
    -ms-transition: all .75s ease-in;
    -o-transition: all .75s ease-in;
    transition: all .75s ease-in;
}

.toggle-position {
    right: 30px;
}

.menu-button {
    position: absolute;
    top: 0;
    right: 48px;
    padding: 18px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    height: 37px;
    /* width: 20px; */
    top: 66px;
    transform: rotate(-90deg);
    background: #828f97;
    line-height: 0;
    color: white;
    letter-spacing: 3.5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-button:hover {
    border-color: transparent #657b89 transparent transparent;
}

.jumplinks-container {
    background: #828f97;
    text-align: left;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.jumplinks-container ul li a {
    border-bottom: 0;
    display: block;
}

.jumplinks-container ul {
    margin: 0;
    padding: 0;
}

.jumplinks-container ul li {
    list-style: none;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 7px 10px;
}

.jumplinks-container ul li:first-of-type {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.jumplinks-container ul li:last-of-type {
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.jumplinks-container img {
    height: 30px;
    width: auto;
}

.jumplinks-container ul li:hover {
    background-color: #657b89;
    cursor: pointer;
}

.jumplinks-container ul li span {
    position: relative;
    top: -22px;
}

.jumplinks-container ul li a:visited {
    color: #FFF;
}

.bg-primary {
    background: #dde6eb !important;
}


.MailBox1 {
    width: 500px;
    height: 170px;
    border-color: #838F96;
    border-radius: 15px;
    border-width: 3px;
    border-style: solid;
    padding-top: 32px;
    padding-right: 43px;
}


.container1 {
    display: inline-block;
    cursor: pointer;
    padding-top: 5px;
    position: absolute;
   left:3px;
}


.bar1, .bar2, .bar3 {
    width: 37px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  
}

/* Rotate first bar */
    .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.dropdown-content {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.line {
    border-width: 1px;
    border-color: white;
    margin-top:0;
    margin-bottom:0;
}
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #1C2036; */
    background-color: #838F96;
    min-width: 177px;
    overflow: auto;
    z-index: 1;
    position: absolute;
    left: 0px;
    text-align: center;
}

    .dropdown-content a {
        color: black;
        padding: 3px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.ListBox{
    position:absolute;
    left:22px;
}

.fgpassword {
   
    padding-bottom: 17px;
}

.passposition {
    position: absolute;
    left: -36px;
    top: 10px;
}

.Goback {
    position:absolute;
   left:45%;
}
.length{
    height:280px;
}
.help {
    position:absolute;
    left: 415px;
}

.textarea {
    width: 476.66px;
    height: 150px;
}

.loginbox{
    width: 80%;
}
.textboxwidth {
   width:476.66px;
}

.Enquirymessage {
    padding-bottom: 22px;
    text-align: center;
}
/*.printbtn {
    position: absolute;
    left: 772px;
    top: 279px;
}*/

/*.sendmail {
    position: absolute;
    left: 772px;
    top: 364px;
}*/
.statusColorRed {
    color: red;
}

.statusColorGreen 
{
    color: forestgreen;
   font-weight: bold;
}
.fontbold {
    font-weight: bold;
}
.Remotelabel {
    position: absolute;
    top: 239px;
    left: 622px;
}

.labelpad{
    padding-right:1px;
}


.modal-dialog {
    height: 90%; /* = 90% of the .modal-backdrop block = %90 of the screen */
}

.modal-content {
    height: 100%; /* = 100% of the .modal-dialog block */
}

#PdfModal {
    height: 100%;
}
.invnumberlabel{
    left: -22px;
}
.posNav
{
position:absolute;
left:1px;
}

.ermessage {
    padding-left: 263px;
}

.printers{

}

.desktopshow{

}

.mobileshow {
    display: none;
}

.confmessage{
    position: absolute;
   bottom: 10px;
}

.post {
   padding-left:10px;
}

.column {
    float: left;
    width: 25%;
    padding-left: 10%;
    padding-bottom:3%
}
.row::before {
    content:"";
    clear:both;
    display:table;

} 
.column1 {
    float: left;
    width: 15%;
    padding: 10px;
}
.column2 {
    float: left;
    width: 18%;
    padding: 10px;
}
/* Clearfix (clear floats) */
.block::before {
    padding-left: 20px;
    padding-right: 20px;
    content: "";
    clear: both;
    display: table;
}
.linew::before {
    padding-left: 20px;
    padding-right: 20px;
    content: "";
    clear: both;
    display: table;
}


.dashboardbox {
    width: 70%;
    height: 20%;   
    padding-top:4%;

}


.imagename{
position:relative;
right:-39px;
}

figcaption {
    padding: 2px;
    text-align: center;
    position: relative;
    left: -16px;
}

.mailerror{

}

html.waitd {
    cursor: wait !important;
    z-index: 999;
    height: 100%;
    width: 100%;
}

div.waitd {
    cursor: wait !important;
    z-index: 999;
    height: 100%;
    width: 100%;
}

.chckboxpst{
    position:absolute;
    top:1px;
    left:1px;
}

.version {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    color: #259AC6;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 195px;
    right: 492px;
}

.addprodButton{

}
.delprodButton{

}
.mobilehide{

}

.line3 {
    width: 82%;
    height: 1px;
    border-bottom: 1px solid #b81996;    
    position: relative;
    left: 9%;
}
.line2 {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #b81996;
    /* position: relative;
    left: 10%;*/
}

.line4 {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid black;
}


.addprodbox {
    width: 80%;
}

.hidelabel {
    display: block;
}

.showlabel {
    display: none;
}

.bluebox {
    width: 100%;
    height: 25px;
    background-color :#2c9bde;
}

/*#InvHover:hover {
    color: #007bff;
}
*/
div.e:hover {
    background-color: #007bff;
    
}

.button2 {
    width: 164px;
    background: #B81996;
}

.button3 {
    width: 164px;
    background: #007bff;
}


