.hoursOfServiceBlockWrapper {
	margin-top: 100px;
	min-height: calc(100vh - 150px);
}
.hoursOfServiceBlockWrapper h3 {
	color: #6083a7;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.container-title-position {
  margin: 50px auto 0 auto;
  width:1000px;
}
.page-description-container .page-description {
  font-family: sans-serif;
  text-indent: 50px;
  letter-spacing: 1px;
}

/* Examples box */

.examples-container .examples-list-container {
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  margin: 0 auto;
  border: 1px solid grey;
}
.examples-container .examples-list-container .examples-list-table {
  width: 100%;
}
.examples-container .examples-list-container .examples-list-table .example-row:hover {
  background-color:#eff1f4;
}
/* Class thats applied when a row in the example has been selected */
.examples-container .examples-list-container .examples-list-table .selected-example-row{
  background-color: #DDD;
}
.examples-container .examples-list-container .examples-list-table .example-select {
  height: 40px;
  width: 85%;
}
.examples-container .examples-list-container .examples-list-table .example-select .example-select-text {
  margin-left: 30px;
  font-size: 15px;
  color: #50535a;

  /* This is so cursor doesn't change when hovering over the text */
  cursor:default;
  /*
  Makes text unselectable
   */
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
}
.examples-container .examples-list-container .examples-list-table .example-download {
  width: 15%;
  text-align: center;
}
.examples-container .examples-description-container {
  border: 1px solid grey;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  padding: 17px;
  overflow-y: scroll;
}
.examples-container .examples-description-container .examples-description-title {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}
.examples-container .examples-description-container .examples-description-text {
  font-size: 14px;
}

/* Page Description */
.description-container {
  border: 1px dashed grey;
  display: inline-block;
/*  margin-bottom: 35px;*/
  padding: 15px;
  border-radius: 10px;
}

/* Drop/Upload Box */

.drop-box-container .drop-box {
  border: 15px dashed #DDD;
/*  width: 300px;*/
  height: 250px;
  text-align: center;
  margin: 0 auto;
}
.drop-box-container .dragover {
    border: 15px dashed orange;
}
.drop-box-container .drop-box .drop-box-text {
  position: relative;
  top: 40px;
  color: #5c5c5c;
}
/* ELD/HOS Graph */
.hos-log {
  width: 900px;
  height: 300px;
  margin: 0 auto;
  cursor: default;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
}
.hos-log .hos-grid-day {
  text-align:center;
  position:relative;
  font-size: 18px;
  color: #50535a;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.hos-log .hos-grid-day .hos-grid-day-text {
  float:left;
}
.hos-log .hos-grid-hours {
  width: 100%;
}
.hos-log .hos-grid-hours .grid-hours-spacing {
  width: 30px;
  height: 15px;
  float: left;
}
.hos-log .hos-grid-hours .grid-hours {
  width: calc(100% - 60px);
  float: left;
}
.hos-log .hos-grid-hours .grid-hours-container {
  width:calc((100% - 1px)/24);
  height: 15px;
  font-size: 10px;
  color: grey;
  position: relative;
  float: left;
}
.hos-log .hos-grid-hours .grid-hours-container span {
  position: absolute;
}
.hos-log .hos-log-info {
  width: 30px;
  height: 164px;
  color: grey;
  position: relative;
  float: left;
  font-size:10px;
}
.hos-log .hos-log-grid {
  width: calc(100% - 60px);
  float: left;
  position: relative;
  margin-bottom: 0px;
}
.hos-log .date-changer-container {
  width:100%;
  height: 80px;
}
.hos-log .date-changer-container .change-date-button-on {
  font-size: 6em;
  color:black;
}
.hos-log .date-changer-container .change-date-button-off {
  font-size: 6em;
  color: grey;
}
.hos-log .date-changer-container .hos-grid-date {
  position:relative;
  font-size: 20px;
  color: #50535a;
  font-family: sans-serif;
  text-align: center;
  line-height: 85px;
}
.hos-log .violation {
  color: red;
}
.hos-log .violation:hover {
  color: yellow;
}

/* --- fixedTop ---*/

/*.fixedTopLeft {
	position: fixed;
	width: 415px;
	top: 85px;
    left: 25px;
	z-index: 1000;
	height: 85%;
	transition: all linear 0.7s;
}*/
.fixedTopRight {
	position: fixed;
	width: 415px;
	top: 85px;
    right: 25px;
	z-index: 999;
	height: 85%;
	transition: all linear 0.7s;
}
.fixedTopRight .drop-box-container .drop-box {
	border: 10px dashed #DDD;
	height: 180px;
}
.fixedTopRight .drop-box-container .drop-box .drop-box-text {
	top: 13px;
}
.fixedTopRight .drop-box-container {
	margin-bottom: 20px;
}
.fixedTopRight .examples-container .examples-list-container .examples-list-table .example-select .example-select-text {
	margin-left: 10px;
}
.fixedTopRight .examples-list-container {
	height: 200px;
}

/*.fixedTopLeft.ng-hide {
  height: 0;
  width: 0;
  background-color: transparent;
  top: 0px;
  left: -200px;
}*/
.fixedTopRight.ng-hide {
  height: 0;
  width: 0;
  background-color: transparent;
  top: 0px;
  right: -200px;
}