





.dijitReset {
    
    margin:0;
    border:0;
    padding:0;
    line-height:normal;
    font: inherit;
    color: inherit;
}
.dj_a11y .dijitReset {
    -moz-appearance: none; 
}

.dijitInline {
    
    display:inline-block;           
    #zoom: 1; 
    #display:inline; 
    border:0;
    padding:0;
    vertical-align:middle;
    #vertical-align: auto;  
}

table.dijitInline {
    
    display:inline-table;
    box-sizing: content-box; -moz-box-sizing: content-box;
}

.dijitHidden {
    
    display: none !important;
}

.dijitVisible {
    
    display: block !important;  
    position: relative;         
}

.dj_ie6 .dijitComboBox .dijitInputContainer,
.dijitInputContainer {
    
    #zoom: 1;
    overflow: hidden;
    float: none !important; 
    position: relative;
}
.dj_ie7 .dijitInputContainer {
    float: left !important; 
    clear: left;
    display: inline-block !important; 
}

.dj_ie .dijitSelect input,
.dj_ie input.dijitTextBox,
.dj_ie .dijitTextBox input {
    font-size: 100%;
}
.dijitSelect .dijitButtonText {
    float: left;
    vertical-align: top;
}
TABLE.dijitSelect {
    padding: 0 !important; 
}
.dijitTextBox .dijitSpinnerButtonContainer,
.dijitTextBox .dijitArrowButtonContainer,
.dijitValidationTextBox .dijitValidationContainer {
    float: right;
    text-align: center;
}
.dijitSelect input.dijitInputField,
.dijitTextBox input.dijitInputField {
    
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dijitValidationTextBox .dijitValidationContainer {
    display: none;
}

.dijitTeeny {
    font-size:1px;
    line-height:1px;
}

.dijitOffScreen { 
    position: absolute !important;
    left: 50% !important;
    top: -10000px !important;
}


.dijitPopup {
    position: absolute;
    background-color: transparent;
    margin: 0;
    border: 0;
    padding: 0;
}

.dijitPositionOnly {
    
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    height: auto !important;
    width: auto !important;
}

.dijitNonPositionOnly {
    
    float: none !important;
    position: static !important;
    margin: 0 0 0 0 !important;
    vertical-align: middle !important;
}

.dijitBackgroundIframe {
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
    padding: 0;
    margin: 0;
}

.dijitDisplayNone {
    
    display:none !important;
}

.dijitContainer {
    
    overflow: hidden;   
}


.dj_a11y .dijitIcon,
.dj_a11y div.dijitArrowButtonInner, 
.dj_a11y span.dijitArrowButtonInner,
.dj_a11y img.dijitArrowButtonInner,
.dj_a11y .dijitCalendarIncrementControl,
.dj_a11y .dijitTreeExpando {
    
    display: none;
}
.dijitSpinner div.dijitArrowButtonInner {
    display: block; 
}

.dj_a11y .dijitA11ySideArrow {
    display: inline !important; 
    cursor: pointer;
}


.dj_a11y .dijitCalendarDateLabel {
    padding: 1px;
    border: 0px !important;
}
.dj_a11y .dijitCalendarSelectedDate .dijitCalendarDateLabel {
    border-style: solid !important;
    border-width: 1px !important;
    padding: 0;
}
.dj_a11y .dijitCalendarDateTemplate {
    padding-bottom: 0.1em !important;   
    border: 0px !important;
}
.dj_a11y .dijitButtonNode {
    border: black outset medium !important;

    
    padding: 0 !important;
}
.dj_a11y .dijitArrowButton {
    padding: 0 !important;
}

.dj_a11y .dijitButtonContents {
    margin: 0.15em; 
}

.dj_a11y .dijitTextBoxReadOnly .dijitInputField,
.dj_a11y .dijitTextBoxReadOnly .dijitButtonNode {
    border-style: outset!important;
    border-width: medium!important;
    border-color: #999 !important;
    color:#999 !important;
}


.dijitButtonNode * {
    vertical-align: middle;
}
.dijitSelect .dijitArrowButtonInner,
.dijitButtonNode .dijitArrowButtonInner {
    
    background: no-repeat center;
    width: 12px;
    height: 12px;
    direction: ltr; 
}



.dijitLeft {
    
    background-position:left top;
    background-repeat:no-repeat;
}

.dijitStretch {
    
    white-space:nowrap;         
    background-repeat:repeat-x;
}

.dijitRight {
    
    #display:inline;                
    background-position:right top;
    background-repeat:no-repeat;
}


.dj_gecko .dj_a11y .dijitButtonDisabled .dijitButtonNode {
    opacity: 0.5;
}

.dijitToggleButton,
.dijitButton,
.dijitDropDownButton,
.dijitComboButton {
    
    margin: 0.2em;
    vertical-align: middle;
}

.dijitButtonContents {
    display: block;     
}
td.dijitButtonContents {
    display: table-cell;    
}

.dijitButtonNode img {
    
    vertical-align:middle;
    
}

.dijitToolbar .dijitComboButton {
    
    border-collapse: separate;
}

.dijitToolbar .dijitToggleButton,
.dijitToolbar .dijitButton,
.dijitToolbar .dijitDropDownButton,
.dijitToolbar .dijitComboButton {
    margin: 0;
}

.dijitToolbar .dijitButtonContents {
    
    padding: 1px 2px;
}


.dj_webkit .dijitToolbar .dijitDropDownButton {
    padding-left: 0.3em;
}
.dj_gecko .dijitToolbar .dijitButtonNode::-moz-focus-inner {
    padding:0;
}

.dijitSelect {
    border:1px solid gray;
}
.dijitButtonNode {
    
    border:1px solid gray;
    margin:0;
    line-height:normal;
    vertical-align: middle;
    #vertical-align: auto;
    text-align:center;
    white-space: nowrap;
}
.dj_webkit .dijitSpinner .dijitSpinnerButtonContainer {
    
    line-height:inherit;
}
.dijitTextBox .dijitButtonNode {
    border-width: 0;
}

.dijitSelect,
.dijitSelect *,
.dijitButtonNode,
.dijitButtonNode * {
    cursor: pointer;
}

.dj_ie .dijitButtonNode {
    
    zoom: 1;
}

.dj_ie .dijitButtonNode button {
    
    overflow: visible;
}

div.dijitArrowButton {
    float: right;
}



.dijitTextBox {
    border: solid black 1px;
    #overflow: hidden; 
    width: 15em;    
    vertical-align: middle;
}

.dijitTextBoxReadOnly,
.dijitTextBoxDisabled {
    color: gray;
}
.dj_webkit .dijitTextBoxDisabled input {
    color: #eee; 
}
.dj_webkit textarea.dijitTextAreaDisabled {
    color: #333; 
}
.dj_gecko .dijitTextBoxReadOnly input.dijitInputField, 
.dj_gecko .dijitTextBoxDisabled input {
    -moz-user-input: none; 
}

.dijitPlaceHolder {
    
    color: #AAAAAA;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    #filter: ""; 
}

.dijitTimeTextBox {
    width: 8em;
}


.dijitTextBox input:focus {
    outline: none;  
}
.dijitTextBoxFocused {
    outline: 5px -webkit-focus-ring-color;
}

.dijitSelect input,
.dijitTextBox input {
    float: left; 
}
.dj_ie6 input.dijitTextBox,
.dj_ie6 .dijitTextBox input {
    float: none;
}
.dijitInputInner {
    
    border:0 !important;
    background-color:transparent !important;
    width:100% !important;
    
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.dj_a11y .dijitTextBox input {
    margin: 0 !important;
}
.dijitValidationTextBoxError input.dijitValidationInner,
.dijitSelect input,
.dijitTextBox input.dijitArrowButtonInner {
    
    text-indent: -2em !important;
    direction: ltr !important;
    text-align: left !important;
    height: auto !important;
    #text-indent: 0 !important;
    #letter-spacing: -5em !important;
    #text-align: right !important;
}
.dj_ie .dijitSelect input,
.dj_ie .dijitTextBox input,
.dj_ie input.dijitTextBox {
    overflow-y: visible; 
    line-height: normal; 
}
.dijitSelect .dijitSelectLabel span {
    line-height: 100%;
}
.dj_ie .dijitSelect .dijitSelectLabel {
    line-height: normal;
}
.dj_ie6 .dijitSelect .dijitSelectLabel,
.dj_ie7 .dijitSelect .dijitSelectLabel,
.dj_ie8 .dijitSelect .dijitSelectLabel,
.dj_iequirks .dijitSelect .dijitSelectLabel,
.dijitSelect td,
.dj_ie6 .dijitSelect input,
.dj_iequirks .dijitSelect input,
.dj_ie6 .dijitSelect .dijitValidationContainer,
.dj_ie6 .dijitTextBox input,
.dj_ie6 input.dijitTextBox,
.dj_iequirks .dijitTextBox input.dijitValidationInner,
.dj_iequirks .dijitTextBox input.dijitArrowButtonInner,
.dj_iequirks .dijitTextBox input.dijitSpinnerButtonInner,
.dj_iequirks .dijitTextBox input.dijitInputInner,
.dj_iequirks input.dijitTextBox {
    line-height: 100%; 
}
.dj_a11y input.dijitValidationInner,
.dj_a11y input.dijitArrowButtonInner {
    
    text-indent: 0 !important;
    width: 1em !important;
    #text-align: left !important;
    color: black !important;
}
.dijitValidationTextBoxError .dijitValidationContainer {
    display: inline;
    cursor: default;
}



.dijitSpinner .dijitSpinnerButtonContainer,
.dijitComboBox .dijitArrowButtonContainer {
    
    border-width: 0 0 0 1px !important; 
}
.dj_a11y .dijitSelect .dijitArrowButtonContainer,
.dijitToolbar .dijitComboBox .dijitArrowButtonContainer {
    
    border-width: 0 !important;
}

.dijitComboBoxMenu {
    
    list-style-type: none;
}
.dijitSpinner .dijitSpinnerButtonContainer .dijitButtonNode {
    
    border-width: 0;
}
.dj_ie .dj_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitButtonNode {
    clear: both; 
}

.dj_ie .dijitToolbar .dijitComboBox {
    
    vertical-align: middle;
}



.dijitTextBox .dijitSpinnerButtonContainer {
    width: 1em;
    position: relative !important;
    overflow: hidden;
}
.dijitSpinner .dijitSpinnerButtonInner {
    width:1em;
    visibility:hidden !important; 
    overflow-x:hidden;
}
.dijitComboBox .dijitButtonNode,
.dijitSpinnerButtonContainer .dijitButtonNode {
    border-width: 0;
}
.dj_a11y .dijitSpinnerButtonContainer .dijitButtonNode {
    border-width: 0px !important;
    border-style: solid !important;
}
.dj_a11y .dijitTextBox .dijitSpinnerButtonContainer,
.dj_a11y .dijitSpinner .dijitArrowButtonInner,
.dj_a11y .dijitSpinnerButtonContainer input {
    width: 1em !important;
}
.dj_a11y .dijitSpinner .dijitArrowButtonInner {
    margin: 0 auto !important; 
}
.dj_ie .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
    padding-left: 0.3em !important;
    padding-right: 0.3em !important;
    margin-left: 0.3em !important;
    margin-right: 0.3em !important;
    width: 1.4em !important;
}
.dj_ie7 .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
    padding-left: 0 !important; 
    padding-right: 0 !important;
    width: 1em !important;
}
.dj_ie6 .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
    margin-left: 0.1em !important;
    margin-right: 0.1em !important;
    width: 1em !important;
}
.dj_iequirks .dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 2em !important;
}
.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
    
    padding: 0;
    position: absolute !important;
    right: 0;
    float: none;
    height: 50%;
    width: 100%;
    bottom: auto;
    left: 0;
    right: auto;
}
.dj_iequirks .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
    width: auto;
}
.dj_a11y .dijitSpinnerButtonContainer .dijitArrowButton {
    overflow: visible !important;
}
.dijitSpinner .dijitSpinnerButtonContainer .dijitDownArrowButton {
    top: 50%;
    border-top-width: 1px !important;
}
.dijitSpinner .dijitSpinnerButtonContainer .dijitUpArrowButton {
    #bottom: 50%;   
    top: 0;
}
.dijitSpinner .dijitArrowButtonInner {
    margin: auto;
    overflow-x: hidden;
    height: 100% !important;
}
.dj_iequirks .dijitSpinner .dijitArrowButtonInner {
    height: auto !important;
}
.dijitSpinner .dijitArrowButtonInner .dijitInputField {
    -moz-transform: scale(0.5);
    -moz-transform-origin: center top;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: center top;
    -o-transform: scale(0.5);
    -o-transform-origin: center top;
    transform: scale(0.5);
    transform-origin: left top;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    visibility: hidden;
}
.dj_ie .dijitSpinner .dijitArrowButtonInner .dijitInputField {
    zoom: 50%; 
}
.dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButtonInner {
    overflow: hidden;
}

.dj_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
    width: 100%;
}
.dj_iequirks .dj_a11y .dijitSpinner .dijitSpinnerButtonContainer .dijitArrowButton {
    width: 1em; 
}
.dj_a11y .dijitSpinner .dijitArrowButtonInner .dijitInputField {
    vertical-align:top;
    visibility: visible;
}
.dj_a11y .dijitSpinnerButtonContainer {
    width: 1em;
}



.dijitCheckBox,
.dijitRadio,
.dijitCheckBoxInput {
    padding: 0;
    border: 0;
    width: 16px;
    height: 16px;
    background-position:center center;
    background-repeat:no-repeat;
    overflow: hidden;
}

.dijitCheckBox input,
.dijitRadio input {
    margin: 0;
    padding: 0;
    display: block;
}

.dijitCheckBoxInput {
    
    opacity: 0.01;
}

.dj_ie .dijitCheckBoxInput {
    filter: alpha(opacity=0);
}

.dj_a11y .dijitCheckBox,
.dj_a11y .dijitRadio {
    
    width: auto !important;
    height: auto !important;
}
.dj_a11y .dijitCheckBoxInput {
    opacity: 1;
    filter: none;
    width: auto;
    height: auto;
}

.dj_a11y .dijitFocusedLabel {
    
    border: 1px dotted;
    outline: 0px !important;
}



.dijitProgressBar {
    z-index: 0; 
}
.dijitProgressBarEmpty {
    
    position:relative;overflow:hidden;
    border:1px solid black;     
    z-index:0;          
}

.dijitProgressBarFull {
    
    position:absolute;
    overflow:hidden;
    z-index:-1;
    top:0;
    width:100%;
}
.dj_ie6 .dijitProgressBarFull {
    height:1.6em;
}

.dijitProgressBarTile {
    
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:0;
    padding:0;
    width: 100%;    
    height:auto;
    background-color:#aaa;
    background-attachment: fixed;
}

.dj_a11y .dijitProgressBarTile {
    
    border-width:2px;
    border-style:solid;
    background-color:transparent !important;
}

.dj_ie6 .dijitProgressBarTile {
    
    position:static;
    
    height:1.6em;
}

.dijitProgressBarIndeterminate .dijitProgressBarTile {
    
}

.dijitProgressBarIndeterminateHighContrastImage {
    display:none;
}

.dj_a11y .dijitProgressBarIndeterminate .dijitProgressBarIndeterminateHighContrastImage {
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:auto;
}

.dijitProgressBarLabel {
    display:block;
    position:static;
    width:100%;
    text-align:center;
    background-color:transparent !important;
}



.dijitTooltip {
    position: absolute;
    z-index: 2000;
    display: block;
    
    left: 0;
    top: -10000px;
    overflow: visible;
}

.dijitTooltipContainer {
    border: solid black 2px;
    background: #b8b5b5;
    color: black;
    font-size: small;
}

.dijitTooltipFocusNode {
    padding: 2px 2px 2px 2px;
}

.dijitTooltipConnector {
    position: absolute;
}
.dj_a11y .dijitTooltipConnector {
    display: none;  
}

.dijitTooltipData {
    display:none;
}



.dijitLayoutContainer {
    position: relative;
    display: block;
    overflow: hidden;
}

.dijitAlignTop,
.dijitAlignBottom,
.dijitAlignLeft,
.dijitAlignRight {
    position: absolute;
    overflow: hidden;
}

body .dijitAlignClient { position: absolute; }


.dijitBorderContainer, .dijitBorderContainerNoGutter {
    position:relative;
    overflow: hidden;
    z-index: 0; 
}

.dijitBorderContainerPane,
.dijitBorderContainerNoGutterPane {
    position: absolute !important;  
    z-index: 2;     
}

.dijitBorderContainer > .dijitTextArea {
    
    resize: none;
}

.dijitGutter {
    
    position: absolute;
    font-size: 1px;     
}



.dijitSplitter {
    position: absolute;
    overflow: hidden;
    z-index: 10;        
    background-color: #fff;
    border-color: gray;
    border-style: solid;
    border-width: 0;
}
.dj_ie .dijitSplitter {
    z-index: 1; 
}

.dijitSplitterActive {
    z-index: 11 !important;
}

.dijitSplitterCover {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.dijitSplitterCoverActive {
    z-index:3 !important;
}


.dj_ie .dijitSplitterCover {
    background: white;
    filter: alpha(opacity=0);
}

.dijitSplitterH {
    height: 7px;
    border-top:1px;
    border-bottom:1px;
    cursor: row-resize;
}
.dijitSplitterV {
    width: 7px;
    border-left:1px;
    border-right:1px;
    cursor: col-resize;
}
.dijitSplitContainer {
    position: relative;
    overflow: hidden;
    display: block;
}
.dj_ff3 .dj_a11y div.dijitSplitter:focus {
    outline-style:dotted;
    outline-width: 2px;
}

.dijitSplitPane {
    position: absolute;
}

.dijitSplitContainerSizerH,
.dijitSplitContainerSizerV {
    position:absolute;
    font-size: 1px;
    background-color: ThreeDFace;
    border: 1px solid;
    border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
    margin: 0;
}

.dijitSplitContainerSizerH .thumb, .dijitSplitterV .dijitSplitterThumb {
    overflow:hidden;
    position:absolute;
    top:49%;
}

.dijitSplitContainerSizerV .thumb, .dijitSplitterH .dijitSplitterThumb {
    position:absolute;
    left:49%;
}

.dijitSplitterShadow,
.dijitSplitContainerVirtualSizerH,
.dijitSplitContainerVirtualSizerV {
    font-size: 1px;
    background-color: ThreeDShadow;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    margin: 0;
}

.dijitSplitContainerSizerH, .dijitSplitContainerVirtualSizerH {
    cursor: col-resize;
}

.dijitSplitContainerSizerV, .dijitSplitContainerVirtualSizerV {
    cursor: row-resize;
}

.dj_a11y .dijitSplitterH {
    border-top:1px solid #d3d3d3 !important;
    border-bottom:1px solid #d3d3d3 !important;
}
.dj_a11y .dijitSplitterV {
    border-left:1px solid #d3d3d3 !important;
    border-right:1px solid #d3d3d3 !important;
}



.dijitContentPane {
    display: block;
    overflow: auto; 
}

.dijitContentPaneSingleChild {
    
    overflow: hidden;
}

.dijitContentPaneLoading .dijitIconLoading,
.dijitContentPaneError .dijitIconError {
    margin-right: 9px;
}



.dijitTitlePane {
    display: block;
    overflow: hidden;
}
.dijitTitlePaneTitle {
    cursor: pointer;
}
.dijitFixedOpen, .dijitFixedClosed {
    
    cursor: default;
}
.dijitFixedOpen .dijitArrowNode, .dijitFixedOpen .dijitArrowNodeInner,
.dijitFixedClosed .dijitArrowNode, .dijitFixedClosed .dijitArrowNodeInner{
    
    display: none;
}

.dijitTitlePaneTitle * {
    vertical-align: middle;
}
.dijitTitlePane .dijitArrowNodeInner {
    
    display: none;
}
.dj_a11y .dijitTitlePane .dijitArrowNodeInner {
    
    display:inline !important;
    font-family: monospace;     
}
.dj_a11y .dijitTitlePane .dijitArrowNode {
    
    display:none;
}

.dj_ie6 .dijitTitlePaneContentOuter,
.dj_ie6 .dijitTitlePane .dijitTitlePaneTitle {
    
    zoom: 1;
}



.dijitColorPalette {
    border: 1px solid #999;
    background: #fff;
    position: relative;
}

.dijitColorPalette .dijitPaletteTable {
    
    padding: 2px 3px 3px 3px;
    position: relative;
    overflow: hidden;
    outline: 0;
    border-collapse: separate;
}
.dj_ie6 .dijitColorPalette .dijitPaletteTable,
.dj_ie7 .dijitColorPalette .dijitPaletteTable,
.dj_iequirks .dijitColorPalette .dijitPaletteTable {
    
    padding: 0;
    margin: 2px 3px 3px 3px;
}

.dijitColorPalette .dijitPaletteCell {
    
    font-size: 1px;
    vertical-align: middle;
    text-align: center;
    background: none;
}
.dijitColorPalette .dijitPaletteImg {
    
    padding: 1px;       
    border: 1px solid #999;
    margin: 2px 1px;
    cursor: default;
    font-size: 1px;     
}
.dj_gecko .dijitColorPalette .dijitPaletteImg {
    padding-bottom: 0;  
}
.dijitColorPalette .dijitColorPaletteSwatch {
    
    width: 14px;
    height: 12px;
}
.dijitPaletteTable td {
        padding: 0;
}
.dijitColorPalette .dijitPaletteCell:hover .dijitPaletteImg {
    
    border: 1px solid #000;
}

.dijitColorPalette .dijitPaletteCell:active .dijitPaletteImg,
.dijitColorPalette .dijitPaletteTable .dijitPaletteCellSelected .dijitPaletteImg {
    border: 2px solid #000;
    margin: 1px 0;  
}


.dj_a11y .dijitColorPalette .dijitPaletteTable,
.dj_a11y .dijitColorPalette .dijitPaletteTable * {
    
    background-color: transparent !important;
}



.dijitAccordionContainer {
    border:1px solid #b7b7b7;
    border-top:0 !important;
}
.dijitAccordionTitle {
    cursor: pointer;
}
.dijitAccordionTitleSelected {
    cursor: default;
}


.dijitAccordionTitle .arrowTextUp,
.dijitAccordionTitle .arrowTextDown {
    display: none;
    font-size: 0.65em;
    font-weight: normal !important;
}

.dj_a11y .dijitAccordionTitle .arrowTextUp,
.dj_a11y .dijitAccordionTitleSelected .arrowTextDown {
    display: inline;
}

.dj_a11y .dijitAccordionTitleSelected .arrowTextUp {
    display: none;
}

.dijitAccordionChildWrapper {
    
    overflow: hidden;
}



.dijitCalendarContainer {
    width: auto;    
}
.dijitCalendarContainer th, .dijitCalendarContainer td {
    padding: 0;
    vertical-align: middle;
}

.dijitCalendarYearLabel {
    white-space: nowrap;    
}

.dijitCalendarNextYear {
    margin:0 0 0 0.55em;
}

.dijitCalendarPreviousYear {
    margin:0 0.55em 0 0;
}

.dijitCalendarIncrementControl {
    vertical-align: middle;
}

.dijitCalendarIncrementControl,
.dijitCalendarDateTemplate,
.dijitCalendarMonthLabel,
.dijitCalendarPreviousYear,
.dijitCalendarNextYear {
    cursor: pointer;
}

.dijitCalendarDisabledDate {
    color: gray;
    text-decoration: line-through;
    cursor: default;
}

.dijitSpacer {
    
    position: relative;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}



.dijitCalendarMonthMenu .dijitCalendarMonthLabel {
    text-align:center;
}



.dijitMenu {
    border:1px solid black;
    background-color:white;
}
.dijitMenuTable {
    border-collapse:collapse;
    border-width:0;
    background-color:white;
}


.dj_webkit .dijitMenuTable td[colspan="2"]{
    border-right:hidden;
}

.dijitMenuItem {
    text-align: left;
    white-space: nowrap;
    padding:.1em .2em;
    cursor:pointer;
}


.dijitMenuItem:focus {
    outline: none
}

.dijitMenuPassive .dijitMenuItemHover,
.dijitMenuItemSelected {
    
    background-color:black;
    color:white;
}

.dijitMenuItemIcon, .dijitMenuExpand {
    background-repeat: no-repeat;
}

.dijitMenuItemDisabled * {
    
    opacity:0.5;
    cursor:default;
}
.dj_ie .dj_a11y .dijitMenuItemDisabled,
.dj_ie .dj_a11y .dijitMenuItemDisabled *,
.dj_ie .dijitMenuItemDisabled * {
    color: gray;
    filter: alpha(opacity=35);
}

.dijitMenuItemLabel {
    position: relative;
    vertical-align: middle;
}

.dj_a11y .dijitMenuItemSelected {
    border: 1px dotted black !important;    
}
.dj_ff3 .dj_a11y .dijitMenuItem td {
    padding: 0 !important;
    background:none !important;
}
.dj_a11y .dijitMenuItemSelected .dijitMenuItemLabel {
    border-width: 1px;
    border-style: solid;
}
.dj_ie8 .dj_a11y .dijitMenuItemLabel {
    position:static;
}

.dijitMenuExpandA11y {
    display: none;
}
.dj_a11y .dijitMenuExpandA11y {
    display: inline;
}

.dijitMenuSeparator td {
    border: 0;
    padding: 0;
}


.dijitMenuSeparatorTop {
    height: 50%;
    margin: 0;
    margin-top:3px;
    font-size: 1px;
}

.dijitMenuSeparatorBottom {
    height: 50%;
    margin: 0;
    margin-bottom:3px;
    font-size: 1px;
}


.dijitCheckedMenuItemIconChar {
    vertical-align: middle;
    visibility:hidden;
}
.dijitCheckedMenuItemChecked .dijitCheckedMenuItemIconChar {
    visibility: visible;
}
.dj_a11y .dijitCheckedMenuItemIconChar {
    display:inline !important;
}
.dj_a11y .dijitCheckedMenuItemIcon {
    display: none;
}
.dj_ie .dj_a11y .dijitMenuBar .dijitMenuItem {
    
    margin: 0;
}



.dijitStackController .dijitToggleButtonChecked * {
    cursor: default;    
}



.dijitTabContainer {
    z-index: 0; 
    overflow-y: visible; 
}
.dj_ie6 .dijitTabContainer {
    
   overflow: hidden;

}
.dijitTabContainerNoLayout {
    width: 100%;    
}

.dijitTabContainerBottom-tabs,
.dijitTabContainerTop-tabs,
.dijitTabContainerLeft-tabs,
.dijitTabContainerRight-tabs {
    z-index: 1;
    overflow: visible !important;  
}

.dijitTabController {
    z-index: 1;
}
.dijitTabContainerBottom-container,
.dijitTabContainerTop-container,
.dijitTabContainerLeft-container,
.dijitTabContainerRight-container {
    z-index:0;
    overflow: hidden;
    border: 1px solid black;
}
.nowrapTabStrip {
    width: 50000px;
    display: block;
    position: relative;
    text-align: left;  
    z-index: 1;
}
.dijitTabListWrapper {
    overflow: hidden;
    z-index: 1;
}

.dj_a11y .tabStripButton img {
    
    display: none;
}

.dijitTabContainerTop-tabs {
    border-bottom: 1px solid black;
}
.dijitTabContainerTop-container {
    border-top: 0;
}

.dijitTabContainerLeft-tabs {
    border-right: 1px solid black;
    float: left;    
}
.dijitTabContainerLeft-container {
    border-left: 0;
}

.dijitTabContainerBottom-tabs {
    border-top: 1px solid black;
}
.dijitTabContainerBottom-container {
    border-bottom: 0;
}

.dijitTabContainerRight-tabs {
    border-left: 1px solid black;
    float: left;    
}
.dijitTabContainerRight-container {
    border-right: 0;
}

div.dijitTabDisabled, .dj_ie div.dijitTabDisabled {
    cursor: auto;
}

.dijitTab {
    position:relative;
    cursor:pointer;
    white-space:nowrap;
    z-index:3;
}
.dijitTab * {
    
    vertical-align: middle;
}
.dijitTabChecked {
    cursor: default;    
}

.dijitTabContainerTop-tabs .dijitTab {
    top: 1px;   
}
.dijitTabContainerBottom-tabs .dijitTab {
    top: -1px;  
}
.dijitTabContainerLeft-tabs .dijitTab {
    left: 1px;  
}
.dijitTabContainerRight-tabs .dijitTab {
    left: -1px; 
}


.dijitTabContainerTop-tabs .dijitTab,
.dijitTabContainerBottom-tabs .dijitTab {
    
    display:inline-block;           
    #zoom: 1; 
    #display:inline; 
}

.tabStripButton {
    z-index: 12;
}

.dijitTabButtonDisabled .tabStripButton {
    display: none;
}


.dijitTabCloseButton {
    margin-left: 1em;
}

.dijitTabCloseText {
    display:none;
}

.dijitTab .tabLabel {
    
    min-height: 15px;
    display: inline-block;
}
.dijitNoIcon {
    
    display: none;
}
.dj_ie6 .dijitTab .dijitNoIcon {
    
    display: inline;
    height: 15px;
    width: 1px;
}



.dj_a11y .dijitTabCloseButton {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
}

.dj_a11y .dijitTabCloseText {
    display: inline;
}

.dijitTabPane,
.dijitStackContainer-child,
.dijitAccordionContainer-child {
    
    border: none !important;
}


.dijitInlineEditBoxDisplayMode {
    border: 1px solid transparent;  
    cursor: text;
}

.dj_a11y .dijitInlineEditBoxDisplayMode,
.dj_ie6 .dijitInlineEditBoxDisplayMode {
    
    border: none;
}

.dijitInlineEditBoxDisplayModeHover,
.dj_a11y .dijitInlineEditBoxDisplayModeHover,
.dj_ie6 .dijitInlineEditBoxDisplayModeHover {
    
    background-color: #e2ebf2;
    border: solid 1px black;
}

.dijitInlineEditBoxDisplayModeDisabled {
    cursor: default;
}


.dijitTree {
    overflow: auto; 
}

.dijitTreeIndent {
    
    width: 19px;
}

.dijitTreeRow, .dijitTreeContent {
    white-space: nowrap;
}

.dijitTreeRow img {
    
    vertical-align: middle;
}

.dijitTreeContent {
    cursor: default;
}

.dijitExpandoText {
    display: none;
}

.dj_a11y .dijitExpandoText {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    font-family: monospace;
    border-style: solid;
    border-width: thin;
    cursor: pointer;
}

.dijitTreeLabel {
    margin: 0 4px;
}



.dijitDialog {
    position: absolute;
    z-index: 999;
    overflow: hidden;   
}

.dijitDialogTitleBar {
    cursor: move;
}
.dijitDialogFixed .dijitDialogTitleBar {
    cursor:default;
}
.dijitDialogCloseIcon {
    cursor: pointer;
}
.dijitDialogUnderlayWrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    background: transparent !important;
}

.dijitDialogUnderlay {
    background: #eee;
    opacity: 0.5;
}

.dj_ie .dijitDialogUnderlay {
    filter: alpha(opacity=50);
}


.dj_a11y .dijitSpinnerButtonContainer,
.dj_a11y .dijitDialog {
    opacity: 1 !important;
    background-color: white !important;
}

.dijitDialog .closeText {
    display:none;
    
    position:absolute;
}

.dj_a11y .dijitDialog .closeText {
    display:inline;
}



.dijitSliderMoveable {
    z-index:99;
    position:absolute !important;
    display:block;
    vertical-align:middle;
}

.dijitSliderMoveableH {
    right:0;
}
.dijitSliderMoveableV {
    right:50%;
}

.dj_a11y div.dijitSliderImageHandle,
.dijitSliderImageHandle {
    margin:0;
    padding:0;
    position:relative !important;
    border:8px solid gray;
    width:0;
    height:0;
    cursor: pointer;
}
.dj_iequirks .dj_a11y .dijitSliderImageHandle {
    font-size: 0;
}
.dj_ie7 .dijitSliderImageHandle {
    overflow: hidden; 
}
.dj_ie7 .dj_a11y .dijitSliderImageHandle {
    overflow: visible; 
}
.dj_a11y .dijitSliderFocused .dijitSliderImageHandle {
    border:4px solid #000;
    height:8px;
    width:8px;
}

.dijitSliderImageHandleV {
    top:-8px;
    right: -50%;
}

.dijitSliderImageHandleH {
    left:50%;
    top:-5px;
    vertical-align:top;
}

.dijitSliderBar {
    border-style:solid;
    border-color:black;
    cursor: pointer;
}

.dijitSliderBarContainerV {
    position:relative;
    height:100%;
    z-index:1;
}

.dijitSliderBarContainerH {
    position:relative;
    z-index:1;
}

.dijitSliderBarH {
    height:4px;
    border-width:1px 0;
}

.dijitSliderBarV {
    width:4px;
    border-width:0 1px;
}

.dijitSliderProgressBar {
    background-color:red;
    z-index:1;
}

.dijitSliderProgressBarV {
    position:static !important;
    height:0;
    vertical-align:top;
    text-align:left;
}

.dijitSliderProgressBarH {
    position:absolute !important;
    width:0;
    vertical-align:middle;
    overflow:visible;
}

.dijitSliderRemainingBar {
    overflow:hidden;
    background-color:transparent;
    z-index:1;
}

.dijitSliderRemainingBarV {
    height:100%;
    text-align:left;
}

.dijitSliderRemainingBarH {
    width:100% !important;
}


.dijitSliderBumper {
    overflow:hidden;
    z-index:1;
}

.dijitSliderBumperV {
    width:4px;
    height:8px;
    border-width:0 1px;
}

.dijitSliderBumperH {
    width:8px;
    height:4px;
    border-width:1px 0;
}

.dijitSliderBottomBumper,
.dijitSliderLeftBumper {
    background-color:red;
}

.dijitSliderTopBumper,
.dijitSliderRightBumper {
    background-color:transparent;
}

.dijitSliderDecoration {
    text-align:center;
}

.dijitSliderDecorationC,
.dijitSliderDecorationV {
    position: relative; 
}

.dijitSliderDecorationH {
    width: 100%;
}

.dijitSliderDecorationV {
    height: 100%;
}

.dijitSliderButton {
    font-family:monospace;
    margin:0;
    padding:0;
    display:block;
}

.dj_a11y .dijitSliderButtonInner {
    visibility:visible !important;
}

.dijitSliderButtonContainer {
    text-align:center;
    height:0;   
}
.dijitSliderButtonContainer * {
    cursor: pointer;
}

.dijitSlider .dijitButtonNode {
    padding:0;
    display:block;
}

.dijitRuleContainer {
    position:relative;
    overflow:visible;
}

.dijitRuleContainerV {
    height:100%;
    line-height:0;
    float:left;
    text-align:left;
}

.dj_opera .dijitRuleContainerV {
    line-height:2%;
}

.dj_ie .dijitRuleContainerV {
    line-height:normal;
}

.dj_gecko .dijitRuleContainerV {
    margin:0 0 1px 0; 
}

.dijitRuleMark {
    position:absolute;
    border:1px solid black;
    line-height:0;
    height:100%;
}

.dijitRuleMarkH {
    width:0;
    border-top-width:0 !important;
    border-bottom-width:0 !important;
    border-left-width:0 !important;
}

.dijitRuleLabelContainer {
    position:absolute;
}

.dijitRuleLabelContainerH {
    text-align:center;
    display:inline-block;
}

.dijitRuleLabelH {
    position:relative;
    left:-50%;
}

