/*Responsiveness*/
@media (max-width: 767.98px) {
	.infobox_item {
		width: 60% !important;
		margin: 0 0 0 0;
	}

	#guide_bubble {
		display: none;
	}
}


body {
	font-family: 'Roboto', sans-serif;
}

.navbar-dark {
	color: #ffffff;
}

.text-logo{
	font-family: 'Overpass', sans-serif;
	font-weight: bolder;
}

.logo-sedunia{
	width: 90px;
}

.powered-by{
    margin-right: 7px;
    color: white;
    font-weight: lighter
}

.all-user-count{
    margin-right: 9px;
    color: white;
    font-weight: lighter
}

.form-group .text-muted {
	font-size: 0.7rem;
	color: #ACACAC !important;
}

.bg-primary {
	background-color: #0ABDE3 !important;
}

.btn-primary {
	background-color: #0ABDE3;

}

.btn-cancel {
	text-decoration: underline;
	color: #4E4E4E;
	font-size: 1rem;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
}

.modal-body {
	padding: 2rem;
}

/* Forms */
.form-group.required .control-label:after {
	content:"*";
	color: #FC3158;
}

.center {
	text-align: center;
}
input[aria-invalid='false'] {
  border-color: #2ECC71;
}
input[aria-invalid='true'], input.error, select.error {
  border-color: #FC3158;
}

label.error {
	color: #FC3158;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ACACAC;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ACACAC;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ACACAC;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #ACACAC;
}

.control-label {
	color: #ACACAC;
}

/*Special */

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 10px);
}

/*Guide Bubble*/
.guide-bubble {
	border: 1px solid #0ABDE3;
	background-color: #70DCF3;
	color: #ffffff;
	position: absolute;
	bottom: 80px;
	right: 20px;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: lighter;
	cursor: pointer;
}

/*.guide-bubble {
	position: relative;
	background: #70DCF3;
	border: 1px solid #0ABDE3;
}*/
.guide-bubble:after, .guide-bubble:before {
	top: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.guide-bubble:after {
	border-color: rgba(112, 220, 243, 0);
	border-top-color: #70DCF3;
	border-width: 15px;
	margin-left: -15px;
}
.guide-bubble:before {
	border-color: rgba(10, 189, 227, 0);
	border-top-color: #0ABDE3;
	border-width: 16px;
	margin-left: -16px;
}

/*Notification Bubble*/
.notification-bubble {
	border: 1px solid #0ABDE3;
	background-color: #70DCF3;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	font-size: 1.25rem;
	font-weight: lighter;
	cursor: pointer;

	display: none;
	/*opacity: 0;*/
}


#btnAddContact {
	background-color: #0ABDE3;
	position: absolute;
	bottom: 20px;
	right: 29px;
}

#btnFilter {
	border: 1px white solid;
    border-radius: 20px;
    padding: 6px 22px;
    font-size: 0.8rem;
}
#btnFilter .fa{
	margin-left: 10px;
}

#btnFilter:hover {
	background-color: #ffffff;
	color: #0abde3;
}

.filter-container {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}

.filter-container .title {
	font-size: 1.3rem;
    font-weight: lighter
}

.filter-container .left-column{
	border-right: 1px solid #E5E5E5;
}

div.filter-result {
    padding: 20px 20px 0 20px;
    font-size: 0.9rem;
    font-weight: lighter;
}

.btn-primary.focus, .btn-primary:focus{
	box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.25);
}

#btnFilter.focus, #btnFilter:focus{
	box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.25);
}

/* Map */
.pac-container {
    z-index: 1051 !important;
}
.map-container {
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
}

div.map-wrapper {
	height: 100%;
	width: 100%;

}

div.map-wrapper div#map.map{
	position: absolute;
	height: 100% !important;
	width: 100% !important;
}

div.btn-actions {
	margin-top: 30px;
}

/* InfoBox*/
.infobox_item {
    width: 600px;
    min-height: 460px;
    /*width: 50%;*/
    /*height: 480px;*/
	background: #FFF;
    background: #ffffff;
    border: 1px solid #0ABDE3;
    position: relative;
    padding: 20px;
    z-index: 99999;
    /*z-index: 9999999;*/
}

.infobox_item:before, .infobox_item:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infobox_item:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}

.infobox_item:before {
	border-color: rgba(10, 189, 227, 0);
	border-top-color: #0ABDE3;
	border-width: 21px;
	margin-left: -21px;
}

.infobox_item hr{
	border-color: #E5E5E5;
}
.infobox_item .light{
	color: #ACACAC;
	font-size: 0.9rem;
	font-weight: lighter;
}

