.chrome-projects.chrome-projects-container {
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    height: 50%;
    }

.chrome-left {
    height: 100%;
    background: white;
    position: relative;
    padding-top: 52px;
    overflow-y: scroll;
    overflow-x: hidden;
    }

.chrome-left:after {
    content: '';
    background: black;
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    right: -2px;
    opacity: 0.2;
    }

.chrome-left-section {
    width: 100%;
    height: auto;
    color: black;
    /*padding: 22px;*/
    padding-top: 0px;
    }

.chrome-left-itemcontainer {
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    color: #3C3C3C;
    margin-right: 15px;
    text-indent: -10px;
    padding-left: 15px;
    }

.chrome-left-itemcontainer:hover {
    background: #F7F7F7;
        border-radius: 2px;
    }

.chrome-left-itemcontainer:hover .chrome-left-item-name {
    opacity: 1 !important;
    }

.chrome-left-itemcontainer.active-project:hover .chrome-left-popup-trigger {
    display: block;
    }




/*.users-title {*/
.chrome-left-title {
    position: relative;
    text-transform: none;
    font-size: 21px;
    margin-left: 0;
    font-weight: 900;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #DCDCDC;
    cursor: default;
    margin-left: 20px;
    font-weight: 600;
    margin-right: 15px;
}

.chrome-left-item-name {
    line-height: 1.8;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    word-break: normal;
    }

.chrome-left-popup-trigger {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 300;
    opacity: 1;
    width: 20px;
    height: 20px;
    /*border-radius: 15px;*/
    right: 1px;
    /*box-shadow: 0 0 0 1px #666 inset;*/
    /*background: white;*/
    opacity: 0.8;   
    display: none;
    cursor: pointer;
    color: black;
    font-weight: 300;
    line-height: 1.3;   
    margin-right: 4px;
    }

.chrome-left-popup-trigger:hover {
    opacity: 1;
    }


.chrome-left-popup-trigger:before {
    content: 'Edit';
    position: absolute;
    top: 0px;
    right: 2px;
    font-weight: 600;
    color: white;
    }




.chrome-left-itemcontainer.activeProject {
    background: #3C4759;
    color: white;
    font-weight: 900;
    text-indent: 2px;
    }

.chrome-left-container {
    position: relative;
    margin-top: 50px;
    }

.chrome-left-new-button {
    position: absolute;
    top: 6px;
    right: 22px;
    color: #DCDCDC;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 18px;
    font-size: 20px;
    border: 2px solid #DCDCDC;
    padding-left: 2px;
    line-height: 15px;
}

.chrome-left-new-button:hover {
    color: #848282;
    border: 2px solid #848282;
    }

.chrome-left-new-button:active {
    background: white;
    }




.online:before {
    content: '';
    background: #089688;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 12px;
    left: -15px;
    padding-right: 10px;
    opacity: 100;
    top: 8px;   
    }

.chrome-user .chrome-left-item-name {
    /*opacity: 0.5;*/
    }

.online .chrome-left-item-name {
    opacity: 1;
    }


.chrome-user-card {
    position: absolute;
    width: 210px;
    z-index: 9999;
    background: white;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    top: 0;
    left: -2px;
    }

.chrome-left-ghost {
    background: transparent;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    }


.user-card-top-container {
  background: #F4F4F4;
  width: 100%;
  padding: 4px 10px 8px 10px;
}

.card-user-name {
  font-weight: 900;
  font-size: 15px;
  color: #666;
}

.card-user-project-count {
  color: rgb(94, 160, 138);
  font-weight: 900;
  font-size: 12px;
}

.user-card-close-button {
  background: rgba(0,0,0,0.08);
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #999;
  cursor: pointer;
}

.user-card-bottom-container {
  padding: 10px 10px 10px 13px;
  line-height: 2;
  font-size: 14px;
  color: #666;
}

.user-card-bottom-container div {
    cursor: pointer;
}


.manage-user-access-fullscreen {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;

    height: 100%;
    opacity: 0.98;
}

.manage-user-access-inner {
  margin: auto;
  /*border: 1px solid;*/
  /*max-width: 600px;*/
  width: 700px;
  top: 120px;
  position: relative;
  padding: 20px;
}

.close-manage-user-access {
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 1.1;
  font-size: 36px;
  font-weight: 200;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  opacity: 0.7;
}

.close-manage-user-access:hover {
    opacity: 1;
}

.manage-access-title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
}

.manage-access-project-wrapper {

  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;

}
.manage-access-project-title {
  font-size: 22px;
}

.manage-access-buttons-wrapper {
  position: absolute;
  top: 15px;
  right: 0;
}


.access-button {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    margin-left: 7px;
    line-height: 2.2;
    padding: 0px 5px 0px 6px;
    font-weight: 900;
    background: #ddd;   
    color: white;
    border-radius: 2px;
    cursor: pointer;
    }

.access-button:hover {
    background: #ccc;
    }

.access-button:active {
    background: #bbb;
    }


.access-button.active {
    background: #3C4759;
    }

.access-button.active:hover {
    background: #3C4759;
    }

.access-button.active:active {
    background: #3C4759;
    }   



/* ###################################### */
/* simplified look, as requested by frano */
/* ###################################### */
/* datalib */
.data-list-line:last-child {
    border: none;
}
.data-list-line {
    border: none;
}
.file-list-container-file-list .data-list-line:hover {
    /*background: rgb(60, 71, 89) !important;*/
    background: #C7CACF !important;
    color: white !important;
}
.data-list-line:hover .file-meta-content {
    color: #3F4652 !important;
}
.data-list-line:hover .file-meta-content .file-meta-author {
    color: #3F4652 !important;
}
.file-popup {
    color: #3F4652;
}
.data-list-line .file-name-content {
    font-size: 14px;
}
.files-container {
    padding-bottom: 60px;
}
.file-list-container-file-list .data-list-line .file-popup-trigger {
    margin-top: 9px;
    margin-right: 4px;
}
.file-meta-content {
    margin-top: 2px;
    margin-bottom: 0px;
}
.file-meta-content .file-meta-author {
    margin-right: 7px;
    color: #B9B9B9;
}

/* editor */
.chrome-metafield-line {
    border: none;
}
.chrome-metafield-line-children:last-child {
    border: none;
}
.chrome-metafield-line:last-child {
    border: none;
}
#field_wrapper_point {
    font-size: 20px;
}
#field_wrapper_polygon {
    font-size: 20px;
}
#field_wrapper_line {
    font-size: 20px;
}
.chrome-pane.styler .chrome-switch-container {
    top: 13px;
    zoom: 1.1;
}

/* settings dropdown */
.settings-dropdown .chrome-metafield-line {
    border: none;
}
.settings-dropdown .chrome-metafield-line:last-child {
    border: none;
}


