/*region: general*/

.tx-neptun-webcam{
    background: #003b78; /* Old browsers */
    background: -moz-linear-gradient(top, #003b78 0%, #426e9d 77%, #426e9d 77%, #006699 100%, #006699 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #003b78 0%,#426e9d 77%,#426e9d 77%,#006699 100%,#006699 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #003b78 0%,#426e9d 77%,#426e9d 77%,#006699 100%,#006699 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tx-neptun-webcam .webcamTabs{
    max-width: 1725px!important;
    margin: 0 auto;
    overflow: hidden;
}
.htmlwebcam {
    position: relative;
}
.htmlwebcam .liveImage {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100%;
}
.htmlwebcam .webcamContent.noMarker .liveImage {
    position: absolute!important;
    top: 0;
    left: auto !important;
    width: auto;
    height:100%;
    right: 0;
}
.webcamTabs {
    position: relative;
}
#header_pic{
    width: 100%;
}
.webcamContent{
    overflow: hidden;
}

/*endregion*/

/*region: Label Ships*/

.webcamContent .labelcontainer:before{
    content: '';
    display: block;
    height: 100px;
    width: 1px;
    background-color: white;
    border-bottom-right-radius: 4px;
    position: absolute;
    top:0;
}
.webcamContent .labelcontainer .label{
    font-family: "Frutiger LT W01_55 Roma1475738", sans-serif;
    color: white;
    white-space: nowrap;
    background-color: hsla(211, 41%, 44%, 0.75);
    padding: 2px 10px;
}

/*endregion*/

/*region: Webcam Loading Screen*/

.webcamContent .loading{
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
}

.webcamContent .loading span{
    text-align: center;
    color: white;
    font-family: "Frutiger LT W01_55 Roma1475738", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
}

/*endregion*/

/*region: toolbar allgemein*/

.htmlwebcam .toolbar {
    padding: 1rem 0;
    margin-top: 0;
    z-index: 10;
    position: relative;
    font-family: "Bembo W01","Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: normal;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    border-bottom: 1px solid #809DBB;
}

.htmlwebcam .description {
    position: absolute;
    left:50%;
    top:50%;
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Frutiger LT W01_55 Roma1475738", sans-serif;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    letter-spacing: 0.04rem;

}
/*endregion*/

/*region: Buttons West / Ost*/

ul.tabindex {
    z-index: 45;
    margin: 0;
    padding: 0;
    width: 315px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    position: absolute;
    left: 45px;
    /*left: 50%;*/
    bottom: 17px;
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
}
ul.tabindex li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.tabindex li .btn {
    width: 150px;
    padding: 0;
    height: 2.1rem;
    align-items: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    margin: 0;
}
ul.tabindex li .btn{
    background-color: transparent;
    color: #809DBB;
    border: 2px solid #809DBB;
    text-transform: none;
    letter-spacing: normal;
}
ul.tabindex li.active .btn, ul.tabindex li .btn:hover{
    color: #ffffff;
    border-color: #ffffff;
}


/*

ul.tabindex li.active a,
.live-label.active,
.history-label.active  {
	color: #ffffff;
	background: #069;
}

ul.tabindex li a,
.live-label,
.history-label {
	color: #5389B7;
	margin-left: 1px;
	padding: 4px 12px;
	text-decoration: none;
	height: 30px;
	background: #002253;
}
*/

/*endregion*/

/*region: fleetmon logo*/

