﻿.ux-desktopDataView{
    width: 100%;
    height: 100%;
    background-image: url('../wallpaper/ThailandBG.png');
    background-size: cover;
    background-repeat: no-repeat; 
    background-clip: padding-box;
    position: absolute;
    left: 0px;
    top: 0px;
}
.shortcut-hover{
    font-weight: bold;
    color: orange;
}
/************ MESSAGE PREVIEWS *********************/
.msgHeader{
    background-color: deeppink;
    border: 1px solid darkgray;
    border-radius: 5px 0px 0px 5px;
}
.msgContent{
    color: black;
    /*font-size: 0.9em;*/
    font-weight: normal;
    font-style: italic;
    background-color: whitesmoke;
    border: 1px solid darkgray;
    border-radius: 5px;
    width: 100%;
}
.chkStyle{
    background-color: whitesmoke;
    border: 1px solid darkgray;
    border-radius: 3px;
}
.test1{
    background-color: blue;
}
.test2{
    background-color: red;
}
/**************** CONTENT TEMPLATE EDITOR *********************88*/
.placeholder{
    background-color: orange;
    border: 1px solid darkorange;
    border-radius: 5px;
    margin: 2px 10px 2px 10px;
}
#editor {
    border: 2px solid red;
    padding: 5px;
}
.objectFields {
    display: inline-block;
    background: #5dcbcf;
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 3px;
    cursor: move !important;
    margin: 3px;
    height: 25px;
}
.systemTokens {
    display: inline-block;
    background: orange;
    border: 1px solid darkorange;
    border-radius: 5px;
    padding: 3px;
    cursor: move !important;
    margin: 3px;
}
.widgetTokens {
    display: inline-block;
    background: #b7a5b8;
    border: 1px solid #6c2970;
    border-radius: 5px;
    padding: 3px;
    cursor: move !important;
    margin: 3px;
}
.questionTokens {
    display: inline-block;
    background: #1651c8;
    color: white;
    border: 1px solid #6c2970;
    border-radius: 5px;
    padding: 3px;
    cursor: move !important;
    margin: 3px;
}
.taskPanel{
    width: 100%;
    height: 100%;
    background: darkblue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4a83bd, #00509b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4a83bd, #00509b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4a83bd, #00509b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4a83bd, #00509b); /* Standard syntax */
}

/******* NEW HEADER BAR STYLE *************************/
.headerTab {
    background-color: black;
    color: white;
    height: 40px;
    vertical-align: middle;
    margin-left: 0px;
    transition: margin-left .5s;
}

.headerTabConnected {
    border-bottom: 3px solid green;
}

.headerTabConnecting {
    border-bottom: 3px solid orange;
}

.headerTabDisconnected {
    border-bottom: 3px solid red;
}

.companyName {
    font-size: 25px;
    font-weight: 500;
    font-family: Arial;
    padding-top: 10px;
}

.redicon {
    color: maroon;
}

.x-btn.burgerMenuStyle {
    font-size: 35px;
    cursor: pointer;
    color: white;
    font-weight: normal;
    background-color: black;
    border: none;
}

.storedownloadNormal .x-panel {
    border-left: 2px solid blue;
}

.warningLabel {
    padding: 5px;
}