html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body.res15 {
    zoom: 66%;
}
body.res125 {
    zoom: 79%;
}

/* latin-ext */
@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96Tp56N1.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96rp5w.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 16px;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
*{
    box-sizing: border-box !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
    font-weight: 900;
}
table, th, td {
    border: solid 1px;
}
th{
    font-weight: 700 !important;
    position: sticky;
    top: 0;
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
}
th, td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
h3 {
    display: block; 
    margin: 5px 0;
}
header.app-header {
    padding: 3px 1rem;
    background-color: #e3e3e3;
}
.dflex{
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex; 
}
.justify-bet{
    justify-content: space-between;
}
.justify-end {
    justify-content: flex-end !important;
}
.wrap{
    flex-wrap: wrap;
}
.gap1{
    gap: 1rem;
}
.align-center{
    align-items: center;
}
.align-stretch{
    align-items: stretch;
}
.mtb1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
img.site-logo {
    max-width: 120px;
}
.w100{
    width: 100%;
    position: relative;
}
.container {
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin: auto; 
}  
footer.app-footer {
    display: block;
    width: 100%;
    padding: 1.25rem;
    background-color: #e3e3e3;
    text-align: center;
    margin-top: 2rem;
}
*::-webkit-input-placeholder { 
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    font-size: 16px;
  }
  
*:-ms-input-placeholder {
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    font-size: 16px;
  }
  
*::placeholder {
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    font-size: 16px;
  }
/***LOGIN****/
.bg-login {
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 72vh;
    background-color: #edf0ff;
}
.login-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 0 5px 1px #000;
    padding: 0;
}
.form-wraper {
    padding: 2rem;
    display: block;
    width: 100%;
    background-color: #ffffff;
}
label.label-field {
    font-family: 'Bree Serif', serif;
    font-size: 18px;
    letter-spacing: 1px;
}
header.app-header .dflex.justify-bet {
    margin: 1px 0;
    align-items: center;
}
.dflex.justify-bet input {
    width: 100%;
    max-width: 280px;
    padding: 9px;
}
input.login-submit, input.password-change-btn {
    padding: 5px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    background-color: #e92026;
    border: solid 1px #e92026;
    color: #ffffff;
    box-shadow: 0px 1px 5px 0px #000;
    cursor: pointer;
    transition: ease-in-out;
}
input.login-submit:hover, input.password-change-btn:hover{
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #1a41c2;
    border-color: #1a41c2;
}
/***END LOGIN****/