.fmc_copyright {
    position: absolute;
    right: 16px;
    bottom: 85px;
    width: 100px;
    height: 17px;
    display: block;
    z-index: 690;
    background-size: 84px 75px;
}
.fmc_logo{
    background: url(../img/fleetmon-logo-slogan-light.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

/*endregion*/

/*region: timer & Play-Button*/

svg.refreshTimer {
    display: block;
    width: 32px !important;
    height: 32px !important;
    position: relative;
    left: 0;
}
.toolbar:before{
    content: '';
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toolbar.history-mode:before{
    display: none;
}
.timer {
    fill: #ffffff;
}
.timerIcon {
    fill: #ffffff;
}
.timerBorder {
    fill: transparent;
    outline-color: white;
}
.toolbar .play-button {
    color: white;
    font-size: 1rem;
    border: 2px solid white;
    width: 34px;
    height: 34px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
}

.toolbar .play-button i{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/*endregion*/

/* region: fullscreen Button*/

a.fullscreenButton {
    background-color: transparent;
    position: absolute;
    right: 0;
    display:inline-block;
    color: white;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*

ul.tabindex li a:hover,
.history-label:hover,
.live-label:hover,
.fullscreenButton:hover {
    color: #ffffff;
    background: #002d65;
    background: #069;
}*/

/*endregion*/

/*region: Live und Rückblick*/

.htmlwebcam .toolbar .switch {
    position: absolute;
    right: 30px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.htmlwebcam .toolbar.history-mode .switch {
    right: 0!important;
}
.htmlwebcam .toolbar.history-mode .switch .mode-label:last-child{
    margin-right: 0!important;
}
.mode-label {
    color: #809DBB;
    border: 2px solid #809DBB;
    height: 2.1rem;
    padding: 0 10px;
    font-family: "Frutiger LT W01_55 Roma1475738", sans-serif;
    font-size: 1rem;
    margin-right: 15px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out ;
    -ms-transition: all .3s ease-in-out ;
    -o-transition: all .3s ease-in-out ;
    transition: all .3s ease-in-out ;
}
.mode-label.active, .mode-label:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.mode-label.active .minibutton {
    background: #cfdcef;
    padding: 3px 2px 3px 3px;
    border-radius: 3px;
}
.mode-label.live-label {
    position: relative;
}
.live-label,
.history-label {
    cursor: pointer;
}
.onoffswitch {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 5px;
    display: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    border-radius: 25px;
}
.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #AABEDD;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #AABEDD;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 16px;
    margin: 0;
    background: #557AB7;
    border: 0;
    border-radius: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox.checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox.checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}


/*.minibutton {
    border: 0 solid #cfdcef;
    padding: 1px 2px 1px 3px;
    border-radius: 3px;

.history-label {
	position: relative;
}

.history-label .datepickerspace {
	display: none;
	position: absolute;
	right: 0px;
	top: 28px;
}

.history-label:hover .datepickerspace {
	display: block;
	background: #069;
}

.history-label.hover .datepickerspace {
	display: block;
	background: #069;
}

}*/


/*endregion*/

/*region: Video Rückblick*/

.htmlwebcam .seekbar {
    background: rgba(170, 190, 221, 0.5);
    height: 7px;
    position: relative;
    top: -51px;
}
.htmlwebcam .slider {
    background: rgba(13, 64, 153, 0.9);
    height: 7px;
    width: 0;
    position: relative;
    top: -7px
}
.htmlwebcam .buffer {
    background: rgba(13, 64, 153, 0.2);
    height: 7px;
    width: 0;
    position: relative;
}
.htmlwebcam .videoContainer {
    position:relative;
    top: 0;
    left: 0;
    z-index: 200;
}
.htmlwebcam .videoContainer video, .htmlwebcam .videoContainer canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.htmlwebcam .videoContainer video {
    height: 100%;
    position: absolute;
    background-color: black;
}
.videodatepickerContainer {
	display: none;

}
/*endregion*/

/*region: live-weather general*/

.live-weather-container{
    padding-right: 30px!important;
    padding-left: 30px!important;
}
#liveWeatherContainer{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: -30px;
    margin-right: -30px;
}
#liveWeatherContainer > .ym-g33{
    flex: 0 0 33%;
    padding-right: 30px;
    padding-left: 30px;
}
#liveWeatherContainer > .ym-g33:first-child{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
}
#liveWeatherContainer h2{
    color: #ffffff;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    position: relative;
    font-size: 3rem;
    line-height: 3.3rem;
}
#liveWeatherContainer h2 .ship-traffic{
    position: absolute;
    bottom: -22px;
}
#liveWeatherContainer h2 .ship-traffic > a{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    color: #5AC8C4;
    font-size: 1.1rem;
    font-family: "Frutiger LT W01_45 Ligh1475730", sans-serif;
}
#liveWeatherContainer h2 .ship-traffic > a:hover{
    color: #ffffff;
}
#liveWeatherContainer h2 .ship-traffic > a .icon{
    font-size: 0.9rem;
}
/*endregion*/

/*region: live weather*/

