.app-container {
    display: flex;
}

@media only screen and (max-width: 980px) {
	.app-container
	{
		flex-direction: column;
		align-content:space-between;
	}

	#map-wrapper,
	#map-controls-wrapper
	{
		width: 100%;
		margin-bottom:22px;
	}

	#map-controls-wrapper,
	#map-controls
	{
		height: 500px !important;
	}

	#input_map_search
	{
		width: 85%;
	}

	#button_reset_map
	{
		width: 15%;
	}

}

@media only screen and (min-width: 981px) {
	.app-container
	{
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		height: 600px;
	}

	#map-wrapper
	{
		width: 50%;
	}

	#map-controls-wrapper
	{
		width: 50%;
		margin-left: 10px;
	}

	#input_map_search
	{
		width: 90%;
	}

	#button_reset_map
	{
		width: 10%;
	}
}

.label_multiple_markers
{
	text-align:center; 
	letter-spacing: 1pt;
}

.search-controls
{
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#input_map_search
{
	padding:8px 5px;
}

.infoWindowBtn i
{
  position: relative;
  top: 7px;
}

#button_reset_map
{
	background-color: #9e1a1a;
	border-color: #9e1a1a;
	outline: #9e1a1a;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
}

#button_reset_map:hover
{
	opacity: 0.7;
	transition: opacity 150ms ease-in-out;
	cursor: pointer
}

#map
{
	width: 100%;
	height: 550px;
}

#map-controls
{
	overflow-y: scroll;
    height: inherit;
}

#map-controls-wrapper
{
	height: 100%;
}

#button_reset_map i
{
	font-size: 0.8em;
}

/* CHECKBOX */
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 10pt;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d6d6d6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #27285B;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
  transition: background 100ms ease-in-out;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* /CHECKBOX */


.dvMapLegend
{
	background-color:#f5f5f5;
	color: #474747; 
	display:inline-block; 
	width:100%;
	/*
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	/*border: 1px solid #27285B; */
}

.dvMapLegend:not(:first-child)
{
	margin-top:35px;
}

.dvMapLegend>.dvMapLegendHeader
{

	padding:0px;
	background-color: #27285B;
	box-shadow: 4px 8px 12px rgba(0,0,0, 0.3);
	/*
	-webkit-border-top-left-radius: 5px; 
	-moz-border-top-left-radius: 5px; 
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-top-right-radius: 5px; 
	border-top-right-radius: 5px; 
	*/
}

.dvMapLegendHeaderTitle {
    padding: 10px;
    font-size: 10pt;
    background-color: rgb(29,83,165);
    color: white;
    display: block;
    text-align: center;
    letter-spacing: 1pt;
    /*
	-webkit-border-top-left-radius: 5px; 
	-moz-border-top-left-radius: 5px; 
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-top-right-radius: 5px; 
	border-top-right-radius: 5px;  
	*/
}

.ulLocations
{
	display:block;
	padding:15px;
	list-style-type: none;
}

.ulLocations>li
{
	border-bottom: 1px solid rgba(65, 108, 143, 0.4);
	margin-top:15px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	padding-left: 0 !important;
}

.liActiveSingleInstitution
{
	background-color: rgba(0, 102, 136, 1) !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.ulGroupSingleInstitution
{
	padding:0 !important;
	list-style-type: none;
	color: #fff;
}

.ulGroupSingleInstitution>li
{
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	padding:10px 15px;
	margin-top:5px;
	background-color: rgba(65, 108, 143, 0.7);
	-webkit-transition: background-color 150ms ease-in-out, box-shadow 50ms ease-in-out;
	transition: background-color 150ms ease-in-out, box-shadow 50ms ease-in-out;
}

.ulGroupSingleInstitution>li:hover
{
	background-color: rgba(0, 102, 136, 0.8);
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
	cursor: pointer;
}

.ulGroupLocations {
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

.ulGroupLocations li
{
	cursor: pointer;
	background-color: rgba(0,173,158, 0.7);
    padding: 10px 15px !important;
    margin-top: 5px;
    background-color: rgba(65, 108, 143, 0.7);
    -webkit-transition: background-color 150ms ease-in-out, box-shadow 50ms ease-in-out;
    transition: background-color 150ms ease-in-out, box-shadow 50ms ease-in-out;
}

.ulGroupLocations li:hover
{
	background-color: rgba(0, 102, 136, 0.8);
}

.spnDoctorName 
{
    color: white;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
}

.spnGroupName 
{
    display: block;
    color: white;
    margin-bottom: 4px;
    font-size: 12px;
}

.spnAddressName 
{
    display: block;
    color: white;
    font-size: 12px;
}


#multiple_markers_wrapper
{
	color: white !important;
	padding: 15px 15px;
	background-color: rgba(45, 53, 60, 0.6);
	position:absolute;
	z-index:9999;
	box-sizing: border-box;
	overflow-y: scroll;

}

#list_multiple_location_markers
{
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}

#list_multiple_location_markers>li
{
	width: 138px;
	height: 162px;
	background-color: #464d52;
	display: inline-block;
	margin-top: 3px;
	padding:10px;
	float: left;
    margin-left: 3px;
    transition: background-color 150ms ease-in-out;
    overflow:hidden;
}

#list_multiple_location_markers>li:hover
{
	background-color: #27285B;
	cursor: pointer;
}

.dv_mi_imgContainer
{
	text-align: center; 
	position: relative; 
	top: 2px;
}

.dv_mi_labelContainer
{
	text-align: center; 
	position: relative; 
	top: 10px;
}

.dv_mi_labelContainer>span
{
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	line-height: 16px;
	word-break: break-word;
	padding: 5px 0px;
}

.close_icon
{
	position:relative;
	z-index:999;
	text-align:right;
}

.iCloseIcon
{
	padding:10px; 
	cursor:pointer;
}

.nomargin
{
	margin:0;
}

.lblInfoWindow
{
	display:block;
	padding-bottom:4px;
	font-size: 14px;
}

.lblInfoWindowName
{
	margin-bottom:3px;
}

.infoWindowSearch
{
	margin-top:15px;
}

.infoWindowBtn 
{
    cursor: pointer;
    background-color: rgb(39,40,91) !important;
    color: white;
    width: 50px;
    text-align: center;
}

.infoWindowBtn:hover
{
	opacity: 0.8;
	transition: opacity 100ms ease-in-out;
}

.inptAddressNavigate,
.infoWindowBtn
{
	padding:7px;
}

#dvMapLegendDezurstva
{
	background-color: #9e1a1a;
}

.spnLegendName
{
	position: relative;
	/*bottom: 7px;*/
	line-height:22px;
}

#navigate_to_btn
{
	cursor: pointer;
}

#map_directions_wrapper
{
	width: 250px;
    height: 637px;
    overflow: auto;
    background-color: rgb(245, 245, 245);
    display: inline-block;
    z-index: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: -1px 0px 4px rgba(65, 108, 143, 0.4);
}