/****WELCOME****/
.project-box {
    padding: 1rem;
    min-width: 250px;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px 1px #000;
    background-color: #ddd;
}
.project-box.active {
    background-color: #b5ffb5;
    cursor: pointer;
}
.dflex.allprojects {
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
}
/****END WELCOME****/
.ptitle {
    font-family: 'Bree Serif', serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 7px;
    margin: 5px 0;
    letter-spacing: 1px;
    background: #1079bf;
    background: -moz-linear-gradient(top, #65aedf 0%, #2780bb 66%, #1079bf 100%);
    background: -webkit-linear-gradient(top, #65aedf 0%, #2780bb 66%, #1079bf 100%);
    background: linear-gradient(to bottom, #65aedf 0%, #2780bb 66%, #1079bf 100%);
    border-bottom: 2px solid #444444;
}
.modules.dflex {
    background-color: #ffffff;
    padding: 5px;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0.75rem 0;
    width: 100%;
    justify-content: space-between; 
    gap: 0;
    border: solid 1px #0037ff; 
}
.moduleName {
    display: block;
    padding: 10px 1rem;
    text-align: center;
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 3px;
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 0;
}
.moduleName.module-1, .LITHOGRAPHY {
    background-color: #9400D3;
    color: #fff;
}
.moduleName.module-2, .METROLOGY {
    background-color: #4B0082;
    color: #ffffff;
}
.moduleName.module-3, .IMPLANT {
    background-color: #0000FF;
    color: #fff;
}
.moduleName.module-4, .DIFFUSION {
    background-color: #9f0066;
    color: #ffffff;
}
.moduleName.module-5, .THIN.FILM {
    background-color: #969004;
    color: #fff;
}
.moduleName.module-6, .WET.ETCH {
    background-color: #FF7F00;
    color: #ffffff;
}
.moduleName.module-7, .DRY.ETCH{
    background-color: #4766ff;
    color: #fff;
}
.moduleName.module-8, .CMP {
    background-color: #6a3338;
    color: #ffffff;
}
.moduleName.module-9, .ET {
    background-color: #13adad;
    color: #fff;
}
.SMIF{
    background-color: #0e6b5a;
    color: #fff;
}
.modules.m-11 .moduleName.module-11 {
    background-color: #095a04;
    color: #fff;
}
td.DRY {
    background-color: #955650;
    color: #ffffff;
}
td.TF {
    background-color: #5f9ea0;
    color: #ffffff;
}
td.tool-bg-1 {
    background-color: #ebbdff;
}
td.tool-bg-2 {
    background-color: #d091ff;
}
td.tool-bg-3 {
    background-color: #adadff;
}
td.tool-bg-4 {
    background-color: #f7afdd;
}
td.tool-bg-5 {
    background-color: #a0e5d5;
}
td.tool-bg-6 {
    background-color: #ffd3a8;
}
td.tool-bg-7 {
    background-color: #b5bfef;
}
td.tool-bg-8 {
    background-color: #d39298;
}
td.tool-bg-9 {
    background-color: #b9fbfb;
}
table.tool-view {
    width: 100%;
    max-width: calc(100% - 213px);
    border: none !important;
    background-color: #fff;
} 
.modules.dflex table.tool-view td.textcenter a {
    background-size: 16px auto;
    font-size: 0px;
    width: 22px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    margin: 0 3px;
}
a.edit-tool {    
    background-image: url('assets/imgs/edit.png'); 
}
a.view-tool { 
    background-image: url('assets/imgs/view.png');
}
a.view-history{ 
    background-image: url('assets/imgs/history.png');
}
a.trashbtn{ 
    background-image: url('assets/imgs/trash.png');
}
.textcenter{
    text-align: center;
}
table.tool-view th {
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    color: white;
    background-color: #000000;
    font-weight: 500 !important;
    font-size: 1rem;
    border: solid 2px #7a7a7a !important;
    line-height: 1.75rem;
    max-width: 250px;
    width: 14.29%;
    text-align: center;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}
table.tool-view tbody tr:nth-child(even) {
    background-color: #dee2fb;
}
table.tool-view tbody tr:nth-child(odd) {
    background-color: #fff4f4;
}
ul.viewList {
    padding: 0;
    border: solid 1px #ccc;
}
ul.viewList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 10px;
    border: none;
    margin: 0;
    background-color: #ffffff;
}
ul.viewList li:nth-child(even){
    background-color: #ededed;
}
ul.viewList li strong {
    display: block;
    width: 100%;
    max-width: 200px;
}
ul.viewList li span {
    display: block;
    width: 100%;
    max-width: calc(100% - 200px);
}
.dflex.fullrow {
    justify-content: flex-start;
    gap: 1px;
    margin: 0;
    padding: 1px;
    background-color: #eeeeee;
}
.dflex.fullrow label.label-field {
    width: 100%;
    max-width: 250px;
    background-color: #6699cc;
    padding: 7px;
    font-size: 16px;
    letter-spacing: 0.3px;
} 
.col-wdth {
    width: 100%;
    max-width: 250px;
    background-color: #e2e8e9;
    padding: 5px;
    vertical-align: middle;
    line-height: 20px;
}
.col-edit-wdth {
    width: 100%;
    max-width: calc(100% - 500px);
    padding: 3px;
}
.col-edit-wdth input[type="text"] {
    width: 100%;
    padding: 5px;
}
.col-edit-wdth select {
    width: 100%;
    padding: 7px;
    max-width: 250px;
}
.col-edit-wdth select option {
    background-color: gray;
    color: #ffffff;
    padding: 5px;
}
.col-edit-wdth select option:nth-child(1) {
    background-color: #00b050;
}
.col-edit-wdth select option:nth-child(2) {
    background-color: #ff00ff;
}
.col-edit-wdth select option:nth-child(3) {
    background-color: #ff3300;
}
.col-edit-wdth textarea {
    width: 100%;
    max-width: 600px;
    resize: none;
    height: 70px;
}
form.tool-edit .col-edit-wdth textarea {
    max-width: 100%;
}
.col-edit-wdth.flex-end {
    justify-content: space-between; 
}
.dflex.justify-bet input.update-tool, input.update-tool{
    width: 120px;
    background-color: red;
    border: none;
    box-shadow: 0px 1px 2px #000;
    margin-right: 10px;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bree Serif';
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
}
.dflex.justify-end.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #eeeeee;
    padding: 12px;
}
.dflex.justify-end.btn > input.update-tool {
    margin-right: 0;
}
ul.profile-info {
    padding: 2rem;
    max-width: 45%;
    margin: 0;
    width: 100%;
    box-shadow: 0px 1px 7px -1px #000;
}
h1.welcome-usr-name {
    font-size: 1.75rem;
    line-height: 2rem;
    display: block;
    font-family: 'Bree Serif', serif;
    text-align: center;
    padding: 1rem;
}
ul.profile-info li.dflex {
    gap: 1rem;
    justify-content: space-between;
    padding: 7px;
    border-bottom: dotted 1px #ccc;
}
.password-container {
    max-width: 50%;
    margin: 0;
    box-shadow: 0px 1px 7px -1px #000;
    padding: 1rem;
}
.password-container label.label-field {
    font-size: 16px;
}
.password-container .dflex.justify-bet input {
    max-width: 350px;
}
.password-container .dflex.justify-bet input#cpassword {
    background-color: #eeeeee;
    box-shadow: none;
    border: solid 1px #9d9d9d;
}
span.password-hint {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 1rem;
    text-align: center;
    letter-spacing: 0.5px;
    color: #4766ff;
    font-family:  'Bree Serif', serif;
}
.dflex.profilepage.justify-bet {
    margin: 2rem 0;
    align-items: stretch;
}
.password-container input.password-change-btn {
    max-width: 200px;
    margin-bottom: 10px;
}
p.allerr {
    color: red;
    font-family: 'Bree Serif', serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-style: italic;
}
p.allerr span {
    display: block;
    width: 100%;
}
.PRD {
    background-color: #00b050;
    color: #ffff27;
    border-color: #000000;
}
.SDT {
    background-color: #ff00ff;
    color: #fff;
    border-color: #000000;
}
.UDT {
    background-color: #ff3300;
    color: #fff;
    border-color: #000000;
}
.NST {
    background-color: gray;
    color: #ffffff;
}
.PMS {
    background-color: #93233d !important;
}
@keyframes blinking {
    0% {
        background-color: #93233d; 
    }
    20% {
        background-color: #93233d; 
        /*background-color: #FFA500;*/
    }
}
.PMS_blink { 
    animation: blinking 2s infinite;
}


