body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
}
.lorem {
    font-style: italic;
    color: #AAA;
}
.blue {
color: #3498DB
}
.purple {
    color: #9B59B6
}
.green {
    color: #1ABB9C
}
.aero {
    color: #7f8c8d
}
.red {
    color: #E74C3C
}
.dark {
    color: #34495E
}

.tile_count{
    margin-bottom: 0px;
    margin-top: 0px;
}
.tile_stats_count {
    /*margin-top: 10px;*/
    border-bottom: 0;
    padding-bottom: 10px;
    background-color: #ffffff;
    opacity: 0.8;
    text-align: center;
}

.tile_stats_count_disabled {
    /*margin-top: 10px;*/
    background-color: #bbbbbb;
    opacity: 0.4;
}



.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 10px 10px 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}


@media (min-width: 992px) {
    footer {
        margin-left: 230px
    }
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 0px;
        border-bottom: 0;
    }
}
.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px
}
@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0
    }
}
.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px
    }
}
.tile_count .tile_stats_count span {
    font-size: 12px
}
@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px
    }
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 4em;
    z-index: 999;
    padding-bottom: 15px
}

.sidebar-header {
  background-color: rgba(55, 112, 157, 1);
 }
 .sidebar-tabs > ul > li.active {
      background-color: rgba(55, 112, 157, 1);
  }
/*.sidebar{
        max-width: 70%;
}*/

.small-version{
    position: absolute;
    bottom: 0;
    right: -1em;
    left: 0;
    z-index: 999;
    padding-bottom: 15px
}
.leaflet-popup-content {line-height: 1; } 
#fixing{
    white-space: nowrap; 
    overflow: hidden
}
.warning{
    visibility: hidden;
    color: red;
}

#platforms{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#services{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.btn-link{
    color: rgba(55, 112, 157, 1);/*#2A3F54*/
}
.btn-link:hover{
    text-decoration: none;
    font-weight: bold
}
small{
        margin: 0px 10px 0px 10px;
}
hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid grey;
}

.fake{
    color: grey;
}

#summary{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 40px;
    /*margin-top: 50px;*/
}
#sumary-container{
    padding-top: 20px;
}
.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.fa-download{ cursor: pointer; cursor: hand}

.alertify .ajs-body .ajs-content {
    padding: 24px 0px 24px 0px !important;
}
.alertify .ajs-dialog {
    max-width: 800px;
    margin: 2% auto;
}

.alertify.ajs-movable.ajs-closable.ajs-pinnable.ajs-pulse {
    position: absolute;
    z-index: 2000;
}

/*.alertify .ajs-dialog {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 24px 0px 0px 0px;
}

.alertify .ajs-body .ajs-content {
    padding: 16px 24px 16px 16px;
}

.alertify.ajs-resizable .ajs-body .ajs-content, .alertify.ajs-maximized .ajs-body .ajs-content {
    right: 16px;
    left: 16px;
    overflow: auto;
}*/

.alertify.ajs-maximized .ajs-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important;
}

.sidebar-pane.active{
     font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
     font-size: 1.1em;
}

@media  screen and (min-width:767px){ 
    .sidebar.leaflet-touch {
        border-top: 2px solid #9A9A9A;
    }
}

@media  screen and (max-width:767px){ 
        div#sidebar {
        max-width: 70%;
    }
}
.sidebar-tabs > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0px;
    color: inherit;
    text-decoration: none;
    text-align: center;
    margin-top: 1em;
}

.parampopup{
    margin-right: 2em;
    margin-bottom: 1em;
}

.btn-default{
    color: #333;
    background-color: white;
    border-color: #ccc;
}
.btn.btn-default.active{
    font-weight: bold;
}
.btn-default:focus{
    background-color: white;
}

#edmonet_iframe_container {
    background:url(loading.gif) center center no-repeat;
}
.ajs-button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.ajs-button:hover{
    background-color: #EDEDEE;
}
.btn-drifter{
    border-color: #9CCC65;
    border-width: 0.15em;
}
.btn-mooring{
    border-color: #42A5F5;
    border-width: 0.15em;
}
.btn-tide-gauge{
    border-color: #8e44ad;
    border-width: 0.15em;
}
.btn-radar{
    border-color: #e67e22;
    border-width: 0.15em;
}
.btn-profiler-glider{
    border-color: #FFCC80;
    border-width: 0.15em;
}
.btn-vessel{
    border-color: #ffff00;
    border-width: 0.15em;
}
.btn-etc{
    border-color: #F48FB1;
    border-width: 0.15em;
}
#password, #psw{
    -webkit-text-security: disc;
}
img#aknowledgelogo {
    max-width: 100px;
    max-height: 70px;
}

.btn-warning{
    background-color: #1ABB9C;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:focus:active{
    background-color: #16a085;
}
.btn-success{
    background-color: #f39c12;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:focus:active, .btn-success:disabled:hover{
    background-color: #e67e22;
}
.btn-info{
    background-color: #3498db;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:focus:active{
    background-color: #2980b9;
}
.dataTables_wrapper {
    position: fixed !important
}
.leaflet-timeline-control{
    font-size: larger !important
}
.alertify-notifier .ajs-message.ajs-success{
    background-color: aliceblue;
    opacity: 0.8;
    font-weight: bold;
    color: black;
    text-shadow: none;
}
.sldr-ctrl-container {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
}
.leaflet-timeline-control{
    width: 150% !important
}
.leaflet-control.leaflet-timeline-control input[type=range] {
    width: 100% !important;
}
.slider-selection {
background: #f77500 !important;
}
.slider-success .slider-selection {
    background-color: #5cb85c !important;
}
.slider-primary .slider-selection {
    background-color: #428bca !important;
}
.slider-info .slider-selection {
    background-color: #5bc0de !important;
}
.slider-warning .slider-selection {
    background-color: #f0ad4e !important;
}
.slider-danger .slider-selection {
    background-color: #d9534f !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
    box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
}

.slider-strips .slider-selection {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    display: none !important;
}
.slider .tooltip.top {
    margin-top: -25px !important;
}
.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0;
}
.slider-ghost .slider-track {
    height: 5px !important;
}
.slider-ghost .slider-handle {
    top: -2px !important;
    border: 5px solid #f77500;
}
.slider-success.slider-ghost .slider-handle {
    border-color: #5cb85c;
}
.slider-primary.slider-ghost .slider-handle {
    border-color: #428bca;
}
.slider-info.slider-ghost .slider-handle {
    border-color: #5bc0de;
}
.slider-warning.slider-ghost .slider-handle {
    border-color: #f0ad4e;
}
.slider-danger.slider-ghost .slider-handle {
    border-color: #d9534f;
}
.slider-handle {
    -webkit-box-shadow: 1px 1px 24px -2px transparent !important;
}
.slider-selection {
    background: lightgrey !important;
}
.slider-handle{
        border: 1px solid grey !important;
}
.tooltip-inner {
    color: black !important;
}
.slider-wrapper {
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 5em;
}
#providerlegend{
    font-weight: normal !important
}
.leaflet-credits-control{
    width: 200px;
    height:200px;
}

#provider{
    max-height: 200px;
    overflow: auto;
}
