/* Global */

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: gray;
}


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

*:hover,*:active,*:focus{
    outline: 0!important;
}


img {
    max-width: 100%;
}

input[type="number"] {
    outline: none;
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}


p{
    margin:0
}

html, body, main, .main {
    width: 100%;
    font-weight: 400;
    min-height: 100vh;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

body{
    background: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ef4e23;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
    resize: none;
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}



.topsec{
    min-height: calc(100vh - 100px);
    padding: 60px 40px 45px;
    max-width: 1300px;
    margin: auto;
    position: relative;
}

.bottomsec {
    height: 100px;
    background: white;
    width: 100%;
}

.logo {
    max-width: 30%;
    min-width: 215px;
}


.formdrop label {
    color: white;
}



.formtitle p {
    /* color: white;
    font-weight: bold;
    margin: 4px 0;
    font-size: 23px;
    height: 34px; */
    color: white;
    font-weight: bold;
    margin: 4px 0;
    font-size: 23px;
    height: 41px;
}

.inputgroup {
    display: flex;
    font-size: 13px;
    min-height: 45px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

/* new */

form.needs-validation.not.was-validated .newinput {
    margin-bottom: 18px;
}
.newinput {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: max-content;
    max-width: 90%;
}

.formtitle {
    position: relative;
    width: max-content;
}
.bigform.open .updrop {
    display: block;
}
.updrop {
    z-index: 1;
    background: #d9d9d9;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 40px;
    max-width: 90vw;
    display: none;
}
.dropdown {
    width: 415px;
    overflow: auto;
    height: 315px;
    max-width: 100%;
}

.dropdowncont {
    width: 400px;
    height: 300px;
    overflow: auto;
    padding-right: 12px;
}

.major {
    border-bottom: 2px solid #666666;
    font-weight: bold;
    display: flex;
    font-size: 14px;
}
.rowcont {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #b8b8b8;
}
.rowcont span.one {
    cursor: pointer;
}

span.one {
    width: 230px;
}
span.two {
    background: #bebebe;
}
span.two {
    text-align: center;
    width: 80px;
}

span.three {
    text-align: center;
    width: 90px;
}

span.other {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #f16122;
}

.formtitle p {
    color: white;
    font-weight: bold;
    margin: 4px 0;
    font-size: 23px;
    height: 41px;
}
span#drop {
    transform: rotate(180deg)!important;
}
.formtitle > p > span {
    cursor: pointer;
    display: inline-block;
    transition: .5s;
}
span.productname {
    color: white;
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
}

.newinput input {
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #989898;
    min-width: 250px;
    margin-bottom: 13px;
    display: none;
}
form.needs-validation.not.was-validated .newinput .invalid-feedback {
    /* bottom: -7px!important; */
    margin-bottom: 8px;
    color: white;
    width: 400px;
    text-align: left;
}

.dropmenu.strock{
    margin-bottom: 19px;
    border: 1px solid white;
    padding: 5px;
    height: 52px;
}

/* .newinput .invalid-feedback {
    right: 0;
    color: #90320e;
    bottom: 9px;
} */
/* form.needs-validation.not.was-validated .newinput .invalid-feedback {
    bottom: -7px!important;
} */
@media (min-width: 837px) and (max-width: 1018px) {
    .inputgroup{
        display: -webkit-inline-box;
    }
}
.sinput input {
    padding: 4px;
    border: 0;
    width: 75px;
    height: 35px;
    position: relative;
    top: -3px;
    margin-bottom: 4px;
}

.sinput {
    width: 23%;
    margin: 14px 5%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 7px;
    min-width: 200px;
}

form.needs-validation.not.was-validated .sinput{
    margin-bottom: 22px;
}

.inputgroup label {
    padding-right: 2px;
    padding-left: 15px;
    margin-right: auto;
    position: relative;
    top: -7px;
    font-size: 16px;
    line-height: 18px;
}


.inputgroupcont {
    background: #FFC9A4;
    padding: 5px 28px 5px 6px;
    color: #3d0000;
    position: relative;
}


.styler1 {
    position: absolute;
    top: -8px;
    background: #3d0000;
    width: 150px;
    height: 63px;
    z-index: -1;
    left: -7px;
}

.styler2 {
    position: absolute;
    bottom: -8px;
    background: #3d0000;
    width: 150px;
    height: 63px;
    z-index: -1;
    right: -7px;
}
/*
.formtitle {
    width: max-content;
    position: relative;
}
*/

.inputcontainer input {
    border-radius: 5px;
}
.inputcontainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative;
    width: max-content;
    max-width: 100%;
}

.inputcontainer .invalid-feedback {
    right: 0;
    color: #8c0000;
    bottom: -18px;
}


.inputcontainer p {
    margin-right: 8px;
    margin-top: 0px;
}

.updrop {
    z-index: 1;
    background: #d9d9d9;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 40px;
    max-width: 90vw;
    display: none;
}
.dropdown {
    width: 415px;
    overflow: auto;
    height: 315px;
    max-width: 100%;
}


.major {
    border-bottom: 2px solid #666666;
    font-weight: bold;
    display: flex;
    font-size: 14px;
}