a.goback {
    display: inline-block;
    float: right;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 14px;
    background-color: #e92026;
    border-radius: 3px;
}
a.goback:hover {
    background-color: #4766ff;
}
table.tool-history,
table.material-result,
table.search-tool-history {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-variant: tabular-nums;
}
table.tool-history td, 
table.tool-history th,
table.search-tool-history th,
table.search-tool-history td {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
table.tool-history tbody td {
    font-size: 13px;
    max-width: 450px;
    padding: 7px;
    word-break: break-word;
}
table.tool-history tr:nth-child(even),
table.material-result tr:nth-child(even),
table.search-tool-history tr:nth-child(even){
    background: #D0E4F5;
}
table.material-result {
    width: 100%;
}
table.tool-history thead,
table.material-result thead,
table.search-tool-history thead{
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
    z-index: 9999;
    position: relative;
}
table.tool-history thead th,
table.material-result thead th,
table.search-tool-history thead th {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
    line-height: 26px;
    padding: 5px;
}
table.tool-history thead th:first-child,
table.material-result thead th:first-child,
table.search-tool-history thead th:first-child{
    border-left: none;
}
table.tool-history tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}
table.tool-history tfoot td {
    font-size: 14px;
}
table.tool-history tfoot .links {
    text-align: right;
}
table.tool-history tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}
table.tool-view tbody td {
    padding: 7px;
    max-width: 260px;
}
table.search-tool-history thead th{
    min-width: 90px;
}
table.search-tool-history tr td{
    padding: 7px;
}
table.tool-view tbody td.smallfont {
    font-size: 13px;
}
.modules.dflex.top .moduleName {
    background-color: #ffffff;
} 
.modules.dflex table.tool-view td {
    max-width: 250px;
    min-width: 174px;
}
.user-profile a.usr {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 2.75rem;
    color: #000;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: top 5px center;
    background-size: auto 25px;
    padding: 2rem 10px 7px 10px;
    margin: 0 0 0 10px;
    width: 80px;
    text-align: center;
}
.user-profile a.usr.usr-logout {
    background-image: url('assets/imgs/logout.png');
    color: #e92026;
}
.user-profile a.usr.usr-profile{ 
    background-image: url('assets/imgs/user.png');
    color: #4766ff;
}
.user-profile a.usr.usr-login{ 
    background-image: url('assets/imgs/login.png');
}
h3.welcomeusr {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'Bree Serif', serif;
    letter-spacing: 0.3px;
    color: #7b7b7b;
}
h3.welcomeusr strong {
    font-style: italic;
    font-weight: 200;
    margin-left: 9px;
    letter-spacing: 0.5px;
    color: #111111;
}

