﻿.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

@media screen and (max-width: 1024px) {
    .device1 {
        display: none !important;
    }
}

@media screen and (max-width: 710px) {
    .device2 {
        display: none !important;
    }
}

* html .clearfix {
    -ms-zoom: 1;
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    -ms-zoom: 1;
    zoom: 1;
}

#block-ui {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999999;
    overflow: hidden;
}

#loader-icon {
    left: 50%;
    margin-left: -110px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}

body {
    overflow: hidden !important;
    font-size: 1.2em;
}

.container {
    padding-right: 4px;
    padding-left: 4px;
    margin-right: 0px;
    margin-left: 0px;
}

.geodata-brand {
    padding: 13px !important;
}

.resource-data-search .twitter-typeahead {
    display: block !important;
}

.navbar-geodata {
    background-color: white;
    z-index: 1600 !important;
}

#map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.panel-left {
    width: 280px;
    min-height: 100%;
    border-width: 0px;
    position: absolute;
    top: 0px;
    display: block;
    background-color: #FFFFFF;
    z-index: 1500;
    -moz-transition: width 350ms ease 0s;
    -o-transition: width 350ms ease 0s;
    -webkit-transition: width 350ms ease 0s;
    transition: width 350ms ease 0s;
}

.panel-left-hidden {
    cursor: pointer;
}

.panel-left-handler {
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: 60px;
    -moz-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s;
    z-index: 1;
}

.panel-left-handler-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-left-label {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
    position: absolute;
    bottom: 90px;
    right: -44px;
}

.panel-left-label-image{
    float: left;
}

.panel-left-label-text {
    float: left;
    padding: 4px 0 0 7px;
    font-size: 1.3em;
    color: #485AA8
}

.panel-left {
}


.disabled {
	cursor: not-allowed !important;
}


.panel-content {
    padding: 60px 2px 0px 2px;
    opacity: 1;
}



.panel-content-hidden {
    opacity: 0;
    display: none;
}



.tree-node {
    list-style: none;
    margin-bottom: 0px;
}

.tree-node-checkbox {
	padding-left: 4px
}

.tree-root {
    padding: 0;
    margin: 0;
}

ul {
    padding-left: 18px;
}

    ul div {
        padding: 0px 0px 2px 0px;
    }

.layer-tree-header {
    border-bottom: solid 1px #E7E7E7;
    padding: 2px 0px 6px 2px;
}

.layer-tree-group {
    min-height: 300px;
    border-bottom: solid 1px #E7E7E7;
}

.layer-tree-organization{
    min-height: 300px;
    display: none;
    border-bottom: solid 1px #E7E7E7;
}

.layer-tree-search {
    min-height: 300px;
    overflow-y: auto;
    padding: 0px;
    border-bottom: solid 1px #E7E7E7;
    position: relative;
    min-height: 110px;
}
.layer-tree-search-form {
    padding: 0px 0px 0px 4px;
    position: absolute;
    width: 100%;
}

.layer-tree-search-result-container {
    margin-top: 105px;
    border-top: 1px solid #E7E7E7;
    min-height: 149px;
}

.layer-tree-search-result {
    overflow-y: auto
}

.layer-selection-header {
    padding: 8px 0px 6px 2px;
    border-bottom: solid 1px #E7E7E7;
}

.layer-selection{
    max-height: 300px;
    overflow-y: auto;
}

.tools-header {
    padding: 8px 0px 6px 2px;
    cursor: move;
}

.tools-content {
    border-top: solid 1px #E7E7E7;
}

.tools-header-label {
    float: left;
    padding: 5px;
}

.tools-header-handler {
    cursor: pointer;
    float: right;
    transition: transform 0.4s ease 0s;
    transform: rotate(180deg);
}

.tools-header-handler-collapse {
    transform: rotate(0deg) !important;
}

.tool-actions-header {
    padding: 8px 0px 6px 2px;
    border-top: solid 1px #E7E7E7;
    border-bottom: solid 1px #E7E7E7;
}

.tools-container-placholder {
    display: none;
    background: white none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    margin: 4px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1500;
}

.ui-effects-transfer {
    border: 2px dotted black;
}

.tools-container {
    position: absolute;
    right: 0px;
    top:-1px;
    background: white none repeat scroll 0 0;
    opacity: 0.8;
    max-width: 280px;
    z-index: 1500;
    margin: 51px 0 -11px 31px;
    border: 1px solid #E7E7E7;
}

