html, body {
    height: 100%;
    margin: 0;
    padding: 0 !important;
}

table {
    border-collapse: collapse;
}

td, th {
    min-width: 100px;
}

table, th, td {
    border: 1px solid black;
}

.map {
    width: 100%;
    /*height: 98%;*/
    /*border: blue;
    border-width: 3px;
    border-style: solid;*/
    float: left;
    min-height: 665px;
    height: 665px;
    max-height: 665px;
}

.ol-control button {
    background-color: rgba(40, 40, 40, 0.8) !important;
}

.ol-control button:hover {
    background-color: rgba(40, 40, 40, 1) !important;
}

.rotate-north {
    top: 5px;
    left: 47%;
}

.ol-touch .rotate-north {
    top: 5px;
}

.customMapButtons {
    width: 25px !important;
    height: 25px !important;;
    font-weight: bold !important;;
    font-size: 11px !important;;
    display: inline-block !important;;
}

#gcd-container {
    top: 7px;
    left: 35px;
}

#gcd-input-query {
    height: 23px;
}

.ol-geocoder ul.gcd-gl-result>li {
    line-height: inherit !important;
}

.gcd-gl-result {
    z-index: 9;
}

#datasetTreeContainer {
    max-width: 380px;
    /*overflow:hidden;*/
    white-space:nowrap;
}

#RWdatasetTreeContainer, #RWdatasetTreeContainerCirc {
    max-width: 380px;
    /*overflow:hidden;*/
    white-space:nowrap;
}
#mapPanels {
    z-index: 1;
    position: absolute;
    margin-top: 82px;
    margin-left: 12px;
    max-height: 520px;
    overflow: hidden;
}

#datasetTreeBlock, #labelTreeBlock {
    background: #fff;
    min-width: 340px;
    max-width: 340px;
    min-height: 8em;
    padding: 10px;
    overflow: auto;
    max-height: 470px;
}

#labelTreeBlock {
    display: none;
}



#datasetTreeBlock.collapsed, #colorSchemeLegendBlock.collapsed {
	min-width: 0;
	padding: 0;
	width: 0;
    overflow: hidden;
}
#colorSchemeLegendBlock {
    z-index: 1;
    position: absolute;
    background: #fff;
    margin-top: 102px;
    margin-left: 12px;
    min-width: 330px;
    max-width: 330px;
    min-height: 8em;
    padding: 10px;
    overflow: auto;
    max-height: 480px;
	margin-left: 0px;
    margin-right: 12px;
    right: 20px;
    display: none;
}

#colorSchemeLegendBlock > p {
	display: inline-block;
    float: right;
    margin-bottom: 10px;
}

#colorSchemeLegendBlock .field-name {
	clear: both;
    display: block;
    float: right;
    font-weight: bold;
    margin-top: -5px;  
    margin-bottom: 8px;
}

.legend-color > span {
	width: 100%;
    height: 15px;
    margin-bottom: -3px;
    display: inline-block;
    background-color: rgba(59, 255, 124, 0.7);
    border: 1px solid black;
}

#RWdatasetTreeBlock, #RWdatasetTreeBlockCirc {
    z-index: 1;
    background: #fff;
    min-width: 330px;
    max-width: 330px;
    /*min-height: 8em;*/
    padding: 0px 10px;
    /*overflow: auto;*/
    /*max-height: 280px;*/
}

.offlineStatisticTable td,th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#gradientLegend {
    width: 25px;
    height: 250px;
    z-index: 1;
    position: absolute;
    background: #fff;
    margin-top: 50px;
    right: 34px;
    padding: 5px;
    overflow: hidden;
}

.legendWrapperChilds {
    font-size: 8px;
    margin: 0px 0px 5px 0px;
    width: 15px;
}

#openDatasetModal {
    z-index: 10000 !important;
    position: absolute;
    background: #fff;
    margin-top: 35px;
    margin-left: 51%;
    min-width: 20em;
    min-height: 15em;
    padding: 15px;
    overflow: auto;
    max-height: 400px;
    display: none;
}

#linkSaveProject, #setProjectAsPublicOrPrivate {
    /*float: right;*/
    color: #676a6c;
    font-weight: bold;
}

