


._1stFont {
    font-family: 'Swiss721BT-Regular';
}





._2ndFont {
    font-family: 'Roos St Regis Text';
}





._3rdFont {
    font-family: 'Swiss721BT-Regular';
}





._HeaderFont {
    font-family: 'Roos St Regis Text';
}





._1stBackground {
    background-color: #FFFFFF;
}

._1stColor {
    color: #FFFFFF;
}

._1stBorder {
    border-color: #FFFFFF;
}




._1stContrastBackground,
._1stContrastBackground.hamburger-inner::after,
._1stContrastBackground.hamburger-inner::before {
    background-color: #1C1C1C;
}

._1stContrastColor {
    color: #1C1C1C;
}

._1stContrastBorder {
    border-color: #1C1C1C;
}




._2ndBackground,
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #1C1C1C;
}

.menuCategoryOptionsHeader._2ndBackground {
    /* we need important because the background color is changed from js */
    background-color: #1C1C1C !important;
}

.edit_btn, .info_btn{
    fill: #1C1C1C !important;
}

._2ndColor {
    color: #1C1C1C;
}

._2ndBorder {
    border-color: #1C1C1C;
}




._2ndContrastBackground {
    background-color: #FFFFFF;
}

._2ndContrastColor,
a:visited._2ndContrastColor,
a:hover._2ndContrastColor,
a:active._2ndContrastColor,
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
    color: #FFFFFF;
}
.ui-button.ui-state-active:hover, 
.ui-button:active, .ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active{
    background-color: #1C1C1C;
    border-color: #1C1C1C;
}
._2ndContrastBorder {
    border-color: #FFFFFF;
}




._3rdBackground {
    background-color: #856648;
}

.menuItemOptionsHeader._3rdBackground {
    /* we need important because the background color is changed from js */
    background-color: #856648 !important;
}

._3rdColor {
    color: #856648;
}

._3rdBorder {
    border-color: #856648;
}




._3rdContrastBackground {
    background-color: #FFFFFF;
}

._3rdContrastColor {
    color: #FFFFFF;
}

._3rdContrastBorder {
    border-color: #FFFFFF;
}






.chosen-container-multi .chosen-choices li.search-field input[type=text],
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget {
    font-family: 'Swiss721BT-Regular', 'Montserrat', sans-serif;
}
.ui-widget button {
    font-family: 'Roos St Regis Text', 'Montserrat', sans-serif;
}


:root {
    
        --1stColor: #FFFFFF;
    
    
        --2ndColor: #1C1C1C;
    
    
        --3rdColor: #856648;
    
    
        --1stContrastColor: #1C1C1C;
    
    
        --2ndContrastColor: #FFFFFF;
    
    
        --3rdContrastColor: #FFFFFF;
    
    
    
    
        --1stFont: Swiss721BT-Regular;
    
    
        --2ndFont: Roos St Regis Text;
    
    
        --3rdFont: Swiss721BT-Regular;
    
    
        --HeaderFont: Roos St Regis Text;
    
    --brandLight: #fafafa;
}