.tools-container:hover {
    opacity: 1;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.tools {
    overflow-y: auto;
    padding: 4px 0px 4px 0px;
}

.selected-layer-text {
    overflow: hidden;
    padding-top: 1px;
    margin-left: 25px;
    margin-right: 20px;
    white-space: pre-line;
}

.selected-layer-close {
    float: left;
    width: 16px;
    padding-left: 3px;
}

.selected-layer-opacity-label {
    float: left;
    margin-left: 3px;
    margin-right: 4px;
}

.selected-layer-opacity-slider {
	float: left;
	padding-top: 2px;
	width: 14.2em;
}

.selected-layer-up {
    float: right;
    width: 16px;
}

.selected-layer-down {
	float: right;
}

.action-disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}

.selected-layer-info {
	float: right;
}

.tree-text {
    overflow: hidden;
    padding-left: 7px;
    padding-top: 1px;
    margin: 0px 16px 0px 16px
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: pre-line;
    cursor: pointer;
}

.tree-text:hover {

}

.tree-text-disabled {
	color: #ADADAD;
}

.tree-node-ajax-loader {
    margin: 5px 0 0 !important;
}
.tree-info {
    float: right;
    padding-top: 1px;
    cursor: pointer;
}

.tree-toggle {
    -moz-transition: transform 250ms linear;
    -o-transition: transform 250ms linear;
    -webkit-transition: transform 250ms linear;
    transition: transform 250ms linear;
}

.img-12 {
    height: auto;
    width: auto;
    max-width: 12px;
    max-height: 12px;
    cursor: pointer;
}

.img-16 {
    height: auto;
    width: auto;
    max-width: 16px;
    max-height: 16px;
    cursor: pointer;
}

.img-20 {
    height: auto;
    width: auto;
    max-width: 20px;
    max-height: 20px;
    cursor: pointer;
}

.img-25 {
    height: auto;
    width: auto;
    max-width: 25px;
    max-height: 25px;
    cursor: pointer;
}

.img-30 {
    cursor: pointer;
    height: auto;
    margin: -2px 0px 0px -6px;
    max-height: 30px;
    max-width: 30px;
    width: auto;
}

