a {
    color: #2E7689;
    text-decoration: none;
}
a:hover {
    color: #68728E;
    text-decoration: none;
}
h2, .h2 {
    font-size: 1.7rem;
}
.fw-bolder {
    font-weight: 600 !important;
}
.logoPpal{
    padding-left: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.logoPpal2{
    padding-left: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.appHeaderRow > .logoPpal{
    padding-left: 40px;
}
.appHeaderRow > .logoPpal2{
    padding-left: 0px;
}
.appLogoLink{
    display: inline-block;
    cursor: pointer;
}
.mainNav{
    padding-right: 40px;
    padding-top: 31px;
    color: #2E7689 !important;
    font-family: 'Montserrat';
    font-size: 14px;
}
.mainNav a{
    color: #2E7689 !important;
    border-right: 1px solid #2E7689;
    padding: 0.1rem 1rem;
}
.navleft{
    background-color: #B3C2F1;
}
.navTitle{
    
    padding: 50px 15px 0px 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    word-wrap: break-word;
}
.navContent{
    padding: 20px 15px 20px 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.navContent .nav-link{

    padding-left: 0px !important;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.navContent .nav-link:hover{

    font-weight: 600;
}
.bold{
    font-weight:600 !important;
}
.bold a{
    color:black;
    text-decoration: none;
}
.zeroRight{
    padding-right: 0px !important;
}
.content{
    background: #E6ECFE;
    padding: 50px 30px 0px 30px;
}
.contentExplanation{
    
    padding: 0px 10px 0px 0px;;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.contentExplanationRight{
    /* padding: 0px 27px 0px 0px;; */
    padding: 0px 0px 0px 0px;;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.customSelect{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background-color: #B3C2F1;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    height: 50px;
}
.categoryCard{ 
    height: 250px;
    left: 264px;
    top: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
}
.categoryCardContent{
    padding: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    min-height: 325px;;
}
.categoryCardContent:hover {
    background-color: #2D6E80 !important; 
    /* background-color: #314991 !important; */
    color: #FFF !important;
}
.categoryCardContent:hover span {
    display:inline-block;
    border-bottom:3px solid #49C1A0;
    padding-bottom:20px;
}
.categoryCardContent:hover .cardIcon {
    color: #49C1A0;   
}
/*
.navImage{
    margin-top: 70px;
    margin-left: 0px;
}
*/
.navImage{
    
    background-image: url(/static/images/nuvolco2.png);
    background-size: 200px 200px;
    display: inline-block;
    width: 200px; 
    height: 200px;
    content:"";
    margin-top: 70px;
    
}

/* imatge nuvols */

/* Fix our parallax elements in position */

.parallax {
position: absolute;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
width: 400px;;

}

/**
* Position our elements
*
* Firstly we set our element position using `top`, `right`, `bottom`, `left`, then set your parallax movement using `margin` and `rem`.
*
* In this demo our 'base factor' is 50 (see JavaScript). Our 'factor' calculation never exceeds this number (when the viewport is fully scrolled), which means our `rem` calculations are based on this number.
*
* Example:
*
* If I set my `top` to `200px` and want this element to shift up by `400px`, our `rem` value is 400/10, or `-40em` (using negative margins to shift upwards).
*/



.one {
    top: 90%;
    margin-top: -10rem;
    left: 75%;
    z-index: 20;
    opacity: 0.7;
    display: block;
}
@media screen and (max-width: 600px) {  
    .one {
        display: none;
    }
    
}



@media screen and (max-width: 1200px) {  
    .navImage{
    
        background-image: url(/static/images/nuvolco2.png);
        background-size: 150px 150px;
        display: inline-block;
        width: 150px; 
        height: 150px;
        content:"";
        margin-top: 70px;
    }
}
@media screen and (max-width: 920px) {  
    .navImage{
    
        background-image: url(/static/images/nuvolco2.png);
        background-size: 95px 95px;
        display: inline-block;
        width: 95px; 
        height: 95px;
        content:"";
        margin-top: 70px;
    }
}
@media (max-width: 576px) {

    .navImage{
        background-image: none !important;
        width: 150px; 
        height: 0px !important;
    }
}

.calculatorNavigator a{
    width: 52px;
    height: 17px;
    left: 314px;
    top: 126px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;;
    padding: 10px;
}
/* fi imatge nuvols */
.bg-light{
    background-color: white !important;
}
.marginCardGrid{
    margin: 0px -14px 40px -14px;
    padding-left: 0px;
    padding-right: 0px !important;

    flex-shrink: unset !important; 
    width: unset  !important; 
    max-width: none  !important;  
}
.marginCardFirst{
    padding-left: 0px;
    /* padding-right: calc(var(--bs-gutter-x) * 0.3) !important; */
}
.cardIcon{
    font-size: 5rem; 
    color: #E6ECFE;
    position: absolute; 
    bottom: 20px;
}


/*******************************/
.buttonGreen{
    color: #2E7689;
    font-size: 30px;
    margin-right: 15px;

}
.buttonGreenSearch{
    color: #2E7689;
    font-size: 20px;
    padding-right: 0px !important;
    margin-right: -10px;

}
.buttonPlus{
    color: #B3C2F1;
    font-size: 30px;
    margin-right: 15px;
}
.buttonPlusSmall{
    color: #B3C2F1;
    font-size: 17px;
    margin-right: 15px;
}
.buttonPlusSmallWhite{
    color: #fff;
    font-size: 17px;
    margin-right: 15px;
}
.buttonPlusSmallPJ{
    color: #B3C2F1;
    margin: 10px 15px 10px 15px;
    font-size: 17px;


}
.arrowResults{
    font-size: 15px;
}

.buttonSave{
    width: 113px;
    height: 35px;
    left: 1180px;
    top: 587px;
    font-size: 14px;
    background: #B3C2F1;
    color: white;
    border: none;
    margin-top: 8px;
}
.buttonSave:hover {
    background: #2E7689;
}
.buttonSaveDark{
    height: 35px;
    left: 1180px;
    top: 587px;
    font-size: 14px;
    background: #68728E;
    color: white;
    border: none;
    margin-top: 8px;
}
.buttonSaveWarning{
    height: 35px;
    left: 1180px;
    top: 587px;
    font-size: 14px;
    background: #ffc107;
    color: white;
    border: none;
    margin-top: 8px;
}
.buttonSavePJ{
    
    height: 35px;
    left: 1180px;
    top: 587px;
    font-size: 14px;
    background: #B3C2F1;
    color: white;
    border: none;
    margin-top: 10px;
}

.buttonSaveRecommendations{
    height: 35px;
    font-size: 14px;
    background: #B3C2F1;
    color: white;
    border: none;
    
}

.calculatorNavigator{
    
    padding: 0px 10px 0px 0px;;
    top: 5px;;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.generalInfoForm{
    background-color:  #B3C2F1;;
}
.calcTitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    padding-left: 0px;
    text-decoration: none;
    color: #212529;
}
.calcGeneralForm{
   background-color: #FFFFFF;
   padding: 15px;
   margin-top: 10px;
   margin-left: 0px !important;
}
.calcGeneralFormTab{ 
    background-color: #FFFFFF;
    padding: 15px;
    margin-left: 0px !important;
}
.calcGeneralFormTitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}
.calcGeneralFormTitle a{
    text-decoration: none;;
    /* text-transform: capitalize; */
}
.customSelectWhite{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background-color: #FFFFFF;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    height: 50px;
    border-radius: 0px;
    border-color: #B3C2F1;
}
.customSelectWhiteForm{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background-color: #FFFFFF;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    border: none;
    padding-left: 0px;
    
}
.customTextWhiteForm{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background-color: #FFFFFF;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    border: none;
    padding-left: 0px;   
    outline: none;
}

.customTextWhiteForm800{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800 !important;
    font-size: 14px;
    line-height: 17px;
    background-color: #FFFFFF;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    border: none;
    padding-left: 0px;   
    outline: none;
}


.calcForm{
    margin: 5px 0px 0px 0px;
}
.bottomBorder{
    border-bottom: 1px solid #B3C2F1 !important;
}
.bottomLeft{
    border-left: 1px solid #B3C2F1 !important;
}
.bottomBorder4{
    border-bottom: 4px solid #B3C2F1 !important;
}
.height42{
    min-height: 42px;
}
.marginBottom120{
    margin-bottom: 120px
}

.marginBottom10{
    margin-bottom: 10px
}
.marginBottom20{
    margin-bottom: 20px
}
.marginRight10{
    margin-right: 10px
}

.table{
    white-space: nowrap;
    border: none !important;
    font-family: Montserrat;
    font-size: 14px;
}
thead, tbody, tfoot, tr, td, th {
    border: none !important;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #B3C2F1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #2E7689;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #2E7689;
}

.underlined{
border-bottom: 2px solid #2E7689;
padding-bottom: 3px !important;
}
.toplink:hover{
font-weight: 600;
}

/* collapsible tables  */
.panel-body{
    padding-left: 0px;
}
.panel-heading{
    width: 140px;
}
.panel-heading  a {
text-decoration: none;
color: black;
}
.panel-heading  a:before {
    /* font-family: 'Glyphicons Halflings'; */
    font-family: bootstrap-icons !important;
    /* content: "\e114"; */
    content: "\F282";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
div.datatable-wide {
padding-left: 0;
padding-right: 0;
}

.tab-content{
    margin-top: 0px;
    padding: 0px
}
.nav-tabs{
    margin-top: 20px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: #B3C2F1;
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    font-family: Montserrat;
    font-size: 14px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus a:hover{
    color: black;
}

.paddingLeft0{
    padding-left: 0px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.form-select-lg{
    /* 
    padding-bottom: 0px !important;
    */
}

body{

    font-family: 'Montserrat' !important;
    font-size: 14px; /* 1rem */
    
}
.calcGeneralFormTabMobility {
    background-color: #FFFFFF;
    /* padding: 15px; */
    margin-left: 0px !important;
    padding-bottom: 15px;;
}
.labourExtraInfo{
    background-color: #2D6E80; 
    color: white;
    height: 45px; 
    vertical-align:middle_;
    padding-top:14px
}
.labourExtraInfoContent{
    background-color: #B3C2F1;
    height: 45px; 
    padding-top:14px;
    font-size: 12px;
}
.labourExtraInfoContentPI{
    background-color: #B3C2F1;
    padding-top:14px;
}
.botborwhite{
    border-bottom: 1px solid white !important;
}
.labourExtraInputs{
    width:80% !important;
    border:1px solid white !important;
    background-color: #B3C2F1;
    color:white;
}
.nav-tabs .nav-link.active{
    border: none;
}

.contentScenariosList{
    background: url('/static/images/maia-crimew-0VBVgAqjoP8-unsplash.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
   

}
.contentScenariosListCont{
    background-color: white;
    margin: 50px 0px 0px 50px;
   
}
.wellcomeText{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    /* or 109% */
    color: #000000;
    margin: 40px 40px 0px 40px;
}
.alernativeScenarios{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    /* or 109% */
    color: #000000;
    margin: 0px 40px 0px 40px;
}
.altScenarioTitle{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 0px;
    text-decoration: none;
    color: #212529;
}

.wellcomeDesc{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 109% */
    color: #000000;
    margin: 10px 0px 20px 0px;
}
.lineHeight30{
    line-height: 26px !important;
}
.scenarioOption{
    background-color: #A1AFDA;
    margin: 20px 0px 00px 40px;;
    padding: 20px;
}
.scenarioSearchContainer{
    margin: 20px 0px 20px 40px;
    width: calc(75% - 40px);
}
.tenantNavItem{
    width: 320px;
    max-width: 32vw;
    margin-right: 10px;
}
.tenantSelectorForm{
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 24px;
}
.tenantSelectorLabel{
    color: #2E7689;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 0px;
    white-space: nowrap;
}
.tenantSelectorControl{
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}
.tenantSelectorIcon{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2E7689;
    font-size: 14px;
    z-index: 2;
    pointer-events: none;
}
.tenantSelectorSelect{
    height: 28px;
    padding: 2px 28px 2px 32px;
    border: 1px solid #B3C2F1;
    border-radius: 0px;
    background-color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    text-overflow: ellipsis;
}
.tenantSelectorSelect:focus{
    border-color: #2E7689;
    box-shadow: 0 0 0 0.12rem rgba(46, 118, 137, 0.2);
}
.tenantSelectorSelect:disabled{
    color: #68728E;
    background-color: #F5F7FC;
    opacity: 1;
}
.tenantContextNotice{
    background-color: #E6ECFE;
    border-left: 4px solid #2E7689;
    padding: 10px 12px;
}
.scenarioAvailabilityAlert{
    margin: 20px 0px 0px 40px;
}
.scenarioOptionSecondary{
    background-color: #E6ECFE;
    margin: 20px 0px 00px 40px;;
    padding: 20px;
}


.scenarioOption:hover{
    /* background-color: #68728E; */
}
.createScenarioOption{
    background-color: #68728E;
    margin: 20px 0px 30px 10px;;
    padding: 20px;
    color: white;
    text-align: center;
    height: 83px;
    border: none;
    cursor: pointer;
}
.createScenarioOption:hover{
    background-color: #A1AFDA;
}
.createScenarioOption,
.createScenarioOption:hover,
.createScenarioOption:focus{
    color: white;
}
.scenarioIcons{
    text-align: right;
    font-size: 25px;
}
.scenarioIcons a{
    text-decoration: none;
    color: black;
}

.recommendationSection{
    margin-top: 40px;;
}
.marginTop20{
    margin-top: 20px;
}
.width200{
    width: 200px !important;
}
.width250{
    width: 250px !important;
}
.width300{
    width: 300px !important;
}
.width50{
    width: 50px !important;
}
.nomargin{
    margin: 0px !important;
}
.nopadding{
    padding: 0px !important;
}

/* Dins els row tinguin la mateixa height */
/*
.row{
    overflow: hidden; 
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
*/
/* fi Dins els row tinguin la mateixa height */


.dataTables_filter {
    display: none;
}
.calcFormWpInputName{
    

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    background-color: #E6ECFE;
    border: none;
    padding-left: 0px !important;

    color: #000000;
}

.backgroundWhite{
    background-color: white !important;
}
.backgroundLilaClar{
    
    background-color: #E6ECFE !important;
    padding-bottom: 20px;;
}

.mitecoTable img{
    width:300px;
}

.verra td {
    vertical-align: top;
    max-width: 350px;
    overflow: hidden;
  }

  /* NEW TOOLTIP */
  .tooltipNew {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}
.novisible{
    visibility: hidden;
}
.tooltipNew .tooltiptext {
  font-size: 12px;
  visibility: hidden;
  /* width: 200px; */
  min-width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltipNew .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltipNew:hover .tooltiptext {
  visibility: visible;
}

.form-select:disabled{
    color: #bdbdbd;
}

.cardIconRecomendation{
    font-size: 1.25rem; 
    color: #2E7689;
    vertical-align: middle;
}
.card-body{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.borderRightWhite{
    border-right: 1px solid white !important;

}

.bi-spain::before { 
    content: url(/static/images/spain.png); 
}
.bi-italy::before { 
    content: url(/static/images/italy.png); 
    width: 100px;
}
.bi-europe::before { 
    content: url(/static/images/europe2.png); 
    width: 100px;
}
.paginate_button{
    color: #000;
    margin: 0 4px 0 5px;
    text-decoration: none;;
}

.paginate_button:hover{
    color: #2D6E80;
}

.tableform{
    /* white-space: nowrap; */
    border: none !important;
    font-family: Montserrat;
    font-size: 14px;
}

.tableform th{
    padding: 0.5rem;
}

.categoryCardContentSmall {
    padding: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    min-height: 175px;
}
.categoryCardContentSmall:hover {
    background-color: #2D6E80 !important;
    color: #FFF !important;
}

.bi-goldstandard::before { 
    
    background-image: url(/static/images/goldstandard.png);
    background-size: 200px 80px;
    display: inline-block;
    width: 200px; 
    height: 80px;
    content:"";
    margin-bottom: 15px;
}
.bi-verra::before { 
    background-image: url(/static/images/verra.png);
    background-size: 200px 49px;
    display: inline-block;
    width: 200px; 
    height: 49px;
    content:"";
    margin-bottom: 45px;
}
.bi-interreg::before { 
    background-image: url(/static/images/interregmapVerd.png);
    background-size: 210px 111px;
    display: inline-block;
    width: 210px; 
    height: 111px;
    content:"";
    margin-bottom: 25px;
    
}
/*
.bi-interreg:hover::before {
    background-image: url(/static/images/interregmap.png);
    background-size: 210px 111px;
    display: inline-block;
    width: 210px; 
    height: 111px;
    content:"";
    margin-bottom: 25px;
}
*/
.cartIcon{

    color: #B3C2F1;
    font-size: 1rem; 
    margin-bottom: 1rem;

}
.cartIcon:hover{
    cursor: pointer !important;
}

th{
    font-weight: 400;;
}
/* other calculations section */
.cardIconOther{
    font-size: 5rem; 
    color: #dacca1;
    position: absolute; 
    bottom: 20px;
}
.categoryCardContentSmallOther {
    padding: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    min-height: 175px;
}
.categoryCardContentSmallOther:hover {
    background-color: #803F2D !important;
    color: #FFF !important;
}
.createEventOption{
    background-color: #dacca1;
    margin: 20px 0px 30px 10px;;
    padding: 20px;
    color: white;
    text-align: center;
}
.createEventOption:hover{
    background-color: #dacca1;
}
.createEventOption a{
    text-decoration: none;
    color: white;
}
.calcFormWpInputNameOthers{
    

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    background-color: #dacca1;
    border: none;
    padding-left: 0px !important;

    color: #000000;
}
.bottomBorderOthers{
    border-bottom: 1px solid #dacca1 !important;
}
.buttonSaveDarkOthers{
    height: 35px;
    left: 1180px;
    top: 587px;
    font-size: 14px;
    background: #803F2D;
    color: white;
    border: none;
    margin-top: 8px;
}
.scenarioOptionSecondaryOthers{
    background-color: #dacca1;
    margin: 20px 0px 00px 40px;;
    padding: 20px;
}
.navleftOthers{
    background-color: #bfa55a;
}
.contentOthers{
    background: #dacca1;
    padding: 50px 30px 0px 30px;
}
.categoryCardContentOther{
    padding: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    min-height: 325px;;
}
.categoryCardContentOther:hover {
    background-color: #803F2D !important;
    color: #FFF !important;
}
.categoryCardContentOther:hover span {
    display:inline-block;
    border-bottom:3px solid #49C1A0;
    padding-bottom:20px;
}
.categoryCardContentOther:hover .cardIcon {
    color: #49C1A0;   
}
.cateringRadioButtons{
    margin: 10px 0px 10px 0px;
    padding: 5px;
   
}
.recomendationBold{
    font-size: 1.5em; 
    font-weight:bolder;
}

.list-group-item{
    padding: 0.6rem 0rem !important;
}

.form-control:disabled, .form-control[readonly] {
    /* background-color: #e9ecef; */
    background-color: #ffffff !important;
    opacity: 1;
}

.smallfont{
    font-size: 12px;
    font-weight: 200;
    line-height: 17px;
}