.weather_today{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
}
.weather_today .short-weather-wrap{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: self-start;
    justify-content: space-between;
    position: relative;
}
.weather_today .short-weather-wrap .mainweathcericon{
    color: #ffffff;
    font-size: 10rem;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: absolute;
    right: 0;
    top: 0;
}
.weather_today .short-weather-wrap .mainweathcericon.wettericon-mostly_sunny,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-partly_cloudy {
    margin-top: -1.5rem;
    margin-right: -1.5rem;
}
.weather_today .short-weather-wrap .mainweathcericon.wettericon-fog,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-cloudy {
    margin-top: -2.3rem;
    margin-right: -2.3rem;
}
.weather_today .short-weather-wrap .mainweathcericon.wettericon-sleet,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-sunny,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-rain,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-snow {
    margin-top: -1.9rem;
    margin-right: -2.7rem;
}
.weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_snow,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-thunderstorm,
.weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain_snow{
    margin-top: -1rem;
    margin-right: -1.75rem;
    font-size: 9rem;
}
.weather_today .short-weather-wrap .mainweathcericon:before{
/*    line-height: 85px;
    width: 135px;*/
    text-align: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
}


.weather_today .short-weather-wrap .short-weather{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
}
.weather_today .short-weather-wrap .short-weather h2,
.weather_today .short-weather-wrap .short-weather h2 p{
    margin-bottom: 0;
}
.weather_today .short-weather-wrap .short-weather h2 p{
    color: #ACBFD3;
}
hr.separater{
    border-top: 1px solid #809DBB;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.weather_today .description-weather-wrap{
    padding-right: 4.5rem;
}
.weather_today .description-weather-wrap p{
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #ACBFD3;
    margin-bottom: 0;
}
.weather_preview.ym-grid{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
}
.weather_preview.ym-grid .content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
}
.weather_preview.ym-grid .content h4{
    color: #ffffff;
    margin-bottom: 0;
    font-size: 2.5rem;
}
.weather_preview.ym-grid .content .icon{
    font-size: 6rem;
    color: #ffffff;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    padding: 1rem 0;
}
.weather_preview.ym-grid .content span{
    font-family: "Bembo W01", serif;
    color: #ACBFD3;
    font-size: 1.7rem;
    white-space: nowrap;
}
.weather_preview.ym-grid .content span b{
    color: #ffffff;
    font-family:"Bembo MT W01 Semibold", Serif;
    font-weight: normal;
}


/*endregion*/

/*region: live Wheater Table*/

.weathertable{
    margin-bottom: 0;
}
.weathertable tbody tr:first-child td{
    border-top: none;
}
.weathertable tbody tr td{
    font-family: "Frutiger LT W01_45 Ligh1475730", sans-serif;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.4;
    border-color: #809DBB;
    padding: .5rem;
}
.weathertable tbody tr td:first-child{
    padding-left: 0;
    font-family: "Frutiger LT W01_55 Roma1475738", sans-serif;
}

/*endregion*/

/*region: vessel list*/

.vessel_list{
    padding: 0;
    margin: 0;
}
.vessel_list li{
    list-style-type: none;
    color: #ffffff;
    padding: .5rem 0;
    border-top: 1px solid #809DBB;
    margin: 0;
}
.vessel_list li:first-child{
    border: none;
}
.vessel_list li a{
    color: #ffffff;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    font-size: 1.1rem;
    line-height: 1.4;
}
.vessel_list li a:hover{
    color: #5AC8C4;
}
.vessel_list li a .vessel_time{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    color: #ACBFD3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out ;
    -ms-transition: all .3s ease-in-out ;
    -o-transition: all .3s ease-in-out ;
    transition: all .3s ease-in-out ;
    font-size: inherit;
    line-height: inherit;
    min-width: 206px;
    padding-left: 5px;
}
.vessel_list li a:hover .vessel_time{
    color: #5AC8C4;
}
.vessel_list li a .vessel_time:after{
    content: "\4f";
    font-family: "hotel-neptun-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    padding-left: 10px;
}
.vessel_list li a .vessel_time span{
    padding-left: 10px;
    font-family: "Frutiger LT W01_55 Roma1475738", sans-serif;
    color: #ffffff;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out ;
    -ms-transition: all .3s ease-in-out ;
    -o-transition: all .3s ease-in-out ;
    transition: all .3s ease-in-out ;
    white-space: nowrap;
}
.vessel_list li a:hover .vessel_time span{
    color: #5AC8C4;
}
/*endregion*/

/*region: datepicker*/
.daterangepicker.single {
    width: 530px;
    height: 506px;
}
/*endregion*/

