html {
    overflow: hidden;
}

html,body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
#st_map {	
	width: 100%;
	height: 100%;
    min-height: 300px;
}

#st_login_form, #st_register_form, #st_register_verify_form {
    width: 320px;
    border:2px solid #FFFFFF; /* #BDDCEF; */
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    color:#FFFFFF;
    display: none;
}

.l{ text-align:left; }
.c{ text-align:center; }
.j{ text-align:justify; }
.r{ text-align:right; }
.error{background-color: highlight;}

/* Navigation Styles */
ul#st_nav {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 10px;
    list-style: none;
    z-index:1058; /* 999998; */
    width:800px;
}
ul#st_nav li {
    width: 123px;
    display:inline;
    float:left; 
    color: black;   
}
ul#st_nav li a {
    display: block;
    float:left;
    margin-top: -2px;
    width: 120px;
    background-repeat:no-repeat;
    background-position:50% 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-decoration:none;
    text-align:center;
    padding-top:90px;
    opacity: 0.90;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.st_nav_unsel {
     background-color: white;
     color: black;
     border:1px solid grey;
}
.st_nav_sel {
    background-color:#007bff;
    color: white;
    border:1px solid #007bff;
}
ul#st_nav li a:hover.st_nav_unsel {
     background-color: white;
     color: black;
     border:1px solid grey;
}
ul#st_nav li a:hover.st_nav_sel {
    background-color:#007bff;
    color: white;
    border:1px solid #007bff;
}
ul#st_nav li a span {
    letter-spacing:2px;
    font-size:11px;
    font-weight: bold;
}
.st_glide {
    display: block;
    float:left;
    background-color: white;
    border:2px solid #007bff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.92;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92);
    position: absolute;
    left: -1000px;
    top: 50px;
    font-size: 14px;
    z-index: 1060; /* 999998; */
}