.tree-node-collapse {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.selected-layer {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: solid 1px #E7E7E7;
}

.inactive {
    cursor: not-allowed;
}

.active {
    cursor: pointer;
}

.section-label {
    padding-top: 3px;
    margin-right: 4px;
    -moz-transition: width 4s linear;
    -o-transition: width 4s linear;
    -webkit-transition: width 4s linear;
    transition: width 4s linear;
    width: auto;
    font-weight: bold;
}

.section-label-hidden {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.logo-header {
    width: 190px;
}

.imis-logo {
    background: rgba(123, 123, 255, 0) url("../../images/shared/imis-logo.png") no-repeat scroll 0 0 / cover ;
    display: block;
    float: left;
    height: 22px;
    width: 60px;
    margin-top: -2px;
}

.feedback-label {
    display: inline;
    border: 1px solid #2E6DA4;
    padding: 4px;
    cursor: pointer;
}

.feedback-label:hover{
    border: 1px solid #fff;
    background: #2E6DA4;
    color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1600;
    height: 40px;
    background-color: #FFFFFF;
    border-top: 1px solid #e7e7e7;
}

.mouse-pos {
    float: left;
    padding-left: 4px;
}

.mouse-pos-img {
    float: left;
}

.mouse-pos-text {
    color: #333333;
    float: left;
    font-size: 1em;
    margin: 10px 4px;
}

.combo-crs {
    float: right;
    margin: 2px 5px;
    text-align: right;
}



    .combo-crs .ui-select {
        margin: 0 5px 0 0 !important;
    }

.ol-scale-line {
	background: none;
	position: relative;
}

.ol-scale-line-inner {
	border-color: #2980B9;
	color: black;
}

.node-container {
    overflow: hidden;
}

.node-filtered {
    display: none;
}

.node-right {
    float: right;
    width: 16px;
    margin-top: -3px;
}
.node-left {
    float: left;
    width: 16px;
    margin-top: -3px;
}

.loading-text {
	color: #ADADAD;
	font-size: 0.9em !important;
}

.tool-wrapper {
    float: left;
    padding: 4px;
    cursor: pointer;
}

.tool-wapper-action {
    position: relative;
}

.action-executing {
    position: absolute;
    border-radius: 3px;
    padding: 0px 2px;
    bottom: -3px;
    right: -7px;
}

/*
 * Measure Example
 *
 * http://openlayers.org/en/v3.2.0/examples/measure.html
 *
*/

.mt-tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    white-space: nowrap;
    margin-bottom: -1px;
}

.mt-tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.mt-tooltip-static {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    white-space: nowrap;
    font-weight: bold;
}

.mt-tooltip-measure:before, .mt-tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.data-table {
}

.data-table td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-popup {
    display: block !important;
    width: 350px;
    max-height: 250px;
    outline: none;
}

.feature-table {
    border-collapse: collapse;
    max-height: 250px;
}

.feature-row {
    font-size: 0.8em;
}

.feature-prop-key {
    width: 120px;
    word-wrap: break-word;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.feature-prop-value {
    max-width: 200px;
    word-wrap: break-word;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}

.text-search.tooltip-popup {
    display: block !important;
    width: 350px;
    max-height: 250px;
    outline: none;
}

.text-search.tooltip-popup-inactive {
    display: block !important;
    width: 350px;
    max-height: 250px;
    outline: none;
    /*opacity: 0.3;*/
}

.text-search.tooltip-popup-inactive:hover {
    opacity: 1;
}

.text-search.tooltip-prop-value {
    max-width: 200px;
    word-wrap: break-word;
    vertical-align: top;
}

.dialog-container {
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

.ol-zoomslider {
  top: 210px;
  left: auto;
  right: 0.2em;
  border-radius: 0px;
  outline-style: none;
  background-color: transparent;
  cursor: pointer !important;
}

.ol-zoomslider:hover {
    background-color: transparent;
}

.ol-zoomslider-thumb {
  margin-left: 2px;
  background-color: #2980B9;
  border-radius: 0px;
  outline-style: none;
  width: 19px;
}

.ol-zoomslider-thumb:hover {
  background-color: #3A8ABE;
}

.ol-control button{
    height: 1.45em;
    border-radius: 0px;
    background-color: #2980B9;
}

.ol-zoom {
    outline-style: none;
    top: 185px;
    right: 0.2em;
    left: auto;
    border-radius: 0px;
    cursor: pointer !important;
}

.ol-zoom .ol-zoom-in {
    border-radius: 0px;
}

.ol-zoom .ol-zoom-out {
    margin-top: 204px;
    border-radius: 0px;
}

.ol-zoom .ol-zoom-in:hover {
    background-color: #3A8ABE;
}

.ol-zoom .ol-zoom-out:hover {
    background-color: #3A8ABE;
}

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
  top: 3px;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
  top: 232px;
}

.ol-attribution {
    bottom: 3.5em;
    right: 0.2em;
    border-radius: 0px;
    outline: none;
}

    .ol-attribution.ol-uncollapsible {
        border-radius: 0px;
        height: 1.5em;
    }

    .ol-attribution.ol-attribution-google {
        bottom: 14px !important;
    }

.ol-attribution ul {
    font-size: 0.7em;
}

.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  width:100%;
  max-height: 150px;
  overflow-y: auto;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}
.tt-hint {
    visibility: hidden;
}

.form-control:focus {
    box-shadow: none;
}

.list-group-item > .list-group-item-button {
    float: right;
}

.list-group-item-button {
    background-color: #2e6da4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 4px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    cursor: pointer;
}

div.legend-container {
    float: left;
    height: 24px;
    width: 24px;
}

img.legend {
    height: 24px;
    width: 24px;
}

.btn {
    font-size: 12px;
    padding: 6px 8px;
    height: 31px;
}

.form-control {
    font-size: 12px;
    padding: 6px 8px;
    height: 31px;
}

.input-group-addon {
    font-size: 12px;
    padding: 6px 8px;
}

.dropdown-menu {
    font-size: 12px;
}

.modal-header {
    padding: 8px;
}

.h4, h4 {
    font-size: 14px;
    font-weight: bold;
}

.modal-dialog {
    margin: 60px 0px 0px;
}

.message-warning {
    background: rgb(255, 245, 193) none repeat scroll 0% 0%;
    border-radius: 4px;
    padding: 4px;
    display: block;
    margin: 4px;
    text-align: justify;
}

.panel-left-splitter {
    background-color: #ffffff;
    border-width: 0;
    display: block;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 1500;
    left: 300px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.15);
    border-left: 1px solid #e7e7e7;
}

.panel-left-splitter-dragging {
    box-shadow: none !important;
}

.panel-left-splitter-handler {
    background: #2e6da4 none repeat scroll 0 0;
    cursor: col-resize;
    float: left;
    height: 40px;
    margin-top: -20px;
    padding-top: 40px;
    position: absolute;
    top: 50%;
    width: 9px;
}

.help {
}

.help-active {
    box-shadow: 5px 0px 5px rgba(255, 84, 84, 0.15);
    cursor: help !important;
}

.help-active button {
   box-shadow: 5px 0px 5px rgba(255, 84, 84, 0.15);
    cursor: help !important;
}

.dd_tmpl_header {
    color: #000022;
    font-size: 12px !important;
    text-align: justify;
}

.dd_tmpl_content {
    text-align: justify;
}

.experimental {
    background: red;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    padding: 2px;
}
