body {
  padding: 0;
  margin: 0;
  font-family: 'Barlow-Regular';
}


/* This stylesheet generated by Transfonter (https://transfonter.org) on December 12, 2017 6:20 AM */

@font-face {
  font-family: 'Barlow-Regular';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-SemiBold';
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-Bold';
  src: url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-Light';
  src: url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

a:focus,
a:hover {
  outline: none !important;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

.bg {
  width: 100%;
  float: left;
}

.bg img {
  width: 100%;
}

.login {
  background: #0479bc;
  float: left;
  width: 100%;
  padding: 35px 0 20px 0;
}

.login-container {
  width: 90%;
  margin: auto;
  text-align: center;
}

.login-container h1 {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: normal;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Barlow-Bold';
  text-transform: uppercase;
}

.login-container input {
  border: 1px solid #bbbdbf;
  background: transparent;
  height: 42px;
  border-radius: 100px;
  border-left: none;
  font-size: 16px;
  color: #fff;
}

.login-container input:focus {
  box-shadow: none;
  border: 1px solid #bbbdbf;
  border-left: none;
}

.login-container .input-group-addon {
  background: transparent;
  border: 1px solid #bbbdbf;
  height: 42px;
  border-radius: 100px 0 0 100px;
  border-right: none;
  padding: 6px 5px 6px 20px;
}

.login-container .input-group {
  margin-bottom: 20px;
}

.login-container .input-group-addon img {
  width: 24px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #ffffff !important;
  font-family: 'Barlow-Regular' !important;
}

.search-section-container::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #6d6e70 !important;
  font-family: 'Barlow-Regular' !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #ffffff !important;
  font-family: 'Barlow-Regular' !important;
}

.search-section-container::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #6d6e70 !important;
  font-family: 'Barlow-Regular' !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #ffffff !important;
  font-family: 'Barlow-Regular' !important;
}

.search-section-container:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #6d6e70 !important;
  font-family: 'Barlow-Regular' !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #ffffff !important;
  font-family: 'Barlow-Regular' !important;
}

.search-section-container:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #6d6e70 !important;
  font-family: 'Barlow-Regular' !important;
}

.submit-section {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 35px 0 30px 0;
}

.submit-section .btn.btn-default {
  border: 1px solid #047abc;
  color: #047abc;
  font-size: 14px;
  width: 100px;
  height: 32px;
  line-height: 16px;
  border-radius: 100px;
  text-transform: uppercase;
  margin: 0 5px;
}

.submit-section .btn.btn-default:hover,
 {
  border: 1px solid #047abc;
  color: #fff;
  background: #047abc;
}

.submit-section .btn.btn-default:focus{ background: transparent;}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #d0d2d3;
}

.slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #57c464;
  border: 2px solid #57c464;
}

input:focus+.slider {
  box-shadow: 0 0 1px #57c464;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-container {
  float: left;
  width: 50%;
  text-align: left;
  margin: 10px 0;
  display: none;
}

.toggle-container .switch {
  float: left;
}

.toggle-container p {
  float: left;
  font-size: 14px;
  color: #d0d2d3;
  margin: 1px 0 0 10px;
}

.forget-password {
  width: 50%;
  float: right;
  margin: 0 0 10px 0;
}

.forget-password a {
  color: #ffffff;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
  color: transparent !important;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
  color: transparent !important;
}


/* IE 10+ */


/* IE 10+ */

.list-view {
  float: left;
  width: 100%;
}

.list-view-title {
  float: left;
  width: 100%;
  background: #e6e7e8;
}

.list-view h2 {
  width: 90%;
  margin: auto;
  padding: 15px 0;
  font-size: 16px;
  color: #58595b;
}

.list-container {
  width: 90%;
  margin: auto;
}

.list-container ul {
  width: 100%;
  float: left;
  padding: 0;
}

.list-container ul li {
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #e6e7e8;
  padding: 17px 0;
}

.list-container ul li .list-view-left {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #58595b;
  padding-left: 20px;
}

.list-container ul li .list-view-left span {
  color: #929497;
}

.list-container ul li .list-view-right {
  float: right;
  width: 50%;
  font-size: 14px;
  color: #58595b;
  text-align: right;
}

.list-container ul li::before {
  width: 8px;
  height: 8px;
  background: #b2dfed;
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
}

.list-container ul li:last-child {
  border: none;
}

.list-view-right img {
  width: 20px;
  margin-right: 5px;
  margin-top: -2px;
}

.start-container {
  width: 90%;
  margin: auto;
  background: #047abc;
  border-radius: 5px;
  padding: 15px 15px 15px 15px;
  margin: 20px auto;
}

.start-status {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Barlow-SemiBold';
  text-transform: uppercase;
}

.current-vehicle-container {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}

.current-vehicle-container-left {
  display: inline-block;
  width: 50%;
  line-height: 18px;
}

.current-vehicle-container-left span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
}

