﻿@import url("/TP_Theme/Theme.TP_Lisbon.css?8510");

.SubMenuSelected { 
    color: #dab702;
}

.SectionExpandable__title.Heading2 {
    text-align: right;
}

.Header_Menu {
    display: inline !important;
}
/* active page menus */
a.Menu_ScreenSubMenu:link,
a.Menu_ScreenSubMenu:visited {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.Header_Title {
    vertical-align: middle;
}

.desktop:not(.small).UseSidebar .Content {
    margin-right: 0px;
}

.PopupContainer {
    margin: 0;
    padding: 10px;
}

.DevHeader {
    margin-top:10px;
    border-bottom:dashed #aacb58 5px;
}

.TstHeader {
    margin-top:10px;
    border-bottom:dashed green 5px;
}

.Others_Menu .IconSelector {
    float: left;
}

.CellDistance {
    padding: 5px;
}

.Highlight {
    color:#ec3d07;
    font-size:120%;
    font-weight:bold;
}

/*Menu Lists (Orders and Sales) Customisations*/
.NonSelectedCardBorder {
    border-radius: 3px;
    background-color:#fff !important;
}

.SelectedCardBorder, .SelectedCardBorder:focus {
    border-radius: 3px;
    font-weight: bold; 
    font-style: italic; 
    box-shadow: 3px 5px #5fad63 !important;
    background-color:rgb(250,250,245) !important;
}


/*Other custom classes*/

.RemoveVisibility 
{
    visibility: hidden;
}