﻿/* override */
.fa, .fab, .fal, .far, .fas {
    line-height: 1.5;
    transform: translate (0,0);
}

.qq-upload-button {
    padding: 0px;
    width: auto;
}

div.gridbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* override dhtmlx */

.dhxwins_vp_auto {
    overflow: hidden !important;
}

.dhxacc_base_material div.dhx_cell_acc div.dhx_cell_hdr {
    height: 39px;
    line-height: 1.5;
    font-size: inherit;
    font-family: inherit;
}

    .dhxacc_base_material div.dhx_cell_acc div.dhx_cell_hdr i {
        position: inherit;
        line-height: 1.5;
        cursor: pointer;
    }

    .dhxacc_base_material div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_arrow {
        display: none;
    }

    .dhxacc_base_material div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_text {
        margin: 0px;
    }

.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr {
    background-color: #0066a5;
}

.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr {
    background-color: #0066a5;
}

div.gridbox_material.gridbox table.obj.row20px tr td input.w3-btn {
    line-height: 22.5px;
}

.dhxtree_material {
    background-color: #f7fbfc
}

div.gridbox_material.gridbox table.hdr td, div.gridbox_material.gridbox table.hdr tr, div.gridbox_material.gridbox .xhdr {
    background-color: #ffffff;
    border-color: #ffffff;
    color: black;
}

button {
    line-height: 1.5;
}

/* ================================================== */
/* General Controls */
/* w3 additional */
.w3-main-ie {
}

/* The entire workspace */
.w3-modal {
    z-index: 100;
}

/* Pop-up Windows Drag-bar area */
.w3-modal-dragbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 50px;
    z-index: 100;
    cursor: move;
	font-family: Arial;
	font-size: 16px;
	font-weight: thin;
}

.w3-display-topright-margin {
    position: absolute;
    right: 0;
    top: 12px;
}

.w3-round-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.w3-round-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width:993px) {
    .w3-main-ie {
        overflow-y: hidden;
    }
}

.w3-maincolor {
    background-color: #0066a5 !important;
    color: white;
}

.w3-maincolor-text {
    color: #0066a5 !important;
}

.w3-subcolor {
    color: #575757 !important;
    background-color: #FFFFFF !important
}

.w3-blue {
    border: 0px !important;
    color: #ffffff;
    background-color: #085194 !important;
    border-radius: 5px;
    margin-right: 15px;
}

.w3-red {
    border: 0px !important;
    color: #ffffff;
    background-color: #f44336 !important;
    border-radius: 5px;
    margin-right: 15px;
}

.w3-green {
    border: 0px !important;
    color: #ffffff;
    background-color: #26733a !important;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;
    width: 150px;
}

.w3-gray-bold {
    color: #7f7f7f !important;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px
}

.w3-input-white {
    padding: 8px;
    display: block;
    border: none;
    width: 100%;
    background-color: white !important;
}

/* Full Screen Windows Background */
.w3-full {
    padding-top: 0px !important;
}

.w3-full-content {
    width: 100%;
    height: 100%;
}

.w3-nopadding {
    padding: 0px !important;
}

button {
    background-color: transparent;
}

select.w3-bar-item {
    height: 38px;
}

input.w3-bar-item {
    height: 38px;
}

