﻿@import url('/RichWidgets/Theme.FontAwesome.css?7492');

/*Blocks\RichWidgets\RichWidgets\Icon.css*/
.fa:after {
    content: "N/A";       
}
/*Blocks\WebPatterns\Private2\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(/RichWidgets/img/Bar_Gradient.png?7492) repeat-x top;
    _background:#1E5AA3;  
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/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(/RichWidgets/img/Popup_titlebar_close.png?7492) 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(/RichWidgets/img/Popup_Editor_No_Title_Close.png?7492) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/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(/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png?7492) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/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\WebPatterns\Layout\LayoutLogin.css*/
html, body, form,
.Page, .Login {
    height: 100%;
}

.Login_Box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -200px;
    margin-left: -140px;
    width: 280px;
}
.Login__Logo {
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
}
.Login__Form {
    background-color: #fff;
    padding: 30px 20px;
}
.Login__Form .Button {
    margin: 0;
}

.Login__Form .Columns {
    margin-bottom: 0;
}

.Login_Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 2;
    
    text-align: center;
    color: #fff;
}

.Login_background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;    
    
}

.desktop .Login_background img {
    width: 100%;
}

.Login_background img {
    
}

.Login_Box .Buttons {
    padding: 0;
    margin: 0;
}