



@import url('https://fonts.googleapis.com/css2?family=Montserrat');


._2ndFont {
    font-family: 'Montserrat';
}




@import url('https://fonts.googleapis.com/css2?family=Montserrat');


._3rdFont {
    font-family: 'Montserrat';
}




@import url('https://fonts.googleapis.com/css2?family=Montserrat');


._HeaderFont {
    font-family: 'Montserrat';
}





._1stBackground {
    background-color: #FFFFFF;
}

._1stColor {
    color: #FFFFFF;
}

._1stBorder {
    border-color: #FFFFFF;
}




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

._1stContrastColor {
    color: #999999;
}

._1stContrastBorder {
    border-color: #999999;
}




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

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

.edit_btn, .info_btn{
    fill: #9D8B70 !important;
}

._2ndColor {
    color: #9D8B70;
}

._2ndBorder {
    border-color: #9D8B70;
}




._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: #9D8B70;
    border-color: #9D8B70;
}
._2ndContrastBorder {
    border-color: #FFFFFF;
}




._3rdBackground {
    background-color: #9D8B70;
}

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

._3rdColor {
    color: #9D8B70;
}

._3rdBorder {
    border-color: #9D8B70;
}




._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: '', 'Montserrat', sans-serif;
}
.ui-widget button {
    font-family: 'Montserrat', 'Montserrat', sans-serif;
}


:root {
    
        --1stColor: #FFFFFF;
    
    
        --2ndColor: #9D8B70;
    
    
        --3rdColor: #9D8B70;
    
    
        --1stContrastColor: #999999;
    
    
        --2ndContrastColor: #FFFFFF;
    
    
        --3rdContrastColor: #FFFFFF;
    
    
    
    
    
        --2ndFont: Montserrat;
    
    
        --3rdFont: Montserrat;
    
    
        --HeaderFont: Montserrat;
    
    --brandLight: #fafafa;
}