html, body{
	height:100%;
}
body{
	min-height:100%;
}
#page-wrapper{
	overflow:hidden;
	width:100%;
	height:100%;
}
.bg-blue{
	background-color:#354859;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.wrapper-navbar{
	height:100%;
	/*padding-top:56px;*/
}
.container-login{
	background-size: cover;
	background-image: url('../img/header.jpg');
}
.publicMap{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
#map{
	height:100%;
	min-height:400px;
	width:100%;
}
/*
.navbar .nav-item:hover{
	background-color:#E3B505;
}
.navbar .nav-item:hover a{
	color:#216778;
	background-color:#E3B505;
}
*/
#toggle-searchResult-list{
	position:absolute;
	height:40px;
	font-size:8px;
	width:22px;
	top:66px;
	left:100%;
	z-index: 3;
	border:0;
	background:#E3B505;
}
#searchResult-list{
	position: absolute;
	left: 0;
    width: 430px;
	height: 100%;
   /* overflow: hidden;*/
}
#resultList-container{
	width: 408px;
	height:100%;
	position: absolute;
	left:0px;	
	background:#fff;
	z-index: 3;
	transition: 0.35s;
	padding-top:56px;
}

#resultList-container.collapsed{
	left: -408px;
}
#searchResult-map{
	padding-top:56px;
	height:100%;	
}
#searchResult{
	height:100%;
}
#headerHome{
	min-height:100%;
}
#contact{
	height:50%;
	padding-top: 2%;
	background-color:#354859;
}
#about{
	padding-top: 2%;
}
#headerHome{
	background-size: cover;
	background-image: url('../img/header.jpg');
}
#headerHome>.container{
	height:100%;
	padding-top: 6rem;
}
#headerHome>.container>.row{

}
.home-dialog{

}
.searchLamp-dialog{
	margin:auto;
	/*background-color:rgba(255,255,255,.9);*/
}
.searchLamp-dialog>.tab-content{
	padding:10px;
	background-color:rgba(255,255,255,1);
}

#resultList{
	display: flex;
	flex-direction: column;
	overflow:hidden;
	height:100%;
	opacity: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.searchResult-container{
	-webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
	padding-bottom:20px;
	overflow:scroll;
	overflow-x: hidden;
}
.searchSimple-container{
	background: #56A3A6;
	padding: 10px 18px 10px 18px;
	-webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.searchResult-option-container{
	height:50px;
}
.searchSimple-container .form-group{
	margin-bottom:0;
}
.searchLamp-result{
    cursor: pointer;
    box-sizing: border-box;
    min-height: 112px;
    padding: 10px 10px 10px 10px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	border:0;
	border-bottom: 1px dashed #ccc;
	border-radius:0;
	opacity:0.8;
	transition: 0.35s;
}

.searchLamp-result .searchLamp-result-body{
	color: #33261D;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    min-width: 1px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	transition: 0.35s;
}


.searchLamp-result>div, .searchLamp-result>a{

}
.searchLamp-result:hover{
	border:0;
	border-bottom: 1px dashed #ccc;
	opacity:1;
}

.searchLamp-result-image{
	display: inline-block;
	background-size: cover;
    height: 92px;
    width: 80px;
    vertical-align: top;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
	margin-right: 10px;
    position: relative;
	/*border-radius: .25rem;*/
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	
}
.searchLamp-result .link-report{
	color: #eee;
	background-color:#DB504A;
	width:20%;
	height:	92px;
	line-height:100px;
	vertical-align:middle;
	text-align:center;
	transition: 0.35s;
	display:inline-block;
	/*border-radius: .25rem;*/
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.searchLamp-result .link-reported{
	color: #eee;
	background-color:#555;
	width:20%;
	height:	92px;
	line-height:100px;
	vertical-align:middle;
	text-align:center;
	transition: 0.35s;
	/*border-radius: .25rem;*/
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.searchLamp-result .link-failure{
	color: #eee;
	background-color:#555;
	width:20%;
	height:	92px;
	line-height:100px;
	vertical-align:middle;
	text-align:center;
	transition: 0.35s;
	/*border-radius: .25rem;*/
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.searchLamp-result:hover .searchLamp-result-body{

}
.searchLamp-result:hover .link-report, .searchLamp-result:hover .link-reported, .searchLamp-result:hover .link-failure{
	width:25%;
}
.table.dataTable {
	border-collapse: collapse !important;
}
.modal-content{
	background:none;
	border-radius: 0 !important;
	border:5px solid rgba(255,255,255,0.8);
}
.modal-header{
	background-color: rgba(255,255,255,0.8);
}
.modal-body{
	background-color: rgba(255,255,255,1);
}

.card, .card *, .btn, .alert{
	border-radius: 0 !important;	
}
.card-defaultItem, .card-alertItem{
	
}
.card-defaultItem{
	background:none;
	border:5px solid rgba(255,255,255,0.5);
	background-clip: content-box;
	opacity:0.95;
	transition:0.3s;
}

.card-defaultItem table {

}

.card-defaultItem  td {
  text-overflow: ellipsis;
}

.card-defaultItem:hover{
	opacity:1;
}
.card-alertItem{
	border-width:5px;
	opacity:0.95;
	transition:0.3s;
}
.card-alertItem:hover{
	opacity:1;
}
.card-defaultItem>.card-header{
	background-color: rgba(255,255,255,0.5);
}
.card-defaultItem>.card-body{
	background-color:rgba(255,255,255,1);
	overflow-x:auto;
}

.card-login{
	margin-top:10rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#loading{
	position: fixed; 
	z-index:10000; 
	width:100%; 
	height: 100%; 
	background:#000; 
	opacity:0.5;
}
.loader {
	position:relative;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
	top:50%;
	margin:auto;
	margin-top:-60px;
    animation: spin 2s linear infinite;
	
}
.full-height{
	height:100%
}
@media screen and (max-width: 480px) {
    #searchResult-list, #resultList-container{
        width:285px
    }
	#resultList-container.collapsed{
		left: -285px;
	}
	.g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}