/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 28, 2014, 11:36:17 AM
    Author     : lufty
*/

body {
    font-family: sans-serif;
    background-image: url("images/geometry.png");
    background-repeat: repeat;
}

.tdk-ui-layout-webdesk-userButtons,
.tdk-ui-layout-webdesk-sectionDropdown,
.tdk-ui-layout-webdesk-menuChildDropdown,
.tdk-ui-layout-webdesk-container {      
    color: #4d4d4d;            
    font-size: 14px;
    background-color: #fff;    
}

.tdk-ui-layout-webdesk-container 
{        
    background: #343c44;
    background: -moz-linear-gradient(top,  #343c44 0%, #252c32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343c44), color-stop(100%,#252c32));
    background: -webkit-linear-gradient(top,  #343c44 0%,#252c32 100%);
    background: -o-linear-gradient(top,  #343c44 0%,#252c32 100%);
    background: -ms-linear-gradient(top,  #343c44 0%,#252c32 100%);
    background: linear-gradient(to bottom,  #343c44 0%,#252c32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343c44', endColorstr='#252c32',GradientType=0 );
}

.tdk-ui-layout-webdesk-menuChildDropdown,
.tdk-ui-layout-webdesk-sectionDropdown {
    border: 1px solid #909090;
}

.tdk-ui-layout-webdesk-section 
{
    color: #fff;
}

.tdk-ui-layout-webdesk-section:last-child {
    border-right: none;
}

.tdk-ui-layout-webdesk-section.action:last-child {
    background-color: #f00;
}

.tdk-ui-layout-webdesk-section.tdk-ui-state-active,
.tdk-ui-layout-webdesk-section.tdk-ui-state-hover {
    
}

.tdk-ui-layout-webdesk-menu:hover,
.tdk-ui-layout-webdesk-home 
{
    color: #FFF5F5;
    font-weight: bold;
    
    border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -webkit-border-bottom-right-radius: 50px;
    
    background: #ff3019;
    background: -moz-linear-gradient(top,  #ff3019 0%, #c40000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#c40000));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#c40000 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#c40000 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#c40000 100%);
    background: linear-gradient(to bottom,  #ff3019 0%,#c40000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#c40000',GradientType=0 );
}

.tdk-ui-layout-webdesk-home:hover,
.tdk-ui-layout-webdesk-menu 
{    
    border-right: none;
    
    background: #03d300;
    background: -moz-linear-gradient(top,  #03d300 0%, #299a0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03d300), color-stop(100%,#299a0b));
    background: -webkit-linear-gradient(top,  #03d300 0%,#299a0b 100%);
    background: -o-linear-gradient(top,  #03d300 0%,#299a0b 100%);
    background: -ms-linear-gradient(top,  #03d300 0%,#299a0b 100%);
    background: linear-gradient(to bottom,  #03d300 0%,#299a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d300', endColorstr='#299a0b',GradientType=0 );
}

.tdk-ui-layout-webdesk-menu:hover 
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tdk-ui-layout-webdesk-menuDropdown 
{
    font-weight: normal;
}

.tdk-ui-layout-webdesk-menu .tdk-ui-layout-webdesk-sectionText 
{    
    color: #E8FFE8;
    font-weight: bold;
}

.tdk-ui-layout-webdesk-sectionDropdown {
    border: 1px solid #1c1c1c;
}

.tdk-ui-layout-webdesk-actionListItem,
.tdk-ui-layout-webdesk-menuListItem {
    border-bottom: 1px solid #909090;
}

.tdk-ui-layout-webdesk-actionListItem:last-child,
.tdk-ui-layout-webdesk-menuListItem:last-child {
    border-bottom: none;
}

.tdk-ui-layout-webdesk-menuListItem.tdk-ui-state-highlight {
    background-color: #FFF0F0;  
    color: #4d4d4d;            
}

.tdk-ui-layout-webdesk-actionListItem.tdk-ui-state-highlight {
    color: #4d4d4d;
    background-color: #dedede;
}

.tdk-ui-layout-webdesk-userDropdown {
    color: #343434;
    background-color: #fff;
}

.tdk-ui-layout-webdesk-userProfilePictureColumn {
    background-color: #fff;
}

.tdk-ui-layout-webdesk-userButtons {
    border-top: 1px solid #909090;
}

.tdk-ui-layout-webdesk-searchForm {
    background-color: #fff;
}

.tdk-body-content 
{
    display: none;
    color: #4d4d4d;
}