.handCursor{
	cursor: pointer;
}

.textAreaUnresizable {
	resize : none;
}

/***** ui widget *****/

.vt-dateTimePicker {
	display: -webkit-box;
}

.vt-predefinedValueSpinner {
	display: -webkit-box;
}

.vt-nextPredefinedValueSpinner {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #D5D6D2;
	font-size: 50%;
	cursor: pointer;
}

.vt-previousPredefinedValueSpinner {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #D5D6D2;
	font-size: 50%;
	cursor: pointer;
}

.vt-previousPredefinedValueSpinner:hover {
	background-color: #9A9B9C;
}
.vt-nextPredefinedValueSpinner:hover {
	background-color: #9A9B9C;
}

.JqueryStyleRadioButton td {
	border-style: solid;
	border-color: #9A9B9C;
	border-width: 1px;
	text-align: center;
	background-color: white;
	cursor: pointer;
}

.JqueryStyleRadioButton td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.JqueryStyleRadioButton td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.JqueryStyleRadioButton .JqueryStyleRadioButton_selected{
	background-color: #0098DB;
	color: white;
	font-weight: bold;
}

.JqueryStyleRadioButton .JqueryStyleRadioButton_disabled{
	color: #9A9B9C;
}

.JqueryStyleRadioButton td:hover{
	border-color: #747678;
}

.JqueryStyleRadioButton {
/* 	border-collapse: collapse; */
	border-spacing: 0;
}

.datasetSelectorLabel {
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #D5D6D2;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

input[type=text] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.vt-loadingPopupStyle{
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0px !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    border-radius: 8px !important;
}

.newPopupStyle{
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0px !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    border-radius: 8px !important;
    padding: 10px;
    z-index: 1001;
}

.newDialogStyle{
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0px !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    border-radius: 8px !important;
    z-index: 1001;
}

.newDialogStyle .Caption {
	background: rgba(0, 0, 0, 0.1);
	padding: 4px 4px 4px 8px;
	cursor: move;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.newDialogStyle .dialogMiddleCenter{
	padding: 10px;
}

.newDialogStyle .closeImage{
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -33px;
	margin-right: -7px;
}

.olControlEditingToolbar .olControlBoundingBoxControlItemActive {
    background-image: url(images/imagesVtWebLib/draw_bbox_on.png);
}
.olControlEditingToolbar .olControlBoundingBoxControlItemInactive {
    background-image: url(images/imagesVtWebLib/draw_bbox_off.png);
}
.olControlEditingToolbar .olControlCircularAreaControlItemActive {
    background-image: url(images/imagesVtWebLib/draw_circle_on.png);
}
.olControlEditingToolbar .olControlCircularAreaControlItemInactive {
    background-image: url(images/imagesVtWebLib/draw_circle_off.png);
}
.olControlEditingToolbar .olControlPolygonControlItemActive {
    background-image: url(images/imagesVtWebLib/draw_polygon_on.png);
}
.olControlEditingToolbar .olControlPolygonControlItemInactive {
    background-image: url(images/imagesVtWebLib/draw_polygon_off.png);
}
.olControlEditingToolbar .olControlCorridorControlItemActive {
    background-image: url(images/imagesVtWebLib/draw_line_on.png);
}
.olControlEditingToolbar .olControlCorridorControlItemInactive {
    background-image: url(images/imagesVtWebLib/draw_line_off.png);
}
.olControlEditingToolbar .olControlProfileControlItemActive {
    background-image: url(images/imagesVtWebLib/draw_profile_on.png);
}
.olControlEditingToolbar .olControlProfileControlItemInactive {
    background-image: url(images/imagesVtWebLib/draw_profile_off.png);
}
.olControlEditingToolbar .olControlDeleteFeatureItemInactive {
    background-image: url(images/imagesVtWebLib/delete.png);
}

#GWDrawPanel_Delete {
    background-image: url(images/imagesVtWebLib/delete.png);
}
#GWDrawPanel_Navigation_inactive {
    background-image: url(images/imagesVtWebLib/pan_off.png);
}
#GWDrawPanel_Navigation_active {
    background-image: url(images/imagesVtWebLib/pan_on.png);
}
#GWDrawPanel_BoundingBox_active {
    background-image: url(images/imagesVtWebLib/draw_bbox_on.png);
}
#GWDrawPanel_BoundingBox_inactive {
    background-image: url(images/imagesVtWebLib/draw_bbox_off.png);
}
#GWDrawPanel_CircularArea_active {
    background-image: url(images/imagesVtWebLib/draw_circle_on.png);
}
#GWDrawPanel_CircularArea_inactive {
    background-image: url(images/imagesVtWebLib/draw_circle_off.png);
}
#GWDrawPanel_Polygon_active {
    background-image: url(images/imagesVtWebLib/draw_polygon_on.png);
}
#GWDrawPanel_Polygon_inactive {
    background-image: url(images/imagesVtWebLib/draw_polygon_off.png);
}
#GWDrawPanel_Corridor_active {
    background-image: url(images/imagesVtWebLib/draw_line_on.png);
}
#GWDrawPanel_Corridor_inactive {
    background-image: url(images/imagesVtWebLib/draw_line_off.png);
}
#GWDrawPanel_Profile_active {
    background-image: url(images/imagesVtWebLib/draw_profile_on.png);
}
#GWDrawPanel_Profile_inactive {
    background-image: url(images/imagesVtWebLib/draw_profile_off.png);
}