/*region: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MEDIA QUERIES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

@media (min-width: 1770px) {

    .tx-neptun-webcam{
        padding-top: 5rem;
    }
    .webcamContent{
        height: 832px;
    }
    .htmlwebcam .toolbar{
        padding: 1rem 0;
    }
}

@media (max-width: 1999.98px) {

    /*region: live-weather*/
    .weather_today .short-weather-wrap .mainweathcericon{
        font-size: 9rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-fog,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-cloudy {
        margin-top: -2.3rem;
        margin-right: -2rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_snow,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-thunderstorm,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain_snow {
        margin-top: -0.6rem;
        font-size: 8rem;
        margin-right: -1.5rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-sleet,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-snow {
        margin-top: -1.9rem;
        margin-right: -2.4rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-mostly_sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-partly_cloudy {
        margin-top: -1.4rem;
        margin-right: -1.3rem;
    }
    .live-weather-container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    #liveWeatherContainer {
        margin-left: -15px;
        margin-right: -15px;
    }
    #liveWeatherContainer > .ym-g33 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .vessel_list li a,
    .weathertable tbody tr td{
        font-size: 1.05rem;
        line-height: 1.5rem;
    }
    .vessel_list li a .vessel_time{
        min-width: 198px;
    }

    /*endregion*/

    /*region: datepicker*/
    .daterangepicker.single {
        width: 460px;
        height: 436px;
    }
    /*endregion*/

}


@media (max-width: 1769.98px) {

    .tx-neptun-webcam{
        padding-top: 20px;
    }
    .webcamContent{
        min-height: 723px;
    }
    .htmlwebcam .toolbar{
        padding: 1rem;
    }
    a.fullscreenButton{
        right: 1rem;
    }
    .toolbar:before{
        left: 1rem;
    }
    .htmlwebcam .toolbar.history-mode .switch {
        right: 1rem!important;
    }
    ul.tabindex{
        left: 65px;
    }
    .htmlwebcam .toolbar .switch {
        right: 50px;
    }

    /*region: live-weather */

    #liveWeatherContainer h2 {
        font-size: 2.4rem;
        line-height: 2.7rem;
    }
    #liveWeatherContainer h2 .ship-traffic > a {
        font-size: 1rem;
    }
    #liveWeatherContainer h2 .ship-traffic > a .icon {
        font-size: 0.8rem;
        padding-right: 0.35rem;
    }
    .weather_preview.ym-grid .content h4 {
        font-size: 2.25rem;
    }
    /*endregion*/

}

@media (max-width: 1499.98px){

    .tx-neptun-webcam {
        padding-top: 10px;
    }
    .webcamContent{
        min-height: 578px;
    }
    .webcamContent .labelcontainer:before {
        height: 90px;
    }
    .webcamContent .labelcontainer .label {
        font-size: 0.9rem;
    }

    /*region: live-weather*/

    #liveWeatherContainer h2 {
        font-size: 2.2rem;
        line-height: 2.3rem;
    }
    #liveWeatherContainer h2:not(.temperature) {
        margin-bottom: 2rem;
    }
    .vessel_list li a,
    .weathertable tbody tr td{
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .vessel_list li a .vessel_time{
        min-width: 191px;
    }
    #liveWeatherContainer h2 .ship-traffic > a .icon {
        font-size: 0.7rem;
        padding-right: 0.3rem;
    }
    #liveWeatherContainer h2 .ship-traffic > a {
        font-size: 0.9rem;
    }
    .weather_preview.ym-grid .content h4 {
        font-size: 2.1rem;
    }
    .weather_preview.ym-grid .content .icon {
        font-size: 5.3rem;
        padding: 0.5rem 0;
    }
    .weather_preview.ym-grid .content span {
        font-size: 1.4rem;
    }
    /*endregion*/

    /*region: datepicker*/
    .daterangepicker.single {
        width: 372px;
        height: 360px;
    }
    /*endregion*/
}

