#tugscertificatestimeline .vis-item {
    border-color: black;
    background: #0080001f;
	font-size: 15px;
    font-weight: 400;
}
#tugscertificatestimeline .vis-item.expired {
    background: #ff000045;
}
#tugscertificatestimeline .vis-item.warning_red {
    background: #f8ac5975;
}
#tugscertificatestimeline .vis-item.warning_grey {
    background: #ddd;
}
#tugscertificatestimeline .progress-wrapper {
    background: white;
    height: 15px;
    position: relative;
    overflow: hidden;
}
#tugscertificatestimeline .vis-selected {
	border: 1px dashed #000 !important;
    background-color: #fff785 !important;
}
.unconfirmed {
	color: orange;
}
#crewmanagement td {
	padding:4px;
}
table.divide_35_35_15_15 td:nth-child(1) {
	width: 35%;
	font-weight:bold;
}
table.divide_35_35_15_15 td:nth-child(2) {
	width: 30%;
}
table.divide_35_35_15_15 td:nth-child(3) {
	width: 15%;
	white-space:nowrap;
}
table.divide_35_35_15_15 td:nth-child(4) {
	width: 13%;
}
table.divide_35_35_15_15 td:nth-child(5) {
	width: 8%;
}
.crewactivity, .crewprofile {
	cursor:pointer;
}
table.current tr[data-is-master="1"] td {
	background: #ddd;
}
.activitylogitem.edit {
	background: antiquewhite;
}
.activitylogitem.edit:hover {
	background: #f7e3c8;
}

.agile-list li:hover {
    cursor: initial;
}
.agile-list li {
	width: 100%;
    display: inline-block;
}
.qhseitem {
	margin-bottom:15px;
}
.negative {
    font-weight: bold;
    color: red;
}
.weather .coastweatherstation {
    margin: 0px 5px;
    border-bottom: 1px solid #a3b1cc;
}
#addeditjobmodal .coaststation .dropdown-menu {
	right: 0;
    left: auto;
}
.weather .coaststations {
	font-size: 14px;
}
.windarrowwrapper {
	text-align: center;
	padding:25px;
	display: inline-block;
	border: 1px solid #ddd;
	font-size:18px;
	font-weight:bold;
}
.windarrowwrapper .fa {
	font-size:12px;
	margin-right:5px;
}
.windarrow {
	font-size:40px; 
	display:inline-block;
}
.coaststation .ibox-title {
	height: 50px;
}
.coaststation {
	padding: 20px;
    border: 2px solid #999;
	margin-bottom: 25px;
}
.stationgraph {
	height:350px;
	width: 100%;
}
.smsconv.selected {
	background: #ddd;
}
.chatbox-wrapper {
	border: 1px solid #999;
    padding: 10px;
	margin-top:25px;
}
span.trafficlight {
	display:inline-block;
	margin: 0px 5px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
}
span.trafficlight.red {
	background: red;
}
span.trafficlight.yellow {
	background: rgba(255,165,0);
}
span.trafficlight.green {
	background: green;
}

.servicecrew:hover {
	background-color:#097963;
	cursor:pointer;
} 

.hourline:hover {
	background-color: #f3f3f4;
	border-color: #e7eaec;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #fff !important;
}

.fa-spin-fast {
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}

.waitingtimeactive {
	background: repeating-linear-gradient(
	  -45deg,
	  #ffffff,
	  #ffffff 1px,
	  #799def 3px,
	  #799def 6px
	);
}
/*repeating-linear-gradient(    45deg,    #ffffff,    #606dbc 10px,    #b8e6a5 10px,    #465298 20px  )*/
.waitingtimejob {
	background: repeating-linear-gradient(
	  -45deg,
	  #ffffff,
	  #ffffff 1px,
	  #000 3px,
	  #000 6px
	);
}

.waitingtimepassive {
	background: repeating-linear-gradient(
	  -45deg,
	  #ffffff,
	  #ffffff 1px,
	  #7f8082 3px,
	  #7f8082 6px
	);
}
.towage {
	display:none;
}

.dl-horizontal dt {
	width: 260px !important;
}

.dl-horizontal dd {
    margin-left: 280px !important;
}

.flot-chart {
	height: auto !important;
}

#startstopbtn {
	width: 250px;
    height: 250px;
    border: 6px double;
    border-radius: 125px;
    padding-top: 80px;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}

#startstopbtn.stopped {
	border-color: green;
	background: #9adb9a;
	color: green;
}
#startstopbtn.stopped:hover {
	background: #caf6ca;
}

#startstopbtn.started {
	border-color: red;
	background: #fc8989;
	color: #fed6d6;
}
/*#startstopbtn.started:hover {
	background: #fccdcd;
	color: #9e9696;
}*/

