* { margin: 0px; padding: 0px; }
body {
	background: #F8F8FF;
}
.header {
	background-image:
	linear-gradient(to bottom,
		#8fbbbc 30%,
		#5f9ea0 70%);
width: auto;
margin: 50px auto 0px;
color: white;
text-align: center;
border-bottom: none;
border-radius: 10px 10px 0px 0px;
padding: 20px;
margin-top: 15px;
}
.login_header{
	background-image:
	linear-gradient(to bottom,
		#8fbbbc 30%,
		#5f9ea0 70%);
	width: 60%;
	margin: 50px auto 0px;
	color: white;	
	text-align: center;
	
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
.header1 {
	background-image:
	linear-gradient(to bottom,
		#8fbbbc 30%,
		#5f9ea0 70%);
	width: 80%;
	margin: 50px auto 0px;
	color: white;
	text-align: center;
	
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
.header2 {
	background-image:
	linear-gradient(to bottom,
		#8fbbbc 30%,
		#5f9ea0 70%);
	width: 60%;
	margin: 50px auto 0px;
	color: white;	
	text-align: center;
	
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
.header3 {
	background-image:
	linear-gradient(to bottom,
		#21c1cf 30%,
		#0f89b9 70%);
	width: 40%;
	margin: 50px auto 0px;
	color: white;	
	text-align: center;
	
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
.login {
	width: 40%;
	margin: 50px auto 0px;
	color: black;
	padding: 20px;
}

 .tablestyle_bold {
	width: 127px;
    font-size: 14px;
	font-weight: bold;
}

 .tablestyle_normal {
	width: 127px;
    font-size: 14px;
}

 .content {
	width: auto;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
}
.content1 {
	width: 80%;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 20px 20px;
}
.content2 {
	width: 60%;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
}
.content3 {
	width: 40%;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
	height: 250px;
}

.main_div_change_password {
	width: 40%;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
	height: 350px;
}

.div_login_first_time{
	width: 40%;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
	height: 350px;
}

.input[type=text]:focus {
	border: 3px solid #555;
  }
.textarea{
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	resize: none;
}
.input-group {
	margin: 10px 0px 10px 0px;
}
.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 70%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}

#user_type {
	height: 40px;
	width: 70%;
	padding: 5px 10px;
	background: white;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
.btn {
	width: 10%;
	padding: 7px;
	font-size: 12px;
	color: white;
	background: #5F9EA0;
	border: none;
	white-space: normal;
	border-radius: 5px;
}
.error {
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}
.profile_info img {
	display: inline-block; 
	width: 50px; 
	height: 50px; 
	margin: 5px;
	float: left;
}
.profile_info div {
	display: inline-block; 
	margin: 5px;
}
.profile_info:after {
	content: "";
	display: block;
	clear: both;
}
#container > div
{
    display: inline-block;
    border: solid 1px #000;
}
#container
{
    border: solid 1px #ff0000;
    text-align: center;
    margin: 0px auto;
    width: 70%;
}

/* from here: loading div animation */
@keyframes ldio-rpinwye8j0b {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.ldio-rpinwye8j0b div {
	position: absolute;
	animation: ldio-rpinwye8j0b 1s linear infinite;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	box-shadow: 0 5px 0 0 #32CD32;
	transform-origin: 80px 82px;
}

.loadingio-eclipse {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.ldio-rpinwye8j0b {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
	/* see note above */
}

.ldio-rpinwye8j0b div {
	box-sizing: content-box;
}

.div_loader {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(70, 45, 45, 0.5);
	z-index: 9998;
}

.cssload-wrap {
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: -moz-flex;
	box-pack: center;
	-o-box-pack: center;
	-ms-box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	box-align: center;
	-o-box-align: center;
	-ms-box-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	perspective: 390px;
	-o-perspective: 390px;
	-ms-perspective: 390px;
	-webkit-perspective: 390px;
	-moz-perspective: 390px;
	height: 100vh;
	overflow: hidden;
}

.cssload-cssload-spinner {
	position: relative;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	animation: cssload-wobble 4.59s ease-in-out infinite;
	-o-animation: cssload-wobble 4.59s ease-in-out infinite;
	-ms-animation: cssload-wobble 4.59s ease-in-out infinite;
	-webkit-animation: cssload-wobble 4.59s ease-in-out infinite;
	-moz-animation: cssload-wobble 4.59s ease-in-out infinite;
}

.cssload-cssload-spinner:before,
.cssload-cssload-spinner:after {
	display: block;
	content: ' ';
	border-radius: 50%;
	width: 88px;
	height: 88px;
	-webkit-clip-path: polygon(50% 0, 7% 26%, 7% 74%, 50% 100%, 93% 74%, 93% 26%, 83% 32%, 83% 69%, 50% 89%, 17% 69%, 17% 32%, 50% 12%, 83% 32%, 93% 26%);
	clip-path: polygon(50% 0, 7% 26%, 7% 74%, 50% 100%, 93% 74%, 93% 26%, 83% 32%, 83% 69%, 50% 89%, 17% 69%, 17% 32%, 50% 12%, 83% 32%, 93% 26%);
	animation: cssload-spin 1.73s ease-in-out infinite both reverse;
	-o-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
	-ms-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
	-webkit-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
	-moz-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
}

.cssload-cssload-spinner:before {
	background-color: #02baff;
	background: linear-gradient(to right, #3271ff, #02baff);
	position: absolute;
}

.cssload-cssload-spinner:after {
	background-color: #4c4c4c;
	background: linear-gradient(to right, #768f9d, #4c4c4c);
	animation-delay: -0.86s;
	-o-animation-delay: -0.86s;
	-ms-animation-delay: -0.86s;
	-webkit-animation-delay: -0.86s;
	-moz-animation-delay: -0.86s;
}

@keyframes cssload-wobble {

	0%,
	100% {
		transform: rotateX(8.75deg) rotateY(35deg);
	}

	50% {
		transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-o-keyframes cssload-wobble {

	0%,
	100% {
		-o-transform: rotateX(8.75deg) rotateY(35deg);
	}

	50% {
		-o-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-ms-keyframes cssload-wobble {

	0%,
	100% {
		-ms-transform: rotateX(8.75deg) rotateY(35deg);
	}

	50% {
		-ms-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-webkit-keyframes cssload-wobble {

	0%,
	100% {
		-webkit-transform: rotateX(8.75deg) rotateY(35deg);
	}

	50% {
		-webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-moz-keyframes cssload-wobble {

	0%,
	100% {
		-moz-transform: rotateX(8.75deg) rotateY(35deg);
	}

	50% {
		-moz-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@keyframes cssload-spin {

	0%,
	100% {
		transform: translateZ(49px) rotateX(14deg);
	}

	33% {
		transform: translateZ(-49px) scale(0.4);
	}

	66% {
		transform: translateZ(-49px);
	}
}

@-o-keyframes cssload-spin {

	0%,
	100% {
		-o-transform: translateZ(49px) rotateX(14deg);
	}

	33% {
		-o-transform: translateZ(-49px) scale(0.4);
	}

	66% {
		-o-transform: translateZ(-49px);
	}
}

@-ms-keyframes cssload-spin {

	0%,
	100% {
		-ms-transform: translateZ(49px) rotateX(14deg);
	}

	33% {
		-ms-transform: translateZ(-49px) scale(0.4);
	}

	66% {
		-ms-transform: translateZ(-49px);
	}
}

@-webkit-keyframes cssload-spin {

	0%,
	100% {
		-webkit-transform: translateZ(49px) rotateX(14deg);
	}

	33% {
		-webkit-transform: translateZ(-49px) scale(0.4);
	}

	66% {
		-webkit-transform: translateZ(-49px);
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		-moz-transform: translateZ(49px) rotateX(14deg);
	}

	33% {
		-moz-transform: translateZ(-49px) scale(0.4);
	}

	66% {
		-moz-transform: translateZ(-49px);
	}
}

/* to here loading div animation */
#main_page_div {/* main div shadow*/
	padding: 15px;
	box-shadow: 5px 10px 18px #888888;
}

#headers_page_div {/* header div shadow*/
	padding: 15px;
	box-shadow: 5px 10px 18px #888888;
}

#button_edit:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#button_edit {
	border: 0px;
	border-radius: 2px;
	background-color: teal;
	color: white;
	width: 80px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


#buttons:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}


#buttons {
	border: 0px;
	border-radius: 2px;
	background-color: teal;
	color: white;
	width: 80px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


#edit_buttons_style:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}


#edit_buttons_style {
	border: 0px;
	border-radius: 2px;
	background-color: teal;
	color: white;
	width: 80px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


.topnav {
	width:75%;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #FFFFFF;
	box-shadow: 5px 4px 13px 1px lightgray;
	margin-left: 230px;
	margin-right: 230px;
	margin-bottom: 100px ;
	border-radius: 5px;
  }

  .topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }

  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }

  .topnav a.active {
	background-color: #4CAF50;
	color: white;
  }

  .topnav button.w3-button {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }

  .topnav button.w3-button:hover {
	background-color: #ddd;
	color: black;
  }

  .topnav button.w3-button.active {
	background-color: transparent;
	color: white;
  }

  .main_body_div{
	padding-top: 70px;	
	background-color: white;
  }
  .main_body_container{
	background-color: white;
  }

  .left_side_hide_sidebar_div{
	background-color: white; float:left; position:absolute; z-index:101 !important; position:absolute !important; height:100%; width:230px;
  }

  #fieldset1 {
	float: right;
	width: 650px;
	height: 850px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 3px solid #008CBA;
	border-radius: 20px;
}

#fieldset2 {
	float: left;
	width: 650px;
	height: 850px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 3px solid #008CBA;
	border-radius: 20px;
}

#div2 {
	position: relative;
	width: 100%;
	height: 94%;
	padding: 3px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.spot_divs {
	cursor: -webkit-grab;
	cursor: grab;
	float: left;
	width: 170px;
	height: 110px;
	padding: 10px;
	border-radius: 20px;
	margin: 10px;
	background-color: #008CBA;
}

.spot_divs:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.spot_divs_disabled {
	cursor: -webkit-not-allowed;
	cursor: not-allowed;
	float: left;
	width: 170px;
	height: 110px;
	padding: 10px;
	border-radius: 20px;
	margin: 10px;
	background-color: lightslategrey;
}

.div_input_gates {
	border: 2px solid #008CBA;
	border-radius: 10px;
	width: auto;
	margin-left: 2px;
  }

.div1 {
	position: relative;
	width: 100%;
	height: 99%;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

#div1 {
	padding: 1px;
	border-radius: 20px;
	margin-top: 1px;
	width: auto;
	margin-left: 2px;
}

.empty_div_glow_effect {
	box-shadow: 0px 5px 10px white;
	background-color: white;
	height: 10px;
	width: 600px;
	position: absolute;
	z-index: 1;
}

#outer-div {
	width: 100%;
	text-align: left;
}

#inner-div {
	display: inline-block;
	margin: auto;
	padding: 3px;
}

.input-group-newLoc-rfid {
	display: inline-block;
	margin: auto;
	padding: 3px;
}

.input-group-newLoc-rfid input {
	height: 30px;
	width: 200px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
	padding: 4px;
}

.outer-div-rfid-newLoc {
	width: 100%;
	text-align: left;
}

.fas-fa-minus-rfid {
	font-size:15px;
	color:red;
	top:50%;
	margin:0;
	cursor:pointer;
}

.fa-plus-rfid {
	font-size:15px;
	color:greenyellow;
	cursor:pointer; 
	margin-left:5px;
	margin-top:5px;
}

.fa-plus-rfid-selectedLoc{
	font-size:25px;
	color:greenyellow;
	cursor:pointer;
	vertical-align:middle;
}

.fa-plus-rfid-selectedLoc:hover{
	text-shadow: 0 0 10px greenyellow;
}

.fa-delete-rfid {
	font-size:15px;
	color:red;
	cursor:pointer;
	vertical-align:middle;
}

.fa-delete-rfid:hover{
	text-shadow: 0 0 10px red;
}

#selected_loc_new_rfid {
	margin-bottom: 25px;
}

.add_new_location_rfid_input{
	color:grey;
	width:250px;
	margin-bottom:10px;
	margin-left:3px;
}

.main_container_hotline_mac_plc {
 display:flex;
}

.left_hotline_mac_plc {
	display: flex;
	flex-direction: column;
}
	
.right_hotline_mac_plc {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 210px;
  margin-top: 10px;  
}

.overflow-right_hotline_mac_plc {
	height: 185px;
	width: 260px;
	overflow-y:auto;  
	border: thin dotted grey;
	border-radius: 9px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.advanced-info-settings-icons {
	float: right;
}
.container_advanced_info .main_box_advanced_info {
	width:600px;
}
.container_advanced_info .main_box_advanced_info .box-row-advanced_info {
	display:table-row;
}
.container_advanced_info .main_box_advanced_info .box-cell-advanced-info {
	display:table-cell;
	width:50%;
	padding:10px;
}
.container_advanced_info .main_box_advanced_info .box-cell-advanced-info.box1_advanced_info {
	text-align:justify;
}
.container_advanced_info .main_box_advanced_info .box-cell-advanced-info.box2_advanced_info {
	text-align:justify
}

#mySidebar {
	background-image: linear-gradient(0deg, #4AA2C9, #027DB4);	
}

.legend_edit_xyz {
	color:black;
	border:white;
	padding-left:6px;
	padding-right:3px;
	width:auto;
	font-size:medium;
	font-family:'Poppins';
	margin-bottom:4px;
	margin-left:10px;
}

.button {
	display: inline-block;
	background-color: #027DB4;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	width: 300px;
	transition: all 0.5s;
	cursor: pointer;
  }

  .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }

  .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }

  .button:hover span {
	padding-right: 25px;
  }

  .button:hover span:after {
	opacity: 1;
	right: 0;
  }

  .button:hover {
	background-color: #4AA2C9;
	color: white;
  }

  .buttonLogOut {
	background-color: #027DB4;
	color: white;
  }

  .buttonLogOut_ {
	display: inline-block;
	background-color: #027DB4;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	width: 300px;
	transition: all 0.5s;
	cursor: pointer;
  }

  .buttonLogOut_ span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }

  .buttonLogOut_ span:after {
	content: '\00ab';
	position: absolute;
	opacity: 0;
	top: 0;
	left: -20px;
	transition: 0.5s;
  }

  .buttonLogOut_:hover span {
	padding-left: 25px;
  }

  .buttonLogOut_:hover span:after {
	opacity: 1;
	left: 0;
  }

  .buttonLogOut:hover {
	background-color: red;
	color: white;
  }

  /* Rounded border */
  hr.rounded {
	border-top: 2px solid #FFFFFF;
	border-radius: 5px;
  }

  .nav {
	list-style-type: none;
  }

  .nav li {
	display: inline-block;
  }

  body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
  }

  .collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
  }

  .collapsible_content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	width: 800px;
	height: auto;
	border-radius: 4px;
	text-align: left;
  }

  .arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 2px;
	width: 100px;
	height: 100px;
  }

  .down {
	width: 0;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-top: 20px solid #4AA2C9;
	cursor: pointer;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto
  }

  .block {
	text-align: center;
	margin-bottom: 1px;
}

.block:before {
	content: '';
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.centered {
	width: 900px;
	background-color: red;
	text-align: center;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 40px;
}

  .centered_location_div {
	display: inline-block;
	vertical-align: middle;
  }

  .block_location_div {
	text-align: center;
	margin-left: 230px;
	margin-right: 230px;
	margin-bottom: 1px;
  }

  .block_location_div:before {
	content: '';
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
  }

  .centered_countries_div {
	width: 200px;
	text-align: center;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 40px;
}

.centered_hotline_div {
	width: 200px;
	text-align: center;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 40px;
}
.centered_clients_div {
	width: 400px;	
	text-align: center;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 40px;
}

.centered_admin_divs {
	width: 900px;
	text-align: center;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 40px;
}

* {
	box-sizing: border-box;
}


.div_container_locations {
	padding: 1px 4px;
	border: #a0a0a0 solid 1px;
	background: #f5f5f5;
	margin: 10px 0;
	box-shadow: 5px 10px 50px 10px #888888;
	border-radius: 4px;
	width: 800px;
  }

  .div_container_clients {
	padding: 1px 1px;
	background: #f5f5f5;
	box-shadow: 5px 10px 50px 10px grey;
	border-radius: 10px;
	width: 400px;
	text-align: center;
	height: 320px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: auto;
}

.div_container_admins {
	padding: 1px 1px;
	background: #f5f5f5;
	box-shadow: 5px 10px 50px 10px #888888;
	border-radius: 10px;
	width: 260px;
	text-align: center;
	height: 305px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: auto;
}

.home_search_locations input[type=text] {
	padding: 10px;
	font-size: 17px;
	border: 1px solid #008CBA;
	float: left;
	width: 80%;
	background: #f1f1f1;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
  }

  .home_search_locations button {
	float: left;
	width: 20%;
	padding: 5px;
	background: #008CBA;
	color: white;
	font-size: 17px;
	border: 1px solid #008CBA;
	border-left: none;
	cursor: pointer;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
  }

  .home_search_locations {
	float: left;
	max-width: 300px;
  }

  .new_admin_button {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	width: 160px;
}

.new_admin_button2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.new_admin_button2:hover {
	background-color: #008CBA;
	color: white;
}

.activeBtn {
	background-color: #008CBA;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 160px;
}

.btnDeactivated {
	background-color: white !important;
	color: black !important;
	border: 2px solid #008CBA !important;
}

.btnDeactivated:hover {
	background-color: #008CBA !important;
	color: white;
}

.deactiveBtn {
	background-color: #008CBA;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 160px;
}

.add_new_admin_submit {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 35px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 11px;
	width: 150px;
	float: left;
}

.add_new_admin_submit2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.add_new_admin_submit2:hover {
	background-color: #008CBA;
	color: white;
}

.fa-edit:hover,
.fa-tags:hover,
.fa-info-circle:hover,
.fa-cogs:hover,
.fa-pen-square:hover,
.fa-tv:hover {
  color: #008CBA;
  cursor: pointer;
}

.fa-edit,
.fa-tags,
.fa-info-circle,
.fa-cogs,
.fa-pen-square,
.fa-tv {
  font-size: 24px;
  float: right;
  margin: 10px;
}

.rotate {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.rotate.downn {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.fa-map-marker-alt:hover {
	color: #008CBA;
}

.gates_buttons {
	background-color: #4CAF50;
	/* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 30px;
	margin: 5px;
	padding: 10;
	border-radius: 6px;
	width: 80px;
}

.gates_buttons2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.gates_buttons2:hover {
	background-color: #008CBA;
	color: white;
}

#main_address_div {
	border: #a0a0a0 solid 1px;
	width: 65%;
	margin-left: 5px;
	border-radius: 5px;
}

.main_address_div {
	border: #a0a0a0 solid 1px;
	width: 65%;
	margin-left: 5px;
	border-radius: 5px;             
  }

  #address_div {
	width: 90%;
	min-height: 100%;
	background: transparent;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.locatin_pin_div {
	width: 10%;
	background: transparent;
	min-height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .address_div {
	width: 90%;
	min-height: 100%;
	background: transparent;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .close:hover {
	color: #008CBA;
}

.admin_cards_outer_div {
	width: 1000px;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 20px
}

.admin_icon {
	margin-left: 45px;
	margin-top: 5px;
	vertical-align: middle;
	height: 90px;
	width: 90px;
}

::-webkit-scrollbar {
	width: 12px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: lightblue;
}

.button_save_admin_data {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 13px;
	width: 150px;
	float: left;
}

.button_save_admin_data2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.button_save_admin_data2:hover {
	background-color: #008CBA;
	color: white;
}

.remove_selected_admin {
	background-color: darkred;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 150px;
	float: left;
}

.remove_selected_admin2 {
	background-color: darkred;
	color: white;
}

.remove_selected_admin2:hover {
	background-color: white;
	color: black;
	border: 2px solid darkred;
}

.activate_selected_admin {
	background-color: greenyellow;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-left: 13px;
	width: 150px;
	float: left;
}

.activate_selected_admin2 {
	background-color: white;
	color: black;
	border: 2px solid greenyellow;
}

.activate_selected_admin2:hover {
	background-color: greenyellow;
	color: white;
}

.parking_spots_holder_div {
	width: 1350px;
	min-width: auto;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

#client_spots_legend {
	padding-left: 6px;
	padding-right: 6px;
	border: white;
	width: auto;
	font: bold;
	font-size: large;
	font-family: 'Poppins';
	color: #008CBA;
}

#div_sliders_x,
#div_sliders_y,
#div_sliders_z {
  padding: 3px;
  border: 2px solid #008CBA;
  border-radius: 20px;
  margin-top: 5px;
  width: auto;
  margin-left: 2px;
  height: 50px;
}

.div_container_search {
	padding: 1px 4px;
	border: #a0a0a0 solid 1px;
	background: #f5f5f5;
	margin: 10px 0;
	box-shadow: 5px 10px 50px 10px #888888;
	border-radius: 4px;
	width: 800px;
	position: relative;
	overflow-y: auto;
  }

  .new_location_button {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	margin: 10px;
	padding: 5;
	border-radius: 6px;
	width: 160px;
  }

  .new_location_button2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
  }

  .new_location_button2:hover {
	background-color: #008CBA;
	color: white;
  }

  .new_location_button_submit,
  .edit_location_submit {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 150px;
	float: left;
  }


  .rfid_update_div_success_msg {	
	border: none;
	color: green;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid green;	
	border-radius: 10px;	
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	float: left;
  }

  .rfid_update_div_fail_msg {	
	border: none;
	color: red;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid red;	
	border-radius: 10px;	
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	float: left;
  }

  .new_location_button_submit2,
  .edit_location_submit2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
  }

  .new_location_button_submit2:hover,
  .edit_location_submit2:hover {
	background-color: #008CBA;
	color: white;
  }

  .location_new_ribbon {
	width: 75px;
	margin: 10;
	padding: 30;
	background: turquoise;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 1;
	left: 1;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
  }

  .location_new_ribbon:before,
  .location_new_ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: turquoise;
  }

  .location_new_ribbon:before {
	left: -108%;
  }
 
  .location_new_ribbon:after {
	right: -108%;
  }

  .location_search_ribbon {
	width: 75px;
	margin: 10;
	padding: 30;
	background: yellowgreen;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 1;
	left: 1;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
  }

  .location_search_ribbon:before,
  .location_search_ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: yellowgreen;
  }

  .location_search_ribbon:before,
  .location_new_ribbon_:before {
	left: -108%;
  }

  .location_search_ribbon:after,
  .location_new_ribbon_:after {
	right: -108%;
  }

  .location_id_field {
	float: left;
	font-weight: bold;
	margin: 10px;
	padding: 10px
  }

  .location_cards_outer_div {
	margin-top: 50px;
  }

  .location_cards_name {
	font-weight: bold;
	margin-top: 10px;
	padding: 8px;
	font-size: large;
	width: 50% auto;
	overflow-y: auto;
  }

  .location_body_card_div {
	width: 97%;
	display: inline-flex;
	text-align: center;
  }

  .location_header_div {
	width: 35%;
	margin-right: 5px;
  }

  .location_info_header_div {
	width: 100%;
	margin-right: 5px;
  }

  .location_header_schedule_div,
  .location_body_info_type,
  .location_body_info_plc_name {
	border: #a0a0a0 solid 1px;
	margin-bottom: 4px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .location_header_hotline,
  .location_info_type {
	margin-top: 8px;
	margin-bottom: 8px;
  }

  .location_body_macadr_div,
  .location_body_ble_div,
  .location_body_info_plc_ip {
	border: #a0a0a0 solid 1px;
	border-radius: 5px;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .location_body_macadr,
  .location_body_ble,
  .location_info_plc_name,
  .location_info_plc_ip {
	margin-top: 8px;
	margin-bottom: 8px;
  }

  .location_pin_span {
	margin-top: 8px;
	margin-bottom: 8px;
  }

  .location_collapsible_inner_div {
	float: left;
	padding: 5px;
  }

  .led_display_text {
	width: 150px;
	height: 40px;
	text-align: center;
	margin: 20px;
	border: 1px solid #888888;
	border-radius: 5px;
	font-size: 25px;
	float: left;
  }

  #display_text_modal_title {
	font-family: 'Arial';
	font-size: 30;
	text-align: center;
  }

  .led_display_button_submit {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin: 20px;
	width: 140px;
  }

  .led_display_button_submit2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
  }

  .led_display_button_submit2:hover {
	background-color: #008CBA;
	color: white;
  }

  .location_display_led_text_div {
	float: right;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 100px;
  }

  #display_text_p_tag {
	font-size: 35;
	color: black;
	border: 4px solid orange;
  }

  #clear_search_button_container {
	float: right;
  }

  .clear_search_button {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	margin: 10px;
	padding: 5;
	border-radius: 6px;
	width: 160px;
  }

  .clear_search_button2 {
	background-color: white;
	color: black;
	border: 2px solid orange;
  }

  .clear_search_button2:hover {
	background-color: orange;
	color: white;
  }

  .spot_cards_gate_no_ {
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: 'Poppins';
	width: 100%;
  }

  .spot_cards_gate_no_:hover {
	transform: scale(1.5);
  }

  .grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-row-gap: 3px;
	grid-column-gap: 3px;
	background-color: #2196F3;
	padding: 20px;
	width: 100%;
  }

  .grid-container>.spot_card {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	border: 1px solid grey;
	border-radius: 5px;
	cursor: pointer;
	height: 75px;
  }

  .spot-divs>.spot_card {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	border: 1px solid grey;
	border-radius: 5px;
	cursor: pointer;
	height: 75px;
  }

 .minus-divs {
  display: flex; 
  flex-direction: column;
  justify-content: space-around;
 }

  .spot_card:hover {
	transform: scale(1.1);
	box-shadow: 2px 2px 13px 1px salmon;
  }

  .front_back_row_title {
	font-family: 'Poppins';
	font-weight: bolder;
	font-size: 23px;
  }

  .div_container_countries {
	padding: 20px 20px;
	background: #f5f5f5;
	box-shadow: 5px 10px 50px 10px #888888;
	border-radius: 10px;
	width: 150px;
	text-align: center;
	height: 100px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	color: white;
	text-decoration: none;
	transition-duration: 0.2s;
}

.div_container_countries2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.div_container_countries2:hover {
	background-color: #008CBA;
	color: white;
}

.countries_cards_outer_div {
	width: 50%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
}

.country_name_p_tag {
	font-weight: bold;
	padding: 1px;
	font-size: large;
	text-align: center;
	font-family: 'Poppins'
}

.add_new_client_submit {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 35px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 11px;
	width: 150px;
	float: left;
}

.add_new_client_submit2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.add_new_client_submit2:hover {
	background-color: #008CBA;
	color: white;
}

.deactivated_client_label {
	width: 80;
	margin: 10;
	padding: 30;
	background: yellow;
	color: grey;
	padding: 1em 2;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.deactivated_client_label:before,
.deactivated_client_label:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: yellow;
}

.blocked_client_label {
	width: 75px;
	margin: 10;
	padding: 30;
	background: red;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.blocked_client_label:before,
.blocked_client_label:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: red;
}

.blocked_client_label:before {
	left: -108%;
}

.blocked_client_label:after {
	right: -108%;
}

.client_new_ribbon {
	width: 75px;
	margin: 10;
	padding: 30;
	background: turquoise;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 1;
	left: 1;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.client_new_ribbon:before,
.client_new_ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: turquoise;
}

.ribbon {
	margin: 10;
	padding: 30;
	background: yellowgreen;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.ribbon:before,
.ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: yellowgreen;
}

.ribbon:before,
.client_new_ribbon:before,
.deactivated_client_label:before {
	left: -108%;
}

.ribbon:after,
.client_new_ribbon:after,
.deactivated_client_label:after {
	right: -108%;
}

.client_card_header_div {
	width: 100%;
	text-align: left;
	height: 100px;
	padding: 10px;
}

.user_icon_img {
	margin-left: 8px;
	margin-top: 8px;
	float: left;
	height: 90px;
	width: 90px;
}

.client_name_p_tag {
	font-weight: bold;
	margin-top: 4px;
	margin-left: 6px;
	font-size: large;
	text-align: left;
	font-family: 'Poppins';
	overflow-wrap: break-word;
	width: 320px;
}

.client_email_p_tag {
	margin-top: 3px;
	margin-left: 6px;
	font-weight: lighter;
	padding: 1px;
	font-family: 'Poppins';
	font-size: small;
	text-align: left;
	overflow-wrap: break-word;
	width: 320px;
}

.client_phone_p_tag {
	margin-top: 3px;
	margin-left: 6px;
	font-weight: lighter;
	padding: 1px;
	font-family: 'Poppins';
	font-size: small;
	text-align: left;
	overflow-wrap: break-word;
	width: 320px;
}

.outer_body_client_card_div {
	width: 95%;
	text-align: center;
	height: 100px;
	padding: 10px;
	margin-top: 20px;
	margin-left: 12px
}

.client_company_name_icon_div {
	border: #a0a0a0 solid 1px;
	margin-bottom: 4px;
	border-radius: 5px;
	display: flex;
	justify-content: left;
	align-items: left;
	overflow: auto;
}

.client_company_icon {
	margin-left: 6px;
	margin-top: 6px;
	height: 23px;
	width: 28px;
}

.client_company_name {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px
}

.client_rfid_div {
	border: #a0a0a0 solid 1px;
	margin-bottom: 4px;
	border-radius: 5px;
	display: flex;
	justify-content: left;
	align-items: left;
}

.client_rfid_icon {
	margin-left: 6px;
	margin-top: 6px;
	height: 23px;
	width: 23px;
}

.client_address_div {
	border: #a0a0a0 solid 1px;
	border-radius: 5px;
	padding: 10px;
	max-height: 100px;
	overflow: auto;
}

.client_address_label {
	font-family: 'Poppins';
	float: left;
}

.client_address_data_div {
	text-align: left;
	padding: 5px;
	overflow-wrap: break-word;
}

.client_edit_button {
	font-size: 24px;
	float: right;
	margin: 10px;
	cursor: pointer;
}

.client_cards_outer_div {
	width: 75%;	
	margin: auto;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.client_header_email_phone_name_div {
	padding: 10px;
	width: 380px;
}

.client_rfid_p_tag {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px
}

.button_save_customer_data {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 13px;
	width: 150px;
	float: left;
}

.button_save_customer_data2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.button_save_customer_data2:hover {
	background-color: #008CBA;
	color: white;
}

.remove_selected_customer {
	background-color: darkred;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 150px;
	float: left;
}

.remove_selected_customer2 {
	background-color: darkred;
	color: white;
}

.remove_selected_customer2:hover {
	background-color: white;
	color: black;
	border: 2px solid darkred;
}

.edited_ribbon {
	margin: 10;
	padding: 30;
	background: yellowgreen;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.edited_ribbon:before,
.edited_ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: yellowgreen;
}

.edited_ribbon:before {
	left: -108%;
}

.edited_ribbon:after {
	right: -108%;
}

.activate_selected_client {
	background-color: greenyellow;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 40px;
	padding: 5;
	border-radius: 6px;
	margin-left: 13px;
	width: 150px;
	float: left;
}

.activate_selected_client2 {
	background-color: white;
	color: black;
	border: 2px solid greenyellow;
}

.activate_selected_client2:hover {
	background-color: greenyellow;
	color: white;
}

.parking_spots_icon {
	position: absolute;
	left: -3px;
	top: -3px;
	cursor: pointer;
}

.parking_spots_icon2 {
	color: darkslategrey;
}

.parking_spots_icon2:hover {
	color: #008CBA;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.admin_name_p_tag {
	font-weight: bold;
	padding: 1px;
	font-size: large;
	text-align: center;
	font-family: 'Poppins'
}

.admin_role_p_tag {
	margin-top: -10px;
	font-weight: lighter;
	padding: 1px;
	text-transform: capitalize;
	font-family: 'Poppins';
	font-size: small;
	text-align: center
}

.admin_card_body_div {
	width: 100%;
	text-align: center;
	height: 100px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}

.admin_card_body_email_div {
	border: #a0a0a0 solid 1px;
	margin-bottom: 4px;
	border-radius: 5px;
	display: flex;
	justify-content: left;
	align-items: left;
	height: 35px;
	overflow: auto;
}

.admin_body_email_icon {
	margin-left: 6px;
	margin-top: 6px;
	height: 25px;
	width: 25px;
}

.admin_body_email {
	text-align: left;
	margin-left: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	word-wrap: break-word;
	width: 176px;
}

.admin_card_body_phone_div {
	border: #a0a0a0 solid 1px;
	margin-bottom: 4px;
	border-radius: 5px;
	display: flex;
	justify-content: left;
	align-items: left;
	height: 35px;
	overflow: auto;
}

.admin_body_phone_icon {
	margin-left: 6px;
	margin-top: 6px;
	height: 22px;
	width: 22px;
}

.admin_body_phone {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.admin_card_body_location_div {
	border: #a0a0a0 solid 1px;
	margin-bottom: 4px;
	border-radius: 5px;
	/* display: flex; */
	/*justify-content: left;
	align-items: left; */
	/* height: 65px; */
	text-align: left;
	height: 65px;
	overflow: auto;
}

.admin_card_body_locations {
	display: flex;
	justify-content: left;
	align-items: left;
}

.admin_body_location {
	margin-left: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.admin_body_location_name {
	margin-left: 10px;
	margin-top: 13px;
	margin-bottom: 8px;
}

.blocked_admin_label {
	width: 75px;
	margin: 10;
	padding: 30;
	background: yellow;
	color: grey;
	padding: 1em 2;
	position: absolute;
	top: 1;
	left: 1;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.blocked_admin_label:before,
.blocked_admin_label:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: yellow;
}

.blocked_admin_label:before {
	left: -108%;
}

.blocked_admin_label:after {
	right: -108%;
}

.admin_new_ribbon {
	width: 75px;
	margin: 10;
	padding: 30;
	background: turquoise;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 1;
	left: 1;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.admin_new_ribbon:before,
.admin_new_ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: turquoise;
}

.admin_search_ribbon {
	width: 75px;
	margin: 10;
	padding: 30;
	background: yellowgreen;
	color: white;
	padding: 1em 2;
	position: absolute;
	top: 1;
	left: 1;
	transform: translateX(-20%) translateY(-15%) rotate(-35deg);
	transform-origin: top right;
}

.admin_search_ribbon:before,
.admin_search_ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 10px;
	/* tweak */
	width: 100%;
	height: 100%;
	background: yellowgreen;
}

.admin_search_ribbon:before,
.admin_new_ribbon:before {
	left: -108%;
}

.admin_search_ribbon:after,
.admin_new_ribbon:after {
	right: -108%;
}

.add_locations_ {
	width: 100%;
}

.add_admin_country_{
	width: 45%;
}
.rfid_tags_dropdown, .rfid_tags_dropdown_edit{
	width: 40%;
}


.div_container_hotlines {
	padding: 20px 20px;
	background: #f5f5f5;
	box-shadow: 5px 10px 50px 10px #888888;
	border-radius: 10px;
	width: 150px;
	text-align: center;
	height: 100px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	color: white;
	text-decoration: none;
	transition-duration: 0.2s;
}

.div_container_hotlines2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.div_container_hotlines2:hover {
	background-color: #008CBA;
	color: white;
}

.hotline_cards_outer_div {
	width: 50%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
}

.hotline_name_p_tag {
	font-weight: bold;
	padding: 1px;
	font-size: large;
	text-align: center;
	font-family: 'Poppins'
}

.hotline_role_p_tag {
	margin-top: -10px;
	font-weight: lighter;
	padding: 1px;
	text-transform: capitalize;
	font-family: 'Poppins';
	font-size: small;
	text-align: center
}


.block_log_history {
	text-align: center;
	margin-left: 230px;
	margin-right: 230px;
	margin-bottom: 1px;
}

.block_log_history:before {
	content: '';
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.centered_log_history {
	display: inline-block;
	vertical-align: middle;
}

.div_container_log_history {
	padding: 1px 4px;
	border: #a0a0a0 solid 1px;
	background: #f5f5f5;
	margin: 10px 0;
	box-shadow: 1px 1px 10px 1px grey;
	border-radius: 4px;
	width: 1400px;
}

.superadmin_locations_list{
	margin-left: 60px;
}

.circle {
    border: 0.2em solid orange;
    border-radius: 100%;
    height: 1.8em;
    width: 1.8em;
	text-align: center;
	float: right;
}

.circle p {	
    font-size: 1.2em;
	font-weight: bold;
	text-align: center;
    font-family: sans-serif;
    color: orange;
}

.reset_clients_password_btn {
	background-color: #4CAF50;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
	cursor: pointer;
	height: 25px;
	padding: 5;
	border-radius: 6px;
	margin-top: 20px;	
	margin-left: 10px;
	width: 150px;
	float: left;
}

.reset_clients_password_btn2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
}

.reset_clients_password_btn2:hover {
	background-color: #008CBA;
	color: white;
}

#success_reset_password_msg {	
	margin-left: 10px;
	margin-top: 20px;	
}