.current-vehicle-container-left p {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.current-vehicle-container-right {
  width: 50%;
  float: right;
  text-align: right;
}

.current-vehicle-container-right a {
	display: inline-block;
	color: #ffffff;	
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 20px;
	text-align: center;	
	font-size: 14px;
	font-family: 'Barlow-SemiBold';
	padding: 5px 18px;
}

.current-vehicle-container-right a:hover {
  background: #fff;
  color: #047abc;
  text-decoration: none;
}

.current-vehicle-left {
  width: 40%;
  float: left;
}

.current-vehicle-right {
  width: 60%;
  float: right;
}

.small-text {
  float: left;
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #929497;
}

.large-text {
  float: left;
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #58595b;
  text-transform: uppercase;
}

.duty-container {
  width: 90%;
  margin: auto;
}

.duty-container-left {
  float: left;
  width: 40%;
}

.duty-container-right {
  float: right;
  width: 60%;
}

.duty-container-press-right {
  float: right;
  width: auto;
  padding: 7px 0 0 0;
}

.duty-status {
  width: 80%;
  float: left;
}

.duty-status a {
  background: #e6e7e8;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  color: #58595b;
  text-transform: uppercase;
  float: left;
  margin-right: 7px;
}

.duty-status a:hover {
  text-decoration: none;
  background: #047abc;
  color: #fff;
}

.duty-status a.active {
  text-decoration: none;
  background: #047abc;
  color: #fff;
}

.arrow-right {
  width: 19%;
  float: right;
  text-align: right;
  border-left: 2px solid #e6e7e8;
  padding: 6px 0;
}

.arrow-right a img {
  width: 22px;
}

.eld-img-container {
  float: left;
  text-align: right;
  width: 80%;
  padding-right: 15px;
}

.eld-img-container img {
  width: 35px;
}

.toolbar {
  float: left;
  width: 100%;
  background: #047abc;
  padding: 15px 0;
}

.toolbar-container {
  width: 90%;
  margin: auto;
}

.toolbar-container h1 {
  width: auto;
  float: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.search-section {
  width: 90%;
  margin: auto;
}

.search-section-container {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.search-section-container input:focus {
  box-shadow: none;
  border: 1px solid #e8e9e9;
}

.search-section-container input {
  box-shadow: none;
  height: 40px;
  border: 1px solid #e8e9e9;
  border-right: none;
}

.search-section-container .glyphicon.glyphicon-search {
  color: #bbbdbf;
}

.search-section-container .btn {
  border-left: none !important;
  border: 1px solid #e8e9e9;
  padding: 9px 12px;
}

.search-section-container .btn:hover,
.search-section-container .btn:focus,
.search-section-container .btn:active {
  background-color: transparent;
  border-left: none;
  border: 1px solid #e8e9e9;
  box-shadow: none;
}

.list-view-new .list-container ul li::before {
  display: none;
}

.list-view-new .list-container ul li .list-view-left {
  padding-left: 0;
}

.list-view-new .list-container ul li .list-view-right {
  color: #929497;
}

.list-view-new .list-container ul li .list-view-right {
  width: 65%;
}

.list-view-new .list-container ul li .list-view-left {
  width: 35%;
}

.list-view-new .list-view-right img {
  width: 22px;
  margin-right: 0;
  margin-top: -2px;
  margin-left: 20px;
}

.toolbar-container a img {
  width: 27px;
  float: left;
  margin-right: 15px;
}

.duty-section-new .duty-status {
  width: auto;
  float: right;
}

.duty-section-new .large-text {
  padding: 10px 0 0 0;
}

.change-duty-status {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}

.change-duty-status-container {
  width: 90%;
  margin: auto;
}

.change-duty-status-container label {
  font-weight: normal;
  color: #047abc;
}

.change-duty-status-container textarea {
  box-shadow: none;
  border: 1px solid #e8e9e9;
  resize: none;
}

.change-duty-status-container textarea:focus {
  box-shadow: none;
  border: 1px solid #e8e9e9;
}

.change-duty-status-container .input-group-addon {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e8e9e9;
}

.change-duty-status-container input {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e8e9e9 !important;
}

.change-duty-status-container input:focus {
  box-shadow: none;
}

.change-duty-status-container .input-group-addon img {
  width: 24px;
}

.change-duty-status-container .input-group {
  margin-bottom: 30px;
}

.change-duty-status-container .input-group-addon {
  vertical-align: bottom;
}

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
  opacity: .5;
}

.change-duty-status-container .checkbox label {
  padding: 0;
  margin-bottom: 20px;
  color: #58595b;
  font-size: 14px;
}

.driving-status {
  width: 100%;
  float: left;
  padding: 15px 0;
}

.driving-status-container {
  width: 90%;
  margin: auto;
}

.driving-status-container-left {
  width: 50%;
  float: left;
}

.driving-status-container-right {
  width: 50%;
  float: right;
  font-size: 16px;
  color: #58595b;
  text-align: right;
}

.driving-status-container-left p {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  color: #58595b;
  margin: 5px 0 0 0;
}

.driving-status-container-left span {
  width: 10px;
  height: 10px;
  background: #8bc53f;
  border-radius: 100px;
  float: left;
  margin: 12px 10px 0 0;
}

.driving-status-container-right img {
  width: 35px;
}

.meter {
  float: left;
  width: 100%;
  background: #047abc;
  text-align: center;
  padding: 50px 0;
}

.meter img {
  width: 85%;
}

.meter-status {
  float: none;
  width: auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 30px 0 0 0;
  display: inline-block;
}

.meter-status img {
  width: 24px;
  margin: -5px 5px 0 5px;
  display: inline-block;
}

.meter-img {
  position: relative;
  width: 100%;
  float: left;
}

.meter-img span {
  font-size: 65px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35%;
  left: 0;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e260";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e259";
  /* adjust as needed, taken from bootstrap.css */
}

.accordian-container .panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.panel-group .panel+.panel {
  margin-top: 5px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e6e7e8;
  border-radius: 0;
}

.accordian-container {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.accordian-container .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #e6e7e8;
  padding: 5px 0;
}

.list-container .accordian-container ul {
  width: 88%;
  float: left;
  padding: 0;
}

.accordian-container .panel-body {
  float: left;
  width: 100%;
  border: none !important;
  padding: 5px 0 15px 0;
}

.list-container .accordian-container ul li {
  padding: 0;
}

.list-container .accordian-container ul li::before {
  top: 5px;
}

.list-container .accordian-container ul li .list-view-left {
  text-transform: uppercase;
}

.list-container .accordian-container ul li .list-view-left span {
  text-transform: capitalize;
}

.accordion-internal-container {
  float: left;
  width: 100%;
}

.accordion-internal-container-block {
  float: left;
  width: 100%;
  background: #f1f1f2;
  font-size: 14px;
  color: #58595b;
  padding: 10px 15px;
  margin-bottom: 1px;
}

.accordian-container .panel-collapse {
  float: left;
  width: 100%;
}

.custom-text-align-right {
  text-align: right;
  float: right;
}

.custom-mar-top {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.meter-status-container {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.divider {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 30px;
  height: 22px;
  background: #ffffff;
  width: 1px;
}
.forget-password a {
color: #ffffff !important;
}


/**menu**/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 20px 8px 20px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #58595b;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #d0d2d3;
  float: left;
  width: 100%;
  background: #fff;
}

.user-profile-info span a {
	padding: 0px 8px 0px 0px;
  color: #ffffff;
  border: none;
}

.user-profile-info span a:hover {
	
  color: #ffffff;
 
}

.sidenav a:hover {
  color: #047abc;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 40px;
  margin-left: 0;
  border: none;
  width: auto;
  padding: 0;
  line-height: normal;
  color: #fff;
}

.sidenav .closebtn:hover {
  color: #fff;
}

.toolbar-container span img {
  width: 27px;
  float: left;
  margin-right: 15px;
}

.sidenav {
  background: rgba(0, 0, 0, 0.7);
}

.sidenav-container {
  width: 250px;
  box-shadow: 1px 12px 12px 0px #000;
  background: #fff;
  position: absolute;
  top: 0;
  height: 100%;
}

.sidenav-container a img {
  width: 24px;
  margin: 0 15px 0 0;
}

.sidenav-profile {
  float: left;
  width: 100%;
  background: #047abc;
  padding: 20px 20px 20px 20px;
}

.user-profile {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  float: left;
}

.user-profile img {
  width: 100%;
  height: 100%;
  float: left;
}

.user-profile-info {
  float: right;
  width: 65%;
  line-height: 20px;
  margin: 15px 0 0 0;
}

.user-profile-info span {
  float: right;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: 'Barlow-SemiBold';
}

.user-profile-info p {
  float: right;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.current-vehicle {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #e6e7e8;
}

.current-vehicle-container-block {
  width: 90%;
  margin: auto;
}

.start-status {
  display: inline-block;
  width: auto;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Barlow-SemiBold';
  text-transform: uppercase;
}

.start-position {
  width: auto;
  float: right;
  margin-right: 25px;
}

.start-position img {
  width: 60px;
}

.light-img img {
  opacity: 0.4;
}

.signature-pad {
  width: 90%;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
  text-align: center;
  margin: 15px 5%;
}

.vvg-fullwidth {
  width: 100%;
}

.duty-section {
   float: left;
   width: 100%;
   padding: 20px 0;
   border-bottom: 2px solid #e6e7e8;
}
.duty-section-new-block .duty-status {
   width: auto;
   float: left;
   margin-right: 10px;
}
.duty-section-new-block .duty-status a{ margin-right: 0px; }
.duty-section-new-block .duty-container-left {
   float: left;
   width: 50%;
   padding: 15px 0;
}
.duty-section-new-block .small-text{ width: 60%; font-size: 12px; padding: 3px 0 0 0; }
.duty-section-new-block .large-text{ width: 60%; font-size: 16px; }
.duty-section-new-block .duty-container-right {
   float: right;
   width: 50%;
   padding: 15px 0;
   border-left: 1px solid #e6e7e8;
}

.duty-section-new-block .arrow-right {
   width: auto;
   float: left;
   text-align: right;
   border-left: none;
   padding: 0 0 0 15px;
}

.duty-section-new-block .arrow-right a span {
   color: #58595b;
   font-size: 16px;
   padding: 5px 0 0 0;
   float: left;
}

.duty-section-new-block .arrow-right a p {
   float: left;
   width: 35px;
   height: 35px;
   background: #e6e7e8;
   border-radius: 100%;
   text-align: center;
   margin: 0 10px 0 0;
   line-height: 30px;
}

.duty-section-new-block .arrow-right a img {
   width: 17px;
   
}

.duty-section.duty-section-new-block {
   float: left;
   width: 100%;
   padding: 0 0;
   border-bottom: 1px solid #e6e7e8;
}

.loading {
     position: fixed;
     top: 0;
     left: 0;
     background: rgba(0,0,0,0.8);
     width: 100%;
     height: 100%;
     color: #fff;
     font-size: 24px;
     text-align: center;
     z-index: 9999;
}
 .loading img{
     width: auto;
}
 .loading-image{
     width: 90px;
     height: 90px;
     background: #ffffff;
     margin: 55% auto;
     line-height: 85px;
     border-radius: 100%;
}

/******Tab CSS******/
 .tab-container{
     display: inline-block;
     width: 100%;
}
.tab-container #custom-tab .tab-content {
    color: #58595b;
    background-color: transparent;
    padding: 40px 15px 25px 15px;
    float: left;
    width: 100%;
    
}
 .tab-container #custom-tab .nav-pills > li > a {
     border-radius: 0;
}
 .tab-container .nav-pills > li {
     float: left;
     width: 32.9%;
}
 .tab-container .nav > li > a {
     text-align: center;
     font-size: 14px;
     color: #58595b;
     border-bottom: 2px solid transparent;
     padding: 13px 15px;
}
.tab-container .nav.nav-pills {
    border-bottom: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}
 .tab-container .nav-pills > li.active > a, .tab-container .nav-pills > li.active > a:hover, .tab-container .nav-pills > li.active > a:focus {
     color: #047abc;
     background-color: transparent;
     border-bottom: 2px solid #047abc;
}
 .tab-container .nav > li > a:hover, .tab-container .nav > li > a:focus {
     text-decoration: none;
     background-color: transparent;
     /*border-bottom: 2px solid #047abc !important;*/
}


/* form starting stylings ------------------------------- */
.tab-container .group            { 
  position:relative; 
  margin-bottom:40px; 
  float:left;
  width:100%;
}
.tab-container .group input               {
  font-size:16px;
  padding:5px 10px 5px 0px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #e6e7e8;
  color: #58595b;
}
.tab-container .group input:focus         { outline:none; }

/* LABEL ======================================= */
.tab-container .group label                {
  color:#047abc; 
  font-size:13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0px;
  top:-20px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  text-transform: uppercase;
}

/* active state */
.tab-container .group input:focus ~ label, .tab-container .group input:valid ~ label        {
  top:-20px;
  font-size:13px;
  color:#047abc;
}

/* BOTTOM BARS ================================= */
.tab-container .bar    { position:relative; display:block; width:100%; }
.tab-container .bar:before, .tab-container .bar:after     {
  content:'';
  height:1px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#047abc; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.tab-container .bar:before {
  left:50%;
}
.tab-container .bar:after {
  right:50%; 
}

/* active state */
.tab-container .group input:focus ~ .bar:before, .tab-container .group input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.tab-container .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.tab-container .group input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#047abc; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#047abc; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#047abc; }
  to    { width:0; background:transparent; }
}

.tab-container form {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.toolbar{ padding: 15px; }
.toolbar-container {
    width: 100%;
    margin: auto;
}

.time-field input {
    background-image: url(../images/clock-blue.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 20px;
}

.location-field input {
    background-image: url(../images/location-form.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 23px 23px;
}



.select-style {
    border-bottom: 1px solid #e6e7e8;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: transparent url("../images/dropdown.png") no-repeat 100% 50%;
    background-size: 18px 10px;
    float: left;
    margin: 10px 0 0 0;
}

.select-style select {
    padding: 5px 8px 5px 0;
    width: 110%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 16px;
    color: #58595b;
}

.select-style select:focus {
    outline: none;
    box-shadow: none;

}


.defects-vehicles-block{ float: left; width: 100%; border:1px solid #dcdcdc;
border-radius: 5px; margin-bottom: 20px; }

.defects-vehicles-number{ float: left; width: 100%; color: #ffffff; background: #047abc;
font-size: 16px; padding: 8px 8px 8px 15px; border-radius: 5px 5px 0 0;}


.defects-vehicles-details{ display: inline-block; width: 100%; text-align: center; 
padding: 25px 0 0 0;}
.defects-vehicles-details span{ display: inline-block;
color: #58595b; font-size: 15px; }
.defects-vehicles-details img {
    display: inline-block;
    width: 26px;
    margin-right: 10px;
}

.inspection-btn{ float: none; display: inline-block; background: #fff; color: #047abc;
border:1px solid #047abc; border-radius: 100px; text-align: center; margin: auto; 
padding: 6px 15px; font-size: 13px;  }

.inspection-btn:hover { background: #047abc; color: #ffffff; border:1px solid #047abc; 
text-decoration: none;}
.inspection-btn-container{ float: none; display: inline-block; width: 100%;
 text-align: center; padding: 25px 0; }

.defects-vehicles-input-block {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.defects-vehicles-input-block .group {
    margin-bottom: 0;
    width: 90%;
    margin: auto;
}

.sign-text{ float: left; width: 100%; margin-bottom:25px;color: #58595b; font-size: 16px; text-align: center; }

.vehicle-defects-checkbox-container{ float: left; width: 100%;  }

.vehicle-defects-checkbox-container .checkbox { margin: 0; }

.vehicle-defects-checkbox-container .checkbox input {
    display: block !important;
}
.vehicle-defects-checkbox-container .tab-container .group {
    position: relative;
    margin-bottom: 45px;
    float: left;
    width: 100%;
}

.vehicle-defects-checkbox-container .well {
    min-height: 20px;
    padding: 15px 15px 30px 15px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    width: 100%;
}

.vehicle-defects-checkbox-container .form-group {
    margin-bottom: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 20px;
}

.vehicle-defects-checkbox-container .tab-container input {
    
    background: transparent;
}

.vehicle-defects-checkbox-container .tab-container {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;

}

.vehicle-defects-checkbox-container .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    color: #58595b;
    font-size: 14px;
}

.well-btn{ float: left; width: auto; margin-top: -20px; }
.well-btn a{ float: left; width: auto; padding: 5px 15px; background: #047abc;
color: #ffffff; font-size: 14px; border:1px solid #047abc; border-radius: 100px; }

.well-btn a:hover{ text-decoration: none; }

.well-btn a img {
    width: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -25px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.toolbar-container a img {
    width: 22px;
    
}
.toolbar-container span img{ width: 21px; }
.toolbar-container h1{ font-size: 18px; }

.highcharts-container {
    width: 100% !important;
    overflow-x: scroll !important;
}

/****19-01-2018*******/
 .defects-vehicles-block ul{
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .defects-vehicles-block ul li{
     float: left;
     width: 100%;
     margin: 0;
     padding: 15px;
     list-style: none;
     border-bottom: 1px solid #eee;
     position: relative;
}
 .details-block{
     float: left;
     width: 100%;
     margin-bottom: 10px;
}
 .details-label{
     float: left;
     width: 100%;
     color: #58595b;
     font-size: 13px;
     font-family: 'Barlow-SemiBold';
}
 .major {
     float: left;
     width: 100%;
     background: #ff0000;
     color: #ffffff;
     font-size: 14px;
     padding: 3px 25px;
     width: auto;
     border-radius: 100px;
     margin-top: 3px;
     position: absolute;
     right: 15px;
     top: 12px;
}
 .minor {
     float: left;
     width: 100%;
     background: #bbb;
     color: #ffffff;
     font-size: 14px;
     padding: 3px 25px;
     width: auto;
     border-radius: 100px;
     margin-top: 3px;
     position: absolute;
     right: 15px;
     top: 12px;
}
 .details-notes{
     float: left;
     width: 100%;
     color: #58595b;
     font-size: 12px;
     line-height: 16px;
}
 .details-img{
     float: left;
     width: 100%;
}
 .details-img img {
     width: 100%;
     height: auto;
}
 .defects-vehicles-block ul li:last-child{
     border-bottom: none;
}
 .first-label{
     font-size: 15px;
     font-family: 'Barlow-Bold';
}
 .paddingbottom25{
     padding: 0 0 25px 0;
}
 .defect-internal-top {
     float: left;
     width: 100%;
     margin-bottom: 15px;
     margin-top: 5px;
     border-bottom: 1px solid #dcdcdc;
     padding-bottom: 4px;
}
 .right{
     width: 30%;
     float: right;
}
 .right a{
     background: #fff;
     border: 1px solid #047abc;
     color: #ffffff;
     font-size: 13px;
     border-radius: 100px;
     width: 28px;
     height: 28px;
     text-align: center;
     float: right;
     line-height: 22px;
     margin: 0 0 0 5px;
}
 .right a img{
     width: 13px;
}
 .left{
     width: 65%;
     float: left;
}
 .left-block {
     float: left;
     width: 100%;
     margin-bottom: 10px;
}
 .left-block img {
     width: 17px;
     margin-right: 5px;
     margin-top: -3px;
}
 .left-block.location-image img {
     width: 20px;
     margin-right: 5px;
     margin-top: -3px;
}
 .defect-status-correct{
     float: left;
     width: 100%;
     border-radius: 5px;
     padding: 6px 5px;
     background: #8bc53f;
     color: #ffffff;
     text-align: center;
     margin: 5px 0 0 0;
}
 .defect-status-uncorrect{
     float: left;
     width: 100%;
     border-radius: 5px;
     padding: 6px 5px;
     background: #ff0000;
     color: #ffffff;
     text-align: center;
     margin: 5px 0 0 0;
}
 .signature-bottom{
     display: inline-block;
     width: 100%;
     text-align: center;
     margin: 15px 0 0 0;
     border-top: 1px solid #dcdcdc;
     padding-top: 15px;
}
 .signature-bottom span {
     float: left;
     width: 50%;
     text-align: center;
}
 .signature-bottom span img{
     width: 24px;
     display: inline-block;
     margin: 0 5px;
}




.signature-bottom-single{
     display: inline-block;
     width: 100%;
     text-align: center;
     margin: 15px 0 0 0;
     border-top: 1px solid #dcdcdc;
     padding-top: 15px;
}
 .signature-bottom-single span {
     float: left;
     width: 100%;
     text-align: center;
}
 .signature-bottom-single span img{
     width: 24px;
     display: inline-block;
     margin: 0 5px;
}


 .defects-internal-container {
     float: left;
     width: 100%;
     padding: 15px;
     box-shadow: 0 0 6px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
     -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
     -o-box-shadow: 0 0 6px rgba(0,0,0,0.2);
     margin-bottom: 20px;
     border: 1px solid #dcdcdc;
     border-radius: 5px;
}

.defects-internal-container:last-child {
     margin-bottom: 0;
}

.floating-btn {
     position: fixed;
     right: 15px;
     bottom: 15px;
}
.floating-btn a {
     width: 53px;
     height: 53px;
     border-radius: 100px;
     background: #8bc53f;
     float: left;
     text-align: center;
     line-height: 47px;
     color: #fff;
     font-size: 52px;
     box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.floating-btn a:hover { text-decoration: none; }

#edit-logs-prelogsummary img {
  filter: brightness(0) invert(1);
  width: 22px;
  margin-top: -5px;
}

.defects-vehicles-number{
     float: left;
     width: 100%;
     color: #ffffff;
     background: #4fa2d0;
     font-size: 15px;
     padding: 6px 6px 6px 15px;
     border-radius: 5px 5px 0 0;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.defects-vehicles-input-block .group .label-info {
     background-color: #047abc;
}

.tab-container input:focus{  border-bottom:1px solid #047abc;}

#cycle_form .tab-container {
  padding: 15px 15px 25px 15px;
  float: left;
  width: 100%;
}
#inspectionForm {
  margin: 0;
}

#cycle_form .select-style{ margin-top: 5px; }

/******HOS****/
.hos-container .btn img {
     margin-right: 0;
     width: 20px;
}
.hos-container , .hos-container a{
     float: right;
     width: auto;
    
}

.hos-container .btn {
     padding: 0;
     background: no-repeat;
     border: none;
     border-radius: 0;
     line-height: 0;
}

.hos-container .btn:active { border: none; background: transparent;
box-shadow: none; }

.hos-popup .modal-content {
     border: none;
     border-radius: 0;
     box-shadow: none;
}
.hos-popup .modal-dialog{ margin: 0; }
.hos-popup{ background: #ffffff; }

.hos-popup .modal-header {
     padding: 10px 15px;
     border-bottom: 1px solid #047abc;
     background: #047abc;
}

.hos-popup .modal-title {
     
     color: #fff;
}


.hos-popup .modal-header .close {
     margin-top: 0;
     line-height: 23px;
     opacity: 1;
     color: #fff;
     text-shadow: none;
     font-size: 40px;
}

.hos-popup .modal-body {
     position: relative;
     padding: 0px;
     display: inline-block;
}

.hos-popup .hos-listing{ width: 100%; display: inline-block; }

.hos-popup .hos-listing .list-container {
     width: 100%;
     margin: auto;
}

.hos-popup .hos-listing .list-container ul {
     width: 100%;
     float: left;
     padding: 0;
     margin: 0;
}

.hos-popup .hos-listing .list-container ul li {
     
     padding: 13px 15px;
}

.hos-popup .hos-listing .list-container ul li::before {
     
     display: none;
}

.hos-popup .hos-listing .list-container ul li .list-view-left{ padding-left: 0; }

.restart-label{ width: 100%; display: inline-block; color: #fff;
background: #8bc53f; padding: 13px 15px; }


.hos-popup .hos-listing .list-container ul li .list-view-right{ width: 20%; }
.hos-popup .hos-listing .list-container ul li .list-view-left{ width: 80%; }


.list-container-bg{ background: #f0f0f0; }

.hos-recap{ width: 100%; display: inline-block; padding: 13px 15px; color: #ffffff;
background: #4fa2d0; text-transform: uppercase; }

.hos-diagram-container{ width: 100%; display: inline-block; margin: 30px 0 5px 0;}


.circle {
  width: 50%;
  margin: 0 0 25px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  float: left;
}
.circle strong {
     position: absolute;
     top: 34%;
     left: 0;
     width: 100%;
     text-align: center;
     line-height: 16px;
     font-size: 22px;
     font-family: 'Barlow-Bold';
}

.circle span {
     font-size: 14px;
     text-transform: uppercase;
     font-family: 'Barlow-Regular';
     font-weight: normal;
}

.progress-container{ width: 50%; float: left; text-align: center; margin: 0 0 15px 0; }

.progress .progress-bar1{border-color: #047abc !important;}
.progress .progress-bar2{border-color: #8bc53f !important;}
.progress .progress-bar3{border-color: #4fa2d0 !important;}
.progress .progress-bar4{border-color: #787878 !important;}


.progress {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #ffb43e;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 10px;
  font-size: 22px;
     font-family: 'Barlow-Bold';
}
.progress .progress-value span {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Barlow-Regular';
font-weight: normal;
}
/* This for loop creates the    necessary css animation names 
 Due to the split circle of progress-left and progress right, we must use the animations on each side. 
 */
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

.about {
  float: left;
  width: 100%;
  text-align:center;
}

.about p {
  float: left;
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 20px;
}

.about p a{ text-decoration: underline;}

.glyphicon-send:before {
  content: "\e171";
  color: #047abc;
  font-size: 18px;
  margin-right: 20px;
}

.glyphicon-info-sign:before {
  content: "\e086";
  color: #047abc;
  font-size: 18px;
  margin-right: 20px;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}
#cycle_form .tab-container .group {
  position: relative;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.changedutystatus .btn.btn-default.submit-section {
  width: auto;
  margin: 0;
  float: right;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 3px 18px 5px 18px;
  line-height: normal;
}
.changedutystatus .btn.btn-default.submit-section:hover{
  background: #fff;
  color: #047abc;
}

#location_name {
  background: transparent;
  border-radius: 0;
}

.changedutystatus .location-icon {
  border: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  padding: 0;
  bottom: 5px;
  font-size: 20px;
}

.changedutystatus .location-icon:hover , 
.changedutystatus .location-icon:focus ,
.changedutystatus .location-icon:active {
  background: transparent;
  box-shadow: none;
}

.changedutystatus .glyphicon-map-marker::before {
  content: "\e062";
  color: #047abc;
}

.cus-relative{ position: relative; }

*:focus {
    outline: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


.about {
	float: left;
	width: 100%;
	text-align:center;
}

.about p {
	float: left;
	width: 100%;
  padding: 15px;
  text-align:left;
}

.about p a{ text-decoration: underline;}

.glyphicon-send:before {
    content: "\e171";
    color: #047abc;
    font-size: 18px;
    margin-right: 20px;
}

.glyphicon-user::before {
  content: "\e008";
  color: #047abc;
  font-size: 18px;
  margin-right: 20px;
}

.table-btn-container{ width: 100%; text-align: center; float: none;
display: inline-block; margin: 20px auto; }
.table-btn {
  border: 1px solid #047abc;
  color: #047abc;
  font-size: 14px;
  width: 140px;
  height: 36px;
  line-height: 16px;
  border-radius: 100px;
  text-transform: uppercase;
  background: #ffffff;
  margin: 0 5px;
}

.table-btn:hover,
.table-btn:focus {
  border: 1px solid #047abc;
  color: #fff;
  background: #047abc;
}


.table-email-container{ display: inline-block; width: 100%; text-align: center;
margin: auto; padding: 0 15px; }

.table-email-container .form-group {
  width: 100%;
  float: none;
  display: inline-block;
  margin: 10px 0 10px 0;
}

.table-email-container .form-group input{ width: 62%; box-shadow: none;
border:1px solid #ddd; border-radius: 0px; float: left; border-radius: 5px;}

.table-email-btn{ width: 35%; float: right; border: 1px solid #047abc;
  color: #047abc;
  background: transparent; border: 1px solid #047abc; border-radius: 100px;}

  .table-email-btn:hover { background: #047abc; color: #fff; border: 1px solid #047abc;}


  #signature-pad-driver {
  border: none;
  padding: 0;
  margin: 5px 2%;
  width: 96%;
}

#clear {
  font-weight: normal;
  color: #58595b;
}

#sign .signature-pad {
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  padding-top: 20px;
}

.highcharts-root {
  width: 100% !important;
  height: auto !important;
}
.highcharts-container {
  width: 100% !important;
  overflow-x: scroll !important;
  height: auto !important;
}

.section-chart{ margin-top: 10px !important; border: 1px solid #e6e7e8 !important;
padding-top: 5px !important; }

.about-app{ float: left;
width: 100%;
padding: 15px; }

.about-app img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 3px;
}

.user-manual-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}


.user-manual-btn a {
  border: 1px solid #047abc;
  color: #fff;
  font-size: 11px;
  width: 150px;
  height: 38px;
  line-height: 36px;
  border-radius: 100px;
  text-transform: uppercase;
  margin: 0 5px;
  display: inline-block;
  background: #047abc;
}

.user-manual-btn a:hover,
.user-manual-btn a:focus {
  border: 1px solid #047abc;
  color: #047abc;
  background: #fff;
}

#asset-selection-logout-button {
  border: 1px solid #047abc;
  color: #fff;
  font-size: 14px;
  width: 130px;
  height: 36px;
  line-height: 36px;
  border-radius: 100px;
  text-transform: uppercase;
  margin: 30px auto auto auto;
  display: table;
  background: #047abc;
  float: none;
  padding: 0;
}

#asset-selection-logout-button:hover,
#asset-selection-logout-button:focus {
  border: 1px solid #047abc;
  color: #047abc;
  background: #fff;
}

.custom-no-assets {
  float: left;
  width: 100%;
  margin: 15px 0;

}

.list-container.faq-list-container {
  text-align: left;
}

.textleft{ text-align: left; }

.list-container.faq-list-container .accordion-internal-container-block {
  
  padding: 5px 7px;
  
}
/***faq***/
.list-container.faq-list-container .accordian-container ul li::before {
     top: 5px;
     display: none;
}
.list-container.faq-list-container ul li .list-view-left {
     
     width: 100%;
     
     padding-left: 0;
}

.list-container.faq-list-container .accordian-container ul li .list-view-left {
     text-transform: inherit;
     line-height: normal;
}
/***faq***/


.duty-container-press-right {
  float: right;
  width: auto;
}




.half-width-menu.tab-container .nav-pills > li {
  float: left;
  width: 49.5%;
}

#list_company_tab .list-container {
  width: 100%;
  margin: auto;
}


#add_company_tab .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.half-width-menu.tab-container #custom-tab .tab-content{ padding-top: 20px; }


#company_list th {
  padding: 12px 15px;
  background: #e6e7e8;
  font-weight: normal;
  border: none;

}

#company_list td {
  padding: 12px 15px;
  border: 1px solid #e6e7e8;
}

#company_list{ float: left; width: 100%; border: 1px solid #e6e7e8; }

#list_asset_tab .list-container {
  width: 100%;
  margin: auto;
}

#add_asset_tab .col-md-12{ padding-left: 0; padding-right: 0; }

.list-container ul.add-asset-list-container li:first-child {
  margin-top: -17px;
}

.editlogs{ float: left; width: 100%; padding:20px 15px; }
.editlogs .table tr img {
     width: 15px;
}

.editlogs .table th {
     
     background: #e6e7e8;
     font-weight: normal;
     border: 1px solid #ddd !important;
     padding: 10px 10px;
}

.editlogs .table td {
     padding: 10px 10px;
     border: 1px solid #ddd;
}

.editlogs .table-responsive{ border: none; }
.editlog-center{ text-align: center; }

.editlog-half{ width: 45%; float: left; }
.editlog-half span{ float: left; width: 100%; color: #58595b; font-size: 16px; margin-bottom: 5px; }
.editlog-half.editlog-stop {
     float: right;
}
.editlog-half input{ width: 100%; border: 1px solid #ddd; padding: 10px; height: 34px; }
/*editlog**/


.custom-loading{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.8);
  z-index: 9999; top: 0; left: 0; }
  
  .custom-loading-box {
       width: 70px;
       height: 70px;
       background: #ffffff;
       border-radius: 100px;
       line-height: 75px;
       text-align: center;
       margin: auto;
       position: fixed;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
       overflow: hidden;
  }
  
  .custom-loading-box .fa-truck{ font-size: 26px; color:#23527c; width: 70px; }

  .bottom-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    width: 100%;
    background: #f1f1f1;
}
.assetselection .list-container ul {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 75px;
}
#editStatusLogs .tab-container {
	margin: 45px 0 0 0;
}

#editStatusLogs .tab-container .group {
	
	margin-bottom: 25px;
	
}

#editStatusLogs .form-group label {
	color: #047abc;
	font-size: 13px;
	font-weight: normal;
  float:left;
  width:100%;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	text-transform: uppercase;
}

#editStatusLogs .form-group textarea.form-control {
	height: auto;
	box-shadow: none;
	resize: none;
}
.edit-warning{ float: left; width: 100%; font-family: 'Barlow-Bold';}

#editStatusLogs .editlog-half span {
	float: left;
	width: 100%;
	color: #047abc;
	font-size: 16px;
	margin-bottom: 5px;
}
/***responsive****/

@media (max-width: 375px) {
  .meter {
    padding: 45px 0;
  }
  .meter-img {
    position: relative;
    width: 80%;
    float: left;
    margin: 0 10%;
  }
  .meter img {
    width: 100%;
  }
  .meter-status img {
    width: 24px;
    margin: -5px 5px 0 5px;
    display: inline-block;
  }
  .login {
    background: #0479bc;
    float: left;
    width: 100%;
    padding: 45px 0 35px 0;
  }
}

@media (max-width: 360px) {
  .meter {
    padding: 35px 0;
  }
  .login {
    background: #0479bc;
    float: left;
    width: 100%;
    padding: 35px 0 20px 0;
  }
  .submit-section {
    margin: 25px 0 20px 0;
  }
}

@media (max-width: 320px) {
  .bg img {
    width: 77%;
    margin: auto 11.5%;
  }
  .login {
    padding: 25px 0 10px 0;
  }
  .login-container h1 {
    margin: 0 0 20px 0;
  }
  .submit-section {
    margin: 20px 0 20px 0;
  }
  .toggle-container {
    margin: 0;
  }
  
  .meter {
    padding: 15px 0;
  }
  .meter-img {
    position: relative;
    width: 69%;
    float: left;
    margin: 0 15.5%;
  }
  .meter img {
    width: 100%;
  }
  .meter-status img {
    width: 24px;
    margin: -5px 5px 0 5px;
    display: inline-block;
  }
  .meter-status {
    margin: 15px 0 0 0;
  }
  .driving-status {
    padding: 10px 0;
  }
}

.duty-section {
   float: left;
   width: 100%;
   padding: 20px 0;
   border-bottom: 2px solid #e6e7e8;
}

.shift-not-started{ float: right;
  width: 58%;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-right: 3px;
  margin-top: -4px;
  /* border: 1px solid #fff; */
  border-radius: 5px;
  padding: 3px 0 7px 0;
  font-family: 'Barlow-SemiBold';
  text-transform: uppercase;
}

.error-star{color: red;
  font-weight: bold;}

.tab-container .group.no-dot label {
    float: left;
    width: auto;
    position: inherit;
    top: 1px !important;
}
.group.no-dot input {
    float: left;
    width: auto;
    vertical-align: top;
    margin-right: 10px;
}
.group.groupbottom0 {
    margin-bottom: 8px;
}