.operationtype {
	/*width: 11%;
    min-width: 205px;
    display: inline-block;
    margin: 10px;
    height: 80px;
    font-size: 20px;*/
	padding: 15px;
	margin-top: 10px;
    min-height: 30px;
    text-align: center;
    border-radius: 25px;
	border: 1px solid black;
	opacity: 0.9;
	cursor:pointer;
}
.operationtype:hover {
	opacity: 1;
}
.operationtype.active {
	opacity: 1;
}
.operationtype .fa-check {
	display:none;
}
.operationtype.active .fa-check {
	display:inherit;
	position: absolute;
    margin-top: 3px;
}
.onlinestatus {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 8px;
	margin: 10px;
}
.onlinestatus.online {
	background: #9adb9a;
}
.onlinestatus.offline {
	background: #fc8989;
}
.editop {
	border: 1px solid #999;
}
.vis-saturday, .vis-sunday {
	background-color: #efefef;
}

#mailtext, #mailtext_skip_btoa {
	padding: 12px;
	background: white;
	border: 1px solid #ddd;
}
#toolbar a {
	display: inline-block;
	background: white;
	border: 1px solid #ddd;
	padding: 5px;
	/*margin-right: 5px;*/
}

.flot-chart .legend .legendLabel {
	color: #000 !important;
}

.additional_legg {
	float: left;
	padding: 15px 5px;
}
.additional_legg:not(:first-of-type) {
	border-top: 1px dashed #19aa8d;
}

.jobtug .operations table tbody tr td {
	position: relative;
}
.jobtug .operations table tbody tr td .sortoperation {
	position: absolute;
    left: -30px;
    top: 11px;
    width: 30px;
    padding: 3px;
}

.wind {
	border: 2px dashed #ddd;
    padding: 0 5px;
	margin: 1px;
    display: inline-block;
}
.wind .time {
	font-size: 18px;
}

.dz-error-mark, .dz-success-mark {
	display:none;
}
.dz-error {
	border: 2px dashed red;
    padding: 7px;
    background: #fbdcdc;
}

.invoiceline .fa {
	display:none;
	position: absolute;
}
.invoiceline:hover .fa {
	display:inline;
}
.invoiceline td:first-of-type {
	position: relative;
}
.invoiceline .fa-edit {
	right: 15px;
}
.invoiceline .fa-remove {
	right: 0px;
}
.editinvoiceline {
	display: none;
}
.assessment {
	border: 1px solid;
    padding: 10px;
	margin-bottom:10px;
}
.risk {
	display: inline-block;
    width: 70px;
    margin: 10px;
    border: 1px solid green;
    height: 70px;
    text-align: center;
    border-radius: 35px;
    padding-top: 23px;
	cursor: pointer;
}

.risk:hover {
	background: white;
}

.risk.low {
	border: 1px solid green;
}
.risk.medium {
	border: 1px solid orange;
}
.risk.high {
	border: 1px solid red;
}
.risk.low.checked {
	background: #b2eab2;
}
.risk.medium.checked {
	background: #f5d191;
}
.risk.high.checked {
	background: #f9b2b2;
}
.riskcolor {
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 5px;
}
.activechat {
	background: #dceaff;
}

.searchbar {
	margin-top: 10px;
    width: 400px;
    display: inline-table;
}

.searchresults {
    background: white;
    border: 1px solid #e5e6e7;
    border-top: 0px;
    position: absolute;
    padding: 0px !important;
	left: 0px;
}

.searchresults .searchresult {
    padding: 7px 7px;
    cursor: pointer;
}
.searchresults .searchresult:hover {
    background: #ddd;
}
.searchresults .selectedresult {
    background: #ddd;
}

#distancefinder {
	width: 40%;
    height: 300px;
    z-index: 99999;
	overflow-y: auto;
    background: white;
    border: 2px solid #f3f3f4;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	display: none;
	padding: 10px;
}

.nextport {
	color: #23527c;
	cursor: pointer;
	margin: 3px 5px;
	font-size: 14px;
}
.nextport:hover {
	text-decoration: underline;
}

#dimmerbg {
	width: 100%;
    height: 100%;
    background: grey;
    position: fixed;
    z-index: 9988;
    opacity: 0.5;
	display:none;
}

#addport .portname {
	display:none;
	margin: 2px 5px;
	border-bottom: 1px dotted #999;
}
#unreadmsgs {
	margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #efefef;
}

#towagelogtable {
	text-align: left;
}

#tugmap {
	height: 750px;
}

#addcrewbtn {
	margin-left: 15px;
}
.crewmember {
	margin-bottom:0;
	/*border: 1px solid #1ab394;*/
}
.currentcrew {
	background: #ddd;
	border: 2px dashed #999;
	height: 100px;
	text-align:center;
	padding: 35px;
}
.crewdetails dt {
	margin-top: 10px;
}

.chosen-container {
  width: 100% !important;
}