
.loginBox {
	background: #fff;
	margin-top: 40px;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(139, 145, 168, 0.55);
	-moz-box-shadow:    4px 4px 11px 0px rgba(139, 145, 168, 0.55);
	box-shadow:         4px 4px 11px 0px rgba(139, 145, 168, 0.55);
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.loginText {
	text-align: right;
	padding: 60px 40px;
	color: #434549;

}
.loginBox .title {
	background: #434549;
	color: #fff;
	padding: 10px;
	font-size: 1.5em;
	border: #2D3134 solid 1px;
}
.loginBox form {
	padding: 20px 15px;
}
.loginBox input, textarea{
	margin: 15px;
}
input[type="text"],
input[type="password"]{
	width: 83%;
	height: 40px;
	padding-left: 10px;
}
.loginBox input[type="text"],
.loginBox input[type="password"]{
	width: 83%;
	height: 40px;
	padding-left: 10px;
}
input[type="search"]{
	border:1px solid #666;
	height:30px;
}
input[type="submit"],
input[type="button"],
button {
	background: rgb(96, 131, 167);
	border: none;
	padding: 8px 15px;
	color: #fff;
	text-transform:uppercase;
	cursor: pointer;
}
input[type="button"][disabled], input[type=submit][disabled], button[disabled]{
	cursor: not-allowed;
	background-color: #e6e6e6;
}
input.invalid {
	border-style: solid;
	border-color: red;
	background-color: #FF9999;
}
input.ng-dirty.ng-invalid {
    border-style: solid;
   	border-color: red;
   	background-color: #FF9999;
}
textarea{
	width: 83%;
	height: 140px;
	padding-left: 10px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}
textarea.invalid {
	border-style: solid;
	border-color: red;
	background-color: #FF9999;
}
textarea.ng-dirty.ng-invalid {
    border-style: solid;
   	border-color: red;
   	background-color: #FF9999;
}
.logo {
	background:#23272D;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	height: 65px;
}
.logo img {
	margin-top: 8px;
}
.generalmenu{
	background:#23272D; /*#393B3F;*/ /*#434549;*/
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: #2D3134 solid 1px;
	color: #eee;
	font-weight: 300;
}
.generalmenu .options {
	text-align: right;
}
.generalmenu .options li{
	margin:0 10px;
}
.generalmenu input {
	background: #575C64;
	border:none;
	height:30px;
	padding: 0 10px;
	color:#eee;
}
.logout {
	text-align:center;
}
.generalmenu img {
	width: 32px;
	height: auto;
}
.profile img {
	width: 20px;
	height: auto;
	margin-right: 20px;
}
.profile {
	padding-top: 15px;
	padding-left:30px;
}
.alerts span{
	background: rgb(194, 7, 7);
	padding: 0 5px;
	border-radius: 50%;
	margin-left: -18px;
	font-weight: 700;
}
.alerts span:hover{
	cursor: pointer;
}
.notes span{
	background: #3390F8;
	padding: 0 5px;
	border-radius: 50%;
	margin-left: -14px;
	font-weight: 700;
}
.notes span:hover{
	cursor: pointer;
}
.submenu {
	top: 0;
	text-align: left;
/* 	padding-top: 80px; */
	background:rgba(22, 26, 32, 0.82);
	border-right: #2D3134 solid 2px;
	position: fixed;
	color:#CCCAD0;
	height: 100%;
	/*min-height: 2000px;*/
	/*min-width: 251px;*/
	z-index: 1;
	overflow: hidden;
	width: 300px;
}

.submenu > .for-scroll-submenu{
	height: 100%;
	overflow: auto;
	width: 315px;
}
/* .submenu p{ */
/* 	padding-left: 30px; */
/* 	font-weight: 200; */
/* } */
/* .submenu p span{ */
/* 	font-size: 18px; */
/* } */
.submenu ul{
	margin: 0px;
	padding: 0px;
}
.submenu li:not(#tags-box li, .select-dropdown-optgroup-option){
	display: table;
	padding-top:10px;
	padding-bottom: 10px;
	margin-top: 10px;
	z-index: 3;
	cursor: pointer;
	width: 100%;
	height: auto;
	text-align: left;
}
/* .submenu img {
	margin: 0 auto;
	width: 47px;
	margin-right: 33px;
	margin-left: 10px;
} */
/* .submenu .size1{  */
/* 	width: 60px; */
/* 	margin-right: 20px; */
/* } */
.submenu a{
	text-align: center;
	color: #C7C7C7; /*#eee;*/
	font-size: 1.1em;
	font-weight:100;
	text-transform: uppercase;
	padding: 10px;
}

.select-dropdown-optgroup-option{
	color:#000000;
}
/* .submenu .row{ */
/* 	padding-top:10px; */
/* 	padding-bottom: 10px; */
/* 	margin-top: 10px; */
/* 	z-index: 3; */
/* } */
.submenu .active:not(.select-dropdown-optgroup-option) {
	border-left: #4b6882 solid 7px;
}
.submenu li:not(.sub-menu, #tags-box li):hover {
	background:rgba(22, 26, 32, 1);

}
.submenu .sub-menu li{
	margin: 0px;
}
.submenu .sub-menu li a{
	margin-left: 40px;
	font-size:	1.03em;
}

.filter {
	padding-left: 30px;
	display: table;
}
.filter p {
	display: table-row;
	text-indent: 30px;
}
.filter label,
.filter input,
.filter select {
	display: table-cell;
}
.short-select {
	margin: 15px;
	font-size:15px;
	border: #4b6882 solid 1px;
	border-radius: 0px;
	background:#fff;
	min-width: 150px;
	height: 40px;
}
select {
	width: 83%;
	height: 40px;
	padding-left: 10px;
	min-width:100px;
	border: #4b6882 solid 1px;
	background:#fff;
}
.hollow {
	border: #4b6882 solid 2px;
	background: none;
	color: #4b6882;
	font-size: 1em;
	font-weight: 700;
	margin: 10px;
}
.inputBox {
	display: table;
	padding-left: 30px;
}
.inputBox p {
	display: table-row;
}
.inputBox label,
.inputBox input,
.inputBox select {
	display: table-cell;
}
.tableBox select {
	min-width: 0;
}
.tableBox input[type="search"] {
	margin-top:20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #576379 !important;
font-weight: 600;
background:transparent;
border:none;
}
label {
	color: #515F6B;
}
.uncollapse {
	text-align: left;
	background:rgba(22, 26, 32, 0.82);
	padding-top: 68px;
	padding-left: 5px;
	border-right: #2D3134 solid 2px;
	position: fixed;
	height: 100%;
	min-height: 2000px;
	width: 1%;
	min-width: 20px;
	color: #CCCAD0;
	display:none;
	font-size: 20px;
	z-index:1;
	top: 0;
}
.changeSize:not(.menu-offset){
	padding-left: 33px;
}
.view .hollow {
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15%;
	margin-top: 20px;
}
.filters{
	display:none;
	position: relative;
	margin-top: 73px;
}
#filtertrig span {
	font-size: 18px;
}