#linkSaveProject::after, #linkDeleteProject::after {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    margin-left: 7px;
}

#linkDeleteProject {
    /*float: right;*/
    color: #676a6c;
    font-weight: bold;
}

#linkSaveProject:hover, #linkDeleteProject:hover, #setProjectAsPublicOrPrivate:hover {
    color: #1ab394;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.reportDD {
    margin-left: 40px;
    width: 75%;
    padding: 1px;
    padding: 1px 0;
    height: 25px;
}

.submenuHeader {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.submenuDivider {
    height: 5px;
    width: 90%;
    background-color: #f3f3f4;
    margin: 0 auto;
    border-bottom: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
}

.ctxMenu{
    display: none;
    background-color: #fff;
    font-size: 90%;
    position: absolute;
    min-width: 150px;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999;
    z-index: 1;
}

.ctxMenu a{
    display: block;
    color: black;
    padding: 10px;
}

.ctxMenu hr{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 9px;
    margin-right: 9px;
}

.jstree-node > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*max-width: 240px;*/
}

.vakata-context {
    z-index: 5000 !important;
}

.squaresGridSwitchWrapper {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px;
}

.squaresGridSwitchWrapper input[type=radio]{
    display: inline-block;
    margin: 0px;
}

.squaresGridSwitchWrapper p{
    display: inline-block;
    margin: 0px;
}

.submenuwrapperSubDiv {
    display: inline-block;
    vertical-align: middle;
}

.mainObjectTableExp tr.collapse.in {
    display:table-row;
}

/* Switch styles start */
.squaredCheckbox {
    width: 20px;
    position: relative;
    display: inline-block;
}

.squaredCheckbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    margin: 0px;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredCheckbox label:after {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.squaredCheckbox label:hover::after {
    opacity: 0.5;
}

.squaredCheckbox input[type=checkbox] {
    visibility: hidden;
}

.squaredCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* Switch styles end */

.ol-attribution ul {
    font-size: .9rem !important;
}

#ol-popup {
    max-height: 800px;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(24, 166, 137, 0.6);
    border-radius: 2px 2px 10px 10px;
    margin-bottom: 40px;
    margin-left: -20px;
}

#ol-popup-closer-container {
    width: 27px;
    height: 27px;
    overflow: hidden;
    float: right;
    margin-top: -15px;
    margin-right: -15px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    box-shadow: rgb(57, 144, 185) 0px 0px 5px;
    opacity: 1;
}

#ol-popup-closer {
    width: 13px;
    height: 13px;
    background-color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 9.5px;
}

#RWinfoWindowContent {
    max-width: 600px;
    max-height: 400px;
    overflow: auto;
    direction: rtl;
    padding-left: 15px;
    margin-bottom: 10px;
}

#RWinfoWindowContent::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#RWinfoWindowContent::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#RWinfoWindowContent::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(24, 166, 137, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-objcommonwrapper {
	display: inline-block; 
	margin-left: 5px; 
	width: 310px;
}

#iw-objtitlewrapper {
	width: 230px; 
	display: inline-block;
}

#iw-objgallerywrapper {
	float: right;
	margin-right: 20px;
	position: relative;
	height: 60px;
	width: 60px;
}

#iw-objgallerywrapper img {
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
}

#iw-objphotohelper {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 35px;
    color: white;
}

.iw-obj-gallery-size {
    position: absolute;
    right: -16px;
    font-size: 16px;
    top: 17px;
    font-weight: 700;
}

.iw-obj-gallery-size > span:first-child {
	position: absolute;
    left: 2px;
    top: -3px;
    cursor: pointer;
}

.iw-subTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    padding-bottom: 0px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 310px;
}

.iw-coords {
    font-size: 10px;
    padding: 5px 0;
    margin-bottom: 15px;
    padding-top: 0px;
}

.iw-mode {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
}

.iw-modeTextBox {
    margin-left: 5px;
    display: inline-block;
    width: 85%;
}
.iw-modeValidator {
    color: red;
    display: none;
    margin: 0px;
}

.iw-divider {
    margin: 10px 0;
    width: 95%;
    border-color: #18a689;
}

#iw-subcontainer {
	max-width: 380px; /* affects sizes of columns under class iw-content (.iw-content td)*/
}

