﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?13990");

/* ===================================================================== */
/*  The following CSS was created using Theme Editor.                    */
/*  To modify this CSS, click "Open Theme Editor".                       */
/* ===================================================================== */

/* ===================================================================== */
/*  Root - CSS Variables                                                 */
/* ===================================================================== */

:root {
    /* Color - Brand */
    --color-primary: #4d4d4d;
    --color-secondary: #4d4d4d;

    --color-primary-hover: #3a3a3a;
    --color-primary-selected: rgba(77, 77, 77, .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 */
    --side-menu-size: 300px;
}

.btn,
.Button {
    color: var(--color-primary);
}

.tag,
.badge,
.btn.Is_Default, 
.Button.Is_Default {
    color: #fff;
}
:root {
    --color-background-body: #FFF;
}

html {
    font-family: Arial, sans-serif;
    font-size:62.5%;
}
    
.layout {
    width: 100%;
    height: 100%;
}

.d-flex {
    display: flex!important; 
}

.flex-column {
    flex-direction: column!important; 
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.article, .aside, .dialog, .figcaption, .figure, .footer, .header, .hgroup, .main, .mainTag, .nav, .section {
    display:block; 
}

 .main {
    height: 100%;
    margin-top:  0px;
    overflow: hidden;
    overflow-y: auto;
    padding:5%;
 }
 
 .background-image {
    background-image: url(/MyLeez/img/BackgroundImage.jpg?3604&11342);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
 
 
@media (min-width: 576px) {
    .main {
        margin-top:  20px;
    }
}

.main .breadcrumb {
    margin-top:-2.6rem;
}

.container {
    width: 100%;
    padding: unset;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
  
@media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
}
  
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
  
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}
  
@media (min-width: 1640px) {
    .container {
        max-width: 1600px;
    }
}
  
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.page-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top:0;
    padding-bottom:2rem; 
}
  
.page-header.white {
    color:#fff; 
}

.page-header__title {
    font-size:4.6rem;
    font-weight:200;
    text-align: left;
    padding: 0.5rem 0 0 1rem;
    text-decoration:none;
    vertical-align: middle;
    border-left: 0.3rem solid #4D4D4D;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .page-header__title {
        margin-top: 30px;
    }
}

.page-header__title > div { 
    margin-bottom:0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
  
  
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
  
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
  
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:400;
    margin: 0 0 10px 0; 
    text-transform: uppercase;
}

.h1 {
    font-size:4.6rem;
    line-height: 4.6rem;
    font-weight:200; 
}
    
@media (max-width:767px){
    .h1 {
        font-size:26px; 
    } 
}
            
.h6 {
    font-size:14px; 
}

.page-header__back {
    left: -30px;
    position:  absolute;
    top: 10px;
    transition: all .2s;

    
    
    
}

.page-header__back:hover {
    left: -35px;
    position: absolute;
    top: 10px;
} 


.site-header {
    flex: none;
    z-index: 1;
    background: #fff; 
}

