﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?148");

/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

  ================================================ */
  
:root {
    --color-primary: #c3a300; /*primary-color*/
    --color-primary-hover: #b39501; /*primary-color*/
    --color-secondary: #c3a300; /*primary-color*/
}

.text-underline{
    text-decoration: underline;
}
.tooltip{
    text-align: left;
    white-space: normal;
    max-width: 500px;
    min-width: 500px;
}
.Form .tooltip-container{
    margin-left: 15px;
}
.tooltip-container .fa-info-circle{
    color: #0074c1;
}
.messagedetails-painel{
    min-width: 1000px;
}
.wizard-item.selected{
    font-weight: bold;
    font-size: 16px;
}

.Container-css{
    margin-bottom:20px;
}