.galleryContainer{
	text-align: center;
	padding-top: 20px;
	background: none !important;
}

.galleryPanelFocus {
	display: inline-block;
	margin: 5px;
}

.galleryPanel {
	width: 200px;
	height: 170px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	margin: 1px;
}

.galleryPanel-toggle {
	border: red solid 1px;
    margin: 0px;
}

.galleryThumb {
	width: 100%;
	height: 100%;
}

.galleryLabel{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
}


/* ScrollableTabLayoutPanel */

.gwt-TabLayoutPanel {
	user-select: none;
}

.vt-TabLayoutPanelScrollButton {
	cursor: pointer;
    padding: 3px 3px 2px 3px;
    height: 16px;
    width: 16px;
    margin-left: 3px;
    background: #e3e3e3;
    margin-right: 3px;
}

.vt-TabLayoutPanelScrollButton:hover {
    background: #92c1f0;
}

.vt-TabLayoutPanelScrollButton:active {
    background: #689acc;
}

.vt-TabLayoutPanelScrollButton-disable {
	cursor: not-allowed;
    background: #e3e3e3 !important;
}

.vt-TabLayoutPanelScrollButton-disable:hover {
    background: #FFCCBC !important;
}

.vt-TabLayoutPanelScrollMenu td {
    user-select: none;
    cursor: pointer;
}


.vt-CollapsibleCollection {
	overflow: auto !important;
/*     border-bottom: 1px solid #bbbbbb; */
}

.vt-CollapsibleCollection .vt-CollapsibleCollectionHeader {
	cursor : pointer;
	padding-top : 10px !important;
	padding-bottom : 10px !important;
/*     cursor: pointer; */
    cursor: hand;
    font-weight: bold;
    font-size: 1.3em;
    padding: 3px;
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
    background: #d3def6 url(gwt/standard/images/hborder.png) repeat-x 0px -989px;
}

.vt-CollapsibleCollection .vt-CollapsibleCollectionHeaderLast {
	cursor : pointer;
	padding-top : 10px !important;
	padding-bottom : 10px !important;
/*     cursor: pointer; */
    cursor: hand;
    font-weight: bold;
    font-size: 1.3em;
    padding: 3px;
    border: 1px solid #bbbbbb;
    background: #d3def6 url(gwt/standard/images/hborder.png) repeat-x 0px -989px;
}

.vt-CollapsibleCollection .vt-CollapsibleCollectionHeaderHovering {
    background: #d3def6 url(gwt/standard/images/hborder.png) repeat-x 0px -1464px;
}

