﻿@import url('https://www.outsystems.com/RichWidgets/Theme.FontAwesome.css?88802');

/*Blocks\RichWidgets\RichWidgets\Icon.css*/
.fa:after {
    content: "N/A";       
}
/*Blocks\WebPatterns\Private\Tooltipster_3_0_6.css*/
.tooltipster-default {
    border-radius: 5px; 
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}


.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}


.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    
}



.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}









.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}



.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0; 
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -8px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -6px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border {
    top: -8px;
}




.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}



.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/*Blocks\WebPatterns\Javascript\SilkUI.css*/
.ResponsiveOverlay {
    position: fixed;
    display: none;
    width: 250px; 
    bottom: 0; 
    right: 0;    
    color: #fff; 
    border-top-left-radius: 10px;
    font-family: sans-serif;
    font-size: 14px; 
    z-index: 10001;
    
    opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;     
    
        
}


.ResponsiveOverlay.show {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}


.ResponsiveOverlay_Top {
    width: 250px;    
    height: 40px; 
    color: #fff; 
    border-top-left-radius: 10px;
    padding: 10px; 
    font-weight: 600;
    font-size: 14px;
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(10,10,10,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(10,10,10,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(10,10,10,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(10,10,10,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(10,10,10,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(10,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#0a0a0a', GradientType=0 );
}

.ResponsiveOverlay_Bottom {
    width: 250px;    
    color: #fff;
    padding: 10px;
    font-weight: 400; 
    font-size: 14px;
    
    background: #222;
}

.ResponsiveOverlay_Bottom .ToggleButton {
    width: 40px;
    height: 20px;
    background-color: #666;
    border-color: #333;
    border-radius: 25px;  
}

.ResponsiveOverlay_Bottom .ToggleButton_label:after, 
.ResponsiveOverlay_Bottom .ToggleButton_label.changed:after {
    border-radius: 20px;
    height: 10px;
    top: 3px;
    width: 10px;
}

.ResponsiveOverlay_Bottom .ToggleButton_label.changed:after{
    left: 25px;
}

.ResponsiveOverlay_Bottom .ToggleButton.changed {
    border-color: #2B5612;
    background-color: #6EA01F;
}

.ResponsiveOverlay_Bottom .ToggleButton_label {
    width: 40px;
    height: 20px;
}

.ResponsiveOverlay_Bottom .ToggleButton_label input {
    right: 0;
}

.ResponsiveOverlay_bg {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;    
    opacity: 0;   
    
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;    
    
    
    
}

.ResponsiveOverlay__loading{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-animation: fa-spin .8s infinite linear;
    animation: fa-spin .8s infinite linear;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 30px;
}




.ResponsiveOverlay_bg.show {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    
    
}


.ResponsiveOverlay_Preview{
    color: #FFF;
    padding: 10px 0px;
}

.ResponsiveOverlay_Preview a{
    margin-left: 10px;
    font-size: 16px;
}

.ResponsiveOverlay_Preview a span.fa{
    color: #fff;
}

.ResponsiveOverlay_Preview a:hover span.fa{
    color: #CCC;
}


.ResponsiveOverlay .OpenClose{
    cursor: pointer;
}



.SilkUIDevTools{
    width: 100%;
    padding: 20px;
    background-color: #CCC;
}

.SilkUIDevTools_log{
    width: 100%;
    padding: 20px;
    background-color: #EFEFEF;
    margin-bottom: 0px;
    height: 100px;
    overflow-y: auto;
    font-size: 11px;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

.SilkUIDevTools textarea{
    margin-bottom: 10px;
}
/*Blocks\RichWidgets\jQueryUI\jQueryUIInternal.css*/
.os-internal-ui-widget-overlay {
   position: fixed;
   *position: absolute; 
   top: 0;
   left: 0;
   background-color: black;
   filter: alpha(opacity=30); 
   -moz-opacity: 0.3; 
   opacity: 0.3;
}

.os-internal-ui-dialog {
   position: absolute;
}

div.os-internal-PopupCallOut{
   position: absolute;
   display: none;
   z-index: 4001;
}

div.os-internal-Popup .os-internal-ui-dialog,
div.os-internal-Popup.os-internal-ui-dialog {
    background-color: white;
    border:1px solid #666666;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    border-bottom: 0px solid #d8d2aa;
    background: #1E5AA3 url(https://www.outsystems.com/RichWidgets/img/Bar_Gradient.png?88802) repeat-x top;
    _background:#1E5AA3;  
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.outsystems.com/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  
    padding: 0px;
    height: 28px;
}

div.os-internal-Popup .os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar {
    cursor: move;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-hover,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-hover,
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    width: 16px;
    height: 16px;
    background: url(https://www.outsystems.com/RichWidgets/img/Popup_titlebar_close.png?88802) no-repeat;
    position:absolute;
    top: 6px;
    right: 7px;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title {
    width: 48px;
    height: 48px;
    background: url(https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close.png?88802) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close.png', sizingMethod='scale');  
    position:absolute;
    top: -24px;
    right: -24px;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:hover {
    background: url(https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png?88802) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.outsystems.com/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png', sizingMethod='scale');  
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close span,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close span {
    display: none;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
    margin-left: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 7px;
    left: 4px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-content,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-content {
    margin: 0px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-buttonpane,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-buttonpane {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 100%;
    text-align: right;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-buttonpane button,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-buttonpane button {
    margin: 6px;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-n,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-s,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-e,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-w,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-se,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-sw,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-nw,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-ne,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px;}
/*Blocks\RichWidgets\RichWidgets\Feedback_Message.css*/
div.Feedback_Message_Wrapper {
    position: fixed;
    top: -200px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 24px;
    _position: absolute; 
    _top: expression( (document.documentElement.scrollTop - 2) + 'px' ); 
    z-index: 10000;
}

div.Feedback_Message_Wrapper img {
    vertical-align: middle;
    padding: 2px;
    margin: 0px;
}

a.Feedback_Message_Wrapper_Close {
    position:absolute;
    top: 0px;
    right: 0px;
}

a.Feedback_Message_Wrapper_Close:hover {
  background-color:transparent;
}

div.Feedback_Message_Error,
div.Feedback_Message_Warning,
div.Feedback_Message_Success,
div.Feedback_Message_Info{
    position: relative;
    border: none; 
    border-radius: 8px;
    color: white;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
    word-break: break-word;
    
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
    -moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
}

div.Feedback_Message_Error {
    background-color: #BF1601;
}

div.Feedback_Message_Warning {
    background-color: #E88310;
}

div.Feedback_Message_Success {
    background-color: #76B501;
}

div.Feedback_Message_Info {
    background-color: #166BA5;
}
/*Blocks\OneTrustCookieBar_Lib\OneTrustCookieBar\CookieConsentButton.css*/
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left{
    background-color:transparent !important;
    border: 0px !important;
    width: 25px !important;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle{
    background-color:transparent !important;
    border: 0px !important;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-right{
    display:none;  
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left{
    background-position: 1px 9px !important;
}

div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings{
    font-family: myriad-pro,Arial,sans-serif !important;
    font-weight: 400 !important;    
    line-height: 1.4em !important;
    padding: .3333em 0 !important;
    color: #9b9b9b !important;
}

div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: underline !important;
}
    
div.optanon-show-settings-popup-wrapper {
    height: 0px;
    display: flex;
    margin-bottom: 30px;
}

.footer-section-link > .optanon-show-settings-popup-wrapper > .optanon-show-settings-button > .optanon-show-settings-left {
    display: none;
}

.optanon-show-settings-button {
    display: flex;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left {
    width: 25px !important;
}
.optanon-show-settings-popup-wrapper *, .optanon-show-settings-popup-wrapper div {
    white-space: nowrap!important;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    margin-top: 3px;
}
/*Blocks\RichWidgets\RichWidgets\Feedback_AjaxWait.css*/
div.Feedback_AjaxWait {
	color: white;
    font-size: 16px;
	position: fixed;
	bottom: 0px;
	right: 0px;
    background-color: #FFD026;
	padding: 4px 10px 4px 10px;
	z-index: 10000;
    border-top-left-radius: 3px;
}

div.Feedback_AjaxWait img {
  vertical-align: bottom;
}

.Feedback_AjaxWait_CursorProgress,
.Feedback_AjaxWait_CursorProgress a,
.Feedback_AjaxWait_CursorProgress input {
    cursor: progress;
}
/*Blocks\PortalTheme\Popup\OnboardingPopup.css*/
.Modal {
    display: block;
    z-index: 100;

    
    
    
    
}

body.ModalOpened .Modal {
    display: block;
}

body.ModalOpened .ModalBackground {
    background-color: rgba(0, 0, 0, .41);
    display: block;
}

.ModalBackground {
    background-color: rgba(0, 0, 0, .0);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    z-index: 10;

    
}

.phone .ModalBackground {
    display: none;
}

body.ModalOpened .ModalContainer {
    display: block;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
        -ms-transform: translateX(-50%) translateY(0) translateZ(0);
            transform: translateX(-50%) translateY(0) translateZ(0);
}

.Modal .ModalContainer {
    background: #fff;
    border: 1px solid #e4e4e4;
    border: 1px solid #dddedf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 40%;
    box-shadow: 0 1px 5px 2px rgba(50, 50, 50, .1);
    display: none;
    left: 50%;
    max-width: 950px;
    padding: 0;
    position: fixed;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(100%) translateZ(0);
        -ms-transform: translateX(-50%) translateY(100%) translateZ(0);
            transform: translateX(-50%) translateY(100%) translateZ(0);
    -webkit-transition: all .3s;
            transition: all .3s;
    z-index: 11;

    
    
    
    
    
    
    
    width: 900px;
}

.ModalContainer table.EditRecord,
.ModalContainer table.ShowRecord {
    border: 0;
    text-align: left;
}

.ModalContainer.done {
    bottom: 0;
}

.ModalContainer .Heading1 {
    margin-bottom: 30px;
    margin-top: 0;
}

.ModalMessage {
    font-size: 14px;
    margin-bottom: 20px;
}

.ModalOpened {
    overflow: hidden;
}

.ModalOpened .calendar,
.ModalOpened .calendarPattern {
    z-index: 9999;
}


.phone .ModalContainer {
    height: 100%;
    overflow-y: scroll;
    z-index: 22;

    -webkit-overflow-scrolling: touch;
}

.Heading6{
    font-weight: bold;
    font-size: 22px;
    color: #222B34;
}

.Onboarding_maintext{
    font-size: 16px;
    color: #39414A;
}
.Onboarding-button{
    background: #F22800;
    border-radius: 6px;
    color: white;
    padding: 6.5px 14px 6.5px 14px;
   
}

.font-onb{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/*Blocks\training_old\BootcampFlow\Jumbotron.css*/
.jumbotron-wrapper {
    border-bottom: 1px solid #d3dadb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.jumbotron {    
    color: #1f282d;
    background: white;
}

.jumbotron .jumbo-breadcrumb {    
    border-bottom: 1px dashed rgba(231, 236, 237, 1);
    font-size: 12px;
    color: rgba(148, 159, 163, 1);
    font-weight: 600;
    line-height: 33px;
}

.jumbotron .jumbo-breadcrumb .breadcrumb {
    margin: 0px;   
}

.jumbotron .title {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    color: #596669;
    font-family: myriad-pro, sans-serif;
    text-rendering: optimizelegibility;
}

.jumbotron .subtitle {
    color: #7a878b;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.jumbotron .menu {
    border-top: 1px solid #eceff1; 
    margin-top: 22px;
}

.jumbotron .menu a {
    color: #7a878b;
    font-family: "Open Sans";
    padding: 14px;
    display: inline-block;
    margin: 0px 15px 0 0;
}


.jumbotron .menu a.selected {
    border-bottom: 2px solid #c82100;
    color: #c82100;
    font-weight: 600;
}
/*Blocks\training_old\BootcampFlow\BootcampSidebar.css*/
.upcoming-bootcamps-date {
    width: 50px;
}

.fontNewDesign  {
    font-family: 'NotoSans', Arial, Helvetica, sans-serif;
    color: #4D4D49;
    font-size: 16px;
}

.fontNewDesignHeader  {
    font-family: 'NotoSans', Arial, Helvetica, sans-serif;
}

.fontNewDesignButton  {
    font-family: 'NotoSans', Arial, Helvetica, sans-serif;
}