.st_v_glide {
    display: block;
    float:left;
    position: absolute;
    left: 0px;
    top: 3000px;
    z-index: 1060; /* 999998; */
}
.data_icon {
    height: 22px;
    width: 22px;
    background: url(images/view_data_list.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;	
    cursor: pointer;
}
.vessel_focus_icon {
    height: 16px;
    width: 16px;
    background: url(images/search.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
    cursor: pointer;
}
.data_list_update_icon {
    height: 29px;
    width: 29px;
    background: url(images/update.png) center no-repeat;
    vertical-align: middle;
    display: inline-block;
    outline: none;  
    cursor: pointer;
    float: left;
    position: relative;
    top: 29px;
    z-index: 10;
}
.blick_data_list_update_icon {
    height: 29px;
    width: 29px;
    vertical-align: middle;
    display: inline-block;
    outline: none;  
    cursor: pointer;
    float: left;
    position: relative;
    top: 29px;
    z-index: 10;
}
.data_list_close_icon {
    height: 29px;
    width: 29px;
    background: url(images/data_list_close.png) center no-repeat;
    vertical-align: middle;
    display: inline-block;
    outline: none;  
    cursor: pointer;
    float: right;
    position: relative;
    top: 8px;
    z-index: 10;
}
.help_icon {
    height: 16px;
    width: 16px;
    background: url(images/help.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
    cursor: pointer;
}
.xls_icon {
    height: 16px;
    width: 16px;
    background: url(images/xls.png) center no-repeat;
    vertical-align: middle;
    display: inline-block;
    outline: none;  
    cursor: pointer;
    float: right;
    top: 13px;
    position: relative;
    z-index: 10;
}
.code_loading_icon {
    height: 16px;
    width: 16px;
    background: url(images/code-loading.gif) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
    cursor: pointer;
}
.live_icon {
    height: 16px;
    width: 16px;
    background: url(images/live.gif) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
    cursor: pointer;
}
.play_icon {
    height: 18px;
    width: 18px;
    background: url(images/play.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
    cursor: pointer;
}
.pause_icon {
    height: 18px;
    width: 18px;
    background: url(images/pause.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
    cursor: pointer;
}
.event_icon {
    height: 16px;
    width: 16px;
    background: url(images/event.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
}
.event_nopos_icon {
    height: 16px;
    width: 16px;
    background: url(images/event_nopos.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
}
#st_latest_das {
    height: 16px;
    display: inline-block;
    outline: none; 
    padding-left: 4px;
}
.das_icon {
    height: 16px;
    width: 16px;
    background: url(images/das.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
}
.vias_icon {
    height: 11px;
    width: 11px;
    background: url(images/pos.png) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none;  
}
.bar_loading {
    height: 15px;
    width: 128px;
    background: url(images/bar-loading.gif) center no-repeat;
    vertical-align: middle;
    margin: 0 .25em;
    display: inline-block;
    outline: none; 	
}
#st_refreshing{
    width: 20px;
    float: right;
}
.vertical_scroll{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    position: relative;
    height: 174px;
}
.vertical_scroll tr:hover {
    background-color: #D8D8D8;
    cursor: pointer;
}
.vertical_scroll td {
    padding-bottom: 0px;
    padding-top: 0px;	
}
.st_data_time_w{
    width: 120px;
}
.st_data_gps_w{
	width: 68px;
}
.st_data_type_w{
    width: 60px;	
}
#st_w_filter{
    width: 400px;
}
#st_multiple_panel {
    width: 240px;
}
.st_search_input{
    width: 138px !important;
    background-color: #404040;
    color: #ffffff;
}
#maximumHours{
    padding:0px;
}
.tracking_background {
	background-color: #E0F8E0;
}
#st_loaded_time{
	float: right;
	white-space: nowrap;
    font-family:"Courier New", Courier, monospace;	
}
#st_current_time {
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;	
    vertical-align: middle;
    margin: 0 .25em;
}
ul#st_nav li#help {
	width: 28px;
}
ul#st_nav li#help a{
	width: 24px;
}
ul#st_nav li#the_time {
	margin-top: 2px;
	width: 146px;
}
ul#st_nav li#the_time div {
    display: block;
    float:left;
    margin-top: -2px;
    padding-top: 9px;
    width: 144px;
    background-color: white;
    background-repeat:no-repeat;
    background-position:50% 10px;
    border:1px solid grey;
    color: black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-decoration:none;
    text-align:center;
    opacity: 0.90;
    height: 36px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.st_tabs_example{
    display: block;
    color: #ffffff;
    height: 15px;
    width: 100px;
    background-color:black;
    background-repeat:no-repeat;
    background-position:50% 10px;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    text-decoration:none;
    text-align:center;
    vertical-align: middle;
    white-space: nowrap;
    opacity: 0.90;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
}
#st_w_help{
	height: 80%;
}
.list-group-item.active { /* to avoid the color picker to be covered*/
    z-index: auto;
}

#st_w_group_list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-width: 240px;
    max-width: 400px;
}

#chat-group-edit, #chat-group-invite, #chat-add-group-private {
    font-size: 1.6em !important;
    cursor: pointer;
    color: #007bff;
}

.chat-header {
    padding: 4px;
    border-bottom: 2px solid rgb(245, 245, 245);
    color: grey;
}

.chat-header .chat-with {
    font-size: 1.2em;
}

.chat-group-edit-info {
    font-size: 0.8em;
}

.chat-history {
    padding: 4px 4px 2px;
    border-bottom: 2px solid rgb(245, 245, 245);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 400px;
    height: 770px;
}

.chat-group-participants {
    padding: 4px 4px 2px;
    border-bottom: 2px solid rgb(245, 245, 245);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 400px;
}

.chat-list-groups {
    padding: 4px 4px 2px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 700px;
}

#st_w_mazuchat_list{
    width: 400px;
    height: 770px;    
}

.chat-message {
    padding: 10px 4px 10px 4px;
}

#message-to-send {
    resize: none;
}

.message-data-name {
    color: black;
}

