html {
    height: 100%;
}

body {
    background-color: #AEBECE;
    color: #2C2C2C;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    min-width: 320px;
    max-width: 1280px;
    height: 100%;
}

body .ui-widget,
body .ui-inputfield {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

a, body .ui-commandlink {
    color: #2C2C2C;
    text-decoration: underline;
}

.overall {
    margin: 0;
    background-color: white;
    min-height: 100%;
    font-family: Arial, sans-serif;
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

ul {

}

/*
a {
	text-decoration: none;
}
*/
a:hover {
    color: #3366CC;
}

a img, table, a, img {
    border: none;
}

div.content {
    /*margin: 10px;*/
    padding-bottom: 20px;
}

.topMargin {
    margin-top: 0.5em;
}

.bottomMargin {
    margin-bottom: 0.5em;
}

td {
    vertical-align: middle;
}

label {
    margin-right: 1em;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.ui-datatable .ui-datatable-data td.buttons, th.buttons, td.buttons {
    width: 1px;
    white-space: nowrap;
    padding: 2px;
    text-align: center;
}

td.buttons a {
    vertical-align: middle;
}

.ui-datatable .ui-datatable-data td.small, th.small, td.small {
    width: 1px;
}

.ui-message-icon-only {
    display: inline-block;
    height: 17px;
    background: none;
    vertical-align: top;
    border: none;
    margin: 0;
}

.ui-helpicon {
    padding: 0 2px;
}

.ui-linkicon {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0 2px;
    background: center no-repeat;
    vertical-align: middle;
}

.ui-linkicon-feed {
    background-image: url(/tour/jakarta.faces.resource/images/icons/feed.png.xhtml);
}

.ui-linkicon-edit {
    background-image: url(/tour/jakarta.faces.resource/images/icons/edit.png.xhtml);
}

.ui-linkicon-list {
    background-image: url(/tour/jakarta.faces.resource/images/icons/list.png.xhtml);
}

.ui-linkicon-remove {
    background-image: url(/tour/jakarta.faces.resource/images/icons/delete.png.xhtml);
}

.ui-linkicon-gb-approve {
    background-image: url(/tour/jakarta.faces.resource/images/icons/accept.png.xhtml);
}

.ui-linkicon-gb-block {
    background-image: url(/tour/jakarta.faces.resource/images/icons/cross.png.xhtml);
}

.ui-linkicon-map {
    background-image: url(/tour/jakarta.faces.resource/images/icons/map.png.xhtml);
}

.ui-linkicon-accept {
    background-image: url(/tour/jakarta.faces.resource/images/icons/accept.png.xhtml);
}

.ui-linkicon-decline {
    background-image: url(/tour/jakarta.faces.resource/images/icons/cross.png.xhtml);
}

.ui-datalist.plain ul {
    padding: 0;
}

.ui-datalist.plain .ui-datalist-content {
    border: none;
}

.status_image {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
}

.status_activation_APPROVED_image {
    background-color: #33AA33;
}

.status_activation_BLOCKED_image {
    background-color: #AA3333;
}

.status_activation_INIT_image {
    background-color: #CCC;
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 16px !important;
}

div.pp_default .pp_content_container .pp_right {
    /*padding-right: 0px !important;*/

}

div.pp_default .pp_details .pp_description {
    line-height: 25px;
}

.rowHighlight {
    background-color: #FF6633;
}

.contentTab {

}

.contentTab.ui-tabmenu {
    border: none;
}

.contentTab.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
    padding-top: 0.40em;
    padding-bottom: 0.40em;
}

.contentTab.ui-tabmenu .ui-tabmenuitem.ui-state-active {
    background-color: white;
    border-top: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}

.contentTab.ui-tabmenu .ui-tabmenuitem.ui-state-active a {
    color: #4F4F4F;
    font-weight: bold;
}

.simpleGrid .ui-datagrid-content {
    border: none;
}

.simpleGrid .ui-paginator-bottom {
    /*border-top: 1px solid #a8a8a8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    border: none;
    border-radius: 0;
    margin: 0 -1px;
}

.simpleGrid .ui-panel {
    margin-left: -5px;
    margin-right: -5px;
}

.simpleGrid.ui-datagrid {
    margin-left: -4px;
    margin-right: -4px;
}

.simpleGrid .ui-separator {
    margin: 1em 0;
}

.contentPanel {
    padding: 0;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w700 {
    width: 700px;
}

.ui-menubar-options {
    height: 29px;
    line-height: 29px;
}

.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
    line-height: 30px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

/* styles for no border layout test */
.ui-menubar.ui-corner-all {
    border: none;
    border-radius: 0;
}

.contentPanel {
    padding: 0 5px;
}

.ui-tabmenu.ui-widget {
    border: none;
    border-radius: 0;
}

.ui-tabmenu.ui-widget .ui-tabmenu-nav {
    border: none;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0.2em 0.5em 0;
}

.contentDate {
    float: right;
    margin-top: -2em;
    margin-right: 0.5em;
}

.overall.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
}

.comment-header {
    margin: 0 -6px;
    padding: 5px;
    font-weight: bold;
}

.comment-content > p:first-child {
    margin-top: 0.5em;
}

/** responsive image grid */
.imagegrid {
    width: 1060px;
    margin: 5px auto 0;
}

.imagegrid .img {
    float: left;
    width: 208px;
    height: 117px;
    text-align: center;
    margin: 2px
}

/* four col */
@media ( max-width: 1082px) {
    .imagegrid {
        width: 853px;
    }
}

/* three col */
@media ( max-width: 875px) {
    .imagegrid {
        width: 638px;
    }
}

/* two col */
@media ( max-width: 665px) {
    .imagegrid {
        width: 425px;
    }
}

/* one col */
@media ( max-width: 450px) {
    .imagegrid {
        width: 210px;
    }
}

/* map/heightchart */
.gpxdata .mapdiv, .gpxdata .spacer, .gpxdata .chartdiv {
    float: left;
}

.gpxdata .mapdiv {
    width: 57%
}

.gpxdata .spacer {
    width: 3%;
}

.gpxdata .chartdiv {
    width: 40%
}

.gpxdata .mapdiv .map, .gpxdata .chartdiv .chart {
    width: 100%;
    height: 400px
}

.gpxdata .clear {
    clear: both;
}

@media ( max-width: 800px) {
    .gpxdata .mapdiv, .gpxdata .spacer, .gpxdata .chartdiv {
        float: none;
    }

    .gpxdata .mapdiv, .gpxdata .chartdiv {
        width: 100%
    }

    .gpxdata .spacer {
        display: none;
    }
}

@media ( max-width: 600px) {
    .gpxdata .mapdiv .map, .gpxdata .chartdiv .chart {
        height: 300px
    }
}

@media ( max-width: 400px) {
    .gpxdata .mapdiv .map, .gpxdata .chartdiv .chart {
        height: 200px
    }
}

.input-area td {
    vertical-align: middle;
}

/* start quill editor */
.ql-editor p {
    margin: 1em 0;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}
/* end quill editor */