.site-header__brand-bar{
    height:38px;
    background-color:#00965e;
    /* fallback color if gradients are not supported */
    background-image:-webkit-linear-gradient(left,#4D4D4D 0,#ADADAD 100%);
    /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:-moz-linear-gradient(left,#4D4D4D 0,#ADADAD 100%);
    /* For Firefox (3.6 to 15) */
    background-image:-o-linear-gradient(left,#4D4D4D 0,#ADADAD 100%);
    /* For old Opera (11.1 to 12.0) */
    background-image:linear-gradient(to right,#4D4D4D 0,#ADADAD 100%);
    /* Standard syntax; must be last */
    transition:all .2s ease-in-out; 
}

.site-header__brand-bar .site-header__brand-bar-nav ul>li,
.site-header__brand-bar .site-header__brand-bar-nav span {
    font-weight:700;
    font-size:11px;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    height:38px;
    color:#fff;
    padding:0 10px;
    transition:all .2s ease-in-out; 
}

.site-header__brand-bar .site-header__brand-bar-nav a,
.site-header__brand-bar .site-header__brand-bar-nav .dropdown-toggle {
    color:inherit;
    font-weight:700;
    font-size:11px;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    height:3;
    transition:none; 
}

.site-header__brand-bar .site-header__brand-bar-nav ul {
    display:flex; 
}
        
@media (max-width:991px) {
    .site-header__brand-bar .site-header__brand-bar-nav ul {
        display:none; 
    } 
}

.site-header__brand-bar .site-header__brand-bar-nav ul>li:last-child {
    padding-right:0; 
}

.site-header__brand-bar .site-header__brand-bar-nav ul>li:hover {
    color:#333;
    background-color:#f4f5f6; 
}

.site-header__brand-bar .site-header__brand-bar-nav .dropdown .dropdown-menu {
    font-size:1.2rem; 
}

.site-header__brand-bar .site-header__brand-bar-nav .dropdown.show {
    color:#333;
    background-color:#f4f5f6; 
}
    
.site-header__brand-bar .site-header__brand-bar-nav .dropdown-toggle:hover {
    color:#333; 
}

.site-header__brand-logo {
    margin:0.3rem 0 1.1rem;
}

.site-header__brand-logo .logo-link {
    max-width:14.8rem; 
}

@media (min-width:768px){
    .site-header__brand-logo {
        margin:2.5rem 0; 
    } 
}

.site-header__brand-logo .cobrand-logo img {
    max-height:2rem; 
}
        
.logo-link {
    vertical-align:middle; 
}
    
.baseline, .baseline .h3, .logo-link {
    line-height:normal;
    display:inline-block; 
}
    
    
.baseline, div.baseline {
    font-size: 1.6rem;
    font-weight:400;
    vertical-align:middle;
    margin: 0.3rem 0 0 1.5rem; 
}

.baseline, .baseline .h3, .logo-link {
    line-height:normal;
    display:inline-block; 
}

.baseline .h3 {
    color:#333;
    font-size:inherit;
    font-family: inherit;
    margin:0;
    text-transform:none; 
}
    
.baseline .h3:first-child {
    margin-right:4rem;
    font-size: 2rem;
    text-transform:uppercase; 
}
        
        
@media (max-width:991px) {
    .baseline .h3:first-child {
        margin-right:0; 
    } 
}

.baseline .h3:first-child::before {
    content:'';
    border-left:1px solid #333;
    padding-left:1.5rem;
    height:1.2rem;
    display:inline-block; 
}

.baseline .h3:only-child {
    margin-right:0;
    text-transform:none; 
}

.baseline .h3:only-child::before {
    content:'';
    display:none; 
}

@media (max-width:991px) {
    .site-footer__brand-logo .baseline .h3{
        line-height:1.2rem;
        text-align:right;
        text-transform:none;
        margin-top: 0.7rem; 
    } 
}

.site-footer__brand-logo .baseline {
    font-size:1.4rem;
    line-height:2.3rem;
    margin:0 0 0 2.5rem; 
}

@media (max-width:991px) {
    .site-footer__sticky .site-footer__brand-logo .baseline{
        display:none; 
    }
    .site-footer__brand-logo .baseline {
        width:10rem;
        font-size:1rem;
    } 
}

@media (max-width:29rem) {
    .site-footer__brand-logo .baseline {
        display:none; 
    } 
}

.site-name {
    border-left: 1px solid #4D4D4D;
    color: #4D4D4D;
    float: left;
    padding-left: 10px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 16px;
}

 .desktop .dynamicwidth {
    width: 50%;
    margin-left: 10%;
 }
 
.dynamicwidth {
    width: 80%;
    margin-left: 10%;
    
 }
 
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"] {
    height: 40px;
    border-radius: 5px;
}

select {
    height: 40px;
    line-height: 34px;
    border-radius:5px;
    position:relative;
}

textarea{
  border-radius:5px;
  
}

.btn {
    padding: 1.1rem 3rem 0.8rem;
}

@media only screen and (max-width: 568px) {
    table.displayBlockMobile,
    table.displayBlockMobile table,
    table.displayBlockMobile tbody,
    table.displayBlockMobile tr,
    table.displayBlockMobile td {
        display: block;
    }
 
    .displayDesktop {
        display: none;
    }
}

@media only screen and (min-width: 569px) {
    .displayMobile {
        display: none;
    }
}

.Note {
    color: #888;
}


/*Set min width for FeedbackMessage*/
.phone div.Feedback_Message_Error,
.phone div.Feedback_Message_Warning,
.phone div.Feedback_Message_Success,
.phone div.Feedback_Message_Info {
    min-width: 0;
}

div.Feedback_Message_Error,
div.Feedback_Message_Warning,
div.Feedback_Message_Success,
div.Feedback_Message_Info {
    min-width: 0;
}

.invisible {
    display: none;
}




/*------------------------------------*    #BUTTONS                             line 13647 corp
\*------------------------------------*/
/**
 * Button
 */
.btn{
    display:inline-block;
    background-color:#5c656d;
    color:#fff;
    font-size:1.2rem;
    font-weight:700;
    font-family:'BNPPSquare','Arial',sans-serif;
    padding: 1.1rem 3rem 0.8rem;
    border:0;
    text-align:center;
    text-transform:uppercase;
    border-radius:4px;
    transition:all .2s ease-in-out; }
    .btn:focus,.btn:hover{
        background-color:#5c656d;
        color:#fff;
        cursor:pointer; }
    .btn:active{
        background-color:#00965e;
        color:#fff; }
    .btn.btn--reversed{
        background:#fff;
        color:#00965e; }
    .btn.btn--reversed:focus,.btn.btn--reversed:hover{
        background:#f4f5f6;
        color:#00965e; }
    .btn.btn--reversed:active{
        background:#fff;
        color:#00965e; }
    .btn.btn--alternative-yellow{
        background:#fdc82f;
        color:#fff; }
    .btn.btn--alternative-yellow:hover,.btn.btn-alternative-yellow:focus{
        background:#e3b52b;
        color:#fff; }
    .btn.btn--alternative-yellow:active{
        background:#fdc82f;
        color:#fff; }
    .btn.btn--alternative-grey{
        background:#616a71;
        color:#fff; }
    .btn.btn--alternative-grey:hover,.btn.btn-alternative-grey:focus{
        background:#4b5157;
        color:#fff; }
    .btn.btn--alternative-grey:active{
        background:#616a71;
        color:#fff; }
    .btn.btn--alternative-orange{
        background:#fd812f;
        color:#fff; }
    .btn.btn--alternative-orange:hover,.btn.btn-alternative-orange:focus{
        background:#e46816;
        color:#fff; }
    .btn.btn--alternative-orange:active{
        background:#fd812f;
        color:#fff; }
    .btn.btn--alternative-blue{
        background:#179ad0;
        color:#fff; }
    .btn.btn--alternative-blue:hover,.btn.btn-alternative-blue:focus{
        background:#0081b7;
        color:#fff; }
    .btn.btn--alternative-blue:active{
        background:#179ad0;
        color:#fff; }
    .btn.btn--alternative-dark-pink{
        background:#96275a;
        color:#fff; }
    .btn.btn--alternative-dark-pink:hover,.btn.btn-alternative-dark-pink:focus{
        background:#6e1c42;
        color:#fff; }
    .btn.btn--alternative-dark-pink:active{
        background:#96275a;
        color:#fff; }
    .btn:disabled{
        background:#f1f3f5;
        color:#fff;
        cursor:not-allowed; }
    .btn.btn--small{
        padding: 0.7rem 1.5rem .5rem;
        font-size:1.1rem; }
    .btn.btn--block{
        width:100%; }

/* line 1948 */
.btn{
    white-space:nowrap;
    vertical-align:middle;
    user-select:none;
    line-height:1.25; }
    .btn:hover,.btn:focus{
        text-decoration:none; }
    .btn:focus,.btn.focus{
        outline:0;
        box-shadow:0 0 0 3px rgba(0,123,255, 0.25); }
    .btn.disabled,.btn:disabled{
        opacity: 0.65; }
    .btn.active,.btn:active{
        background-image:none; }

a.btn.disabled,
fieldset[disabled] a.btn{
    pointer-events:none; }