.infobox_item .uli-title {
	font-size: 1.15rem;
	color: #4E4E4E;
}

.infobox_item .uli-description {
	font-size: 0.825rem;
	color: #4E4E4E;
}

.infobox_item .qrcode {
	float: right;
}
.infobox_item .qrcode canvas {
	width: 80px !important;
	height: 80px !important;
}

.infobox_header .title{
	font-size: 1.60rem;
	color: #4E4E4E;
	font-weight: bold;
}
.infobox_header .description{
	font-size: 1rem;
	color: #ACACAC;
}


/*.infobox_item img {
    display: block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.infobox_item h3 {
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	margin: 10px 0px 15px 0;
}
.infobox_item span {
    display: block;
    font-size: 12px;
	line-height:16px;
	color:#7a7f82;
	margin-bottom: 5px;
}*/


/*.infobox_mission:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(255, 255, 255, 0.9);
	border-width: 10px;
	margin-top: -10px;
}*/
/*

div.map-mission div.infobox_item div.content{
	padding: 15px;
}

div.infobox_item img{
	width: 100%;
	height: auto;
	max-height: 140px;
}

div.infobox_item .icon{
	vertical-align: top;
	margin-right: 5px;
}
div.infobox_item .btn_full {
	margin-top: 35px;
	background: #51bce6;
}

div.infobox_item .btn_full:hover {
	background: #333;
}

div.infoBox{
	cursor: pointer;
}
*/

/* List */
ul.user-list {
	list-style: none;
}

ul.user-list li {
	display: inline;
}

div.user-container {
	border-bottom: 1px solid #0ABDE3;
	overflow: auto;
    padding-top: 15px;
}

div.user-list {
	display: flex;
	flex-wrap: nowrap;
	/*flex-direction: row;*/

	
}

div.user-list span.title {
	font-size: 1.5rem;
}

div.user-list-item {
	padding: 20px;
	width: 250px;
	cursor: pointer;
}

div.user-list-item:hover {
	background-color: #eef7f9;
}

.user-list-item .uli-title {
	font-size: 1.15rem;
	color: #4E4E4E;
}

.user-list-item .uli-description {
	font-size: 0.825rem;
	color: #4E4E4E;
}


/* Badge */
.badge-tag {
	font-weight: normal;
    text-transform: uppercase;
    font-size: 0.75rem;
    border-radius: 10rem;
    padding: 9px 14px;
    margin: 0 3px 8px 0;
    cursor: pointer;
    color: #ffffff;
}

.badge-selectable {
	background-color: #ffffff;
	border: 1px solid #70dcf3;
	color: #70dcf3;
}

.badge-selectable.active{
	background-color: #70dcf3;
	color: #ffffff;
}

.badge-selectable.active:after{
	content: '✔';
	margin-left: 5px;
}

/* Categories */
div.categories{
	flex-wrap: wrap;
}

.category-card {
	width: 135px;
    height: 135px;
    line-height: 135px;
    background-color: grey;
    color: white;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
    position: relative;
}

/* Services */
div.services{
	flex-wrap: wrap;
}

.service-card {
	width: 135px;
    height: 135px;
    line-height: 135px;
    background-color: grey;
    color: white;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
    position: relative;
}

.category-card.category-selected, .service-card.service-selected {
	opacity: 1.0;
}

.category-card span.name, .service-card span.name{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;   
}

.category-card span.fa, .service-card span.fa{
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
	display: none;
}

.category-card.category-selected span.fa, .service-card.service-selected span.fa{
	display: block;
}







/*categories*/
.category-1 {
	background-color: #F1C40F;
}
.category-2 {
	background-color: #E67E22;
}
.category-3 {
	background-color: #E74C3C;
}
.category-4 {
	background-color: #1ABC9C;
}
.category-5 {
	background-color: #2ECC71;
}
.category-6 {
	background-color: #3498DB;
}
.category-7 {
	background-color: #9B59B6;
}
.category-8 {
	background-color: #34495E;
}
.category-9 {
	background-color: #AE5D0B;
}
.category-10 {
	background-color: #F39C12;
}
.category-11 {
	background-color: #C0392B;
}
.category-12 {
	background-color: #16A085;
}

/* services */
.service-1 {
	background-color: #A3CA00;
}
.service-2 {
	background-color: #12CBC4;
}
.service-3 {
	background-color: #ED4C67;
}
.service-4 {
	background-color: #F79F1F;
}
.service-5 {
	background-color: #EE5A24;
}
.service-6 {
	background-color: #9980FA;
}