.dijitRuleLabelV {
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dijitRuleMarkV {
    height:0;
    border-right-width:0 !important;
    border-bottom-width:0 !important;
    border-left-width:0 !important;
    width:100%;
    left:0;
}

.dj_ie .dijitRuleLabelContainerV {
    margin-top:-.55em;
}

.dj_a11y .dijitSliderReadOnly,
.dj_a11y .dijitSliderDisabled {
    opacity:0.6;
}
.dj_ie .dj_a11y .dijitSliderReadOnly .dijitSliderBar,
.dj_ie .dj_a11y .dijitSliderDisabled .dijitSliderBar {
    filter: alpha(opacity=40);
}


.dj_a11y .dijitSlider .dijitSliderButtonContainer div {
    font-family: monospace; 
    font-size: 1em;
    line-height: 1em;
    height: auto;
    width: auto;
    margin: 0 4px;
}


.dj_a11y .dijitButtonContents .dijitButtonText,
.dj_a11y .dijitTab .tabLabel {
    display: inline !important;
}
.dj_a11y .dijitSelect .dijitButtonText {
    display: inline-block !important;
}
.dijitSelectError .dijitButtonContents .dijitButtonText {
    display: none !important;
}


.dijitTextArea {
    width:100%;
    overflow-y: auto;   
}
.dijitTextArea[cols] {
    width:auto; 
}
.dj_ie .dijitTextAreaCols {
    width:auto;
}

.dijitExpandingTextArea {
    
    resize: none;
}




.dijitToolbarSeparator {
    height: 18px;
    width: 5px;
    padding: 0 1px;
    margin: 0;
}


.dijitIEFixedToolbar {
    position:absolute;
    
    top: expression(eval((document.documentElement||document.body).scrollTop));
}

.dijitEditor {
    display: block; 
}

.dijitEditorDisabled,
.dijitEditorReadOnly {
    color: gray;
}



.dijitTimePickerItemInner {
    text-align:center;
    border:0;
    padding:2px 8px 2px 8px;
}

.dijitTimePickerTick,
.dijitTimePickerMarker {
    border-bottom:1px solid gray;
}

.dijitTimePicker .dijitDownArrowButton {
    border-top: none !important;
}

.dijitTimePickerTick {
    color:#CCC;
}

.dijitTimePickerMarker {
    color:black;
    background-color:#CCC;
}

.dijitTimePickerItemSelected {
    font-weight:bold;
    color:#333;
    background-color:#b7cdee;
}

.dijitTimePickerItemHover {
    background-color:gray;
    color:white;
    cursor:pointer;
}

.dijitTimePickerItemDisabled {
    color:gray;
    text-decoration:line-through;
}

.dj_a11y .dijitTimePickerItemSelected .dijitTimePickerItemInner {
    border: solid 4px black;
}
.dj_a11y .dijitTimePickerItemHover .dijitTimePickerItemInner {
    border: dashed 4px black;
}


.dijitToggleButtonIconChar {
    
    display:none !important;
}
.dj_a11y .dijitToggleButton .dijitToggleButtonIconChar {
    display:inline !important;
    visibility:hidden;
}
.dj_ie6 .dijitToggleButtonIconChar, .dj_ie6 .tabStripButton .dijitButtonText {
    font-family: "Arial Unicode MS";    
}
.dj_a11y .dijitToggleButtonChecked .dijitToggleButtonIconChar {
    display: inline !important; 
    visibility:visible !important;
}

.dijitArrowButtonChar {
    display:none !important;
}
.dj_a11y .dijitArrowButtonChar {
    display:inline !important;
}

.dj_a11y .dijitDropDownButton .dijitArrowButtonInner,
.dj_a11y .dijitComboButton .dijitArrowButtonInner {
    display:none !important;
}


.dj_a11y .dijitSelect {
    border-collapse: separate !important;
    border-width: 1px;
    border-style: solid;
}
.dj_ie .dijitSelect {
    vertical-align: middle; 
}
.dj_ie6 .dijitSelect .dijitValidationContainer,
.dj_ie8 .dijitSelect .dijitButtonText {
    vertical-align: top;
}
.dj_ie6 .dijitTextBox .dijitInputContainer,
.dj_iequirks .dijitTextBox .dijitInputContainer,
.dj_ie6 .dijitTextBox .dijitArrowButtonInner,
.dj_ie6 .dijitSpinner .dijitSpinnerButtonInner,
.dijitSelect .dijitSelectLabel {
    vertical-align: baseline;
}
.dijitToolbar .dijitSelect {
    margin: 0;
}
.dj_webkit .dijitToolbar .dijitSelect {
    padding-left: 0.3em;
}
.dijitSelect .dijitButtonContents {
    padding: 0;
    white-space: nowrap;
    text-align: left;
    border-style: none solid none none;
    border-width: 1px;
}
.dijitSelectFixedWidth .dijitButtonContents {
    width: 100%;
}

.dijitSelectMenu .dijitMenuItemIcon {
    
    display:none;
}
.dj_ie6 .dijitSelectMenu .dijitMenuItemLabel,
.dj_ie7 .dijitSelectMenu .dijitMenuItemLabel {
    
    position: static;
}


.dijitSelectLabel *
{
    vertical-align: baseline;
}


.dijitSelectSelectedOption * {
    font-weight: bold;
}


.dijitSelectMenu {
    border-width: 1px;
}



.dijitSelectMenu .dijitMenuTable {
    margin: 0;
    background-color: transparent;
}


.dijitForceStatic {
    position: static !important;
}


.dijitReadOnly *,
.dijitDisabled *,
.dijitReadOnly,
.dijitDisabled {
    
    cursor: default;
}


.dojoDndItem {
    padding: 2px;  

    
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
}
.dojoDndHorizontal .dojoDndItem {
    
    #display: inline;
    display: inline-block;
}

.dojoDndItemBefore,
.dojoDndItemAfter {
    border: 0px solid #369;
}
.dojoDndItemBefore {
    border-width: 2px 0 0 0;
    padding: 0 2px 2px 2px;
}
.dojoDndItemAfter {
    border-width: 0 0 2px 0;
    padding: 2px 2px 0 2px;
}
.dojoDndHorizontal .dojoDndItemBefore {
    border-width: 0 0 0 2px;
    padding: 2px 2px 2px 0;
}
.dojoDndHorizontal .dojoDndItemAfter {
    border-width: 0 2px 0 0;
    padding: 2px 0 2px 2px;
}

.dojoDndItemOver {
    cursor:pointer;
}
.dj_gecko .dijitArrowButtonInner INPUT,
.dj_gecko INPUT.dijitArrowButtonInner {
    -moz-user-focus:ignore;
}


body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px}
p{margin:0 0 10px}
.lead{margin-bottom:20px;font-size:20px;font-weight:200;line-height:30px}
small{font-size:85%}
strong{font-weight:bold}
em{font-style:italic}
cite{font-style:normal}
.muted{color:#999}
h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:1;color:inherit;text-rendering:optimizelegibility;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}
h1{font-size:36px;line-height:40px}
h2{font-size:30px;line-height:40px}
h3{font-size:24px;line-height:40px}
h4{font-size:18px;line-height:20px}
h5{font-size:14px;line-height:20px}
h6{font-size:12px;line-height:20px}
h1 small{font-size:24px}
h2 small{font-size:18px}
h3 small{font-size:14px}
h4 small{font-size:14px}
.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}
ul,ol{padding:0;margin:0 0 20px/2 25px}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0}
li{line-height:20px}
ul.unstyled,ol.unstyled{margin-left:0;list-style:none}
dl{margin-bottom:20px}
dt,dd{line-height:20px}
dt{font-weight:bold}
dd{margin-left:20px/2}
.dl-horizontal dt{float:left;width:120px;clear:left;text-align:right;}
.dl-horizontal dd{margin-left:130px}
hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}
abbr[title]{cursor:help;border-bottom:1px dotted #999}
abbr.initialism{font-size:90%;text-transform:uppercase}
blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee;}
blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:25px}
blockquote small{display:block;line-height:20px;color:#999;}
blockquote small:before{content:'\2014 \00A0'}
blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;}
blockquote.pull-right p,blockquote.pull-right small{text-align:right}
blockquote.pull-right small:before{content:''}
blockquote.pull-right small:after{content:'\00A0 \2014'}
q:before,q:after,blockquote:before,blockquote:after{content:""}
address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}
@font-face{font-family:'FontAwesome';src:url("");src:url("") format('embedded-opentype'),url("") format('woff'),url("") format('truetype'),url("") format('svg');font-weight:normal;font-style:normal}
[class^="icon-"]:before,[class*=" icon-"]:before{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit}
a [class^="icon-"],a [class*=" icon-"]{display:inline-block;text-decoration:inherit}
.icon-large:before{vertical-align:middle;font-size:4/3em}
.btn [class^="icon-"],.nav-tabs [class^="icon-"],.btn [class*=" icon-"],.nav-tabs [class*=" icon-"]{line-height:.9em}
li [class^="icon-"],li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}
li .icon-large:before,li .icon-large:before{width:1.875em}
ul.icons{list-style-type:none;margin-left:2em;text-indent:-.8em;}
ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.8em}
ul.icons li .icon-large:before,ul.icons li .icon-large:before{vertical-align:initial}
.icon-glass:before{content:"\f000"}
.icon-music:before{content:"\f001"}
.icon-search:before,.dijitIconSearch:before{content:"\f002"}
.icon-envelope:before,.dijitIconMail:before{content:"\f003"}
.icon-heart:before{content:"\f004"}
.icon-star:before{content:"\f005"}
.icon-star-empty:before{content:"\f006"}
.icon-user:before{content:"\f007"}
.icon-film:before{content:"\f008"}
.icon-th-large:before{content:"\f009"}
.icon-th:before{content:"\f00a"}
.icon-th-list:before{content:"\f00b"}
.icon-ok:before,.dbootstrap .dijitCheckBox.dijitCheckBoxChecked:before,.dbootstrap .dijitRadio.dijitRadioChecked:before{content:"\f00c"}
.icon-remove:before,.dijitIconDelete:before{content:"\f00d"}
.icon-zoom-in:before{content:"\f00e"}
.icon-zoom-out:before{content:"\f010"}
.icon-off:before{content:"\f011"}
.icon-signal:before{content:"\f012"}
.icon-cog:before,.dijitIconConfigure:before{content:"\f013"}
.icon-trash:before,.dijitEditorIconDelete:before{content:"\f014"}
.icon-home:before{content:"\f015"}
.icon-file:before,.dijitIconFile:before,.dijitEditorIconNewPage:before{content:"\f016"}
.icon-time:before{content:"\f017"}
.icon-road:before{content:"\f018"}
.icon-download-alt:before{content:"\f019"}
.icon-download:before{content:"\f01a"}
.icon-upload:before{content:"\f01b"}
.icon-inbox:before{content:"\f01c"}
.icon-play-circle:before{content:"\f01d"}
.icon-repeat:before,.dijitEditorIconRedo:before{content:"\f01e"}
.icon-refresh:before{content:"\f021"}
.icon-list-alt:before{content:"\f022"}
.icon-lock:before{content:"\f023"}
.icon-flag:before{content:"\f024"}
.icon-headphones:before{content:"\f025"}
.icon-volume-off:before{content:"\f026"}
.icon-volume-down:before{content:"\f027"}
.icon-volume-up:before{content:"\f028"}
.icon-qrcode:before{content:"\f029"}
.icon-barcode:before{content:"\f02a"}
.icon-tag:before{content:"\f02b"}
.icon-tags:before{content:"\f02c"}
.icon-book:before{content:"\f02d"}
.icon-bookmark:before,.dijitIconBookmark:before{content:"\f02e"}
.icon-print:before,.dijitIconPrint:before,.dijitEditorIconPrint:before{content:"\f02f"}
.icon-camera:before{content:"\f030"}
.icon-font:before{content:"\f031"}
.icon-bold:before,.dijitEditorIconBold:before{content:"\f032"}
.icon-italic:before,.dijitEditorIconItalic:before{content:"\f033"}
.icon-text-height:before{content:"\f034"}
.icon-text-width:before{content:"\f035"}
.icon-align-left:before,.dijitEditorIconJustifyLeft:before{content:"\f036"}
.icon-align-center:before,.dijitEditorIconJustifyCenter:before{content:"\f037"}
.icon-align-right:before,.dijitEditorIconJustifyRight:before{content:"\f038"}
.icon-align-justify:before,.dijitEditorIconJustifyFull:before{content:"\f039"}
.icon-list:before{content:"\f03a"}
.icon-indent-left:before,.dijitEditorIconOutdent:before{content:"\f03b"}
.icon-indent-right:before,.dijitEditorIconIndent:before{content:"\f03c"}
.icon-facetime-video:before{content:"\f03d"}
.icon-picture:before,.dijitEditorIconInsertImage:before{content:"\f03e"}
.icon-pencil:before{content:"\f040"}
.icon-map-marker:before{content:"\f041"}
.icon-adjust:before{content:"\f042"}
.icon-tint:before{content:"\f043"}
.icon-edit:before,.dijitIconEdit:before{content:"\f044"}
.icon-share:before{content:"\f045"}
.icon-check:before{content:"\f046"}
.icon-move:before{content:"\f047"}
.icon-step-backward:before{content:"\f048"}
.icon-fast-backward:before{content:"\f049"}
.icon-backward:before{content:"\f04a"}
.icon-play:before{content:"\f04b"}
.icon-pause:before{content:"\f04c"}
.icon-stop:before{content:"\f04d"}
.icon-forward:before{content:"\f04e"}
.icon-fast-forward:before{content:"\f050"}
.icon-step-forward:before{content:"\f051"}
.icon-eject:before{content:"\f052"}
.icon-chevron-left:before,.dbootstrap .dijitTabStripSlideLeftIcon:before{content:"\f053"}
.icon-chevron-right:before,.dbootstrap .dijitTabStripSlideRightIcon:before{content:"\f054"}
.icon-plus-sign:before,.dbootstrap .dijitTreeExpandoClosed:before{content:"\f055"}
.icon-minus-sign:before,.dbootstrap .dijitTreeExpandoOpened:before{content:"\f056"}
.icon-remove-sign:before{content:"\f057"}
.icon-ok-sign:before{content:"\f058"}
.icon-question-sign:before{content:"\f059"}
.icon-info-sign:before{content:"\f05a"}
.icon-screenshot:before{content:"\f05b"}
.icon-remove-circle:before{content:"\f05c"}
.icon-ok-circle:before{content:"\f05d"}
.icon-ban-circle:before,.dijitEditorIconCancel:before{content:"\f05e"}
.icon-arrow-left:before,.dbootstrap .dijitCalendarDecrease:before{content:"\f060"}
.icon-arrow-right:before,.dbootstrap .dijitCalendarIncrease:before{content:"\f061"}
.icon-arrow-up:before{content:"\f062"}
.icon-arrow-down:before{content:"\f063"}
.icon-share-alt:before{content:"\f064"}
.icon-resize-full:before{content:"\f065"}
.icon-resize-small:before{content:"\f066"}
.icon-plus:before{content:"\f067"}
.icon-minus:before{content:"\f068"}
.icon-asterisk:before{content:"\f069"}
.icon-exclamation-sign:before,.dijitIconError:before{content:"\f06a"}
.icon-gift:before{content:"\f06b"}
.icon-leaf:before,.dijitLeaf{content:"\f06c"}
.icon-fire:before{content:"\f06d"}
.icon-eye-open:before{content:"\f06e"}
.icon-eye-close:before{content:"\f070"}
.icon-warning-sign:before{content:"\f071"}
.icon-plane:before{content:"\f072"}
.icon-calendar:before{content:"\f073"}
.icon-random:before{content:"\f074"}
.icon-comment:before{content:"\f075"}
.icon-magnet:before{content:"\f076"}
.icon-chevron-up:before{content:"\f077"}
.icon-chevron-down:before,.dbootstrap .dijitTabStripMenuIcon:before{content:"\f078"}
.icon-retweet:before{content:"\f079"}
.icon-shopping-cart:before{content:"\f07a"}
.icon-folder-close:before,.dijitFolderClosed:before,.dijitIconFolderClosed:before{content:"\f07b"}
.icon-folder-open:before,.dijitFolderOpened:before,.dijitIconFolderOpen:before{content:"\f07c"}
.icon-resize-vertical:before{content:"\f07d"}
.icon-resize-horizontal:before{content:"\f07e"}
.icon-bar-chart:before,.dijitIconChart:before{content:"\f080"}
.icon-twitter-sign:before{content:"\f081"}
.icon-facebook-sign:before{content:"\f082"}
.icon-camera-retro:before{content:"\f083"}
.icon-key:before,.dijitIconKey:before{content:"\f084"}
.icon-cogs:before{content:"\f085"}
.icon-comments:before{content:"\f086"}
.icon-thumbs-up:before{content:"\f087"}
.icon-thumbs-down:before{content:"\f088"}
.icon-star-half:before{content:"\f089"}
.icon-heart-empty:before{content:"\f08a"}
.icon-signout:before{content:"\f08b"}
.icon-linkedin-sign:before{content:"\f08c"}
.icon-pushpin:before{content:"\f08d"}
.icon-external-link:before{content:"\f08e"}
.icon-signin:before{content:"\f090"}
.icon-trophy:before{content:"\f091"}
.icon-github-sign:before{content:"\f092"}
.icon-upload-alt:before{content:"\f093"}
.icon-lemon:before{content:"\f094"}
.icon-phone:before{content:"\f095"}
.icon-check-empty:before{content:"\f096"}
.icon-bookmark-empty:before{content:"\f097"}
.icon-phone-sign:before{content:"\f098"}
.icon-twitter:before{content:"\f099"}
.icon-facebook:before{content:"\f09a"}
.icon-github:before{content:"\f09b"}
.icon-unlock:before{content:"\f09c"}
.icon-credit-card:before{content:"\f09d"}
.icon-rss:before{content:"\f09e"}
.icon-hdd:before{content:"\f0a0"}
.icon-bullhorn:before{content:"\f0a1"}
.icon-bell:before{content:"\f0a2"}
.icon-certificate:before{content:"\f0a3"}
.icon-hand-right:before{content:"\f0a4"}
.icon-hand-left:before{content:"\f0a5"}
.icon-hand-up:before{content:"\f0a6"}
.icon-hand-down:before{content:"\f0a7"}
.icon-circle-arrow-left:before{content:"\f0a8"}
.icon-circle-arrow-right:before{content:"\f0a9"}
.icon-circle-arrow-up:before{content:"\f0aa"}
.icon-circle-arrow-down:before{content:"\f0ab"}
.icon-globe:before{content:"\f0ac"}
.icon-wrench:before{content:"\f0ad"}
.icon-tasks:before,.dijitIconTask:before{content:"\f0ae"}
.icon-filter:before,.dijitIconFilter:before{content:"\f0b0"}
.icon-briefcase:before{content:"\f0b1"}
.icon-fullscreen:before,.dijitEditorIconFullScreen:before{content:"\f0b2"}
.icon-group:before,.dijitIconUsers:before{content:"\f0c0"}
.icon-link:before,.dijitEditorIconCreateLink:before,.dijitEditorIconUnlink:before{content:"\f0c1"}
.icon-cloud:before{content:"\f0c2"}
.icon-beaker:before{content:"\f0c3"}
.icon-cut:before,.dijitIconCut:before,.dijitEditorIconCut:before{content:"\f0c4"}
.icon-copy:before,.dijitIconCopy:before,.dijitEditorIconCopy:before{content:"\f0c5"}
.icon-paper-clip:before{content:"\f0c6"}
.icon-save:before,.dijitIconSave:before,.dijitEditorIconSave:before{content:"\f0c7"}
.icon-sign-blank:before,.dbootstrap .dijitTreeExpandoLeaf:before{content:"\f0c8"}
.icon-reorder:before{content:"\f0c9"}
.icon-list-ul:before,.dijitEditorIconListBulletIndent:before,.dijitEditorIconListBulletOutdent:before,.dijitEditorIconInsertUnorderedList:before{content:"\f0ca"}
.icon-list-ol:before,.dijitEditorIconListNumIndent:before,.dijitEditorIconListNumOutdent:before,.dijitEditorIconInsertOrderedList:before{content:"\f0cb"}
.icon-strikethrough:before,.dijitEditorIconStrikethrough:before{content:"\f0cc"}
.icon-underline:before,.dijitEditorIconUnderline:before{content:"\f0cd"}
.icon-table:before,.dijitIconTable:before,.dijitEditorIconInsertTable:before{content:"\f0ce"}
.icon-magic:before{content:"\f0d0"}
.icon-truck:before{content:"\f0d1"}
.icon-pinterest:before{content:"\f0d2"}
.icon-pinterest-sign:before{content:"\f0d3"}
.icon-google-plus-sign:before{content:"\f0d4"}
.icon-google-plus:before{content:"\f0d5"}
.icon-money:before{content:"\f0d6"}
.icon-caret-down:before,.dbootstrap .dijitArrowButtonInner:before{content:"\f0d7"}
.icon-caret-up:before,.dbootstrap .dijitUpArrowButton .dijitArrowButtonInner:before{content:"\f0d8"}
.icon-caret-left:before{content:"\f0d9"}
.icon-caret-right:before,.dbootstrap .dijitMenuArrowCell .dijitMenuExpand:before{content:"\f0da"}
.icon-columns:before{content:"\f0db"}
.icon-sort:before{content:"\f0dc"}
.icon-sort-down:before{content:"\f0dd"}
.icon-sort-up:before{content:"\f0de"}
.icon-envelope-alt:before{content:"\f0e0"}
.icon-linkedin:before{content:"\f0e1"}
.icon-undo:before,.dijitIconUndo:before,.dijitEditorIconUndo:before{content:"\f0e2"}
.icon-legal:before{content:"\f0e3"}
.icon-dashboard:before{content:"\f0e4"}
.icon-comment-alt:before{content:"\f0e5"}
.icon-comments-alt:before{content:"\f0e6"}
.icon-bolt:before{content:"\f0e7"}
.icon-sitemap:before{content:"\f0e8"}
.icon-umbrella:before{content:"\f0e9"}
.icon-paste:before,.dijitIconPaste:before,.dijitEditorIconPaste:before{content:"\f0ea"}
.icon-user-md:before{content:"\f200"}
.dijitIcon:before,.dbootstrap .dijitMenuArrowCell .dijitMenuExpand:before,.dbootstrap .dijitTabStripIcon:before,.dbootstrap .dijitArrowButtonInner:before,.dbootstrap .dijitCheckBox:before,.dbootstrap .dijitRadio:before,.dbootstrap .dijitCalendarIncrementControl:before,.dbootstrap .dijitTreeExpando:before{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit}
.dijitNoIcon{display:none}
*{outline:none}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}
a{color:#08c;text-decoration:none}
a:hover{color:#0074ad;text-decoration:underline}
.dbootstrap .dijitReadOnly *,.dbootstrap .dijitDisabled *,.dbootstrap .dijitReadOnly,.dbootstrap .dijitDisabled{cursor:not-allowed}
.dbootstrap .alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbefd6;-webkit-border-radius:4px;border-radius:4px;color:#c09853}
.dbootstrap .alert h1,.dbootstrap .alert h2,.dbootstrap .alert h3,.dbootstrap .alert h4{margin:0}
.dbootstrap .alert-success{background-color:#dff0d8;border-color:#d7eac8;color:#468847}
.dbootstrap .alert-danger,.dbootstrap .alert-error{background-color:#f2dede;border-color:#eed4d8;color:#b94a48}
.dbootstrap .alert-info{background-color:#d9edf7;border-color:#bee9f1;color:#3a87ad}
.dbootstrap .alert-block{padding-top:14px;padding-bottom:14px}
.dbootstrap .alert-block > p,.dbootstrap .alert-block > ul{margin-bottom:0}
.dbootstrap .alert-block p + p{margin-top:5px}
.dbootstrap .application{width:100%;height:100%;border:0;padding:0;margin:0}
.dbootstrap .dijitMenuBar{overflow:visible;margin-bottom:20px;color:#555;padding-left:20px;padding-right:20px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f2f2f2));background-image:-webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:-o-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:linear-gradient(top, #fff 0%, #f2f2f2 100%);border:1px solid #d5d5d5;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}
.dbootstrap .dijitMenuBar .dijitMenuItem{color:#555;padding:10px 15px 10px;text-shadow:0 1px 0 #fff}
.dbootstrap .dijitMenuBar .dijitMenuItemHover{color:#333;background-image:none;background-color:transparent}
.dbootstrap .dijitMenuBar .dijitMenuItemActive,.dbootstrap .dijitMenuBar .dijitMenuItemSelected{color:#555;text-decoration:none;background-image:none;background-color:#e6e6e6;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}
.dbootstrap .dijitMenuBar .dijitMenuItemDisabled{color:#555;-webkit-box-shadow:none;box-shadow:none;background-color:transparent}
.dbootstrap .dijitMenuBar .brand{font-weight:200;color:#555;text-shadow:0 1px 0 #fff;font-size:21px;padding:10px;display:inline;vertical-align:middle}
.dbootstrap .dijitMenuBar.primary{-webkit-border-radius:0;border-radius:0;margin-bottom:5px}
.dbootstrap .dijitMenuBar.inverse{color:#999;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(1, #111));background-image:-webkit-linear-gradient(top, #222 0%, #111 100%);background-image:-moz-linear-gradient(top, #222 0%, #111 100%);background-image:-o-linear-gradient(top, #222 0%, #111 100%);background-image:-ms-linear-gradient(top, #222 0%, #111 100%);background-image:linear-gradient(top, #222 0%, #111 100%);border-color:#252525}
.dbootstrap .dijitMenuBar.inverse .dijitMenuItem{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.dbootstrap .dijitMenuBar.inverse .dijitMenuItemHover{background-color:transparent;color:#fff}
.dbootstrap .dijitMenuBar.inverse .dijitMenuItemActive,.dbootstrap .dijitMenuBar.inverse .dijitMenuItemSelected{color:#fff;background-color:#111;-webkit-box-shadow:inset 0 3px 8px rgba(255,255,255,0.125);box-shadow:inset 0 3px 8px rgba(255,255,255,0.125)}
.dbootstrap .dijitMenuBar.inverse .dijitMenuItemDisabled{color:#999}
.dbootstrap .dijitMenuBar.inverse .brand{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.dbootstrap .dijitMenu{z-index:1000;padding:5px 0;margin:2px 0 0;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);border-collapse:separate}
.dbootstrap .dijitMenuItem,.dbootstrap .dijitCalendarMonthMenu .dijitCalendarMonthLabel{font-weight:normal;color:#333;white-space:nowrap;padding:6px 20px}
.dbootstrap .dijitMenuItemHover,.dbootstrap .dijitMenuItemSelected,.dbootstrap .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover{text-decoration:none;color:#fff;background-color:#08c;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(1, #0081c2));background-image:-webkit-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:-moz-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:-o-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:-ms-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:linear-gradient(top, #08c 0%, #0081c2 100%)}
.dbootstrap td.dijitMenuItemLabel{padding:6px .3em}
.dbootstrap tr.dijitMenuItem td:first-child{padding-left:20px}
.dbootstrap tr.dijitMenuItem td:last-child{padding-right:20px}
.dbootstrap .dijitMenuSeparator{margin:9px 1px}
.dbootstrap .dijitMenuSeparatorTop{border-bottom:1px solid #e5e5e5;height:auto}
.dbootstrap .dijitMenuSeparatorBottom{height:auto}
.dbootstrap .dijitMenuItemIcon,.dbootstrap .dijitMenuExpand{line-height:13px}
.dbootstrap .dijitContentPane{padding:10px}
.dbootstrap .dijitTabPaneWrapper{border:1px solid #eee}
.dbootstrap .dijitTabContainerBottom-tabs,.dbootstrap .dijitTabContainerTop-tabs,.dbootstrap .dijitTabContainerLeft-tabs,.dbootstrap .dijitTabContainerRight-tabs{border:none}
.dbootstrap .dijitTab{color:#08c;text-shadow:0 1px 0 rgba(255,255,255,0.5);margin-right:2px;padding-right:12px;padding-left:12px;padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px}
.dbootstrap .dijitTabHover{color:#0074ad;background-color:#eee;border-color:#eee}
.dbootstrap .dijitTabChecked{color:#555;background-color:#fff;border-color:#eee;cursor:default}
.dbootstrap .dijitTabCloseButton{font-weight:bold;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";margin-left:5px;cursor:pointer}
.dbootstrap .dijitTabCloseButtonHover{opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}
.dbootstrap .dijitTabCloseButton .dijitTabCloseText{display:inline}
.dbootstrap .dijitTabContainerTop-container{margin-top:-1px}
.dbootstrap .dijitTabContainerTop .dijitTab{border-bottom-left-radius:0;border-bottom-right-radius:0}
.dbootstrap .dijitTabContainerTop .dijitTabChecked{border-bottom-color:transparent}
.dbootstrap .dijitTabContainerBottom-container{margin-bottom:-1px}
.dbootstrap .dijitTabContainerBottom .dijitTab{border-top-left-radius:0;border-top-right-radius:0}
.dbootstrap .dijitTabContainerBottom .dijitTabChecked{border-top-color:transparent}
.dbootstrap .tabStripButtonHover{background-color:transparent;border:1px solid transparent}
.dbootstrap .dijitTabDisabled .dijitTabStripIcon{opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"}
.dbootstrap .dijitTabContainerTop.dijitTabContainerNested{margin-top:5px}
.dbootstrap .dijitTabContainerTop .dijitTabPaneWrapperNested{border-bottom:none;border-right:none;border-left:none}
.dbootstrap .dijitTabContainerBottom.dijitTabContainerNested{margin-bottom:5px}
.dbootstrap .dijitTabContainerBottom .dijitTabPaneWrapperNested{border-top:none;border-right:none;border-left:none}
.dbootstrap .dijitAccordionContainer{border:none}
.dbootstrap .dijitAccordionInnerContainer{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;border-radius:4px}
.dbootstrap .dijitAccordionTitle{color:#08c;border-bottom:none;padding:8px 15px}
.dbootstrap .dijitAccordionChildWrapper{border-top:1px solid #e5e5e5}
.dbootstrap .dijitAccordionContainer .dijitAccordionContainer-child{padding:9px 15px}
.dbootstrap .dijitAccordionTitleHover{color:#0074ad}
.dbootstrap .well,.dbootstrap fieldset{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e4e4e4;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}
.dbootstrap .well blockquote,.dbootstrap fieldset blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.dbootstrap .well-large{padding:24px;-webkit-border-radius:6px;border-radius:6px}
.dbootstrap .well-small{padding:9px;-webkit-border-radius:3px;border-radius:3px}
.dbootstrap .dijitButtonNode{border:none}
.dbootstrap .dijitButtonNode *{vertical-align:baseline}
.dbootstrap .dijitButtonNode .dijitIcon,.dbootstrap .dijitArrowButtonInner{line-height:13px}

.dbootstrap .primary .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#04c;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(1, #04c));background-image:-webkit-linear-gradient(top, #08c 0%, #04c 100%);background-image:-moz-linear-gradient(top, #08c 0%, #04c 100%);background-image:-o-linear-gradient(top, #08c 0%, #04c 100%);background-image:-ms-linear-gradient(top, #08c 0%, #04c 100%);background-image:linear-gradient(top, #08c 0%, #04c 100%);background-repeat:repeat-x;border-color:#04c #04c #003aad;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .warning .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f89406;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #faa42b), color-stop(1, #f89406));background-image:-webkit-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-moz-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-o-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-ms-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:linear-gradient(top, #faa42b 0%, #f89406 100%);background-repeat:repeat-x;border-color:#f89406 #f89406 #d37e05;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .danger .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#bd362f;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-moz-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-ms-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-repeat:repeat-x;border-color:#bd362f #bd362f #a12e28;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .success .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#51a351;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #51a351));background-image:-webkit-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-moz-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-o-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-ms-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:linear-gradient(top, #62c462 0%, #51a351 100%);background-repeat:repeat-x;border-color:#51a351 #51a351 #458b45;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .info .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#2f96b4;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), color-stop(1, #2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-moz-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-o-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-ms-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #287f99;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .inverse .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#222;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(1, #222));background-image:-webkit-linear-gradient(top, #444 0%, #222 100%);background-image:-moz-linear-gradient(top, #444 0%, #222 100%);background-image:-o-linear-gradient(top, #444 0%, #222 100%);background-image:-ms-linear-gradient(top, #444 0%, #222 100%);background-image:linear-gradient(top, #444 0%, #222 100%);background-repeat:repeat-x;border-color:#222 #222 #1d1d1d;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .dijitButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonHover .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeHover,.dbootstrap .dijitComboButton .dijitDownArrowButtonHover,.dbootstrap .dijitToggleButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonActive .dijitButtonNode{text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;-ms-transition:background-position .1s linear;transition:background-position .1s linear}
.dbootstrap .dijitButtonActive .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeActive,.dbootstrap .dijitToggleButtonActive .dijitButtonNode,.dbootstrap .dijitToggleButtonChecked .dijitButtonNode,.dbootstrap .dijitComboButton .dijitArrowButton.dijitHasDropDownOpen{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonDisabled .dijitButtonNode,.dbootstrap .dijitDropDownButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboButtonDisabled .dijitButtonNode,.dbootstrap .dijitToggleButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSpinnerDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{cursor:not-allowed;background-image:none;opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";-webkit-box-shadow:none;box-shadow:none}
.dbootstrap .dijitToggleButtonDisabled.dijitToggleButtonChecked .dijitButtonNode{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonText{padding:0 .3em;text-align:center}
.dbootstrap .dijitArrowButtonInner{height:auto;width:auto}
.dbootstrap .dijitComboButton td.dijitStretch,.dbootstrap .dijitComboButton td.dijitArrowButton{display:table-cell}
.dbootstrap .dijitComboButton .dijitArrowButton,.dbootstrap .dijitComboBox .dijitButtonNode.dijitArrowButton,.dbootstrap .dijitSpinnerButtonContainer.dijitButtonNode,.dbootstrap .dijitSelect .dijitButtonNode.dijitArrowButton{border-left-width:0;padding:6px 10px;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
.dbootstrap .dijitComboButton .dijitStretch{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
.dbootstrap table.dijitComboButton{border-collapse:separate}
.dbootstrap label{vertical-align:middle}
.dbootstrap .dijitTextBox{display:inline-block;font-size:14px;color:#555;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;-ms-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}
.dbootstrap .dijitTextBoxFocused{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
.dbootstrap .dijitInputContainer{padding:6px 6px}
.dj_webkit .dbootstrap .dijitInputContainer{padding:4px 4px}
.dj_webkit .dbootstrap .dijitInputField .dijitInputInner{height:20px}
.dj_webkit .dbootstrap .dijitInline .dijitInputField .dijitInputInner{height:inherit}
.dbootstrap .dijitPlaceHolder{font-style:normal;padding:4px 6px}
.dbootstrap .dijitTextBoxDisabled,.dbootstrap .dijitSelect.dijitSelectDisabled .dijitButtonContents{background-image:none;-webkit-box-shadow:none;box-shadow:none;background-color:#eee}
.dbootstrap .dijitTextArea{padding:4px 6px;line-height:1.5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.dbootstrap .dijitComboBox input.dijitArrowButtonInner{display:none}
.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSpinnerDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{background-color:#eee}
.dbootstrap .dijitTextBoxError{color:#b94a48;border-color:#b94a48}
.dbootstrap .dijitTextBoxError.dijitTextBoxFocused{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #c76e6d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #c76e6d}
.dbootstrap .dijitValidationContainer{display:none}
.dbootstrap .dijitButtonNode{border:none}
.dbootstrap .dijitButtonNode *{vertical-align:baseline}
.dbootstrap .dijitButtonNode .dijitIcon,.dbootstrap .dijitArrowButtonInner{line-height:13px}

.dbootstrap .primary .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#04c;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(1, #04c));background-image:-webkit-linear-gradient(top, #08c 0%, #04c 100%);background-image:-moz-linear-gradient(top, #08c 0%, #04c 100%);background-image:-o-linear-gradient(top, #08c 0%, #04c 100%);background-image:-ms-linear-gradient(top, #08c 0%, #04c 100%);background-image:linear-gradient(top, #08c 0%, #04c 100%);background-repeat:repeat-x;border-color:#04c #04c #003aad;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .warning .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f89406;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #faa42b), color-stop(1, #f89406));background-image:-webkit-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-moz-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-o-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-ms-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:linear-gradient(top, #faa42b 0%, #f89406 100%);background-repeat:repeat-x;border-color:#f89406 #f89406 #d37e05;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .danger .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#bd362f;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-moz-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-ms-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-repeat:repeat-x;border-color:#bd362f #bd362f #a12e28;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .success .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#51a351;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #51a351));background-image:-webkit-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-moz-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-o-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-ms-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:linear-gradient(top, #62c462 0%, #51a351 100%);background-repeat:repeat-x;border-color:#51a351 #51a351 #458b45;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .info .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#2f96b4;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), color-stop(1, #2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-moz-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-o-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-ms-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #287f99;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .inverse .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#222;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(1, #222));background-image:-webkit-linear-gradient(top, #444 0%, #222 100%);background-image:-moz-linear-gradient(top, #444 0%, #222 100%);background-image:-o-linear-gradient(top, #444 0%, #222 100%);background-image:-ms-linear-gradient(top, #444 0%, #222 100%);background-image:linear-gradient(top, #444 0%, #222 100%);background-repeat:repeat-x;border-color:#222 #222 #1d1d1d;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .dijitButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonHover .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeHover,.dbootstrap .dijitComboButton .dijitDownArrowButtonHover,.dbootstrap .dijitToggleButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonActive .dijitButtonNode{text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;-ms-transition:background-position .1s linear;transition:background-position .1s linear}
.dbootstrap .dijitButtonActive .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeActive,.dbootstrap .dijitToggleButtonActive .dijitButtonNode,.dbootstrap .dijitToggleButtonChecked .dijitButtonNode,.dbootstrap .dijitComboButton .dijitArrowButton.dijitHasDropDownOpen{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonDisabled .dijitButtonNode,.dbootstrap .dijitDropDownButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboButtonDisabled .dijitButtonNode,.dbootstrap .dijitToggleButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSpinnerDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{cursor:not-allowed;background-image:none;opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";-webkit-box-shadow:none;box-shadow:none}
.dbootstrap .dijitToggleButtonDisabled.dijitToggleButtonChecked .dijitButtonNode{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonText{padding:0 .3em;text-align:center}
.dbootstrap .dijitArrowButtonInner{height:auto;width:auto}
.dbootstrap .dijitComboButton td.dijitStretch,.dbootstrap .dijitComboButton td.dijitArrowButton{display:table-cell}
.dbootstrap .dijitComboButton .dijitArrowButton,.dbootstrap .dijitComboBox .dijitButtonNode.dijitArrowButton,.dbootstrap .dijitSpinnerButtonContainer.dijitButtonNode,.dbootstrap .dijitSelect .dijitButtonNode.dijitArrowButton{border-left-width:0;padding:6px 10px;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
.dbootstrap .dijitComboButton .dijitStretch{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
.dbootstrap table.dijitComboButton{border-collapse:separate}
.dbootstrap .well,.dbootstrap fieldset{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e4e4e4;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}
.dbootstrap .well blockquote,.dbootstrap fieldset blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.dbootstrap .well-large{padding:24px;-webkit-border-radius:6px;border-radius:6px}
.dbootstrap .well-small{padding:9px;-webkit-border-radius:3px;border-radius:3px}
.dbootstrap .dijitButtonNode{border:none}
.dbootstrap .dijitButtonNode *{vertical-align:baseline}
.dbootstrap .dijitButtonNode .dijitIcon,.dbootstrap .dijitArrowButtonInner{line-height:13px}

.dbootstrap .primary .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#04c;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(1, #04c));background-image:-webkit-linear-gradient(top, #08c 0%, #04c 100%);background-image:-moz-linear-gradient(top, #08c 0%, #04c 100%);background-image:-o-linear-gradient(top, #08c 0%, #04c 100%);background-image:-ms-linear-gradient(top, #08c 0%, #04c 100%);background-image:linear-gradient(top, #08c 0%, #04c 100%);background-repeat:repeat-x;border-color:#04c #04c #003aad;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .warning .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f89406;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #faa42b), color-stop(1, #f89406));background-image:-webkit-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-moz-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-o-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-ms-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:linear-gradient(top, #faa42b 0%, #f89406 100%);background-repeat:repeat-x;border-color:#f89406 #f89406 #d37e05;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .danger .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#bd362f;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-moz-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-ms-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-repeat:repeat-x;border-color:#bd362f #bd362f #a12e28;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .success .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#51a351;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #51a351));background-image:-webkit-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-moz-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-o-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-ms-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:linear-gradient(top, #62c462 0%, #51a351 100%);background-repeat:repeat-x;border-color:#51a351 #51a351 #458b45;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .info .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#2f96b4;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), color-stop(1, #2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-moz-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-o-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-ms-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #287f99;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .inverse .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#222;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(1, #222));background-image:-webkit-linear-gradient(top, #444 0%, #222 100%);background-image:-moz-linear-gradient(top, #444 0%, #222 100%);background-image:-o-linear-gradient(top, #444 0%, #222 100%);background-image:-ms-linear-gradient(top, #444 0%, #222 100%);background-image:linear-gradient(top, #444 0%, #222 100%);background-repeat:repeat-x;border-color:#222 #222 #1d1d1d;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .dijitButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonHover .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeHover,.dbootstrap .dijitComboButton .dijitDownArrowButtonHover,.dbootstrap .dijitToggleButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonActive .dijitButtonNode{text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;-ms-transition:background-position .1s linear;transition:background-position .1s linear}
.dbootstrap .dijitButtonActive .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeActive,.dbootstrap .dijitToggleButtonActive .dijitButtonNode,.dbootstrap .dijitToggleButtonChecked .dijitButtonNode,.dbootstrap .dijitComboButton .dijitArrowButton.dijitHasDropDownOpen{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonDisabled .dijitButtonNode,.dbootstrap .dijitDropDownButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboButtonDisabled .dijitButtonNode,.dbootstrap .dijitToggleButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSpinnerDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{cursor:not-allowed;background-image:none;opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";-webkit-box-shadow:none;box-shadow:none}
.dbootstrap .dijitToggleButtonDisabled.dijitToggleButtonChecked .dijitButtonNode{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonText{padding:0 .3em;text-align:center}
.dbootstrap .dijitArrowButtonInner{height:auto;width:auto}
.dbootstrap .dijitComboButton td.dijitStretch,.dbootstrap .dijitComboButton td.dijitArrowButton{display:table-cell}
.dbootstrap .dijitComboButton .dijitArrowButton,.dbootstrap .dijitComboBox .dijitButtonNode.dijitArrowButton,.dbootstrap .dijitSpinnerButtonContainer.dijitButtonNode,.dbootstrap .dijitSelect .dijitButtonNode.dijitArrowButton{border-left-width:0;padding:6px 10px;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
.dbootstrap .dijitComboButton .dijitStretch{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
.dbootstrap table.dijitComboButton{border-collapse:separate}
.dbootstrap label{vertical-align:middle}
.dbootstrap .dijitTextBox{display:inline-block;font-size:14px;color:#555;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;-ms-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}
.dbootstrap .dijitTextBoxFocused{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
.dbootstrap .dijitInputContainer{padding:6px 6px}
.dj_webkit .dbootstrap .dijitInputContainer{padding:4px 4px}
.dj_webkit .dbootstrap .dijitInputField .dijitInputInner{height:20px}
.dj_webkit .dbootstrap .dijitInline .dijitInputField .dijitInputInner{height:inherit}
.dbootstrap .dijitPlaceHolder{font-style:normal;padding:4px 6px}
.dbootstrap .dijitTextBoxDisabled,.dbootstrap .dijitSelect.dijitSelectDisabled .dijitButtonContents{background-image:none;-webkit-box-shadow:none;box-shadow:none;background-color:#eee}
.dbootstrap .dijitTextArea{padding:4px 6px;line-height:1.5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.dbootstrap .dijitComboBox input.dijitArrowButtonInner{display:none}
.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSpinnerDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{background-color:#eee}
.dbootstrap .dijitTextBoxError{color:#b94a48;border-color:#b94a48}
.dbootstrap .dijitTextBoxError.dijitTextBoxFocused{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #c76e6d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #c76e6d}
.dbootstrap .dijitValidationContainer{display:none}
.dj_webkit .dbootstrap .dijitSpinnerButtonContainer.dijitButtonNode{padding:4px 10px !important}
.dbootstrap .dijitCheckBox,.dbootstrap .dijitRadio{border:1px solid #999;-webkit-box-shadow:inset 1px 1px 1px 0 rgba(1,1,1,0.2);box-shadow:inset 1px 1px 1px 0 rgba(1,1,1,0.2);text-align:center;-webkit-border-radius:2px;border-radius:2px;padding:1px;background-color:#fff;position:relative}
.dbootstrap .dijitCheckBox input,.dbootstrap .dijitRadio input{position:absolute;top:0;left:0;height:100%;width:100%}
.dbootstrap .dijitCheckBox:before,.dbootstrap .dijitRadio:before{vertical-align:top}
.dbootstrap .dijitRadio input{position:absolute;top:0;left:0;height:100%;width:100%;margin:0;}
.dbootstrap .dijitCheckBoxDisabled,.dbootstrap .dijitRadioDisabled{opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";background-color:#eee}
.dbootstrap .dijitRadio{-webkit-border-radius:20px;border-radius:20px;line-height:12px;}
.dbootstrap .dijitSlider{color:#999}
.dbootstrap .dijitSliderRemainingBar,.dbootstrap .dijitSliderBumperH{border:none;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #f5f5f5), color-stop(1, #f9f9f9));background-image:-webkit-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-o-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);-webkit-box-shadow:inset 2px 1px 2px rgba(0,0,0,0.1);box-shadow:inset 2px 1px 2px rgba(0,0,0,0.1)}
.dbootstrap .dijitSliderProgressBar,.dbootstrap .dijitSliderBumperH.dijitSliderLeftBumper{border:none;background-color:#149dbf;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #149bdf), color-stop(1, #0480be));background-image:-webkit-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:-moz-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:-o-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:-ms-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:linear-gradient(center top, #149bdf 0%, #0480be 100%);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15)}
.dbootstrap .dijitSliderImageHandle{border:1px solid rgba(0,0,0,0.15);background-color:#fff}
.dbootstrap .dijitRuleMark{border-color:#999}
.dbootstrap .dijitSliderBarH{height:1em}
.dbootstrap .dijitSliderImageHandleH{-webkit-box-shadow:1px 0 2px rgba(0,0,0,0.15);box-shadow:1px 0 2px rgba(0,0,0,0.15);width:11px;height:1.5em}
.dbootstrap .dijitSliderBumperH{height:1em}
.dbootstrap .dijitSliderBumperH.dijitSliderRightBumper{border-bottom-right-radius:4px;border-top-right-radius:4px;margin-left:-4px;padding-right:4px}
.dbootstrap .dijitSliderBumperH.dijitSliderLeftBumper{border-bottom-left-radius:4px;border-top-left-radius:4px}
.dbootstrap .dijitRuleLabelsContainerH{padding-bottom:5px}
.dbootstrap .dijitSliderBarV{width:1em}
.dbootstrap .dijitSliderV .dijitSliderRemainingBar,.dbootstrap .dijitSliderBumperV{border:none;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #f5f5f5), color-stop(1, #f9f9f9));background-image:-webkit-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-o-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);-webkit-box-shadow:inset 2px -2px 2px rgba(0,0,0,0.1);box-shadow:inset 2px -2px 2px rgba(0,0,0,0.1)}
.dbootstrap .dijitSliderV .dijitSliderProgressBar,.dbootstrap .dijitSliderBumperV.dijitSliderBottomBumper{border:none;background-image:-webkit-gradient(linear, left center, right center, color-stop(0, #149bdf), color-stop(1, #0480be));background-image:-webkit-linear-gradient(left center, #149bdf 0%, #0480be 100%);background-image:-moz-linear-gradient(left center, #149bdf 0%, #0480be 100%);background-image:-o-linear-gradient(left center, #149bdf 0%, #0480be 100%);background-image:-ms-linear-gradient(left center, #149bdf 0%, #0480be 100%);background-image:linear-gradient(left center, #149bdf 0%, #0480be 100%);-webkit-box-shadow:inset -1px 0 0 rgba(0,0,0,0.15);box-shadow:inset -1px 0 0 rgba(0,0,0,0.15)}
.dbootstrap .dijitSliderImageHandleV{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);width:1.5em;height:11px}
.dbootstrap .dijitSliderBumperV{width:1em}
.dbootstrap .dijitSliderBumperV.dijitSliderTopBumper{border-top-left-radius:4px;border-top-right-radius:4px;margin-bottom:-4px;padding-top:4px}
.dbootstrap .dijitSliderBumperV.dijitSliderBottomBumper{border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.dbootstrap .dijitRuleLabelsContainerV{margin:0 5px}
.dbootstrap .dijitSliderDisabled{opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"}
.dbootstrap .well,.dbootstrap fieldset{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e4e4e4;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}
.dbootstrap .well blockquote,.dbootstrap fieldset blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.dbootstrap .well-large{padding:24px;-webkit-border-radius:6px;border-radius:6px}
.dbootstrap .well-small{padding:9px;-webkit-border-radius:3px;border-radius:3px}
.dbootstrap .dijitButtonNode{border:none}
.dbootstrap .dijitButtonNode *{vertical-align:baseline}
.dbootstrap .dijitButtonNode .dijitIcon,.dbootstrap .dijitArrowButtonInner{line-height:13px}
.dbootstrap .dijitButton .dijitButtonNode:not(.dbootstrap .dijitButton .button-unicredit .dijitButtonNode),.dbootstrap .dijitDropDownButton .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNode,.dbootstrap .dijitToggleButton .dijitButtonNode,.dbootstrap .dijitComboBox .dijitButtonNode,.dbootstrap .dijitSelect .dijitButtonNode{display:block;padding:6px 14px;margin-bottom:0;font-size:14px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#e6e6e6;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));background-image:-webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);background-image:-moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);background-image:-o-linear-gradient(top, #fff 0%, #e6e6e6 100%);background-image:-ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);background-image:linear-gradient(top, #fff 0%, #e6e6e6 100%);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #c4c4c4;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border:1px solid #bbb;border-bottom-color:#a8a8a8;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .primary .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#04c;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(1, #04c));background-image:-webkit-linear-gradient(top, #08c 0%, #04c 100%);background-image:-moz-linear-gradient(top, #08c 0%, #04c 100%);background-image:-o-linear-gradient(top, #08c 0%, #04c 100%);background-image:-ms-linear-gradient(top, #08c 0%, #04c 100%);background-image:linear-gradient(top, #08c 0%, #04c 100%);background-repeat:repeat-x;border-color:#04c #04c #003aad;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .warning .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f89406;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #faa42b), color-stop(1, #f89406));background-image:-webkit-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-moz-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-o-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:-ms-linear-gradient(top, #faa42b 0%, #f89406 100%);background-image:linear-gradient(top, #faa42b 0%, #f89406 100%);background-repeat:repeat-x;border-color:#f89406 #f89406 #d37e05;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .danger .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#bd362f;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-moz-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-o-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:-ms-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-image:linear-gradient(top, #ee5f5b 0%, #bd362f 100%);background-repeat:repeat-x;border-color:#bd362f #bd362f #a12e28;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .success .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#51a351;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #51a351));background-image:-webkit-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-moz-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-o-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:-ms-linear-gradient(top, #62c462 0%, #51a351 100%);background-image:linear-gradient(top, #62c462 0%, #51a351 100%);background-repeat:repeat-x;border-color:#51a351 #51a351 #458b45;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .info .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#2f96b4;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), color-stop(1, #2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-moz-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-o-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:-ms-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-image:linear-gradient(top, #5bc0de 0%, #2f96b4 100%);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #287f99;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .inverse .dijitButtonNode{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#222;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(1, #222));background-image:-webkit-linear-gradient(top, #444 0%, #222 100%);background-image:-moz-linear-gradient(top, #444 0%, #222 100%);background-image:-o-linear-gradient(top, #444 0%, #222 100%);background-image:-ms-linear-gradient(top, #444 0%, #222 100%);background-image:linear-gradient(top, #444 0%, #222 100%);background-repeat:repeat-x;border-color:#222 #222 #1d1d1d;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}
.dbootstrap .dijitButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonHover .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeHover,.dbootstrap .dijitComboButton .dijitDownArrowButtonHover,.dbootstrap .dijitToggleButtonHover .dijitButtonNode,.dbootstrap .dijitDropDownButtonActive .dijitButtonNode{text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;-ms-transition:background-position .1s linear;transition:background-position .1s linear}
.dbootstrap .dijitButtonActive .dijitButtonNode,.dbootstrap .dijitComboButton .dijitButtonNodeActive,.dbootstrap .dijitToggleButtonActive .dijitButtonNode,.dbootstrap .dijitToggleButtonChecked .dijitButtonNode,.dbootstrap .dijitComboButton .dijitArrowButton.dijitHasDropDownOpen{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonDisabled .dijitButtonNode,.dbootstrap .dijitDropDownButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboButtonDisabled .dijitButtonNode,.dbootstrap .dijitToggleButtonDisabled .dijitButtonNode,.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{cursor:not-allowed;background-image:none;opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";-webkit-box-shadow:none;box-shadow:none}
.dbootstrap .dijitToggleButtonDisabled.dijitToggleButtonChecked .dijitButtonNode{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
.dbootstrap .dijitButtonText{padding:0 .3em;text-align:center}
.dbootstrap .dijitArrowButtonInner{height:auto;width:auto}
.dbootstrap .dijitComboButton td.dijitStretch,.dbootstrap .dijitComboButton td.dijitArrowButton{display:table-cell}
.dbootstrap .dijitComboButton .dijitArrowButton,.dbootstrap .dijitComboBox .dijitButtonNode.dijitArrowButton,.dbootstrap .dijitSelect .dijitButtonNode.dijitArrowButton{border-left-width:0;padding:6px 10px;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
.dbootstrap .dijitComboButton .dijitStretch{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
.dbootstrap table.dijitComboButton{border-collapse:separate}
.dbootstrap label{vertical-align:middle}
.dbootstrap .dijitTextBox{display:inline-block;font-size:14px;color:#555;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;-ms-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}
.dbootstrap .dijitTextBoxFocused{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
.dbootstrap .dijitInputContainer{padding:6px 6px}
.dj_webkit .dbootstrap .dijitInputContainer{padding:4px 4px}
.dj_webkit .dbootstrap .dijitInputField .dijitInputInner{height:20px}
.dj_webkit .dbootstrap .dijitInline .dijitInputField .dijitInputInner{height:inherit}
.dbootstrap .dijitPlaceHolder{font-style:normal;padding:4px 6px}
.dbootstrap .dijitTextBoxDisabled,.dbootstrap .dijitSelect.dijitSelectDisabled .dijitButtonContents{background-image:none;-webkit-box-shadow:none;box-shadow:none;background-color:#eee}
.dbootstrap .dijitTextArea{padding:4px 6px;line-height:1.5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.dbootstrap .dijitComboBox input.dijitArrowButtonInner{display:none}
.dbootstrap .dijitComboBoxDisabled .dijitButtonNode,.dbootstrap .dijitSelectDisabled .dijitButtonNode{background-color:#eee}
.dbootstrap .dijitTextBoxError{color:#b94a48;border-color:#b94a48}
.dbootstrap .dijitTextBoxError.dijitTextBoxFocused{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #c76e6d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #c76e6d}
.dbootstrap .dijitValidationContainer{display:none}
.dbootstrap .dijitSelect{border:none;color:#555;-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;-ms-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}
.dbootstrap .dijitSelect .dijitButtonContents{background-color:#fff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;border:1px solid #ccc}
.dbootstrap .dijitSelectDisabled .dijitButtonContents .dijitButtonText{opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}
.dbootstrap .dijitTimePickerItem{font-weight:normal;color:#333;white-space:nowrap;background-color:transparent;border:1px solid transparent}
.dbootstrap .dijitTimePickerItem .dijitTimePickerItemInner{padding-top:6px;padding-bottom:6px}
.dbootstrap .dijitTimePickerItemHover,.dbootstrap .dijitTimePickerItemSelected{text-decoration:none;color:#fff;background-color:#08c;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #08c), color-stop(1, #0081c2));background-image:-webkit-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:-moz-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:-o-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:-ms-linear-gradient(top, #08c 0%, #0081c2 100%);background-image:linear-gradient(top, #08c 0%, #0081c2 100%)}
.dbootstrap .dijitDialog{background-color:#fff;border:1px solid rgba(0,0,0,0.3);-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3)}
.dbootstrap .dijitDialogCloseIcon .closeText{float:right;font-size:20px;font-weight:bold;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";display:inline;position:relative;margin-top:2px}
.dbootstrap .dijitDialogCloseIconHover .closeText{opacity:.4;filter:alpha(opacity=40);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"}
.dbootstrap .dijitDialogUnderlay{background-color:#000;opacity:.8;filter:alpha(opacity=80);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}
.dbootstrap .dijitDialogTitleBar{padding:9px 15px;border-bottom:1px solid #eee}
.dbootstrap .dijitDialogTitle{font-size:24px;font-weight:bold;margin:0}
.dbootstrap .dijitDialogPaneContentArea{padding:15px}
.dbootstrap .dijitDialogPaneActionBar{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}
.dbootstrap .dijitTooltipContainer{background-color:#fff;border:1px solid rgba(0,0,0,0.25);-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);padding:9px 14px}
.dbootstrap .dijitTooltipConnector,.dbootstrap .dijitTooltipConnector:after{position:absolute;width:0;height:0;display:inline-block;border-color:transparent;border-style:solid}
.dbootstrap .dijitTooltipConnector:after{content:"";z-index:-1}
.dbootstrap .dijitTooltipAbove{padding-bottom:5px}
.dbootstrap .dijitTooltipAbove .dijitTooltipConnector{bottom:1px;border-width:5px 5px 0;border-top-color:#fff;}
.dbootstrap .dijitTooltipAbove .dijitTooltipConnector:after{border-width:6px 6px 0;border-top-color:rgba(0,0,0,0.25);left:-6px;bottom:-1px}
.dbootstrap .dijitTooltipBelow{padding-top:5px}
.dbootstrap .dijitTooltipBelow .dijitTooltipConnector{top:1px;border-width:0 5px 5px;border-bottom-color:#fff;}
.dbootstrap .dijitTooltipBelow .dijitTooltipConnector:after{border-width:0 6px 6px;border-bottom-color:rgba(0,0,0,0.25);left:-6px;top:-1px}
.dbootstrap .dijitTooltipLeft{padding-right:5px}
.dbootstrap .dijitTooltipLeft .dijitTooltipConnector{right:1px;border-width:5px 0 5px 5px;border-left-color:#fff;}
.dbootstrap .dijitTooltipLeft .dijitTooltipConnector:after{border-width:6px 0 6px 6px;border-left-color:rgba(0,0,0,0.25);bottom:-6px;right:-1px}
.dbootstrap .dijitTooltipRight{padding-left:5px}
.dbootstrap .dijitTooltipRight .dijitTooltipConnector{left:1px;border-width:5px 5px 5px 0;border-right-color:#fff;}
.dbootstrap .dijitTooltipRight .dijitTooltipConnector:after{border-width:6px 6px 6px 0;border-right-color:rgba(0,0,0,0.25);bottom:-6px;left:-1px}
.dbootstrap .dijitTooltipABLeft .dijitTooltipConnector{left:20px}
.dbootstrap .dijitTooltipABRight .dijitTooltipConnector{right:20px}
.dbootstrap .dijitPopup .dijitCalendar{margin-top:2px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}
.dbootstrap .dijitCalendar{background-color:#eee;border-collapse:separate;-webkit-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);text-align:center;padding:8px;font-size:12px}
.dbootstrap .dijitCalendarDateTemplate{padding:3px 7px;background-color:#fff}
.dbootstrap .dijitCalendarDayLabelTemplate{padding-bottom:5px;padding-top:5px;font-weight:500;text-shadow:0 1px 0 rgba(255,255,255,0.8)}
.dbootstrap .dijitCalendarDateLabel{vertical-align:middle}
.dbootstrap .dijitCalendarPreviousMonth,.dbootstrap .dijitCalendarNextMonth{background-color:#dfe8ff;color:#08c}
.dbootstrap .dijitCalendarSelectedDate{background-color:#0074cc;color:#fff}
.dbootstrap .dijitCalendarCurrentDate .dijitCalendarDateLabel{text-decoration:underline}
.dbootstrap .dijitCalendarSelectedYear{font-size:1.3em;margin-left:8px;margin-right:8px}
.dbootstrap .dijitCalendar tr td:first-child{border-left:none}
.dbootstrap .dijitCalendarYearLabel{margin-top:8px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}
.dbootstrap .dijitA11ySideArrow{display:none}
.dbootstrap .dijitProgressBar{margin:2px 0}
.dbootstrap .dijitProgressBarEmpty{border:none;-webkit-border-radius:4px;border-radius:4px;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #f5f5f5), color-stop(1, #f9f9f9));background-image:-webkit-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-o-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);background-image:linear-gradient(center top, #f5f5f5 0%, #f9f9f9 100%);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.dbootstrap .dijitProgressBarFull{background-color:#149dbf;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #149bdf), color-stop(1, #0480be));background-image:-webkit-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:-moz-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:-o-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:-ms-linear-gradient(center top, #149bdf 0%, #0480be 100%);background-image:linear-gradient(center top, #149bdf 0%, #0480be 100%);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;-ms-transition:width .6s ease;transition:width .6s ease}
.dbootstrap .dijitProgressBarTile{display:none}
.dbootstrap .dijitProgressBarLabel{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.dbootstrap .dijitProgressBar.danger .dijitProgressBarFull{background-color:#ee5f5b;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #ee5f5b), color-stop(1, #c43c35));background-image:-webkit-linear-gradient(center top, #ee5f5b 0%, #c43c35 100%);background-image:-moz-linear-gradient(center top, #ee5f5b 0%, #c43c35 100%);background-image:-o-linear-gradient(center top, #ee5f5b 0%, #c43c35 100%);background-image:-ms-linear-gradient(center top, #ee5f5b 0%, #c43c35 100%);background-image:linear-gradient(center top, #ee5f5b 0%, #c43c35 100%)}
.dbootstrap .dijitProgressBar.success .dijitProgressBarFull{background-color:#62c462;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #62c462), color-stop(1, #57a957));background-image:-webkit-linear-gradient(center top, #62c462 0%, #57a957 100%);background-image:-moz-linear-gradient(center top, #62c462 0%, #57a957 100%);background-image:-o-linear-gradient(center top, #62c462 0%, #57a957 100%);background-image:-ms-linear-gradient(center top, #62c462 0%, #57a957 100%);background-image:linear-gradient(center top, #62c462 0%, #57a957 100%)}
.dbootstrap .dijitProgressBar.info .dijitProgressBarFull{background-color:#5bc0de;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #5bc0de), color-stop(1, #339bb9));background-image:-webkit-linear-gradient(center top, #5bc0de 0%, #339bb9 100%);background-image:-moz-linear-gradient(center top, #5bc0de 0%, #339bb9 100%);background-image:-o-linear-gradient(center top, #5bc0de 0%, #339bb9 100%);background-image:-ms-linear-gradient(center top, #5bc0de 0%, #339bb9 100%);background-image:linear-gradient(center top, #5bc0de 0%, #339bb9 100%)}
.dbootstrap .dijitProgressBar.warning .dijitProgressBarFull{background-color:#faa42b;background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0, #faa42b), color-stop(1, #f89406));background-image:-webkit-linear-gradient(center top, #faa42b 0%, #f89406 100%);background-image:-moz-linear-gradient(center top, #faa42b 0%, #f89406 100%);background-image:-o-linear-gradient(center top, #faa42b 0%, #f89406 100%);background-image:-ms-linear-gradient(center top, #faa42b 0%, #f89406 100%);background-image:linear-gradient(center top, #faa42b 0%, #f89406 100%)}
.dbootstrap .dijitProgressBar.striped .dijitProgressBarFull,.dbootstrap .dijitProgressBarIndeterminate .dijitProgressBarFull{-webkit-background-size:40px 40px;-moz-background-size:40px 40px;background-size:40px 40px;background-image:-webkit-gradient(linear, left bottom, right top, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), color-stop(1, transparent)) !important;background-image:-webkit-linear-gradient(left bottom, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent 100%) !important;background-image:-moz-linear-gradient(left bottom, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent 100%) !important;background-image:-o-linear-gradient(left bottom, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent 100%) !important;background-image:-ms-linear-gradient(left bottom, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent 100%) !important;background-image:linear-gradient(left bottom, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent 100%) !important}
.dbootstrap .dijitProgressBar.animated .dijitProgressBarFull,.dbootstrap .dijitProgressBarIndeterminate .dijitProgressBarFull{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
@-moz-keyframes progress-bar-stripes{0%{background-position:40px 0}
100%{background-position:0 0}
}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}
100%{background-position:0 0}
}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}
100%{background-position:0 0}
}@-ms-keyframes progress-bar-stripes{0%{background-position:40px 0}
100%{background-position:0 0}
}@keyframes progress-bar-stripes{0%{background-position:40px 0}
100%{background-position:0 0}
}.dbootstrap .dijitTreeRow{padding:2px 0}
.dbootstrap .dijitTreeRowSelected,.dbootstrap .dijitTreeRowSelected.dijitTreeRowHover{color:#fff;background-color:#08c}
.dbootstrap .dijitTreeRowHover{color:#333;background-color:#f5f5f5}
.dbootstrap .dijitTreeExpando:before{cursor:pointer;opacity:.3;filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";padding-left:4px;padding-right:2px}
.dbootstrap .dijitTreeExpandoLeaf:before{cursor:none;visibility:hidden}
.dbootstrap .dijitTreeIcon{width:1em;text-align:center}
.dbootstrap .dijitToolbar{overflow:visible;margin-bottom:20px;color:#555;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f2f2f2));background-image:-webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:-o-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);background-image:linear-gradient(top, #fff 0%, #f2f2f2 100%);border-bottom:1px solid #d5d5d5;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);padding:4px}
.dbootstrap .dijitToolbar .dijitButton,.dbootstrap .dijitToolbar .dijitDropDownButton,.dbootstrap .dijitToolbar .dijitComboButton,.dbootstrap .dijitToolbar .dijitToggleButton{margin-left:2px;margin-right:2px}
.dbootstrap .dijitToolbar .dijitButton .dijitButtonNode,.dbootstrap .dijitToolbar .dijitDropDownButton .dijitButtonNode,.dbootstrap .dijitToolbar .dijitComboButton .dijitButtonNode,.dbootstrap .dijitToolbar .dijitToggleButton .dijitButtonNode{padding:0}
.dbootstrap .dijitToolbar .dijitButtonContents{padding:4px 8px}
.dbootstrap .dijitEditor{border:1px solid #d5d5d5}
.dbootstrap .dijitEditorDisabled{opacity:.65;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("");
    src: url("") format('embedded-opentype'), url("") format('woff'), url("") format('truetype'), url("") format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-sans {
	font-family: PT Sans Regular, sans-serif
}

.text-sans.text-padd-ten {
    padding-top: 10px
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0
}

input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px
}

input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

*::-ms-backdrop, .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover{
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-brand:focus:focus-visible{
    outline: 2px solid #007a91;
    outline-offset: 2px;
    border-radius: 4px;
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #777
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #777
}

.navbar-inverse .navbar-nav > li > a {
    color: #777
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #777
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #777
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-heading .badge {
    color: #428bca;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (max-width: 768px) {  
	.align-left, .align-right {
		text-align: center;
	}
}

@media (min-width: 769px) {  
	.align-right {
		text-align: right;
	}
	.align-left {
		text-align: left;
	}
}

.font-28 {
    font-size: 28px;
    height: 28px;
}

.font-bold {
    font-weight: bold;
}

.margin-top-42 {
	margin-top: 42px;
}

.margin-top-26 {
	margin-top: 26px;
}

.margin-top-24 {
	margin-top: 24px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
	margin-left: 20px;
}

.width-500{
    withd:500px;
}

.transparent {
	color : rgba(255, 255, 255, 0);
}

.align-vertical-top {
	vertical-align:top;
}

.height-265 {
	height:269px;
}

.not-visible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.height-50 {
	height:50px;
}

.height-85 {
	height:85px !important;
}
#grid-node .dojoBlockOverlay{
    left:0px !important;
    top:0px !important;
    height: 100% !important;
}
.dojoBlockOverlay {
	background:
		url("")
		no-repeat center center;
}





  .level-two-marginleft{
	margin-left:0px;
 }

 .second-level-borrow-height{
	margin-top: -40px;
}
 
.second-level-container {
	margin-bottom: 25px;
}


.second-level-container.animate {
	float: none;
	margin-right: auto;
	animation:expand-second-level 1s;
	animation-fill-mode:forwards;
	-webkit-animation:expand-second-level 1s;
	-webkit-animation-fill-mode:forwards;
}

.horizontal-line{
    padding-left: 15px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

@media(max-width: 1199px){
	.second-level-container.animate {
	margin-left: 4%;
	}
	.second-level-container.animate.borrow {
		margin-left: 3.3%;
	}
}

@media(min-width: 1200px){
	.second-level-container.animate {
		margin-left: 8.5%;
	}
	.second-level-container.animate.borrow {
		margin-left: 9.3%;
	}
}

.delay-show {
	animation:delay-show 1.3s;
	-webkit-animation:delay-show 1.3s;
}

@keyframes expand-second-level{
	0%{top:0; width:290px; height:340px; }
	75%{top:0; width:952px; height:340px;}
	100%{top:0; width:952px; height:auto;}
}

@-webkit-keyframes expand-second-level{
	0%{top:0; width:290px; height:340px; }
	75%{top:0; width:952px; height:340px; }
	100%{top:0; width:952px; height:auto;}
}

@keyframes delay-show{
	0%{opacity:0;}
	75%{opacity:0;}
	100%{opacity:1;}
}

@-webkit-keyframes delay-show{
	0%{opacity:0;}
	75%{opacity:0;}
	100%{opacity:1;}
}








 

.first-level-container {
    margin-bottom:30px;
}
 
.first-level-box {
    border: 4px solid #CCC;
    border-radius: 20px;
    width: 290px;
}

.light-border {
	border: 2px solid #CCC;
	margin-bottom: 2px;
}

.title-link {
    color: #404040;
    line-height: 1;
    font-size: 18px;
	margin-left: 15px;
}

.pencil {
    background: transparent url("") no-repeat 0 0;
    width: 25px;
    height: 25px;
    margin-top: 2px;
	display: inline-block;
}

.dots {
	position: relative;
	display: block;
	background: transparent url("") no-repeat 0 0;
	width: 40px;
	height: 23px;
	z-index: 20;
}

.arrow-down {
	position: relative;
	top: -4px;
	width: 100px;
}

.arrow_down_gray {
	display: inline;
	font-size: 11px;
	vertical-align: top;
	margin-right: 0;
	color: #404040;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #CCC;
	margin-left: 0;
}

.arrow_down_white {
	display: inline;
	font-size: 11px;
	vertical-align: top;
	margin-right: 0;
	color: #404040;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid white;
	margin-left: -55px;
	margin-top: 0;
}
.first-level-box a:hover{
	border: 0 none;
	color: #333;
	text-decoration: none;
}

.font-size-12{
	font-size: 12px;
}

.link-container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	margin-left: -15px;
	opacity: 0;
	z-index: 10;
	filter: alpha(opacity=1);
}

.dots-div{
	height: 20px;
}


.third-level-container{
  margin-top: 20px;
  clear:both;
}
.third-level-header{
  font-weight: bold;
}
.hide-third-level{
  display: none;
}
 
.third-level-btn-show-box {
    border: 1px solid #CCC;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: hidden;
    height: 20px;
    text-align: center;   
    width: 100px;
}

.third-level-btn-hide-box {
 	border: 1px solid #CCC;
 	border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
 	border-top: hidden;
 	height: 20px;
 	text-align: center;  
 	width: 100px;
 	margin-left: 19px;
 	font-size: 12px;
 	margin-top: -25px;
 }

 @media(max-width: 1199px){
	.third-level-btn-hide-box {
	 		margin-left: 30px;
	 	}
 }

 @media(min-width: 1200px){
 	.third-level-btn-hide-box {
 		margin-left: 15px;
 	}
 }

.third-level-btn-show-box a,.third-level-btn-hide-box a{
  text-decoration: none;
  color: #000;
}

.center-show-btn{
	margin-right: 425px;
	margin-left: 420px;
}

.hide-third-level-btn-container {
	width: 952px;
	background-color: white;
    height: auto;
}

.center-hide-btn{
	margin-right: 425px;
	margin-left: 405px;
	margin-top: -25px;
}

.error-message{
	font-size:14px;
	color:red;
	font-weight:normal;
}

.edit-nickname{
	width:15%;
	float:right;
}

a.second-level-choose-nickname-label
{
	text-decoration:none;
	color:#404040;	
	font-size: 12px;
	font-weight: normal;
	height: 12px;
	line-height: 1;
	max-width: 150px;
	min-width: 1px;
	overflow: hidden;
	width: auto;
	margin:10px;
    margin-left:0;
	margin-top:-25px;
}

a.second-level-choose-nickname-label:hover
{
	text-decoration:none;
	color:#404040;	
}

 

a.incomplete-transaction-label {
    color: #ffa500;
}

a.incomplete-transaction-label:hover {
    color: #ffa600;
}

 
 
.margin-top-3{
	margin-top:3px;
}

.margin-left-70{
	margin-left:70px;
}

.rectangle {
	border: 1px solid #CD853F;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #ffa500;
	color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.button-proceed-td{
	background-color: #35a000;
	border: 1px solid #35a000;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold !important;
	text-transform: uppercase;
	border-radius: 2px;
	min-width: 120px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	padding: 6px 10px !important;
	box-shadow: none;
	float:right;
}

.edit-term-deposit label {
	color:#fff;
	font-size:120%;
}

.dbootstrap .dijitCheckBox{
	padding:0 !important;
	border:0 !important;
	margin-right: 7px;
}
.dbootstrap .dijitDialog{
    box-sizing: border-box;
}
.dbootstrap .dijitDialog .dijitDialogPaneContent{
    padding-left: 10px;
    padding-right: 10px;
}
.conditionsColor{
	color: black;
	font-size:75%;
}

.conditionsColor a{
	color: #7504FF;
	text-decoration: underline;
}

.line-height{
	line-height: 15px;
}

.dbootstrap .dijitReadOnly *, .dbootstrap .dijitDisabled *, .dbootstrap .dijitReadOnly, .dbootstrap .dijitDisabled {
	cursor: default;
}

.dbootstrap .dijitTextBoxDisabled, .dbootstrap .dijitSelect.dijitSelectDisabled {
	background-color:#ccc;
}

.dijitDialogTitle {
	color: #fff;
}
.dialogPadding{
	margin: 20px 40px 20px;		
}

.dj_webkit .dijitTextBoxDisabled input{
	color:#000 !important;
}

.dijitSelect input.dijitInputField{
	width:2px;
}

.closeText{
	position: absolute;
}

.dijitDialogUnderlay.col-lg-4_underlay.col-md-6_underlay.col-sm-8_underlay{
	opacity:0.5;
}

.dijitDialogUnderlay.dialogStyle_underlay{
	opacity:0.5!important;
}

.custom-nav.navbar.navbar-default.navbar-fixed-top.header-background{
	z-index:900;
}

.edit-term-deposit-button{
	height:15px;
	width:15px;
}

.edit-term-deposit-button:hover{
	cursor:pointer;
}


.full-width{
    width: 100%;
    margin: 0;
}

.full-width-textarea{
    width: 100%;
    margin: 0;
    background: transparent;
    color: #555;
    padding: 3px 6px 2px;    
}



.dijitReset.dijitInputField.dijitArrowButtonInner {
	width :17px;
	height :5px;
    text-indent: 0!important;
}


 
.dgrid-container.repayment, #transactions-dgrid.dgrid-container {
	width: 954px;
	background-color: white;
	border-radius: 10px;
	border-style: solid;
	border-color: #CCC;
	border-width: 3px;
	height: auto;
	margin-top: 10px;
}

@media(max-width: 1199px){
	.dgrid-container  {
		margin-left: auto;
	}
	.container {
		padding-left:0;
	}
	
	.container.second-level-container{
		padding-left: 15px;
	}
	
	.second-level-container.animate.borrow {
    	margin-left: 1.3%;
	}
}



 @media(max-width: 1199px){
 	#return-to-top {
		right: 1%;
	}
	
 }
 @media(min-width: 1200px){
	 #return-to-top {
	    right: 15%;
	}
	
 }
 #return-to-top {
 	display: none;
    position: fixed;
    bottom: 70px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    margin-top: -40px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0px;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#topTablePoint{
	position: absolute;
	margin-top: -100px;
}

#loading-scroll-id{
	margin: 0 auto;
	position: relative;
	width: 110px;
    min-height: 70px;
	display: none;
}

#cwbBorrow .loader-scroll{
    background-color: #E5E1E1;
    width: 100%;
    text-align: center;
}

.dgrid-sort-arrow {
	background-position: -64px -16px;
	display: block;
	float: none; 
	margin: 0 4px 0 5px;
	height: 12px;
	position: absolute;
	right: 5%;
}



 
.add-new .container-plus{
    left:50%;
    top:50%;
    height: 1px;
    position: absolute;
}
.add-new .container-fluid{
    background:transparent;
}
.add-new .icon-plus{
    background:url("") no-repeat scroll -92px -144px transparent;
    border: 0 none;
    color: transparent;
    height: 62px;
    margin: 0;
    width: 62px;
    position:relative;
    top:-31px;
    left:-46px;
}

.errors-container{
	background-color:#990000;
	font-size:11px;
	color : white;
}

.errors-container .attention{
	font-size:12px;
	font-weight:bold;
	color : white;
}

.errors-container ul li{
	color:red;
	font-weight:bold;
}

.errors-container span.search-errors{
	font-weight:bold;
	color:white;
}


.general-tabs{
    height:100%;
}
.general-tabs .dijitTabContainerLeft-tabs{
    background: #e5e1e1;
}

.general-tabs .dijitTabContainerLeft-tabs .dijitTabHover{
    border-radius: 0;
}
.general-tabs .dijitTabPaneWrapper{
    border:0px transparent;
    height:100%;
}

.collapse_0ea185 .collapse_header{
	background: #0ea185;
}

.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url("");src:url("") format("embedded-opentype"),url("") format("woff2"),url("") format("woff"),url("") format("truetype"),url("") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url("");src:url("") format("embedded-opentype"),url("fa-regular-400.woff2") format("woff2"),url("fa-regular-400.woff") format("woff"),url("fa-regular-400.ttf") format("truetype"),url("") format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url("");src:url("") format("embedded-opentype"),url("fa-solid-900.woff2") format("woff2"),url("fa-solid-900.woff") format("woff"),url("fa-solid-900.ttf") format("truetype"),url("") format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}
@font-face {
    font-family: "social";
    src: url("");
    src: url("") format("embedded-opentype"),
         url("social.woff") format("woff"),
         url("social.ttf") format("truetype");
         
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "social" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="social-"]:before, [class*=" social-"]:before {
    font-family: "social" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-banki:before {
    content: "\61"
}

.social-facebook:before {
    content: "\62"
}

.social-google:before {
    content: "\63"
}

.social-instagram:before {
    content: "\64"
}

.social-linkedin:before {
    content: "\65"
}

.social-nadugme:before {
    content: "\66"
}

.social-twitter:before {
    content: "\67"
}

.social-u-setrete:before {
    content: "\68"
}

.social-viber:before {
    content: "\69"
}

.social-vk:before {
    content: "\6a"
}

.social-youtube:before {
    content: "\6b"
}
@font-face {
    font-family: 'PT Sans Caption';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {	
    font-family: 'PT Sans';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("PTS55F-webfont.woff") format('woff'),
         url("PTS55F-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {	
    font-family: 'PT Sans Regular';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("PTS55F-webfont.woff") format('woff'),
         url("PTS55F-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Italic';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Narrow Regular';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Caption Bold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Bold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("PTS75F-webfont.woff") format('woff'),
         url("PTS75F-webfont.ttf") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Bold Italic';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url("");
    src: url("") format('embedded-opentype'),
         url("") format('woff'),
         url("") format('truetype'),
         url("") format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'icomoon';
	src:url("");
	src:url("") format('embedded-opentype'),
	url("") format('woff2'),
	url("") format('woff'),
	url("") format('truetype'),
	url("") format('svg');
	font-weight: normal;
	font-style: normal;
}
.noaSliderShowBuilder{
	opacity: 0;
}
.noaSlidershowWrapper {
	width: inherit;
	text-align: center;
	position: relative;
}

.noaSlidershowContainer {
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	width: 320px;
	height: 200px;
	position: relative;
	display: inline-block;
}

.noaSlidershowContainer .selected {
	border: 3px solid #000;
	box-sizing: border-box;
}

.noaSlidershowBtnContainer{
	width: 100%;
	position: absolute;
	display: inline-block;
	top: 25%;
	left: 0px;
	
}
.noaSlidershowItem{
	position:absolute;

	cursor:pointer;
	z-index:2;
	font-size: 60px;
	height:100px;
	width:100px;
}

.noaSlidershowItem i{
	position:relative;
	
	top: 0;
  	display: table-cell;
 	vertical-align: middle;
  	margin: 0 auto; 
}

.fontIconProperties {
	border-radius: 100%;
	background: #fff;
	text-align: center;
	display: table;
}

.noaSlidershowBtnLeft {
	float: left;
	width: 56px;
	height: 30px;
	border: none;
	display: inline-block;
}

.noaSlidershowBtnRight {
	width: 56px;
	height: 30px;
	border: none;
	float: right;
	display: inline-block;
}

.noaSlidershowBtnLeft i.fa.fa-chevron-left {
    color: #ffa900;
	position: relative;
	top: 20%;
	right: 8%;
}


.noaSlidershowBtnRight i.fa.fa-chevron-right {
    color: #ffa900;
	position: relative;
	top: 20%;
	right: 5%;
}

.noaSlidershowBtnLeft:active, .noaSlidershowBtnLeft:hover,
.noaSlidershowBtnRight:active, .noaSlidershowBtnRight:hover {
	cursor: pointer;
}
html {
	height: 100%;
}

body, body * {
    font-family: Unicredit, PtSans, Arial, Helvetica, sans-serif!important;
}
body > #login {
	min-height: 100%;
    padding-bottom: 60px;
}
.pws-iframe-container {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body > #login #login-content #smsToken #tokenNotifContainer,
body > #login #login-content #validateToken #tokenNotifContainer{
    margin-top: 16px;
}

body > #login #login-content #smsToken #tokenNotifContainer #notificationIcon,
body > #login #login-content #validateToken #tokenNotifContainer #notificationIcon {
   margin-top: 40px;
   margin-bottom: 20px;
}
body > #login #login-content #smsToken #inputContainer,
body > #login #login-content #validateToken #inputContainer {
   padding-top: 30px;
}
body > #login #login-content #smsToken #actionButtonsContainer #backButton,
body > #login #login-content #validateToken #actionButtonsContainer #backButton {
   margin-right: 40px;
   background: #FFFFFF;
   border: 1px solid;
}
body > #login #login-content #smsToken #infoContainer,
body > #login #login-content #validateToken #infoContainer {
   margin-top: 60px;
}
body > #login #login-content #smsToken #space,
body > #login #login-content #validateToken #space {
   height: 30px;
   background:  #FFF5EE;
}
body > #login #login-content #smsToken #languageSelectContainer,
body > #login #login-content #validateToken #languageSelectContainer {
   float: right;
   margin-top: 0;
   width: 80px;
}               
body > #login #login-content #smsToken #languageSelectContainer #languageSelect,
body > #login #login-content #validateToken #languageSelectContainer #languageSelect {
    background: transparent; 
    border: none;
    color: #fff;   
    text-transform: uppercase;
    outline:0px;
}

.selectOption{
    background-color: transparent !important;
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
    color: #000;
    -webkit-appearance: none; 
    -moz-appearance: none; 
}


.loginLabel{
    color: #e2001a;
    font-size: 18px;
    margin:0 0 14px 0;
}
.login-button .login-text:hover {
    color: #000;
}

.dbootstrap .dijitComboButton .dijitArrowButton,
.dbootstrap .dijitComboBox .dijitButtonNode.dijitArrowButton,
.dbootstrap .dijitSelect .dijitButtonNode.dijitArrowButton {
    width: 28px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    overflow: hidden;
}
.dijitReset.dijitInputField.dijitArrowButtonInner {
    border-color: #ffffff;
    background-color: #ffffff;
}

.dijitSelect .dijitButtonContents{
    width:100%;
}

.dbootstrap .dijitSelect, .dbootstrap .dijitTextBox {
    height: 30px;
}

.login-button {
    background-color: #e2001a;
    border: 0px solid #e2001a;
    color: #fff;
    font-weight: bold;
    min-width: 71px;
    margin-left: 0px;
    height: 28px;
}

.common-button{
    font-size: 12px;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 3px #e05c6b;
}

.proceed-button{
    background-color: #fff;
    border: 1px solid #e2001a;
    color: #000;
    min-width: 100px;
    height: 31px;
}
.proceed-button .proceed-arrow{
    color: #e2001a;
}
.bold{
    font-family: "PT Sans Bold", PT Sans Medium, sans-serif;
}

.loginForm .dijitTextBox{
    display:inline-block;
    float:left;
}
.loginForm .row{
    margin:10px -15px;
}

.loginForm label{
    font-weight: 100;
}
.loginForm p {
    margin-left:15px;
}
.dijitTextBox.width-500{
	width:500px;
}
.dijitTextBox.width-450{
	width:450px;
}
.labelSMSToken{
	height: 40px;
	line-height: 30px;
	width:46px;
	font-size: 17px;
    font-family: PT Sans, Arial, sans-serif;
}

.main-content{
    position:relative;
}
.container{
    margin:0 auto;
}
.right-area{
    text-align: center;
}

.bottom-area{
    text-align: center;
}

.content-area{
    width: 900px !important;
    margin-top: 20px !important;
}
.box-content {
    border: 1px solid #ccc;
    border-radius: 9px;
    box-shadow: 3px 3px 6px #ccc;
    min-height: 300px;
    min-width: 375px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

body > #login #login-content .box-content.slidershow {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    height: 320px;
}

body > #login #login-content .box-content.container {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    background-color: #fff;
}

.custom-content-spacing {
    margin: 10px 0;
}

.clients-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.editable-area{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.reset-button-width{
    width: 128px;
}

.noaSlidershow .noaSlidershowWrapper {
    width: 700px;
    height: 224px;
    margin-left: 50px;
    margin-right: 0;
    background: none;
}

.noaSlidershow .noaSlidershowWrapper .noaSlidershowContainer {
    width: 500px;
    min-height: 140px;
    height: 224px;
}
.noaSlidershow .noaSlidershowWrapper .noaSlidershowContainer .custom-container {
    display: block;
    width: 144px;
    height: 144px;
    box-sizing: content-box;
}
.noaSlidershow .noaSlidershowWrapper .noaSlidershowContainer .custom-image {
    display: block;
    width: inherit;
    height: inherit;
}

.noaSlidershow .noaSlidershowWrapper .noaSlidershowBtnLeft,
.noaSlidershow .noaSlidershowWrapper .noaSlidershowBtnRight {
    font-size: 15pt;
}
.noaSlidershow .noaSlidershowWrapper .noaSlidershowBtnRight i.fa.fa-chevron-right {
    
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto 15px;
    content: " ";
}

.select-picture .noaSlidershow .noaSlidershowWrapper .noaSlidershowBtnRight i.fa.fa-chevron-right {
    margin: 0;  
    font-size: 50px;
    top: 95%;
}

.noaSlidershow .noaSlidershowWrapper .noaSlidershowBtnLeft i.fa.fa-chevron-left {
    
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto 15px;
    content: " ";
}

.select-picture .noaSlidershow .noaSlidershowWrapper .noaSlidershowBtnLeft i.fa.fa-chevron-left {
    margin: 0 20px 15px;    
    font-size: 50px;
    top: 95%;
}

.align-center{
    text-align: center;
}

.defineLabel {
    font-family: "PT Sans", "Arial", sans-serif;
    font-weight: bold;
    color: #262626;
    text-align: center;
    margin-top: 15px;
}
.min-height{
    min-height:0px;
}
.slidershow-color{
    background-color: #92C1BE;
}

body > #login #login-content .header-content {
    
    background: #262626;
    width: 100%;
}

.no-margins {
    margin-left:0px;
    margin-right:0px;
}
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no-padding-left{
    padding-left: 0px;
}
.no-padding-right{
    padding-right: 0px;
}
.padding-bottom{
    padding-bottom: 5px;
}
.info-icon{
    background: transparent url("") no-repeat;
    width: 17px;
    height: 17px;
    background-position: -721px -74px;
}

.clients-container button{
    margin-left:15px;
}
#clientsButtonsContainer{
    margin-top:25px;
}
.client-next-button{
    min-width: 57px;
}
.deselect-button {
    background-color: #fff;
    border: 1px solid #e2001a;
    color: #000;
    font-size: 12px;
    min-width: 65px;
    margin-left: 46px;
}
.deselect-button .deselect-arrow {
    color: #e2001a;
}
.client-select-button{
    min-width: 78px;
}
.client-deselect-button{
    min-width: 89px;
}
.align-right{
    text-align: right;
}

.dbootstrap .dijitInline .dijitInputField .dijitInputInner::-ms-clear{
    width : 0 !important;
    height: 0 !important;
}
.dbootstrap .dijitInline .dijitInputField .dijitInputInner::-ms-reveal{
    width : 0 !important;
    height: 0 !important;
}

.infoCenterConatiner {
    padding-top: 50px;
}

#ie-warning-msg {
    background-color: #F3F3F3;
    border-radius: 4px;
    border: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    color: #6F6F6F;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 600px;
    padding: 40px;
    width: 100%;
}

.content-area .box-content .login-area .loginForm .dijitValidationTextBoxError.dijitError {
    margin-bottom: 15px !important;
}

.header-logo {
    width: 280px;
}


body > #login #login-content .box-content.slidershow {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    height: 320px;
}

body > #login #login-content .box-content.container {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    background-color: #fff;
}

body > #login #login-content .slidershow-color {
    background-color: #F5F5F5;
}

body > #login #login-content .noaSlidershow .noaSlidershowWrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body > #login #login-content .noaSlidershow .noaSlidershowWrapper .noaSlidershowContainer {
    width: 600px;
    margin-top: 15px;
    height: 200px;
}

body > #login #login-content header.header-content {
    
    background: #262626;
    width: 100%;
    padding: 18px;
}

body > #login #login-content .min-height {
    padding: 15px 20px;
}

body > #login #login-content #loading-area .noaSlidershowBtnContainer {
    top: 20%;
} 


body {
    height: 100%;
    background: linear-gradient(to bottom, #b8e1f5 10%, #e1f2fa) fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

body > #login {
    
    position: relative;
}
body > #login #message-handler-container {
    position: absolute;
    width: 100% !important;
    z-index: 9999;
    margin-top: 0 !important;
}
body > #login #message-handler-container > div {
    background: #fff;
}

body > #login #gws-environment {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: 0 none;
    
}

body > #login .login-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
body > #login #login-container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}
body > #login #loading-area {
    position: absolute;
    margin-top: -230px !important;
    top: 50vh;
    
    
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0; 
    box-shadow: none;
    max-width: 35vw;
}

#login-container-bankID, #login-container-pushStep {
	padding-top: 185px;
    display: flex;
    padding-left: 60px;
}

body > #login #loading-area-bankID, body > #login #loading-area-pushStep {
    position: relative;
    width: 100%;
    max-width:800px;
    
    
    
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0; 
    box-shadow: none;
}

body > #login #loading-area-pushStep {
	background-color: #fff;
}

body > #login #login-container.forceCentered {
    width: 100%;
}
body > #login #login-container.forceCentered #loading-area {
	margin: 10px auto !important;
	top: 0;
	position: relative;
}

body > #login #loading-area #LoginFormStep1,
body > #login #loading-area #LoginFormStep2,
body > #login #loading-area #validateBirthdayStep {
    width: 450px !important;
}

body > #login #loading-area #LoginFormStep1,
body > #login #loading-area #validateBirthdayStep,
body > #login #loading-area #pushLogin,
body > #login #loading-area #qrStep,
body > #login #loading-area #LoginFormStep2,
body > #login #loading-area #selectPicture,
body > #login #loading-area #validateToken,
body > #login #loading-area #changePassword,
body > #login #loading-area #selectProductAndUser {
	position: relative;
}


body > #login #loading-area.select-picture {
    width: 880px !important;
    left: 50%;
    margin-left: -445px;
    margin-top: -430px !important;
}

body > #login #login-content .loginForm {
    padding: 0;
}

body > #login #loading-area #login-pseudomodal {
    margin: 0;
    padding: 0;
    
    border: none;
    background: #fff;
    border-radius: 0;
    position: relative;
    padding: 30px 60px;
    min-height: 330px;
}

#login-pseudomodal-bankID-header {
	margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 0;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 15px;
    max-width: 800px;
    width: 100%;
}

#login-pseudomodal-bankID-header-portalBlock {
	margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 0;
    position: relative;
    padding: 30px 60px;
    max-width: 800px;
    width: 100%;
}

#login-pseudomodal-bankID {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    padding: 0px 60px 30px 60px;
    position: relative;
    min-height: 330px;
    background: #fff;
    display: flex;
  	width: 100%;
    max-width: 800px
}

#login-container-usernameMethod {
    padding-bottom: 20px;
}

#login-container-usernameMethod p {
    text-align: left !important;
}

#login-container-info p {
    text-align: left !important;
}

#service-provider {
    text-align: left !important;
}

#pushLoginBankID {
    padding-bottom: 60px
}

#login-pseudomodal-bankID-portalBlock {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    padding: 100px 60px;
    position: relative;
    background: #fff;
  	width: 100%;
    max-width: 800px;
}

#login-pseumodal-bankID-footer-portalBlock {
    text-align: center;
    padding: 50px 100px;
    position: relative;
    border: none;
    margin: 0;
    background: #fff;
    display: flex;
  	max-width: 800px;

}

.bankID_info {
	flex: 1;
    position: relative;
  	margin: 10px;


}

.bankID_info:first-child {
	margin-right:50px

}

body > #login #loading-area #pushLogin {
	max-width: 35vw;
	min-width: 450px;
}

body > #login #loading-area #login-pseudomodal .dijitDisabled {
    background-color: #f5f5f5;
}


body > #login #loading-area #login-pseudomodal.step-2 {
    min-height: 490px;
}

body > #login #login-content header {
    width: 100%;
    background: #262626;
    padding: 18px;
}
body > #login #login-content header .header-logo {
    width: auto;
    height: 22px;
}
body > #login #login-content header .dijitArrowButtonInner {
    text-indent: 99999px !important;
}
body > #login #login-content header .fa-angle-down {
    font-size: 25px;
    line-height: 0;
    top: 9px;
    float: right;
    position: relative;
    right: 2px;
    background: #262626;
    z-index: 9;
}

body > #login #login-content .header-profile-picture {
    display: block;
    margin: 0 auto 10px;
    width: auto;
    height: auto;
}

body > #login #login-content #loginFormLanguageSelectContainer {
    float: right;
    margin-top: 0;
	min-width: 80px;
	max-width: 150px;
	width: auto !important;
}

#loginFormLanguageSelect{
    float: none;
}
body > #login #login-content #loginFormLanguageSelect .dijitButtonContents,
body > #login #login-content #loginFormLanguageSelect .dijitInputField.dijitArrowButtonInner,
body > #login #login-content #loginFormLanguageSelect .dijitButtonNode.dijitArrowButton {
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
#loginFormLanguageSelect_menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
body > #login #login-content .loginForm p {
    color: #262626;
    font-size: 30px;
    font-family: "PT Sans Bold", sans-serif;
    text-align: center;
    margin: 0;
}

body > #login #login-content .loginForm .infoLinkWrapper p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

body > #login #login-content .loginFormBankID p {
    color: #262626;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

body > #login #login-content .loginForm #login-container-portal-block-text{
    color: #ff0000;
    font-size: 16px;
    font-family: "PT Sans Bold", sans-serif;
    text-align: center;
    margin: 0;
    height:24px;
}

body > #login #login-content #login-container-bankID-portal-block-text{
    color: #ff0000;
    font-size: 16px;
    font-family: "PT Sans Bold", sans-serif;
    text-align: center;
    margin: 0;
    height:24px;
}  
body > #login #login-content .loginForm #login-container-portal-block-interval {
    color: #ff0000;
    font-size: 16px;
    font-family: "PT Sans Bold", sans-serif;
    text-align: center;
    margin: 0;
    height:24px;
}

body > #login #login-content #login-container-bankID-portal-block-interval {
    color: #ff0000;
    font-size: 16px;
    font-family: "PT Sans Bold", sans-serif;
    text-align: center;
    margin: 0;
    height:24px;
}  

body > #login #login-content .loginFormLang .rw-btn, .rw-btn:hover {
	color: #FFFFFF !important;
	opacity: 1 !important;
}

body > #login #login-content .loginFormLang .rw-widget-container {
	background-color: transparent !important;
}

body > #login #login-content .loginFormLang .rw-input, .rw-filter-input {
	color: #FFFFFF !important ;
	background-color:transparent !important ;
}

body > #login #login-content .loginFormLang  .rw-input:hover {
	color: #FFFFFF !important;
	background-color:transparent !important ;
}

body > #login #login-content .loginFormLang .rw-btn-select, .rw-btn-select:hover {
	color: #FFFFFF !important;
}

body > #login #login-content .loginFormLang .rw-select-bordered {
	border-left:none !important;
}

body > #login #login-content .loginFormLang .rw-widget > .rw-widget-container{
	border: none !important;
}

body > #login #login-content .loginFormLang .rw-select-bordered:hover {
	background-color:transparent !important;
}

body > #login #login-content .loginFormLang .rw-i-caret-down {
	font-size: 25px;
    line-height: 0;
    float: right;
    position: relative;
    right: 2px;
     background: #262626;
    z-index: 9;
}
    
body > #login #login-content .loginFormLang .rw-i-caret-down:before {
	content: "\f107" !important; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

body > #login #login-content .loginFormLang .rw-list-option.rw-state-selected {
	background-color: transparent  !important;
	border-color: transparent  !important;
	color: #262626  !important;
	font-weight: bold;
}

body > #login #login-content .loginFormLang .rw-list-option:hover,.rw-list-option.rw-state-selected:hover {
	background-color: #337ab7  !important;
	border-color: #337ab7  !important;
	color: white  !important;
}

body > #login #login-content .textBoxContainer {
	height:60px;
}

body > #login #login-content .textBoxContainerBankID {
	height:75px;
}


body > #login #login-content .loginFormLang .rw-widget-input.rw-state-focus {
	box-shadow: #262626 !important;
}

body > #login #login-content .loginFormLang .rw-widget-container.rw-state-focus, .rw-state-focus>.rw-widget-container
	{
	box-shadow: none !important;
}

body > #login #login-content .loginFormLang .rw-dropdown-list-input {
	max-width: none !important;
	text-align: right !important;
}



body > #login #login-content .loginForm #login-container-welcome {
    margin: 0 0 7px;
}

body > #login #login-content .loginForm #login-container-welcome-bankID {
    font-size: 25px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 7px;
}

#login-container-welcome-bankID p {
	font-size: 25px !important;
    font-family: PT Sans, sans-serif !important;
    font-weight: 300 !important;
    text-transform: none !important;
    margin: 0 0 7px !important;
    padding-bottom: 20px;
}

body > #login #login-content #login-container-welcome-portalBlock {
    font-size: 25px;
    text-align:center;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 7px;
}
body > #login #login-content .loginForm #login-container-title {
    font-size: 19px;
    text-transform: none;
    margin-bottom: 3px;
    color: #262626;
    display: block;
    text-align: center;
}

body > #login #login-content .pushLogin fieldset {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
}
body > #login #login-content .pushLogin fieldset.readonly {
    -moz-opacity: 0.3;
    opacity: 0.3;
}

body > #login #login-content .pushLogin p {
    font-family: "PT Sans Bold", sans-serif;
    text-align: center;
    margin: 0;
}

body > #login #login-content .pushLogin {
	text-align: center;
}
body > #login #login-content .pushLogin #login-container-title {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 6px;
    color: #007a91;
}

body > #login #login-content .pushLogin #login-container-title-bankID {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 6px;
    color: #007a91;
    padding-top: 36px;
    padding-bottom: 36px;
}

body > #login #login-content .pushLogin #login-container-date {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 3px;
    color: #666666;
    margin-bottom: 15px;
}

body > #login #login-content .pushLogin #login-container-hint {
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    text-transform: none;
    margin-bottom: 3px;
    color: #666666;
    margin-bottom: 15px;
    margin-top: 15px;
}

body > #login #login-content .pushLogin #login-container-offline {
	font-family: "PT Sans", sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    color: #666666;
}

body > #login #login-content .pushLogin #login-container-offline .qr-button {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    background: #fff;
    border: none;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
}

#login-container-back .cancel-button {
    display: inline-block;
    margin-bottom: 15px;
    margin: 0 auto;
    width: auto;
    background: #fff;
    border: none;
    color: #007a91;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
}

#login-container-back-bankID .cancel-button {
    display: inline-block;
    margin-bottom: 15px;
    margin: 0 auto;
    width: auto;
    background: #fff;
    border: none;
    color: #198345;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
    padding-top: 60px;
}



body > #login #login-content  .loginForm #login-container-back #login-container-back-bankID{
    text-align: center;
}

body > #login #login-content  .loginForm #login-container-back{
    display: flex;
}

body > #login #login-content  .loginForm #login-container-back .back-button {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    background: #fff;
    border: none;
    color: #666666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

body > #login #login-content  .loginForm #login-container-back .back-button:focus-visible{
    outline: 2px solid #007a91;
    outline-offset: 2px;
    border-radius: 4px;
}

body > #login #login-content .loginForm fieldset {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
    
}

body > #login #login-content .loginFormBankID fieldset {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
}

body > #login #login-content .loginForm fieldset.readonly {
    -moz-opacity: 0.3;
    opacity: 0.3;
}

body > #login #login-content .loginForm fieldset#login-step-1  #login-step1-bankID label {
    margin-bottom: 17px;
}

body > #login #login-content .loginFormBankID fieldset#login-step1-bankID label {
    margin-bottom: 17px;
}

fieldset#infoLink {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
}
fieldset#infoLink .infoLinkWrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
}
fieldset #infoCircle {
    color: #757575;
    margin-right: 5px;
    padding-top: 5px;
}
fieldset #infoCircle+span p{
    display: inline-block;
}
fieldset #infoCircle+span p a{
    color: #262626;
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
}
body > #login #login-content .loginForm fieldset#login-step-2 {
    margin-bottom: 0;
}
body > #login #login-content .loginForm fieldset#login-step-2 label {
    display: block;
    height: 30px;
    text-align: left;
    margin-top: 40px;
}
body > #login #login-content .loginForm fieldset#loginButtonContainer {
    margin: 10px 0 0;
    height: auto;
}
body > #login #login-content .loginForm label {
    color: #262626;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
body > #login #login-content .loginForm .error-message {
    font-size: 14px;
    margin-left: 0;
    color: var(--multi-tenant-color-negative);
}
body > #login #login-content #message-handler-secondary-container {
    margin-top: 0;
    color: var(--multi-tenant-color-negative);
    height: auto;
    padding: 0;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
}