.dflex.moduleslist {
    justify-content: space-between;  
}
.dflex.moduleslist .modules p {
    display: block;
    width: 100%;
    border: solid 1px;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.dflex.moduleslist .modules p.dflex.childlist {
    justify-content: flex-start;
    padding: 0 1px;
    display: flex;
    gap: 1px;
    position: relative;
    margin-top: 0;
    border: none;
}
.dflex.moduleslist .modules p.childlist.lp-list.dflex {
    margin-top: 1px; 
    margin-bottom: 1px;
}
.dflex.moduleslist .modules p.dflex.childlist:empty {
    margin: 0;
    display: none;
    position: absolute;
    left: -99999999px;
    z-index: -999999;
}
.dflex.moduleslist .modules p.dflex.childlist span {
    display: block;
    padding: 5px;
    font-size: 12px;
    font-family: 'Mulish';
    width: 100%;
    text-align: center;
    position: inherit;
    white-space: pre;
}
.dflex.moduleslist .modules p.dflex.childlist span.hoverpmtype {
    min-width: 200px;
    left: calc(50% - 100px);
    z-index: 9999;
}
ul.colorStatus {
    margin-right: 0;
    margin-left: auto;
    width: 80px;
    position: absolute;
    bottom: 1rem;
    right: 0;
}
ul.colorStatus li.dflex {
    justify-content: space-between;
    border: solid 1px #333;
    margin: 1px 0;
    align-items: center;
}
ul.colorStatus li.dflex label {
    width: 40px;
    display: block;
    text-align: center;
    font-family: 'Bree Serif', serif;
}
ul.colorStatus li.dflex span {
    display: block;
    width: calc(100% - 40px);
    padding: 10px;
}
span.hidelink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: none;
}
span.hidelink.editbtn {
    background-color: #e92026;
}
span.hidelink.editbtn:hover {
    background-color: #4766ff;
}
span.PMs {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-left: dotted 1px #ccc;
    color: #fff;
    font-size: 10px !important;
    line-height: 28px;
    background-color: #00b050;
}
span.PMs a {
    font-size: 0;
    background-size: 12px auto;
    position: absolute;
    background-repeat: no-repeat;
    display: none;
}
span.PMs a.edit-tool {
    right: 22px;
    width: 15px;
    top: 5px;
}
span.PMs a.view-history {
    right: 0;
    width: 15px;
    top: 5px;
}
span.PMs:hover a {
    display: block;
}
span.PMs:hover {
    background-color: rgba(0,0,0,0.75);
    font-size: 0 !important;
}
span.hidelink a {
    font-size: 0;
    display: block;
    width: 40px;
    height: 100%;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin: 0;
    background-position: center;
}
.dflex.moduleslist .modules p.dflex.childlist span.hidelink {
    width: 100%;
    position: absolute;
    display: none;
}
.dflex.moduleslist > .modules > p:hover > span.hidelink {
    display: block;
}
.dflex.moduleslist > .modules > p:hover > span.hidelink,
.dflex.moduleslist .modules p.dflex.childlist span:hover > span.hidelink {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dflex.moduleslist .modules {
    min-width: 160px;
    position: relative;
    background-color: #fffffd;
}
span.red.err {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: red;
    line-height: 25px;
}
.ptitle.home{
    text-align: center;
}
h1.welcome-usr-name a.goback {
    background-color: #e92026;
}
h3.welcomeusr i {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    color: #0000ff;
}
table.tool-history thead th:nth-child(1),
table.tool-history thead th:nth-child(2){
  width: 90px;
}

table.tool-history thead th:nth-child(3) {
  width: 500px;
}

table.tool-history thead th:nth-child(4) {
  width: 200px;
}

table.tool-history thead th:nth-child(5) {
  width: 200px;
}
ul.dflex.projects-list {
    width: 100%;
    padding: 2rem;
    background-color: #f5f5f5;
    justify-content: center;
    gap: 1rem;
}
ul.dflex.projects-list li {
    width: 200px;
    position: relative;
}
ul.dflex.projects-list li a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px -3px #000000;
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Bree Serif', serif;
    transition: 1s;
}
ul.dflex.projects-list li.KACST a {
    background-color: #e92026;
}
ul.dflex.projects-list li.SCL a {
    background-color: #4766ff;
}
ul.dflex.projects-list li a:hover {
    box-shadow: none;
    transition: 1s;
}
span.red{
    color: red;
    font-family: 'Bree Serif', serif;
}
.text-center{
    text-align: center;
}
.p1{
    padding: 1rem;
}
.p2{
    padding: 2rem;
}
.mt12{
    margin-top: 12px;
}
.dblock{
    display: block;
}
a.req.material {
    text-decoration: none;
    font-family: 'Bree Serif', serif;
    border: solid 1px;
    padding: 7px 9px;
    line-height: 22px;
    letter-spacing: 1px;
    background-color: #e92026;
    color: #ffffff;
    font-size: 14px;
    border-radius: 7px;
    transition: 1s;
}
a.req.req-btn.material {
    position: absolute;
    left: 100.5%;
    width: 150px;
}
a.req.req-btn.material.Report {
    top: 3rem;
}
a.req.req-btn.material.STORE {
    top: 5px;
}
a.req.req-btn.material.backuphistory {
    top: 132px;
}
a.req.material:hover, ul.rightbtns li a:hover{
    transition: 1s;
    background-color: #4766ff;
}
ul.rightbtns {
    position: absolute;
    top: 65px;
    right: 0;
}
ul.rightbtns li {
    display: block;
    position: relative;
    width: 100%;
    margin: 2px 0;
}
ul.rightbtns li a {
    text-decoration: none;
    font-family: 'Bree Serif', serif;
    border: solid 1px;
    padding: 7px 9px;
    line-height: 22px;
    letter-spacing: 1px;
    background-color: #e92026;
    color: #ffffff;
    font-size: 14px;
    border-radius: 7px 0 0 7px;
    transition: 1s;
    width: 100%;
    display: block;
}
ul.rightbtns li.active a {
    background-color: #4766ff;
}
p.form-input {
    width: 29%;
}
label.srchinput {
    font-size: 16px;
    width: 80px;
    display: inline-block;
    text-align: right;
    font-family: 'Bree Serif', serif;
    letter-spacing: .5px;
}
p.form-input input[type="text"] {
    width: 100%;
    max-width: calc(100% - 85px);
}
.dflex.justify-bet input.srvhmatreq {
    padding: 8px 24px;
    font-family: 'Bree Serif', serif;
    background-color: red;
    border: solid 1px #f00;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 1px 2px #000;
    transition: 1s;
}
.dflex.justify-bet input.srvhmatreq:hover {
    background-color: #4766ff;
    transition: 1s;
    border-color: #4766ff;
}
.leftside {
    width: 25%;
    background-color: #f5f5f5;
}
.leftside label {
    font-weight: 500;
    font-family: 'Bree Serif';
    letter-spacing: 1px;
    font-size: 1rem;
}
p.dflex.justify-bet.align-center.pad-lr {
    border-bottom: dotted 1px #333;
    padding: 10px;
}
.rightside.dflex {
    width: 73%;
    align-items: flex-start;
}
.rightside .box {
    width: 49%;
}
.rightside .box h2 {
    background-color: #4766ff;
    padding: 7px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Bree Serif', serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
ul.info {
    padding: 5px 0;
}
ul.info li {
    margin-bottom: 5px;
    border-bottom: dotted 1px;
    padding: 9px;
    background-color: #f9f9f9;
}
ul.info li:nth-child(odd) {
    background-color: #efefef;
}
ul.info li label {
    font-family: 'Bree Serif', serif;
    letter-spacing: .3px;
    font-size: 15px;
    margin-right: 10px;
}
.leftside img {
    width: 100%;
    cursor: zoom-in;
}
a.view-full.btn {
    text-decoration: none;
    background-color: red;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    border-radius: 4px;
    transition: 1s;
    white-space: pre;
    font-weight: 500;
}
a.view-full.btn:hover {
    background-color: #4766ff;
    transition: 1s;
    border-color: #4766ff;
}
table.material-result thead th {
    min-width: 60px;
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    color: white;
    font-weight: 500 !important;
}
table.material-result thead th.wdthM {
    min-width: 100px;
}
table.material-result thead th.wdthL {
    min-width: 130px;
}
.new-request-sec form.new_request label {
    display: block;
    font-family: 'Bree Serif', serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
}
.new-request-sec form.new_request input[type="text"]{
    width: 100%;
    padding: 10px;
}
.new-request-sec form.new_request textarea{
    width: 100%;
    padding: 10px;
    resize: none;
    height: 120px;
}
.new-request-sec form.new_request select{
    width: 100%;
    max-width: 300px;
    padding: 10px;
}
.new-request-sec form.new_request input[type="submit"]{ 
    background-color: #e92026;
    border: none;
    box-shadow: 0px 1px 2px #000; 
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bree Serif';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    transition: 1s;
}
.new-request-sec form.new_request input[type="submit"]:hover{
    background-color: #4766ff;
    transition: 1s;
    border-color: #4766ff;
}
.left-sidebar{
    width: 100%; 
    box-shadow: 0px 5px 12px -4px #000;
    padding: 1rem;
    background-color: #e3e3e3;
    margin-top: 2rem;
}
ul.links {
    list-style: none;
    padding: 7px;
    margin: 0;
    background-color: #f1f1f1;
}
ul.links li {border-bottom: dashed 1px;margin: 5px 0;}
ul.links li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    background-color: #e92026;
    display: block;
    text-align: center;
    padding: 7px;
    color: #ffffff;
    font-family: 'Bree Serif';
    letter-spacing: 1px;
    transition: 1s;
}
table.material-result th.wdthM {
    min-width: 120px;
}
table.material-result a.req-btn {
    width: 27px;
    display: inline-block;
    height: 27px;
    background-repeat: no-repeat;
    border: solid 1px #ccc;
    font-size: 0;
}
table.material-result a.req-btn.btn-view {
    background-image: url('assets/imgs/view.png');
    background-size: 20px auto;
    background-color: #4766ff;
    background-position: center;
}
table.material-result a.req-btn.btn-edit {
    background-image: url('assets/imgs/edit.png');
    background-size: 16px auto;
    background-color: #4766ff;
    background-position: center;
}
table.material-result a.req-btn.btn-delete {
    background-image: url('assets/imgs/delete.png');
    background-size: 16px auto;
    background-color: #e92228;
    background-position: center;
}
ul.request-info li {
    border: solid 1px #cccccc;
    padding: 0;
    margin: 1px 0;
    align-items: stretch;
}
ul.request-info li strong {
    display: block;
    width: 100%;
    max-width: 170px;
    background-color: #ebefff;
    padding: 1rem;
    margin-right: 7px;
    color: #000;
    font-family: 'Bree Serif', serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}