/* Standard Input for Pop-up Window Textbox */
.stdInput {
    height: 35px;
	width: 100%;
 	padding-left: 15px;
	font-family: Segoe UI,Roboto,Arial,Helvetica;
	font-weight: 100;
    font-size: 14px;
	border-width: thin;
	border: 1px solid #cccccc;
	border-radius: 5px;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Standard Input for Pop-up Window Pull-Down List */
.stdSelect {
    height: 35px;
 	padding-left: 10px;
	font-family: Segoe UI,Roboto,Arial,Helvetica;
	font-weight: 100;
    font-size: 14px;
	border-width: thin;
	border: 1px solid #cccccc;
	border-radius: 5px;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.popupFormInput {
    width: 95%;
}

.flexRowWrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

/* Popup Windows Tab Button */
.tabButton {
    /*height: 35px;*/
	opacity: 100%;
    height: 40px;
	font-family: Segoe UI,Roboto,Arial,Helvetica;
	font-weight: 100;
    font-size: 14px;
	border-width: thin;
	border: none;
	border-radius: 7px;
	background: #E8EAEB;
	color: #888888;
	margin-top: 5px;
	margin-bottom: 5px;
}
    .tabButton:disabled {
		opacity: 100%;
        color: #888888;
		height: 40px;
		font-family: Segoe UI,Roboto,Arial,Helvetica;
		font-weight: 100;
		font-size: 14px;
		border-width: thin;
		border: none;
		border-radius: 7px;
		background: #DDDDDD;
		color: #000000;
		margin-top: 5px;
		margin-bottom: 5px;
    }
	
.popuplabel {
	height: 45px;
	width: 150px;
	font-family: Segoe UI,Roboto,Arial,Helvetica;
	font-weight: 100;
    font-size: 14px;
	color: #000000;
	background: #ffffff;
 	vertical-align: top;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 10px;
}

/* Toggle Checkbox Start */
.togglecheckbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 62px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #DDDDDD;
  transition: background-color ease 0.3s;
}

.togglecheckbox:before {
  content: "on off";
  display: block;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.togglecheckbox:checked {
  background-color: #085194;
}

.togglecheckbox:checked:before {
  left: 32px;
}
/* Toggle Checkbox End */


.imageSelector {
    /*width: 280px;*/
    height: 140px;
    border: 0px;
	border-radius: 5px;
    cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Comment Mgr */
.commentPanel {
    overflow: auto;
}

.myCommentBlock {
    width: 80%;
    color: Black;
    background-color: White;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

.otherCommentBlock {
    width: 80%;
    background-color: White;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.selectedCommentBlock {
    background-color: #fff7ae;
}

.myCommentBlock .commentUser {
    color: Green;
}

.otherCommentBlock .commentUser {
    color: Red;
}

.commentUser {
    font-size: smaller;
    font-weight: bold;
}

.commentMsg {
}

.commentDatetime {
    color: #b1b1b1;
    font-size: smaller;
    text-align: right;
}


/* WFTaskView Page */
.wftvSubSelectCell {
    background-color: green;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Gecko (Firefox) */
    -khtml-user-select: none; /* Webkit (Safari, Chrome) */
    color: White;
}

.wftvSelectCell {
    background-color: #3a75ff;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Gecko (Firefox) */
    -khtml-user-select: none; /* Webkit (Safari, Chrome) */
    color: White;
}

.wftvUnSelectCell {
    border: 1px solid;
    border-color: transparent;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Gecko (Firefox) */
    -khtml-user-select: none; /* Webkit (Safari, Chrome) */
}

.wftvThumbBorder {
    background-color: White;
    border-spacing: 0px;
}

.wftvThumbName {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    color: #1a74ba;
}

.wftvSelectCell .wftvThumbName {
    color: White;
}

.wftvSubSelectCell .wftvThumbName {
    color: White;
}

.wpPaging {
    white-space: nowrap;
}

.wpGroup {
    text-align: left;
}

    .wpGroup > img {
        display: none;
    }

    .wpGroup > p {
        border-bottom: 1px solid #CCC;
        padding-left: 10px;
        font-weight: bold;
    }

.wpIcon {
    text-align: center;
}

    .wpIcon > img {
        cursor: pointer;
        max-height: 100px;
        max-width: 100px;
    }

    .wpIcon > p {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        font-weight: bold;
        color: #1a74ba;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.wpIconDiv {
    display: inline-block;
    width: 165px;
    margin-left: 5px;
    margin-top: 10px;
    vertical-align: top;
}

.wftvThumbImage {
    border-style: none;
    border-color: inherit;
    border-width: -40px;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.wftvThumbPanel {
    padding: 0 0 0 0;
    width: 100%;
}

/* Splitter */
.split, .gutter.gutter-horizontal {
    float: left;
    height: 100%;
}

.gutter.gutter-horizontal {
    cursor: ew-resize;
    height: 100%;
    background-color: #f1f1f1;
}

.gutter.gutter-vertical {
    cursor: ns-resize;
    background-color: #f1f1f1;
}

/* DocView */
.DocTopBar {
    border: 0;
    width: 100%;
    height: 38px;
    /*background:url(../images/documentbar/document_topbar.jpg) repeat-x; */
    background-position: bottom;
}

.attachLink {
    cursor: pointer;
}

/* setting menu */
.settingMenuTable {
    box-shadow: 5px 5px 2px rgba(88,88,88,0.8);
    border-width: 1px;
    border-style: groove;
}


.settingMenuItem {
    color: black;
    font-size: 12px;
    font-family: Segoe UI;
    background-color: White;
    height: 30px;
    vertical-align: middle;
}

.settingMenuItemOver {
    cursor: pointer;
    color: White;
    font-size: 12px;
    font-family: Segoe UI;
    background-color: #6A6F75;
    height: 30px;
    vertical-align: middle;
    background-color: #3a75ff;
}

.settingMenuNotch {
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid white;
    position: absolute;
    top: -12px;
    left: 192px;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
    /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.settingMenuNotchBorder {
    border-bottom-color: black;
    top: -13px;
}

.menuLeftBorder {
    width: 24px;
    background-color: #ededed;
}

/* linkspan */

.selectedTreeRow .linkspan {
    /* color: White; */
}

div.gridbox_dhx_skyblue table.obj tr.rowselected .linkspan {
    color: White;
}

div.gridbox_dhx_skyblue table.obj tr.rowselected .disablespan {
    color: White;
}

div.gridbox_dhx_skyblue table.obj tr.rowselected .readspan {
    color: White;
}

.linkspan {
    cursor: pointer;
    color: #1a74ba;
    /* #3a75ff #98AFC7 */
    font-weight: bold;
    text-decoration: none;
}

.readspan {
    cursor: pointer;
    color: #1a74ba;
    /* #3a75ff #98AFC7 */
    font-weight: normal;
}

.disablespan {
    cursor: default;
    color: Gray;
    font-weight: bold;
}

/* std table */
.stdTable {
    width: 100%;
    height: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    color: inherit;
}

    .stdTable td {
        padding: 0px;
    }

    .stdTable th {
        padding: 0px;
    }

.tdHeader {
    height: 54px;
}

.tdFooter {
}

.tdContent {
    height: 100%;
}

/* operation header */
.headerInput {
    width: 90px;
    height: 29px;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

.headerLabel {
    color: White;
    font-size: 12px;
    font-family: Arial;
    white-space: nowrap;
}


/* paging link */
.nav {
    color: #1A74BA;
    font-size: 12px;
    width: 15px;
    text-align: center;
}

    .nav A:link, A:visited, A:hover, A:active {
        color: #1A74BA;
        text-decoration: none;
    }

.flatButton {
    background-color: #edefee;
}

/* toolbar for efeditor */
.imgLink {
    cursor: pointer;
    border: none;
}

    .imgLink[disabled] {
        cursor: default;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

.toolbarItem, .toolbarItemText {
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.toolbarItemText {
    text-align: center;
    width: 20px;
}

.toolbarItem A:link, A:visited, A:hover, A:active {
    text-decoration: none;
}

.popuptext {
    color: #676767;
    font-size: 13px;
}

.popupspace {
    width: 200px;
    background-color: white;
    height: 20px;
}

.formBtn {
    width: 60px;
    padding: 5px;
}

/* workflow editor */
.wfbox {
}

    .wfbox p {
        position: relative;
        top: 60px;
        width: 90%;
    }

    .wfbox img {
        float: right;
        border: 0;
        position: relative;
        top: 18px;
        right: 6px;
        width: 30px;
        height: 30px;
    }

.wfscript {
    background-image: url(../images/workflow/wfscript.png);
}

.wfintegrate {
    background-image: url(../images/workflow/wfintegrate.png);
}

.wfexport {
    background-image: url(../images/workflow/wfexport.png);
}

.wfdatabase {
    background-image: url(../images/workflow/wfdb.png);
}

.wftask {
    background-image: url(../images/workflow/wftask.png);
}

.wfemail {
    background-image: url(../images/workflow/wfemail.png);
}

.wfgate {
    background-image: url(../images/workflow/wfgate.png);
}

    .wfgate p {
        width: 50%;
    }

.wfdocument {
    background-image: url(../images/workflow/wfdocument.png);
}

.wfupdateindex {
    background-image: url(../images/workflow/wfupdateindex.png);
}

.wfesign {
    background-image: url(../images/workflow/wfesign.png);
}

.wfstamp {
    background-image: url(../images/workflow/wfstamp.png);
}

.wfrest {
    background-image: url(../images/workflow/wfrest.png);
}

/* dashboard */

.wpBody {
    background-color: #EEEEEE;
}

.wpLabelEdit {
    display: inline-block;
    padding: 4px 16px 4px 16px;
    border: solid 1px #cccccc;
    background-color: white;
    min-width: 100px;
}

.dbTab {
    cursor: pointer;
    border-right: 1px solid white !important;
    /*max-width:200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position:relative;*/
}

    .dbTab.selected {
        background-color: white;
    }

    .dbTab > span {
        font-weight: bold;
        margin-left: 5px;
        /* position:absolute;
    right:5px;
    top:3px; */
    }

.dbDesignCell {
    width: 100%;
    display: table;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 7px #cccccc;
    height: 100%;
}

    .dbDesignCell > div {
        display: table-cell;
        vertical-align: middle;
        font-size: 24px;
    }

    .dbDesignCell .w3-btn[action] {
        visibility: hidden;
    }

    .dbDesignCell :hover .w3-btn[action] {
        visibility: visible;
    }

.dbDesignRow {
    font-size: 24px;
}

.dbNormalCell {
    width: 100%;
    padding-left: 16px;
}

.wpContentBox {
    padding: 6px 6px 0px 6px;
}

.wpMainBox {
    background-color: #FFFFFF;
    /* box-shadow: 0px 2px 2px #cccccc; */
}

.wpBox {
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    margin-top: 0px;
    width: 100%;
}

.wpHeader {

}

.wpTitle {
    height: 38px;
    color: #292929;
}

.wpPaging {
    white-space: nowrap;
    height: 26px;
    color: #3c72cb;
}

.wpNoPaging {
    height: 6px;
}

.wpAction {
    display: inline;
}

.wpContent {
    width: 100%;
    background-color: White;
}

.wpFDivider {
    height: 15px;
}

.wpDivider {
    height: 25px;
}

.inline {
    display: inline !important;
}

/* wf designer */
.designerBtn {
    width: 48px;
    height: 48px;
}

/* main */
.mainGridBtn {
    font-size: larger;
    padding: 3px;
    cursor: pointer;
    line-height: 1;
}

    .mainGridBtn:hover {
        background-color: lightgray;
    }

.thumbMenu {
    text-align: center;
    width: 30px;
}

.thumbMain {
    text-align: center;
    width: 300px;
    height: 300px;
}

i.fa-star {
    color: #0066a5;
}

.searchInput {
    width: 100%;
}

.searchResultContainer {
}

.searchResultLabel {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    /*width:100%!important;*/
}

.selected {
    background-color: #eee;
}

.inboxProcessIcon {
    border: none;
    width: 16px;
    height: 16px;
}

.rowEditing {
    border-left: 2px solid red !important;
    padding-left: 8px;
}

ul, tv {
    list-style-type: none;
}

.tv {
    margin: 0;
    padding: 0;
    overflow: auto;
}

/* Style the caret/arrow */
.tv-caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    overflow: hidden;
}

    /* Create the caret/arrow with a unicode, and style it */
    .tv-caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.tv-caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.tv-nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.tv-active {
    display: block;
}

.tv-item {
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    padding-top: 2px;
}

.scriptBlock {
    display: inline-block;
    overflow: auto;
}

.scriptEditor {
    border: 1px solid #ddd;
}

/* css for IconButton */
.disableButton {
    filter: grayscale(100%) !important;
    cursor: not-allowed !important;
}

    .disableButton:hover {
        background-color: transparent !important;
    }

    .disableButton .w3-card-4 {
        box-shadow: none !important;
    }

.editorButton {
    display: inline-block;
    text-align: center;
    min-width: 70px;
    cursor: pointer;
    min-height: 60px;
    vertical-align: top;
}

    .editorButton:hover {
        background-color: #d0d0d0;
    }

    .editorButton p {
        margin: 0px;
        font-size: smaller;
    }

    .editorButton img {
        width: 40px;
    }

.vdivider {
    width: 1px;
    background-color: #707070;
    display: inline-block;
}

.hdivider {
    height: 1px;
    background-color: #707070;
    display: inline-block;
}

.wpProcessStageDiv {
    display: inline-block;
    padding: 8px;
    margin: 0 5px 0 5px;
}

.wpProcessStage {
    width: 240px;
    color: white;
    text-indent:16px;
    cursor:pointer;
}

.wpProcessNo {
    font-size: 4rem!important;
}

.avatarImage{
    width: 40px;
    height: 40px;
	border-radius: 40px;
}