body > #login #login-content #message-handler-secondary-container-bankID {
    margin-top: 0;
    color: var(--multi-tenant-color-negative);
    height: auto;
    padding: 0;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}


body > #login #login-content #message-handler-timeout-container {
    margin-top: 0;
    color: var(--multi-tenant-color-negative);
    height: auto;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    float: left;
    width: 100%;
}
body > #login #login-content #message-handler-secondary-container.error {
    padding: 0;
    margin: -10px 0;
    float: left;
    width: 100%;
}
body > #login #login-content #message-handler-timeout-container.error {
    padding: 0;
    margin: -10px 0;
    float: left;
    width: 100%;
}
body > #login #login-content .dijitTextBox, .react-custom-textbox {
    height: 40px;
    line-height: 30px;
    padding-left: 0;
    font-size: 17px;
    font-family: PT Sans, Arial, sans-serif;
}
body > #login #login-content .react-custom-textbox.error{
    height: auto;
}



body > #login #login-content .error-msg {
	font-size: 14px;
}
body > #login #login-content .dijitTextBox {
	margin-bottom: 15px !important;
}
body > #login #login-content .reactTextBox {
margin-bottom: 0px !important;
}

body > #login #login-content  .dijitTextBox.dijitTextBoxFocused {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px rgba(53,160,0,0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px rgba(53,160,0,0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px rgba(53,160,0,0.3);
    border-color: #35a000;
}
body > #login #login-content  .dijitTextBox.dijitTextBoxError {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.2);
    border-color: #f00;
}
body > #login #login-content  .dijitTextBox .dijitInputContainer {
    padding: 0;
}
body > #login #login-content  .dijitTextBox input.dijitInputInner {
    height: 38px;
    display: inline-block;
    padding-left: 15px !important;
}
body > #login #login-content  .dijitTextBox span.dijitPlaceHolder {
    font-style: normal;
    padding-left: 15px;
}
body > #login #login-content .green-button {
    font-family: "PT Sans Bold", Arial, sans-serif;
    margin-top: 15px;
    width: auto;
}