ul.request-info li span {
    display: block;
    width: 100%;
    max-width: calc(100% - 180px);
    padding: 1rem;
}
table.material-result thead th.maxWdth {
    width: 320px;
}
table.material-result tbody td {
    padding: 10px;
    font-family: 'Mulish';
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 18px;
}
.edit-request-sec label {
    display: block;
    width: 100%;
    font-family: 'Bree Serif', serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
}
.edit-request-sec input[type="text"] {
    padding: 10px;
    width: 100%;
}
.edit-request-sec textarea {
    width: 100%;
    resize: none;
    height: 120px;
    padding: 10px;
}
.edit-request-sec select.form-control {
    width: 300px;
    padding: 10px;
}
.edit-request-sec span#delete-doc {
    width: 40px;
    height: 35px;
    border: solid 1px #ccc;
    display: inline-block;
    font-size: 0;
    background-image: url('assets/imgs/delete.png');
    background-color: red;
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.edit-request-sec p.dflex {
    width: 100%;
    gap: 10px;
    align-items: center;
    margin-top: 1rem;
}
.edit-request-sec {
    background-color: #eeeeee;
    border-radius: 5px;
    border: solid 1px #cccccc;
}
.edit-request-sec input.add-req.btn {
    padding: 7px 12px;
    font-family: 'Bree Serif', serif;
    background-color: #e92026;
    border-color: #e92026;
    box-shadow: 0 3px 6px -3px #000;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 16px;
    transition: 1s;
    border-radius: 5px;
    cursor: pointer;
}
.edit-request-sec input.add-req.btn:hover {
    background-color: #4766ff;
    border-color: #4766ff;
    box-shadow: 0 1px 2px -1px #000;
    transition: 1s;
}
.w100.text-right {
    text-align: right;
} 
select#TSfilter,
select#modulefilter {
    padding: 5px;
    color: #ffffff;
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border: none;
}
select#TSfilter option,
select#modulefilter option {
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    color: #fff;
    background-color: #3d83b1;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
}
select#qtstatus {
    color: #ffffff;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 5px;
}
select#qtstatus option {
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    color: #fff;
    background-color: #3d83b1;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
}

/*
*  Tools Reports
*/
form.tools-filters .dflex.w100.justify-bet{
    gap: 1.25rem;
}
form.tools-filters .dflex.w100.justify-bet select, 
form.tools-filters .dflex.w100.justify-bet input {
    padding: 9px 10px;
    width: 100%;
    max-width: 100%;
    font-family: 'Bree Serif';
    font-size: 15px;
    letter-spacing: .3px;
    color: #000000;
    font-weight: 300;
    border: solid 1px #4766ff;
}
form.tools-filters.w100 {
    padding: 1rem;
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
}
   form.tools-filters .dflex.w100.justify-bet input.srvhmatreq {
       color: #ffffff;
       letter-spacing: 1px;
       padding: 9px 1.275rem;
       border-radius: 3px;
   }
   form.tools-filters .dflex.w100.justify-bet input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     font-family: 'Bree Serif';
       font-size: 15px;
       letter-spacing: .3px;
       color: #000000;
       font-weight: 300;
  }
  form.tools-filters .dflex.w100.justify-bet input::-moz-placeholder { /* Firefox 19+ */
     font-family: 'Bree Serif';
       font-size: 15px;
       letter-spacing: .3px;
       color: #000000;
       font-weight: 300;
  }
  form.tools-filters .dflex.w100.justify-bet input:-ms-input-placeholder { /* IE 10+ */
     font-family: 'Bree Serif';
       font-size: 15px;
       letter-spacing: .3px;
       color: #000000;
       font-weight: 300;
  }
  form.tools-filters .dflex.w100.justify-bet input:-moz-placeholder { /* Firefox 18- */
     font-family: 'Bree Serif';
       font-size: 15px;
       letter-spacing: .3px;
       color: #000000;
       font-weight: 300;
  }
div#historyResult p{
    padding: 1rem;
    text-align: center;
}
ul.os-pagination {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}
ul.os-pagination li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    background-color: #4766ff;
    width: 30px;
    display: flex;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