.dropdowncont {
    width: 400px;
    height: 300px;
    overflow: auto;
    padding-right: 12px;
}

span.one {
    width: 230px;
}

span.two {
    text-align: center;
    width: 80px;
}

span.three {
    text-align: center;
    width: 90px;
}

.rowcont {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #b8b8b8;
}

.rowcont.major > span {
    padding-top: 15px;
}

span.two {
    background: #bebebe;
}

.rowcont:last-child .two {
    padding-bottom: 16px;
}


.bigform.open span#drop {
    transform: rotate(180deg);
}

.formtitle > p > span {
    cursor: pointer;
    display: inline-block;
    transition: .5s;
}

.bigform.open .updrop{
    display: block;
}

.formcont1.inform {
    margin: 35px 0 0;
}

span.productname {
    color: white;
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
}

.rowcont span.one{
    cursor: pointer;
}

.bottomsec {
    height: 100px;
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
}

.subbottom {
    text-align: right;
    width: 1300px;
    margin: auto;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
}


.subbottom input, .subbottom span {
    background: #f26921;
    padding: 5px 30px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    display: inline-table;
    max-width: max-content;
    margin-left: auto;
}

.subbottom span a{
    text-decoration: none;
    color: #fff;

}
.topcontainer {
    position: relative;
}

img.gsk {
    position: absolute;
    right: 0;
    width: 70px;
}

.invalid-feedback {
    position: absolute;
    bottom: -13px;
    width: 100%;
    text-align: right;
}

/*************  table  ***********/

.table .formtitle{
    width:100%
}

.tabletitle {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tabletitle > span {
    display: block;
    width: 50%;
    text-align: center;
    font-weight: bold;
    color: #3d0000;
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.tabtitle > span {
    display: block;
    width: 50%;
    text-align: center;
    color: #3d0000;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tabtitle {
    display: flex;
    justify-content: space-between;
}


.tabtitle > span:first-child {
    font-weight: bold;
}

.tabtitle:nth-child(even) {
    background: silver;
}

.tabtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    height: 32px;
}

.tabtitle > span:last-child {
    border-right: 0;
}
.tabtitle > span {
    width: 50%;
    text-align: center;
    color: #3d0000;
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #f26b2f;
}

.table .tabtitle{
    padding:0
}

.tabtitle.bold span {
    font-weight: bold;
}

.table .bigform {
    min-width: 665px;
    max-width: 800px;
    margin: auto;
}

.table .formcont1.inform {
    overflow-x: auto;
    overflow-y: hidden;
}


.table .inputgroupcont {
    background: #f26922;
    padding: 0px;
    color: #3d0000;
    position: relative;
    margin: 8px;
    max-height: 417px;
    overflow-x: hidden;
    padding-right: 15px;
}

.tabtitle:nth-child(odd) {
    background: #e5e5e5;
}

section {
    margin: 0!important;
}
span#drop {
    transform: rotate(180deg)!important;
}

span.lefttr {
    margin: 0;
    padding: 0;
    transform: rotate(-90deg)!important;
    display: inline-block;
}

.tabtitle:last-child span {
    font-weight: bold;
}

.red{
    color:red!important;
}

.green{
    color:green!important;
}

p.approval {
    color: #3d0000;
    font-size: 14px;
    line-height: 14px;
    min-width: 286px;
    margin-left: 41px;
}





span.text1 {
    min-width: 400px;
}
span.title1 {
    min-width: 400px;
}

span.title2 {
    min-width: 250px;
}
span.text2 {
    min-width: 90px;
}



section.insec.table .formcont1.inform {
    margin: 6vh 0 0;
}


button#show-more {
    margin-right: 10px;
    display: flex;
    margin-left: auto;
    background: white;
    border: orange;
    color: #f05c23;
    font-weight: bold;
}
.white{
    background-color: #e5e5e5!important;
}


.res .tabtitle > span {
    top: -5px;
    position: relative;
}

.res .inputgroupcont {
    background: transparent;
    padding: unset;
    color: #3d0000;
    position: relative;
    margin-bottom: 13px;
}

.res .conttable {
    min-width: 547px;
}

.res .formtitle {
    margin-left: auto;
}

.logo img {
    width: 250px;
}


span.title2.formt {
    display: block;
    width: auto;
    min-width: unset;
    text-align: right;
    font-weight: bold;
    color: #3d0000;
    font-size: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media(max-width:600px){
    .bottomsec > * {
        width: max-content;
        min-width: max-content;
        text-align: right;
        margin-left: auto;
        margin-right: 0;
        margin-right: 39px;
        margin-top: 16px;
    }

    .subbottom {
        flex-wrap: wrap;
        flex-direction: auto;
        justify-content: space-between;
        flex-direction: column-reverse;
        padding-right: 0;
    }

    p.approval {
        min-width: max-content;
        margin-left: auto;
        margin-top: 9px;
        font-size: 11px;
        padding:0
    }

}

@media(max-width:433px){
    .inputcontainer .invalid-feedback {
        right: unset;
        left: 0;
        color: #8c0000;
        bottom: -24px;
    }
}
/* 
.conttable {
    min-width: 510px;
    overflow: auto;
} */