.green-button-bankID {
    background-color: #35a000;
    border: 0px solid #35a000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    width: 100%;
    min-height: 40px;
    text-align: center;
    line-height: 28px;
    padding: 0 10px;
    box-shadow: none;
    float: right;
}

body > #login #login-content .green-button-bank {
    font-family: "PT Sans Bold", Arial, sans-serif;
    margin-top: 15px;
    width: auto;
}
body > #login #login-content .back-link {
    font-family: "PT Sans Bold", Arial, sans-serif;
    margin-top: 23px;
    width: auto;
    text-decoration:underline;
    font-weght: bold !important;
    font-size: 13px;
    text-transform: uppercase;
    border:none !important;
    
}
body > #login #login-content #login-pseudomodal .green-button {
    flex: 1;
}



body > #login #login-content .content-area-account .header-logo {
    width: auto;
}

body > #login #login-content .content-area-account .header {
    background-color: #262626;
    margin-top: -15px;
    padding: 15px;
}

.bankID-header {
	max-width: 800px;
    width: auto;
    background-color : #262626;
    margin-top: -15px;
    padding: 15px;
}

body > #login #login-content .content-area-account .loginLabelAccountSelect {
    color: #262626;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
body > #login #login-content .loginForm fieldset#login-step-2 label.qr-label {
	margin-top: 0;
    height: auto;
}
body > #login #login-content .content-area-account .username-info {
    background-color:transparent;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 10px;
}

body > #login #login-content .content-area-account .col-display-inline {
    display: inline;
}

body > #login #login-content .content-area-account {
    background: #fff;
    width: 768px;
}
body > #login #login-content .content-area-token {
    background: #fff;
    width: 600px;
}

body > #login #login-content .content-area-do-redirect {
    background: #fff;
    width: 500px;
    text-align: center;
    font-family: PT Sans Regular, sans-serif;
}

body > #login #login-content .header-text{
    font-size: 22px;
    color: white; 
    text-transform: none;
    padding-top: 13px;
    padding-bottom: 17px;
    padding-right: 20px;
    padding-left: 10px;
    min-height: 61px;
    text-align:left;
}

body > #login #login-content .content-area-do-redirect .btn {
    background: #00afd0;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

body > #login #login-content #cashLoanLogin #cashLoanLoginContainer {
    padding: 55px;
}

body > #login #login-content #cashLoanLogin #cashLoanLoginContainer #notificationIcon{
    margin-top: 40px;
    margin-bottom: 20px;
}

body > #login #login-content #cashLoanLogin #cashLoanLoginContainer #notificationIcon .success-icon{
    max-width: 80px;
}

.nia-redirect-content {
    background: #fff;
    width: 500px;
    text-align: center;
    font-family: PT Sans Regular, sans-serif;
}

.nia-redirect-container {
    display: grid;
    row-gap: 4rem;
    padding: 3rem;
}

body > #login #login-content .content-area-account .custom-content-spacing {
    background-color: transparent;
    min-height: 300px;
    min-width: 375px;
    margin: 10px 0;
    padding: 10px;
}

body > #login #login-content .content-area-account .client-accounts-select-deselect {
    padding: 5px 0;
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
    margin: 10px 0 15px 0px;
}

.title-text {
    font-size: 17px;
}

body > #login #login-content .content-area-account .client-select-button,
body > #login #login-content .content-area-account .client-deselect-button {
    cursor: pointer;
    font-size: 11px;
    line-height: 20px;
}

.type-right {
    padding-right: 0;
}

.type-left {
    padding-left: 0;
}

body > #login #login-content .content-area-account .product-select {
    padding: 10px 0;
}

body > #login #login-content .content-area-account .custom-content-spacing {
    margin: 10px 0;
}
body > #login #login-content .content-area-account .set-selection {
    background-color: transparent;
    padding: 10px;
    margin-top: 20px;
}
body > #login #login-content .content-area-account #clients-container {
    padding-left: 20px;
}
body > #login #login-content #loading-area-bankID {
    padding: 0;
    padding-right: 20px;
}



body > #login .loading-area-change-password {
    border: none;
    border-radius: 0;
    box-shadow: none;
    left: 50%;
    margin: 0 auto;
    margin-left: -260px;
    position: absolute;
    right: 50%;
    top: 15%;
    width: 520px;
}

body > #login .loading-area-change-password .step-change-password {
    border: none;
    background: #fff;
    border-radius: 0;
    margin: 0;
    padding: 40px;
    position: relative;
    min-height: 350px;
}

body > #login #login-content .loading-area-change-password #login-pseudomodal .reset-button-width {
    min-width: 170px;
    width: 170px;
}

body > #login .loading-area-change-password #login-pseudomodal .password-text {
    margin-top: 0;
    margin-bottom: 20px;
}

body > #login .loading-area-change-password #login-pseudomodal .row {
    margin:0 -15px;
}

body > #login .loading-area-change-password #login-pseudomodal .warning {
    color: var(--multi-tenant-color-negative);
    font-family: PT Sans Regular, sans-serif;
    padding: 10px 0 20px 0;
    width: 100%;
}

body > #login .loading-area-change-password #login-pseudomodal .change-password-title {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

body > #login .loading-area-change-password #login-pseudomodal .change-password-info-text {
    font-family: PT Sans Regular, sans-serif;
    font-size: 14px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
     body > #login-container-bankID, #login-container-pushStep {
		padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 880px;
    }
    #login-pseudomodal-bankID {
        flex-direction: column;
		padding: 30px 20px;
    }
    #login-pseudomodal-bankID-portalBlock {
        flex-direction: column;
		padding: 30px 20px;
    }
    #login-pseumodal-bankID-footer-portalBlock {
        flex-direction: column;
        padding: 30px 20px;
    }
    body > #login #login-content .loginFormBankID fieldset.bankID_info:first-child {
		margin-bottom: 15px;
    }
}



@media screen and (max-width: 1662px) {
    body > #login #loading-area-bankID, body > #login #loading-area-pushStep {
		width: 100%;
        left: 0px;
    }
    body > #login #login-content #loading-area-bankID {
        padding-right: 0px;
    }
    #login-container-bankID, #login-container-pushStep {
		padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 880px;
        justify-content: center;
    }
    #login-pseudomodal-bankID, #login-pseudomodal-bankID-header, #login-pseudomodal-bankID-header-portalBlock, #login-pseudomodal-bankID-portalBlock,  .bankID-header {
		max-width: 100%;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 15px;
    }
    body > #login .box-content {
		min-width: initial;
	}
    body > #login .bankID-header {
		margin-top: 0;
	}
   
    body > #login #login-content .box-content {
		padding-right: 0;
    }

   
  #login-pseudomodal-bankID {
    flex-direction: column;
    padding: 20px;
  }
  .bankID_info, .bankID_info:first-child {
    margin-right: 0;
    margin: 0;
  }
  .green-button-bankID {
    float: initial;
    width: 100%;
  }
  fieldset#infoLink {
    margin-left: 0;
    margin-right: 0;
  }
  body > #login #loading-area-bankID {

    margin-top: 0px !important
	}
}

@media screen and (max-width: 959px) {
    #login-container-bankID, #login-container-pushStep {
		padding-top: 30px;
    }
}

@media screen and (max-width: 617px) {
    #login-container-bankID {
		padding-right: 30px;
    }
    body > #login #login-content .pushLogin #login-container-title-bankID {
        padding-left:20px;
        padding-right:20px;
    }
    body > #login #login-content .pushLogin #login-container-hint {
        padding-left:20px;
        padding-right:20px;
    }
}

 @media screen and (max-width: 357px) {
    .bankID-header {
		padding: 28px !important;
    }
    body > #login #login-content .pushLogin #login-container-date {
            padding-left:20px;
            padding-right:20px;
        }

}

.messages-container .warning,
.messages-container .download-info {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 3px #c0c0c0;
    -moz-box-shadow: 5px 5px 3px #c0c0c0;
    box-shadow: 5px 5px 3px #c0c0c0;
    border: 2px solid #FC0;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.messages-container .warning .pic {
    background: url("") no-repeat scroll 0 0 transparent;
    float: left;
    height: 64px;
    width: 64px;
    margin: 10px 10px 10px 10px;
}

.messages-container .download-info .pic {
    background: url("") no-repeat scroll 0 0 transparent;
    float: left;
    height: 64px;
    width: 64px;
    margin: 10px 10px 10px 10px;
}

.messages-container .warning .text-container,
.messages-container .download-info .text-container {
    display: table;
    height: 84px;
}

.messages-container .warning .text-container .text,
.messages-container .download-info .text-container .text {
    display: table-cell;
    vertical-align: middle;
}

.messages-container .download-info .margin-step2{
    margin-top: 34px;
}

.messages-container .download-info .back-button {
    background-color: #fff;
    border: 1px solid #FC0;
    color: #000;
    font-size: 12px;
    min-width: 65px;
    box-shadow: 2px 2px 3px #FC0;
}

.messages-container .error {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 3px #c0c0c0;
    -moz-box-shadow: 5px 5px 3px #c0c0c0;
    box-shadow: 5px 5px 3px #c0c0c0;
    border: 2px solid #e2001a;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.messages-container .error .pic {
    background: url("") no-repeat scroll 0 0 transparent;
    float: left;
    height: 64px;
    width: 64px;
    margin: 10px 10px 10px 10px;
}

.messages-container .error .text-container {
    display: table;
    height: 84px;
}

.messages-container .error .text-container .text {
    display: table-cell;
    vertical-align: middle;
}

.error-message-list{
	font-size: 11px;
	line-height: 20px;
}

.messages-container .information {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 3px #c0c0c0;
    -moz-box-shadow: 5px 5px 3px #c0c0c0;
    box-shadow: 5px 5px 3px #c0c0c0;
    border: 2px solid #3f77b2;
    float: left;
    margin: 8px 0;
    width: 100%;
    padding: 0;
}

.messages-container .information .pic {
    background: url("") no-repeat scroll 0 0 transparent;
    float: left;
    height: 64px;
    width: 64px;
    margin: 10px 10px 10px 10px;
}

.messages-container .information .text-container {
    display: table;
    height: 84px;
}

.messages-container .information .text-container .text {
    display: table-cell;
    vertical-align: middle;
}

.flex-row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  .flex-row.no-gutter {
    margin-left: 0;
    margin-right: 0; }

.flex-col {
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px; }

.no-gutter .flex-col {
  padding-left: 0;
  padding-right: 0; }

.no-padding-left {
  padding-left: 0;
}

.no-padding-right{
  padding-right: 0;
}

.flex-col-1 {
  padding-left: 5px;
  padding-right: 5px;
  width: 8.33333%; }

.no-gutter .flex-col-1 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-2 {
  padding-left: 5px;
  padding-right: 5px;
  width: 16.66667%; }

.no-gutter .flex-col-2 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-3 {
  padding-left: 5px;
  padding-right: 5px;
  width: 25%; }

.no-gutter .flex-col-3 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-4 {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333%; }

.no-gutter .flex-col-4 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-5 {
  padding-left: 5px;
  padding-right: 5px;
  width: 41.66667%; }

.no-gutter .flex-col-5 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-6 {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%; }

.no-gutter .flex-col-6 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-7 {
  padding-left: 5px;
  padding-right: 5px;
  width: 58.33333%; }

.no-gutter .flex-col-7 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-8 {
  padding-left: 5px;
  padding-right: 5px;
  width: 66.66667%; }

.no-gutter .flex-col-8 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-9 {
  padding-left: 5px;
  padding-right: 5px;
  width: 75%; }

.no-gutter .flex-col-9 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-10 {
  padding-left: 5px;
  padding-right: 5px;
  width: 83.33333%; }

.no-gutter .flex-col-10 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-11 {
  padding-left: 5px;
  padding-right: 5px;
  width: 91.66667%; }

.no-gutter .flex-col-11 {
  padding-left: 0;
  padding-right: 0; }

.flex-col-12 {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%; }

.no-gutter .flex-col-12 {
  padding-left: 0;
  padding-right: 0; }

.flex-row-wrapper {
  padding: 5px; }

.flex-row-container {
  padding-left: 5px;
  padding-right: 5px; }

.full-width {
  width: 100%; }

.custom-width {
  width: 90%; }


.flex-row-table {
  display: table; }

.flex-col-table {
  display: table-cell; }

.clearfixBoth {
  *zoom: 1; }
  .clearfixBoth:before, .clearfixBoth:after {
    display: table;
    content: "";
    clear: both;
    line-height: 0; }

.block {
  display: block;
  width: 100%; }

.fullWidth {
  width: 100%; }

.isFlex {
  display: flex; }

.space-between {
  justify-content: space-between; }

.align-center {
  align-items: center; }

.react-modal-wrapper .rw_isFlex {
  display: flex; }
.react-modal-wrapper .rw_align-center {
  align-items: center; }


input[placeholder],
input {
  font-style: normal;
  font-weight: normal; }
  input[placeholder]::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: normal;
    padding-right: 2px; }
  input[placeholder]:-moz-placeholder,
  input:-moz-placeholder {
    font-style: italic;
    font-weight: normal;
    padding-right: 2px; }
  input[placeholder]::-moz-placeholder,
  input::-moz-placeholder {
    font-style: italic;
    font-weight: normal;
    padding-right: 2px; }
  input[placeholder]:-ms-input-placeholder,
  input:-ms-input-placeholder {
    font-style: italic;
    font-weight: normal;
    padding-right: 2px; }

.dbootstrap .dijitPlaceHolder {
  font-style: italic; }

.expandable .dijitPlaceHolder.dijitInputField {
  right: 0; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  
  font-style: italic; }

::-moz-placeholder {
  
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }


.dbootstrap .dijitTextBox,
.dbootstrap .dijitSelect .dijitButtonContents,
.dijitComboButton.dijitDisabled .dijitArrowButton,
.dijitComboBox.dijitDisabled .dijitButtonNode.dijitArrowButton,
.dijitSelect.dijitDisabled .dijitButtonNode.dijitArrowButton,
.dijitSelect.dijitDisabled .dijitArrowButtonInner,
.dijitComboBox.dijitDisabled .dijitArrowButtonInner,
.dijitComboButton.dijitDisabled .dijitArrowButtonInner {
  border: 1px solid #999;
  border-radius: 0; }

