/* CSS Document */
/*BUTTONS*/
.bottomMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
}
/*PANNELS*/
.fixed-bottom-left {
    top: 100%;
    left: 0;
}
.newSearch {
    height: 0;
    width: 100%;
    background-color: #005999;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}
.closeNewSearchForm {
    top: 15px;
    text-align: center;
    line-height: 35px !important;
    left: calc(100vw - 160px);
    color: #ffffff;
	cursor: pointer;
    color: #ffffff;
    background: #005999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px !important;
    z-index: 9999;
	display: none;
    position: absolute;
    border: solid 1px #ffffff;
    margin: 0 !important;
    padding: 0;
}
.formsection {
    width: 100%;
    background-color: #35b335;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}
.closeFormSection {
    top: 15px;
    text-align: center;
    line-height: 35px !important;
    left: calc(100vw - 160px);
    color: #ffffff;
    cursor: pointer;
    background: #005999;
    z-index: 9999;
    display: none;
    position: absolute;
    border: solid 1px #ffffff;
    height: 35px;
    width: 35px;
    margin: 0 !important;
    padding: 0;
}
.user{
	position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0.5rem;
    border-color: #ccdeeb;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    height: 40px;
}