f.rightContainer hr {
  margin: 5px 0 5px 0;
  border: 3px solid #fff;
}
.textTitle{
	font-size: 24px;
    float: left;
    color: #fff;
    display: block;
    padding-top: 8px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#logofront{
    margin-top: 50px;
}
#slider{
    border: 1px solid #ddd;
    height: 220px;
    margin-left: 20px;
    margin-right: 20px;
}
.headerUserWraper {
    float: right;
}
a.headerUser {
    display: block;
    text-align: center;
	height:50px;
    padding: 0 20px;
}
.no-touch a.headerUser:hover, .headerUserWraper.open a.headerUser {
    background-color: #f3f3f3;
}
.headerUserWraper .dropdown-menu {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}
.headerAvatar {
    margin-top: 5px;
}
.userTop {
    margin: 15px 0 0 7px;
    font-size: 13px;
    color: #ffffff;
}
.userMenu {
    width: 190px;
}
.userMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.userMenu ul > li > a {
    padding: 7px 20px;
    display: block;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.userMenu ul > li > a > span {
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.userMenu ul > li > a > span.badge {
    font-size: 12px;
    font-weight: normal;
    margin-right: 0;
}
.no-touch .userMenu ul > li > a:hover > span.badge, .no-touch .userMenu ul > li > a:focus > span.badge {
    color: #fff;
}
.no-touch .userMenu ul > li > a:hover, .no-touch .userMenu ul > li > a:focus {
    background-color: #f3f3f3;
    text-decoration: none;
}
.no-touch .userMenu ul > li > a:hover > span, .no-touch .userMenu ul > li > a:focus > span {
    color: #0eaaa6;
}
a.userHandler {
    position: relative;
    float: right;
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    height: 50px;
    width: 20px;
    color: #fff;
    display: none;
    margin-right: 5px;
    text-decoration: none;
}
.no-touch a.userHandler:hover {
    background-color: transparent;
}
a.userHandler .counter {
    top: 10px;
    left: 12px;
}
a.mapHandler {
    float: right;
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    height: 50px;
    width: 20px;
    color: #fff;
    display: none;
    margin-right: 15px;
    text-decoration: none;
}
.no-touch a.mapHandler:hover {
    background-color: transparent;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#content {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f3f3f3;
    width: 50%;
    border-top: 1px solid #e8e8e8;
    float: right;
    -webkit-overflow-scrolling: touch;
}
#content.max {
    width: 100%;
}
.rightContainer {
    padding: 5px 20px 20px 20px;
}
.streetgroup{
    width: 150px;
    z-index: 3;
    position: absolute;
    top: 78px;
    left: 15px;
}

#mapView {
    width: 50%;
    float: left;
}
#mapView.min {
    width: 0%;
}
.mapPlaceholder {
    text-align: center;
    width: 100%;
    padding-top: 100px;
    float: left;
    overflow: hidden;
}
#spanlatitud, #spanlongitud{
    font-size: 10px;
}
#mapView.min .mapPlaceholder {
    display: none;
}
.mapPlaceholder span {
    font-size: 16px;
    line-height: 17px;
    width: 20px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
}
#listView {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 50%;
    float: left;
    -webkit-overflow-scrolling: touch;
}
#listView.min {
    width: 0%;
}
#listView .table{
    overflow-y: scroll;
}
.divImgSmallList {
    max-height:90px;
    margin-left:5px;
    border:1px solid #dedede;
    padding:4px;    
    float:left;
    text-align: center;
    margin-bottom: 20px;
}
.imgSmallList {
    max-height:50px;
    margin-bottom: 5px;    
}
.imgList {
    max-height:255px;
    margin-left:5px;
    border:1px solid #dedede;
    padding:4px;    
    float:left;
    margin-bottom: 20px;
}
.photoSubmit{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

/* -----------------------------------------
   Most phones
----------------------------------------- */
@media all and (max-width: 767px) {
	.textTitle {
        display: none;
    }
    .logocenter{
        display: block;
        margin-bottom: 10px;
        margin-left: 20px;
    }
	a.headerUser {
        display: none;
    }
	a.mapHandler {
        display: block;
    }
    .no-touch a.mapHandler:hover {
        color: #c6e4e3;
        text-decoration: none;
    }
    a.userHandler {
        display: block;
    }
    .no-touch a.userHandler:hover {
        color: #c6e4e3;
        text-decoration: none;
    }
	.rightContainer {
		padding: 5px 5px 20px 5px;
	}
	.streetgroup.min,.streetgroup.mob-min{
		display:none;
	}
	.streetgroup.mob-max {
		width: 100%;
	}
    #mapView {
        width: 100%;
    }
    #content {
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #f3f3f3;
        width: 0%;
        border-top: 1px solid #e8e8e8;
        float: right;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #mapView.min, #mapView.mob-min {
        width: 0%;
    }
    #content.max, #content.mob-max {
        width: 100%;
    }
    #mapView.mob-max {
        width: 100%;
    }
    #content.mob-min {
        width: 0%;
    }
    #mapView.mob-min .mapPlaceholder {
        display: none;
    }
    #listView {
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #listView.min, #listView.mob-min {
        width: 0%;
    }
    #listView.mob-max {
        width: 100%;
    }
    #slider{
        border: 1px solid #ddd;
        height: 220px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.infoW {
    font-family: 'open_sansregular', sans-serif, Arial;
    color: #333;
    opacity: 1;
    height: 80px;
}
.propImg {
    width: 202px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.propImg img {
    width: 202px;
    height: 260px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.propBg {
    position: absolute;
    z-index: 2;
    height: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.paWrapper {
    padding: 5px 5px 0 5px;
}
.propBcode {
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    width: 180px;
    font-size: 11px;
    line-height: 11px;
}
.propAddress {
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    width: 180px;
    font-size: 11px;
    line-height: 11px;
}
.infoButtons {
    padding: 0 10px 0 10px;
    text-align: center;
}
#padam{
     margin-left: 25px;
}
a.btn.closeInfo {
    margin: auto;
}

.toggle {
    position: absolute;
    top: 79px;
    left: 160px;
    z-index: 5;
    padding: 5px;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}
.toggle {
margin-left: -100px;
}


#slideshow { 
    /*margin: 50px auto; */
    position: relative; 
    width: 202px; 
    height: 260px; 
    /*padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4);*/ 
}

#slideshow > div { 
    position: absolute; 
    /*top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;*/ 
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}
.tablesearchsort{
    max-height: 290px;
    overflow: auto;
}
#map {
    width: 1280px;
    margin:auto;
    margin-top: 20px;
}
#map img{
    border:1px solid #ddd;
    padding: 4px;
    width: 1280px;
}
#rptwrapper{
  padding: 20px;
}
.rptHeader{
  text-align: center;
  margin: auto;
  width: 500px;
  margin-top: 10px;
}
.titleHeaderRpt{
  margin-top: 10px;
}
.title{
  font-size: 20px;
  font-weight: bold;
}
.deptType{
  font-weight: bold;
  font-size: 15px;
}
.rptType{
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.table{
  font-size: 12px;
}
#map {
    margin-top: 0;
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
}
*:before,
*:after {
  box-sizing: border-box;
}
/*.label{
    margin-left: 10px;
    position: relative;
    border-left: 0;
    z-index: 1;
    padding: 0px 5px;
    background-color: #0a98bb;
    border-color: #0bacd3;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    transition: background;
    transition-duration: 0.4s;

    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
}
.label:before {
    content: '';
    width: 14px;
    height: 14px;
    left: -6px;
    top: 0;
    position: absolute;
    background-color: inherit;
    border-color: inherit;
    z-index: -1;
    border-radius: 2px 5px 0 5px;
    transform: rotate(-45deg);
}*/

.printbutton{
    top: 30px;
    right: 30px;
    position: fixed;
    float: right;
    z-index: 1000;
}


.help-block {
    font-size: 11px;
    font-style: italic;
	color:red;
}
.has-error .help-block{
    font-size: 11px;
    font-style: italic;
	color:red;
}
.has-error .form-control {
    border: 1px solid red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.error {
    border: 1px solid red;
}

input.form-control.coodinate{
	margin-left: 5px;
	font-size:9px;
	width:100px;
	background-color: #0a98bb;
	color: #fff;
	padding: 0px 5px;
	height: 16px;
	display: inline-block;
}



.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 28px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    margin-left: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
}
#target {
    width: 345px;
}