/* pps2.css
 *
 * Styles for PPS2
 *
 */
/* reset party */
body, div, h1, h2, h3, h4, h5, h6, p, span, ul, ol
    {
    padding:0px;
    margin:0px;
    /*
    font-family: Tahoma, Helvetica, Arial, sans serif;
    */
    }
/* Sticky footer styles.
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    margin-bottom: 60px;
}
#footer_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
/* Make tables maximally squishable.
-------------------------------------------------- */
table {
    table-layout: fixed;
    word-wrap: break-word;
}
/* Parcel manager styles.
-------------------------------------------------- */
.parcel_section_header {
    font-size: 24px;
    font-weight: 500;
}
.parcel_section_end {
    padding-bottom: 15px;
}
.parcel_section {
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 3px;
    width: 100%;
    background-color: #eeeeee;
}
.parcel_sub_section {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
    width: 100%;
    background-color: #5bc0de;
}

.parcel_sub_sub_section {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
    width: 100%;
    background-color: #F3E97A;
}
.parcel_label {
    font-weight: bold;
}
/* Inspection styles.
-------------------------------------------------- */
.inspection_section {
    padding: 5px;
    margin: 5px;
    margin-top: 10px;
    border: 1px solid #cccccc;
}
.inspection_label {
    font-weight: bold;
    float: left;
    clear: both;
}
.inspection_value {
    float: right;
    clear: right;
}

/* Report styles */
#object_table {
    table-layout: none;
}

#object_table td{
    background-color: #fff;
}
#report_control {
    padding-left: 30px;
    padding-right: 30px;
}

th{
    text-align: center;
}

thead th{
    margin-left: auto;
    margin-right: auto;
}

#report_table {
    padding-left: 30px;

}
#report_name {
    padding-left: 30px;

}
#report_description {
    padding-left: 30px;

}
.btn-custom {
    display: inline-block;
    background-color: #00b700;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: auto;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btn-download {
    display: inline-block;
    background-color: #00b700;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: auto;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px 0 20px 0;
}

/* grid view parcel cards
_________________________________*/

#parcel-cards > .row{
    width: 750px;
}

.par_grid {
    width: 750px;
}

.panel {
    margin-left: -9px;
    border-radius: 0.1;
}

.img-hover{
    height: 175px;
    width: 300px;
}

#magnify_image{
    color: white;
    opacity: 0.0;
    padding-top: 50px;
    font-size: 100px;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ease in and out*/

.hovereffect a, hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.panel-image {
    width:100%;
    height:100%;
    float:none;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    position: relative;
    border-bottom: 2px solid transparent;
}

.btn.btn_trans {
    font-size: 13px;
    color: #fff;
    min-width: 110px;
    background: transparent;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 0;
    line-height: 40px;
    padding: 0 15px;
}

.panel-image .image_text {
    width:100%;
    height:50%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:   0;
    opacity:0;
    background-color:rgba(0,0,0,0.0);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.panel-image img {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.img-hover img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.parcel_image {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}

.image_hover:hover {
    box-shadow:0 0 5px #fff;
}

.panel-image:hover img {
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.panel-image:hover .image_text {
    opacity:1;
    filter:alpha(opacity=100);
}

.panel-image:hover h2,.panel-image:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.panel-image:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}

.panel-body{
	  height: 200px;
}

.parcel_title, .address_title, .neighborhood_title{
  	font-size: 16px;
  	font-weight: bold;
  	color: #660033;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

/* media query overrides for gridview
___________________________________________*/
@media (min-width: 992px){
    .container {
        width: 750px;
    }
  .col-xs-6 {width: 33.33%;}
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
    .col-xs-6 {
        width: 33.33%;
    }
}

@media (max-width: 768px){
    .container {
        width: 750px;
    }
    .col-xs-6 {
        width: 33.33%;

    }
}
/*public-data page controls/info
__________________________________________*/
.pager {
      display: none;
}

#paging_control {
    display: none;
}

#top_num{
    display: none;
}

#paging_control,
#top_num, #object_table_length,
#object_table_filter {
    display: none;
}

#top_well > object_table{
    padding-left: 330px;
}
.btn-group {
    padding-bottom: 15px;
}

/* Public-Data Table Headers
-------------------------------------------------- */
#object_table > thead > tr:nth-child(1) > th.sorting_asc,
#object_table > thead > tr:nth-child(1) > th.sorting_desc,
#object_table > thead > tr:nth-child(1) > th.sorting,
#object_table > thead > tr:nth-child(2) > th:nth-child(n){
    text-align: left;
    padding-left: auto;
    padding-right: auto;
}

#object_table > tbody > tr:nth-child(n) > td:nth-child(3){
    padding-left: 50px;
}
#object_table > tbody > tr:nth-child(n) > td:nth-child(4){
    padding-left: 30px;
}

#previous > a, #next > a {
      color: #333;
      border-radius: 5px;
}
