.pickadate--full
{
    background  : rgba(255, 99, 0, 0.42) !important;
    color       : white !important;
    font-weight : 400 !important;
}

.pickadate--full:hover
{
    background : rgba(255, 99, 0, 0.59) !important;
}

.pickadate--full:active
{
    background : rgba(255, 99, 0, 0.59) !important;
}

.pickadate--red
{
    background  : rgba(249, 61, 47, 0.75) !important;
    color       : white !important;
    font-weight : 400 !important;
}

.pickadate--red:hover
{
    background : rgb(249, 61, 47) !important;
}

.pickadate--red:active
{
    background : rgb(249, 61, 47) !important;
}

.pickadate__day
{
    background  : rgba(5, 187, 20, 0.58);
    color       : white;
    font-weight : 300 !important;
}

.pickadate--green
{
    background  : rgba(5, 187, 20, 0.58) !important;
    color       : white !important;
    font-weight : 400 !important;
}

.pickadate--green:hover
{
    background : rgb(6, 214, 23) !important;
}

.pickadate--green:active
{
    background : rgb(6, 214, 23) !important;
}

.green-ind
{

}

.red-ind
{
    border : solid 3px rgba(255, 93, 93, 0.78) !important;
    color  : rgba(255, 13, 13, 0.58) !important;
}

.red-ind.active
{
    border     : solid 3px rgba(255, 93, 93, 0.78) !important;
    color      : white !important;
    background : rgba(255, 128, 128, 0.69) !important;
}

.orange-ind
{
    border : solid 3px rgba(255, 115, 25, 0.78) !important;
    color  : rgba(255, 125, 21, 0.85) !important;
}

.orange-ind.active
{
    border     : solid 3px rgba(255, 115, 25, 0.78) !important;
    color      : white !important;
    background : rgba(255, 151, 97, 0.69) !important;
}

.places
{
    display : none;
}

.places p
{
    padding       : 3px 23px;
    color         : white;
    font-weight   : 500;
    border-radius : 0px;
}

.green-places p
{
    background : rgba(129, 199, 132, 0.81);
}

.red-places p
{
    background : rgba(255, 128, 128, 0.69) !important;
}

.orange-places p
{
    background : rgba(255, 151, 97, 0.69) !important;
}


.green-places h5
{
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 100;
    color: rgba(129, 199, 132, 0.81);
}

.red-places h5 {
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 100;
    color: #ffa7a7;
}

.orange-places h5
{
    display     : inline-block;
    margin-left : 5px;
    font-size   : 15px;
    font-weight : 100;
    color       : rgba(255, 151, 97, 0.69);
}


#title p
{
    margin  : 0;
    display : inline-block;
}

