
/* DAW Theme Changes */

.WebToolBar,
.WebMenuBar {
    font-size: 14px;
    margin: 0px !important;
}

/* reduce the padding around the view to reduce white space */
.df-ModeDesktop:not(.df-ModeTablet) .WebInlineView>div.WebContainer {
    padding: 5px;
}

/* On the desktop allow any background images to be visible, whilst setting
   a backgound colour for the view region else the image bleeds through */
.df-ModeDesktop:not(.df-ModeMobile) .WebApp {
    background-color: transparent !important;
}

.WebView {
    background-color: #EFEFEF;
}

.df-ModeDesktop:not(.df-ModeTablet) .WebCardContainer{
    padding-left: 0px;
}

.df-ModeMobile .WebCard{
    padding: 0px !important;
}

.WebTabContainer.WebControl > .WebCon_Inner {
    margin-top: 3px !important;    
}

.df-ModeMobile .WebTbc_Head {
    display: none;
}

.WebItm_Icon::before {
    color: #ffffff !important;
}

.df-ModeMobile .WebGroup > .WebCon_Inner {
    min-height: unset;
}

.taMenu {
    width: 100%;
}

.taMenu .WebMenuItem {
    height: 44px;
}

.taMenu .WebCmd_ToolWrap {
    box-shadow: none;
}

.taViewMenu .xWebCmd_ToolWrap {
    box-shadow: none;
    height: 35px;
}

.taEnquiryOnly .WebApp_ViewRegion {
    margin-bottom: unset;
}

.taViewMenu.taAltMenu .xWebMenuItem {
    height: unset !important;
}

.df-ModeDesktop:not(.df-ModeMobile) .WebMenuItem.taActiveItem {
    background-color: #E2961C; /*linear-gradient(to bottom, #deb900 0%,#f5cc00 100%);*/
}

.taSubMenu .WebCmd_ToolWrap,
.taViewMenu .WebCmd_ToolWrap {
    background: none repeat scroll 0 0 #277fd5;
}

 
.taSubMenu .xWebMenuBar{
    background: none repeat scroll 0 0 #348ee6;
    height: 35px !important;
}

.taSubMenu .WebToolBar {
    width: 100%;
}

.taSubMenu .WebMenuBar.Web_Enabled ul.WebBarRoot > li:hover > div,
.taSubMenu .WebMenuBar ul.WebBarRoot > li.WebItm_Expanded > div,
.taViewMenu .WebMenuBar.Web_Enabled ul.WebBarRoot > li:hover > div,
.taViewMenu .WebMenuBar ul.WebBarRoot > li.WebItm_Expanded > div {
    background-color: unset !important;    
}

.df-ModeDesktop:not(.df-ModeTablet) .taViewMenu {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.taSubMenu .WebMenuItem.taActiveItem,
.taViewMenu .WebMenuItem.taActiveItem {
    background-color: #005899 !important; /*linear-gradient(to bottom, #deb900 0%,#f5cc00 100%);*/
}

.taViewMenu .WebToolBar {
    width: 100%;
}

.taTopPanel.taHideHeader .WebCon_Main {
    display: none;
}

.taLogoPanel .WebCon_Content {
    padding: 0px;
}

.df-ModeDesktop:not(.df-ModeTablet) .WebApp.taNotFullScreen > .WebCon_Sizer > .WebCon_Main {
    left: 50%;
    width: 1000px;
    margin-left: -500px;
}

.df-ModeDesktop:not(.df-ModeTablet) .WebApp.taNotFullScreen.taEnquiryOnly > .WebCon_Sizer > .WebCon_Main {
    left: unset;
    width: unset;
    margin-left: unset;
}

.df-ModeDesktop:not(.df-ModeTablet) .taNotFullScreen .taLogoPanel > .WebCon_Sizer {
    width: 1000px;
    margin: 0 auto;
}

.taTopPanel {
    height: auto !important;
    background-color: transparent;
}
    
.taLogoPanel {
    background-color: #ffffff;
    
}

/* - - - - - - Header - - - - - -  */

.taLogoImage > div.WebCon_Inner {
    margin: 0px;
}

.taLogoImage img{
    width: auto;
    margin-left: 0 !important;
}

.taUserDetails {
    text-align: right;
}

.df-ModeMobile .taUserDetails {
    position: absolute;
}

.taUserDetails > div > div {
    position: absolute;
    right: 0px;
}

.df-ModeMobile .taUserDetails > div > div {
    position: unset;
}

.taVersionButton{
    color: #ff0000 !important;
    margin-right: 6px;
}

.df-ModeMobile .taVersionButton {
    position: absolute;
    right: 125px;
}

.df-ModeMobile .taVersionButton.taLoggedIn {
    top: 22px;
}

.taVersionButton i {
    font-style: normal;
}

.taLoggedInUser {
    color: #787878 !important;
    font-weight: bold !important;
    margin-left: 15px;
}

.df-ModeMobile .taLoggedInUser {
    position: absolute;
    right: 4px;
}

.taLoggedInUser i {
    font-style: normal;
}

.taLogoutButton {
    color: #787878 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    margin-left: 15px;
}

.df-ModeMobile .taLogoutButton {
    position: absolute;
    top: 22px;
    right: 4px;
}

.taLogoutButton i {
    font-style: normal;
}

.taMenuPanel {
    background: none repeat scroll 0 0 #348ee6;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    color: #fff;
}

.df-ModeDesktop:not(.df-ModeTablet) .taNotFullScreen .taMenuPanel > .WebCon_Sizer {
    width: 1000px;
    margin: 0 auto;
}

/* - - - - - - Login - - - - - -  */

.df-ModeDesktop:not(.df-ModeMobile) .WebView.taLoginView {
    background: transparent;
}

.df-ModeDesktop:not(.df-ModeMobile) .WebView.taLoginView .WebCon_ContentWrp {
    background: transparent;
}

.df-ModeDesktop:not(.df-ModeMobile) .taLoginView .taLoginGroup {
    xopacity: 0.85;
    xborder: 1px solid #BABABA;
    background-color: #ffffff;
    
    xbackground-color: #EFEFEF;
    border-bottom: 1px solid #BABABA;
}