#iw-subcontainer > img {
    max-width: 30px;
    min-width: 30px;
    margin-top: -25px;
}

#iw-container {
    margin-bottom: 10px;
    /*width: 350px !important;*/
    width: 100%;
}

#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #18a689;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

.iw-content {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.iw-content table {
    width: 100%;
}

.iw-content td {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iw-content td:first-child{
    min-width: 250px;
    max-width: 250px;
    font-weight: bolder;
}

.iw-content tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.iw-content a {
    color: inherit;
}

.iw-content a:hover {
    background-color: #e1e1eb;
    border-radius: 5px;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 41px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.saveMapBlock {
    z-index: 1;
    position: absolute;
    /*margin-top: 600px;
    margin-left: 15px;*/
    width: 38px;
    height: 38px;
    cursor: pointer;
    left: 30px;
    bottom: 30px;
}

.upload-geojson-container {
    z-index: 1;
    position: absolute;
    /*margin-top: 600px;
    margin-left: 15px;*/
    width: 38px;
    height: 38px;
    cursor: pointer;
    left: 80px;
    bottom: 30px;
}

.statPrefsButton {
    z-index: 1;
    position: absolute;
    width: 38px;
    height: 38px;
}

.pac-card {
    margin: 10px 10px 0 0;
    /*border-radius: 2px 0 0 2px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 330px;
    height: 2.5em;
    border-width: 0px;
    display: none;
}

#pac-input:focus {
    /*border-color: #4d90fe;*/
}

.menu {
    margin-left: 59.5%;
    width: 40%;
    height: 98%;
    /*border: red;
    border-width: 3px;
    border-style: solid;*/
}

.container {
    width: 100%;
    height: 100%;
    margin: auto;
}

.radiomenu {
    width: 4%;
    height: 20%;
    float: left;
}

.checkmenu {
    margin-left: 4.5%;
    width: 95%;
    height: 20%;
}

.submenuwrapper {
    padding: 10px;
    margin-bottom: 10px;
}

.editInfoTitleInput {
    font-weight: bold;
    height: 25px;
}

.customFieldInput {
    width: 95%;
    margin-bottom: 10px;
    resize: none;
    height: 23px;
}

.customFieldInputLabel {
    width: 95%;
    margin-bottom: 0px;
    resize: none;
    height: 23px;
}

/* Range input begin */
input[type=range] {
    height: 25px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background: transparent;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #E3E3E3;
    border-radius: 1px;
    border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #CCCCCC;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #E3E3E3;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #E3E3E3;
    border-radius: 1px;
    border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #CCCCCC;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #E3E3E3;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
    background: #E3E3E3;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #CCCCCC;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background: #FFFFFF;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #E3E3E3;
}
input[type=range]:focus::-ms-fill-upper {
    background: #E3E3E3;
}
/* Range input end */

table.dataTable thead .sorting:after
, table.dataTable thead .sorting_asc:after
, table.dataTable thead .sorting_desc:after {
    content: normal !important;
}

.customRectangleStatistic {
    display: inline-block;
    border: none;
}
.customRectangleStatistic > tbody > tr > td {
    border: none;
    padding-right: 5px;
}

.customRectangleStatistic > tbody > tr > td > b {
    text-transform:capitalize;
}

.expanderWrapper {
    height: auto;
    /*overflow: hidden;*/
}

.expanderHeaderWrapper {
    /*border: 1px solid black;*/
    margin-bottom: 10px;
    height: 18px;
}
.expanderContentWrapper {
    border: 1px solid black;
    min-height: 50px;
    overflow: auto;
}

.expandBtn {
    /*height: 1%;*/
    width: 1%;
}

.expanderHeaderWrapper img {
    height: 100%;
}

.expanderHeaderWrapper label {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
}
.btn-filter{
    margin-left: 20px;
    height: 25px;
    padding: 0px 10px;
    float: left !important;
}
.query-container{
    margin-top: 5%;
    overflow-y: scroll;
    max-height: 600px;
    margin-bottom: 10px;
}
/* Page Locker start */
.lockPage {
    z-index: 10000;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#000000;
    position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}

.windows8 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 32px;
    height: 32px;
}

.windows8 .wBall {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 5.5s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 5.5s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 5.5s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 5.5s infinite;
    transform: rotate(225deg);
    animation: orbit 5.5s infinite;
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1ab394;
    left: 0px;
    top: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.windows8 #wBall_1 {
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.windows8 #wBall_2 {
    -moz-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
    -ms-animation-delay: 0.24s;
    -o-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

.windows8 #wBall_3 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

.windows8 #wBall_4 {
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

.windows8 #wBall_5 {
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}
/* Page Locker end */

/* Import dataset list start */
#importDatasetList .ui-selecting {
    background: #FECA40;
}

#importDatasetList .ui-selected {
    background: #F39814;
    color: white;
}

