
.places {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;

    background-image: url(../img/places_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.places_wp{
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    /*background-color: rgba(0,0,0,0.5);*/

    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 47%, rgba(0,0,0,0.3) 77%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.4)), color-stop(47%, rgba(0,0,0,0.4)), color-stop(77%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 47%, rgba(0,0,0,0.3) 77%, rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 47%, rgba(0,0,0,0.3) 77%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 47%, rgba(0,0,0,0.3) 77%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,1,0.4) 47%, rgba(0,0,0,0.3) 77%, rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.places_scroll {
    position: relative;
    overflow: auto;
    height: 100%;
    right: -17px;
}
.places_header {
    color: white;
    padding: 3.5em 5em;
    margin: auto;
}
.places_title {
    font-size: 1.8em;
    font-weight: bold;

    position: relative;
}
.places_content_wp {
    width: 100%;
    min-width: 100%;
   /* height: calc(100% - 16em);
    max-height: calc(100% - 16em);
    overflow: auto;
    position: relative;
    right: -17px;*/
}
.places_content{

}
.places_content_loader {
    width: 3em;
    height: 3em;
    background-image: url(../img/loading.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 0.5em;
}

 .place {
    border-radius: 16px;
    padding: 1.6em 2em;
    background-color: rgba(255,255,255,0.2);
    color: white;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    /*width: 33%;*/
    display: inline-block;
    margin: 0.8em;
    padding-right: 5rem;
 }


 .place:hover{
    background: url(../img/places_enter.png) no-repeat right 1.5em center;
    background-color: #007565;
    background-size: 2em;
 }
 .places_content_inner {
    margin: auto 4.2em;
    text-align: left;
 }
 .place_name{
    font-size: 1.2em;
    text-transform: uppercase;
 }
 .place_address{
    /*display: none;*/
 }
 .place_address_row{
    padding: 0.1em 0;
    font-size: 0.9em;
 }
 .place_info{
    margin-top: 0.3em;
 }
 .place_type{
    display: inline-block;
    background-color: white;
    color: #4d5460;
    border-radius: 11px;
    font-size: 0.8em;
    padding: 0.4em 0.7em;
 }
 .place_area{
    margin-left: 0.7em;
    display: inline-block;
 }

 .places_content_gradients[side="top"] {
     position: absolute;
     top: -1px;
     left: 0px;
     right: 0;
     height: 2em;
     z-index: 1;
     background: -moz-linear-gradient(top, rgba(67,82,96,1) 37%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(67,82,96,1) 37%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(67,82,96,1) 37%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435260', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
 }

 .places_content_gradients[side="bottom"] {
     position: absolute;
     bottom: -1px;
     left: 0px;
     right: 0;
     height: 2em;
     z-index: 1;
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(67,82,96,1) 63%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(67,82,96,1) 63%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(67,82,96,1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#435260',GradientType=0 ); /* IE6-9 */
 }

 /* .places_close_session{
    position: absolute;
    right: 0em;
    top: 0em;

    background-image: url(../img/places_exit.png);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    height: 1em;
    width: 1em;
    cursor: pointer;
 } */

 .places_close_session{
    position: absolute;
    right: 0em;
    top: 0em;
    height: 1em;
    width: 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .places_close_session::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2f5";  /* fa-sign-out-alt */
    font-weight: 900;
    font-size: 0.9em;
    color: #fff;
 }
 .places_add_new{
    position: absolute;
    right: 1.5em;
    top: 0em;

    background-image: url(../img/places_exit.png);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    height: 1em;
    width: 1em;
    cursor: pointer;
 }
 .places_search{
    position: absolute;
    right: 3em;
    top: 0em;

    background-image: url(../img/places_exit.png);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    height: 1em;
    width: 1em;
    cursor: pointer;
 }