.message-data-time {
    padding-left: 6px;
    font-size: 0.7em;
}
.message {      
    color: white;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    border-radius: 14px;
    position: relative;
    margin-top: 6px;
    word-wrap: break-word;
}
.message:after {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgb(245, 245, 245);
    border-width: 10px;
    margin-left: -10px;
}
.other-message, .other-message-invitation-done {
    background: rgb(245, 245, 245);
    margin-right: 10%;
    color: rgb(68, 68, 68);
}
.other-message .message-data-time , .other-message-invitation-done .message-data-time{
    color: rgb(68, 68, 68);
}
.other-message-invitation {
    background: rgb(255, 127, 80);
    margin-right: 10%;
    cursor: pointer;
}
.other-message-invitation .message-data-time{
    color: rgb(68, 68, 68);
}
.other-message-invitation .message-data-time{
    color: rgb(68, 68, 68);
}
.my-message {
    background: rgb(0, 137, 249);
    margin-left: 10%;
}
.my-message:after {
    border-bottom-color: rgb(0, 137, 249);
    left: 85%;
}
#loading-glide-window{
	position:absolute;
	width:100%;
	height:100%;
    margin:auto;
    background: black;
    z-index: 10;
}

#bowl_ringG{
	position:absolute;
	width:58px;
	height:58px;
	border:5px solid rgb(245,245,245);
	border-radius:58px;
		-o-border-radius:58px;
		-ms-border-radius:58px;
		-webkit-border-radius:58px;
		-moz-border-radius:58px;
}

.ball_holderG{
	position:absolute;
	width:16px;
	height:58px;
	left:21px;
	top:0px;
	animation-name:ball_moveG;
		-o-animation-name:ball_moveG;
		-ms-animation-name:ball_moveG;
		-webkit-animation-name:ball_moveG;
		-moz-animation-name:ball_moveG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}

.ballG{
	position:absolute;
	left:0px;
	top:-14px;
	width:23px;
	height:23px;
	background:rgb(0,137,249);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

@keyframes ball_moveG{
	0%{
		transform:rotate(0deg)
	}

	100%{
		transform:rotate(360deg)
	}
}

@-o-keyframes ball_moveG{
	0%{
		-o-transform:rotate(0deg)
	}

	100%{
		-o-transform:rotate(360deg)
	}
}

@-ms-keyframes ball_moveG{
	0%{
		-ms-transform:rotate(0deg)
	}

	100%{
		-ms-transform:rotate(360deg)
	}
}

@-webkit-keyframes ball_moveG{
	0%{
		-webkit-transform:rotate(0deg)
	}

	100%{
		-webkit-transform:rotate(360deg)
	}
}

@-moz-keyframes ball_moveG{
	0%{
		-moz-transform:rotate(0deg)
	}

	100%{
		-moz-transform:rotate(360deg)
	}
}
#circleG, #circleP{
	width:45px;
	margin:auto;
}

.circleG{
	background-color:rgb(245,245,245);
	float:left;
	height:10px;
	margin-left:5px;
	width:10px;
	animation-name:bounce_circleG;
		-o-animation-name:bounce_circleG;
		-ms-animation-name:bounce_circleG;
		-webkit-animation-name:bounce_circleG;
		-moz-animation-name:bounce_circleG;
	animation-duration:2.24s;
		-o-animation-duration:2.24s;
		-ms-animation-duration:2.24s;
		-webkit-animation-duration:2.24s;
		-moz-animation-duration:2.24s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:6px;
		-o-border-radius:6px;
		-ms-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
}

#circleG_1, #circleP_1{
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#circleG_2, #circleP_2{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#circleG_3, #circleP_3{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

@keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,137,249);
	}

	100%{}
}

@-o-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,137,249);
	}

	100%{}
}

@-ms-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,137,249);
	}

	100%{}
}

@-webkit-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,137,249);
	}

	100%{}
}

@-moz-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(0,137,249);
	}

	100%{}
}

#chat-group-panel-history-loadmore:hover, #chat-private-panel-history-loadmore:hover {
    background-color: rgb(207, 207, 207);
    cursor: pointer;
    color: rgb(0,137,249);
}
.position-ignore-label{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
/** To fix issue with click events on SVG for Safari */
svg.icon, .fas {
    pointer-events: none;
}
.modal-backdrop{
    z-index: 999999;
}
.modal {
    z-index: 1000000;
}
.icon-eye-open, .icon-eye-close {
    font-size: 24px;
    padding-left: 4px;
    padding-top: 8px;
}
#st_register_form, #registerFormClicked, #st_register_verify_form, #registerFormVerClickedResend, #registerFormVerClicked {
    display: none;
}