﻿@import url('ReferenceTheme.OutSystemsUIWeb.BaseTheme.Plain.css?17670');

/*Theme.RBPlusBackoffice_EndUser.css*/
:root {
    --color-primary: #f15a23; 
    --color-primary-hover: #f15a23; 
    --color-secondary: #f15a23; 
}

a.ActionAdd {
        -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid currentColor;
    color: var(--color-primary);
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    font-weight: var(--font-semi-bold);
    height: 40px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    margin: 0;
    padding: var(--space-none) var(--space-base);
    -webkit-transition: all 180ms linear;
            transition: all 180ms linear;

}
.fieldset{
    padding-top: 2px;
}

.TableRecords .TableRecords_OddLine, .TableRecords .TableRecords_EvenLine{
    height:20px;
}


.header .Menu_DropDownPanel a, .header .Menu_DropDownPanel a:link{
    padding: 2px;
}

.Menu_DropDownPanel .fieldset-legend{
    font-weight: bold;
}

.header .Menu_DropDownPanel {
    color: darkgrey;
    box-shadow: 10px 10px;    
}

.Menu_DropDownPanel .fieldset {
    padding: 2px; 
}

.Menu_DropDownPanel a, .Menu_DropDownPanel a:hover{
    color: #f15a23;
}

.Menu_DropDownPanel a:hover{
    font-weight: bold;
}

.colorblue {
    color: blue;
}

.colorlime{
    color: yellowgreen;
}

.colororange{
    color: orange;
}

.colorgreen{
    color: green;
}

.calendarcolororange{
    color: orangered;
}

.Badge {
    display: inline-block;
    position: relative;
    border-radius: 25px;
    min-width: 20px;
    margin-left: 10px;
    padding: 1px 5px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #FFF;
}

.Blue {
    background-color: #2980b9;
    color: #fff;
}

.Orange {
    background-color: #f39c12;
    color: #fff;
}

.NoWrap {
    white-space: nowrap;
}

a.DRLink {
    color: darkred;
}

.RootLink {
    font-size: large;
}

.Title_Section {
    margin-top: 0px;
}