﻿
:root {
    --fixedTopVal: 56px;
    --fixedBottomVal: 40px;
    --ListControlHeight: 65px;
    --tableLineHeight: 25px;
    --titleFont: 1.15rem;
    --borderLine: solid 1px #e5e5e5;
    --dialogBottom: 50px;
}

a:link, a:visited {
    color: #000;
    cursor: pointer;
}

.contentContainer, .content, .footer, .menubar, #pageTitle, #pageControl, #totalContent, .MDialog, .MDialogFoot {
    position: absolute;
    width: 100%;
}
.version,.footercontent,.badge{
    font-size:0.7rem;
}
#pageCount, #paging, .footercontent, .controlCenter, #titleContent {
    display: inline-block;
}
#pageTitle, #pageControl {
    padding: 15px;
}
.fixheadtablecontainer, .content{
    height:100%;
}
#totalContent, .contentContainer {
    top: var(--fixedTopVal);
    height: auto;
}
.footer, .MDialogFoot {
    bottom: 0;
    border-top: var(--borderLine);
}
.footer {
    /*height: var(--fixedBottomVal);*/
    text-align: center;
    padding-top:5px;
}
#totalContent {
    padding: 0px 5px 0px 5px;
    bottom: 10px;
    top:10px;
    overflow-y: auto;
}
#pageControl {
    height: var(--ListControlHeight);
    bottom: 0;
    border-top: var(--borderLine);
    display:none;
}
.lst-row, .lst-row-last {
    line-height: var(--tableLineHeight);
    vertical-align: middle;
}
.lst-row-last{
    border-bottom:none transparent;
}
.contentContainer {
    padding: 0;
    margin: 0;
    z-index:1;
    bottom: var(--fixedBottomVal);
}
.foot {
    height: var(--fixedBottomVal);
    text-align: center;
    padding-top: 5px;
}
.controlCenter {
    float: right;
    overflow: hidden;
}
.badge {
    padding: 5px;
    margin-left: 10px;
}
.fixheadtablecontainer {
    overflow: auto;
}
.fixheadtable {
    width: calc(100%-20px);
    border-collapse: separate;
    border-spacing: 0;
}
.fixheadrow {
    padding-right:20px;
    position:sticky;
    top: -1px;
    z-index: 1;
    background-color: #fff;
}
.fixheadrowcol {
    border-bottom:solid 3px black;
}
.afterSVG{
    padding-left:10px;
}
.sideDIV{
    margin:10px 0 10px 0;
}
.searchDIV {
    height: auto;
    padding-left: 10px;
}
.closeSearchbtn {
    position: absolute;
    top: 2px;
    right: 2px;
}
input[type=text], input[type=password] {
    border: none;
    border-bottom: var(--borderLine);
    border-radius: 0px;
}
.MDialog {
    top: 0;
    bottom: calc(var(--dialogBottom) + 10px);
    padding: 10px 25px 0px 35px;
    overflow: auto;
}
.MDialogFoot {
    height: var(--dialogBottom);
    text-align: right;
    padding: 8px 10px 0px 0px;
}
.authcap {
    border:solid 1px #e5e5e5;
    width:93%;
    padding:4px 0px 0px 10px;
    height:35px;
    color:#000;
}
.invPriceLst {
    position: relative;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.optionbox{
    width:100%;
    border:solid 1px black;
    margin-bottom:20px;
    padding:15px;
}
.inputrequire{
    color:firebrick;
}
.dropend .dropdown-toggle::after{
    margin-left:4em;
}
.combolist {
    border:solid 1px black;
    border-radius:0px;
    border-top:none;
}
.winclosetips {
    float: left;
    padding-left: 30px;
    font-size: 0.8rem;
    font-weight: bold;
    padding-top: 5px;
    color: #d6340f;
}
.articlelsthead, .articlelsname, .articlelsop {
    border: solid 1px black;
    font-size: 0.8rem;
}
.articlelsop {
    cursor: pointer;
    font-size: 1rem;
}
.articlelsname {
    background-color: #e9ecef;
    font-weight: bold;
    width: 70%;
    text-align: left;
    padding-left: 5px;
}
.totalrow{
    font-weight:bold;
    font-size:0.8rem;
    width:100%;
    display:none;
    margin-top:15px;
}
.rootmenu_tips, .submenu_tips {
    width: 10px;
    height: 10px;
    display: none;
}
.rootmenu_tips {
    margin-top: 5px;
}
.submenu_tips {
    left:8px;
    top:16px;
}
.status_tips {
    font-size: 0.8rem;
    float: left;
    padding-left: 25px;
    padding-top: 7px;
    font-weight: bold;
}
.panelTips {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}
.panelTitle {
    margin-left: 15px;
    font-weight: bold;
    font-size: 1.1rem;
}
.panelNumber {
    padding: 2px 5px 2px 5px;
    background-color: #f7f7f7;
    margin-right: 5px;
    font-weight: bold;
    font-size: 0.85rem;
}
.searcher {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}