@media (max-width: 1199.98px){

    .webcamContent{
        min-height: 477px;
    }
    .webcamContent .loading span {
        font-size: 1rem;
    }
    .webcamContent .labelcontainer:before {
        height: 80px;
    }
    .webcamContent .labelcontainer .label {
        font-size: 0.85rem;
    }

    /*region: toolbar*/

    a.fullscreenButton {
        font-size: 1.7rem;
    }
    ul.tabindex {
        width: 195px;
    }
    ul.tabindex li .btn{
        width: 90px;
    }
    ul.tabindex li .btn,
    .mode-label{
       font-size: 0.9rem;
        height: 1.85rem;
    }
    .htmlwebcam .description {
        font-size: 0.9rem;
    }

    svg.refreshTimer {
        width: 28px !important;
        height: 28px !important;
    }
    .toolbar:before {
        width: 28px;
        height: 28px;
    }
    .toolbar .play-button{
        width: 30px;
        height: 30px;
    }
    .toolbar .play-button i {
        font-size: 0.8rem;
    }
    ul.tabindex {
        left: 60px;
    }
    .htmlwebcam .toolbar .switch {
        right: 45px;
    }

    /*endregion*/

    .fmc_copyright {
        width: 80px;
        bottom: 75px;
    }

    /*region: live-weather*/

    .vessel_list li a,
    .weathertable tbody tr td{
        font-size: 0.95rem;
        line-height: 1.25rem;
    }
    .vessel_list li a .vessel_time{
        min-width: 183px;
    }
    #liveWeatherContainer > .ym-g33:first-child{
        flex: 0 0 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
    .weather_today{
        flex-grow: 1;
        justify-content: center;
    }
    hr.separater{
         width: 1px;
        height: 100%;
        border-top: none;
        border-left: 1px solid #809DBB;
        margin: 0;
    }
    .weather_today .short-weather-wrap .mainweathcericon{
        right: 3rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-fog,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-cloudy {
        margin-top: -1.7rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-mostly_sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-partly_cloudy {
        margin-top: -1.7rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_snow,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-thunderstorm,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain_snow {
        margin-top: -1.4rem;
    }
    .weather_preview.ym-grid .content{
        padding: 0 0 0 30px;
    }
    .weather_today .description-weather-wrap {
        padding-right: 10.5rem;
    }
    #liveWeatherContainer > .ym-g33:nth-child(2), #liveWeatherContainer > .ym-g33:last-child {
        flex: 0 0 50%;
    }
        /*endregion*/
}

@media (max-width: 991.98px){

    .tx-neptun-webcam {
        padding-top: 0;
    }
    .webcamContent{
        min-height: 370px;
    }
    .webcamContent .loading span {
        font-size: 0.9rem;
    }
    .webcamContent .labelcontainer:before {
        height: 70px;
    }
    .webcamContent .labelcontainer .label {
        font-size: 0.8rem;
    }
    /*region: toolbar*/

    a.fullscreenButton {
        font-size: 1.5rem;
    }
    ul.tabindex {
        width: 160px;
    }
    ul.tabindex li .btn{
        width: 75px;
    }
    ul.tabindex li .btn,
    .mode-label{
        font-size: 0.85rem;
        height: 1.65rem;
        border-width: 1px;
    }
    .mode-label{
        margin-right: 10px;
    }
    .htmlwebcam .description {
        font-size: 0.85rem;
    }

    svg.refreshTimer {
        width: 26px !important;
        height: 26px !important;
    }
    .toolbar:before {
        width: 26px;
        height: 26px;
        border-width: 1px;
    }
    .toolbar .play-button{
        border: 1px solid white;
        width: 26px;
        height: 26px;
    }
    .toolbar .play-button i {
        font-size: 0.75rem;
    }
    ul.tabindex {
        left: 52px;
    }
    .htmlwebcam .toolbar .switch {
        right: 40px;
    }

    /*endregion*/

    .fmc_copyright {
        width: 80px;
        bottom: 70px;
    }

    /*region: live-weather*/

    .vessel_list li a,
    .weathertable tbody tr td{
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .vessel_list li a .vessel_time{
        min-width: 176px;
    }

    .weather_today .description-weather-wrap {
        padding-right: 6.5rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon {
        font-size: 8rem;
        right: 2.5rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-sleet,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-snow {
        margin-top: -1.4rem;
        margin-right: -2rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-fog,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-cloudy {
        margin-top: -1.3rem;
        margin-right: -2rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-mostly_sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-partly_cloudy {
        margin-top: -1.3rem;
        margin-right: -2rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_snow,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-thunderstorm,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain_snow {
        margin-top: -1.4rem;
        font-size: 7rem;
        margin-right: -2rem;
    }
    /*endregion*/


}

@media (max-width: 767.98px){

    .webcamContent{
        min-height: 277px;
    }

    /*region: live-weather*/
    .live-weather-container {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    #liveWeatherContainer > .ym-g33:nth-child(2),
    #liveWeatherContainer > .ym-g33:last-child{
        flex: 0 0 100%;
    }
    #liveWeatherContainer > .ym-g33:last-child{
        display: none;
    }
    #liveWeatherContainer > .ym-g33:first-child {
        flex: 0 0 100%;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 4rem;
    }
    .weather_today{
        justify-content: flex-start;
    }
    .weather_today .description-weather-wrap {
        padding-right: 4.5rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon{
        right: 0;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-fog,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-cloudy {
        margin-top: -2rem;
        margin-right: -1.8rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-mostly_sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-partly_cloudy {
        margin-top: -1.3rem;
        margin-right: -1.1rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_snow,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-thunderstorm,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain_snow {
        margin-top: -0.6rem;
        margin-right: -1.3rem;
    }
    hr.separater {
        border-left: 0;
        border-top: 1px solid #809DBB;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: auto;
    }
    .weather_preview.ym-grid .content {
        padding: 0;
    }
    #liveWeatherContainer h2 {
        font-size: 2rem;
    }
    #liveWeatherContainer h2:not(.temperature) {
        margin-bottom: 1rem;
    }
    #liveWeatherContainer > .ym-g33:first-child {
        margin-bottom: 3rem;
    }
    /*endregion*/

    /*region: datepicker*/
    .daterangepicker.single {
        width: 320px;
        height: 290px;
    }
    /*endregion*/

}

@media (max-width: 575.98px){

    .webcamContent{
        min-height: 154px;
    }
    .webcamContent .loading span {
        font-size: 0.85rem;
    }

    /*region: toolbar*/
    .htmlwebcam .toolbar.history-mode .switch {
        right: 0.5rem!important;
    }
    .htmlwebcam .toolbar {
        padding: 0.5rem;
    }
    a.fullscreenButton {
        font-size: 1.3rem;
        right: 0.5rem;
    }
    ul.tabindex {
        bottom: 8px;
        width: auto;
    }
    ul.tabindex li .btn{
        width: auto;
        padding: 0 0.4rem;
        margin-right: 5px;
    }
    ul.tabindex li .btn,
    .mode-label{
        font-size: 0.8rem;
        height: 1.32rem;
    }
    .mode-label{
        padding: 0 0.3rem;
        margin-right: 5px;
    }
    .htmlwebcam .description {
       display: none;
    }
    svg.refreshTimer {
        width: 20px !important;
        height: 20px !important;
    }
    .toolbar:before {
        left: 0.5rem;
        width: 20px;
        height: 20px;
    }
    .toolbar .play-button{
        width: 21px;
        height: 21px;
    }
    .toolbar .play-button i {
        font-size: 0.6rem;
    }
    ul.tabindex {
        left: 35px;
    }
    .htmlwebcam .toolbar .switch {
        right: 30px;
    }

    /*endregion*/

    .fmc_copyright {
        width: 60px;
        bottom: 40px;
        right: 9px;
    }

    /*region: live-weather*/
    .live-weather-container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    #liveWeatherContainer{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .weather_preview.ym-grid .content h4 {
        font-size: 1.6rem;
    }
    .weather_preview.ym-grid .content span {
        font-size: 1.2rem;
    }
    .vessel_list li a,
    .weathertable tbody tr td{
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
    #liveWeatherContainer > .ym-g33:last-child{
        display: none;
    }
    .weather_today .short-weather-wrap .mainweathcericon{
        font-size: 7rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-sleet,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-snow {
        margin-top: -1.5rem;
        margin-right: -1.8rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-fog,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-cloudy {
        margin-top: -2rem;
        margin-right: -1.6rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-mostly_sunny,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-partly_cloudy {
        margin-top: -1.3rem;
        margin-right: -0.9rem;
    }
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_snow,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-thunderstorm,
    .weather_today .short-weather-wrap .mainweathcericon.wettericon-chance_of_rain_snow {
        font-size: 6rem;
        margin-right: -1rem;
    }
    hr.separater {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .weather_preview.ym-grid .content .icon {
        font-size: 4.3rem;
    }
    #liveWeatherContainer h2 {
        font-size: 1.8rem;
    }
    #liveWeatherContainer h2:not(.temperature) {
        margin-bottom: 0.5rem;
    }
    #liveWeatherContainer h2.temperature {
        font-size: 2.3rem;
    }

    /*endregion*/

    /*region: datepicker*/
    .daterangepicker.single {
        height: 240px;
    }
    /*endregion*/

}