.smooth-fullscreen {
    background: rgba(252, 252, 252, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;

    height: 100%;
    /*opacity: 0.98;*/
}

.smooth-fullscreen-inner {
  margin: auto;
  width: 700px;
  top: 120px;
  position: relative;
  padding: 20px;
}

.close-smooth-fullscreen {
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 1.1;
  font-size: 36px;
  font-weight: 200;
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  opacity: 0.7;
}

.close-smooth-fullscreen:hover {
    background: #D6D6D6;
        color: white;
}


.close-smooth-fullscreen:active {
    background: none;
    color: rgba(63, 70, 82, 1);
}

.smooth-fullscreen-title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  cursor: default;  
}


.chrome-left-container.contacts {
    margin-top: 20px;
    margin-bottom: 20px;
}












.smooth-input {
    height: 50px;
    font-size: 28px;
    font-family: 'Open Sans', serif;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 6px;
    color: #4A4A4A;
    width: 100%;
}
.smooth-input:focus {
    outline: none !important;
    border: 1px solid #DCDCDC !important;
}

.smooth-fullscreen-name-label {
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: default;
    clear: both;
}

.clearboth {
    clear: both;
}

.smooth-fullscreen-content {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.smooth-fullscreen-save {
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    width: auto;
    position: absolute;
    padding: 5px;
    font-size: 19px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F9F9F9;
    color: #616161;
    font-weight: 500;
    cursor: pointer;
}

.smooth-fullscreen-save:hover {
    background: white;
}
.smooth-fullscreen-save:active {
    background: #F9F9F9;
}

.smooth-fullscreen-error-label {
    height: auto;
    color: #E45252;
    cursor: default;
}

.smooth-fullscreen-sub-label {
    height: 20px;
    color: #777;
    cursor: default;
}

.chrome-left-project-wrapper {
    /*margin-left: 10px;*/
}

.smooth-fullscreen-delete {
    margin-top: 10px;
    border: 1px solid #969696;
    width: auto;
    position: absolute;
    padding: 5px;
    font-size: 19px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    
    font-weight: 600;
    cursor: pointer;
    right: 0px;
    background: #F9F9F9;
    color: #FF6060;
}

.smooth-fullscreen-delete:hover {
    
    background: #FF6060;
    color: white;
}
.smooth-fullscreen-delete:active {
    background: #FF8484;
}

.smooth-fullscreen-buttons-wrapper {
        margin-top: 30px;
  
}

.private-public-label {
    top: 10px;
    position: relative;
    font-size: 16px;
    color: #555;
}

/*slack style invite boxes*/

.invite-container {
    width: 100%;
    border: 1px solid red;
    height: auto;
    /*font-size: 28px;*/
    /*font-family: 'Open Sans', serif;*/
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    /*padding: 6px;*/
    color: #4A4A4A;
    background: white;
}
.invite-inner {
    height: auto;
    width: 100%;
}
.invite-input-container {
    height: auto;
    width: 100%;
    cursor: text;
    padding-left: 3px;
}
.invite-input-form {
    height: 36px;
    font-size: 20px;
    font-family: 'Open Sans', serif;
    padding: 6px;
    color: #4A4A4A;
    width: 20px;
    border: none;
    padding-top: 7px;
        padding-bottom: 0;
    
    /*debug*/
    /*padding: 0;*/
    /*width: 0;*/
}

.invite-list-container {
    display: none;
    position: relative;
    z-index: 100;
    width: 100%;
    max-height: 250px;
    top: 0;
    left: 0;
    overflow: auto;
    margin-top: 3px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    padding: 4px 3px 4px 4px;
    cursor: pointer;
}

.monkey-scroll-list-item-container {
    position: relative;
        height: 50px;
        padding: 5px;
        border-radius: 3px;
}
.monkey-scroll-list-item-container:hover {
    background: #DEE7EF;
}

.monkey-scroll-list-item-avatar-container {
    width: 40px;
    height: 40px;
    left: 0;
    position: absolute;
    margin-left: 5px;
}

.monkey-scroll-list-item-avatar {
    width: 40px;
    height: 40px;
    background-size: 38px;
    background-repeat: no-repeat;
}

.monkey-scroll-list-item-name-container {
    width: 100%;
    height: 40px;
    left: 40px;
    position: absolute;
    padding-left: 10px;
}

.monkey-scroll-list-item-name-bold {
    font-weight: 600;
}
.monkey-scroll-list-item-name-subtle {
    font-size: 11px;
}


.mini-user-container {
    display: inline-block;
    margin: .4rem 0 0 .4rem;
    padding: 3px 24px 3px 5px;
    border: 1px solid #439FE0;
    border-radius: 3px;
    background: #439FE0;
    color: #FFF;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 700;
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin: 3px 6px 6px 5px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    margin-right: 0px;
    margin-bottom: 8px;
}

.mini-user-inner {
        font-size: 14px;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding-left: 28px;
}

.mini-user-kill {
    height: 16px;
    width: 16px;
    position: absolute;
    right: -20px;
    top: 4px;
    border-radius: 20px;
    line-height: 1;
    padding-left: 4px;
}

.mini-user-kill:hover {
    background: #FBFBFB;
    color: #439FE0;
}

.default-avatar {
    background-image: url('data:image/png;base64,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');
}

.mini-user-avatar {
    position: absolute;
    height: 20px;
    width: 20px;
    /*background: #E4E4E4;*/
    left: 2px;
    top: 2px;
    border-radius: 1px;
    background-size: 20px;
    background-repeat: no-repeat;
}


.project-icon {
    padding-right: 5px;
    margin-left: -7px;
    position:relative;
    cursor: default;
}

.project-public-icon {
    padding-right: 5px;
    margin-left: 16px;
    position:relative;
    cursor: default;
    color: rgba(153, 153, 153, 0.27);
}

.active-project .project-public-icon {
    color: #f8f8f8;
}


.project-tooltip {
    top: -44px;
    background-color: #404040;
    color: white;
    border-radius: 3px;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    width: auto;
    left: -11px;
    padding-left: 14px;
    height: 25px;
    padding: 7px;
    padding-left: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial;
    visibility: hidden;
    text-align: center;
    z-index: 100002;
    max-width: 230px;
    height: auto;
}

.user-counter .project-tooltip {
    top: -50px;
    left: 23px;
}

.project-icon:hover .project-tooltip {
    opacity:0.9;
    visibility: visible;
}
.project-public-icon:hover .project-tooltip {
    opacity:0.9;
    visibility: visible;
}

.project-tooltip:hover {
    opacity: 0;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
    width: 0;
    height: 0;
}



.trigger-icon {
    right: 0;
    position:relative;
    cursor: default;
    color: white;
}



.optional-medium {
    font-weight: 400;
    font-size: 16px;
    color: #999;
}





/*switch*/
.public-private-project-switch {
    width: 110px;
    height: 30px;
    position: relative;
    float: none;
    margin-bottom: 40px;
    content: '';
    position: relative;
    background-color: white;
    left: 0;
    width: 99px;
    height: 29px;
    border-radius: 20px;
    -webkit-transition: left 100ms;
    -moz-transition: left 100ms;
    -ms-transition: left 100ms;
    -o-transition: left 100ms;
    transition: left 100ms;
    box-shadow: none;
    margin-right: 20px;
    float: left;
}
.public-private-project-switch {
    background-color: #FF607E;
}
.public-private-project-switch:before {
    left: 72px;
        top: 2px;
        width: 25px;
        height: 25px;
        box-shadow: none;
}
.public-private-project-switch.switch-on:before {
    left: 2px;
}
.public-private-project-switch:after {
    content : 'private';
    color: white;
}
.public-private-project-switch.switch-on:after {
    content: 'Public';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 37px;
    position: absolute;
    top: 4px;
}
.public-private-project-switch:after {
    content: 'Private';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 12px;
    position: absolute;
    top: 4px;
}

.public-project-label {
    color: #DCDCDC;
}
.active-project .public-project-label {
    color: white;
}


/*switch*/
.scf-graph-switch {
    width: 110px;
    height: 30px;
    position: relative;
    float: none;
    margin-bottom: 40px;
    content: '';
    position: relative;
    background-color: white;
    left: 0;
    width: 99px;
    height: 29px;
    border-radius: 20px;
    -webkit-transition: left 100ms;
    -moz-transition: left 100ms;
    -ms-transition: left 100ms;
    -o-transition: left 100ms;
    transition: left 100ms;
    box-shadow: none;
    margin-right: 20px;
    float: left;
}
.scf-graph-switch {
    background-color: #FF607E;
}
.scf-graph-switch:before {
    left: 72px;
        top: 2px;
        width: 25px;
        height: 25px;
        box-shadow: none;
}
.scf-graph-switch.switch-on:before {
    left: 2px;
}
.scf-graph-switch:after {
    content : 'private';
    color: white;
}
.scf-graph-switch.switch-on:after {
    content: 'Show';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 37px;
    position: absolute;
    top: 4px;
}
.scf-graph-switch:after {
    content: 'Hide';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 24px;
    position: absolute;
    top: 4px;
}





/*switch*/
.timeseries-listen {
    width: 110px;
    height: 30px;
    position: relative;
    float: none;
    margin-bottom: 40px;
    content: '';
    position: relative;
    background-color: white;
    left: 0;
    width: 99px;
    height: 29px;
    border-radius: 20px;
    -webkit-transition: left 100ms;
    -moz-transition: left 100ms;
    -ms-transition: left 100ms;
    -o-transition: left 100ms;
    transition: left 100ms;
    box-shadow: none;
    margin-right: 20px;
    float: left;
}
.timeseries-listen {
    background-color: #FF607E;
}
.timeseries-listen:before {
    left: 72px;
        top: 2px;
        width: 25px;
        height: 25px;
        box-shadow: none;
}
.timeseries-listen.switch-on:before {
    left: 2px;
}
.timeseries-listen:after {
    content : 'private';
    color: white;
}
.timeseries-listen.switch-on:after {
    content: 'Listen';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 37px;
    position: absolute;
    top: 4px;
}
.timeseries-listen:after {
    content: 'Off';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 24px;
    position: absolute;
    top: 4px;
}





/*switch*/
.share-project-switch {
    width: 110px;
    height: 30px;
    position: relative;
    float: none;
    margin-bottom: 20px;
    content: '';
    position: relative;
    background-color: white;
    left: 0;
    width: 120px;
    height: 29px;
    border-radius: 20px;
    -webkit-transition: left 100ms;
    -moz-transition: left 100ms;
    -ms-transition: left 100ms;
    -o-transition: left 100ms;
    transition: left 100ms;
    box-shadow: none;
    margin-right: 10px;
    float: left;

    width: 50px;
    height: 20px;
}
.share-project-switch {
    background-color: #FF607E;
}
.share-project-switch:before {
    left: 32px;
        top: 2px;
        width: 25px;
        height: 25px;
        box-shadow: none;

        width: 16px;
        height: 16px;
}
.share-project-switch.switch-on:before {
    left: 2px;
}
.share-project-switch.switch-on:after {
    content: '';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 38px;
    position: absolute;
    top: 4px;
}
.share-project-switch:after {
    content: '';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 14px;
    position: absolute;
    top: 4px;
}

.share-project-label {
    color: #DCDCDC;
}
.active-project .share-project-label {
    color: white;
}

.toggle-wrapper {
    margin-top: 20px;
    clear: both;
    margin-left: 50px;
}

/*switch*/
.download-project-switch {
    width: 110px;
    height: 30px;
    position: relative;
    float: none;
    margin-bottom: 20px;
    content: '';
    position: relative;
    background-color: white;
    left: 0;
    width: 120px;
    height: 29px;
    border-radius: 20px;
    -webkit-transition: left 100ms;
    -moz-transition: left 100ms;
    -ms-transition: left 100ms;
    -o-transition: left 100ms;
    transition: left 100ms;
    box-shadow: none;
    margin-right: 10px;
    float: left;

    width: 50px;
    height: 20px;
}
.download-project-switch {
    background-color: #FF607E;
}
.download-project-switch:before {
    left: 32px;
        top: 2px;
        width: 25px;
        height: 25px;
        box-shadow: none;

        width: 16px;
        height: 16px;
}
.download-project-switch.switch-on:before {
    left: 2px;
}
.download-project-switch.switch-on:after {
    content: '';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 38px;
    position: absolute;
    top: 4px;
}
.download-project-switch:after {
    content: '';
    color: white;
    font-size: 16px;
    font-weight: 600;
    left: 14px;
    position: absolute;
    top: 4px;
}

.download-project-label {
    color: #DCDCDC;
}
.active-project .download-project-label {
    color: white;
}

.small-toggle-label {
    top: 5px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.extra-margin-top {
    margin-top: 50px;
}

/*same white color errywhere*/
#layer-menu-inner-content {
    background: #FCFCFC;
}
.layer-menu-item-wrap {
    background: #FCFCFC !important;
}
.description-multiple-toggle-wrapper {
    background: #FCFCFC;
}
.description-control-content-box {
    background: #FCFCFC;
}
.leaflet-bar, .leaflet-control-layers {
    background: #FCFCFC;
}
.leaflet-bar a, .leaflet-control-baselayertoggle {
    background-color: #FCFCFC;
}



.chrome.chrome-content.settings-button:first-child {    
    border-radius: 4px 0 0 4px;
    }
    
.chrome.chrome-content.settings-button:last-child { 
    border-radius: 0 4px 4px 0;
    }










/*polygon-styler targets*/

.add-target-wrapper {
    margin-top: 30px;
    margin-left: 0px;
    }

.add-target {
    font-size: 14px;
    margin: 10px;
    margin-left: 0px;
    cursor: pointer;
    }

.add-target:hover {
    color: black;
    }

.add-target-icon {
    font-size: 20px;
    position: absolute;
    }

/* All targets wrapper */
.add-target-text {
    font-size: 15px;
    position: relative;
    left: 30px;
    }

/* Each target line */
.target-wrapper {
    position: relative;
    height: 50px;
    font-size: 12px;
    }

/* Target remove tiny button */
.target-remove {
    color: rgba(220, 220, 220, 0.57);
    cursor: pointer;
    font-size: 12px;
    }

.target-remove:hover {
    color: rgba(251, 22, 50, 0.58);
    }

/* A general-ish wrapper */
.target-column-wrapper {
    }

    /* Column dropdown */
    .target-column-dropdown.tiny {
        width: 99px !important; 
        position: relative !important;
        float: none !important;
        top: 0 !important;
        }       

    /* <, =, > clicker button */
    .clicker-button.target-equals-clicker {
        width: 21px;
        height: 22px;
        border: 1px solid #DCDCDC;
        border-radius: 3px;
        background: white;
        cursor: pointer;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 5px;
        }


/* Input wrapper */
.target-input-wrapper {
    }

    /* Target input field */
    .target-input {
        height: 22px;
        width: 95px;
        border: 1px solid #DCDCDC;
        border-radius: 2px;
        font-size: 12px;
        padding-left: 4px;
        /*max-width: 100px;*/
        }

/* Color wrapper */
.target-color-wrapper {
    }

    /* color box */
    .chrome-color-ball.target-color-box {
        border: none;
        box-shadow: none;
        border-radius: 3px;
        height: 20px;
        border: none;

        /*width: 34px;*/
        width: 44px;
        height: 21px;

        float: none !important;
        position: relative !important;
        margin-left: 0px !important;

        top: 0 !important;
        left: 0;
        }
        


/* Opacity wrapper */
.target-opacity-wrapper {
    }

    /* Opacity title */
    .target-input-title-opacity {
        }   

    /* Opacity input */
    .target-input.opacity {
        width: 44px;
        text-align: center;
        }


/* Width wrapper */
.target-width-wrapper {
    }

    /* width input */
    .target-input.width {
        width: 44px;
        text-align: center;
        }

    /* width title */
    .target-input-title-width {
        }





/* Wrappers */
/*.target-remove, */
.target-column-wrapper, 
.target-input-wrapper, 
.target-color-wrapper, 
.target-opacity-wrapper,
.target-width-wrapper {
    position: relative;
    float: left;
    vertical-align: top;
    margin-left: 4px;
    top: 15px;
    }

.target-remove {
    position: absolute;
    left: -10px;
    top: 19px;
    }

/* Titles */
.target-column-title,
.target-input-title,
.target-input-title-opacity,
.target-input-title-width {
    position: absolute;
    top: -17px;
    }


input.target-input.polygon {
    width: 117px !important;
    }

.target-column-dropdown.tiny.polygon {
        width: 125px !important;
    }

.data-list-line.processing,
.data-list-line.processing:hover {
    background: #3C4759;
    color: white;
    padding: 10px;
    height: 70px;
}
.file-name-content.processing {

    padding-left: 5px;
    position: absolute;
    }

.file-feedback.processing,
.file-feedback.processing:hover {
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    width: 280px;
}
.file-feedback-percent.processing {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    background: inherit;
}

.data-list-line.processing:hover {
    color: white;
}

.data-list-line {
    width: 443px;
}

.padding-top-10 {
    padding-top: 10px;
}


.red-font {
    color: #E45252;
}

.dark-font {
    color: #3F4652;
}
.smooth-fullscreen-save.generate-tiles {
    position: absolute;
    width: auto;
    top: 105px;
    right: 18px;
}

.pos-abs {
    position: absolute;
};
.w-auto {
    width: auto;
}
.top-105 {
    top: 105px;
}
.right-18 {
    right: 18px;
}
.height-26 {
    height: 26px;
}
.height-22 {
    height: 22px;
}
.height-42 {
    height: 42px;
}
.right-20 {
    right: 20px;
}


.file-popup-trigger.add-layer {
    left: 10px;
}

.fa.fa-plus-square.add-trigger {
    padding-right: 3px;
}


.file-popup-trigger.add-layer {
    bottom: 25px;
    width: auto;
    right: 11px;
    background: none;
    position: absolute;
    left: initial;
}


.disabled-btn {
    /*pointer-events: none;*/
    opacity: 0.2;
}












/*opacity slider*/
.description-control-opacity-title {
    padding-top: 20px;
}



.smooth-fullscreen-sub-label.label-share_feedback {
    left: 200px;
    position: absolute;
    top: 126px;
    font-weight: 600;
}


.invite-input-form.alpha-input {
    width: 260px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
    margin-left: 0;
}


.smooth-fullscreen-error-label.tiles-transparency {
    left: 100px;
    top: 120px;
    color: #3F4652;
}

.left140 {
    left: 140px;
}

.leaflet-control-search .search-button:hover {
    background: url('../images/search-icon.png') no-repeat 4px 5px !important;
}









.fullscreen-background {
    background: rgb(30, 36, 45);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000000;
}

.login-wrapper {
    position: fixed;
    height: 400px;
    width: 100%;
    top: calc(50% - 250px);
}

.login-box {
    border-radius: 15px;
    background: #FCFCFC;
    width: 400px;
    height: 470px;
    margin: auto;
    padding: 30px;
    padding-top: 20px;
     -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.login-popup-logo {
    height: 100px;
    width: 110px;
    background-size: 112px 100px;
    background-repeat: no-repeat;
    margin: auto;
}

a.login-forgot-link {
    color: black;
    font-style: italic;
}

.chrome-button.active {
    background: #FCFCFC;
    color: #3C4759 !important;
}
.chrome-button.active:hover {
    background: #FCFCFC;
    color: #3C4759 !important;
}
.chrome-menu-button.active {
    background: #FCFCFC;
    color: #3C4759 !important;
}
.smooth-fullscreen-save.invite.cancel {
    margin-left: 258px;
}

.login-description {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

.smooth-button {
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    width: auto;
    /*position: absolute;*/
    position: relative;
    padding: 5px;
    font-size: 19px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F9F9F9;
    color: #616161;
    font-weight: 500;
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.smooth-button:hover {
    background: #3C4759;
    color: #FCFCFC;
}

.smooth-button.relative {
    position: relative;
    float: none;
    display: inline-block;
    margin-left: 0;

}

.tour-welcome-buttons-container {
    left: 15px;
}
.tour-buttons-container {
    text-align: center;
}
.leaflet-control-attribution {
}
.leaflet-container .leaflet-control-attribution a {
    color: rgba(252, 252, 252, 0.72);
}
.leaflet-control-attribution:hover {
    color: rgba(252, 252, 252, 0.72);
}
.leaflet-control-attribution.leaflet-control {
    color: rgba(252, 252, 252, 0.72);
}

.logo-link {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.login-error-label {
    height: 20px;
    color: #E45252;
    cursor: default;
}

.login-buttons-wrapper {
    position: relative;
    top: 0px;
}

.login-forgot-link {
    position: relative;
    top: 90px;
    text-align: center;
    cursor: pointer;
}



/*DEBUG!!!*/
/*disable screenshot for beta until working*/
/*.chrome-button.share {
    display: none;
}
*/




.leaflet-control-baselayertoggle {
    left: 5px;
}
.leaflet-control-baselayertoggle:after {
    background-color: #FCFCFC;
    border-radius: 4px;
    width: 30px !important;
    height: 30px !important;
    background-position: -143px -73px !important;
    box-shadow: none;
}
.leaflet-control-baselayertoggle:hover:after {
        background-position: -143px -73px !important;
}
.leaflet-draw-section:first-child {
    margin-top: 14px;
}

.baselayertoggle-item:first-child {
    border-top: 6px solid #FCFCFC;
    height: 29px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.baselayertoggle-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.baselayertoggle-item.active {
    background: #3C4759;
    color: white;
    font-weight: 600;
}
.baselayertoggle-item:hover {
    background: #F9F9F9 !important;
}
.baselayertoggle-item.active:hover {
    background: #3C4759 !important;
}
.baselayertoggle-item {
    line-height: 1.7;
    border-top: none;
    border-bottom: none;
    background-color: #FCFCFC;
    padding-left: 16px;
        padding-right: 16px;
        border-left: none;
        border-right: none;
}
.leaflet-control-baselayertoggle.open:after {
    background-color: white;
}



.opacity-slider {
    width: 150px;
    left: 50px;
    position: relative;
    top: -20px;
}
.description-control-legend-container {
    margin-top: 5px;
}



.public-private-project-switch.switch-on {
    background-color: rgba(41, 171, 76, 0.74) !important
}




















.data-list-line.processing.upload-error:hover {
    background: #F13151 !important;
}











/*NEW UPDATED CSS RULES - NOT PART OF PREVIOUS MERGE! (feb 20th 2016)*/
/*.small-pop-up .c3-header-metapair {
    max-width: none !important;
}
.small-pop-up .c3-header-metakey {
    font-size: 14px !important;
        width: 100px !important;
}
.small-pop-up .c3-header-metaval {
    font-size: 14px !important;
}

.small-pop-up .tableRow {
    display: table-row !important;
    padding-top: 4px !important;
}
.small-pop-up .tableCell {
    display: table-cell !important;
    padding-top: 4px !important;
    word-break: break-word !important;
}*/







.cubeset-wrapper {
    padding: 10px;
    cursor: pointer;
}
.cubeset-wrapper:nth-child(odd) {
    background: #e6e6e6;
}
.cubeset-hover {
    background: #C7CACF !important;
}
.cubeset-sortable-placeholder {
    background: white;
    height: 58px;
    position: relative;
}

.cubeset-count {
    position: absolute;
    width: 20px;
    margin-top: 10px;
}

.cubeset-name {
    position: relative;
    left: 20px;
}

.cubeset-time {
    position: relative;
    left: 20px;
    cursor: context-menu;
    max-width: 150px;
}

.cubeset-time:hover {
    color: black;
}

.cubeset-remove-btn {
    position: absolute;
    right: 40px;
    margin-top: -31px;
    color: #CACACA;
    font-size: 17px;
}


.cubeset-wrapper:hover .cubeset-remove-btn {
    color: rgb(245, 55, 55) !important;
}


.cubeset-remove-btn:hover {
   color: rgb(226, 7, 7) !important;
}

.cubesets-add-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #848383;
    cursor: pointer;
}
.cubesets-add-btn:hover {
    color: black;
}
.cubeset-dropdown-container {
    position: absolute;
    right: 20px;
    top: 37px;
    width: 300px;
}

.cubesets-list-wrapper {
    margin-top: 40px;
}


.upload-button-options {
    height: 32px;
    width: 40px;
    position: absolute;
    z-index: 1000;
    right: 0px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.63);
    color: rgba(255, 255, 255, 0.93);
    text-align: center;
    padding-top: 6px;
    background: #3C4759;
    cursor: pointer;
}
.upload-button-options:hover {
    background: #F9F9F9;
    color: #3F4652;
    border: 1px solid gainsboro;
}
.chrome-upload-button {
    padding-left: 0px !important;
}

.upload-button-dropdown {
    background: #3C4759;
    width: 100%;
    /*height: 30px;*/
    top: 30px;
    position: absolute;
    z-index: 1000;
    /*border-top: 1px solid gainsboro;*/
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    font-size: 13px;
}

.upload-button-create-cube {
    color: white;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: 600;
    padding-bottom: 5px;
    border: 1px solid #dcdcdc00;
}

.upload-button-create-cube:hover {
    background: #F9F9F9;
    color: #3F4652;
    border: 1px solid gainsboro;
    /*border-top: 0;*/
    border-radius: 0 0 4px 4px;
}


.big-graph-title {
    font-size: 12px;
}



.pika-single {
    width: 260px;
    margin-top: 10px;
}

.data-list-line:hover {
    background: rgba(220, 220, 220, 0.33);
}


.big-slider .noUi-base {
    cursor: pointer;
}




/*DC CHART YEAR GRAPH STYLE EXP*/
.dc-chart .axis text {
    font: 13px sans-serif;
}
g.axis.x {
    fill: black;
}
g.axis.y {
    fill: white;
}
.big-graph-outer-container {
    background: #3C4759 !important;
    padding: 20px;
    padding-right: 0px;
    position: absolute;
    right: 100px;
    border-radius: 0;
    color: white;
    opacity: 0.9 !important;
    border-radius: 5px 5px 0 0 !important;
}

.dc-chart .axis path, .axis line {
    fill: none;
    stroke: #FFF;
    shape-rendering: crispEdges;
}

.big-slider-inner-container {
    background: #3C4759 !important;
    color: white !important;
    opacity: 0.95 !important;
    padding-bottom: 24px !important;
}
.big-slider-outer-container {
    right: 10px !important;
    bottom: 35px !important;  
}

.dc-chart .sub._3 path.line {
    stroke-width: 3px !important;
}

.dc-chart .sub._2 path.line {
    stroke-width: 3px !important;
}


.big-slider-outer-container .noUi-horizontal {
    top: -26px !important;
}


.big-graph-current-day {
    font-size: 17px;
    color: white;
    font-weight: 600;
}

.big-graph-current-scf {
    font-size: 20px;
    color: white;
    font-weight: 900;
}


.leaflet-top.leaflet-left {
    z-index: 1000;
}



/*loading icon*/


.graph-loading-bar {
    position: absolute;
    height: 5px;
    width: 0%;
    display: none;
    background: white;
    top: 0;
    left: 0;
    -webkit-transition: width 100ms linear; 
    transition: width 100ms linear;
}




/*debug legend*/
.snow-raster-legend-container {
    position: absolute;
    height: 60px;
    width: 200px;
    background: rgba(60, 71, 89, 0.61);
    bottom: 4px;
    left: 5px;
    z-index: 1000;
    color: white !important;
    padding: 10px;
    border-radius: 4px;
}

.info-legend-header.scf {
    color: white;
    font-size: 14px;
    font-weight: 700;
    top: -23px;
}

text.y-axis-label.y-label {
    fill: white;
}

.big-graph-mask-meta-container {
    margin-bottom: 10px;
}




.noUi-connect {
    background: #E65959;
}
.noUi-handle {
    box-shadow: none;
}

.big-graph-outer-container {
    cursor: pointer;
}


.mask-upload-input {
    width: 80px;
}

.mask-feedback {
    height: 30px;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 14px;
    border-top: 1px solid #d0d0d0;
    padding-top: 4px;
    width: auto;
    border-bottom: 1px solid #d0d0d0;
}

.dropdown-mask-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.upload-mask-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}




.popup-csv-header {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.popup-csv-container {
    padding: 20px;
    padding-top: 10px;
}

.popup-csv-line-wrap:nth-child(odd) {
    background: #f7f7f7;
}

.popup-csv-line-name {
    font-weight: 500;
    font-size: 18px;
}

.popup-csv-line-value {
    font-size: 16px;
}

.popup-csv-line-wrap {
    padding: 10px;
}

.popup-csv-class.tilstandsklasse-0 {
    font-size: 12px;
}
.popup-csv-class.tilstandsklasse-1 {
}
.popup-csv-class.tilstandsklasse-2 {
}
.popup-csv-class.tilstandsklasse-3 {
}
.popup-csv-class.tilstandsklasse-4 {
    color: #ffa200;
}
.popup-csv-class.tilstandsklasse-5 {
    color: #ff0000;
}
.popup-csv-class.tilstandsklasse-6 {
    color: #ce00c0;
}
.popup-csv-class.tilstandsklasse-7 {
    color: black;
}


.share-item.locate-me {
    margin-bottom: 10px;
}


.vector-point-label {
    font-size: 12px;
    background: white;
    color: #4e4d4d;
    left: 15px;
    position: absolute;
    width: 100px;
    padding: 4px;
    opacity: 0.7;
    font-weight: 600;
    border-radius: 3px;
    top: -7px;
    text-align: center;
    cursor: -webkit-grab;
}




/*experimental hover popup*/

.hover-popup-line {
    display: flex;
}

.hover-popup-container {
    width: auto;
    max-height: 70%;
    background: #3c4759;
    position: absolute;
    bottom: 30px;
    left: 6px;
    z-index: 1000;
    border-radius: 3px;
    opacity: 0.9;
    overflow: hidden;
}

.hover-popup-content {
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    float: left;
}

.hover-popup-title {
    padding: 5px;
    font-size: 14px;
    padding-left: 0px;
    padding-top: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hover-popup-value {
    float: left;
    /*padding-right: 8px;*/
    font-weight: 900;
}

.hover-popup-key {
    float: left;
    margin-right: 6px;
}

.hover-popup-t {
    border: 1px solid rgba(220, 220, 220, 0.34);
    width: 10px;
    height: 10px;
    float: left;
    padding: 2px;
    margin-top: 3px;
    margin-right: 4px;
}

.hover-popup-legend {
    text-indent: -10px;
    padding-left: 14px;
}


.t-color-0 {
    background-color: none;
}
.t-color-1 {
    background-color: #00c9ff;
}
.t-color-2 {
    background-color: #4fff00;
}
.t-color-3 {
    background-color: #ffed00;
}
.t-color-4 {
    background-color: #ffa200;
}
.t-color-5 {
    background-color: #ff0000;
}
.t-color-6 {
    background-color: #ce00c0;
}
.t-color-7 {
    background-color: white;
}


.graph-options {
    width: 200px;
    position: absolute;
    left: -200px;
    background: #3c4759;
    height: 367px;
    top: 0;
    border-radius: 4px 0px 0px 4px;
    display: none;
}

.top-right-border-radius-only {
    border-radius: 0 5px 0 0 !important;
}
.bottom-right-border-radius-only {
    border-radius: 0 0 5px 0 !important;
}




/*checkbox experiements https://github.com/flatlogic/awesome-bootstrap-checkbox*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}






.mask-tooltip {
    background: rgba(0, 0, 0, 0.45);
    color: white;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    text-align: center;
    /*pointer-events: none;*/
}

.big-graph-mask-title {
    font-weight: 900;
    font-size: 20px;
}
.big-graph-mask-description {
    font-size: 12px;
    height: 13px;
}

.big-graph-inner-container {
    min-height: 220px;
    min-width: 500px;
    bottom: 0px;
    position: absolute;
    /*width: 453px;*/
}


.big-graph-editor-pane {
    background: rgba(60,71,89,0.90);
    width: 100%;
    /*height: 200px;*/
    top: -365px;
    position: relative;
    border-radius: 5px;
    color: white;
    padding: 10px;
    text-align: left;
}

.big-graph-editor-pane-title {
    font-size: 16px;
    font-weight: 600;
}

.checkbox label {
    width: 400px;
}

.big-graph-info-container {
    text-align: left;
    max-width: 480px;
}


.big-graph-plugin-container {
    height: 102px;
    margin: 5px;
    right: 0px;
    position: absolute;
    top: 55px;
    width: 110px;
    z-index: 100000;
}

.average-data-pane-title {
    margin: 5px;
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
}

.average-data-pane-container {
    position: absolute;
}

.dc-chart path.line {
    fill: none;
    stroke-width: 2.5px;
    stroke-opacity: 0.7;
}


/*buttons*/
button.btn.btn-default.dropdown-toggle {
    color: #fcfcfc;
    background-color: #3c4759;
    border-color: #ccc;
    max-width: 100px;
    overflow: hidden;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
}

button.btn.btn-default.dropdown-toggle:hover {
    color: #fcfcfc;
    background-color: #545d6b;
    font-weight: 600;
    border-color: #ccc;
    border-width: 1px;
}

button.btn.btn-default.dropdown-toggle:focus {
    color: #fcfcfc;
    background-color: #3c4759;
    border-color: #ccc;
    border-width: 1px;
}

.btn-default .caret {
    border-top-color: #fcfcfc;
}

button.btn.btn-default.dropdown-toggle:focus {
    color: #fcfcfc;
    border-color: #fcfcfc;
    border: 1px solid #fcfcfc;
}


.big-graph-outer-container {
    right: 0;
    bottom: 35px;
    width: 600px;
    min-height: 300px;
}
.big-slider.noUi-target.noUi-ltr.noUi-horizontal.noUi-connect {
    width: 420px;
}

.big-graph-plugin-legends-container {
    top: 60px;
    left: 0px;
    position: relative;
    max-height: 232px;
    overflow: hidden;
}

.graph-legend {
    position: relative;
    top: 0px;
    left: -5px;
    font-size: 12px;
    width: 128px;
    text-align: left;
    line-height: 12px;
    background: rgba(60, 71, 89, 0.48);
    border-radius: 3px;
    margin: 5px;
    font-weight: 600;
}

.graph-titles-wrapper {
    position: relative;
}


.graph-legend-module {
    position: relative;
    clear: both;
    margin-top: 2px;
}


.graph-legend-color {
    height: 10px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

.graph-legend-text {
    margin-left: 7px;
    width: 149px;
}

.graph-legend-header {
    text-align: left;
    padding-bottom: 2px;
}

.tooltip-snow {
    width: auto;
    position: relative;
    white-space: nowrap;
    line-height: 12px;
}
span.tooltip-snow-span {
    font-size: 10px;
    white-space: nowrap;
}

.big-graph-mask-meta-item {
    line-height: 13px;
}
span.mask-item-title {
    font-weight: 600;
    font-size: 12px;
}
span.mask-item-value {
    font-size: 12px;
}

.date-item-scf {
    font-size: 25px;
    font-weight: 900;
    min-height: 35px;
}
.date-item-date {
    font-size: 16px;
}

.big-graph-current-day {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
   /* right: 132px;
    bottom: 236px;*/
    top: 0px;
    left: 330px;
    text-align: right;
}


.wms-button {
    left: 0;
    float: right;
    padding-right: 20px;
    text-align: center;
    font-weight: 700;
    color: white;
    cursor: pointer;
    line-height: 1;
    background: #3C4759;
    margin-top: 3px;
    right: 14px;
    border-radius: 4px;
    top: 5px;
    width: 110px;
    font-size: 14px;
    padding: 10px;
    margin: 5px;
    position: relative;
}

.wms-content-attributes-name {
    float: left;
    padding-right: 5px;
}

.wms-content-attributes-wrapper {
    position: relative;
    width: 100%;
}

.wms-content-container {
    padding: 10px;
    cursor: pointer;
}

.wms-content-header {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.wms-content-attributes-container {
    margin-left: 5px;
}



.wms-info-box {
    position: absolute;
    bottom: 35px;
    right: 0px;
    width: auto;
    height: 50%;
    display: block;
    z-index: 1000000000000000000;
    background: rgb(60, 71, 89);
    overflow-y: scroll;
    max-width: 400px;
    border-radius: 5px 0px 0px 5px;
    color: white;
}

.wms-info-box-close-btn {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    right: 5px;
    text-align: center;
    margin: 3px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid gainsboro;
    line-height: 1.1;
}

.wms-info-box-close-btn:hover {
    background: gainsboro;
    color: rgb(60, 71, 89);
}

.wms-content-attributes-value a {
    color: #fcfcfc;
    font-style: italic;
}

.wms-header {
    font-size: 20px;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid gainsboro;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0;
    cursor: pointer;
}

.wms-address {
    margin: 10px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}



.big-graph-resizer {
    color: rgba(220, 220, 220, 0.52);
    position: absolute;
    top: 6px;
    right: 0px;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.big-graph-resizer:hover {
    color: white;
}







/*debug */
.big-graph-title {
    visibility: hidden;
}
.big-graph-mask-meta-container {
    visibility: hidden;
}

.legend-title-input {
    width: 200px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.leaflet-container {
  touch-action: none !important;
}


.ghostface {
    /*filter: invert(100%);*/
}
.intro-logo-disclaimer {
    color: rgba(255, 255, 255, 0.73);
    position: fixed;
    top: 60%;
    left: 42%;
    font-weight: 600;
    font-style: italic;
    display: none;
}
.intro-logo-container {
    -webkit-animation: blink 5s;
}


/*raster point popup*/
/*demo popup for simple raster point query*/
.raster-point-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}
.raster-point-popup .leaflet-popup-content-wrapper {
    background: none;
}
.raster-point-popup .leaflet-popup-tip-container {
    visibility: visible;
}
.raster-point-popup .leaflet-popup-tip-container .leaflet-popup-tip {
    background: rgba(0, 0, 0, 0.5);
}
.raster-point-popup {
    margin-bottom: 0px !important;
}




.csv-button-wrapper {
    position: absolute;
    height: 25px;
    right: 20px;
    bottom: -2px;
    background: rgba(61, 72, 90, 0.91);
    color: #fcfcfc;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}
.csv-button-wrapper:hover {
   background: rgba(61, 72, 90, 0.74);
}
.csv-button-wrapper:active {
    background: #fcfcfc;
    color: #3d485a;
    border: 1px solid #3d485a;
    padding: 4px;
}



.margin-top-20 {
    margin-top: 20px;
}


.toggles-wrapper-remove-button.close-smooth-fullscreen {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 21px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 0px 10px 0px 10px;
    text-align: center;
    line-height: 1.1;
    right: -1px;
    top: -1px;
    cursor: pointer;
    opacity: 0.7;
}

textarea.smooth-input.smaller-input.margin-top-20.graph-item {
    font-family: monospace;
    font-size: 12px;
}

input#geojson-upload {
    position: relative;
    font-size: 16px;
    line-height: 0px;
}



/* water level graph */
.data-graph-container {
    position: relative;
    height: auto;
    width: 100%;
    background: rgba(252, 252, 252, 0.9);
    margin: 0 2px 2px 0;
    padding: 0px 10px 0px 10px;
    float: right;
    bottom: 0px;
    z-index: 1000;
}

.feedback-pane-inner-wrapper {
    width: 200px;
    position: absolute;
    margin: 0 auto;
    text-align: left;
}

.data-graph-wrapper {
    position: absolute;
    width: 50%;
    height: auto;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: width 0.1s linear;
    -moz-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

.data-graph-wrapper:hover .data-graph-wrapper-resizer {
    display: block;
}

.data-graph-wrapper-resizer {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #a0a0a0;
    z-index: 10000;
    top: -15px;
    left: -18px;
    cursor: nwse-resize;
    overflow: hidden;
    transform: rotate(45deg);
    display: none;
}


.upload-btn-label {
    padding-top: 20px;
}


.snow-graph-container {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    background: red;
    z-index: 100000;
    right: 0;
    bottom: 0px;
}

.checkbox.filter-chart-checkbox {
    position: absolute;
    top: 40px;
    left: 20px;
}

.graph-help-button {
    position: absolute;
    left: 0;
    top: -11px;
    margin: 10px;
    font-size: 20px;
}
.graph-help-button:hover {
    color: #dadada;
}


.graph-help-tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.graph-help-tooltip .graph-help-tooltiptext {
    visibility: hidden;
    min-width: 220px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    left: 0;
    font-size: 15px;
    z-index: 1000000;
    bottom: 30px;
}

.graph-help-tooltip:hover .graph-help-tooltiptext {
    visibility: visible;
}



.graph-container {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
}

.snow-graph-container {
    position: relative;
    width: 560px;
    height: 0px;
    top: 0;
    background: red;
    z-index: 100000;
    margin-bottom: 1px;
    /*margin-left: 50px;*/
    float: left;
    left: 0px;
    bottom: 5px;
}

.snow-graph-container .big-graph-outer-container {
    left: 0px;
    bottom: 5px;

}

.graph-scf-button {
    width: auto !important; 
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600 !important;
}


.empty-space {
    position: relative;
    height: 40px;
}

.chrome-switch-container.switch-on {
    background-color: #29474C !important;
}

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



.hidden-scf-graph  .big-graph-outer-container {
    height: 22px !important;
    overflow: hidden;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    line-height: 0px;
    min-height: unset;
    /*right: -130px;*/
}

.hidden-scf-graph  .big-graph-info-container {
    display: none;
}

.hidden-scf-graph  .big-graph-resizer {
    display: none;
}

.hidden-scf-graph  .big-graph-plugin-container {
    display: none;
}
.hidden-scf-graph  .big-graph-current-day {
    display: none;
}
.hidden-scf-graph  .graph-help-button {
    display: none;
}
.hidden-scf-graph  .big-graph-inner-container {
    bottom: -4px;
}

.hidden-scf-graph .vertical-scf-graph-line {
    bottom: 0px !important;
    /*background: rgba(74, 255, 242, 0.67) !important;*/
    /*width: 9px !important;*/
}





.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-0pky1{border-color:inherit;text-align:left;vertical-align:top; background-color: white;}
.tg .tg-0lax{text-align:left;vertical-align:top}
.mask-style-input {border: none;}

.feedback-pane-content {
    border-radius: 6px;
    border: 1px solid gainsboro;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(163,163,163,1);
    box-shadow: 0px 0px 8px -1px rgba(163,163,163,1);

}

.feedback-pane-content.error {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}



.chrome-data-top {
    display: none;
}

.chrome-left-new-button.right-align-new-layers-button {
    position: inherit;
    float: right;
}

.new-data-popup {
    width: 160px;
    text-align: left;
    top: 40px;
}

.file-action:hover:after {
    width: 159px !important;
}


.wms-legend img {
    max-height: 100px;
    max-width: 220px;
}

.wms-legend-title {
    font-size: 18px;
}


.smooth-input.smaller-input.geojson-import-input {
    position: relative;
    float: left;
    width: calc(100% - 100px);
}

.smooth-fullscreen-save.geojson-button {
    position: relative;
    float: right;
    margin: 0;
    margin-bottom: 10px;
}

.smooth-input.smaller-input.geojson-textarea {
    height: 520px;
    font-size: 13px;
    font-weight: 600;
    resize: vertical;
}

.geojson-textarea.invalid-geojson {
    border: 1px solid #ffa7a7;
}


.leaflet-popup.geojson-popup .leaflet-popup-content-wrapper {
    /*background: red;*/
    padding: 10px !important;
}



.leaflet-container a.leaflet-popup-close-button {
    top: 3px;
    right: 0px;
}

.geojson-popup .leaflet-popup-content-wrapper {
    border: 1px solid gray;
}

.smooth-fullscreen-save.save-mask-button {
    position: relative;
    width: 62px;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.tooltip-hover-title {
    font-size: 14px;
    font-weight: 600;
}

.snow-raster-legend-container.custom-legend {
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 300px;
}

.custom-legend img {
    max-height: 250px;
    max-width: 250px;
}

.custom-legend-title {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
}


.description-control-meta-container {
    /*padding-top: 10px;*/
}


.form-combobox_options_wrapper.open {
    font-size: 17px;
}

.info-legend-bottom-line {
    text-align: center;
    font-size: 10px;
    top: 22px;
    position: absolute;
    width: 100%;
    color: #3c3c3c;
}

.sub-gradient-container .info-legend-footer {
    position: relative;
    width: 40%;
    text-align: center;
    font-size: 10px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
}
.info-legend-footer.align-right {
    float: right;
    text-align: right;
}
.info-legend-footer.align-left {
    float: left;
    text-align: left;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}


.top-minus-30 {
    top: -30px;
}

.move-description-above {
    /*top: -350px;*/
}



.layer-item-up.vertical {
    right: 60px;
    background-position: -346px -25px;
}
.layer-item-down.vertical {
    right: 40px;
    background-position: -346px 3px;
}

.layer-item-delete {
    right: 80px;
}


.pixel-fix img {
    width: 256.5px !important;
    height: 256.5px !important;
}

.pixel-fix-512 img {
    width: 512.5px !important;
    height: 512.5px !important;
}
.resize-chart-button {
    height: 20px;
    width: 20px;
    top: 0px;
    right: 4px;
    position: absolute;
    z-index: 100000;
    color: #929292;
    padding: 2px;
    cursor: pointer;
}
.resize-chart-button:hover {
    color: #29474c;
}
.resize-chart-button:active {
    color: #29474c;
    cursor: grabbing;
}

.resize-ghost-fullscreen {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100000000000;
    cursor: grabbing;
}
.regression-button-wrapper {
    border-top: none;
}

.leaflet-popup-ghost {
    cursor: grabbing;
}
.leaflet-popup-drag {
    cursor: grab;
}

.visibility-hidden {
    opacity: 0;
}
.popup-inner-content {
    transition: opacity 0.3s ease-in-out;    
}
.leflet-container.leaflet-popup {
    max-width: none;
    min-width: auto;
}
.leaflet-popup-content-wrapper {
    max-height: none;
    width: 440px;
}
#c3-header-metacontainer {
    max-width: none;
}
.c3-footer {
    position: absolute;
    bottom: 18px;
}
#c3-container:before {
    content: none;
}
#c3-container:after {
    content: none;
}
.c3-footer:before {
    content: 'Scroll to zoom';
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-style: italic; 
}
/*.c3-footer:after {
    content: 'mm';
    position: absolute;
    color: #999;
    left: 9px;
    top: 0px;
    font-size: 11px;
}   */ 
.c3-footer-dates {
    color: #4a4a4a;
}
.regression-button-wrapper {
    top: 0px;
}

#c3-container {
    margin-bottom: 40px;
}


.c3-header-layer-name {
    overflow-wrap: anywhere;

}
.chart-unit-label {
    color: #515151;
    position: absolute;
    font-size: 11px;
    top: -14px;
    left: 16px;
}

.description-multiple-toggle-wrapper {
    display: none;
}
.input-description {
    padding: 4px;
    margin-bottom: 6px;
}