ul.os-pagination li a:hover,
ul.os-pagination li.currentpage a{
    background-color: #e92026;
}
/*
* END Tools Reports
*/
div#resetmsg {
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4766ff;
    font-size: 1rem;
    line-height: 1.27rem;
    background-color: #ffffff;
    padding-bottom: 10px;
}
.dflex.moduleslist .modules.m-1 p.childlist.lp-list.dflex,
.dflex.moduleslist .modules.m-2 p.childlist.lp-list.dflex,
.dflex.moduleslist .modules.m-3 p.childlist.lp-list.dflex,
.dflex.moduleslist .modules.m-4 p.childlist.lp-list.dflex, 
.dflex.moduleslist .modules.m-8 p.childlist.lp-list.dflex {
    margin-top: 0;
    border-bottom: solid 1px #ffffce;
    margin-bottom: 0;
}
.dflex.moduleslist .modules.m-5 p.childlist.lp-list.dflex,
.dflex.moduleslist .modules.m-7 p.childlist.lp-list.dflex { 
    border-bottom: solid 1px #ffffce;
    margin-bottom: 0;
}
 
.dflex.moduleslist .modules.m-5 p.childlist.lp-list.dflex:last-child,
.dflex.moduleslist .modules.m-5 p.childlist.lp-list.dflex:nth-last-child(2), 
.dflex.moduleslist .modules.m-6 p.childlist.lp-list.dflex:last-child,
.dflex.moduleslist .modules.m-6 p.childlist.lp-list.dflex:nth-last-child(2),
.dflex.moduleslist .modules.m-7 p.childlist.lp-list.dflex:last-child,
.dflex.moduleslist .modules.m-7 p.childlist.lp-list.dflex:nth-last-child(2){
    margin-top: 0 !important;
}

form.img_doc_form.w100 p.dflex input.form-control {
    max-width: calc(100% - 170px);
}
form.img_doc_form.w100 p.dflex  label {
    width: 150px;
}
span.delfile {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('assets/imgs/delete.png');
    background-color: red;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}
div#maskArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 9999;
    display: none;
    cursor: pointer;
    transition: 2s;
    transition-delay: .2s;
    transition-duration: 5s;
    cursor: zoom-out;
}
div#maskArea .popup {
    width: 800px;
    height: 600px;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    position: fixed;
    margin-top: -300px;
    z-index: 99999;
    cursor: auto;
}
form#img_doc_form {
    padding: 10px;
    position: relative;
}
div#maskArea .popup img{width: 100%;}
form.img_doc_form label {font-family: 'Bree Serif', serif;}
form.img_doc_form input[type="file"] {
    max-width: 220px;
}
a.downloadfile {
    width: 30px;
    height: 30px;
    font-size: 0;
    border: solid 1px #ccc;
    background-image: url('assets/imgs/download.webp');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
    display: inline-block; 
}
.topsec a.downloadfile {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: #fff;
    z-index: 999;
}
a.downloadfile:hover {
    backdrop-filter: sepia(1);
    background-color: #abb7ed;
}
.topsec {
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 100%;
}
.pad-lr{
    padding-left: 10px;
    padding-right: 10px;
}
.topsec span.delfile {
    right: 7px;
    bottom: 7px;
}
.leftside input.upload-doc.btn {
    margin: auto;
    display: block;
    background-color: #4766ff;
    color: #fff;
    border-color: #4766ff;
    cursor: pointer;
}
.leftside input.upload-doc.btn:hover {
    border-color: transparent;
    background-color: #e92026;
}
ul.info li.qty-0 {
    color: red;
}
form.addnew.w100 {
    display: flex;
    flex-wrap: wrap;
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    padding: 10px;
    gap: 1rem;
}
form.addnew.w100 p.form-input.dflex {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px;
}
form.addnew.w100 p.form-input.dflex select,
form.addnew.w100 p.form-input.dflex input {
    width: 100%;
    padding: 10px;
    max-width: 100%;
    margin-top: 5px;
}
div#qtynew, div#qtyin, div#qtyout {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
}
form.addnew.w100 div#qtynew p.form-input.dflex label, form.addnew.w100 div#qtyin p.form-input.dflex label, form.addnew.w100 div#qtyout p.form-input.dflex label{
    display: block;
    min-height: 7px;
}
div#qtynew textarea, div#qtyin textarea, div#qtyout textarea{
    resize: none;
    height: 60px;
    display: block;
    width: 100%;
}
div#qtynew input[type="file"], div#qtyin input[type="file"], div#qtyout input[type="file"]{
    color: #ffffff;
}
form.addnew.w100 p.form-input.dflex label{
    display: inline-block;
    font-family: 'Bree Serif';
    color: #eaff77;
    letter-spacing: 0.5px;
}
a.req.req-btn.material.qtyinout {
    top: 90px;
}
form.addnew.w100 p.form-input.dflex input#add_mrew {
    background-color: #e92026;
    color: #ffffff;
    border-color: #e92026;
    cursor: pointer;
}
form.addnew.w100 p.form-input.dflex input#add_mrew:hover {
    background-color: red;
}
div#qtyin:empty, div#qtyout:empty {
    display: none;
}
.flex-end {
    justify-content: end;
}
a.edit-material {
    width: 150px;
    background-color: #e92026;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Bree Serif';
    box-shadow: 0 2px 6px -1px #000; 
    border-radius: 4px;
    transition: 1s;
}
a.edit-material:hover {
    background-color: #4766ff;
    border-color: #4766ff;
    box-shadow: none;
    transition: 1s;
}
p.from-input.dflex.w100.justify-bet {
    border: solid 1px #a2acda;
    padding: 1rem;
    margin: 1rem 0;
    align-items: center;
}
p.from-input.dflex.w100.justify-bet textarea {
    width: 100%;
    resize: none;
    height: 120px;
    padding: 10px;
}
p.from-input.dflex.w100.justify-bet input[type="text"] {
    width: 100%;
    max-width: 1250px;
    padding: 10px;
}
p.from-input.dflex.w100.justify-bet select{
    max-width: 350px;
    width: 100%;
    padding: 10px;
}
p.from-input.dflex.w100.justify-bet label {
    font-family: 'Bree Serif';
    font-size: 1rem;
}
form#editmaterialdetail {
    padding: 2rem;
    background-color: #e9edff;
    margin: 1rem 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