p {
	display: table-row;
	font-weight: 400;
}
/*p span {
	font-weight: 200;
	display: table-cell;
	text-indent: 10px;
}*/
.status span {
	padding: 0 3px;
	font-size: 1.2em;
}
.delayed {
	color: #FCCB05;
}
.table-alerts {
	color: red;
}
.modal .progress{
	margin-top: 10px;
}
.modal .info p:nth-child(even){
	background: #f7f7f7;
}
.visual{
width: 300%;
padding: 30px;
}
/*PROGRESS BAR SECTION STYLES*/

.wrapper {
  margin: 80px 10px 20px 10px;

}
.progress {
  margin-top: 30px;
  height: 40px;
  border-radius:0;
  background:#eee;
  border-right: none;
  -moz-box-shadow:    inset  0  8px 8px -8px #9FA2A6,
                        inset  0 -8px 8px -8px #9FA2A6;
  -webkit-box-shadow: inset  0  8px 8px -8px #9FA2A6,
                        inset  0 -8px 8px -8px #9FA2A6;
  box-shadow:        inset  0  8px 8px -8px #9FA2A6,
                        inset  0 -8px 8px -8px #9FA2A6;
}
.endBox .heading {
  height: 30px;
  font-weight: 500;
  color: #595959;
}
.pseudobar{
  height: 40px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
/*ENDBOX STYLES, on eighter side of progress bar*/
.right {
  border-right: 1px solid #D8DDE5;
  -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
color: #fff;
}
.right span {
	color: rgba(255,255,255,0.7);
	font-weight: 800;
}
/* add if trip not started yet/ progress bar is empty*/
.left {
  border-left: 1px solid #D8DDE5;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
color: #fff;
}
.complete {
  /*background: rgba(82, 95, 112, 1); background: -webkit-linear-gradient(top, rgba(126, 149, 158, 1) 0%, rgba(82, 95, 112, 1) 100%); background: linear-gradient(to bottom, rgba(126, 149, 158, 1) 0%, rgba(82, 95, 112, 1) 100%);*/
  color: #fff;
  background: rgba(82, 95, 112, 1);
  -moz-box-shadow:    inset  0  8px 8px -8px #384251,
                        inset  0 -8px 8px -8px #384251;
  -webkit-box-shadow: inset  0  8px 8px -8px #384251,
                        inset  0 -8px 8px -8px #384251;
  box-shadow:        inset  0  8px 8px -8px #384251,
                        inset  0 -8px 8px -8px #384251;
}
/*.incomplete {
  background: #eee;
  -moz-box-shadow:    inset  0  8px 8px -8px #9FA2A6,
                        inset  0 -8px 8px -8px #9FA2A6;
  -webkit-box-shadow: inset  0  8px 8px -8px #9FA2A6,
                        inset  0 -8px 8px -8px #9FA2A6;
  box-shadow:        inset  0  8px 8px -8px #9FA2A6,
                        inset  0 -8px 8px -8px #9FA2A6;
}*/
.nopad {
  padding: 0;
}
.endBox > div {
  padding: 10px 5px
}
.updates {
  position: absolute;
  top: 36px;
  width: 100%;
  font-size:20px;
  z-index: 100;
}

.updates .point {
  padding: 7px 3px;
  border-radius: 5px;
/*  border: 4px solid rgba(82, 95, 112, 1);*/
}
.updates .alert {
  line-height: 0;
  color:#f7f7f7;
  font-weight: 800;
  cursor: pointer;
   padding: 10px 5px;
}
/*NEW TYPE OF ALERT TO SHOW DURATION: alertDist*/
.updates .alertDist {
  margin-top: -6px;
  background: #d64d4d;
  color: #f7f7f7;
  font-weight: 800;
  cursor: pointer;
  padding: 6px 5px;
}
/*Check classes*/
.passed {
  border:3px solid #5D7DA6;
  background: #5D7DA6;
  color:#EEE;
}
/*Alert Classes*/
.unresolved {
  background: #d64d4d;
}
.alertInfo {
  display: none;
  position: absolute;
  top: 30px;
  color: #888;
}
.alerts-heading {
  position: absolute;
  top: 50px;
  left: 10px;
}
.info {
  margin-top: 20px;
}
/*MARKER*/
/*.marker {
  position: absolute;
  margin-top: -159px;
  width: 100%;
  margin-left: -15%;
  z-index:99;

}
.marker> div {
  width: 200px;
  margin-left: 80%;
  text-align: center;
  padding: 0;
}
.marker .pseudobar{
  width: 25%;
}
.marker h5 {
  width: 100%;
  height: 20px;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 23px;
  border-right: 1px solid #D8DDE5;
  border-left: 1px solid #D8DDE5;
}
.top-mark {
  border-right: 1px solid #D8DDE5;
  border-left: 1px solid #D8DDE5;
}

.top-mark span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 2px 2px 2px 3px;
  display: inline-block;
  position: absolute;
}
.marker-box .top-mark img {
  height: 60px;
  display: inline-block;
}
.marker-box .bottom-mark img {
  height: 18px;
}
.marker-box .bottom-mark {
  line-height: 1.5;
  border-right: 1px solid #D8DDE5;
  border-left: 1px solid #D8DDE5;
  border-bottom: 1px solid #D8DDE5;
}
.bottom-mark .progress-info {
  display: table;
  margin: 0 auto;
}
.bottom-mark p {
  display: table-row;
}
.bottom-mark p span {
  display: table-cell;
}*/
/*MARKER STATUS CLASSES*/
/*ON TIME OR EARLY*/
/*for eta*/
.greenText {
  color: rgba(2, 112, 30, 1);
  font-weight: 600;
}
/*for pseudobar*/
.greenBack {
 background: rgba(2, 112, 30, 1); background: -webkit-linear-gradient(top, rgba(2, 163, 10, 1) 0%, rgba(2, 112, 30, 1) 100%); background: linear-gradient(to bottom, rgba(2, 163, 10, 1) 0%, rgba(2, 112, 30, 1) 100%);
}
/*for marker box*/
.greenTop {
  border-top: 4px solid rgba(2, 112, 30, 1);
}
/*LATE*/
.yelText {
  color: rgba(212, 157, 4, 1);
  font-weight: 600;
}

/*for pseudobar*/
.yelBack {
  background: rgba(212, 157, 4, 1); background: -webkit-linear-gradient(top, rgba(196, 184, 12, 1) 0%, rgba(212, 157, 4, 1) 100%); background: linear-gradient(to bottom, rgba(196, 184, 12, 1) 0%, rgba(212, 157, 4, 1) 100%);
}
/*for marker box*/
.yelTop {
  border-top: 4px solid rgba(212, 157, 4, 1);
}
/*OFF TRACK*/
.redText {
  color: rgba(171, 5, 5, 1);
  font-weight: 600;
}
/*for pseudobar*/
.redBack {
  background: rgba(171, 5, 5, 1); background: -webkit-linear-gradient(top, rgba(245, 5, 41, 1) 0%, rgba(171, 5, 5, 1) 100%); background: linear-gradient(to bottom, rgba(245, 5, 41, 1) 0%, rgba(171, 5, 5, 1) 100%);
}
/*for marker box*/
.redTop {
  border-top: 4px solid rgba(171, 5, 5, 1);
}

.updates .point {
  padding: 9px 3px;
  border-radius: 5px;
}
.updates .alert {
  line-height: 0;
  color:#f7f7f7;
  font-weight: 800;
  cursor: pointer;
   padding: 10px 5px;
}
/*Checkpoint classes*/
.not-passed{
  border:3px solid rgba(240, 240, 240, 0.8);
    background:rgba(255, 255, 255, 0.8);
    color:transparent;
}
.not-passed:after{
	content:'\00a0\00a0';
}
.passed {
  border:3px solid #5D7DA6;
  background: #5D7DA6;
  color:#EEE;
}
.passed:after {
   content:'\2714';
}
/*New avoided class for checkpoints that were missed*/
.avoided {
  border:3px solid #d64d4d;
  background: rgba(255, 255, 255, 0.9);
  color:#d64d4d;
  font-weight: 800;
}
.avoided:after {
  content: '\2718';
}
/*Alert Classes*/
.unresolved {
  background: #d64d4d;
}
.alertInfo {
  display: none;
  position: absolute;
  top: -60px;
  color: #888;
  font-size: 15px;
  background: rgba(248,248,248,0.8);
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;

}
.alerts-heading {
  position: absolute;
  top: 50px;
  left: 10px;
}
.info {
  margin-top: 20px;
}
/*MARKER*/
.marker {
  margin-top: -164px;
  margin-left: -9%;
  width: 100%;
  z-index:99;

}
.marker div {
  width: 200px;
  text-align: center;
  padding: 0;
}
.marker .pseudobar{
  margin-top: 5px;
  width: 50%;
  display:inline-block;
}
.marker h5 {
  width: 100%;
  height: 20px;
  margin: 0;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 23px;
  border-right: 1px solid #D8DDE5;
  border-left: 1px solid #D8DDE5;
}
.top-mark {
  border-right: 1px solid #D8DDE5;
  border-left: 1px solid #D8DDE5;
}

.top-mark span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 2px 2px 2px 3px;
  position: absolute;
}
.top-mark div {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 2px 2px 2px 3px;
  position: absolute;
  width: 35px;
  margin-left: 70px;
}
.marker-box .top-mark img {
  height: 60px;
  display: inline-block;
}
.marker-box .bottom-mark img {
  height: 18px;
  margin-top: 3px;
}
.marker-box .bottom-mark {
  line-height: 1.5;
  border-right: 1px solid #D8DDE5;
  border-left: 1px solid #D8DDE5;
  border-bottom: 1px solid #D8DDE5;
}
.bottom-mark .progress-info {
  display: table;
  margin: 2px auto;
}
.bottom-mark p {
  display: table-row;
}
.bottom-mark p span {
  display: table-cell;
}
/*MARKER STATUS CLASSES*/
/*ON TIME OR EARLY*/
/*for eta*/
.greenText {
  color: rgba(2, 112, 30, 1);
  font-weight: 600;
}
/*for pseudobar*/
.greenBack {
 background: rgba(2, 112, 30, 1); background: -webkit-linear-gradient(top, rgba(2, 163, 10, 1) 0%, rgba(2, 112, 30, 1) 100%); background: linear-gradient(to bottom, rgba(2, 163, 10, 1) 0%, rgba(2, 112, 30, 1) 100%);
}
/*for marker box*/
.greenTop {
  border-top: 4px solid rgba(2, 112, 30, 1);
}
/*LATE*/
.yelText {
  color: rgba(212, 157, 4, 1);
  font-weight: 600;
}
/*for pseudobar*/
.yelBack {
  background: rgba(212, 157, 4, 1); background: -webkit-linear-gradient(top, rgba(196, 184, 12, 1) 0%, rgba(212, 157, 4, 1) 100%); background: linear-gradient(to bottom, rgba(196, 184, 12, 1) 0%, rgba(212, 157, 4, 1) 100%);
}
/*for marker box*/
.yelTop {
  border-top: 4px solid rgba(212, 157, 4, 1);
}
/*OFF TRACK*/
.redText {
  color: rgba(171, 5, 5, 1);
  font-weight: 600;
}
/*for pseudobar*/
.redBack {
  background: rgba(171, 5, 5, 1); background: -webkit-linear-gradient(top, rgba(245, 5, 41, 1) 0%, rgba(171, 5, 5, 1) 100%); background: linear-gradient(to bottom, rgba(245, 5, 41, 1) 0%, rgba(171, 5, 5, 1) 100%);
}
/*for marker box*/
.redTop {
  border-top: 4px solid rgba(171, 5, 5, 1);
}
/*for end and start points respectively*/
.endpoint {
  border-left: 1px solid #c2c6ca;
  padding: 5px 0;
}
.progress-bar {
  border-left: 1px solid #c2c6ca;
}
/*FIX for large fontsize in IE*/
.no-cssreflections .top-mark div,
.no-csscsstransforms3d .top-mark div {
 font-size: 16px;
}
/*Alerts on corner of marker*/
.marker .alerts{
  position: absolute;
  color: #fff;
  text-align: left;
  margin-top: -40px;
  padding: 10px;
}
.marker .alerts img {
	width: 25px;
	height: auto;
}
.marker .notes {
  position: absolute;
  color: #fff;
  text-align: right;
  margin-top: -40px;
  padding: 10px;
}
.marker .notes img {
  width: 32px;
  height: auto;
}
.red {
	color: red;
}
