﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?58");

/* ===================================================================== */
/*  The following CSS was created using Theme Editor.                    */
/*  To modify this CSS, click "Open Theme Editor".                       */
/* ===================================================================== */

/* ===================================================================== */
/*  Root - CSS Variables                                                 */
/* ===================================================================== */

:root {
    /* Color - Brand */
    --color-primary: #2e3092;
    --color-secondary: #2e3092;

    --color-primary-hover: #22246e;
    --color-primary-selected: rgba(46, 48, 146, .12);

    /* Color - Extended */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;

    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;

    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;

    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;

    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;

    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;

    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;

    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;

    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;

    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;

    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;

    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;

    /* Color - Neutral */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #868e96;
    --color-neutral-8: #5c656d;
    --color-neutral-9: #343a40;
    --color-neutral-10: #15181a;

    /* Color - Semantic */
    --color-error-light: #fceaea;
    --color-error: #e03131;

    --color-warning-light: #fdf6e5;
    --color-warning: #e9a100;

    --color-success-light: #eaf3eb;
    --color-success: #2a843c;

    --color-info-light: #e5f5fc;
    --color-info: #009dde;

    /* Elevation / Shadow */
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);

    /* App Settings */
    --color-background-body: #ffffff;
    --header-color: #ffffff;
    --side-menu-size: 300px;
}

/* Header Color */

.layout .header {
    background-color: var(--header-color);
}

.btn,
.Button {
    color: var(--color-primary);
}

.tag,
.badge,
.btn.Is_Default, 
.Button.Is_Default {
    color: #fff;
}
:root {
    --color-primary: #2e3092; /*primary-color #FF9800*/
    --color-primary-hover: #2e3092; /*primary-color*/
    --color-secondary: #2e3092; /*primary-color*/
}

@font-face {
    font-family: 'Roboto';
    src: url('/ASMP_Common/Roboto-Regular.ttf');  
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/ASMP_Common/Roboto-Bold.ttf');  
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('/ASMP_Common/Roboto-Italic.ttf');  
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/ASMP_Common/Roboto-Light.ttf');  
}

@font-face {
    font-family: 'Gotham';
    src: url('/ASMP_Common/GothamMedium.ttf');  
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('/ASMP_Common/GothamBold.ttf');  
}

@font-face {
    font-family: 'Gotham Light Italic';
    src: url('/ASMP_Common/GothamLightItalic.ttf');  
}

body,
.Content,
.MainContent
{
}

body {
    background-color: #F3f6f8;
    background-color: var(--color-background-body);
}

html,
body,
a,
select,
fieldset,
button,
select,
textarea,
optgroup,
option,
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.Form input.ReadOnly, 
.Form textarea.ReadOnly, 
.Form select.ReadOnly 
{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

.ub-label-gotham-light-s,
.ub-label-gotham-light-m,
.ub-label-gotham-light- {
    font-family: 'Gotham;
    font-weight: normal;
    font-style: normal;
}
.ub-label-gotham
{
    font-family: 'Gotham', sans-serif;
    font-weight: normal;
    font-style: normal;
    
    font-smooth: always;    
    -webkit-font-font-smooth: always;
    -moz-osx-font-font-smooth: always;
}

/* #FFF fonts */

.ub-label-light-xs,
.ub-label-light-s,
.ub-label-light-m,
.ub-label-light-l,
.ub-label-light-xl,
.ub-label-light-xxl {
    color: #FFF;
}

.ub-label-light-xs {
    font-size: 10px;
}

.ub-label-light-s {
    font-size: 12px;
}

.ub-label-light-m {
    font-size: 14px;
}

.ub-label-light-l {
    font-size: 16px;
}

.ub-label-light-xl {
    font-size: 18px;
}

.ub-label-light-xxl {
    font-size: 21px;
}

/* #000 fonts */


.ub-label-dark-xs,
.ub-label-dark-s,
.ub-label-dark-m,
.ub-label-dark-l,
.ub-label-dark-xl
.ub-label-dark-xxl {
    color: #4B4948;
}


.ub-label-dark-xs {
    font-size: 10px;
}

.ub-label-dark-s {
    font-size: 12px;
}

.ub-label-dark-m {
    font-size: 14px;
}

.ub-label-dark-l {
    font-size: 16px;
}

.ub-label-dark-xl {
    font-size: 18px;
}

.ub-label-dark-xxl {
    font-size: 21px;
}

.ub-label-word-break {
    word-break: break-word;
}

.ub-button-default-0 {
    /*background: linear-gradient(314.7deg, #FF8B00 0%, #F32C00 100%);*/
    background: #2e3092;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    font-weight: 500;
    color: #FFF;
}

.ub-button-default-cancel {
    /*background: linear-gradient(314.7deg, #FF8B00 0%, #F32C00 100%);*/
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    border-color: #fff;
    font-weight: 500;
    color: #ff0000;
}

.ub-button-default-gray {
    background-color: transparent;
    border: 1px solid #848791;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    color: #848791 !important;
}

.ub-button-default-round-right {
    background: #2F80ED;
    border-radius: 0px 4px 4px 0px;
    border-color: #2F80ED;
    font-weight: 500;
    color: #FFF;
}

.ub-button-default-round-right-gray {
    background: transparent;
    border-radius: 4px;
    border-color: #2F80ED;
    font-weight: 500;
    color: #2F80ED;
}

.ub-button-default-round-right-gray:hover {
    color: #2F80ED;
}

.ub-button-default-round {
    background: #2F80ED;
    border-radius: 4px;
    font-weight: 500;
    color: #FFF;
    border: none;
}

.text-radius-right {
    border-radius: 0px 4px 4px 0px;
}

.text-radius-left {
    border-radius: 4px 0px 0px 4px;
}


/* Tables */


.ub-table .TableRecords .TableRecords_Header,
.ub-table .TableRecords .TableRecords_Header span {
    font-weight: normal;
    color: #848791;
    text-align: left;
}

.ub-table .TableRecords .TableRecords_OddLine a,
.ub-table .TableRecords .TableRecords_EvenLine a {
    font-weight: normal;
    color: #4B4948;
    text-align: left;
}
.DropArea{
    border: 2px dashed gray;
    border-top-color: grey;
    border-right-color: grey;
    border-bottom-color: grey;
    border-left-color: grey;
    text-align: center;
    background-color: #F9F9F9;
    border-color: #A7A7A7;
    border-radius: 10px;
    color: #A7A7A7;
}
div.Feedback_AjaxWait {
    color: #ff0000 !important;
}
