body {
    margin: 0;
}

.en-font {
    font-family: 'Avenir', 'Arial' !important;
}

.cn-font {
    font-family: 'Noto Sans', 'HeiTi' !important;
}

#toolbar {
    background-color: #1D6960;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.dx-accordion-item-title::before{
    color: #fff;
}
 

.compDesk_group_title{
    color:white;
    background-color: #2CC0AF;
    padding: 5px 10px;
}

.dx-toolbar .dx-button .dx-icon {
    color: #fff;
}

.dx-list-item-icon-container, .dx-toolbar-before {
    width: 36px;
    padding-right: 0px !important;
    text-align: center;
}
 
.dx-list-item-content {
    padding-left: 10px !important;
}

.dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.dx-button-mode-contained.dx-state-hover, .dx-button-mode-contained.dx-state-focused {
    background-color: #1D6960;
}

.panel-list {
    height: 100%;
}

.panel-list .dx-scrollable-wrapper {
    margin-top: 46px;
}

.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.dx-drawer .panel-list {
    background-color: #f8f8f8;
}

.panel-list .dx-list-item {
    color: #8c8c8c;
    border-top: 1px solid rgba(221, 221, 221, .2);
}

.panel-list .dx-list-item.dx-list-item-selected {
    color: #5888f7!important;
}

.panel-list .dx-list-item.dx-list-item-selected .dx-icon {
    filter: invert(44%) sepia(91%) saturate(678%) hue-rotate(195deg) brightness(99%) contrast(95%);
}

.dx-drawer-content {
    margin-top: 46px;
}

.QRImage {
    width:200px;
}

.QRImage:hover{
    cursor:pointer;
}

.compIconCss {
    width:50px;
    height:50px;
    vertical-align: middle;
    margin-right:10px;
    margin-bottom:5px
}

label {
    font-weight: bold;
}

.dx-tile-content {
    height: 100%;
    padding: 0;
    position: relative;
}

.dx-tile-content .image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 10px;
    display: block;
}

.dx-tile {
    border: 0;
    cursor: pointer;
}

.dx-tile.dx-state-hover {
    border: 1px solid #999;
    border-radius: 15px;
}

.dx-tile-content .title {
    font-size: 13px;
    text-align: center;
    color: #7c7c7c;
}

.toolbar-label {
    white-space: nowrap;
    font-size: 20px;
    width:100%;
    margin:3px;
}

.toolbar-lang {
    white-space: nowrap;
    font-size: 15px;
    vertical-align: bottom;
    text-align: center;
    width:25px;
    height:25px;
    transition: background-color 0.5s ease, border 0.3s ease
}

.toolbar-lang:hover{
    border:1px solid gray;
    border-radius: 2pt;
    cursor:default;
    
}

.user-info{
    margin:10px;
}

.hld_version{
    margin:10px;
    position: absolute;
    bottom:10px;
}

.hld_version2{
    margin:10px 10px 10px 60px;
    position: absolute;
    bottom:10px;
}


.steps {
    min-width: 65%;
}

.steps li {
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-700);
    margin-top: 18px;
}

.steps .icon {
    display: inline-block;
    vertical-align: top;
}

.steps svg {
    display: block;
    pointer-events: none;
}

#register {
    padding: 30px;
}

#instruction {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
}

#register #title {
    margin-bottom: 52px;
    color: #525252;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
}

#qrcodeInframe {
    text-align:center;
}

#register #qrcode img {
    width: 200px;
    height: 200px;
}

.disabled {
    position: absolute;
    right: 0;
    bottom: 0;
}

.disabledicon {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.comingSoon {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.intranetOnly {
    position: absolute;
    right: 0;
    bottom: 0;
}

.intranetOnlyIcon {
    filter: alpha(opacity=30);
    opacity: 0.3;
}


#accordion h1 {
    font-size: 18px;
    font-weight: bold;
}

#accordion h1,
#accordion p {
    margin: 0;
}

.dx-theme-material #accordion .dx-accordion-item-opened .dx-accordion-item-title {
    display: flex;
}

.dx-theme-material #accordion .dx-accordion-item-opened h1 {
    align-self: center;
}

.dx-accordion-item, .dx-accordion-item-opened, .dx-accordion-item:last-child { 
    border: 0;
}


.listText {
    display:inline-block;
    vertical-align: inherit;
    padding-left:5px;
}

.compTable {
    display:table;
    width:100%;
}

.compRow {
    display:table-row;
    width:100%;
}

.compCell{
    display:table-cell;
    padding: 3px;
}

.compCell_app{
    max-width:500px;
    min-width:480px;
    width:20%;
    vertical-align: top;
}

.compTableW{
    width:100%;
}

.iframeStyle{
    height:100%;width:100%;
}


.compCell_iframe{
    width:80%;
    vertical-align: top;
}