/* Common styles */

.min-height-500 {
    min-height: 500px;
}

.lower-case {
    text-transform: lowercase;
}

.font-bold {
    font-weight: bold;
}

.font-blue {
    color: #3bc3ef; /*  #00cafb; #6bccfe;*/
}

.font-gray {
    color: #868686;
}

/* used by p:selectOneMenu in booking */
.inline-select {
    display: inline-block;
    margin-right: 1em;
}

/* Section selectors */

.align-left {
    border-top: 0; 
    border-left: 0; 
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    border-top: 0; 
    border-left: 0; 
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.break {
    margin-top: 1.5em;
}

.short-break {
    margin-top: 0.75em;
}


/* Action */
.hidden-action {
    display: none;
    visibility: hidden;
}


/* New table styles */

.table {
    display: table;
}

.table > div {
    display: table-row;
}

.table > div > div {
    display: table-cell;
    vertical-align: top;
}

/* Panel Grid classes */

.border-red div {
    border: 1px solid red !important;
}

.column-20 {
    width: 20%;
    max-width: 20%;
    text-align: left;
}

.column-30 {
    width: 30%;
    min-width: 30%;
    text-align: left;
}

.column-40 {
    width: 40%;
    min-width: 40%;
    text-align: left;
}

.column-50 {
    width: 50%;
    min-width: 50%;
    text-align: left;
}

.column-60  {
    width: 60%;
    min-width: 60%;
    text-align: left;
}

.column-70  {
    width: 70%;
    min-width: 70%;
    text-align: left;
}

.column-80  {
    width: 80%;
    min-width: 80%;
    text-align: left;
}

.column-100 {
    width: 100%;
    text-align: left;
    vertical-align: top;
}

.column-auto {
    width: 100%;
    text-align: left;
    vertical-align: top;
}

.odd-column {
    width: 20%;
    text-align: left;
}

.even-column {
    width: 30%;
    text-align: left;
}


/* PrimeFaces patch override default behavior */

.ui-growl {
    top: 40px;
}

/* Google plus */
.g-plusone {
    display: inline-block;
    position: absolute;
    float: left;
}



/* Parts Component: ProgressBar */

#parts-component-progressbar-gauge {
    position: relative;
    width: 100%;
    height: 26px;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
}

#parts-component-progressbar-gauge div {
/*     background-color: #6bccfe; */
    position: absolute;
    height: 26px;
    width: 25%;    
    background: rgb(128,205,252); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwY2RmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzQwYjZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzNkYjVlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmFiZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(128,205,252,1) 0%, rgba(64,182,234,1) 45%, rgba(61,181,232,1) 65%, rgba(27,171,215,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,205,252,1)), color-stop(45%,rgba(64,182,234,1)), color-stop(65%,rgba(61,181,232,1)), color-stop(100%,rgba(27,171,215,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(128,205,252,1) 0%,rgba(64,182,234,1) 45%,rgba(61,181,232,1) 65%,rgba(27,171,215,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(128,205,252,1) 0%,rgba(64,182,234,1) 45%,rgba(61,181,232,1) 65%,rgba(27,171,215,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(128,205,252,1) 0%,rgba(64,182,234,1) 45%,rgba(61,181,232,1) 65%,rgba(27,171,215,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(128,205,252,1) 0%,rgba(64,182,234,1) 45%,rgba(61,181,232,1) 65%,rgba(27,171,215,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cdfc', endColorstr='#1babd7',GradientType=0 ); /* IE6-8 */
}

#parts-component-progressbar-value {
    float: left;
    text-align: right;
    margin-top: 8px;
    color: white;
}


/* Search styles */

#search-result-heading {
    margin-bottom: 0;
}

#search-result-item {
    margin-top: 1em;
}

#search-result-item  h3 {
    margin-bottom: 3px;
}

#search-result-item  h3 a {
    text-decoration: none;
}

#search-result-navigation {
    margin-top: 1em;
    text-align: center;    
}

#search-result-navigation a {
    text-decoration: none;
    font-size: 1.3em;
    font-variant: small-caps;
}

/* Public Profile View */

.profile-image {
    max-width: 160px;
    background-color: transparent;
}

#profile-section-top-center h1 {
    margin-bottom: 0.3em !important;
}

#profile-section-top-center h5 {
    margin-top: 0.1em !important;
    margin-bottom: 0.3em !important;
    white-space: pre-line !important;
    max-width: 450px;
}

#profile-section-top-center span {
    height: 14px;
}

#profile-button-booking {
    margin-top: 1em;
}

#profile-section-top {
    vertical-align: top;
    margin-left: 21px;
}

#profile-section-top-left {
    display: inline-block;
    vertical-align: top;
}

#profile-section-top-center {
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;    
    max-width: 430px;
}

#profile-section-details {
    vertical-align: top;
    margin-left: 17px;
    margin-top: 7px;
}


.profile-fact-geolocation {
    width:243px;
    height:220px
}

.profile-fact-geolocation-large {
    width:360px;
    height:360px
}

#profile-fact-geolocation-outputpanel {
    text-align:center;
    display:block;
    margin:auto:
}

#profile-view-facts-website a {
    text-decoration: none !important;
}

ul.profile-facts-group-items {
    margin-left: 0;
    font-weight: bold;
}

li.profile-facts-group-item {
    list-style: none !important;
    font-weight: normal;
}

ul.product-items {
    margin-left: 1em;
    font-weight: normal;
}

li.product-item {
    list-style: none;
}

/* Status glass */

#statusGlass {
    background-color: transparent;
    visibility: hidden;
    height: 0;
    z-index: 9999;
}

#statusGlass img {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#statusGlass {
    background-color: transparent;
    visibility: hidden;
    /*display: none;*/
/*     position: absolute; */
    top: 48px;
/*     float: right; */
/*     right: 248px !important; */
    z-index: 9999;
}

#statusGlass img {
    border: 0;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
}


/* Aboutus */

.about-us-heading {
    clear: left;
    padding-top: 1em;
}

.about-us-x {
    margin-left: 2em !important;
}

.about-us-image {
    width: 96px; float: left; margin-right: 2em; clear: both;
    padding-bottom: 0.5;

}

