html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 0.6em; /* 12px; */
    background-color: #f0f0f0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

.wsPage {
    /*max-width: 1024px; */
    margin: auto;
    background-color: #ffffff;
}

  .wsPage .wsHeader {
      clear: both;
      font-size: 1.5em;
      height: 100px;
      line-height: 1.5em;
      background-image: url("/images/wsBanner.png");
      background-repeat: no-repeat;
      background-size: 1900px 100px;
      padding: 5px;
  }
    .wsPage .wsHeader-s {
        background-color: #c0d3ed;
        height: 50px;
        margin: 0px;
        padding: 10px 5px 5px 5px;
        text-align: center;
        font-weight:bold;
    }

   .wsPage .wsHeader .wsSysInfo {
       float: right;
       font-weight: bold;
   }
    .wsPage .wsHeader .wsSignOut {
        float: right;
    }

    .wsPage .wsMenu {
        clear: both;
        font-size: 2em;
        line-height: 2em;
        background-image: url("/images/wsMenuBg.png");
    }

        .wsPage .wsMenu .dropdown-toggle {
            padding-top: 0px;
            padding-bottom: 0px;
            border-width: 0px;
            color: inherit;
            text-decoration: none;
        }

            .wsPage .wsMenu .dropdown-toggle:hover {
                background-color: #ffffff;
            }

    .wsPage .wsPath {
        clear: both;
        font-size: 1.5em;
        line-height: 1.5em;
        /* margin-top: 30px;*/
        padding: 0px 0px 0px 0px;
    }

    .wsPage .wsContent {
        clear: both;
        font-size: 2em;
        line-height: 2em;
        margin-bottom: 50px;
        min-height: 666px; /*WITHOUT FOOTER: min-height: 616px;*/
        margin-top: 20px;
        padding: 0px 10px 0px 10px;
    }

    .wsPage .wsFooter {
        clear: both;
        font-size: 1em;
        /* line-height: 1em;*/
        font-weight: bold;
        text-align: center;
        background-color: #c0d3ed;
        padding: 10px;
        /*height: 50px; /*WITHOUT FOOTER: height: 76px;*/
    }

    .wsPage .wsFooter p span {
        margin-right: 20px;
    }

    .wsPage .wsFooter p span:last-child {
        margin-right: 0px;
    }

    /*Fieldset*/
    .wsFieldset {
        margin: auto;
        border-width: 2px;
        border-color: #ccc;
        border-style: solid;
        padding: 0.5rem;
        /*width: 950px;*/
    }

    .wsFieldset .form-control {
        margin-right: 0.5rem;
    }

.wsLegend {
    margin-left: 15px;
    display: block;
    width: auto;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.2em;
    border-bottom: none;
}
/*Table*/
.wsTableBtn {
    text-align: right;
    margin-bottom: 10px;
}

.dt-buttons a {
    margin-left: 5px;
    padding: 5px;
}

.wsTable thead input[type="checkbox"], .wsTable tbody input[type="checkbox"], .wsTableWithTool input[type="checkbox"] {
    width: 24px;
    height: 24px;
}

.wsTable thead tr, .wsTableWithTool thead tr {
    background-color: #CAC9C6;
}

.wsTable tfoot {
    display: table-header-group;
}

    .wsTable tfoot tr th {
        padding: 1px;
    }

    .wsTable tfoot tr input {
        width: 100%;
        height: 32px;
        padding: 3px;
        box-sizing: border-box;
    }

.wsTable .wsBtnViewer,
.wsTable .wsBtnDelete,
.wsTable .wsBtnEdit,
.wsTable .wsBtnDownload,
.wsTable .wsBtnSetting,
.wsTable .wsBtnDetail,
.wsTable .wsBtnLink,
.wsTable .wsBtnImgType {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.wsTable .wsBtnViewer {
    background-image: url("/images/wsViewer.png");
}

.wsTable .wsBtnDelete {
    background-image: url("/images/wsDelete.png");
}

.wsTable .wsBtnEdit {
    background-image: url("/images/wsEdit.png");
}

.wsTable .wsBtnDownload {
    background-image: url("/images/wsDownload.png");
}

.wsTable .wsBtnSetting {
    background-image: url("/images/wsSetting.png");
}

.wsTable .wsBtnDetail {
    background-image: url("/images/wsViewer.png");
}

.wsTable .wsBtnLink {
    background-image: url("/images/wsLink.png");
}

.wsTable .wsBtnImgType {
    background-image: url("/images/wsImgType.png");
}

.wsToolPrint .dt-button {
    font-size: 1em;
    line-height: 1em;
}

.modal-fullscreen .modal-header, .modal-fullscreen .modal-body, .modal-fullscreen .modal-footer {
    background-color: #ffffff;
}

.modal button[class="close"] span {
    font-size: 2em;
}

.row-bbb {
    margin: 0.1rem;
}
