:-webkit-full-screen	{ width: 100% }
:-moz-full-screen		{ width: 100% }
:-ms-full-screen		{ width: 100% }
:-o-full-screen		{ width: 100% }
:full-screen			{ width: 100% }

#logo {
    position: absolute;
    bottom: 0px;
    right: 5px;
    z-index: 15000;

    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 1.ß;
    /* Good browsers */
    opacity: 1.0;
    color: gray;
    font-size: 32px;
    font-style:italic;
}
#login {
    position: fixed;
    left: 50%;
    top: 50%;
   
    z-index: 100;
    height: 260px;
    margin-top: -120px;
    width: 320px;
	margin-left: -155px;
    
}
#download {
    position: fixed;
    left: 50%;
    top: 50%;
   
    z-index: 100;
    height: 32px;
    margin-top: -120px;
    width: 32px;
	margin-left: -155px;
    
}
#login2 {
    position: fixed;
    left: 50%;
    top: 50%;
   
    z-index: 100;
    height: 260px;
    margin-top: -120px;
    width: 320px;
	margin-left: -155px;
    
}
#qrsession {
    position: fixed;
    left: 50%;
    top: 1%;
   
    z-index: 100;
    height: 180px;
    
    width: 180px;
	margin-left: -90px;
    
}
.x-toolbar{
	background-image: var(--vendorlogo) !important;
    background-repeat:no-repeat !important;
    background-color: #AAAAAA !important;
    background-size: auto 33px !important;
    background-position:10px 2px!important;
}
.login {
	 background-color: white;
	 /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 1.ß;
    /* Good browsers */
    opacity: 0.7;
    //color: gray;
    font-size: 32px;
    font-style:italic;
}
.loginitem {
	 background-color: #f5f5f5!important;
}
/*----------------------------------------------------
    Start Button
*/

.taskbar-start-button-icon {    
}

.taskbar-start-button .x-btn-arrow {
    background-image: none;
}

.taskbar-start-button {
	width: 68px;
    height: 28px;
    background-image: url(/resources/icons/startbutton_60.png) !important;
	background-color: transparent;
	background-repeat: no-repeat;
}


/*----------------------------------------------------
    Start Menu
*/

.startmenu-toolbar .x-btn-inner {
    text-align: left;
}

.startmenu-toolbar {
    padding: 4px !important;
}

/*----------------------------------------------------
    TaskBar
*/

.desktop-taskbar {
    padding-left: 2px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    /*background-color: green;*/
    
}

/* Use high specificity selector to override default styling*/
div.desktop-taskbar div.x-toolbar {
    background: transparent none;
    border: 0 none;
    padding: 0;
}

.taskbar-windowbar .x-btn-inner,
.x-nbr .taskbar-windowbar .x-btn-icon-text-left button {
    text-align: left !important;
}

.taskbar-windowbar .x-btn
{
	margin-left: 1px !important;
	margin-right: 1px !important;
}

div.taskbar-tray
 {
   text-align: left !important;
   background: transparent none;
   padding-top: 0;	
   padding-bottom: 0;
}

div.taskbar-trayclock {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;	
    padding-bottom: 0;
}

.desktop-wallpaper{
	/*background-color: #3d71b8;
	background-color: #1d71bf;*/
	background-color: #334352;
	/*background-image: url(/resources/images/sky.jpg);
	background-size: 100%;*/
}

.desktop-wallpaper-tiled {
    background-repeat: repeat;
}

.desktop-shortcut {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    margin: 8px;
    width: 64px;
}
.desktop-shortcut-icon img{
	width: 48px;
	height: 48px;
	background-color: transparent;
    background-repeat: no-repeat;
}

.desktop-shortcut-text {
	font: bold 11px tahoma,arial,verdana,sans-serif;
    text-decoration: none;
    padding-top: 5px;
    color: #9DB600;
}

.x-view-over .desktop-shortcut-text {
    text-decoration: underline;
}

.agentmanager-window-icon
{
	background-image: url(/resources/icons/agentmanager_16.png);
	background-color: transparent;
    background-repeat: no-repeat;
}