form#editmaterialdetail > p {
    width: 100%;
    max-width: 500px;
    align-items: center;
    position: relative;
    border: solid 1px #adb2c9;
    padding: 10px;
    box-shadow: 1px 7px 15px -5px #3b8fc7;
}
form#editmaterialdetail > p:hover {
    background-color: #ffffff;
}
form#editmaterialdetail > p input,
form#editmaterialdetail > p textarea{
    width: 100%;
}
form#editmaterialdetail > p textarea{
    resize: none;
}
form#editmaterialdetail > p label{
    font-family: 'Bree Serif';
    width: 180px;
}
form#editmaterialdetail > p select {
    padding: 10px;
    width: 180px;
}
span.materialImg {
    display: flex;
    width: 100px;
}
table.tool-view.history {
    max-width: 100%;
}
table.tool-view.history th {
    min-width: 130px;
    font-size: 14px;
}
div#material_result span.hidelink {
    position: relative;
    background: none;
    display: flex;
    justify-content: space-between;
}
div#material_result span.hidelink a {
    height: 25px;
    background-color: red;
    width: 40px;
    border-radius: 25px;
}
div#material_result span.hidelink a:hover {
    background-color: #4766ff;
}
form.addnew.w100.qty-out {
    background: #ca3845;
    background: linear-gradient(to bottom, #e92026 0%, #5593bd 66%, #226b9b 100%);
}
form.addnew.w100.qty-new{
    background: #f95e6b;
    background: linear-gradient(to bottom, #f36166 0%, #5593bd 86%, #226b9b 100%);
}
table.tool-view tbody tr.QTY-OUT {
    background-color: #fff4f4;
}
table.tool-view tbody tr.QTY-IN {
    background-color: #dee2fb;
}
span.success.pinbox {
    position: relative;
    width: 380px;
    padding: 1rem;
    box-shadow: 0 1px 10px 1px #648964;
    margin: 1rem auto;
    text-align: center;
    background-color: #005000;
    color: #e0ff94;
    display: block;
    letter-spacing: 1px;
}
img.thumbnail-img {
    max-height: 50px;
    width: auto;
    position: relative;
}
span.dimgwraper.dflex.align-center.gap1 {
    max-width: 220px;
    width: 100%;
}
form.addnew.w100 p.form-input.dflex label.dflex {
    display: flex;
}
form.addnew.w100 p.form-input.dflex label.dflex span#aviQty {
    font-size: 12px;
    display: inline-block;
}
td.OUT {
    background-color: #ffb8b8;
}
td.IN {
    background-color: #bee3be;
}
td.NEW {
    background-color: #a7cba7;
}
a.req.req-btn.material.backupdetails {
    top: 90px;
}
td.YES {
    color: #fff;
    background-color: #115405;
}
td.NO {
    background-color: #640909;
    color: #fff;
}
form.tools-backup.tools-filters.w100 {
    margin: 1rem 0;
}
form.tools-backup.tools-filters.w100 .dflex.w100.justify-bet {max-width: 900px;}
form.tools-backup.tools-filters.w100 .dflex.w100.justify-bet p.form-input {
    width: 45%;
}
div#backupdetail-div {
    position: relative;
    width: 100%;
    display: block;
}
span.outbtn {
    cursor: pointer;
    border: dashed 1px #f00;
    padding: 7px;
    border-radius: 4px;
    color: darkblue;
    font-family: 'Bree Serif';
    letter-spacing: 2px;
}
.maskarea {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 99999;
    display:none;
}
.maskarea .popup {
    width: 600px;
    background-color: #ffffff;
    height: 460px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -300px;
    padding: 1rem;
}
p.dflex.w100.justify-bet label.dflex {
    width: 100%;
    font-weight: bold;
    justify-content: space-between;
    border: solid 1px #ccc;
    padding: 10px;
}
p.dflex.w100.justify-bet {
    margin: 10px 0;
    align-items: center;
    gap: 10px;
}
p.dflex.w100.justify-bet label.dflex span {
    font-weight: normal;
    font-family: 'Mulish';
}
textarea#outremarks {
    width: 100%;
    resize: none;
    height: 60px;
    border-color: #cccccc;
}
p.dflex.w100.justify-bet label {
    font-family: 'Mulish';
    font-weight: bold;
}
input#outbtn {
    background-color: red;
    border: none;
    box-shadow: 0 2px 8px -1px #000;
    padding: 5px 12px;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Bree Serif';
    line-height: 24px;
    letter-spacing: 1px;
    border-radius: 4px;
}
ul.bkp-locations-list.dflex {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    padding: 15px;
}
ul.bkp-locations-list.dflex li {
    width: 100%;
    padding: 0;
    border: solid 1px #8d97c7;
    max-width: 170px;
    background-color: #e2e7ff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Mulish';
}
ul.bkp-locations-list.dflex li:hover {
    background-color: #6c80e3;
    color: #fff;
}
form#diskbkpin .dflex.w100.justify-bet {
    flex-wrap: wrap;
    gap: 1rem;
}
form#diskbkpin .dflex.w100.justify-bet p.form-input {
    width: 100%;
    max-width: 300px;
    position: relative;
}
p.remarks-ptag {
    width: 100%;
}
p.remarks-ptag label, form#diskbkpin .dflex.w100.justify-bet p.form-input label {
    display: block;
    width: 100%;
    font-family: 'Bree Serif';
    color: #ffed99;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