#importDatasetList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 94%;
}

#importDatasetList li {
    margin: 3px;
    padding: 5px;
    /*font-size: 1.4em;*/
    height: 18px;
    width: 100%;
}
/* import dataset list end*/

/* Snackbar begin */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 100px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 100px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 100px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 100px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 100px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/* Snackbar end */

/* Ruler on map */
.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.tooltip-static {
	/*background-color: #ffcc33;*/
	background-color: rgb(24, 166, 137);
	/*color: black;*/
	color: white;
	/*border: 1px solid white;*/
	border: 1px solid black;
}

.tooltip-measure:before, .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%;
}

.tooltip-static:before {
	/*border-top-color: #ffcc33;*/
	border-top-color: rgb(24, 166, 137);
}
/* Ruler on map end */

th.details-control {
	width: 40px !important;
}

th.delete-control {
	width: 60px !important;
	min-width: 60px !important;
}

/*th.gradient-control {
	width: 40px !important;
    min-width: 40px !important;
}*/

th.gradient-alignment {
	width: 58px !important;
	min-width: 58px !important;
}

th.visibility-control {
	width: 60px !important;
    min-width: 60px !important;
}

td.visibility-control {
	cursor: pointer;
	width: 60px !important;
    min-width: 60px !important;
}

td.details-control {
	background: url("/resources/img/expand.png") no-repeat center center;
    background-origin: padding-box;
    cursor: pointer;
    width: 40px !important;
    background-size: 25px 25px;
    transform: rotate(-90deg);
}

td.delete-control {
	background: url("/resources/img/ic_delete.png") no-repeat center center;
    cursor: pointer;
    width: 60px !important;
    min-width: 60px !important;
    background-size: 20px 20px;
}

tr.shown td.details-control {
	background: url("/resources/img/collapse.png") no-repeat center center;
    background-size: 25px 25px;
    padding: 0px;
    transform: rotate(180deg);
}

td.gradient-control, td.static-coloring-control {
	background: url("/resources/img/gradient_unchecked.png") no-repeat center center;
    cursor: pointer;
    width: 40px !important;
    min-width: 40px !important;
    background-size: 18px 18px;
}

td.gradient-alignment {
	width: 58px !important;
    min-width: 58px !important;
}

tr.grad_visible td.gradient-control, tr.stat_color_visible td.static-coloring-control {
	background: url("/resources/img/gradient_checked.png") no-repeat center center;
    background-size: 18px 18px;
}
    
#editLogoModalContainer table {
	margin-bottom: 0;
}
    
#editLogoModalContainer table, #editLogoModalContainer th, #editLogoModalContainer td {
	border: 0;
}

a.disabled {
	pointer-events: none;
	opacity: 0.5;
}

#colorViewer {
	display: inline-block;
	height: 180px;
	vertical-align: top;
	width: 44%;
	margin-left: 8px;
	border-radius: 3px;
	border: 1px solid #aaa;
}
	
.public-map-container {
	margin-top: 20px;
	text-align: center;
}
	
.public-map-container .prop-content {
	display: inline-block;
	margin-right: 10px;
}
	
.public-map-container .prop-content a:hover {
	color: #1ab394;
}
	
.public-map-container .prop-content a, .public-map-container .prop-content span {
	color: #676a6c;
   	font-weight: bold;
}
    
.copy-token-link, .copy-public-project-link {
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -2px;
}

.copy-token-link img, .copy-public-project-link img {
    height: 15px;
}