.dijitComboButton.dijitDisabled .dijitArrowButton,
.dijitComboBox.dijitDisabled .dijitButtonNode.dijitArrowButton,
.dijitSelect.dijitDisabled .dijitButtonNode.dijitArrowButton,
.dijitSelect.dijitDisabled .dijitArrowButtonInner,
.dijitComboBox.dijitDisabled .dijitArrowButtonInner,
.dijitComboButton.dijitDisabled .dijitArrowButtonInner {
  background: #fff;
  border: 1px solid #ccc; }

.modal-dialog-content fieldset,
.modal-dialog-secondary-content fieldset {
  border: none; }

.modal-dialog-wrapper .modal-dialog-content fieldset .dijitComboBox .dijitArrowButtonContainer,
.modal-dialog-wrapper .modal-dialog-content fieldset .dijitSelect .dijitArrowButtonContainer {
  background: transparent !important;
  border-left: 1px solid #999;
  border-radius: 0; }

.noaSmartSearchContainer .textPicker {
  border: 1px solid #999; }

.readonly.dijitTextBox,
.readonly.dijitCheckBox,
.modal-dialog-wrapper .modal-dialog-content fieldset .dijitComboBoxDisabled,
.notifs-group .info-container .inputs-style.dijitTextBoxDisabled,
.notifs-group .info-container .dropdowns-style.dijitTextBoxDisabled {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  box-shadow: 0 0 0; }



.delivery-date {
  border: 1px solid #999; }


#recipientReferenceTextId,
#recipientIssuerTermsId {
  resize: none; }

.noaCalendarContainer {
  clear: both; }

.ucg-freeform-container .noaCalendar .message_error {
  position: relative;
  font-size: 12px; }

.noaSliderValueContainer .noaSlidersValue {
  padding: 0 5px; }

.noaSliderValueContainer {
  position: relative; }
  .noaSliderValueContainer input {
    font-size: 15px;
    font-weight: bold; }
  .noaSliderValueContainer .noaSlidersCurrency {
    top: 0;
    right: -40px; }

.noaSliderInfoContainer a {
  color: #333; }
  .noaSliderInfoContainer a:hover {
    text-decoration: none; }
.noaSliderInfoContainer .rc-slider-rail, .noaSliderInfoContainer .rc-slider-track, .noaSliderInfoContainer .rc-slider-step {
  height: 2px; }
.noaSliderInfoContainer .rc-slider-handle {
  width: 11px;
  height: 11px; }
.noaSliderInfoContainer .rc-slider-disabled {
  background: none; }

.noaSlidersContainer:after {
  bottom: 45px; }

.noaSlidersContainer.sub-categories:after {
  bottom: 140px; }



.noaDialogTitle {
  font-size: 22px;
  font-weight: 700; }
  .noaDialogTitle .noaDialogHeader {
    font-size: 22px; }

.noaDialogCloseIcon {
  right: 0; }
  .noaDialogCloseIcon img {
    padding-right: 0; }

.noaDialogPaneContent {
  text-align: center;
  padding: 80px 0;
  font-style: normal;
  font-weight: normal; }

.noafooterContainer .noaDialogConfirmButton {
  background: #35a000;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  font-size: 13px;
  font-family: "PT Sans Regular", PT Sans Medium, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  padding: 0 20px;
  text-transform: uppercase; }
.noafooterContainer .noaDialogCancelButton {
  background: none;
  color: #333;
  font-size: 13px;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase; }

.noaDialogPosition-reset {
  position: relative !important;
  left: auto !important;
  margin: 60px auto;
  top: 70px !important; }



.fontIconProperties {
  display: table; }

.noaSlidershowItem i {
  top: 0;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto; }



.basicSignatureActions .button-link {
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  margin: 0 20px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold; }

.button-proceed,
.green-button {
  background: #007a91;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  font-size: 13px;
  font-family: "PT Sans Regular", PT Sans Medium, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center; }
  .button-proceed.disabled,
  .green-button.disabled {
    opacity: 0.2; }

#s3_ok {
  margin: 0; }

.button-delete,
.button-cancel {
  font-weight: bold;
  background: none;
  border: 0 none;
  color: #333;
  font-size: 13px;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  padding: 0;
  text-decoration: underline; }

.dbootstrap .dijitButton.green-button .dijitButtonNode,
.dbootstrap .dijitButton.button-proceed .dijitButtonNode {
  padding: 0;
  color: #fff;
  background: none; }

html input[type=submit][disabled=disabled],
html input[type=submit][disabled],
html input[type=button][disabled],
button[disabled],
.dijitButton.button-proceed.dijitDisabled,
.dijitButton.green-button.dijitDisabled {
  opacity: 0.2; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  
  -webkit-appearance: none;
  margin: 0;
   }



.error-message {
  font-size: 12px;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 1;
  color: #ff0000; }



.modal-dialog-actions {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both; }
  .modal-dialog-actions .modal-dialog-main-confirm {
    background: #35a000;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    font-size: 13px;
    font-family: "PT Sans Regular", PT Sans Medium, Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
    float: right; }
    .modal-dialog-actions .modal-dialog-main-confirm.disabled {
      opacity: 0.2; }
  .modal-dialog-actions .modal-dialog-cancel {
    font-weight: bold;
    background: none;
    border: 0 none;
    color: #CF3524;
    font-size: 13px;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 10px;
    padding: 0;
    text-decoration: underline;
    float: left; }
  .modal-dialog-actions .modal-dialog-secondary-confirm {
    background: none;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    color: #35a000;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 10px;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
    float: left; }
    .modal-dialog-actions .modal-dialog-secondary-confirm:hover, .modal-dialog-actions .modal-dialog-secondary-confirm:focus, .modal-dialog-actions .modal-dialog-secondary-confirm:active {
      color: #35a000; }

.modal-dialog-submission-errors {
  background-color: #FFFFFF;
  border: 1px solid var(--multi-tenant-color-negative);
  color:  var(--multi-tenant-color-negative);
  font-family: "PT Sans Regular", sans-serif;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  width: auto;
}

.modal-dialog-submission-warnings {
  background-color: #FFFFFF;
  border: 1px solid var(--multi-tenant-color-negative);
  color: var(--multi-tenant-color-negative);
  font-family: "PT Sans Regular", sans-serif;
  font-size: 13px;
  padding: 10px;
  margin: 10px; }

.modal-dialog-loader-content {
  position: relative; }

.modal-dialog-operations-overlay,
.modal-section-overlay-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0; }
  .modal-dialog-operations-overlay.active,
  .modal-section-overlay-loader.active {
    opacity: 1; }

.modal-section-overlay-loader {
  
  opacity: 1; }



.ticBoxBaseClass label {
  margin-left: 0px; }
  .ticBoxBaseClass label span {
    float: left;
    margin-right: 5px; }
.ticBoxBaseClass .custom-tooltip {
  margin-right: 4px;
  margin-left: 5px; }
.ticBoxBaseClass a {
  float: left;
  margin-left: 4px; }
.ticBoxBaseClass .error-message {
  clear: left;
  margin-left: 0px; }

.customValidationTicBox .dijitCheckBox {
  left: 0;
  position: absolute;
  border: 2px solid whitesmoke !important; }
  .customValidationTicBox .dijitCheckBox.dijitCheckBoxReadOnly {
    background: rgba(1, 1, 1, 0.2); }
.customValidationTicBox.customValidationTicBoxFocused .dijitCheckBox:not(.dijitCheckBoxReadOnly) {
  border: 2px solid rgba(77, 144, 254, 0.5) !important;
  border-radius: 3px; }
.customValidationTicBox p {
  margin-bottom: 0; }
.customValidationTicBox label {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  .customValidationTicBox label span {
    position: relative;
    left: 22px;
    top: -1px;
    display: inline-block; }
    .customValidationTicBox label span .custom-tooltip {
      margin-top: 0;
      z-index: 99;
      margin-right: 5px;
      display: block;
      z-index: 99; }
  .customValidationTicBox label p {
    float: left; }



.basicSearchComboBox {
  width: 100%; }

.dijitMenu.basicSearchComboBoxMenu {
  max-height: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .dijitMenu.basicSearchComboBoxMenu::-webkit-scrollbar {
    width: 6px; }
  .dijitMenu.basicSearchComboBoxMenu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .dijitMenu.basicSearchComboBoxMenu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #333; }
  .dijitMenu.basicSearchComboBoxMenu .dijitMenuItem {
    cursor: default;
    padding: 0 10px;
    margin: 10px 0;
    line-height: 30px; }
  .dijitMenu.basicSearchComboBoxMenu .group-label {
    font-size: 14px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333; }
  .dijitMenu.basicSearchComboBoxMenu .entry {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .dijitMenu.basicSearchComboBoxMenu .dijitMenuItemHover,
  .dijitMenu.basicSearchComboBoxMenu .dijitMenuItemSelected {
    background: none;
    color: #333;
    cursor: default; }
    .dijitMenu.basicSearchComboBoxMenu .dijitMenuItemHover .entry,
    .dijitMenu.basicSearchComboBoxMenu .dijitMenuItemSelected .entry {
      background: #f5f5f5;
      border-left: 2px solid #333; }



.basicBreadcrumbs {
  background: #f5f5f5;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: default; }
  .basicBreadcrumbs .bread-crumb {
    display: inline-block;
    color: #999;
    margin-left: 10px; }
    .basicBreadcrumbs .bread-crumb:first-child {
      margin-left: 0; }
    .basicBreadcrumbs .bread-crumb.active {
      color: #333; }
    .basicBreadcrumbs .bread-crumb.navigable {
      cursor: pointer; }



.basicCheckAll .checkBox {
  margin-left: 5px; }



.basicSignatureTotal {
  font-size: 12px;
  padding: 5px 10px; }
  .basicSignatureTotal .info-row {
    display: flex;
    flex-direction: row; }
  .basicSignatureTotal .info-column {
    display: flex;
    flex-grow: 1; }
    .basicSignatureTotal .info-column .align-right {
      width: 100%;
      text-align: right; }
    .basicSignatureTotal .info-column .info {
      width: 100%; }
  .basicSignatureTotal ul {
    list-style: none; }

.signature-flow .sign-offline {
  background: none;
  border: none;
  color: #35a000;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0;
  text-decoration: underline; }



.basicSignatureActions .qr-image {
  padding-bottom: 10px;
  width: 100%; }



.basicFastPayEditButton {
  display: inline-block;
  margin-top: 6px; }
  .basicFastPayEditButton button {
    background: none;
    border: none;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    margin-left: 10px; }


.fastPayContainer {
  padding-left: 25px; }
  .fastPayContainer .fastPayHeader {
    display: inline-block; }
    .fastPayContainer .fastPayHeader__wrapper {
      display: flex;
      align-items: center;
      dd{
        display: flex;
      }
      dt{
        margin-inline-start: 24px;
      }
    }
    .fastPayContainer .fastPayHeader .header {
      color: #262626;
      font-size: 15px;
      font-weight: 700;
      float: left;
      margin-left: 15px; }
  .fastPayContainer .fastPayList {
    position: relative;
    margin-top: 27px; }
    .fastPayContainer .fastPayList ul {
      list-style: none;
      overflow: hidden; }
      .fastPayContainer .fastPayList ul li {
        float: left;
        width: 61px;
        height: 108px;
        margin: 13px 15px; }


.basicFastPay {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 61px; }

.basicFastPay:focus-visible {
  outline: 2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}
  .basicFastPay .fastPayImageWrapper {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #333;
    display: flex;
    font-size: 35px;
    height: 61px;
    margin-bottom: 5px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    width: 61px; }
    .basicFastPay .fastPayImageWrapper .fastPayImageContainer {
      width: 100%;
      text-align: center; }
  .basicFastPay .fastPayShortTitleWrapper {
    display: flex;
    font-size: 12px; }
    .basicFastPay .fastPayShortTitleWrapper .fastPayShortTitleContainer {
      width: 100%;
      text-align: center; }
  .basicFastPay:hover .fastPayImageWrapper,
  .basicFastPay:focus-visible .fastPayImageWrapper{
    color: #007A91; }
  .basicFastPay:hover .fastPayShortTitleContainer {
    text-decoration: underline;
    font-weight: bold; }
  .basicFastPay.editMode .fastPayImageWrapper {
    border: 1px solid #007A91;
    color: #007A91; }
  .basicFastPay.editMode:hover .fastPayImageWrapper {
    color: #007A91; }



.basicSectionPane {
  position: relative; }
  .basicSectionPane .reset-button {
    position: absolute;
    top: -6px;
    right: -1px;
    font-size: 24px;
    cursor: pointer; }
  .basicSectionPane .container-fluid {
    padding-right: 10px;
    padding-left: 10px; }

.form-section {
  position: relative; }
  .form-section .section-loader {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }


fieldset.summary {
  margin-top: 20px;
  text-align: center; }


fieldset.basicSignatureEntry,
.basicSignatureEntry {
  padding: 0;
  border: 1px solid #DEDEDE;
  background-color: #f5f5f5;
  position: relative; }
.basicSignatureEntry:has(:focus-visible){
  outline:2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}
  fieldset.basicSignatureEntry .selectLine,
  .basicSignatureEntry .selectLine {
    position: absolute;
    width: 3px;
    background-color: rgba(255, 255, 255, 0);
    top: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1; }
  fieldset.basicSignatureEntry.selected,
  .basicSignatureEntry.selected {
    background-color: white; }
    fieldset.basicSignatureEntry.selected .selectLine,
    .basicSignatureEntry.selected .selectLine {
      background-color: #007A91; }
  fieldset.basicSignatureEntry .info-row,
  .basicSignatureEntry .info-row {
    display: flex;
    flex-direction: row;
    clear: both; }
  fieldset.basicSignatureEntry .info-column,
  .basicSignatureEntry .info-column {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start; }
    fieldset.basicSignatureEntry .info-column.no-grow,
    .basicSignatureEntry .info-column.no-grow {
      flex-grow: 0; }
    fieldset.basicSignatureEntry .info-column.align-right,
    .basicSignatureEntry .info-column.align-right {
      align-items: flex-end; }
  fieldset.basicSignatureEntry .date-info,
  .basicSignatureEntry .date-info {
    padding: 10px 0;
    width: 42px;
    text-align: center; }
    fieldset.basicSignatureEntry .date-info .day,
    .basicSignatureEntry .date-info .day {
      font-weight: bold; }
    fieldset.basicSignatureEntry .date-info .month,
    .basicSignatureEntry .date-info .month {
      text-transform: capitalize; }
  fieldset.basicSignatureEntry .general-container,
  .basicSignatureEntry .general-container {
    border-left: 1px solid #DEDEDE;
    padding: 10px;
    width: 100%; }
    fieldset.basicSignatureEntry .general-container .left-summary-info,
    .basicSignatureEntry .general-container .left-summary-info {
      width: 100%;
      text-align: left; }
    fieldset.basicSignatureEntry .general-container .right-summary-info,
    .basicSignatureEntry .general-container .right-summary-info {
      text-align: right;
      width: 100%; }
      fieldset.basicSignatureEntry .general-container .right-summary-info .amount .primary,
      .basicSignatureEntry .general-container .right-summary-info .amount .primary {
        font-size: 22px;
        font-weight: bold; }
      fieldset.basicSignatureEntry .general-container .right-summary-info .amount .secondary,
      .basicSignatureEntry .general-container .right-summary-info .amount .secondary {
        font-size: 16px;
        font-weight: 400; }
  fieldset.basicSignatureEntry .delete-button,
  .basicSignatureEntry .delete-button, .delete-button {
    background: none;
    border: none;
    color: var(--multi-tenant-color-accent);
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-transform: uppercase;
    text-align: left; }
  fieldset.basicSignatureEntry .details-button,
  .basicSignatureEntry .details-button {
    background: none;
    border: none;
    color: var(--multi-tenant-color-accent);
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-transform: uppercase;
    text-align: right }



.customValidationTextBox.dijitReadOnly,
.customNumberTextBox.dijitReadOnly,
.customEmailValidation.dijitReadOnly,
.customFilteringSelect.dijitReadOnly,
.customComboBox.dijitReadOnly {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  box-shadow: 0 0 0; }



.general-tabs .dijitTabContainerLeft-tabs {
  text-transform: uppercase; }



.image-item-carousel {
  overflow: hidden;
  margin: 0 auto; }
  .image-item-carousel img {
    float: left;
    cursor: pointer;
    margin-left: 5px; }
    .image-item-carousel img:first-child {
      margin-left: 0px; }



#dashboard-section-page,
#journal-section-page {
   }

.temporary-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 901; }

.collapse_footer_content span {
  font-size: 12px;
  margin-top: 11px; }
.collapse_footer_content i {
  top: 3px; }

.right-align {
  width: 50%;
  display: block;
  padding: 0px;
  background: #e5e1e1;
  margin-top: 0px;
  margin-right: 0px;
  border-left: 1px solid #bebebe;
  float: right; }

.default-text-style ul {
  margin-left: 17px; }

.smooth-transition {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s; }


.basic-codes-search-dialog .noaDialogPaneContent.noaDialogSingleChild {
  padding: 20px; }



.siBeneficiaryDetailsWidget .search-btn {
  margin-top: 35px; }
.siBeneficiaryDetailsWidget .dijitRadio {
  margin-bottom: 3px;
  margin-right: 5px; }



.basicBalanceWidget {
  font-size: 12px;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  
   }

.productbox_container .basicBalanceWidget {
  font-size: inherit;
  line-height: 22px;
  color: var(--multi-tenant-color-fore);
  font-weight: 700;
}

.basicBalanceWidget .integer {
  font-weight: bold;
  font-size: 15px; }

.productbox_container .basicBalanceWidget .integer {
  font-weight: inherit;
  font-size: inherit; }

  .basicBalanceWidget .currency {
    padding: 0 4px; }
  .basicBalanceWidget.justify-end {
    justify-content: flex-end; }
  .basicBalanceWidget.justify-end {
    justify-content: flex-end; }
  .basicBalanceWidget.justify-center {
    justify-content: center; }
  .financial-dashboard-container .collapse_header .basicBalanceWidget {
    padding-left: 20px; }
    .financial-dashboard-container .collapse_header .basicBalanceWidget .integer {
      font-weight: 700;
      font-size: 14px;
      color: var(--multi-tenant-color-brand-opposite); }
    .financial-dashboard-container .collapse_header .basicBalanceWidget .decimal-separator,
    .financial-dashboard-container .collapse_header .basicBalanceWidget .currency,
    .financial-dashboard-container .collapse_header .basicBalanceWidget .decimal {
      font-weight: 700;
      font-size: 14px;
      color: var(--multi-tenant-color-brand-opposite);
    }
  .account-balance .basicBalanceWidget {
    font-size: 14px; }
    .account-balance .basicBalanceWidget .integer {
      font-size: 18px; }
    .account-balance .basicBalanceWidget .decimal-separator,
    .account-balance .basicBalanceWidget .currency,
    .account-balance .basicBalanceWidget .decimal {
      padding-top: 4px; }
  .pfm-budget-total .basicBalanceWidget {
    display: inline-flex; }
    .pfm-budget-total .basicBalanceWidget .integer {
      font-size: 23px; }
    .pfm-budget-total .basicBalanceWidget .decimal-separator,
    .pfm-budget-total .basicBalanceWidget .currency,
    .pfm-budget-total .basicBalanceWidget .decimal {
      font-size: 15px;
      font-weight: bold; }
  .goal_card_container .basicBalanceWidget .decimal {
    font-size: 13px; }
  .goal-optimize-balance .basicBalanceWidget {
    display: inline-flex; }
    .goal-optimize-balance .basicBalanceWidget .integer {
      font-size: 18px; }
    .goal-optimize-balance .basicBalanceWidget .decimal-separator,
    .goal-optimize-balance .basicBalanceWidget .currency,
    .goal-optimize-balance .basicBalanceWidget .decimal {
      font-size: 15px; }
  .first-level-container .basicBalanceWidget .integer {
    font-size: 16px; }
  .first-level-container .score_card_firstValue .basicBalanceWidget .integer {
    font-size: 20px; }

.account-balance__tooltip {
  display: inline-block;
  vertical-align: middle; }



.basicTransactionCategorizationWidget {
  height: 35px;
  width: 35px; }
  .basicTransactionCategorizationWidget .icon-back-layer {
    background: white;
    height: 30px;
    width: 35px;
    z-index: 1;
    position: absolute;
    top: 6px;
    left: 0; }
  .basicTransactionCategorizationWidget .icon {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 100%; }

.basicTransactionCategorizationWidget-tooltip-content {
  padding-left: 15px; }
  .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0 0 0;
    overflow: hidden;
    max-width: 480px !important; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .dijitTooltipFocusNode {
      padding: 0; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .pointer {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
      position: absolute;
      z-index: 1;
      top: 13px;
      left: 5px; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .pointer-border {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #e0e0e0 transparent transparent;
      position: absolute;
      z-index: 0;
      top: 13px;
      left: 4px; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer label {
      font-size: 14px;
      margin-bottom: 8px; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .categories,
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .sub-categories {
      padding: 0 15px;
      min-width: 210px;
      max-width: 240px;
      float: left;
      min-height: 470px; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .categories {
      padding-left: 30px;
      padding-right: 0; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .sub-categories {
      padding-right: 30px;
      border-left: 1px solid #dedede; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button {
      background: none;
      border: none;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 10px;
      padding-left: 0;
      padding-right: 10px;
      position: relative;
      text-align: left;
      text-transform: capitalize;
      width: 100%; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button [class^="icon-"],
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button [class*=" icon-"],
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button [class^="icon-"]:before,
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button [class*=" icon-"]:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-size: 17px;
        width: 25px;
        height: 25px;
        text-transform: none;
        padding-right: 8px;
        
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button .category-icon,
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button .subcategory-icon {
        height: 25px;
        line-height: 17px;
        text-align: center;
        width: 25px;
        margin-top: 2px;
        float: left; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button .subcategory-icon {
        border-radius: 50%;
        line-height: 25px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected:before, .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected:after {
        position: absolute;
        right: 0;
        top: 6px;
        border: 10px solid transparent;
        border-right-color: #dedede;
        content: " ";
        height: 20px;
        width: 20px;
        pointer-events: none; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected:after {
        right: -1px;
        border-right-color: white; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon:before,
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .subcategory-icon:before {
        content: "\f00c";
        color: #ffffff;
        font-family: "FontAwesome";
        margin-left: 1px;
        font-size: 12px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.income {
        background: #46b111;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.wallet {
        background: #7d9289;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.household {
        background: #481e85;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.car-transport {
        background: #196F19;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.leisure-shopping {
        background: #911a3f;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.health-beauty {
        background: #ff8a0e;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.education {
        background: #0daaff;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.business {
        background: #0dffdd;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.savings {
        background: #d43131;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.financial {
        background: #8e1b9c;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.transfer {
        background: #ebd915;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.uncategorized {
        background: #e0e0e0;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.savings_generic {
        background: #d43131;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.multicategories {
        background: #247C8A;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button.selected .category-icon.plus {
        background: #247C8A;
        z-index: 1000;
        padding: 0;
        padding-left: 2px;
        line-height: 18px; }
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button .category-text,
      .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer button .sub-category-text {
        padding-left: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .sub-category-group button.selected:before {
      border-right-color: transparent; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .sub-category-group button.selected:after {
      border-right-color: transparent; }
    .basicTransactionCategorizationWidget-tooltip-content .dijitTooltipContainer .tooltip-footer {
      background: #f5f5f5;
      padding: 15px;
      padding-left: 30px;
      font-size: 12px;
      clear: both; }



.basicTransactionSplitWidget {
  position: relative; }
  .basicTransactionSplitWidget .entries-container-wrapper {
    padding-bottom: 10px; }
  .basicTransactionSplitWidget .split-widget-container {
    background: white;
    padding: 15px 10px;
    
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    clear: both;
    font-size: 13px; }
    .basicTransactionSplitWidget .split-widget-container.split-action {
       }
    .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container {
      overflow: hidden;
      padding: 15px 0;
      box-sizing: border-box;
      display: flex; }
      .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-category {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value {
        text-align: right;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value {
          padding-left: 10px; }
          .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .customNumberTextBox {
            height: 40px;
            text-align: right;
            width: 100%; }
            .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .customNumberTextBox .dijitInputContainer {
              padding: 5px 8px 5px; }
            .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .customNumberTextBox .dijitInputField {
              height: 100%;
              line-height: 30px;
              right: 5px; }
          .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .basicBalanceWidget {
            font-size: 13px;
            float: right; }
            .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .basicBalanceWidget .integer,
            .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .basicBalanceWidget .decimal {
              font-weight: normal;
              font-size: 14px; }
            .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .split-value .basicBalanceWidget .currency {
              font-size: 13px;
              padding-right: 0px;
              margin-left: 25px; }
        .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .split-widget-value .currency {
          float: right;
          margin-left: 15px;
          margin-top: 10px; }
      .basicTransactionSplitWidget .split-widget-container .split-widget-inner-container .connection-line {
        height: 82px;
        top: -51px;
        left: 24px; }
    .basicTransactionSplitWidget .split-widget-container .connection-line {
      width: 1px;
      background: #dedede;
      height: 56px;
      position: absolute;
      top: -40px;
      left: 24px;
      display: none; }
  .basicTransactionSplitWidget .categorization-widget {
    float: left;
    padding-top: 5px;
    position: relative;
    z-index: 2; }
  .basicTransactionSplitWidget .no-categorywise-info {
    float: left;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #E61420; }
  .basicTransactionSplitWidget .two-labels,
  .basicTransactionSplitWidget .one-label {
    float: left;
    margin-left: 5px; }
    .basicTransactionSplitWidget .two-labels .category-label,
    .basicTransactionSplitWidget .one-label .category-label {
      font-weight: bold; }
  .basicTransactionSplitWidget .two-labels {
    line-height: 15px;
    width: 80%; }
  .basicTransactionSplitWidget .one-label {
    padding-top: 2px; }
    .basicTransactionSplitWidget .one-label .category-label,
    .basicTransactionSplitWidget .one-label sub-category-label {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .basicTransactionSplitWidget .main-category-container {
    clear: both;
    overflow: hidden;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px; }
    .basicTransactionSplitWidget .main-category-container .no-category-available {
      background: #fee;
      border: 1px dotted #f55;
      display: block;
      float: left;
      margin-bottom: 2px;
      margin-top: 5px;
      padding: 3px 10px; }
    .basicTransactionSplitWidget .main-category-container .two-labels {
      width: auto; }
    .basicTransactionSplitWidget .main-category-container .icon-back-layer {
      top: 0; }
    .basicTransactionSplitWidget .main-category-container .main-category-amount {
      padding-right: 15px;
      margin-left: 20px;
      max-width: 100px; }
    .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders {
      float: left;
      margin-top: 10px;
      margin-left: 10%; }
      .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholders {
        clear: both;
        float: left; }
      .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder {
        position: relative;
        display: block;
        float: right;
        margin-right: -12px;
        width: 18px;
        height: 18px;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #DEDEDE; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder:first-child {
          margin-right: 0; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Business {
          border: 1px solid #0dffdd;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_CARtransport {
          border: 1px solid #196f19;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Education {
          border: 1px solid #0daaff;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Financials {
          border: 1px solid #8e1b9c;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Health {
          border: 1px solid #ff8a0d;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Houseold {
          border: 1px solid #481e85;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Incoming {
          border: 1px solid #46b111;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Savings {
          border: 1px solid #d43131;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Shoppingleisure {
          border: 1px solid #911a3f;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Transfer {
          border: 1px solid #ebd915;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_Uncategorized {
          border: 1px solid #e0e0e0;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
        .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .placeholder.border-icon-ico_wallet {
          border: 1px solid #7d9289;
          border-radius: 100%;
          padding: 3px;
          width: 21px;
          height: 21px;
          margin-top: 1px; }
      .basicTransactionSplitWidget .main-category-container .multiple-category-placeholders .more {
        float: left;
        line-height: 22px;
        margin-left: 5px;
        font-weight: bold; }
  .basicTransactionSplitWidget .remove-split {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0px; }
  .basicTransactionSplitWidget .split-button {
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .basicTransactionSplitWidget .split-button .icon-back-layer {
      background: white;
      height: 30px;
      width: 35px;
      z-index: 1;
      position: absolute;
      top: 1px;
      left: 0; }
    .basicTransactionSplitWidget .split-button .icon {
      float: left;
      position: relative;
      z-index: 2; }
    .basicTransactionSplitWidget .split-button .button-label {
      float: left;
      font-weight: bold;
      margin-top: 7px;
      margin-left: 10px;
      text-transform: uppercase; }
  .basicTransactionSplitWidget .main-connection-line {
    width: 1px;
    background: #dedede;
    position: absolute;
    top: 40px;
    bottom: 60px;
    left: 25px;
    z-index: 1; }
  .basicTransactionSplitWidget .not-needed {
    display: none; }



.grid-generic-style .dgrid {
  border-left: none;
  border-right: none;
  border-bottom: none; }
  .grid-generic-style .dgrid .dgrid-header {
    height: auto !important;
    width: 100%; }
    .grid-generic-style .dgrid .dgrid-header table tr .dgrid-cell-padding {
      padding: 15px 15px 15px 5px; }
    .grid-generic-style .dgrid .dgrid-header table tr th {
      font-weight: normal;
      width: 100%;
      text-align: left;
      color: #333;
      font: 13px "PT sans", sans-serif;
      font-size: 9.75pt; }
      .grid-generic-style .dgrid .dgrid-header table tr th .dgrid-sort-arrow {
        position: absolute;
        right: 0;
        margin-right: 5px; }
      .grid-generic-style .dgrid .dgrid-header table tr th.dgrid-cell {
        position: relative;
        z-index: 1; }
  .grid-generic-style .dgrid .dgrid-sort-arrow {
    background-position: -64px 0px; }
  .grid-generic-style .dgrid .dgrid-sort-up .dgrid-sort-arrow {
    background-position: 0px 0px; }
  .grid-generic-style .dgrid .dgrid-scroller {
    position: relative; }
    .grid-generic-style .dgrid .dgrid-scroller .dgrid-content {
      width: 100%; }
  .grid-generic-style .dgrid .dgrid-row {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }

.basicContinuousDataGrid {
   }
  .basicContinuousDataGrid .full-grid-row {
    position: relative;
    background: #f2f2f2;
    width: 100%;
    clear: both;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .basicContinuousDataGrid .full-grid-row .full-row {
      width: 100%;
      clear: both; }
    .basicContinuousDataGrid .full-grid-row .half-row {
      width: 50%;
      float: left; }
    .basicContinuousDataGrid .full-grid-row:hover .date {
      border-left: 2px solid black; }
    .basicContinuousDataGrid .full-grid-row .info-btn {
      float: right; }
  .basicContinuousDataGrid .inner-wrapper {
    
    border-left: 2px solid white; }
  .basicContinuousDataGrid .date {
    font-size: 13px;
    width: 20%;
    text-align: center;
    padding: 15px 0 15px 10px;
    float: left; }
    .basicContinuousDataGrid .date .day {
      font-weight: bold; }
    .basicContinuousDataGrid .date .month,
    .basicContinuousDataGrid .date .year {
      text-transform: uppercase; }
  .basicContinuousDataGrid .summary {
    display: table;
    font-size: 13px;
    float: left;
    padding: 15px 0 15px 10px;
    width: 350px;
    height: 84px;
    overflow: hidden; }
    .basicContinuousDataGrid .summary p,
    .basicContinuousDataGrid .summary b {
      margin: 0; }
      .basicContinuousDataGrid .summary p div,
      .basicContinuousDataGrid .summary b div {
        text-overflow: ellipsis;
        white-space: nowrap; }
  .basicContinuousDataGrid .details {
    display: table-cell;
    vertical-align: middle; }
  .basicContinuousDataGrid .categorize-split {
    padding: 0; }
  .basicContinuousDataGrid .date,
  .basicContinuousDataGrid .summary,
  .basicContinuousDataGrid .categorize-split {
    cursor: pointer; }
  .basicContinuousDataGrid .generic-info-bk {
    background: white;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1; }
  .basicContinuousDataGrid .generic-info {
    position: relative;
    z-index: 2; }
    .basicContinuousDataGrid .generic-info .main-category-container .basicTransactionCategorizationWidget {
      position: relative;
      z-index: 3; }
  .basicContinuousDataGrid .generic-info-clickable {
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    height: 84px;
    left: 0;
    z-index: 1;
    cursor: pointer; }
  .basicContinuousDataGrid .expandable-info {
    padding-left: 20%;
    overflow: hidden;
    clear: both; }
    .basicContinuousDataGrid .expandable-info .details-info {
      padding: 10px; }
      .basicContinuousDataGrid .expandable-info .details-info b {
        font-size: 13px; }
      .basicContinuousDataGrid .expandable-info .details-info p {
        font-size: 12px; }
    .basicContinuousDataGrid .expandable-info .expandable-info-footer {
      border-top: 1px solid #ccc;
      padding: 10px;
      margin-right: 20px; }
      .basicContinuousDataGrid .expandable-info .expandable-info-footer button {
        background: none;
        border: none;
        padding: 0;
        text-decoration: underline;
        font-weight: bold; }
        .basicContinuousDataGrid .expandable-info .expandable-info-footer button > span {
          margin-left: 10px;
          text-transform: uppercase; }
        .basicContinuousDataGrid .expandable-info .expandable-info-footer button.primary {
          color: #028802; }



.basicPaginatedDataGridExpandable .dgrid {
  padding-bottom: 25px; }
  .basicPaginatedDataGridExpandable .dgrid .dgrid-header table tr th {
    font-weight: bold; }
.basicPaginatedDataGridExpandable .print-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: 40px;
  top: 0;
  right: 10px; }
  .basicPaginatedDataGridExpandable .print-button i {
    margin-left: 10px; }
.basicPaginatedDataGridExpandable .full-grid-row {
  position: relative;
  background: #f2f2f2;
  width: 100%;
  clear: both;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px; }
  .basicPaginatedDataGridExpandable .full-grid-row .full-row {
    width: 100%;
    clear: both; }
  .basicPaginatedDataGridExpandable .full-grid-row .half-row {
    width: 50%;
    float: left; }
  .basicPaginatedDataGridExpandable .full-grid-row:hover .row-border {
    background: black; }
  .basicPaginatedDataGridExpandable .full-grid-row.active .row-border {
    background: black; }
  .basicPaginatedDataGridExpandable .full-grid-row .info-btn {
    float: right; }
  .basicPaginatedDataGridExpandable .full-grid-row .row-border {
    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: white;
    z-index: 3; }
.basicPaginatedDataGridExpandable .date {
  height: 84px;
  display: table;
  width: 15%;
  text-align: center;
  padding: 15px 0 15px 10px;
  float: left; }
  .basicPaginatedDataGridExpandable .date p {
    margin-bottom: 0; }
  .basicPaginatedDataGridExpandable .date .day {
    font-weight: bold; }
  .basicPaginatedDataGridExpandable .date .month,
  .basicPaginatedDataGridExpandable .date .year {
    text-transform: uppercase; }
.basicPaginatedDataGridExpandable .summary,
.basicPaginatedDataGridExpandable .amount,
.basicPaginatedDataGridExpandable .status {
  display: table;
  font-size: 14px;
  float: left;
  padding: 15px 10px 15px 10px;
  width: 45%;
  height: 84px;
  overflow: hidden; }
  .basicPaginatedDataGridExpandable .summary p,
  .basicPaginatedDataGridExpandable .summary b,
  .basicPaginatedDataGridExpandable .amount p,
  .basicPaginatedDataGridExpandable .amount b,
  .basicPaginatedDataGridExpandable .status p,
  .basicPaginatedDataGridExpandable .status b {
    margin: 0; }
    .basicPaginatedDataGridExpandable .summary p div,
    .basicPaginatedDataGridExpandable .summary b div,
    .basicPaginatedDataGridExpandable .amount p div,
    .basicPaginatedDataGridExpandable .amount b div,
    .basicPaginatedDataGridExpandable .status p div,
    .basicPaginatedDataGridExpandable .status b div {
      text-overflow: ellipsis;
      white-space: nowrap; }
.basicPaginatedDataGridExpandable .amount,
.basicPaginatedDataGridExpandable .status {
  width: 20%;
  text-align: right; }
.basicPaginatedDataGridExpandable .directDebitGrid .date {
  width: 15%; }
.basicPaginatedDataGridExpandable .directDebitGrid .summary {
  width: 45%; }
.basicPaginatedDataGridExpandable .directDebitGrid .amount {
  width: 20%; }
.basicPaginatedDataGridExpandable .directDebitGrid .status {
  width: 20%; }
.basicPaginatedDataGridExpandable .amount .basicBalanceWidget {
  float: right; }
  .basicPaginatedDataGridExpandable .amount .basicBalanceWidget .integer,
  .basicPaginatedDataGridExpandable .amount .basicBalanceWidget .decimal-separator,
  .basicPaginatedDataGridExpandable .amount .basicBalanceWidget .decimal,
  .basicPaginatedDataGridExpandable .amount .basicBalanceWidget .currency {
    font-size: 14px; }
.basicPaginatedDataGridExpandable .status {
  text-align: center;
  z-index: 3;
  text-transform: uppercase; }
  .basicPaginatedDataGridExpandable .status button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
    .basicPaginatedDataGridExpandable .status button:hover {
      text-decoration: underline; }
    .basicPaginatedDataGridExpandable .status button.primary {
      color: #35a000; }
.basicPaginatedDataGridExpandable .details {
  display: table-cell;
  vertical-align: middle; }
.basicPaginatedDataGridExpandable .categorize-split {
  padding: 19px 0 0; }
.basicPaginatedDataGridExpandable .date,
.basicPaginatedDataGridExpandable .summary {
  cursor: pointer; }
.basicPaginatedDataGridExpandable .generic-info-bk {
  background: white;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1; }
.basicPaginatedDataGridExpandable .generic-info {
  position: relative;
  z-index: 2;
  background-color: white; }
.basicPaginatedDataGridExpandable .generic-info-clickable {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  height: 84px;
  left: 0;
  z-index: 1;
  cursor: pointer; }
.basicPaginatedDataGridExpandable .expandable-info {
  overflow: hidden;
  clear: both; }
  .basicPaginatedDataGridExpandable .expandable-info .details-info {
    margin-left: 15%;
    padding: 15px 0 15px 10px;
    overflow: hidden; }
    .basicPaginatedDataGridExpandable .expandable-info .details-info b {
      font-size: 13px; }
    .basicPaginatedDataGridExpandable .expandable-info .details-info p {
      font-size: 12px; }
    .basicPaginatedDataGridExpandable .expandable-info .details-info .details-column {
      overflow: hidden;
      font-size: 14px; }
      .basicPaginatedDataGridExpandable .expandable-info .details-info .details-column .detail-label {
        font-weight: bold;
        margin-top: 10px; }
      .basicPaginatedDataGridExpandable .expandable-info .details-info .details-column.left-column {
        width: 55%;
        float: left; }
      .basicPaginatedDataGridExpandable .expandable-info .details-info .details-column.right-column {
        width: 45%;
        float: right; }
  .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 0 20px;
    padding: 10px 0;
    overflow: hidden; }
    .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer button {
      background: none;
      border: none;
      padding: 0;
      text-decoration: underline;
      font-weight: bold;
      float: left;
      margin-right: 20px; }
      .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer button > span {
        margin-left: 10px;
        text-transform: uppercase; }
      .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer button.primary {
        color: #9e9e9e;
        float: right;
        margin-right: 0px; }
        .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer button.primary > span {
          text-transform: initial; }
      .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer button.delete-button {
        color: #CF3524; }
        .basicPaginatedDataGridExpandable .expandable-info .expandable-info-footer button.delete-button > span {
          text-transform: initial;
          margin-left: 0; }



.right-domestic-info {
  width: 240px;
  float: right; }

.left-domestic-info {
  width: 180px;
  float: left;
  margin-right: 20px; }

.line-bottom {
  border-bottom: 1px solid #DEDEDE; }

.left-domestic-info input,
.right-domestic-info input {
  padding-left: 5px;
  margin-bottom: 10px;
  border: 0; }

.left-domestic-info textarea {
  resize: none;
  border: 0; }

.dpb-clear {
  clear: both;
  margin: 25px 0 15px 0; }

.right-domestic-info .left {
  float: left; }

.right-domestic-info .right {
  float: right; }

.right-domestic-info .payment-code-box {
  width: 105px; }

.right-domestic-info .payment-code-box .payment-code-input {
  width: 70px; }

.right-domestic-info .payment-ammount-box {
  width: 135px; }

.right-domestic-info .payment-ammount-box .curency {
  width: 35px;
  margin-left: 5px; }

.right-domestic-info .payment-ammount-box .ammount {
  width: 95px; }

.right-domestic-info .payment-reff-box .reff2 {
  width: 190px; }

.right-domestic-info .payment-reff-box .reff {
  width: 35px;
  margin-right: 10px; }

.right-domestic-info .textarea-align {
  margin-top: 7px; }



.second-level-body .details-column {
  padding: 0 10px; }
  .second-level-body .details-column .details-subcolumn {
    padding: 0; }
    .second-level-body .details-column .details-subcolumn .slider-show {
      width: 100%; }
      .second-level-body .details-column .details-subcolumn .slider-show.goals-cards i.fa.fa-chevron-left {
        color: #ffa900; }
      .second-level-body .details-column .details-subcolumn .slider-show.goals-cards i.fa.fa-chevron-right {
        color: #ffa900; }
      .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel {
        margin: 10px auto 0;
        position: relative; }
        .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel .level2-card-carousel-navigation-container {
          position: absolute;
          top: 25%;
          height: 20px;
          left: -10px; }
          .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel .level2-card-carousel-navigation-container .level2-card-carousel-navigation-left {
            float: left; }
          .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel .level2-card-carousel-navigation-container .level2-card-carousel-navigation-right {
            float: right; }
          .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel .level2-card-carousel-navigation-container i.fa.fa-chevron-left {
            cursor: pointer; }
          .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel .level2-card-carousel-navigation-container i.fa.fa-chevron-right {
            cursor: pointer; }
        .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel img {
          float: left;
          cursor: pointer;
          margin-left: 5px;
          position: absolute; 
          height: 100%; }
          .second-level-body .details-column .details-subcolumn .slider-show .level2-card-carousel img.selected {
            border: 2px solid white; }
      .second-level-body .details-column .details-subcolumn .slider-show .current {
        text-align: center; }
      .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowItem {
        height: 30px;
        width: 50px;
        font-size: 25px; }
      .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowWrapper {
        height: 56px;
        padding-left: 21px;
        padding-right: 21px; }
      .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowContainer {
        z-index: 2;
        width: 100%;
        height: inherit;
        min-height: inherit;
        min-width: 100px;
        padding: 0 10px; }
        .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowContainer .accounts-img-container {
          display: block;
          width: 50px;
          border: 2px solid transparent;
          top: 17px;
          height: 30px !important; }
      .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowBtnRight i.fa.fa-chevron-right {
        margin-right: -25px;
        color: #404040; }
      .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowBtnLeft i.fa.fa-chevron-left {
        color: #404040;
        margin-left: -16px; }
      .second-level-body .details-column .details-subcolumn .slider-show .noaSlidershowBtnContainer {
        z-index: 1;
        top: 24%; }
  .second-level-body .details-column .horizontal-line {
    padding-left: 0px;
    border-top: 1px solid #ccc;
    padding-top: 10px; }
  .second-level-body .details-column .padding-left-0 {
    padding-left: 0px; }
.second-level-body .cta-column {
  background: #e5e1e1;
  border-left: 1px solid #bebebe;
  margin-right: 0;
  padding: 0;
  right: 0;
  top: 0; }
  .second-level-body .cta-column .dijitTabContainer {
    height: 100%; }
    .second-level-body .cta-column .dijitTabContainer .dijitTab {
      white-space: normal; }



.basicContinuousDataGridWithFilter .actions {
  float: left; }
.basicContinuousDataGridWithFilter .general-filter-button {
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
  font-size: 18px; }



.budgetsDataGrid .summary {
  width: 200px; }
.budgetsDataGrid .date {
  padding-top: 25px; }
.budgetsDataGrid .basicTransactionSplitWidget .one-label {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px; }
.budgetsDataGrid .basicTransactionSplitWidget .split-widget-value .currency {
  display: none; }



.basicValidationTextBoxWithSearch .customValidationTextBox {
  width: 100%;
  height: 40px; }
.basicValidationTextBoxWithSearch .flex-row {
  display: flex;
  flex-direction: row;
  margin: 0; }
.basicValidationTextBoxWithSearch .flex-column {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start; }
  .basicValidationTextBoxWithSearch .flex-column.align-right {
    align-items: flex-end; }
.basicValidationTextBoxWithSearch .no-grow {
  flex-grow: 0; }
.basicValidationTextBoxWithSearch i {
  padding-left: 15px;
  line-height: 40px;
  font-size: 14px; }



.basicNotificationsDropDown {
  position: relative; }
  .basicNotificationsDropDown .wrapper {
    float: left;
    position: relative; }
  .basicNotificationsDropDown button {
    background: none;
    outline: none;
    border: none; }
  .basicNotificationsDropDown .main-btn {
    font-size: 15px;
    padding: 0 12px;
    color: #757b81; }
    .basicNotificationsDropDown .main-btn:hover {
      background: #A3A3A3;
      color: white; }
  .basicNotificationsDropDown .drop-down-entries {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #e5e1e1;
    position: absolute;
    right: 0;
    z-index: 100;
    background: white;
    min-width: 215px;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .documents .basicNotificationsDropDown .drop-down-entries {
    min-width: 26rem;
  }
    .basicNotificationsDropDown .drop-down-entries.active {
      opacity: 1;
      display: block; }
    .basicNotificationsDropDown .drop-down-entries .list {
      margin: 0; }
      .basicNotificationsDropDown .drop-down-entries .list .list-item {
        position: relative; }
        .basicNotificationsDropDown .drop-down-entries .list .list-item button {
          width: 100%;
          border-bottom: 1px solid #e5e1e1;
          padding: 10px 20px;
          text-align: left;
          display: inline-block;
          height: 45px;
          clear: both;
          overflow: hidden; }
          .basicNotificationsDropDown .drop-down-entries .list .list-item button:hover {
            background: #f5f5f5; }
          .basicNotificationsDropDown .drop-down-entries .list .list-item button.primary {
            background: #333;
            border: 1px solid white;
            color: white; }
            .basicNotificationsDropDown .drop-down-entries .list .list-item button.primary:hover {
              background: #444; }
          .basicNotificationsDropDown .drop-down-entries .list .list-item button span {
            float: left;
            font-size: 14px;
            font-weight: normal; }
          .basicNotificationsDropDown .drop-down-entries .list .list-item button i {
            float: right;
            font-size: 20px;
            border-left: 1px solid #e5e1e1;
            padding-left: 15px;
            width: 30px; }



.user-notifications {
  border-left: 1px solid #ccc;
  position: relative; }
  .user-notifications .communication-messages-number-top {
    display: none;
    position: absolute;
    right: 1px;
    z-index: 999;
    background-color:  var(--multi-tenant-color-negative);
    border-radius: 8px;
    min-width: 12px;
    padding: 0 2px 0 3px;
    width: auto;
    height: 12px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    font-family: PT Sans Bold; }


.bold-header {
  font-weight: bold; }

.communication-launcher {
  float: right; }

.react-modal-launcher-button {
  background: none;
  border: none;
  font-size: 15px;
  padding: 0 12px;
  color: #757b81; }
  .react-modal-launcher-button:hover {
    background: #A3A3A3;
    color: white; }

.ReactModal__Body--open,
.ReactModal__Html--open,
.ReactModalConfirmation__Body--open,
.ReactModalConfirmation__Html--open {
  overflow: hidden;
  -ms-overflow-style: none;
  padding-right: 17px; }

.ReactModal__Overlay {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
  .ReactModal__Overlay.ReactModal__Overlay--after-open {
    opacity: 1;
    overflow: auto; }
  .ReactModal__Overlay.ReactModal__Overlay--before-close {
    opacity: 0; }
  .ReactModal__Overlay .ReactModal__Content {
    min-width: 300px;
    max-width: 700px;
    margin: 50px auto;
 ; }
    .ReactModal__Overlay .ReactModal__Content.ReactModal__Content--after-open {
      opacity: 1; }
    .ReactModal__Overlay .ReactModal__Content.ReactModal__Content--before-close {
      opacity: 0; }
    .ReactModal__Overlay .ReactModal__Content .react-modal-header {
      background: #333;
      font-size: 22px;
      font-size: 22px;
      position: relative; }
      .ReactModal__Overlay .ReactModal__Content .react-modal-header .react-modal-header-text {
        font-size: 22px;
        color: white;
        text-transform: none;
        padding-top: 13px;
        padding-bottom: 17px;
        padding-right: 20px;
        padding-left: 10px;
        min-height: 61px; }
      .ReactModal__Overlay .ReactModal__Content .react-modal-header .react-modal-close-button {
        background: none;
        border: none;
        color: white;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 40px;
        padding: 0 20px; }
    .ReactModal__Overlay .ReactModal__Content .react-modal-container {
      background: white;
      padding: 0px; }
    .ReactModal__Overlay .ReactModal__Content .react-modal-secondary-button {
      background: none;
      font-size: 13px;
      font-weight: bold;
      border: none;
      border-radius: 0;
      color: #35a000;
      height: 40px;
      line-height: 40px;
      margin-left: 0;
      padding: 0;
      text-decoration: underline;
      text-transform: uppercase; }




.note > strong {
  padding: 0.7em 0;
  position: relative;
  display: inline-block;
  font-size: 0.9em; }


.ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%; }

.ReactTable * {
  box-sizing: border-box; }

.ReactTable .rt-table {
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto; }

.ReactTable .rt-thead {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none; }

.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

.ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }

.ReactTable .rt-thead .rt-tr {
  text-align: center; }

.ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td {
  padding: 5px 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent; }

.ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); }

.ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); }

.ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer; }

.ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child {
  border-right: 0; }

.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible; }

.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden; }

.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis; }

.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7; }

.ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px; }

.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px; }

.ReactTable .rt-tbody {
  -webkit-box-flex: 99999;
  -ms-flex: 99999 1 auto;
  flex: 99999 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto; }

.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05); }

.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0; }

.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

.ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0; }

.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer; }

.ReactTable .rt-tr-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.ReactTable .rt-tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ReactTable .rt-th, .ReactTable .rt-td {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: .3s ease;
  transition-property: width, min-width, padding, opacity; }

.ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important; }

.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px; }

.ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer; }

.ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0); }

.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10; }

.ReactTable .rt-tfoot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

.ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0; }

.ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03); }

.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05); }

.ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.ReactTable .-pagination input, .ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none; }

.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all .1s ease;
  cursor: pointer;
  outline: none; }

.ReactTable .-pagination .-btn[disabled] {
  opacity: .5;
  cursor: default; }

.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff; }

.ReactTable .-pagination .-previous, .ReactTable .-pagination .-next {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.ReactTable .-pagination .-center {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap; }

.ReactTable .-pagination .-pageJump {
  display: inline-block; }

.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center; }

.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px; }

.ReactTable .rt-noData {
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5); }

.ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all; }

.ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ReactTable .delete-button {
  opacity: 0;
  color: #CF3524;
  background-color: transparent;
  border: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.ReactTable .rt-thead .rt-th {
  align-items: center;
  background: #F2F2F2;
  border-color: #E4E4E4;
  display: flex;
  font-weight: normal;
  font: 13px "PT sans", sans-serif;
  font-size: 9.75pt;
  flex-direction: row;
  height: 40px;
  padding: 10px; }
  .ReactTable .rt-thead .rt-th.-sort-asc {
    box-shadow: none; }
    .ReactTable .rt-thead .rt-th.-sort-asc::after {
      content: "\f106";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 10px; }
  .ReactTable .rt-thead .rt-th.-sort-desc {
    box-shadow: none; }
    .ReactTable .rt-thead .rt-th.-sort-desc::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 10px; }
.ReactTable .rt-thead.-header {
  box-shadow: none;
  border-bottom: 1px solid #E4E4E4; }
.ReactTable .rt-tbody .rt-tr:hover .delete-button {
  opacity: 1; }
.ReactTable .rt-tbody .rt-td {
  height: auto;
  padding: 10px;
  border: none; }
.ReactTable .rt-noData {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px; }
.ReactTable .pagination-bottom .-pagination {
  background: #F2F2F2;
  border-top: 1px solid #E4E4E4;
  box-shadow: none;
  height: 30px;
  display: flex;
  align-content: center;}

  .ReactTable .pagination-bottom .-pagination .-previous .-btn,
  .ReactTable .pagination-bottom .-pagination .-next .-btn {
    padding: 0; }

.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0; }
.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: 0;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer; }
  .react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: black;
    border-radius: 5px 5px 0 0; }
  .react-tabs__tab--disabled {
    color: GrayText;
    cursor: default; }
  .react-tabs__tab:focus {
    box-shadow: 0 0 5px #0188fe;
    border-color: #0188fe;
    outline: none; }
    .react-tabs__tab:focus:after {
      content: "";
      position: absolute;
      height: 5px;
      left: -4px;
      right: -4px;
      bottom: -5px;
      background: #fff; }
.react-tabs__tab-panel {
  display: none; }
  .react-tabs__tab-panel--selected {
    display: block; }

.react-tabs-cta {
  height: 100%; }
  .react-tabs-cta .react-tabs__tab-list {
    width: 50%;
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0; }
    .react-tabs-cta .react-tabs__tab-list .react-tabs__tab {
      list-style: none;
      padding: 15px 12px;
      cursor: pointer;
      width: 100%;
      font-family: "PT Sans Regular", "Arial", sans-serif;
      font-size: 13px; }
      .react-tabs-cta .react-tabs__tab-list .react-tabs__tab:hover {
        background-color: #EEE;
        border-color: #eee; }
      .react-tabs-cta .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected {
        font-weight: bold;
        background: url("") no-repeat right #fff;
        border-left: 3px solid red;
        border-radius: 0;
        border-bottom: none;
        border-right: none;
        border-top: none; }
        .react-tabs-cta .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected:focus {
          box-shadow: none; }
          .react-tabs-cta .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected:focus::after {
            background: none;
            bottom: auto;
            left: auto;
            right: 0;
            height: auto; }
  .react-tabs-cta .react-tabs__tab-panel {
    display: none; }
    .react-tabs-cta .react-tabs__tab-panel.react-tabs__tab-panel--selected {
      width: 50%;
      float: right;
      display: block;
      background: white;
      padding: 0 20px;
      height: 100%; }
    .react-tabs-cta .react-tabs__tab-panel span {
      display: block;
      padding: 7px 0;
      width: 100%;
      float: left;
      border-bottom: 1pt solid #ccc; }
      .react-tabs-cta .react-tabs__tab-panel span:last-child {
        border-bottom: 0px solid transparent; }
      .react-tabs-cta .react-tabs__tab-panel span a {
        color: #404040;
        font-family: "PT Sans Regular", "Arial", sans-serif;
        font-size: 10pt;
        font-weight: 400;
        float: left;
        padding: 5.25pt 0pt 4.5pt 0pt;
        cursor: pointer; }

.consent-overview .react-tabs .react-tabs__tab-list .react-tabs__tab::after {
  content: "\00A0";
  position: absolute;
  right: 0;
  border-right: 1px solid #ccc;
  top: 5px; }

.consent-overview .four-tabs .react-tabs .react-tabs__tab-list .react-tabs__tab::after {
  height: 45px; }

.react-tabs .react-tabs__tab-list {
  border-bottom: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #f2f2f2;
  padding: 0px; }
  .react-tabs .react-tabs__tab-list .react-tabs__tab {
    background: none;
    border: none;
    color: #999;
    flex-grow: 1;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab:after {
      min-height: 60%;
      content: "";
      position: absolute;
      display: block;
      top: 20%;
      bottom: 20%;
      right: 0;
      border-right: 1px solid #ccc; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      border-bottom: 2px solid red;
      color: #333;
      font-weight: bold; }
      .react-tabs .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected:focus {
        box-shadow: none; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab:last-child::after {
      border-right: none; }
    .react-tabs .react-tabs__tab-list .react-tabs__tab:focus {
      box-shadow: none; }
      .react-tabs .react-tabs__tab-list .react-tabs__tab:focus::after {
        background: none;
        bottom: auto;
        left: auto;
        right: 0;
        height: auto; }
.react-tabs .react-tabs__tab-panel--selected {
  padding: 15px; }

.react-tabs-three .react-tabs__tab-list .react-tabs__tab {
  width: 33%; }

.react-tabs-communication .react-tabs__tab {
  width: 118px; }

.react-tabs-padding {
  padding-left: 573px; }

.react-new-message-button {
  margin-bottom: 10px;
  margin-right: 10px; }

.ReactModal__Overlay .ReactModal__Content.modal-size-small {
  max-width: 580px; }
.ReactModal__Overlay .ReactModal__Content.modal-size-medium {
  max-width: 768px; }
.ReactModal__Overlay .ReactModal__Content.modal-size-med-large {
  max-width: 830px; }
.ReactModal__Overlay .ReactModal__Content.modal-size-large {
  max-width: 900px; }
.ReactModal__Overlay .ReactModal__Content.signature-folder-modal {
  max-width: 520px; }
.ReactModal__Overlay .ReactModal__Content.modal-size-xlarge {
  max-width: 980px; }

.rw-btn,
.rw-input-reset,
.rw-input,
.rw-filter-input {
  color: inherit;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background: none;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.rw-btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

select.rw-input, select.rw-filter-input {
  text-transform: none; }

html input[type="button"].rw-input, html input[type="button"].rw-filter-input {
  -webkit-appearance: button;
  cursor: pointer; }

textarea.rw-input, textarea.rw-filter-input {
  overflow: auto;
  resize: vertical; }

button[disabled].rw-input, button[disabled].rw-filter-input,
fieldset[disabled] .rw-input,
fieldset[disabled] .rw-filter-input,
html input[disabled].rw-input,
html input[disabled].rw-filter-input {
  cursor: not-allowed; }

button.rw-input::-moz-focus-inner, button.rw-filter-input::-moz-focus-inner,
input.rw-input::-moz-focus-inner,
input.rw-filter-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.label-over-input {
  position: absolute;
  top: 45px;
  right: 14px;
  font-weight: normal;
  text-transform: lowercase !important; }


.clearfixBoth {
  *zoom: 1; }
  .clearfixBoth:before, .clearfixBoth:after {
    display: table;
    content: "";
    clear: both;
    line-height: 0; }

.text-danger {
  color: #CF3524; }

input.placeholder-italic::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input.placeholder-italic:-ms-input-placeholder {
  color: #999;
  font-style: italic; }
input.placeholder-italic::-webkit-input-placeholder {
  color: #999;
  font-style: italic; }

.unreadMessages {
  font-weight: bold; }

.deletedMessages {
  color: rgba(0, 0, 0, 0.3); }

.vertical-centering-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }

.text-ellipsis__120 {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-right {
  text-align: right; }

.whiteSpace-normal {
  white-space: normal; }

.overflow-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.isFlex {
  display: flex; }

.iframe_cover {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.react-modal-wrapper .pfm-settings-tooltip, .react-framework .pfm-settings-tooltip {
  font-weight: normal;
  text-transform: none; }
.react-modal-wrapper .pfm-settings-cursor, .react-framework .pfm-settings-cursor {
  cursor: pointer; }
.react-modal-wrapper .general-setting-box-marketing, .react-framework .general-setting-box-marketing {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px; }
  .react-modal-wrapper .general-setting-box-marketing .formular-row-spacing .show-more-button, .react-framework .general-setting-box-marketing .formular-row-spacing .show-more-button {
    padding-right: 5px;
    padding-left: 5px; }
    .react-modal-wrapper .general-setting-box-marketing .formular-row-spacing .show-more-button i, .react-framework .general-setting-box-marketing .formular-row-spacing .show-more-button i {
      padding-right: 5px; }
  .react-modal-wrapper .general-setting-box-marketing .marketing-checked-field .dijitButtonNode, .react-framework .general-setting-box-marketing .marketing-checked-field .dijitButtonNode {
    height: 31px; }
.react-modal-wrapper fieldset, .react-framework fieldset {
  margin: 24px 0 10px;
  padding: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none; }
  .react-modal-wrapper fieldset:first-child, .react-framework fieldset:first-child {
    margin: 26px 0 0; }
.react-modal-wrapper legend, .react-framework legend {
  font-size: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  margin-bottom: 16px; }
.react-modal-wrapper label, .react-framework label {
  font-size: 18px;
  color: var(--multi-tenant-color-brand-opposite);
  font-weight: 400;
  margin-bottom: 2px; }
.react-modal-wrapper .subtitle {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}

.react-modal-wrapper .uds__radio__container label {
  margin-bottom: 0;
}
  .react-modal-wrapper label.label-tall, .react-framework label.label-tall {
    display: flex;
    align-items: center;
    font-weight: normal;
    height: 40px;
    margin-bottom: 10px; }
  .react-modal-wrapper label.lower-case, .react-framework label.lower-case {
    text-transform: lowercase; }
  .react-modal-wrapper label.text-default, .react-framework label.text-default {
    text-transform: none;
    font-weight: normal; }
.react-modal-wrapper .general-setting label, .react-framework .general-setting label {
  font-weight: normal; }
.react-modal-wrapper .padded-wrapper_10, .react-framework .padded-wrapper_10 {
  padding: 10px; }
  .react-modal-wrapper .padded-wrapper_10:after, .react-framework .padded-wrapper_10:after {
    clear: both; }
.react-modal-wrapper .padded-wrapper_5, .react-framework .padded-wrapper_5 {
  padding: 5px; }
  .react-modal-wrapper .padded-wrapper_5:after, .react-framework .padded-wrapper_5:after {
    clear: both; }
.react-modal-wrapper .padded-wrapper_15, .react-framework .padded-wrapper_15 {
  padding: 15px; }
  .react-modal-wrapper .padded-wrapper_15:after, .react-framework .padded-wrapper_15:after {
    clear: both; }

.mb_10 {
  margin-bottom: 10px; }
.mb_20 {
  margin-bottom: 20px; }

.mr_10 {
  margin-right: 10px; }
.mr_20 {
  margin-right: 20px; }
.mr_30 {
  margin-right: 30px; }

.mt_10 {
  margin-right: 10px; }
.mt_20 {
  margin-right: 20px; }
.mt_25 {
  margin-right: 20px; }
.mt_30 {
  margin-right: 30px; }

#additionalReferenceSectionId .fa-search, .budget-payment-details .fa-search {
  line-height: 40px; }

.social-links .social {
  font-size: 20px; }

.basic-balance {
  display: inline-block; }
  .basic-balance.custom .basic-balance__integer {
    font-size: 120%;
    font-weight: bold; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.DayPicker-Footer {
  background-color: white; }

.react-modal-wrapper .numberFormat, .react-framework .numberFormat {
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: #ccc 1px solid;
}
.react-modal-wrapper fieldset .numberFormat:last-child, .react-framework fieldset .numberFormat:last-child {
  margin-bottom: 0; }
.react-modal-wrapper fieldset .flex-row:last-child .numberFormat, .react-framework fieldset .flex-row:last-child .numberFormat {
  margin-bottom: 0; }

#page-content .calculator-sentence .react-custom-number.error {
  background-color: transparent; }

.react-modal-wrapper .show-hide__action-wrapper, .react-framework .show-hide__action-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end; }
  .react-modal-wrapper .show-hide__action-wrapper.bordered, .react-framework .show-hide__action-wrapper.bordered {
    border: 1px solid #dedede; }
    .react-modal-wrapper .show-hide__action-wrapper.bordered .show-hide__action, .react-framework .show-hide__action-wrapper.bordered .show-hide__action {
      width: 100%;
      justify-content: flex-end; }
.react-modal-wrapper .show-hide__action, .react-framework .show-hide__action {
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: transparent;
  border: none; }
  .react-modal-wrapper .show-hide__action span, .react-framework .show-hide__action span {
    margin-right: 10px; }
.react-modal-wrapper .show-hide .collapse_content, .react-framework .show-hide .collapse_content {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  height: 100%; }
  .react-modal-wrapper .show-hide .collapse_content .details-column, .react-framework .show-hide .collapse_content .details-column {
    min-height: 207px; }
    .react-modal-wrapper .show-hide .collapse_content .details-column .span-label, .react-framework .show-hide .collapse_content .details-column .span-label {
      font-size: 13px;
      font-weight: bold; }

.react-table-wrapper .ReactTable .rt-tbody .rt-td {
  height: auto;
  min-height: 40px; }
.react-table-wrapper .rt-tr-group .expandable-info {
  margin-left: 100px;
  padding: 20px 0; }
  .react-table-wrapper .rt-tr-group .expandable-info .detail-label {
    margin-top: 10px; }
  .react-table-wrapper .rt-tr-group .expandable-info .detail-value {
    overflow: hidden;
    word-break: break-word; }
  .react-table-wrapper .rt-tr-group .expandable-info .wrap-value {
    overflow: auto;
    word-wrap: break-word; }
.react-table-wrapper .rt-tr-group .expandable-info-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 20px 20px 0 20px;
  padding: 10px 0;
  overflow: hidden; }

.ReactTable .-pagination input {
  padding: 4px 7px; }

.ReactTable .rt-thead .rt-th {
  font-weight: bold; }
  .ReactTable .rt-thead .rt-th.noBoldHeader {
    font-weight: normal; }

.noBoldHeader .rt-thead .rt-th {
  font-weight: normal; }
  .noBoldHeader .rt-thead .rt-th:after {
    font-weight: bold; }

.ReactTable .rt-thead .-sort-desc.rt-th::after, .ReactTable .rt-thead .-sort-asc.rt-th::after {
  top: 38%; }

.third-level-container {
  position: relative; }

.budgets-plan-table {
  position: static; }

.transactionsGrid {
   }
  .transactionsGrid.general-transactions-grid .rt-tbody .rt-tr-group {
    border-left: 2px solid transparent; }
  .transactionsGrid.budget-plan-grid .transactionDetailsExpanded {
    padding-left: 30px;
    width: 50%;
    min-height: 260px; }
  .transactionsGrid.budget-plan-grid .split-area {
    width: 50%;
    margin-left: -1px; }
  .transactionsGrid .font_normal {
    font-weight: normal; }

.transactionsGrid.general-transactions-grid.banking-1 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #0274bf; }

.transactionsGrid.banking-1 .rt-tbody .rt-tr-group:hover {
  border-left-color: #0274bf; }

.transactionsGrid.general-transactions-grid.banking-2 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #444d8a; }

.transactionsGrid.banking-2 .rt-tbody .rt-tr-group:hover {
  border-left-color: #444d8a; }

.transactionsGrid.general-transactions-grid.banking-3 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #516986; }

.transactionsGrid.banking-3 .rt-tbody .rt-tr-group:hover {
  border-left-color: #516986; }

.transactionsGrid.general-transactions-grid.banking-4 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #395ab0; }

.transactionsGrid.banking-4 .rt-tbody .rt-tr-group:hover {
  border-left-color: #395ab0; }

.transactionsGrid.general-transactions-grid.banking-5 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #2d468a; }

.transactionsGrid.banking-5 .rt-tbody .rt-tr-group:hover {
  border-left-color: #2d468a; }

.transactionsGrid.general-transactions-grid.banking-6 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #42556c; }

.transactionsGrid.banking-6 .rt-tbody .rt-tr-group:hover {
  border-left-color: #42556c; }

.transactionsGrid.general-transactions-grid.borrow-1 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #bb1166; }

.transactionsGrid.borrow-1 .rt-tbody .rt-tr-group:hover {
  border-left-color: #bb1166; }

.transactionsGrid.general-transactions-grid.borrow-2 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #8a0018; }

.transactionsGrid.borrow-2 .rt-tbody .rt-tr-group:hover {
  border-left-color: #8a0018; }

.transactionsGrid.general-transactions-grid.borrow-3 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #7d3358; }

.transactionsGrid.borrow-3 .rt-tbody .rt-tr-group:hover {
  border-left-color: #7d3358; }

.transactionsGrid.general-transactions-grid.borrow-4 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #bf1b3d; }

.transactionsGrid.borrow-4 .rt-tbody .rt-tr-group:hover {
  border-left-color: #bf1b3d; }

.transactionsGrid.general-transactions-grid.borrow-5 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #9b1530; }

.transactionsGrid.borrow-5 .rt-tbody .rt-tr-group:hover {
  border-left-color: #9b1530; }

.transactionsGrid.general-transactions-grid.borrow-6 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #7d3358; }

.transactionsGrid.borrow-6 .rt-tbody .rt-tr-group:hover {
  border-left-color: #7d3358; }

.transactionsGrid.general-transactions-grid.investing-1 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #0ea185; }

.transactionsGrid.investing-1 .rt-tbody .rt-tr-group:hover {
  border-left-color: #0ea185; }

.transactionsGrid.general-transactions-grid.investing-2 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #248a39; }

.transactionsGrid.investing-2 .rt-tbody .rt-tr-group:hover {
  border-left-color: #248a39; }

.transactionsGrid.general-transactions-grid.investing-3 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #007d77; }

.transactionsGrid.investing-3 .rt-tbody .rt-tr-group:hover {
  border-left-color: #007d77; }

.transactionsGrid.general-transactions-grid.investing-4 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #7ab33a; }

.transactionsGrid.investing-4 .rt-tbody .rt-tr-group:hover {
  border-left-color: #7ab33a; }

.transactionsGrid.general-transactions-grid.investing-5 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #5e8a2d; }

.transactionsGrid.investing-5 .rt-tbody .rt-tr-group:hover {
  border-left-color: #5e8a2d; }

.transactionsGrid.general-transactions-grid.investing-6 .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #005b57; }

.transactionsGrid.investing-6 .rt-tbody .rt-tr-group:hover {
  border-left-color: #005b57; }

.bordered-table .rt-tbody .expandable-info-wrapper, .sto-listing-table .rt-tbody .expandable-info-wrapper, .pp-listing-table .rt-tbody .expandable-info-wrapper, .dd-listing-table .rt-tbody .expandable-info-wrapper, .securities-listing-table .rt-tbody .expandable-info-wrapper, .my-securities-table .rt-tbody .expandable-info-wrapper, .messages-listing-table .rt-tbody .expandable-info-wrapper, .budgets-plan-table .rt-tbody .expandable-info-wrapper {
  background-color: #EFEFEF; }
.bordered-table .rt-tbody .rt-tr-group, .sto-listing-table .rt-tbody .rt-tr-group, .pp-listing-table .rt-tbody .rt-tr-group, .dd-listing-table .rt-tbody .rt-tr-group, .securities-listing-table .rt-tbody .rt-tr-group, .my-securities-table .rt-tbody .rt-tr-group, .messages-listing-table .rt-tbody .rt-tr-group, .budgets-plan-table .rt-tbody .rt-tr-group {
  border-left: 2px solid transparent; }
.bordered-table .rt-tbody .rt-tr-group.left-bordered, .sto-listing-table .rt-tbody .rt-tr-group.left-bordered, .pp-listing-table .rt-tbody .rt-tr-group.left-bordered, .dd-listing-table .rt-tbody .rt-tr-group.left-bordered, .securities-listing-table .rt-tbody .rt-tr-group.left-bordered, .my-securities-table .rt-tbody .rt-tr-group.left-bordered, .messages-listing-table .rt-tbody .rt-tr-group.left-bordered, .budgets-plan-table .rt-tbody .rt-tr-group.left-bordered {
  border-left-color: #42556c; }
.bordered-table .rt-tbody .rt-tr-group:hover, .sto-listing-table .rt-tbody .rt-tr-group:hover, .pp-listing-table .rt-tbody .rt-tr-group:hover, .dd-listing-table .rt-tbody .rt-tr-group:hover, .securities-listing-table .rt-tbody .rt-tr-group:hover, .my-securities-table .rt-tbody .rt-tr-group:hover, .messages-listing-table .rt-tbody .rt-tr-group:hover, .budgets-plan-table .rt-tbody .rt-tr-group:hover {
  cursor: pointer;
  background-color: rgba(200, 200, 200, 0.1);
  border-left-color: #42556c; }

.pointer-table-row .rt-tbody .rt-tr:hover {
  cursor: pointer; }

.react-modal-wrapper .textbox-basic, .react-framework .textbox-basic {
  margin-bottom: 10px; }
  .react-modal-wrapper .textbox-basic input::-moz-placeholder, .react-framework .textbox-basic input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: italic; }
  .react-modal-wrapper .textbox-basic input:-ms-input-placeholder, .react-framework .textbox-basic input:-ms-input-placeholder {
    color: #999;
    font-style: italic; }
  .react-modal-wrapper .textbox-basic input::-webkit-input-placeholder, .react-framework .textbox-basic input::-webkit-input-placeholder {
    color: #999;
    font-style: italic; }

.pcs {
  position: absolute;
  top: 50%;
  right: 20px; }

.react-modal-wrapper fieldset.basicSignatureEntry {
  padding: 0; }

.signature-total {
  margin: 20px 0;
  background-color: #f5f5f5;
  padding: 10px; }
  .signature-total .flex-row {
    margin-bottom: 10px; }
  .signature-total span.pull-right, .signature-total .basic-balance {
    font-size: 12px; }

.signature-sms-otp {
  display: flex;
  align-items: flex-start;
  padding: 24px 10px;
  background: var(--multi-tenant-color-primary-alter); }
.signature-sms-otp .react-custom-textbox input {
  height: 50px; }
.signature-sms-otp .react-custom-textbox.error .error-msg {
  position: absolute; }

  .signature-sms-otp button {
    border-radius: 0; }
  .signature-sms-otp > button, .signature-sms-otp div[class*=react-inputs-validation__textbox__wrapper] {
    margin-bottom: 0; }
  .signature-sms-otp > div[class*=react-inputs-validation__textbox__wrapper] {
    margin-left: 10px;
    margin-right: 10px; }
  .signature-sms-otp .right-buttons {
    margin-left: auto; }
    .signature-sms-otp .right-buttons button {
      margin-left: 5px; }
  .signature-sms-otp__code-wrapper {
    margin-left: 10px;
    width: 180px;
    display: flex;
    position: relative;
  }
  .signature-sms-otp__code-prefix {
    max-width: 120px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 40px;
    width: 50px;
    color: white; }
  .signature-sms-otp .react-custom-textbox {
    margin-bottom: 0; }
  .signature-sms-otp .react-custom-textbox.disabled input {
    background-color: #d6d1d1; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #121515; }

.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #121515;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.rc-slider-handle:hover {
  border-color: #121515; }

.rc-slider-handle:active {
  border-color: #121515;
  box-shadow: 0 0 5px #666c6f;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-handle:focus {
  border-color: #121515;
  box-shadow: 0 0 0 5px #121515;
  outline: none; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

.split-area-react {
  float: left;
  width: 49%;
  margin-left: -8px;
  padding: 10px 0; }
  .budget-plan-grid .split-area-react {
    width: 50%;
    margin-left: -1px; }
  .split-area-react__splitBtnContainer {
    position: relative;
    background-color: #ffffff;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px; }
  .split-area-react__splitBtnLink {
    display: flex;
    width: 100%;
    align-items: center; }
    .split-area-react__splitBtnLink:hover {
      text-decoration: none; }
  .split-area-react__splitBtnIcon {
    color: #247C8A;
    text-align: center;
    font-size: 24px;
    border: 1px solid rgba(36, 124, 138, 0.3) !important;
    border-radius: 100%;
    padding: 3px;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    margin-right: 15px; }
  .split-area-react__splitBtnText {
    font-weight: bold;
    color: black; }
  .split-area-react__splitBtnBar {
    position: absolute;
    background-color: #DEDEDE;
    height: 62px;
    top: -45px;
    left: 25px;
    width: 1px;
    z-index: 0; }
    .split-area-react__splitBtnContainer:first-child .split-area-react__splitBtnBar {
      top: -30px;
      height: 47px; }

.split-item {
  background-color: #ffffff;
  height: 100px;
  padding: 0 10px;
  margin-bottom: 10px; }
  .split-item__relativeContainer {
    position: relative; }
  .split-item__deleteBtn {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .split-item__bar {
    position: absolute;
    background-color: #DEDEDE;
    height: 78px;
    top: -46px;
    left: 15px;
    width: 1px;
    z-index: 0; }
    .split-item:first-child .split-item__bar {
      height: 63px;
      top: -31px; }
  .split-item__content {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%; }
  .split-item__iconContainer {
    margin-right: 3px; }
  .split-item__icon.fromBudgets {
    display: inline-block;
    border-radius: 100%;
    padding: 3px;
    width: 30px;
    height: 30px; }
  .split-item__textContainer {
    margin-right: 5px; }
  .split-item__textCategory {
    font-weight: bold; }
  .split-item__amountContainer {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px; }
    .split-item__amountContainer input[placeholder]:-ms-input-placeholder, .split-item__amountContainer input:-ms-input-placeholder {
      letter-spacing: 0.12em; }
    .split-item__amountContainer.fromBudgets {
      margin-right: 0; }
  .split-item__amount {
    width: 120px; }
    .split-item__amount input {
      width: 100%;
      padding: 8px;
      font-size: 14px;
      text-align: right; }
  .split-item__currency {
    margin-left: 10px; }

.general-transactions-grid .split-item__amount input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
.general-transactions-grid .split-item__amount input:-ms-input-placeholder {
  color: #999;
  font-style: italic; }
.general-transactions-grid .split-item__amount input::-webkit-input-placeholder {
  color: #999;
  font-style: italic; }
.general-transactions-grid .split-item__amount input[disabled] {
  background-color: transparent;
  border: none; }

.filter-search__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter-search__wrapper label {
    text-transform: lowercase;
    margin: 0;
    line-height: 1.05; }
  .filter-search__wrapper .filterFooter {
    padding: 0;
    display: flex;
    align-items: center; }
  .filter-search__wrapper .clearSearch {
    line-height: 1.05; }

.clearSearch:hover {
  cursor: pointer; }
.clearSearch:focus-visible{
  outline:2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}

.extended-filter__sm-col {
  width: 10%; }
.extended-filter__md-col {
  width: 15%; }
.extended-filter__lg-col {
  width: 20%; }
.extended-filter__xl-col {
  width: 30%; }
.extended-filter__dateFrom {
  width: 11%;
  flex-grow: 0;
  }
.extended-filter__dateTo {
  width: 11%;
  flex-grow: 0;
}
.extended-filter__clients {
  width: 18%;
  flex-grow: 0;
  }
.extended-filter__accounts {
  width: 23%;
  flex-grow: 0;
  }
.extended-filter__categories {
  width: 20%;
  flex-grow: 0;
   }
.extended-filter__actions {
  flex-grow: 1; }


.transaction-filters__footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px; }
.transaction-filters__clearSearch {
  margin-right: 8px;
  color: #666666;
  cursor: pointer; }
  .transaction-filters__clearSearch:hover {
    text-decoration: underline; }

.transaction-filters__clearSearch:focus-visible{
  outline: 2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}

.securitiesLevelThree .rt-th:first-child {
  padding: 3px; }
  .securitiesLevelThree .rt-th:first-child > div {
    width: 100%; }
.securitiesLevelThree .transaction-filters__footer {
  margin-top: 25px; }

.transaction-header__main {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5px;
  background-color: #F2F2F2;
  color: #808080; }
  .transaction-header__main .print_statement, .transaction-header__main .generate-pdf {
    font-size: 15px;
    color: #808080;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .transaction-header__main .print_statement:hover, .transaction-header__main .generate-pdf:hover {
      text-decoration: none;
      color: #606060; }
    .transaction-header__main .print_statement .fa, .transaction-header__main .generate-pdf .fa {
      font-size: 18px;
      margin-left: 5px; }
.transaction-header__search {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  background-color: #F5F5F5;
  margin-top: 10px; }

.goal-optimize-component .flex-row {
  align-items: center;
  padding: 20px 5px; }
.goal-optimize-component .numberFormat {
  text-align: right; }
.goal-optimize-component .react-custom-number {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .statisticalPopupContainerStyle .statisticalCode .react-custom-combobox .rw-combobox .rw-popup-container {
    width: 625px; } }
input[required] {
  box-shadow: none; }

.pendingPaymentsListingFooterMsg {
  width: 100%;
  height: auto;
  color: var(--multi-tenant-color-fore);
  background-color: var(--multi-tenant-color-primary-alter);
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
  padding: 10px; }

.pendingPaymentsListingFooterMsg > span{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.direct-debit-button-group{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.pendingPaymentsListingFooterMsg > span * {
  color: var(--multi-tenant-color-fore);
}

.createTermNotificationRadioBoxItem label {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: unset; }

.newMessageAttachments label.pull-left {
  text-transform: capitalize;
  font-size: 14px;
  color: #333; }

.newMessageAttachments label.pull-left span {
  margin-left: 5px;
  color: #35a000;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px; }

.newMessageAttachments label.pull-left input[type="file"] {
  display: none;
  position: relative;
  padding: 0 25px 0 10px; }

.newMessageAttachments div.dojoxUploaderFileName {
  margin: 0 12px 12px 0;
  position: relative; }

.newMessageAttachments div.dojoxUploaderFileName a.communication-remove-attachment {
  position: absolute;
  right: 7px;
  font-size: 14px;
  text-decoration: none; }

.newMessageAttachments div.errorMsg {
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #eed4d8;
  font-size: 14px;
  font-weight: 400;
  background-color: #f2dede;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #b94a48; }

.trasnsactionGridFooterBtns {
  cursor: pointer; }
  .trasnsactionGridFooterBtns.downloadBtns {
    font-weight: bold;
    text-decoration: underline; }

.shrinked40 {
  overflow: hidden;
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap; }

.noMirror {
  -webkit-transform: rotate(-180deg) scaleX(-1);
  -moz-transform: rotate(-180deg) scaleX(-1);
  -ms-transform: rotate(-180deg) scaleX(-1);
  -o-transform: rotate(-180deg) scaleX(-1);
  transform: rotate(-180deg) scaleX(-1); }
  .noMirror label {
    text-transform: capitalize; }

.csr-banner.transactions-banner.active {
  margin: 20px 0;
  color: #000; }

.account-package-selector * {
  font-family: Unicredit,"PT Sans Regular", PT Sans Medium, Arial, sans-serif; }

.account-package-selector .react-product-calculator__main-wrapper {
  padding: 0;
   }
  .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row {
     }
    .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation {
      position: relative;
      text-align: center;
      padding: 30px 40px 20px; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation .main {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        padding-bottom: 20px; }
        .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation .main h2 {
          display: inline-block;
          color: white;
          text-align: right;
          text-transform: uppercase;
          margin: 30px 0 0;
          font-size: 33px;
          line-height: 55px;
          letter-spacing: 7px;
          vertical-align: top; }
          .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation .main h2 span {
            display: block;
            font-size: 65px; }
        .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation .main a.more-details {
          position: absolute;
          bottom: 0;
          right: 8px;
          font-size: 16px;
          text-decoration: underline;
          color: #333333; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation img.package {
        display: inline-block;
        vertical-align: top;
        border: 0; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation div.amounts {
        position: relative;
        display: inline-block;
        margin: 85px 0 0 10px;
        vertical-align: top;
        line-height: 18px; }
        .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation div.amounts span.amount {
          display: inline-block;
          color: #333333;
          font-size: 120px; }
          .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .presentation div.amounts span.amount span.currency {
            display: inline-block;
            font-size: 20px;
            vertical-align: top;
            margin: -30px 0 0 0; }
    .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator {
      width: 100%; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator .separatorLeft {
        border-top: 1px solid white;
        width: calc((100% - 150px) / 2);
        display: inline-block;
        margin-right: 10px; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator .separatorText {
        width: 130px;
        color: white;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.7px;
        text-transform: uppercase; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator .separatorRight {
        border-top: 1px solid white;
        width: calc((100% - 150px) / 2);
        display: inline-block;
        margin-left: 10px; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator .leftLine, .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator .rightLine {
        transition: width 0.3s ease;
        height: 1px;
        background-color: white; }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .separator .arrow {
        border-right: 1px solid white;
        border-top: 1px solid white;
        min-width: 10px;
        max-width: 10px;
        min-height: 10px;
        max-height: 10px;
        margin: 1px;
        transform: rotate(-45deg); }
    .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .comparator-carousel {
      position: relative;
      overflow: hidden;
      padding: 10px 0;
      
       }
      .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .comparator-carousel ul {
        overflow: hidden;
        padding: 0;
        margin: 0;
        height: inherit; }
        .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .comparator-carousel ul li:hover {
          color: white; }
        .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .comparator-carousel ul li.selected {
          color: white; }
        .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .comparator-carousel ul li {
          float: left;
          list-style-type: none;
          text-align: center;
          opacity: 0.7;
          display: list-item;
          cursor: pointer; }
          .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .comparator-carousel ul li div {
            display: block;
            width: 75px;
            height: 50px;
            line-height: 18px;
            margin: 0 auto; }
    .account-package-selector .react-product-calculator__main-wrapper .react-product-calculator__container .container .row .features .active-info {
      width: 100%;
      height: 70px;
      color: white;
      padding: 0;
      user-select: text;
      line-height: 18px; }
.account-package-selector .react-product-calculator__middle {
  background-color: white; }
  .account-package-selector .react-product-calculator__middle .container {
    width: auto;
    max-width: 1180px;
    padding: 0 50px; }
    .account-package-selector .react-product-calculator__middle .container .title {
      height: 80px;
      text-align: center; }
      .account-package-selector .react-product-calculator__middle .container .title p {
        font-size: 14px;
        line-height: 80px;
        letter-spacing: 0.4px;
        color: #A6A6A6;
        text-transform: uppercase;
        vertical-align: middle;
        margin: 0 0 10px; }
    .account-package-selector .react-product-calculator__middle .container .applyBtn button {
      width: 100%;
      font-size: 13px;
      line-height: 40px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #12396E;
      color: white;
      border: 1px solid #12396E;
      padding: 0;
      border-radius: 2px;
      outline: none;
      cursor: pointer;
      font: inherit; }
    .account-package-selector .react-product-calculator__middle .container .applyBtn button:hover {
      color: #12396E;
      background-color: white; }
  .account-package-selector .react-product-calculator__middle .account-package-selector-container {
    background-color: #F2F2F2;
    padding: 20px 10px 0 10px; }

.react-product-calculator__middle container * {
  font-family: Unicredit,"PT Sans Regular", PT Sans Medium, Arial, sans-serif; }

.react-product-calculator__middle .container {
  width: auto;
  max-width: 1180px;
  padding: 0 50px; }
  .react-product-calculator__middle .container .title {
    height: 80px; }
  .react-product-calculator__middle .container .title:hover {
    cursor: pointer;
    background-color: #F2F2F2; }
  .react-product-calculator__middle .container .title p:after {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    content: ' ';
    border-right: 2px solid black;
    border-bottom: 2px solid black; }

.react-product-calculator__container .container * {
  font-family: Unicredit,"PT Sans Regular", PT Sans Medium, Arial, sans-serif; }
.react-product-calculator__container .container .features .comparator-carousel ul li span:before {
  content: '';
  display: block;
  width: 75px;
  height: 50px;
  margin: 0 auto;
  background: url("") no-repeat 0 0 transparent; }
.react-product-calculator__container .container .features .comparator-carousel ul li li.selected, .react-product-calculator__container .container .features .comparator-carousel ul li li:hover {
  color: white; }

.account-package-products-list .recap {
  top: 0; }
  .account-package-products-list .recap div.package-details {
    height: 60px; }
  .account-package-products-list .recap span.name {
    float: left;
    vertical-align: middle;
    line-height: 60px; }
  .account-package-products-list .recap span.currency, .account-package-products-list .recap span.amount {
    float: right;
    vertical-align: middle;
    line-height: 60px; }
  .account-package-products-list .recap ul.features-list {
    width: 100%;
    display: inline-block; }
    .account-package-products-list .recap ul.features-list li {
      list-style-type: none;
      height: 30px; }
      .account-package-products-list .recap ul.features-list li span.featureCurrency, .account-package-products-list .recap ul.features-list li span.featureAmount {
        float: right; }
  .account-package-products-list .recap div.total-amount {
    margin-bottom: 20px; }
    .account-package-products-list .recap div.total-amount p {
      font-size: 18px;
      height: 60px;
      line-height: 60px;
      vertical-align: middle; }

.account-package-selector-container * {
  font-family: Unicredit,"PT Sans Regular", PT Sans Medium, Arial, sans-serif; }

.account-package-selector-container .product-card-container * {
  font-family: Unicredit,"PT Sans Regular", PT Sans Medium, Arial, sans-serif; }
.account-package-selector-container .product-card-container {
  background-color: transparent;
  text-align: center;
  height: 246px;
  display: inline-block;
  margin-bottom: 20px; }
.account-package-selector-container .productCardWrapper:hover .add-remove {
  text-decoration: underline; }
.account-package-selector-container .productCardWrapper {
  border: 2px solid #D4D7DF;
  cursor: pointer;
  background-color: white;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .account-package-selector-container .productCardWrapper .comparator-header {
    height: 70px;
    border: 1px solid transparent; }
  .account-package-selector-container .productCardWrapper .comparator-header h2 {
    text-align: center;
    color: #333;
    font-size: 22px;
    line-height: 20px; }
  .account-package-selector-container .productCardWrapper .card-description {
    height: 65px;
    line-height: 15px;
    font-size: 13px;
    color: #999999;
    padding: 0 25px; }
  .account-package-selector-container .productCardWrapper p.amount {
    font-weight: bold;
    color: #054a73; }
    .account-package-selector-container .productCardWrapper p.amount span.currency {
      font-size: 17px; }
    .account-package-selector-container .productCardWrapper p.amount span.amount {
      font-size: 30px; }
    .account-package-selector-container .productCardWrapper p.amount span.cadence {
      font-size: 30px; }
  .account-package-selector-container .productCardWrapper p.add-remove {
    color: #054A73;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none; }
.account-package-selector-container .border-red {
  border: 2px solid #F66445;
  border-radius: 4px; }

.clickable-parent::after{
  content:"";
  display: flex;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  cursor: pointer;

}

.utility-providers {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .utility-providers__item-wrapper {
    position: relative;
    flex: 0 0 20%;
    padding: 0 5px;
    overflow: hidden; }
.utility-providers__item-wrapper:focus-within{
  outline:2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}
  .utility-providers__item {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: white;
    text-align: center;
    overflow: hidden;
    cursor: pointer; }
  .utility-providers__itemImage {
    margin-top: 8px;
    margin-bottom: 8px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .utility-providers__itemSrcImage {
    margin-top: 5px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center; }
  .utility-providers__itemName {
    background-color: transparent;
    border:none;
    padding: 0;
    margin:0;
    color: #CF3524;
    font-size: 12px;
    line-height: 12px; }

.utility-providers__itemImage.allg, .utility-providers__itemImage.alll {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers.medium .utility-providers__item-wrapper {
  flex: 0 0 16.66%; }

.utility-providers.compact_fast_pay .utility-providers__item-wrapper {
  flex: 0 0 25%; }

.utility-providers__itemImage.aqua {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.cezd {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.cezv {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.egrk {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.emod {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.egds {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.emod, .utility-providers__itemImage.egds {
  margin-top: 10px; }

.utility-providers__itemImage.egrs, .utility-providers__itemImage.eong {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.eong {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.oran {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.romt {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.voda {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.zapp, .utility-providers__itemImage.boom {
  width: 40px;
  height: 27px;
  display: block;
  margin: 0px auto; }

.utility-providers__itemImage.g4ss {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.upcs {
  
  
  background: url("");
  width: auto;
  height: 60px;
  margin-top: 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.rcsr {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.dist {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.enel, .utility-providers__itemImage.enem {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.genl, .utility-providers__itemImage.geno {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.hvbi {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.hvbl {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.alic {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.ibsdd {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.nnas {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.asrm {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.utility-providers__itemImage.tnmr {
  background: url("");
  width: auto;
  height: 50px;
  display: block;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center; }

.dup__menu-name {
  font-size: 12px; }

.button-proceed {
  background: #007a91;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  font-size: 13px;
  font-family: "PT Sans Regular", PT Sans Medium, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  float: none; }
  .button-proceed:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24); }
.button-toSign, .button-greenText {
  background-color: transparent;
  border: none;
  color: #007A91!important;
  text-transform: uppercase;
  font-weight: bold; }

.btn-text {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.9em; }
.btn-print {
  background-color: transparent;
  border: none; }
.btn-white {
  background-color: white;
  color: #007A91; }
.btn-underline {
  text-decoration: underline; }
.btn-bordered {
  display: inline-flex;
  height: 40px;
  align-items: center;
  border: 1px solid #35a000;
  background-color: white;
  color: #35a000;
  font-weight: bold;
  border-radius: 3px; }
  .btn-bordered:hover {
    color: #3dba00;
    border-color: #3dba00; }

.exampleImg {
  width: 123px;
  height: 42px;
  -webkit-transform: skew(13deg);
  -moz-transform: skew(13deg);
  -o-transform: skew(13deg);
  background: #323232;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 19;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .exampleImg span {
    -webkit-transform: skew(-13deg);
    -moz-transform: skew(-13deg);
    -o-transform: skew(-13deg);
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 42px;
    display: block; }

.triunghi-mic {
  width: 0;
  height: 0;
  border-top: 11px solid #2A6B7D;
  border-right: 20px solid transparent;
  position: absolute;
  right: -5px;
  top: 42px;
  z-index: 9; }

#return-to-top {
  display: none;
  position: fixed;
  bottom: 70px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  margin-top: -40px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0px;
  z-index: 1; }

#return-to-top:focus-visible{
  outline:2px solid #007a91;
  outline-offset: 2px;
  border-radius: 4px;
}
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.separator {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px; }

.group-date-vertical {
  display: flex;
  align-items: center;
  justify-content: space-evenly; }

.date-vertical {
  display: inline-flex;
  flex-flow: column;
  align-items: center; }
  .date-vertical .month {
    text-transform: uppercase; }

.orange-note {
  position: relative;
  color: #c0620e;
  font-weight: bold; }
  .orange-note__title {
    position: absolute;
    bottom: 100%;
    left: 0; }
  .orange-note__content {
    font-size: 90%; }

.category-icon-transaction-class {
  display: inline-block; }

.react-product-calculator {
  position: absolute;
  left: 0;
  width: 100%;
  background: transparent radial-gradient(circle farthest-corner at 29.2068% 50%, #24adc1, #296da5 130%) repeat scroll 0% 0%; }
  .react-product-calculator__main-wrapper {
    min-height: 480px;
    padding: 10px 0 40px 0; }
  .react-product-calculator__container {
    margin: 0 auto;
    width: 90%;
    max-width: 970px; }
  .react-product-calculator__results-container {
    padding: 43px 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .react-product-calculator__results-box {
    width: 100%;
    height: auto;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 70px;
    letter-spacing: .8px;
    border-radius: 4px;
    text-align: center;
    padding: 0 4vw;
    box-sizing: border-box; }
    .react-product-calculator__results-box .H3 {
      height: auto !important;
      color: #fff;
      width: 100%;
      font-size: 20px;
      letter-spacing: .8px;
      border-radius: 4px;
      text-align: center;
      margin-bottom: 15px;
      margin-top: 15px;
      line-height: normal;
      box-sizing: border-box;
      font-family: Unicredit, PtSans, Arial, Helvetica, sans-serif; }
  .react-product-calculator__disclaimer {
    background-color: white; }
  .react-product-calculator__disclaimer-text {
    padding: 30px 0;
    font-weight: 400;
    font-size: 18px; }

.calculator-sentence {
  font-family: "Unicredit" , "PTSans";
  font-weight: 300;
  line-height: 27px;
  padding: 0;
  text-align: left;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 3px;
  margin-bottom: -3px; }
  .calculator-sentence .pceField {
    display: inline-block; }
  .calculator-sentence span {
    font-family: "Unicredit" , "PTSans", sans-serif;
    font-size: 27px;
    line-height: 34px;
    color: #caf0fe; }
  .calculator-sentence .rw-popup span {
    color: black;
    font-size: 24px;
    font-weight: normal; }
  .calculator-sentence .rw-popup .rw-state-selected span {
    font-weight: bold; }
  .calculator-sentence .rw-widget-picker {
    height: auto; }

.calculator-btn-area {
  text-align: center; }
  .calculator-btn-area button {
    font-family: PTSans;
    text-transform: uppercase;
    width: 170px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: #22467c;
    font-size: 13px;
    font-weight: bold;
    border: 0;
    border-radius: 4px;
    letter-spacing: 1px;
    padding: 0; }
    .calculator-btn-area button:hover {
      color: #22467c;
      background-color: #fff; }
  .calculator-btn-area hr {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    opacity: .3;
    margin-bottom: 0; }

.calculator-lead-sentence .lead-sentence {
  font-size: 36px !important; }

.calculator-lead-sentence .lead-sentence .rw-widget-input, .calculator-lead-sentence .lead-sentence .rw-filter-input, .calculator-lead-sentence .lead-sentence .rw-filter-input {
  font-size: 36px !important; }

.pceFieldCombobox {
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
  width: 47px;
  margin-bottom: 0; }
  .pceFieldCombobox .rw-widget-input, .pceFieldCombobox .rw-filter-input {
    box-shadow: none;
    font-family: "Unicredit" , "PTSans";
    font-size: 27px;
    font-weight: bold;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0; }
  .pceFieldCombobox .rw-widget-container {
    background-color: transparent;
    border: none; }
  .pceFieldCombobox .rw-popup {
    border: none; }
  .pceFieldCombobox .rw-combobox.rw-widget .rw-list-option {
    margin: 0;
    padding-left: 5px;
    white-space: nowrap; }
    .pceFieldCombobox .rw-combobox.rw-widget .rw-list-option.rw-state-focus, .pceFieldCombobox .rw-combobox.rw-widget .rw-list-option.rw-state-focus {
      border-left: none; }
  .pceFieldCombobox .rw-combobox.rw-widget.rw-state-focus .rw-widget-container {
    border: none; }
  .pceFieldCombobox .rw-widget-picker {
    overflow: auto; }
  .pceFieldCombobox .rw-popup-container {
    min-width: 70px; }

.pceFieldTextbox {
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
  width: 47px;
  margin-bottom: 0;
  border-bottom: 1px solid white;
  background-color: transparent; }

.pceFieldTextbox input, .pceFieldTextbox input:focus {
  box-shadow: none;
  font-family: "Unicredit" , "PTSans";
  font-size: 27px;
  font-weight: bold;
  background-color: transparent;
  color: white !important;
  border: none !important;
  border-bottom: 1px solid white; }

#page-content .pceFieldTextbox.react-custom-textbox.error {
  border: none;
  border-bottom: 1px solid white;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent !important;
  line-height: 1; }

#page-content .pceFieldTextbox.react-custom-textbox.error input {
  border: none;
  outline: none;
  background-color: transparent !important; }

.pceFieldNumberTextbox.react-custom-number input {
  font-family: "Unicredit" , "PTSans", sans-serif;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  color: white;
  text-align: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white; }
  .pceFieldNumberTextbox.react-custom-number input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: italic; }
  .pceFieldNumberTextbox.react-custom-number input:-ms-input-placeholder {
    color: #999;
    font-style: italic; }
  .pceFieldNumberTextbox.react-custom-number input::-webkit-input-placeholder {
    color: #999;
    font-style: italic; }
  .pceFieldNumberTextbox.react-custom-number input:focus {
    border: none;
    border-bottom: 1px solid white; }

#page-content .pceFieldNumberTextbox.react-custom-number.error {
  border: none;
  border-bottom: 1px solid white;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1; }
  #page-content .pceFieldNumberTextbox.react-custom-number.error input {
    border: none;
    outline: none; }

.rpcTable {
  margin: 0 auto;
  max-width: 970px;
  text-align: center; }
  .rpcTable--header {
    display: flex; }
  .rpcTable__header-cell {
    font: 400 21px "PtSansBold";
    padding-top: 8px;
    text-transform: uppercase;
    width: 50%; }
  .rpcTable-wrapper {
    background-color: white; }

.rpcRow {
  display: flex;
  width: 100%; }

.rpcCell-inner {
  border-bottom: 1px solid #dedede;
  width: 87%;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 15px; }

.rpcCell {
  width: 50%;
  display: flex;
  align-items: flex-end; }
  .rpcCell:nth-child(odd) {
    border-right: 1px solid #dedede; }

.rpcLabel {
  margin-bottom: 3px;
  text-transform: uppercase;
  min-height: 23px; }

.rpcValue {
  font-weight: bold;
  font-size: 1.2em;
  min-height: 23px; }

.react-product-calculator__disclaimer {
  background-color: white; }

.react-product-calculator__disclaimer-text {
  padding: 30px 0;
  font-weight: 400;
  font-size: 18px; }


.select-picture {
  font-family: "PT Sans Regular", sans-serif;
  position: relative; }
  .select-picture .intro-group {
    clear: both;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px; }
  .select-picture .intro-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    position: relative; }
  .select-picture .intro-text {
    padding: 0 15px;
    position: relative; }
  .select-picture .footer-content {
    padding: 0 15px;
    padding-bottom: 15px;
    position: relative; }
  .select-picture .security-picture-carousel {
    clear: both;
    width: 100%;
    background: #F5F5F5;
    overflow: hidden;
    height: 320px;
    position: relative; }
    .select-picture .security-picture-carousel .security-picture-carousel-container {
      clear: both;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
    }
.select-picture .security-picture-carousel .security-picture-carousel-container .prevBtn:focus-visible svg,
.select-picture .security-picture-carousel .security-picture-carousel-container .nextBtn:focus-visible svg{
  outline: 2px solid #007a91;
  outline-offset: 2px;
  border-radius: 4px;
}
    .select-picture .security-picture-carousel .select-picture-btn-wrapper {
      clear: both;
      position: relative;
      width: 100%;
      text-align: center;
      top: 30px; }
      .select-picture .security-picture-carousel .select-picture-btn-wrapper button {
        margin: 0 auto;
        text-transform: uppercase; }
    .select-picture .security-picture-carousel .prevBtn, .select-picture .security-picture-carousel .nextBtn {
      font-size: 50px;
      width: 15%;
      float: left;
      background: none;
      border: none;
      text-align: center;
      position: relative; }
      .select-picture .security-picture-carousel .prevBtn.inactive, .select-picture .security-picture-carousel .nextBtn.inactive {
        visibility: hidden; }
    .select-picture .security-picture-carousel .items-inner {
      overflow: hidden;
      float: left;
      height: 200px;
      width: 70%;
      position: relative; }
      .select-picture .security-picture-carousel .items-inner .items-container {
        position: relative;
        top: 22px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .select-picture .security-picture-carousel .items-inner .item {
        display: inline-block;
        width: 144px;
        height: 200px;
        margin-left: 80px;
        float: left;
        padding-top: 5px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .select-picture .security-picture-carousel .items-inner .item:first-child {
          margin-left: 0; }
        .select-picture .security-picture-carousel .items-inner .item.activeItem {
          padding-top: 0;
          margin-left: 70px; }
          .select-picture .security-picture-carousel .items-inner .item.activeItem .item-container {
            width: 160px;
            box-sizing: border-box;
            border: 3px solid #007A91; }
        .select-picture .security-picture-carousel .items-inner .item img {
          width: 100%; }

.select-picture__security-form .security-picture-carousel {
  height: auto; }
  .select-picture__security-form .security-picture-carousel .prevBtn, .select-picture__security-form .security-picture-carousel .nextBtn {
    width: 10%;
    font-size: 25px; }
.select-picture__security-form .security-picture-carousel .prevBtn:focus-visible, .select-picture__security-form .security-picture-carousel .nextBtn:focus-visible{
  outline:2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}
  .select-picture__security-form .security-picture-carousel .items-inner {
    width: 80%; }
    .select-picture__security-form .security-picture-carousel .items-inner .item {
      margin-left: 67px;
      width: 120px; }
    .select-picture__security-form .security-picture-carousel .items-inner .item.activeItem {
      margin-left: 30px; }

.tabelParent.showSearchClass {
  height: 313px !important;
  border: none !important;
  text-transform: initial; }
  .tabelParent.showSearchClass .invoice-filter-last-row {
    margin-top: 10px; }

.invoice-informative-label-search {
  text-align: center;
  padding-left: 50px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: repeat(12,1fr);
  align-items: center;
}

.invoice-informative-label-search .number-of-addr-items{
  grid-column: 1 / 12;
}

.invoice-informative-label-search div[role="button"]{
  padding: 10px;
  grid-column: 12 / 13;
}

.invoice-informative-label-search div[role="button"]:focus-visible{
  outline:2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}


.invoice-modal fieldset {
  margin: 5px 0 10px 0; }

.einvoice-chekbox-text {
  margin-top: 6px;
  text-transform: initial; }

.my-documents-container .dGridFilterActionBar {
  width: 100%; }
  .my-documents-container .dGridFilterActionBar .showAndHide {
    float: right; }
.my-documents-container .filter-lablel {
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  overflow: hidden;
  height: 35px;
  padding: 5px;
  margin-top: 5px;
  max-width: 160px;
  text-align: center; }
.my-documents-container .filterFooter {
  margin-top: 30px;
  width: 100%; }
.my-documents-container .clearSearch {
  display: flex;
  align-items: center; }

@font-face {
  font-family: 'RwWidgets';
  font-weight: normal;
  font-style: normal;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff"), url("") format("truetype"), url("") format("svg"); }
.rw-i {
  display: inline-block;
  color: inherit;
  font-family: RwWidgets;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.rw-i-caret-down:before {
  content: '\e803'; }

.rw-i-caret-up:before {
  content: '\e800'; }

.rw-i-chevron-left:before {
  content: '\f104'; }

.rw-i-chevron-right:before {
  content: '\f105'; }

.rw-i-clock-o:before {
  content: '\e805'; }

.rw-i-calendar:before {
  content: '\e804'; }

.rw-i-search:before {
  content: '\e801'; }

.rw-btn {
  position: relative;
  color: #333333;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none; }
  .rw-state-readonly .rw-btn, .rw-state-disabled .rw-btn {
    cursor: not-allowed; }

.rw-btn-select {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  transition: opacity 150ms ease-in; }
  .rw-btn-select:hover, .rw-state-focus .rw-btn-select, :hover > .rw-btn-select {
    opacity: 1;
    filter: "alpha(opacity=100)"; }

.rw-btn-primary {
  width: 100%;
  white-space: normal;
  line-height: 2em; }
  .rw-btn-primary:hover {
    background-color: #e6e6e6; }

.rw-btn-select[disabled],
.rw-btn-primary[disabled],
fieldset[disabled] .rw-btn-select,
fieldset[disabled] .rw-btn-primary {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: "alpha(opacity=65)";
  pointer-events: none; }

.r-button-cancel-button {
  background: none;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 0;
  color: #35a000;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  padding: 0 20px;
  text-decoration: underline;
  text-transform: uppercase; }


.rw-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.rw-widget {
  background-clip: border-box;
  border: none;
  color: #333333;
  font-size: 1em;
  font-family: inherit;
  outline: none;
  position: relative; }
  .rw-widget, .rw-widget * {
    box-sizing: border-box; }
  .rw-widget:before, .rw-widget *:before, .rw-widget:after, .rw-widget *:after {
    box-sizing: border-box; }
  .rw-widget > .rw-widget-container {
    width: 100%;
    margin: 0; }

.rw-widget-container {
  background-color: #fff;
  border: #ccc thin solid;
  border-radius: 4px; }
  .rw-widget-container.rw-state-focus, .rw-widget-container.rw-state-focus:hover, .rw-state-focus > .rw-widget-container, .rw-state-focus > .rw-widget-container:hover {
    background-color: transparent;
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); }
  .rw-widget-container.rw-state-readonly, .rw-state-readonly > .rw-widget-container {
    cursor: not-allowed; }
  .rw-widget-container.rw-state-disabled, .rw-widget-container.rw-state-disabled:hover, .rw-widget-container.rw-state-disabled:active, .rw-state-disabled > .rw-widget-container, .rw-state-disabled > .rw-widget-container:hover, .rw-state-disabled > .rw-widget-container:active, fieldset[disabled] .rw-widget-container, fieldset[disabled] .rw-widget-container:hover, fieldset[disabled] .rw-widget-container:active {
    box-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }

.rw-widget-picker {
  position: relative;
  overflow: hidden;
  border-collapse: separate;
  display: inline-table;
  height: 2.429em; }
  .rw-widget-picker > * {
    position: relative;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    display: table-cell; }
  .rw-widget-picker > .rw-select {
    width: 1%;
    white-space: nowrap; }
  .rw-open > .rw-widget-picker {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rw-open-up > .rw-widget-picker {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  fieldset[disabled] .rw-widget-picker, .rw-state-disabled > .rw-widget-picker {
    background-color: #f5f5f5; }

.rw-select {
  cursor: pointer; }
  .rw-select > * {
    width: 1.9em;
    height: 100%; }
  .rw-state-readonly .rw-select, .rw-state-disabled .rw-select {
    cursor: not-allowed; }

.rw-select-bordered {
  cursor: pointer;
  border: none;
  border-left: #ccc 1px solid; }
  .rw-select-bordered:hover, .rw-select-bordered:active {
    background-color: #e6e6e6; }
  .rw-select-bordered:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .rw-state-disabled .rw-select-bordered, .rw-state-disabled .rw-select-bordered:hover, .rw-state-disabled .rw-select-bordered:active, .rw-state-readonly .rw-select-bordered, .rw-state-readonly .rw-select-bordered:hover, .rw-state-readonly .rw-select-bordered:active, fieldset[disabled] .rw-select-bordered, fieldset[disabled] .rw-select-bordered:hover, fieldset[disabled] .rw-select-bordered:active {
    cursor: not-allowed;
    background-color: inherit;
    background-image: none;
    box-shadow: none; }
  .rw-rtl .rw-select-bordered {
    border-right: #ccc 1px solid;
    border-left: none; }

.rw-rtl {
  direction: rtl; }

.rw-input-reset, .rw-input, .rw-filter-input {
  outline: 0; }
  .rw-input-reset::-moz-placeholder, .rw-input::-moz-placeholder, .rw-filter-input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: normal; }
  .rw-input-reset:-ms-input-placeholder, .rw-input:-ms-input-placeholder, .rw-filter-input:-ms-input-placeholder {
    color: #999;
    font-style: normal; }
  .rw-input-reset::-webkit-input-placeholder, .rw-input::-webkit-input-placeholder, .rw-filter-input::-webkit-input-placeholder {
    color: #999;
    font-style: normal; }

.rw-input, .rw-filter-input {
  color: #555555;
  padding: 0 0.857em;
  background-color: #fff; }
  .rw-input[type='text']::-ms-clear, [type='text'].rw-filter-input::-ms-clear {
    display: none; }
  .rw-input[disabled], [disabled].rw-filter-input, fieldset[disabled] .rw-input, fieldset[disabled] .rw-filter-input {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    background-color: #f5f5f5;
    border-color: #ccc; }
  .rw-input[readonly], [readonly].rw-filter-input {
    cursor: not-allowed; }

.rw-i.rw-loading {
  display: block;
  background: url("") no-repeat center;
  min-width: 16px;
  width: 1.9em;
  height: 16px; }
  .rw-i.rw-loading:before {
    content: ''; }

.rw-placeholder {
  color: #999; }

.rw-widget-input, .rw-filter-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.rw-widget-input.rw-state-focus, .rw-state-focus.rw-filter-input {
  box-shadow: "0 0 8px rgba(102, 175, 233, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.075)"; }

.rw-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  outline: 0;
  overflow: auto;
  max-height: 200px; }

.rw-list-option {
  user-select: none;
  color: #333333;
  cursor: pointer;
  border: 1px solid transparent; }
  .rw-list-option.rw-state-focus, .rw-list-option.rw-state-focus:hover {
    background-color: transparent;
    border-color: #66afe9;
    color: #333333; }
  .rw-list-option:hover, .rw-list-option:hover.rw-state-focus {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333333; }
  .rw-list-option.rw-state-selected, .rw-list-option.rw-state-selected:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: white; }
  fieldset[disabled] .rw-list-option, .rw-list-option.rw-state-disabled, .rw-list-option.rw-state-readonly {
    box-shadow: none;
    cursor: not-allowed;
    color: #999999;
    filter: alpha(opacity=7);
    opacity: .7; }
    fieldset[disabled] .rw-list-option:hover, .rw-list-option.rw-state-disabled:hover, .rw-list-option.rw-state-readonly:hover {
      background: none;
      border-color: transparent; }

.rw-list-empty,
.rw-list-option,
.rw-list-optgroup {
  padding: 0.143em 0.75em;
  outline: 0; }

.rw-list-optgroup {
  font-weight: bold;
  padding-top: 7px; }

.rw-list-option-create {
  border-top: 1px #ccc solid; }

.rw-dropdown-list-input {
  background-color: transparent;
  vertical-align: middle;
  padding-right: 0;
   }
  .rw-dropdown-list-input {
    max-width: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .rw-rtl .rw-dropdown-list-input {
    padding-right: 0.857em;
    padding-left: 0; }

.rw-filter-input {
  position: relative;
  margin: 4px;
  padding-right: 0; }
  .rw-filter-input .rw-rtl {
    padding-right: 0.857em;
    padding-left: 0; }
  .rw-filter-input .rw-select,
  .rw-filter-input .rw-btn {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    cursor: text; }
  .rw-filter-input > .rw-select, .rw-filter-input > .rw-select:active, .rw-filter-input > .rw-select:hover {
    background: none;
    cursor: initial;
    box-shadow: none; }

.rw-number-picker .rw-btn {
  cursor: pointer;
  height: "calc(1.2145em - 1px)";
  
  margin-top: "-1px	";
  height: "1.2145em	";
  
  line-height: 1.2145em;
  line-height: "calc(1.2145em - 1px)";
  display: block;
  border: none; }
  .rw-number-picker .rw-btn:hover, .rw-number-picker .rw-btn:active {
    background-color: #e6e6e6; }
  .rw-number-picker .rw-btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .rw-state-disabled .rw-number-picker .rw-btn, .rw-state-disabled .rw-number-picker .rw-btn:hover, .rw-state-disabled .rw-number-picker .rw-btn:active, .rw-state-readonly .rw-number-picker .rw-btn, .rw-state-readonly .rw-number-picker .rw-btn:hover, .rw-state-readonly .rw-number-picker .rw-btn:active, fieldset[disabled] .rw-number-picker .rw-btn, fieldset[disabled] .rw-number-picker .rw-btn:hover, fieldset[disabled] .rw-number-picker .rw-btn:active {
    cursor: not-allowed;
    background-color: inherit;
    background-image: none;
    box-shadow: none; }
.rw-number-picker .rw-select {
  vertical-align: middle; }
  .rw-number-picker .rw-select, .rw-number-picker .rw-select:hover, .rw-number-picker .rw-select:active {
    box-shadow: none; }

.rw-calendar-popup {
  right: auto;
  min-width: 0;
  width: 18em; }

.rw-calendar {
  border-radius: 4px;
  background-color: #fff;
  border: #ccc 1px solid;
  overflow: hidden; }
  .rw-calendar.rw-popup {
    border-color: #ccc; }

.rw-calendar-now {
  font-weight: bold; }

.rw-calendar-btn-left,
.rw-calendar-btn-right {
  width: 12.5%; }

.rw-calendar-btn-view {
  width: 75%; }

.rw-calendar-footer {
  border-top: 1px solid #ccc; }

.rw-calendar-grid {
  outline: none;
  height: 200 / 14em;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff; }

.rw-head-cell {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0.25em; }

.rw-cell {
  color: #333333;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.25em; }
  .rw-cell:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333333; }
  .rw-cell.rw-state-focus, .rw-cell.rw-state-focus:hover {
    background-color: transparent;
    border-color: #66afe9;
    color: #333333; }
  .rw-cell.rw-state-selected, .rw-cell.rw-state-selected:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: white; }
  .rw-cell.rw-state-disabled {
    color: #999999;
    filter: alpha(opacity=7);
    opacity: .7; }
    .rw-cell.rw-state-disabled:hover {
      background: none;
      border-color: transparent; }
  .rw-calendar-month .rw-cell {
    text-align: center; }

.rw-cell-off-range {
  color: #999999; }

.rw-calendar-transition-group {
  position: relative; }

.rw-calendar-transition {
  transition: transform 300ms;
  overflow: hidden; }

.rw-calendar-transition-top {
  transform: translateY(-100%); }

.rw-calendar-transition-bottom {
  transform: translateY(100%); }

.rw-calendar-transition-right {
  transform: translateX(-100%); }

.rw-calendar-transition-left {
  transform: translateX(100%); }

.rw-calendar-transition-entering.rw-calendar-transition-top, .rw-calendar-transition-entering.rw-calendar-transition-bottom,
.rw-calendar-transition-entered.rw-calendar-transition-top,
.rw-calendar-transition-entered.rw-calendar-transition-bottom {
  transform: translateY(0); }
.rw-calendar-transition-entering.rw-calendar-transition-right, .rw-calendar-transition-entering.rw-calendar-transition-left,
.rw-calendar-transition-entered.rw-calendar-transition-right,
.rw-calendar-transition-entered.rw-calendar-transition-left {
  transform: translateX(0); }

.rw-calendar-transition-exiting.rw-calendar-transition-top {
  transform: translateY(100%); }
.rw-calendar-transition-exiting.rw-calendar-transition-bottom {
  transform: translateY(-100%); }
.rw-calendar-transition-exiting.rw-calendar-transition-right {
  transform: translateX(100%); }
.rw-calendar-transition-exiting.rw-calendar-transition-left {
  transform: translateX(-100%); }

.rw-select-list {
  overflow: auto; }
  .rw-select-list .rw-list {
    max-height: none;
    font-size: 1em; }

.rw-select-list-label {
  display: block;
  position: relative;
  font-weight: normal;
  cursor: inherit;
  padding-left: 20px;
  margin: 0; }
  .rw-rtl .rw-select-list-label {
    padding-left: 0;
    padding-right: 20px; }

input.rw-select-list-input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  top: "0.1em /9";
  margin: 0;
  line-height: normal;
  cursor: inherit; }
  .rw-rtl input.rw-select-list-input {
    left: auto;
    right: 0; }

.rw-loading-mask {
  position: relative;
  min-height: 50px;
  border-radius: 4px; }
  .rw-loading-mask:after {
    content: '';
    background: url("") no-repeat center;
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    filter: "alpha(opacity=70)";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.rw-multiselect {
  background-color: #fff;
  border-color: #e6e6e6;
  cursor: text; }
  .rw-multiselect .rw-input-reset, .rw-multiselect .rw-input, .rw-multiselect .rw-filter-input {
    height: "calc(2.429em - 2px)";
    
    margin-top: "-2px	";
    height: "2.429em	";
    
    border-width: 0;
    width: auto;
    max-width: 100%;
    padding: 0 0.857em; }
  .rw-multiselect .rw-select, .rw-multiselect .rw-select:hover, .rw-multiselect .rw-select:active {
    box-shadow: none;
    background: none; }

.rw-multiselect-taglist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  outline: none; }

.rw-multiselect-tag {
  display: inline-table;
  color: inherit;
  padding: 0 0.35em 0 0.35em;
  margin-left: "calc(0.27934em - 1px)";
  margin-top: 0.27934em;
  margin-top: "calc(0.27934em - 1px)";
  height: 1.87033em;
  border-radius: 3px;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  cursor: default;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  max-width: 100%; }
  .rw-multiselect-tag > * {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
  .rw-rtl .rw-multiselect-tag {
    margin-left: 0;
    margin-right: "calc(0.27934em - 1px)";
    padding: 0 0.35em 0 0.35em; }
  .rw-multiselect-tag.rw-state-focus, .rw-multiselect-tag.rw-state-focus:hover {
    background-color: transparent;
    border-color: #66afe9;
    color: #333333; }
  .rw-multiselect-tag.rw-state-readonly, .rw-multiselect-tag.rw-state-disabled, .rw-state-readonly .rw-multiselect-tag, .rw-state-disabled .rw-multiselect-tag {
    cursor: not-allowed; }
  .rw-multiselect-tag.rw-state-disabled, .rw-state-disabled .rw-multiselect-tag, fieldset[disabled] .rw-multiselect-tag {
    opacity: 0.65;
    filter: "alpha(opacity=65)"; }
  fieldset[disabled] .rw-multiselect-tag {
    box-shadow: none;
    cursor: not-allowed; }

.rw-multiselect-tag-btn {
  color: inherit;
  margin-left: 0.25em; }
  .rw-rtl .rw-multiselect-tag-btn {
    margin-left: 0;
    margin-right: 0.25em; }

.rw-autocomplete .rw-select {
  position: absolute;
  display: block;
  width: auto;
  top: 0;
  bottom: 0;
  right: 0; }

.react-modal-wrapper.confirmation-dialog-wrapper {
  border: 10px solid #858585;
  font: 14px "PT sans", sans-serif;
  box-sizing: content-box;
  margin-bottom: 50px;
  margin-top: 10%;
  max-width: 560px; }
  .react-modal-wrapper.confirmation-dialog-wrapper .react-modal-container {
    text-align: center;
    padding: 80px 45px;
    font-weight: bold; }
.react-modal-wrapper.logout-dialog {
  
  max-width: 450px; }
  .react-modal-wrapper.logout-dialog .react-modal-container {
    font-weight: normal; }
.react-modal-wrapper .confirmation-dialog-buttons {
  padding: 10px;
  background-color: #fff; }

.react-modal-overlay.logout-notification-dialog {
  z-index: 2000; }

.score_card_inputTitleContainer input {
  height: 30px !important; }

.score_card_param_container .basic-balance.custom .basic-balance__integer {
  font-size: 16px; }
.score_card_param_container .basic-balance.custom .basic-balance__decimal {
  font-size: 12px; }

.score_card_param_container:first-child .basic-balance.custom .basic-balance__integer {
  font-size: 20px; }
.score_card_param_container:first-child .basic-balance.custom .basic-balance__decimal {
  font-size: 12px; }

.fastPayContainer .fastPayEditButton {
  background: none;
  border: none;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  margin-top: 0;
}
.fastPayContainer .react-fast-pay-tooltip {
  margin-top: 5px; }

.ReactModal__Overlay .ReactModal__Content.modal-with-second-container {
  max-width: 900px; }

.fast-paymodal {
  width: 540px !important; }



.custom-carousel {
  display: flex;
  width:100%;
  justify-content: center;
  position: relative;
}

.custom-carousel #carousel-arrow-back,
.custom-carousel #carousel-arrow-forth{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  background-color: #007a91;
  border:none;
  width:40px;
  height:40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-carousel #carousel-arrow-back:focus-visible,
.custom-carousel #carousel-arrow-forth:focus-visible{
  outline:2px solid #007a91;
  outline-offset: 2px;
}
.custom-carousel #carousel-arrow-back{
  left:0;
}
.custom-carousel #carousel-arrow-forth{
  right:0;
}
  .custom-carousel .multi-item-carousel {
    width: inherit;
    text-align: center;
    position: relative; }
    .custom-carousel .multi-item-carousel .carousel-inner {
      width: 320px;
      height: 200px; }
      .custom-carousel .multi-item-carousel .carousel-inner .item {
        transition: 500ms ease-in-out left;
        width: 100%; }
      .custom-carousel .multi-item-carousel .carousel-inner .active {
        left: 28%;
        top: 30px;
        height: 140px;
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 84px;
        border: 3px solid #007a91;
        z-index: 2; }
      .custom-carousel .multi-item-carousel .carousel-inner .next {
        left: 85%;
        top: 30px;
        width: 100px;
        height: 100px;
        font-size: 60px;
        z-index: 1; }
      .custom-carousel .multi-item-carousel .carousel-inner .prev {
        left: -15%;
        top: 30px;
        width: 100px;
        height: 100px;
        font-size: 60px;
        z-index: 1; }
      .custom-carousel .multi-item-carousel .carousel-inner .selectedImg {
       color:#007a91;
      }
      .custom-carousel .multi-item-carousel .carousel-inner .neighborImg {
        height: 100px;
        width: 100px; }
      @media all and (transform-3d), (-webkit-transform-3d) {
        .custom-carousel .multi-item-carousel .carousel-inner .item {
          transition: 200ms ease-in-out left;
          transition: 200ms ease-in-out all;
          backface-visibility: visible;
          transform: none !important;
          background: #fff;
          text-align: center; }
          .custom-carousel .multi-item-carousel .carousel-inner .item.circle-img {
            border-radius: 100%; } }
    .custom-carousel .multi-item-carousel .carouse-control.left, .custom-carousel .multi-item-carousel .carouse-control.right {
      background-image: none; }
    .custom-carousel .multi-item-carousel .carousel-container {
      overflow: hidden; }
  .custom-carousel .carousel-icon {
    color: #ffa900;
    position: relative; }
  .custom-carousel .no-left-button {
    margin-left: 80px; }
  .custom-carousel .right-button {
    right: 0; }

.react-scorecards.score-cards .score-card-carousel-wrapper {
  overflow: hidden; }
  .react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container {
    position: relative;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    transition: all 1s ease-in-out; }
    .react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item {
      margin-right: 30px;
      opacity: 0.5;
    }

.react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item:focus-visible{
  outline:2px solid #007A91;
  outline-offset: 2px;
  border-radius: 4px;
}
.react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item[data-activescorecard="false"] {
        cursor: pointer; }
      .react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item:last-child {
        margin-right: 0; }
      .react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item .score_card_container {
        width: 293px;
        height: 100%;
        background: #FFF;
        border: 1px solid #000;
        color: var(--multi-tenant-color-fore);

      }

.react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item .score_card_container:has(:focus-visible),
.react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item .score_card_container:focus-visible{
  border: 2px solid #007A91;
  border-radius: 4px;
}
      .react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .score-card-item:hover {
        opacity: 1; }
    .react-scorecards.score-cards .score-card-carousel-wrapper .score-card-carousel-container .carouselItem {
      width: 293px; }
.react-scorecards.score-cards .score-card-carousel-dots {
  margin: 15px 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: inline-block; }
  .react-scorecards.score-cards .score-card-carousel-dots .button-container {
    display: inline-block;
    margin: 0 6px; }
  .react-scorecards.score-cards .score-card-carousel-dots .default-button {
    color: #dddddd;
    display: inline-block;
    cursor: pointer; }
  .react-scorecards.score-cards .score-card-carousel-dots .active-button {
    color: #42556c; }
  .react-scorecards.score-cards .score-card-carousel-dots .neighbor-button {
    color: #999999; }
  .react-scorecards.score-cards .score-card-carousel-dots .dots-button-next {
    display: inline-block;
    cursor: pointer; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-button-next .fa-angle-right {
      font-size: 17px; }
  .react-scorecards.score-cards .score-card-carousel-dots .dots-button-prev {
    display: inline-block;
    cursor: pointer; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-button-prev .fa-angle-left {
      font-size: 17px; }
  .react-scorecards.score-cards .score-card-carousel-dots .button-text {
    padding: 0 8px 0 11px; }
    .react-scorecards.score-cards .score-card-carousel-dots .button-text:hover {
      font-weight: bold; }
  .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container {
    display: inline-block; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container.block {
      display: block; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item0:hover {
      color: #0274bf; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item1:hover {
      color: #444d8a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item2:hover {
      color: #516986; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item3:hover {
      color: #395ab0; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item4:hover {
      color: #2d468a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item5:hover {
      color: #42556c; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item6:hover {
      color: #0274bf; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item7:hover {
      color: #444d8a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item8:hover {
      color: #516986; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item9:hover {
      color: #395ab0; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item10:hover {
      color: #2d468a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item11:hover {
      color: #42556c; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item12:hover {
      color: #0274bf; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item13:hover {
      color: #444d8a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item14:hover {
      color: #516986; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item15:hover {
      color: #395ab0; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item16:hover {
      color: #2d468a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item17:hover {
      color: #42556c; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item18:hover {
      color: #0274bf; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item19:hover {
      color: #444d8a; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item20:hover {
      color: #516986; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item21:hover {
      color: #395ab0; }
    .react-scorecards.score-cards .score-card-carousel-dots .dots-carousel-container .item22:hover {
      color: #2d468a; }
.react-scorecards.score-cards .score-card-item[data-activescorecard="true"] .score_card_footer {
  background-color: #E5E1E1;
  overflow: initial; }
.react-scorecards.score-cards .score-card-item {
  position: relative; }
.react-scorecards.score-cards .score_card_footer, .react-scorecards.score-cards .score-card-item[data-activescorecard="true"] .score_card_show_sign {
  background-color: white; }
.react-scorecards.score-cards .score_card_footer {
  bottom: 1px;
  position: absolute;
  width: 291px; }
.react-scorecards.score-cards .score_card_body {
  height: 220px; }
.react-scorecards.score-cards .score-card-item[data-activescorecard="true"] .score_card_footer_text,
.react-scorecards.score-cards .score-card-item[data-activescorecard="true"] .score_card_arrowContainer {
  display: none; }
.react-scorecards.score-cards .score-card-item[data-activescorecard="true"] {
  opacity: 1 !important; }
  .react-scorecards.score-cards .score-card-item[data-activescorecard="true"] .score_card_container[iseditable="true"] .score_card_iconContainer {
    display: inline-block; }

div.editCreateFastPayCarousel .multi-item-carousel {
  padding: 0; }

div.noPaddingCarousel .multi-item-carousel {
  padding: 0; }

#page-content .score-card-item .react-custom-textbox.error {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 0;
  margin-top: 0; }
  #page-content .score-card-item .react-custom-textbox.error .error-msg {
    display: none; }

.rw-popup-container {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: -6px;
  right: -6px; }
  .rw-popup-container.rw-dropup {
    top: auto;
    bottom: 100%; }
  .rw-state-focus .rw-popup-container {
    z-index: 101; }

.react-modal-wrapper .rw-popup-container {
  z-index: 1005; }
  .rw-state-focus .react-modal-wrapper .rw-popup-container {
    z-index: 1006; }

.rw-popup-transition {
  width: 100%;
  margin-bottom: 6px;
  padding: 0 6px; }
  .rw-dropup > .rw-popup-transition {
    margin-bottom: 0;
    margin-top: 6px; }

.rw-popup {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  border: #ccc 1px solid;
  background: #fff; }
  .rw-dropup .rw-popup {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2); }

.rw-popup-transition {
  transition: transform 200ms; }

.rw-popup-transition-entering {
  overflow: hidden; }
  .rw-popup-transition-entering .rw-popup-transition {
    transform: translateY(0);
    transition-timing-function: ease-out; }

.rw-popup-transition-exiting .rw-popup-transition {
  transition-timing-function: ease-in; }

.rw-popup-transition-exiting,
.rw-popup-transition-exited {
  overflow: hidden; }
  .rw-popup-transition-exiting .rw-popup-transition,
  .rw-popup-transition-exited .rw-popup-transition {
    transform: translateY(-100%); }
  .rw-popup-transition-exiting.rw-dropup .rw-popup-transition,
  .rw-popup-transition-exited.rw-dropup .rw-popup-transition {
    transform: translateY(100%); }

.rw-popup-transition-exited {
  display: none; }

.rw-state-disabled {
  box-shadow: none;
  cursor: not-allowed; }

.react-spinner-loader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(192, 192, 192, 0.75);
  z-index: 900;
  justify-content: center;
  align-items: center;
  display: none; }
  .react-spinner-loader-wrapper.is-visible {
    display: flex; }
  .react-spinner-loader-wrapper.fixedPositionWrapper {
    position: fixed;
    z-index: 10001; }

.react-spinner-loader-position {
  position: relative; }
  .react-spinner-loader-position.spinner-height {
    height: 100px; }
  .react-spinner-loader-position.spinner-height-75 {
    height: 75px; }

.goals-modal-wrapper {
  width: 510px; }

.react-modal-container .create-goal-card .custom-carousel {
  width: 100%; }
  .react-modal-container .create-goal-card .custom-carousel .button-container {
    left: 0;
    width: 22px; }
  .react-modal-container .create-goal-card .custom-carousel .no-left-button {
    margin-left: 22px; }
.react-modal-container .create-goal-card .carousel-container .carousel-inner {
  width: 400px;
  height: 130px; }
  .react-modal-container .create-goal-card .carousel-container .carousel-inner .active {
    width: 130px;
    height: 130px;
    font-size: 99px;
    top: 0;
    left: 35%; }
  .react-modal-container .create-goal-card .carousel-container .carousel-inner .prev {
    left: 2%;
    width: 100px;
    height: 100px;
    font-size: 76px;
    top: 0; }
  .react-modal-container .create-goal-card .carousel-container .carousel-inner .next {
    left: 74%;
    width: 100px;
    height: 100px;
    font-size: 76px;
    top: 0; }
  .react-modal-container .create-goal-card .carousel-container .carousel-inner .selectedImg {
    width: auto;
    height: auto; }

.notification-label-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.left-budgets-details-transactions .amountContainer.budgets-split-info {
  width: 40% !important;
  float: right;
  top: 32% !important; }
  .left-budgets-details-transactions .amountContainer.budgets-split-info .amount {
    float: right !important;
    width: 100% !important; }
.left-budgets-details-transactions .budgets-date {
  width: 35px; }
.left-budgets-details-transactions .budgets-details {
  width: 205px; }
.left-budgets-details-transactions .budgets-categoryAndStatus {
  width: 160px; }
.left-budgets-details-transactions .budgets-amount {
  width: 120px; }
.left-budgets-details-transactions .uncategorized-budgets-container {
  width: 100px; }

.pfm-circle__small {
  display: inline-block;
  margin-right: 5px;
  border-radius: 33px;
  height: 35px;
  width: 35px;
  flex-shrink: 0;
  margin-left: 3px; }

.mailreply pre {
  border: none; }

.cost-calculation-data .ENTRY,
.cost-calculation-data .ONGOING,
.cost-calculation-data .EXIT,
.cost-calculation-data .TAX {
  padding-left: 20px; }

.cost-calculation-data .TOTAL_EXPENSE-row
 {
  font-weight: bold;
}

.cost-calculation-data .years-row .flex-col-9 {
  border-right: 1px solid #e4e4e4;
}

.cost-calculation-data .years-row .flex-col-12 {
  border-bottom: 1px solid #e4e4e4;
}

.years-row {
  justify-content: center;
}

.years-row > .flex-col-3 {
  border: 0.5px solid #e4e4e4;
  flex: 1;
}

.table-header-securities {
  padding: 10px;
  color: white;
  font-weight: bold;
  background-color:#007a91; }

.table-header-securities button.my_downloads:focus-visible {
outline-color: #FFFFFF!important;
}

.table-header-securities .uds__button.ant-btn.ant-btn-text:not([disabled]):hover span{
  color:#FFFFFF;
}

.my-securities-table .second-level-body .details-column {
  padding-left: 20px; }
.my-securities-table .expandable-info-footer .btn-text {
  padding-right: 40px; }

.react-table-wrapper .my-securities-table .rt-tr-group .expandable-info-footer {
  margin-left: 15px; }


.rw-combobox {
  line-height: 1; }
  .rw-combobox.rw-widget .rw-list::-webkit-scrollbar {
    width: 6px; }
  .rw-combobox.rw-widget .rw-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .rw-combobox.rw-widget .rw-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #333; }
  .rw-combobox.rw-widget .rw-list-option {
    border: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    margin: 10px;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .rw-combobox.rw-widget .rw-list-option.rw-state-focus {
      background: #f5f5f5;
      border: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1); }
    .rw-combobox.rw-widget .rw-list-option.rw-state-selected {
      color: #333;
      background: #f5f5f5; }
    .rw-combobox.rw-widget .rw-list-option:hover {
      border-left: 2px solid #333;
      background: #f5f5f5; }
  .rw-combobox.rw-widget .rw-widget-input.rw-input, .rw-combobox.rw-widget .rw-filter-input {
    height: 38px; }
  .rw-combobox.rw-widget.rw-state-focus {
    border: none;
    box-shadow: none; }
    .rw-combobox.rw-widget.rw-state-focus .rw-widget-container {
      border: thin solid #999;
      box-shadow: none; }
  .rw-combobox.rw-widget .rw-widget-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .rw-combobox.rw-widget .rw-widget-container .rw-state-focus {
      border: thin solid black;
      box-shadow: none; }
      .rw-combobox.rw-widget .rw-widget-container .rw-state-focus:hover {
        border: 1px solid black;
        box-shadow: none; }
      .rw-combobox.rw-widget .rw-widget-container .rw-state-focus > .rw-widget-container {
        border: thin solid black;
        box-shadow: none; }
        .rw-combobox.rw-widget .rw-widget-container .rw-state-focus > .rw-widget-container:hover {
          border: 1px solid black;
          box-shadow: none; }

.selectType {
  width: 200px; }

.react-custom-combobox.hideDropDownButton .rw-select {
  display: none; }
fieldset .react-custom-combobox:not(:last-child) {
  margin-bottom: 10px; }
fieldset .flex-row:last-child .react-custom-combobox {
  margin-bottom: 0; }
.react-custom-combobox .error-msg {
  display: none;
  color: #CF3524;
  padding-left: 10px;
  font-size: 12px; }
.react-custom-combobox.error .rw-combobox.rw-widget .rw-widget-container {
  border: thin solid #CF3524; }
.react-custom-combobox.error .error-msg {
  display: block; }
.react-custom-combobox .rw-select {
  line-height: 40px;
  height: auto;
  position: relative;
  width: 30px; }
  .react-custom-combobox .rw-select .rw-btn-select {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0; }
.react-custom-combobox.hasCreationItem.hide-create-first .rw-combobox.rw-widget .rw-list .rw-list-option:first-child {
  display: none; }
.react-custom-combobox.hasCreationItem.hide-create-last .rw-combobox.rw-widget .rw-list .rw-list-option:last-child {
  display: none; }
.react-custom-combobox.auto_width_dropdown .rw-popup-container {
  right: auto; }
.react-custom-combobox.auto_width_dropdown .rw-list-option {
  white-space: nowrap; }

.react-datepicker-popper .react-datepicker {
  width: 480px; }
  .react-datepicker-popper .react-datepicker .react-datepicker__month-container {
    float: none; }

.react-custom-number, .react-custom-textbox {
  margin-bottom: 10px; }
  fieldset .flex-row:last-child .react-custom-number, fieldset .flex-row:last-child .react-custom-textbox {
    margin-bottom: 0; }
  .react-custom-number input, .react-custom-textbox input {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    color: #555555; }
  .react-custom-number.disabled input, .react-custom-textbox.disabled input {
    background: #f5f5f5; }
  .react-custom-number .error-msg, .react-custom-textbox .error-msg {
    display: none;
    color: #CF3524;
    padding-left: 10px;
    font-size: 12px; }
  .react-custom-number.error input, .react-custom-textbox.error input {
    border: 1px solid #CF3524; }
  .react-custom-number.error .error-msg, .react-custom-textbox.error .error-msg {
    display: block; }

.non-workday-handling label {
  text-transform: initial;
  font-weight: normal; }
  .non-workday-handling label::first-letter {
    text-transform: uppercase; }

.react-custom-texteditor {
  margin-bottom: 10px; }
  .react-custom-texteditor.error .error-msg {
    display: block; }
  .react-custom-texteditor .error-msg {
    display: none;
    color: #CF3524;
    font-size: 12px;
    padding-left: 10px; }
  .react-custom-texteditor.isFocused div[class*=RichTextEditor__root] {
    border-color: #999; }
  .react-custom-texteditor div[class*=RichTextEditor__root]:has(:focus-visible),
  .react-custom-texteditor div[class*=RichTextEditor__root] button:focus-visible,
  .react-custom-texteditor div[class*=RichTextEditor__root] select:focus-visible{
    outline:2px solid #007A91;
    outline-offset: 2px;
    border-radius: 4px;
  }
.react-custom-texteditor .DraftEditor-root .public-DraftEditorPlaceholder-root{
  color:#666666;
}
.Dropdown__root___3ALmx{
  color:#262626;
  background-color: #FFFFFF;
}





div[class*=react-inputs-validation__checkbox__box][class*=react-inputs-validation__disabled] {
  background: #f8f8f8;
  cursor: not-allowed; }

div[class*=react-inputs-validation__error] {
  color: #CF3524; }
  div[class*=react-inputs-validation__error] input {
    border: 1px solid #CF3524; }

input[class*=react-inputs-validation__checkbox__input] {
  display: none; }

div[class*=react-inputs-validation__checkbox__wrapper] {
  cursor: pointer;
  outline: none; }
  div[class*=react-inputs-validation__checkbox__wrapper].labelFirst [class*=react-inputs-validation__checkbox__box] {
    margin-right: 0;
    margin-left: 10px;
    order: 2; }
  div[class*=react-inputs-validation__checkbox__wrapper] input[type=checkbox] {
    position: absolute;
    opacity: 0; }

div[class*=react-inputs-validation__checkbox__container] {
  display: flex;
  align-items: center; }

.react-modal-wrapper div[class*=react-inputs-validation__checkbox__container] label {
  margin-bottom: 0;
  text-transform: inherit; }

div[class*=react-inputs-validation__checkbox__box] {
  box-sizing: content-box;
  width: 15px;
  min-width: 15px;
  height: 15px;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  background-color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  div[class*=react-inputs-validation__checkbox__box] div[class*=react-inputs-validation__box] {
    box-sizing: content-box;
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 3px solid #4a4a4a;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    div[class*=react-inputs-validation__checkbox__wrapper][class*=react-inputs-validation__checked] div[class*=react-inputs-validation__checkbox__box] div[class*=react-inputs-validation__box] {
      opacity: 1; }

.custom-disabled-checkbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

div[class*=react-inputs-validation__radiobox__item] {
  display: flex;
  align-items: center; }

.react-modal-wrapper input[class*=react-inputs-validation__radiobox__input] {
  margin: 0; }
.react-modal-wrapper label[class*=react-inputs-validation__radiobox__label] {
  margin-left: 3px;
  margin-bottom: 0; }

.__react_component_tooltip {
  white-space: normal; }
  .__react_component_tooltip.no-wrap {
    white-space: nowrap; }
  .__react_component_tooltip.type-light.place-bottom:after {
    border-style: none; }
  .__react_component_tooltip.type-light.place-right:after {
    border-style: none; }
  .__react_component_tooltip.type-light.place-top:after {
    border-style: none; }
  .__react_component_tooltip.type-light.place-left:after {
    border-style: none; }
  .__react_component_tooltip.show {
    opacity: 1;
    margin-top: 0px;
    margin-left: 0px;
    visibility: visible;
    border: 1px solid rgba(0, 0, 0, 0.25); }
  .__react_component_tooltip.debit-card-tooltip {
    max-width: 300px;
    min-width: 230px;
    font-size: 11px; }
    .__react_component_tooltip.debit-card-tooltip .debit-card-tooltip-label {
      margin-top: 5px; }
    .__react_component_tooltip.debit-card-tooltip .debit-card-tooltip-value {
      font-weight: bold; }

.__react_component_tooltip {
  max-width: 290px; }
  .__react_component_tooltip.type-light {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16); }


.DayPicker {
  display: inline-block; }

.DayPicker-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 1rem;
  flex-direction: row; }

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 1rem;
  margin-top: 1rem; }

.DayPicker-NavButton {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1.5rem;
  margin-top: 2px;
  color: #8b9898;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center; }

.DayPicker-NavButton:hover {
  opacity: 0.8; }

.DayPicker-NavButton--prev {
  margin-right: 1.5rem;
  background-image: url(""); }

.DayPicker-NavButton--next {
  background-image: url(""); }

.DayPicker-NavButton--interactionDisabled {
  display: none; }

.DayPicker-Caption {
  padding: 0 0.5rem;
  display: table-caption;
  text-align: left;
  margin-bottom: 0.5rem; }

.DayPicker-Caption > div {
  font-size: 1.15rem;
  font-weight: 500; }

.DayPicker-Weekdays {
  margin-top: 1rem;
  display: table-header-group; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5rem;
  font-size: 0.875em;
  text-align: center;
  color: #8b9898; }

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle; }

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5rem;
  text-align: right;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 0.75em;
  cursor: pointer;
  color: #8b9898;
  border-right: 1px solid #eaecec; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

.DayPicker-Footer {
  display: none; }

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  color: #4a90e2;
  font-size: 0.875em; }


.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 700; }

.DayPicker-Day--outside {
  cursor: default;
  color: #8b9898; }

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
   }


.DayPicker-Day--sunday {
  background-color: #f7f8f8; }

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  color: #f0f8ff;
  background-color: #4a90e2;
  border-radius: 100%; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51a0fa; }

.DayPicker:not(.DayPicker--interactionDisabled)
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #f0f8ff;
  border-radius: 50%; }


.DayPickerInput {
  display: inline-block; }

.DayPickerInput-OverlayWrapper {
  position: relative; }

.DayPickerInput-Overlay {
  left: 0;
  z-index: 1;
  position: absolute;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.monthPicker {
  width: 100%;
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  letter-spacing: 2px; }
  .monthPicker.disabled {
    background-color: #f5f5f5; }

.monthPicker_container.compact {
  width: 150px; }
.monthPicker_container.error .monthPicker {
  border: 1px solid #CF3524; }
.monthPicker_container.error .error-msg {
  display: block; }
.monthPicker_container .error-msg {
  display: none;
  color: #CF3524;
  font-size: 12px; }

.react-custom-day-picker {
  display: inline-block; }
  .react-custom-day-picker.compact-day-picker input {
    width: 90px; }
  .react-custom-day-picker.block-day-picker {
    display: block; }
    .react-custom-day-picker.block-day-picker .DayPickerInput {
      display: block; }
  .react-custom-day-picker .error-msg {
    display: none;
    color: #CF3524;
    padding-left: 10px;
    font-size: 12px; }
  .react-custom-day-picker.error {
    background: none; }
    .react-custom-day-picker.error .DayPickerInput input {
      border: 1px solid #CF3524; }
    .react-custom-day-picker.error .error-msg {
      display: block; }
  .react-custom-day-picker .DayPickerInput {
    position: relative; }
    .react-custom-day-picker .DayPickerInput input {
      width: 100%;
      font-size: 14px;
      height: 40px;
      padding: 0 10px;
      border: 1px solid #ccc; }
    .react-custom-day-picker .DayPickerInput .calendar-icon {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 14px; }
  .react-custom-day-picker .DayPickerInput-OverlayWrapper {
    z-index: 901; }
    .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay {
      width: 480px;
      height: 460px; }
      .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker {
        width: 100%;
        height: 100%; }
      .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
        
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-wrapper {
        padding: 0;
        border: 1px solid #ccc; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-wrapper .DayPicker-Month {
          margin: 0; }
      .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption {
        height: 70px;
        font-size: 14px;
        line-height: 70px;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 0; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .navigation-section {
          position: relative;
          margin: 0 20px; }
          .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .navigation-section:first-child {
            margin: 0; }
          .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .navigation-section .caption-btn {
            position: absolute; }
            .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .navigation-section .caption-btn:first-child {
              left: 0; }
            .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .navigation-section .caption-btn:last-child {
              right: 0; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .today-btn, .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .caption-btn {
          color: #999;
          cursor: pointer;
          background: none;
          border: none;
          padding: 0;
          margin: 0;
          font-weight: bold; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .caption-btn {
          min-width: 20px; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .today-btn {
          font-weight: normal;
          text-transform: uppercase; }
          .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .today-btn:hover {
            text-decoration: underline; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .today-btn, .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .month-label, .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .year-label {
          font-size: 14px; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .month-label {
          margin: 0 60px;
          text-transform: uppercase; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Caption .year-label {
          margin: 0 15px; }
      .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Weekdays {
        border-bottom: 1px solid #ccc; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Weekdays .DayPicker-Weekday {
          font-size: 12px;
          text-transform: uppercase;
          color: black; }
      .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day {
        font-size: 12px;
        font-weight: bold;
        width: 70px;
        height: 50px; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):not(.DayPicker-Day--weekends) {
          background: none; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day .day-wrapper {
          background: white;
          color: black;
          cursor: pointer;
          width: 50px;
          height: 50px;
          line-height: 50px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: background 0.3s ease-in-out;
          -moz-transition: background 0.3s ease-in-out;
          -ms-transition: background 0.3s ease-in-out;
          -o-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }
          .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day .day-wrapper:hover {
            background: #F2F2F2; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--today .day-wrapper {
          background: none;
          color: black;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 1px solid #F2F2F2; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--weekends {
          background-color: #eee; }
          .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--weekends .day-wrapper {
            background-color: #eee; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--selected .day-wrapper {
          background: #ffa900;
          color: black;
          border: none; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--disabled {
          background: #eee; }
          .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--disabled .day-wrapper {
            background: none;
            color: #c5c5c5;
            text-decoration: line-through;
            cursor: initial; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--outside .day-wrapper {
          color: #c5c5c5; }
        .react-custom-day-picker .DayPickerInput-OverlayWrapper .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day:hover {
          background: none; }

.react-search-component .ReactTable {
  border: none; }
.react-search-component .rt-thead {
  display: none; }
.react-search-component .rt-tbody .rt-td {
  height: auto; }
.react-search-component .search_item {
  border-bottom: solid 1px #e3e3e3;
  display: list-item;
  background: url("") no-repeat scroll 0 0.5em transparent;
  padding-left: 18px !important; }

.react-custom-checkbox .react-checkbox-visual {
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #e5e5e5;
  float: left;
  margin-top: 2px;
  position: relative; }
  .react-custom-checkbox .react-checkbox-visual.checked:before {
    position: absolute;
    top: -2px;
    font-family: FontAwesome, sans;
    content: "\f00c"; }
  .react-custom-checkbox .react-checkbox-visual.disabled {
    background: #eee; }
.react-custom-checkbox .react-checkbox-label {
  padding-left: 25px;
  margin: 0; }
  .react-custom-checkbox .react-checkbox-label a {
    color: #428bca; }
  .react-custom-checkbox .react-checkbox-label .info-btn {
    padding-right: 5px; }
    .react-custom-checkbox .react-checkbox-label .info-btn i {
      margin-left: 0px; }
.react-custom-checkbox .error-msg {
  display: none;
  color: #CF3524;
  font-size: 12px;
  padding-left: 10px; }
.react-custom-checkbox.error .error-msg {
  display: block; }


.react-reset-section-button {
  background: none;
  border: none;
  }

.react-reset-section-button:focus-visible{
  outline:2px solid #007a91;
  outline-offset: 2px;
  border-radius: 4px;
}

.react-section-loader {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .react-section-loader.shown {
    opacity: 1;
    z-index: 1; }

.level-section-sustainer {
  height: 70px;
  width: 100%; }

.dropdown-notification {
  width: 210px; }

.searchList {
  width: 5%; }

.popover {
  z-index: 15; }

.noa-balloons-container .balloons-tooltip .balloons-tooltip-title {
  z-index: 2; }
.noa-balloons-container .balloons-tooltip .box {
  z-index: 2; }
.noa-balloons-container .balloons-tooltip .circle {
  width: 300px;
  height: 300px;
  position: absolute;
  background: none;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer; }

.budgets-wrapper .left-budgets-details-transactions {
  width: 575px;
  position: relative; }
  .budgets-wrapper .left-budgets-details-transactions .transactionsGrid .transactionDetailsExpanded .horizontal-line {
    width: 228px; }
.budgets-wrapper .bubbles-header .bubbles-title {
  background: #3f3f3f;
  color: #fdfdfd;
  padding: 10px; }
  .budgets-wrapper .bubbles-header .bubbles-title h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: normal; }
  .budgets-wrapper .bubbles-header .bubbles-title span {
    font-size: 13px;
    display: block;
    width: 100%;
    line-height: normal; }
.budgets-wrapper .bubbles-filters {
  display: flex;
  padding: 0 10px;
  height: 40px;
  border-bottom: 1px solid #DEDEDE;
  background-color: #F2F2F2;
  line-height: 40px; }
  .budgets-wrapper .bubbles-filters .tab-list {
    padding: 0;
    margin: 0 20px;
    display: inline-block; }
    .budgets-wrapper .bubbles-filters .tab-list li {
      color: #A5A5A5;
      font-size: 13px;
      font-weight: bold;
      cursor: pointer;
      list-style: none;
      display: inline-block;
      border-right: 1px solid #ccc; }
      .budgets-wrapper .bubbles-filters .tab-list li span {
        margin: 0 10px;
        border-bottom: 3px solid transparent; }
      .budgets-wrapper .bubbles-filters .tab-list li:hover span, .budgets-wrapper .bubbles-filters .tab-list li.active span {
        margin: 0 10px;
        border-bottom-color: #E61420;
        padding-bottom: 8px;
        color: #333; }
      .budgets-wrapper .bubbles-filters .tab-list li:last-child {
        border-right: none; }
  .budgets-wrapper .bubbles-filters .react-custom-combobox {
    display: inline-block;
    margin: 0 10px; }
.budgets-wrapper .bubbles-footer {
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  clear: both; }
  .budgets-wrapper .bubbles-footer ul {
    display: table;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: center; }
    .budgets-wrapper .bubbles-footer ul li {
      display: inline-block;
      width: 90px;
      float: left;
      margin: 0 auto; }
      .budgets-wrapper .bubbles-footer ul li a {
        color: #333; }
        .budgets-wrapper .bubbles-footer ul li a:hover {
          text-decoration: none; }
        .budgets-wrapper .bubbles-footer ul li a span:last-child {
          text-align: center;
          display: block;
          color: #333;
          font-size: 12px;
          line-height: 1.3em; }
.budgets-wrapper .no-bubbles-text {
  display: table;
  font-size: 19px;
  text-align: center;
  font-weight: 300;
  font-family: PT Sans;
  position: relative;
  color: #999; }
  .budgets-wrapper .no-bubbles-text span {
    display: table-cell;
    vertical-align: middle; }

.signature-flow .sign-offline {
  background: none;
  border: none;
  color: #007A91;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0;
  text-decoration: underline; }

#consentUsefullInfoTab,
#preapproved-limits-carousel{
  position: relative;
}

#preapproved-limits-carousel .carousel-buttons-preapproved-limits{
  display: flex;
  justify-content: end;
  gap: 20px;
}

.slick-slide:focus{
  outline:none !important;
}

.slick-cloned{
  visibility: hidden;
  pointer-events: none;
}

#consentUsefullInfoTab .carousel-buttons{
  position: absolute;
  right:0;
  bottom: -10px;
  display: flex;
  align-items: center;
  gap:20px;
}

#consentUsefullInfoTab .carousel-buttons button,
#preapproved-limits-carousel .carousel-buttons-preapproved-limits button{
  background-color: #007A91;
  border:none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width:30px;
  height:30px;
}



#consentUsefullInfoTab .carousel-buttons button:focus-visible,
#preapproved-limits-carousel .carousel-buttons-preapproved-limits button:focus-visible{
  outline: 2px solid #007A91;
  outline-offset: 2px;
}

#consentUsefullInfoTab .carousel-buttons button svg *,
#preapproved-limits-carousel .carousel-buttons-preapproved-limits button svg * {
  fill: #FFFFFF;
}

#consentUsefullInfoTab .carousel__dot,#preapproved-limits-carousel .carousel__dot {
  background: transparent;
  border: none; }

#consentUsefullInfoTab .carousel__dot-group,#preapproved-limits-carousel .carousel__dot-group {
  align-items: center;
  align-content: center;
  width: 100%;
  text-align: center;
  margin: 10px; }

#consentUsefullInfoTab .carousel__next-button, #preapproved-limits-carousel .carousel__next-button {
  float: right; }

#consentUsefullInfoTab .carousel__inner-slide,#preapproved-limits-carousel .carousel__inner-slide {
  overflow-y: auto; }

#preapproved-limits-carousel ._slide_fhwgk_1 {
  padding-bottom: 70px !important
}

.consent-free-form {
  display: block;
  padding: 15px; }
  .consent-free-form .bold {
    font-weight: bold; }
  .consent-free-form .marginBottom10 {
    margin-bottom: 10px; }
  .consent-free-form .marginLeft10 {
    margin-left: 10px; }
  .consent-free-form .marginLeft20 {
    margin-left: 20px; }
  .consent-free-form .marginLeft30 {
    margin-left: 30px; }
  .consent-free-form .marginLeft40 {
    margin-left: 40px; }
  .consent-free-form .marginTop20 {
    margin-top: 20px; }
  .consent-free-form .fieldset {
    margin: 20px 0 0 !important; }

.consent-overview-details .details-button {
  color: #989898; }
.consent-overview-details .action-button {
  color: #E61420; }

.consent-overview .filterFooter {
  margin-top: 10px; }

.consent-overview .filterFooter .clearSearch {
  width: 100px;
  min-height: 40px;
  display: inline-flex;
  align-items: center; }

.react-product-calculator .calculator-lead-sentence {
  text-align: center;
  padding-bottom: 10px;
  font-size: 36px; }

.react-product-calculator .react-product-calculator__results-wrapper .detail-container {
  border: 1px solid #dedede !important;
  margin: 20px;
  background-color: #f5f5f5; }

.react-product-calculator .react-product-calculator__results-wrapper .detail-container .monthlyInstallment {
  font-size: 15px;
  font-family: 'PtSansBold';
  color: #333;
  padding-top: 15px;
  text-transform: uppercase; }

.react-product-calculator .react-product-calculator__results-wrapper .detail-container .total {
  font-size: 30px;
  color: #333;
  padding: 0;
  margin: 18px auto 9px auto;
  font-family: "PtSansBold", "Sans-Serif"; }

.react-product-calculator .react-product-calculator__results-wrapper .error-output {
  color: #CF3524;
  text-align: center;
  text-transform: none;
  font-size: 12px; }

.react-product-calculator .react-product-calculator__results-wrapper .button-details:hover {
  background-color: #fff; }

.react-product-calculator .react-product-calculator__results-wrapper .button-details {
  max-width: 172px;
  border: solid 1px #999;
  margin: 20px auto 0;
  border-radius: 3px;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-bottom: 20px;
  text-decoration: none;
  display: block; }

.react-product-calculator .react-product-calculator__results-wrapper .button-output:hover {
  background-color: white;
  color: #004974; }

.react-product-calculator .react-product-calculator__results-wrapper .button-output {
  background-color: #004974;
  color: white;
  padding: 12px 20px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid #004974;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 170px;
  max-width: 170px;
  max-height: 80px;
  min-height: 40px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.margin-right-10 {
  margin-right: 10px; }

.ieClass .bubbles-filters {
  height: 40px; }

.margin-top-0 {
  margin-top: 0 !important;
}