p.remarks-ptag textarea#remarks {
    width: 100%;
    resize: none;
    height: 80px;
    font-family: 'Bree Serif';
}
div#hddhtml, div#imghtml {
    gap: 1rem;
}
div#imghtml:empty, div#hddhtml:empty {
    display: none;
}
span#dhtml {
    position: absolute;
    left: 1px;
    top: 64px;
    background-color: #ffffff;
    width: calc(100% - 2px);
    margin: auto;
    box-shadow: 0px 3px 6px -2px #000000;
    z-index: 9999;
}
span#dhtml span.w100 {
    display: block;
    padding: 3px 7px;
    border-bottom: dotted 1px;
    max-width: 98%;
    margin: auto;
    cursor: pointer;
}
.PLACED {
    background-color: red;
    color: #ffffff;
}
ul.bkp-locations-list.dflex li span.locname {
    display: block;
    padding: 3px;
}
.EMPTY {
    background-color: green;
    color: #ffffff;
}
ul.bkp-locations-list.dflex li span.dflex.w100 {
    justify-content: space-between;
    gap: 7px;
    padding: 3px 5px;
    border-bottom: dashed 1px #cccccc;
}
.bold {
    font-weight: bold;
}
ul.location-chart {
    position: absolute;
    width: 120px;
    bottom: 10px;
    right: 100%;
}
ul.location-chart li {
    padding: 5px;
}
td.BOTH {
    background: #121FCF;
    background: linear-gradient(180deg, #CF1512 25%, #121FCF 80%);
    text-align: center;
    color: #ffffff;
}
td.HDD {
    background: #121FCF;
    background: linear-gradient(90deg, #121FCF 35%, #CF1512 100%);
    text-align: center;
    color: #ffffff;
}
td.IMG {
    background: #121FCF; 
    background: linear-gradient(90deg, #CF1512 35%, #121FCF 100%);
    color: #ffffff;
    text-align: center;
}
table.backup-view td.OUT {
    text-align: center;
}
i.tooltip {
    color: black;
    font-size: 1.1rem;
    display: inline-flex;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    cursor: pointer;
    position: relative;
    justify-content: center;
    transition: 1s;
}
i.tooltip:hover {
    background-color: yellow;
    transition: 1.3s;
}
span.tooltiptext {
    position: absolute;
    font-size: 13px;
    width: 250px;
    z-index: -9;
    background-color: #e92026;
    color: #fff;
    padding: 7px;
    left: 100%;
    opacity: 0;
    transition: 1.5s;
}
i.tooltip:hover span.tooltiptext {
    transition: 1.5s;
     opacity: 1;
     z-index: 99999;
}
label.childtoollabel {
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-family: 'Bree Serif';
    font-size: 1rem;
}
label.childtoollabel input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


@media(min-width: 1650px){
    .container.min-height{
        min-height: 77vh;
    }
}
@media(min-width: 1700px){
    .container.min-height{
        min-height: 78vh;
    }
}
@media(max-width: 1610px){
    .container.min-height {
        min-height: 75vh;
    }
}
@media(max-width: 1400px){
    table.tool-history thead th:nth-child(3) {
        width: 400px;
    }
}
@media(max-width: 1396px){
    .container.min-height {
        min-height: 69.5vh;
    }
}
@media (max-width: 1200px){
    .container {
        max-width: 1000px;
        overflow: auto;
    }
    .dflex.moduleslist .modules {
        min-width: 100px;
    }
    .moduleName {
        padding: 9px 5px;
        font-size: .75rem; 
    }
    .dflex.moduleslist .modules p { 
        font-size: 10px; 
    }
    .dflex.moduleslist .modules p.dflex.childlist span { 
        padding: 5px 0;
        font-size: 10px; 
    }
    table.tool-history {
        width: 1200px; 
    }
    .dflex.profilepage.justify-bet {
        padding: 1rem;
    }
    .password-container {
        max-width: 56%;
    }
    ul.profile-info {
        max-width: 42%;
    }
}

@media(max-width: 1000px){
    .dflex.moduleslist {
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
        padding: 1rem;
    }
    .dflex.moduleslist .modules {
        min-width: 160px;
    }
    form.tool-edit {
        width: 950px;
    }
    .dflex.profilepage.justify-bet {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .dflex.profilepage.justify-bet .password-container,
    .dflex.profilepage.justify-bet ul.profile-info {
        max-width: 100%;
        margin: 5px 0;
    }
}

@media(max-width: 800px){
    .container {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    form.tools-filters.w100 .dflex.w100.justify-bet {
        flex-wrap: wrap;
    }
    form.tools-filters.w100 .dflex.w100.justify-bet p.form-input {
        width: 48%;
    }
    form#qtyinoutForm {
        justify-content: space-between;
    }
    form.addnew.w100 p.form-input.dflex {
        width: 100%;
        max-width: 48%; 
    }
}

@media(max-width: 600px){
    header.app-header{
        padding: 3px 0;
    }
    img.site-logo {
        max-width: 120px;
    }
    h3.welcomeusr {
        font-size: .85rem; 
        line-height: 1rem;
    }
    h3.welcomeusr i { 
        margin-top: 5px;
        font-size: 11px; 
        line-height: 14px;
    }
    .user-profile a.usr { 
        font-size: 10px; ;
        background-size: auto 25px;
        padding: 2rem 5px 7px 5px;
        margin: 0 0 0 3px;
        width: 70px; 
    }
    .dflex.justify-bet.mtb1 {
        flex-wrap: wrap;
    }
    .dflex.justify-bet.mtb1 label.label-field {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .dflex.justify-bet.mtb1 input[type="password"] {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 500px){
    .container { 
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .dflex.justify-bet.align-center {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }
    .ptitle{font-size: 1rem;}
    img.site-logo {
        position: relative; 
        max-width: 180px;
    }
    h3.welcomeusr{width: 100%;}
    form.tools-filters.w100 .dflex.w100.justify-bet p.form-input,
    form.addnew.w100 p.form-input.dflex {
        width: 100%;
        max-width: 100%;
    }
}