.vt-CollapsibleCollection .vt-CollapsibleCollectionContent {
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
    background: none;
    padding: 5px 5px 5px 5px;
}

.vt-CollapsibleCollection .vt-CollapsibleCollectionContentLast {
    border: 1px solid #bbbbbb;
    border-top: 0px;
    background: none;
    padding: 5px 5px 5px 5px;
}


/* Color slider */
.colorPickerSlider {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(left, #ff0000 0%, #ffff00 16.66666666666667%, #00ff00 33.33%, #00fffe 50%, #0000ff 66.66666666666667%, #fe00ff 83.33333333333333%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff0000), color-stop(16.66666666666667%,#ffff00), color-stop(33.33%,#00ff00), color-stop(50%,#00fffe), color-stop(66.66666666666667%,#0000ff), color-stop(83.33333333333333%,#fe00ff), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ff0000 0%,#ffff00 16.66666666666667%,#00ff00 33.33%,#00fffe 50%,#0000ff 66.66666666666667%,#fe00ff 83.33333333333333%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ff0000 0%,#ffff00 16.66666666666667%,#00ff00 33.33%,#00fffe 50%,#0000ff 66.66666666666667%,#fe00ff 83.33333333333333%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ff0000 0%,#ffff00 16.66666666666667%,#00ff00 33.33%,#00fffe 50%,#0000ff 66.66666666666667%,#fe00ff 83.33333333333333%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(left, #ff0000 0%,#ffff00 16.66666666666667%,#00ff00 33.33%,#00fffe 50%,#0000ff 66.66666666666667%,#fe00ff 83.33333333333333%,#ff0000 100%); /* W3C */
}

.colorPickerSlider .ui-slider-handle {
    width: 10px !important;
    background: rgba(0,0,0,0) !important;
    border-width: 2px !important;
    border-color: rgba(0,0,0,0.3) !important;
    box-shadow: 0px 0px 0px 1px black;
}

.imgHeader {
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.cw-StackPanelHeader {
	padding-left: 7px;
	font-weight: bold;
	font-size: 1.4em;
}


/*******************        OpenLayers          **********************/
/*******************        OpenLayers          **********************/
/*******************        OpenLayers          **********************/
div.olMapViewport {
    /*so elements can be rendered over the map viewport (menuItems + popup panels)*/
    z-index: 0;
}



/*******************        OL Controls      **********************/
/*******************        OL Controls      **********************/
/*******************        OL Controls      **********************/

div.olControlScaleLine {
    font-size: 12px;
    font-weight: bold;
}

.olControlScaleLine {
    left: 40% !important;
    bottom: 1px !important;
}

.olControlScaleLineTop {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
}

.olControlScaleLineBottom {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
}

div.olControlMousePosition {
    /* background-color: #ffffff; */
    /* font-size: smaller; */
    background-color: #ffffff;
    /*ie7 does not support opacity*/
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px !important;
    font-weight: bold;
}

.olControlMousePosition {
    right: 40% !important;
}

.olControlPanZoom {
    top: 120px !important;
    left: auto!important;
    right: 50px !important;
}

.olControlAttribution {
    background: rgba(255, 255, 255, 0.6);
    bottom: 0!important;
    font-size: smaller;
  	right: 3px;
  	display: block;
  	position: absolute;
}

.olControlLayerSwitcher {
    top: 295px !important;
}



/*******************        Layerstack          **********************/
/*******************        Layerstack          **********************/
/*******************        Layerstack          **********************/

#showInfoPopup {
	max-height: 700px;
	width: 800px;
}


/*******************        Legend              **********************/
/*******************        Legend              **********************/
/*******************        Legend              **********************/

.vtWebLegendClass {
	display: inline-flex;
/* 	margin-right: 1em; */
}

.vtWebLegendClassColor {
	margin-right: 0.5em;
	width: 24px;
	height: 16px;
	border: 1px solid black;
}

.vtWebLegendClassLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

