.map_left {
	height:100%;
    width: 100%;
    position: fixed;
	z-index: 10;
    bottom: 0px;
    left: 0px;
}
.map_left.open{
  width: calc(100% - 400px);
}
#map {
	width: 100%;
    height: 100%;
    position: absolute;
}

.map_right {
    position: fixed;
    z-index: 20;
    top: 10px;
    background-color: #fff;
    padding: 10px;
    width: 400px;
    left: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    padding-top: 30px;
}



#map_label_top{
        padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 0;
    font-style: italic;
}

.label,.slider-tick-label{
        text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 5px;
    font-style: italic;
        width: 100%;

}
.label.small,.slider-tick-label{
    font-size: 11px;
}
.label.big{
    font-size: 22px;
}
.slider-tick-label{
    padding-top: 0px !important;
}

#btn_group_create{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
}
.map_range{
    display: none;
       width: 100%;
    position: relative;
    border-left: 1px solid #d3dae0;
    height: 65px;
    padding: 0px 38px;
}

.map_range span{
    border-left: 2px dotted #9E9E9E;
    padding-left: 7px;
    font-size: 11px;
    width: 50px;
    position: absolute;
    left: 0;
}

.map_range span._1km{
    margin-left: 13%;
    width: 50px;
    position: absolute;
}
.map_range span._5km{
    margin-left: 57%;
    width: 50px;
    position: absolute;
}
.map_range span._10km{
    border-left: 0px;
    border-right: 2px dotted #9E9E9E;
    padding-right: 7px;
    left: auto;
    right: 0px;
}

/*


.navbar{
        background-color: #20927b !important;
}
#btn_logout_nav{
margin-left: 30px;
    padding: 0px 12px;
    border: 1px solid #306547;
}
.navbar-light .navbar-nav .active>.nav-link{
    font-weight: bold;
}
.map_container {
  width: 100%;
}

.map_right {

    width: 370px;
    padding-top: 50px;
}
.map_left {
	height: calc(100% - 60px);
    width: calc(100% - 380px);
    position: fixed;
	z-index: 100;
    top: 60px;
    right: 0px;
}
#group_bar{
    background-color: white;
    position: fixed;
    width: 380px;
    left: 0;
    text-align: center;
    box-shadow: 0px -5px 12px #0000001f;
    padding-top: 14px;
    bottom: 0px;
    padding-bottom: 10px;
}
#map {
	width: 100%;
    height: 100%;
    position: absolute;
}
#side_bar{
	    margin: 20px 0px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.sname {
  font-weight: bold;
}
h1.studentNameTitle {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#addressInput {
    width: 266px;
    border: 0px;
    color: #000000;
    font-family: Arial;
    padding-left: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ececec;
}
#addressSubmit,#createGroupMap {
    width: 80px;
    height: 43px;
    background-color: #3fcb91;
    color: white;
    border: 0px solid transparent;
    cursor: pointer;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0px;
}
#createGroupMap{
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 27px;
}
#createGroupMap:hover{
    background-color: #386913;
}
#send_msg_to_group {
  width:120px; height:44px; background-color:#3fcb91; color:white; font-weight:bold; border:0px solid transparent; cursor: pointer; border-radius: 8px;
}

#students_near {
  font-style: italic;
}

div:not(#foo) > input[type='checkbox'] {
  display:none;
}

.sname_img {
  float: right;
  width: 24px;
  height: 24px;
  background-image: url('../img/space24.png');
  cursor: pointer;
}

div:not(#foo) > label.sname_label {
     width: 100%;
    padding: 8px;
    color: #000000;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-image: url(../img/info_white.png) !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.21);
}

div:not(#foo) > input[type="checkbox"]:checked + label.sname_label {
    width: 100%;
    padding: 8px;
    padding-left: 16px;
    border-left: 20px solid #00538b;
    color: #00538b;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-image: url(../img/info_white.png) !important;
}


@media only screen and (max-width: 767px){
	.navbar{
		    padding: .15rem 1rem;
		    z-index: 100000;
	}
	.navbar-collapse{
		padding-bottom: 30px;
	}
	#btn_logout_nav,.navbar-brand{
		margin: 0 auto;
		text-align: center;
	}
	.navbar-brand img{
		margin: auto !important;
	}
	.navbar-toggler:not(:disabled):not(.disabled){
		padding: 0 10px !important;
		border: 0px !important;
		margin-top: 2px !important;
	}
	#map_label_top{
		display: none !important;
	}
	.map_right{
		width: 100%;
		padding-top: 0px;
		position: absolute;
		    bottom: 0px;
		left: 0px;
	}
	#addressInput {
		width: 225px;
		border: 0px;
		padding-top: 9px;
		padding-bottom: 8px;
	}
	#addressSubmit, #createGroupMap {
		width: 70px;
		height: 34px;
	}
	#createGroupMap{
		width: 90%;
	}
	#group_bar{
		width: 100%;
	}
	.map_left {
		position: absolute;
		left: 0;
		top: 37px;
		width: 100%;
		    height: calc( 100% - 95px);
	}
	#side_bar{
		margin: 0px;
		 padding: 0px 10px !important;
	}
	#students_near{
		    font-size: 10px;
	}
	.info_student {
		display: inline;
	}
	.sname_label{
		padding-right: 40px;
	}
	#students_list_container {
		list-style-type: none;
		white-space: nowrap;
		overflow-x: auto;
		height: 130px;
		padding: 2px 10px;
	}
	#group_bar {
		box-shadow: 0px 0px 7px #0000001f;
		padding-top: 10px;
		padding-bottom: 10px;
		display: none;
	}
	#side_bar{
		display: none;
	}
	
	
	.map_container.search .map_left{
		    height: calc( 100% - 265px);
	}
	.map_container.search .map_right{
		 bottom: 0px;
	}
	.map_container.search #group_bar, .map_container.search #side_bar{
		display: block;
	}
	.map_container.search div:not(#foo) > label.sname_label {
		min-width: 50%;
		margin-right: 10px;
		    width: auto !important;
	}
}
*/
body { min-height:100vh; }     
body[orient="portrait"] { min-height:calc(100vh + 60px); }
body[orient="landscape"] { min-height:calc(100vh + 60px); }


@media only screen and (max-width: 767px) {
	.map_left.aperto {
		width: 60%;
		left: 0%;
	}
	.map_right{
		top: 0;
		right: 0;
		left: inherit;
		padding: 0px 0 10px;
		width: 60%;
	}
	.map_right.aperto {
		width: 40%;
		position: absolute;
		min-height: calc(100vh + 60px);
	}
	.map_range {
		width: 100%;
		height: 50px;
		padding: 0px 10px;
		margin: 6px 5% !important;
		width: 90% !important;
		border-left: 0;
	}
}


@media only screen and (max-width: 767px) and (orientation:portrait) {
	.map_left.aperto {
		width: 100%;
		left: 0%;
		height: 50%;
		top: 0;
	}
	.map_right{
		top: 0;
		right: 0;
		left: inherit;
		padding: 0px 0 10px;
		width: 60%;
	}
	.map_right.aperto {
		width: 100%;
		position: fixed;
		height: 50%;
		top: 50%;
		overflow: auto;
		padding: 20px 30px;
	}
}



.fas.fa-times{
    color:#ff5722;
}