.hide-dataset-tree-block, .hide-label-tree-block {
	display: inline-block;
	font-size: 17px;
	margin-left: 20px !important;
    margin-right: 5px;
	opacity: 0.5;
    cursor: pointer;
}

.hide-color-scheme-legend-block {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    right: 10px;
    opacity: 0.5;
    cursor: pointer;
}


.hide-color-scheme-legend-block {
	left: 10px;
	top: 5px;
}


.show-dataset-tree-block, .show-label-tree-block {
	font-size: 17px;
	background: #fff;
	padding: 5px 9px 4px 10px;
    width: 30px;
	opacity: 0.8;
	cursor: pointer;
	display: none;
}

.show-color-scheme-legend-block {
    font-size: 17px;
    position: absolute;
    background: #fff;
    margin-top: 102px;
    margin-left: 12px;
    padding: 5px 9px 4px 10px;
    display: block;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.show-label-tree-block {
    display: block;
}

.show-color-scheme-legend-block {
	right: 32px;
	padding: 5px 10px 4px 9px;
}
	
.hide-dataset-tree-block:hover, .hide-color-scheme-legend-block:hover {
	opacity: 0.8;
}

.show-dataset-tree-block:hover, .show-color-scheme-legend-block:hover {
	opacity: 1;
}

.ctxMenuItem {
	border-bottom: 1px solid #eee;
}

#colorSchemeLegendMessage {
	display: inline-block;
	width: 300px;
    position: absolute;
    z-index: 1;
    right: 2.5em;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    color: white;
    padding: 3px 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-user-select: none;   
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#colorSchemeLegendMessage i {
	font-size: 12px;
}

#showContextMenuButton {
	font-size: 20px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
}

body #wrapper {
	padding: 0px 15px;
}

body .row > .col-md-6 > .ibox > .ibox-content {
	min-height: 700px;
}

.ol-full-screen-control {
	right: .5em;
	top: .5em;
}

body.fullScreenMode div.row.border-bottom.white-bg {
	display: none;
}

body.fullScreenMode, body.fullScreenMode .row > .col-md-6, body.fullScreenMode .ibox-content {
	padding: 0;
}

body.fullScreenMode #wrapper {
	padding: 0;
	height: 100%;
}

body.fullScreenMode .Inbox > .ibox-content, body.fullScreenMode #foot1/*, body.fullScreenMode #foot2*/ {
	display: none;
}

body.fullScreenMode.top-navigation #page-wrapper {
	min-height: 100%;
}

body.fullScreenMode .row > .col-md-6 > .ibox {
	margin: 0;
}

body.fullScreenMode .row > .col-md-6 > .ibox > .ibox-content {
	min-height: 100%;
}

body.fullScreenMode .map {
	height: 100%;
    max-height: 100%;
}

#btnShowHideLabels, #btnStopModifying, #btnShowHideSatellite, #btnShowHideTomTomTraffic {
	margin-top: 4px;
}

.ctxSubmenu {
    left: 100%;
}

.clickable-row {
	cursor: pointer;
}

#snackbar {
	z-index: 4000;
}

.customLocationsIncludeExcludeSwitchLabel {
	font-weight: 400;
	width: 75px;
	margin: 0px;
}

.customLocationsIncludeExcludeSwitchLabel span {
	margin-left: 3px;
}

#customLocationsForAdsTable_wrapper{
	padding: 0px;
}

.div-container {
	background-color: white;
	padding: 10px;
	margin-top: 20px;
}

.ads-modal-container {
	padding: 20px;
}

.ads-modal-container > .div-container:first-child {
	margin-top: 0px;
}

.ads-modal-container .dataTables_wrapper {
	padding: 0px;
}

.onoffswitch-container {
	width: 60px;
}

.m-r {
	margin-right: 15px;
}

.display-i-b {
	display: inline-block;
}

.m-r {
	margin-right: 15px;
}

.dropdown-menu.custom > li > a {
	padding: 5px 10px;
	line-height: 20px;
}

.dropdown-menu.custom > li {
	border-bottom: 1px solid #eee;
}

.dropdown-menu.custom > li:last-child {
	border-bottom: none;
}

.ol-overlay-container.ol-selectable {
    -webkit-touch-callout: initial;
    -webkit-user-select: text;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: text;
}