﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?3131");

@import url("/LisbonTheme/Theme.LisbonTheme.css?12074&3131");

/********************************************************************* UTILS *********************************************************************/
.item-separator {
    margin-left: 10px;
}

.group-separator {
    margin-left: 20px;
}
/********************************************************************* END UTILS *********************************************************************/

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateLiverpool.aspx
        2 - Copy the generated CSS
        3 - Paste it here

*/

html,
body {    
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.Header_background {
    background-color: rgba(0, 82, 136, 1);
    border-bottom-color: rgba(0, 82, 136, 1);
}

.Header_title {    
    border-right-color: rgba(0, 82, 136, 1);
}

.Header_title a,
.Header_title a:link,
.Header_title a:visited,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(0, 82, 136, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(0, 82, 136, 1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: rgba(0, 0, 0, 1);
}

.phone .Menu .LoginInfo {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 82, 136, 1);
}

.Menu {
    background: -webkit-linear-gradient(0deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:    -moz-linear-gradient(0deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:     -ms-linear-gradient(0deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:      -o-linear-gradient(0deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:         linear-gradient(0deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
}


.Menu_TopMenu a span.fa {
    border: 2px solid rgba(0, 82, 136, 1);
}


.Menu_TopMenu:hover span.fa {
    color: rgba(253, 184, 36, 1);
    border-color: rgba(253, 184, 36, 1);
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: rgba(253, 184, 36, 1);
}

.Menu_TopMenuActive {
    border-top: 3px solid rgba(253, 184, 36, 1);
}

.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover,
.desktop a:hover, 
.desktop a:link:hover {
    color: rgba(253, 184, 36, 1);
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: rgba(253, 184, 36, 1);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top: 4px solid rgba(253, 184, 36, 1);
}

.Menu_DropDownArrow {
    border-top: 4px solid rgba(0, 82, 136, 1);
}


.Menu_TopMenuActive a span.fa {
    color: rgba(253, 184, 36, 1);
    border-color: rgba(253, 184, 36, 1);
}

.Menu_DropDownPanel a span.fa {
    color: rgba(253, 184, 36, 1);
}

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionDelete:hover,
a.ActionChange:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ActionAdd,
a.ActionEdit,
a.ActionChange {
    color: rgba(0, 82, 136, 1);
}

a.ActionAdd {
    background-color: rgba(253, 184, 36, 1);
    border-bottom: 2px solid rgba(253, 184, 36, 1);
}

a.ActionAdd:hover {
    background-color: rgba(253, 184, 36, 1);
    border-bottom: 2px solid rgba(253, 184, 36, 1);
}

.EditableTable tr.Selected td {
    background-color: rgba(255, 255, 255, 1);
}



a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: rgba(0, 82, 136, 1);
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: rgba(0, 82, 136, 1);
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    background-color: rgba(255, 255, 255, 1);
}

.Feedback_AjaxWait {
    color: rgba(0, 82, 136, 1);
}

.Login_Footer {
    background: -webkit-linear-gradient(90deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:    -moz-linear-gradient(90deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:     -ms-linear-gradient(90deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:      -o-linear-gradient(90deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
    background:          linear-gradient(0deg, #00395F 0%, rgba(0, 82, 136, 1) 100%);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid rgba(253, 184, 36, 1);
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: rgba(0, 82, 136, 1);
}

.Post_icon img {
  border: 2px solid rgba(253, 184, 36, 1);
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(0, 82, 136, 1);
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(0, 82, 136, 1);
    border: 1px solid rgba(0, 82, 136, 1);
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: rgba(0, 82, 136, 1);
    border: 1px solid rgba(0, 82, 136, 1);
}

.ButtonGroup_button.Button:hover {
    background: rgba(255, 255, 255, 1);
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(253, 184, 36, 1);
}

div.calendarPattern thead .button {
    color: rgba(253, 184, 36, 1);
}

div.calendarPattern tbody td.selected {
    background-color: rgba(0, 82, 136, 1);
}

.select2-container .select2-choice {
    color: rgba(0, 82, 136, 1);
}

.IconBadge_number {
    background-color: rgba(253, 184, 36, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: rgba(0, 82, 136, 1);
}

.NavigationBar a.Active {
    color: rgba(0, 82, 136, 1);
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: rgba(253, 184, 36, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(253, 184, 36, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(253, 184, 36, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(253, 184, 36, 1);
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: rgba(0, 82, 136, 1);
}

.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: rgba(253, 184, 36, 1);
}

.Tabs__tab.active {
    border-top: 2px solid rgba(253, 184, 36, 1);
    color: rgba(0, 82, 136, 1);
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top: 5px solid rgba(253, 184, 36, 1);
}

.WizardStep.ActiveStep {
    background: rgba(0, 82, 136, 1);
}

.WizardStep.Past {
    background: rgba(0, 82, 136, 1);
}

.WizardStep.Past:before {
    border-top-color: rgba(0, 82, 136, 1);
    border-bottom-color: rgba(0, 82, 136, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(0, 82, 136, 1);
    border-bottom-color: rgba(0, 82, 136, 1);
}

.Button,
a.Button {
    color: rgba(0, 82, 136, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(0, 82, 136, 1);
    border-color: rgba(0, 82, 136, 1);
}

.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover {
    background-color: rgba(253, 184, 36, 1);
    border-color: rgba(253, 184, 36, 1);
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: rgba(84, 137, 29, 1);    
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: rgba(0, 82, 136, 1);
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: rgba(0, 82, 136, 1);
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
    color: rgba(253, 184, 36, 1);
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: rgba(253, 184, 36, 1);
}

.Title_Section {
    background-color: rgba(255, 255, 255, 1);
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: rgba(253, 184, 36, 1);  
}

.Page.active .Header_ButtonMenu {
    color: rgba(0, 82, 136, 1);  
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: rgba(0, 82, 136, 1);  
    border-left-color: rgba(0, 82, 136, 1);  
}

.AccordionVertical___title {
    color: rgba(0, 82, 136, 1); 
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: rgba(0, 82, 136, 1); 
}

.Button.Link {
    color: rgba(84, 137, 29, 1); 
}

.desktop .Button.Link:hover {
    border-color: rgba(84, 137, 29, 1); 
    color: rgba(84, 137, 29, 1); 
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(0, 82, 136, 1); 
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: rgba(0, 82, 136, 1); 
}

.ButtonGroup_button.Button:hover {
    color: rgba(253, 184, 36, 1); 
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(0, 82, 136, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(0, 82, 136, 1); 
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: rgba(253, 184, 36, 1);
}

.DropdownMenu .PH > a {
    color: rgba(0, 82, 136, 1);
}

.SliderRange .ui-slider-range {
    background-color: rgba(0, 82, 136, 1);
}

.select2-container .select2-choice span {
    color: rgba(0, 82, 136, 1);
}

.select2-results .select2-highlighted {
    background-color: rgba(0, 82, 136, 1);
}

.BottomMenu_item.active {
    background-color: rgba(0, 82, 136, 1);
}

.EditableTable tr.RowControlGroup a:hover {
    color:  rgba(253, 184, 36, 1);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #00395F;
    border-color: #00395F;
}


/* END OF
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateLiverpool.aspx
        2 - Copy the generated CSS
        3 - Paste it here

*/




/**************************************************** CUSTOM CSS ***********************************************/

/* Feedback Messages */
/* Bring the message to top of content (screens and popups)*/
div.Feedback_Message_Wrapper {
    left: 0;
    z-index: 4013;
}



/*Layout Popup*/
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
    color:white;
}

.MainPopup {
    padding: 14px 22px;
    display:block;
}




/* MenuItemDetail_Popup */

.menu-dropdown{
 margin-bottom: 10px;   
}

.Form .LinkWrapper input[type=radio].ReadOnly:not(.Not_Valid){
    border: none;
}




/* Menus Screen */
.MenusTable tr td {
    vertical-align:middle;
}

.SectionItemTable tr td.order-cell td:last-child a,
.SectionTable tr td.order-cell td:last-child a,
.MenusTable tr td.order-cell td:last-child a{
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    padding: 4px 2px 2px 4px;
    background: #efefef;
    margin-left: 10px;
}

.SectionItemTable tr td.order-cell td:first-child a,
.SectionTable tr td.order-cell td:first-child a,
.MenusTable tr td.order-cell td:first-child a{
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    padding: 4px 4px 2px 3px;
    background: #efefef;
}



/* Carousel Web block */
.owl-theme .owl-controls .owl-buttons div {
    color: #ffffff;
    font-size: 50px;
}

.owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
}

.owl-theme .owl-controls .owl-page span {
    background: #92a1a8;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fdb900;
}

.carousel-item{
    position: relative;
    margin: 0 auto;
}

.carousel-img{
    width: 100%;
}

.carousel-content{
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    margin: 0 0 74px 70px;
}

.carousel-title{
    font-size: 72px;
    font-family: "Playfair Display";   
}

.carousel-description{
    font-size: 16px;
    margin-left: 0;
    width: 55%;
}

.Button.carousel-button,
.Button.Is_Default.carousel-button{
    background-color: #fcc83a;
    color: #005288;
    font-weight: 600;
    width: 160px;
    border:none;
}


/* MostPopularProducts web block*/

.section-most-popular-list{
    display:flex;
    flex-wrap: wrap;
}

.section-most-popular-products-card {
    box-shadow: 0px 0px 10px #e2e2e2;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px 30px 60px 30px;
    position:relative;
}


.section-most-popular-products-card:nth-child(3n+2){
    margin-left: 1.5%;
    margin-right: 1.5%;
}



.section-title{
    color: #131819;
    font-family: "Playfair  Display";
    font-size: 32px;
    font-weight: 400;
    margin-top: 60px;
}

.section-most-popular-products-title{
    color: black;
    font-size: 20px;
    font-weight: 400;
}

.section-most-popular-products-description{
    color: #4d636d;
    font-size: 16px;
    font-weight: 400;
}


.section-most-popular-products-link{
    color: #005288;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
}
.section-most-popular-products-link a,
.section-most-popular-products-link a:link {
    color: #005288;
}



/* WhatYouNeedToKnow web block*/

.section-what-you-need-to-know.section-most-popular-list{
    border-bottom: 1px solid #d4dcdf;
}

.section-what-you-need-to-know-card{
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0px 30px 50px 30px;
    position:relative;
}

.section-what-you-need-to-know-card:nth-child(3n+2){
    border-left: 1px solid #d4dcdf;
    border-right: 1px solid #d4dcdf;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.section-what-you-need-to-know-title{
    color: black;
    font-size: 22px;
    font-weight: 400;
}

.section-what-you-need-to-know-description{
    color: #4d636d;
    font-size: 14px;
    font-weight: 400;
}

.section-what-you-need-to-know-link{
    color: #005288;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}
.section-what-you-need-to-know-link a,
.section-what-you-need-to-know-link a:link {
    color: #005288;
}



/* Banner web block*/
.banner-img {
    width: 100%;
}

.banner-content{
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0 0 74px 70px;
    display: block;
    width: 100%;
}

.banner-title{
    font-size: 72px;
    font-family: "Playfair Display";
    display: block;
}

.banner-btn-container{
    display: inline-block;
    margin-right: 25px;
}

.banner-description{
    margin-top: 15px;
    font-size: 16px;
    margin-left: 0;
    width: 55%;
    display: inline-block;
}

/* LinkList web block*/


.section-link-list-card{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 30px 30px 0px;
    position:relative;
}

.section-link-list-link{
    font-family: Roboto;
    color: #005288;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}
/* generic class to override margin top in section titiles */
.section-title {
    margin-top: 0px;
}

.tooltipstered {
    color: black;
}

/**************************************************** END CUSTOM CSS ********************************************/



/* @@@@@@@@@@@@@@@@  Custom Form  @@@@@@@@@@@@@@@@ */

/***    Import icons    ***/
@import url(/RichWidgets/Theme.FontAwesome.css?12031&6323);

.Form:empty:after {
    
    
    
}

.Form:empty {
    
    
}

.Form label {
    color: #999;
    vertical-align: top;
}

.Form label.MandatoryLabel:after {
    content: "*";
    color: #BF1601;
    position: absolute;
    padding: 0px 5px 5px 3px;
    font-size: 12px;
    font-weight: normal;
}

/* Don't render InputMandatorySymbol span, since we use labels */
span.InputMandatorySymbol {
    display: none;
}
    
.Form input[type="text"],
.Form input[type="password"],
.Form input[type="datetime"],
.Form input[type="datetime-local"],
.Form input[type="date"],
.Form input[type="month"],
.Form input[type="time"],
.Form input[type="week"],
.Form input[type="number"],
.Form input[type="email"],
.Form input[type="url"],
.Form input[type="search"],
.Form input[type="tel"],
.Form input[type="color"],
.Form select,
.Form textarea {
    /* remove box shadow from london */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: top;

    /* readonly look inside SS */
    
    
    
    
}

.Form input::-ms-clear {
    display: none;
}

.Form input.Not_Valid,
.Form textarea.Not_Valid {
    /* override invalid inputs padding */
    padding: 0px 12px;
}

.Form input[type="checkbox"] {
    /* Same height as inputs */
    margin-top: 10px;
    margin-bottom: 10px;
}

.Form input.ReadOnly,
.Form textarea.ReadOnly,
.Form select.ReadOnly {
     /* override readonly color to look like labels*/
    color: #333;
    font-size: 16px;
    background: #FAFAFA;
}

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
     border-color: transparent;
 }

.Form:not(.ReadOnly) input.ReadOnly,
.Form:not(.ReadOnly) textarea.ReadOnly,
.Form:not(.ReadOnly) select.ReadOnly {
    cursor: pointer;
}

.Form.ReadOnly select {
    pointer-events: none;
}

.Form textarea.ReadOnly {
    resize: none;
}

.Form a.SmartInput_Undo {
    margin-left: -30px;
    padding: 2px 5px;
    text-decoration: none;
    display: none;
    position: absolute;
}

.Form a.SmartInput_Undo:after {
    font-family: FontAwesome;    
    font-size: 20px;
    content: "\f0e2";
    color: #AAA;
}

.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo,
.Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo,
.Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo {
    display: inline-block;
}

.Form .FormEditPencil {
    display: none;
    position: absolute;    
    font-size: 16px;
    color: #CFCFCF;
    cursor: pointer;
    pointer-events: none; /* caught by input */
    padding: 5px;
    margin-left: -30px;
    margin-top: 5px;
}

/* pencil should be after input (possibly with undo between) */
.Form:not(.WithTouchEvents) input.ReadOnly:hover:not(.SmartInput_Changed) + .SmartInput_Undo + .FormEditPencil,
.Form:not(.WithTouchEvents) textarea.ReadOnly:hover:not(.SmartInput_Changed) + .SmartInput_Undo + .FormEditPencil,
.Form:not(.WithTouchEvents) select.ReadOnly:hover:not(.SmartInput_Changed) + .SmartInput_Undo + .FormEditPencil { 
    display: inline-block;
}

/* Label positioning */
.Form.form-top label {
    display: block;
    padding-bottom: 3px;
}

.Form:not(.form-top) label {
    padding-top: 5px;
}

.Form.form-top input[type="text"],
.Form.form-top input[type="password"],
.Form.form-top input[type="datetime"],
.Form.form-top input[type="datetime-local"],
.Form.form-top input[type="date"],
.Form.form-top input[type="month"],
.Form.form-top input[type="time"],
.Form.form-top input[type="week"],
.Form.form-top input[type="number"],
.Form.form-top input[type="email"],
.Form.form-top input[type="url"],
.Form.form-top input[type="search"],
.Form.form-top input[type="tel"],
.Form.form-top input[type="color"],
.Form.form-top select,
.Form.form-top textarea {
    margin-left: 0px; /* override MarginGutter */
}

.Form.form-top>div.OSAutoMarginTop {
    margin-top: 15px;
}

.Form.form-right label {
    text-align: right;
}

/* Smartphones */
@media screen and (max-width: 764px) {
    /* Override london 'display-block' to avoid undo wrapping */
    .Responsive .Form [class*='ThemeGrid_Width'] {
        display: inline-block;
    }
    
    /* To be on front of select elements */
    .Form a.SmartInput_Undo{
        z-index: 1;
    }
    
    .Form.form-right label {
        text-align: left;
    }
}

/* ExcludeFromPickers: Form, Form_Changed, form-top, form-left, form-right, Responsive, OSAutoMarginTop, WithTouchEvents, FormEditPencil, MandatoryLabel, ReadOnly, SmartInput_Changed, SmartInput_Undo, ThemeGrid_MarginGutter */

/*Point guard mobile app backend  on UPCMS*/

.ShortCuts{
    text-align: center;
    box-shadow: 0px 8px 15px rgba(0, 82, 136, 0.2);    
    border-radius: 20px;
    font-size: 20px;
}
.ShortCuts a{ 
    padding: 30px 0; 
    display: block;    
}

.mytag{
    display: inline;
    background: gray;
    color: white;
    padding: 2px 8px;
    border-radius: 12px; 
}

.greenTag{ background: green; }
.redTag{ background: red; }

.MenusTable tr td.order-cell td:last-child a {
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    padding: 4px 2px 2px 4px;
    background: #efefef;
    margin-left: 10px;
}

.CustomSection {
    background-color: #fff;
    border: 1px solid #dadbde;
    box-shadow: 0 1px 2px rgba(211, 211, 211, .5);
    padding: 5px 0 0;
}
.CustomSection_header {
    border-bottom: solid 1px #eee;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 25px;
    text-transform: uppercase;
}

.CustomSection_content{
    padding: 25px;
}

.CustomSection_title,
.CustomSection_actions{
    text-transform: capitalize;
    font-size: 16px;
}

.order-cell a {
    border: 1px solid #bbbbbb;
    border-radius: 30px;
    padding: 4px 2px 2px 4px;
    background: #efefef;
    margin-left: 10px;
}

.PointGuardFrom select[disabled="disabled"], 
.Form.PointGuardFrom select.ReadOnly[disabled="disabled"]{
    background-image: none;
}

.tabContainer .Tabs_body{ padding: 25px; }
