﻿@import url("/PlusBase_Th/Theme.PlusBase_Th.css?1708");

/* ===================================================================== */
/* ===================================================================== */

/*  OutSystems UI Style Guide Template - Version 1.0.0                   */

/*  $1 - Root - Primary Color Customization                              */

/* ===================================================================== */
/* ===================================================================== */

/* ===================================================================== */
/*  $1 - Root - Primary Color Customization                              */
/* ===================================================================== */

:root {
    --color-primary: #4f9975; /*primary-color*/
    --color-primary-hover: #4D5C66; /*primary-color*/
    --color-secondary: #4D5C66; /*primary-color*/
}

.content-top-title.heading1.ph,
.content-top-actions.ph
{
    color: #000000;
    height: 100px;
}

.app-logo {
    height: 32px;
    width: 21px;
}

.nowrap{
    white-space: nowrap;
}


.phone .TableRecords:not(.no-responsive) .TableRecords_Label {
    min-width: 100px;
}

.header .Menu_TopMenu:hover, .header .Menu_TopMenu.Menu_TopMenuActive
{
    border-bottom-color: transparent;
}