@font-face {
  font-weight: normal;
  font-family: SF;
  src: url("/fonts/SF.otf"); }

@font-face {
  font-weight: 300;
  font-family: SF;
  src: url("/fonts/SFBold.otf"); }

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/FontAwesome.otf") format("opentype"); }

html, body {
  color: #000;
  background-color: #F8F8F8;
  font-size: 12px;
  font-family: SF;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0; }

h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 17px;
  color: #1C5989;
  margin-top: 3px; }

h3 {
  font-size: 20px; }

h5 {
  font-size: 16px;
  color: #ffffff; }

h4 {
  color: #2e7dce;
  padding: 25px 0px 15px; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb:hover {
  background: #888; }

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px; }

label {
  margin-top: 5px;
  text-align: right;
  float: left; }

.dataTables_filter {
  float: right; }

.btn-black {
  color: #333333; }

.btn-lg {
  font-size: 16px; }

.btn-primary {
  margin-left: 5px;
  background-color: #000; }

.btn-blue {
  background: #0977BA;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px; }

.btn-red {
  background: #d9534f;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px; }

.btn-blue:hover {
  background: #127FC2;
  color: #ffffff; }

.btn-gray {
  background: #999999; }

.btn-modify {
  background: #d9211c;
  color: #ffffff;
  border-radius: 7px;
  border: none;
  font: 12px SF;
  width: 115px;
  height: 30px; }

.btn-export {
  background-color: #696767 !important;
  border-radius: 10px !important;
  border: 0 !important;
  box-shadow: inherit !important;
  background-image: none !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-shadow: inherit; }

.btn-margin {
  margin-left: 4px; }

strong {
  font-weight: 300; }

:focus {
  outline: 0 !important; }

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999; }

.fullmask {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999 !important;
  background-color: rgba(0, 0, 1, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: black; }

.clientCheckboxContainer {
  display: flex;
  flex-wrap: wrap; }
  .clientCheckboxContainer .clientCheckbox {
    display: flex;
    width: 50%; }
    .clientCheckboxContainer .clientCheckbox input {
      margin-right: 10px;
      border-radius: 3px;
      width: 10px;
      height: 10px;
      padding: 2px;
      box-sizing: content-box; }

.status {
  text-transform: uppercase;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  float: left;
  text-align: center;
  max-width: 80%;
  height: 32px;
  line-height: 32px;
  width: 125px !important; }

.status-gray {
  background: #999999 !important;
  margin-right: 10px; }

.status-green {
  background: #008B1B !important;
  margin-right: 10px; }

.status-yellow {
  background: #D1C900 !important;
  margin-right: 10px; }

.status-orange {
  background: orange !important; }

.status-red {
  background: red !important; }

input[type="checkbox"] {
  -webkit-appearance: initial;
  appearance: initial;
  width: 28px;
  height: 28px;
  border: 1px solid #95989A;
  position: relative;
  background: #E2E2E2; }

input[type="checkbox"]:checked:after {
  content: "X";
  color: #04011E;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.select-wrap {
  position: relative; }

/*LOGIN PAGE*/
.rc-time-picker {
  margin-left: 12px; }

.login-container .nav {
  float: none; }

.login-container .logo {
  float: left; }

.overlay-wrap .overlay + .main-content {
  display: none; }

#resultTable {
  width: 100% !important; }

/*LOGIN FORM*/
.login-container .navbar-brand {
  float: none; }

.metro-form {
  border: 1px solid #dddddd;
  margin-top: 200px;
  background: #ffffff; }
  .metro-form h5 {
    margin-top: 0px;
    margin-bottom: 30px;
    background-color: #06A3D7;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: Lato; }
  .metro-form form {
    padding: 0px 15px; }
    .metro-form form .form-check
label {
      font-size: 12px;
      float: left; }
    .metro-form form .btn-gray {
      font-size: 12px;
      width: 70px; }

/*SIDEBAR*/
.sidebar {
  background: #06A3D7;
  padding: 25px;
  overflow: hidden;
  height: 100%; }
  .sidebar ul {
    padding: 0px; }
    .sidebar ul li {
      list-style: none;
      padding: 10px 0px; }
      .sidebar ul li a {
        color: #ffffff !important;
        padding: 10px 0px;
        font-size: 20px; }
      .sidebar ul li img {
        width: 46px;
        height: 46px; }

.layout-container {
  font-size: 14px;
  padding: 0 !important; }

/*sidebar*/
.main-bar {
  border-bottom: 1px solid #AEABAB;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0px 25px; }
  .main-bar .icon-wrap {
    margin-top: 25px;
    float: right; }
  .main-bar i {
    color: #707070;
    font-size: 28px;
    padding-right: 8px; }
  .main-bar h4 {
    padding: 0px 0px 0px;
    color: #000000; }
    .main-bar h4 span {
      background: #707070;
      width: 28px;
      height: 28px;
      color: #ffffff;
      margin-left: 5px;
      overflow: hidden;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      padding-top: 5px; }
  .main-bar .bus-status {
    float: left; }

.top-title a {
  color: #0977BA;
  float: right;
  font-size: 16px;
  margin-top: 15px; }

/*MAIN DASHBOARD*/
ul.eventSummary {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 !important;
  height: initial !important;
  border-bottom: 1px solid white;
  margin-right: 20px; }
  ul.eventSummary li {
    width: 20%;
    text-align: center; }
  ul.eventSummary li:first-child {
    text-align: left; }
  ul.eventSummary li:last-child {
    cursor: pointer;
    display: inline-grid;
    align-items: center;
    justify-content: right; }
  ul.eventSummary li:last-child:hover {
    color: #23527c; }

ul.plannedSummary {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 !important;
  height: initial !important;
  margin-right: 20px;
  height: 0 !important;
  overflow: hidden;
  transition: height 0.2s ease; }
  ul.plannedSummary li {
    width: 20%;
    text-align: center; }
  ul.plannedSummary li:first-child {
    text-align: left; }
  ul.plannedSummary li:last-child {
    text-align: right; }
  ul.plannedSummary li:last-child:after {
    font-family: FontAwesome;
    content: "\F103";
    float: right; }
  ul.plannedSummary li.toggledPl:after {
    transform: rotate(180deg); }
  ul.plannedSummary li:last-child {
    cursor: pointer; }
  ul.plannedSummary li:last-child:hover {
    color: #23527c; }

ul.unplannedSummary {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 !important;
  height: initial !important;
  margin-right: 20px;
  height: 0 !important;
  overflow: hidden;
  transition: height 0.2s ease; }
  ul.unplannedSummary li {
    text-align: center;
    width: 20%; }
  ul.unplannedSummary li:first-child {
    text-align: left; }
  ul.unplannedSummary li:last-child {
    cursor: pointer; }
  ul.unplannedSummary li:last-child:hover {
    color: #23527c; }
  ul.unplannedSummary li:last-child:after {
    font-family: FontAwesome;
    content: "\F103";
    float: right;
    transition: all 0.2s ease; }
  ul.unplannedSummary li.toggledUn:after {
    transform: rotate(180deg); }

ul.eventHeader {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 !important;
  height: initial !important;
  margin-right: 20px;
  height: 0 !important;
  overflow: hidden;
  transition: height 0.2s ease;
  margin-bottom: 0;
  font-size: 10px; }
  ul.eventHeader li {
    border: none;
    text-align: center;
    width: 30%;
    padding: 5px;
    border-bottom: 1px solid white;
    background-color: #073458;
    color: white; }
  ul.eventHeader li:first-child {
    background-color: #06A3D8;
    border: none;
    color: #06A3D8;
    width: 5%; }
  ul.eventHeader li:last-child {
    background-color: #06A3D8;
    border: none;
    color: #06A3D8;
    width: 5%; }

ul.eventData {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 !important;
  height: initial !important;
  margin-right: 20px;
  height: 0 !important;
  overflow: hidden;
  transition: height 0.2s ease;
  margin-bottom: 0;
  font-size: 10px; }
  ul.eventData li {
    text-align: center;
    width: 30%;
    padding: 5px;
    background-color: #073458;
    color: #EEAF02;
    border: none; }
  ul.eventData li:first-child {
    width: 5%;
    background-color: #06A3D8;
    border: none;
    color: #06A3D8; }
  ul.eventData li:last-child {
    width: 5%;
    background-color: #06A3D8;
    border: none;
    color: #06A3D8; }

ul.timeStatistics {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 0 !important;
  height: initial !important;
  border-bottom: 1px solid white;
  margin-right: 20px; }
  ul.timeStatistics li {
    width: 50%;
    text-align: center; }
  ul.timeStatistics li:first-child {
    text-align: left; }
  ul.timeStatistics li:last-child {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: inherit; }
  ul.timeStatistics li:last-child:hover {
    color: #23527c; }

ul.displayEvent {
  height: 30px !important; }

p.displayEvent {
  height: 30px !important; }

.notimeDispaly {
  height: 0 !important;
  overflow: hidden;
  transition: height 0.2s ease; }

.timeDispaly {
  list-style: none;
  padding: 0;
  max-height: 400px;
  overflow-y: auto; }
  .timeDispaly li {
    height: 0 !important;
    overflow: hidden;
    transition: height 0.2s ease; }

.displayTimeStatistic li {
  height: 100px !important; }
  @media (max-width: 991px) {
    .displayTimeStatistic li {
      height: 200px !important; } }

.toggled {
  transform: rotate(180deg); }

.dashboard #report {
  background: #f2f4f5;
  padding: 20px; }

.dashboard h3 {
  background: #06A3D7;
  padding: 10px;
  color: #ffffff;
  margin: 0px 0px 20px; }

.dashboard .statistics {
  overflow: hidden; }

.dashboard table {
  overflow: hidden; }
  .dashboard table tr td {
    border: 1px solid #cccccc; }
  .dashboard table .dashboard-wrap {
    border: 1px solid #06A3D7; }

.dashboard .form-group {
  overflow: hidden; }

.dashboard-wrap {
  border: 1px solid #06A3D7;
  overflow: hidden; }

.main-dashboard {
  color: #000000;
  background: #ffffff;
  font-size: 16px; }
  .main-dashboard .main-content {
    padding-right: 15px; }
  .main-dashboard .status {
    margin-right: 9px;
    margin-bottom: 7px; }
  .main-dashboard label {
    font-weight: normal;
    text-align: left; }
  .main-dashboard .form-check-input {
    float: right;
    width: 24px;
    height: 24px; }
  .main-dashboard .block-title {
    margin-bottom: 25px; }
    .main-dashboard .block-title h3 {
      text-transform: capitalize;
      font-weight: bold; }
  .main-dashboard .job-block .status-yellow {
    margin-right: 10px; }
  .main-dashboard .job-wrap {
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 1em; }
    .main-dashboard .job-wrap .job-des {
      overflow: hidden;
      margin-bottom: 10px; }
      .main-dashboard .job-wrap .job-des .job-topic {
        float: left;
        font-weight: bold; }
      .main-dashboard .job-wrap .job-des .job-detail {
        float: right; }
      .main-dashboard .job-wrap .job-des .status {
        float: right;
        margin-right: 0px; }
      .main-dashboard .job-wrap .job-des .status-green {
        margin-right: 0px; }
    .main-dashboard .job-wrap .btn-blue {
      font-size: 14px; }
    .main-dashboard .job-wrap .select-route {
      background: #EFEFEF;
      padding: 8px;
      margin-bottom: 20px;
      overflow: hidden; }
      .main-dashboard .job-wrap .select-route > div > div {
        display: flex;
        flex-wrap: wrap; }
        .main-dashboard .job-wrap .select-route > div > div .form-check {
          width: 100%; }
  .main-dashboard .inci-block {
    clear: block;
    overflow: hidden;
    margin-bottom: 20px; }
  .main-dashboard .btn-blue {
    float: right; }
  .main-dashboard .btn.form-submit {
    float: right; }
  .main-dashboard .top-title {
    margin-bottom: 15px;
    overflow: hidden; }
    .main-dashboard .top-title h3 {
      font-weight: bold;
      text-transform: uppercase;
      float: left; }
    .main-dashboard .top-title span {
      float: right;
      color: #0977BA;
      padding-top: 16px;
      font-size: 20px; }

.status-save {
  margin-top: 30px;
  float: right; }
  .status-save .btn-blue {
    margin-left: 20px; }

.select-bus {
  margin-bottom: 20px; }
  .select-bus h3 {
    font-weight: bold;
    overflow: hidden; }

table {
  border: 1px solid #cccccc; }
  table thead tr td {
    font-weight: bold; }
  table tr {
    border-bottom: 1px solid #cccccc; }
    table tr td {
      padding: 6px;
      border: 1px solid #ccc !important; }
    table tr .fa {
      color: #0977BA;
      font-size: 24px;
      margin-left: 3px;
      float: right; }

.form-horizontal > div:nth-child(3) {
  padding: 0; }
  .form-horizontal > div:nth-child(3) > label {
    width: 100%;
    display: block;
    padding: 0; }

/*MEDIA-QUERY*/
.main-dashboard .job-wrap .job-des .status {
  margin-right: 6px !important; }

.nav-breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  .nav-breadcrumbs li {
    min-width: 130px; }

.nav-breadcrumb-first a:link {
  text-decoration: none;
  color: black; }

.nav-breadcrumb-first a:visited {
  text-decoration: none;
  color: black; }

.nav-breadcrumb-first {
  border: 1px solid gray;
  background-color: white;
  border-right: none;
  padding: 5px 10px !important;
  float: left;
  height: 36px;
  color: black !important;
  line-height: 25px;
  margin-right: 0 !important; }

.nav-breadcrumb-firstandonly {
  border: 1px solid gray;
  border-right: none;
  background-color: #06A3D7;
  color: white !important;
  padding: 5px 10px !important;
  float: left;
  height: 36px;
  margin-right: 0 !important;
  line-height: 25px; }

.nav-breadcrumb-firstandonly a:link {
  text-decoration: none;
  color: white; }

.nav-breadcrumb-firstandonly a:visited {
  text-decoration: none;
  color: white; }

.nav-breadcrumb-middle {
  border: 1px solid gray;
  background-color: white;
  border-left: none;
  border-right: none;
  color: black !important;
  float: left;
  list-style-position: inside;
  height: 36px;
  padding: 5px 5px 5px 40px !important;
  background: url(/images/breadcrumb_white.png) no-repeat left top;
  margin-right: 0 !important;
  line-height: 25px; }

.nav-breadcrumb-middle a:link {
  text-decoration: none;
  color: black; }

.nav-breadcrumb-middle a:visited {
  text-decoration: none;
  color: black; }

.nav-breadcrumb-highlight {
  border: 1px solid gray;
  border-left: none;
  border-right: none;
  color: white !important;
  background-color: #06A3D7;
  float: left;
  list-style-position: inside;
  height: 36px;
  padding: 5px 5px 5px 40px !important;
  background: url(/images/breadcrumb_white_blue.png) no-repeat left top;
  margin-right: 0 !important;
  line-height: 25px; }

.nav-breadcrumb-highlight a:link {
  text-decoration: none;
  color: white; }

.nav-breadcrumb-highlight a:visited {
  text-decoration: none;
  color: white; }

.nav-breadcrumb-end {
  border: none;
  color: white !important;
  background-color: #06A3D7;
  float: left !important;
  list-style-position: inside !important;
  height: 36px;
  padding: 5px 5px 5px 40px !important;
  background: url(/images/breadcrumb_blue.png) no-repeat left top;
  margin-right: 0 !important;
  line-height: 25px; }

.unplanned-workpackage {
  margin-top: 5px;
  clear: both; }

.unplanned-workpackage input[type="text"] {
  width: 25px; }

.table-responsive {
  overflow-x: scroll !important;
  padding-bottom: 50px; }
  .table-responsive tbody {
    font-size: 14px; }
  .table-responsive .btn-primary {
    border-radius: 8px 0 0 8px !important; }
  .table-responsive .dropdown-toggle {
    border-radius: 0 8px 8px 0 !important; }
  .table-responsive .btn-full {
    border-radius: 8px 8px 8px 8px !important; }

.btn-group-primary ul {
  top: 90%;
  left: auto;
  right: 0; }

.route-layer {
  width: 100%;
  font-size: 12px; }

.route-layer-group {
  border: 1px solid gray;
  padding: 2px 10px 2px 10px;
  min-width: 380px;
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
  height: 30px; }

.route-layer-coach-group {
  padding: 2px 10px 2px 10px;
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
  height: 30px; }

.route-layer-coach-group-enabled {
  border: 1px solid gray;
  padding: 2px 10px 2px 10px;
  min-width: 472px;
  float: left;
  margin-left: 20px;
  margin-bottom: 5px; }

.route-layer-checkbox {
  width: 150px;
  float: left; }
  .route-layer-checkbox p {
    padding: 5px; }

.route-layer-checkbox input[type="radio"] {
  margin: 6px 0 0;
  float: left;
  margin-right: 2px; }

.route-layer-checkbox input[type="checkbox"] {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  float: left; }

section, footer {
  width: 100%;
  float: left;
  display: inline-block; }

header {
  background-color: #06A3D8;
  width: 100%;
  float: left; }

.logo-header {
  float: left;
  width: 14.2%;
  text-align: center; }

.col-header {
  float: left;
  width: 14.2%;
  text-align: center; }

header .img-responsive {
  width: 100%;
  height: auto;
  max-width: 55px;
  display: inline-block;
  padding: 15px 0; }

.col-header a {
  color: #fff;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 15px 0 10px; }

.col-header a.active {
  border-bottom: solid 5px #073458; }

.col-header a:hover {
  opacity: 0.75; }

.col-header i {
  font-size: 20px;
  border: solid 2px #EEAF02;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-bottom: 7px; }

.col-header span {
  width: 100%;
  display: inline-block;
  clear: both;
  text-transform: uppercase; }

#content {
  padding: 30px 0; }

.box {
  -moz-box-shadow: 3px 3px 3px #efefef;
  -webkit-box-shadow: 3px 3px 3px #efefef;
  box-shadow: 3px 3px 3px #efefef;
  background-color: #fff;
  padding: 10px; }

.blue {
  color: #06A3D8; }

.datealign {
  float: left;
  width: 200px; }

.dateheading {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 15px; }

.datealign .form-control {
  height: 30px; }

.datealign .btn,
.input-group-btn button {
  padding: 0 12px;
  background-color: #fff !important;
  text-shadow: inherit;
  background-image: none;
  color: #06A3D8;
  width: 30px; }

.btn:hover {
  opacity: 0.75; }

#prevDate {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-right: 0; }

#nextDate {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

#datePicker {
  text-align: center;
  font-size: 12px; }

#datePicker,
#startDatepicker,
#endDatepicker {
  background-image: none;
  background-color: #fff; }

.btn-primary {
  background-color: #d9211c !important;
  border-radius: 10px !important;
  border: 0 !important;
  box-shadow: inherit !important;
  background-image: none !important;
  font-size: 12px !important;
  padding: 0 20px !important;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-bottom: 5px !important; }

.btn-danger {
  background-color: #06A3D8 !important;
  border-radius: 10px !important;
  border: 0 !important;
  box-shadow: inherit !important;
  background-image: none !important;
  font-size: 12px !important;
  padding: 0 20px !important;
  height: 30px;
  line-height: 30px; }

.dt-buttons .btn-default {
  background-color: #696767 !important;
  border-radius: 10px !important;
  border: 0 !important;
  box-shadow: inherit !important;
  background-image: none !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-shadow: inherit; }

.dt-buttons {
  margin-top: 15px; }

.btn-primary:hover {
  opacity: 0.75; }

#resultTable_filter input {
  float: right;
  padding: 0 12px;
  background-color: #fff !important;
  text-shadow: inherit;
  background-image: none;
  color: #06A3D8;
  width: 145px;
  border-radius: 5px; }

.dataTables_info {
  line-height: 30px;
  height: 30px;
  margin-top: 15px; }

#resultTable_filter span {
  float: right;
  margin-top: 15px;
  line-height: 30px;
  height: 30px; }

.table {
  width: 100% !important;
  margin-bottom: 0;
  margin-top: 15px; }

label {
  font-weight: normal; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

.dataTables_filter {
  text-align: right; }

.dataTables_filter label {
  height: 30px;
  line-height: 30px;
  margin-top: 15px; }

.dataTables_filter label input {
  margin-left: 15px; }

.dataTables_length {
  margin-top: 15px; }

.dataTables_paginate {
  text-align: right; }

div.dataTables_wrapper div.dataTables_length select {
  margin: 0 10px; }

th {
  font-weight: 300 !important;
  text-shadow: inherit !important;
  font-size: 12px !important; }

.status {
  background-color: #ccc;
  width: 100%;
  border-radius: 8px;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff; }

.status-yellow {
  background-color: #E01313; }

.status-blue {
  background-color: #06A3D8; }

.status-green {
  background-color: #008b1b; }

.btn-primary.btn-sm {
  background-color: #073458 !important; }

.breadcrumbs {
  padding: 0 0 15px; }

.breadcrumbs,
.darkblue {
  color: #1C5989; }

.nav-breadcrumbs,
.submenu ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px !important;
  float: left;
  width: 100%;
  font-weight: 300; }

.nav-breadcrumbs,
.nav-breadcrumbs li,
.submenu ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-breadcrumbs li,
.submenu ul li {
  float: left;
  font-weight: 300;
  margin-right: 25px;
  font-size: 14px; }

.nav-breadcrumbs li a,
.submenu ul li a {
  font-family: SF !important;
  text-shadow: inherit !important;
  font-weight: 300;
  font-size: 14px; }

.btn-primary.btn-red,
.btn.btn-danger {
  background-color: #d9534f !important;
  float: left; }

.container-fluid.submenu {
  margin: 0;
  padding: 0;
  width: 100%; }

.submenu ul li a {
  color: #FFF !important; }

.submenu ul li a.active {
  color: #d9211c !important; }

#resultTable thead tr:nth-child(1) {
  background-color: #000;
  color: #fff; }

.rc-time-picker-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.inci-block .col-md-12 {
  padding: 0; }

.dashboard-map {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative; }

.dashboard-routes {
  float: left; }

.dashboard-mapbar > div {
  padding: 0;
  display: inline-block;
  padding: 0; }

.checkbox-route {
  float: left;
  width: auto;
  margin-right: 15px; }

.dashboard-tog label {
  margin-left: 5px; }

.switch {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 30px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  background-color: #ddd;
  -webkit-transition: .4s;
  transition: .4s; }

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

input:checked + .slider {
  background-color: #24c238; }

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

.manageSwitch input + .slider:before {
  left: 3px; }

.manageSwitch input:checked + .slider:before {
  left: 29px; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

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

.switch-label {
  float: right;
  text-align: right;
  height: 30px;
  line-height: 30px; }

.dashboard-toggles {
  border-radius: 10px;
  float: right;
  display: inline-block;
  padding-bottom: 8px; }

.runStatus .dashboard-toggles:first-child {
  margin-right: 10px; }

.dashboard-tog {
  width: 130px;
  float: right;
  clear: both; }

.dashboard-tog label {
  margin-left: 0;
  padding-right: 65px; }

.dashboard-tog input {
  float: left;
  width: 40px; }

.dashboard-tog label {
  float: left;
  width: 100%;
  text-align: left; }

.switch-small .slider {
  width: 36px;
  right: 0;
  left: inherit; }

.switch-small {
  height: 20px; }

.switch-small .slider:before {
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px; }

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

.switch-small .switch-label {
  height: 20px;
  line-height: 20px;
  float: left;
  text-align: left;
  font-size: 12px; }

.dashboard-tog {
  margin-bottom: 5px; }

.dashboard-tog label {
  padding-right: 0; }

.dashboard-box {
  padding: 0; }

.showTraffic {
  background-color: white;
  top: 5px;
  position: absolute;
  z-index: 100;
  right: 0;
  height: 30px;
  width: 105px;
  border-radius: 2px; }
  .showTraffic :hover {
    cursor: pointer; }
  .showTraffic .showTraffic input {
    display: none; }
  .showTraffic .switch-label {
    float: left;
    text-align: left;
    line-height: 1.8;
    padding-left: 10px;
    font-size: 12px; }
  .showTraffic .slider {
    left: 110px; }
  .showTraffic input[type="checkbox"]:hover {
    color: black;
    border: 1px solid black; }
  .showTraffic .display {
    display: inline-block; }

.manageDevice {
  display: flex;
  justify-content: flex-end; }
  .manageDevice .switch {
    right: 25%;
    top: 10px; }
  .manageDevice .switch-label {
    float: left;
    font-size: 13px; }
  .manageDevice .slider {
    right: -10px; }

.time-statistics,
.time-statistics li {
  margin: 0;
  padding: 0;
  list-style: none; }

.time-statistics li {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block; }

.time-route {
  width: 100%;
  clear: both;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 5px; }

.time-route:before,
.circle-Stopping:before,
.circle-Limited:before,
.circle-Express:before,
.spare-bus:before,
.terminating:before {
  font-family: FontAwesome;
  content: "\F10C";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0; }

.time-Stopping:before,
.circle-Stopping:before {
  color: #E01313; }

.time-Limited:before,
.circle-Limited:before {
  color: #24c238; }

.time-Express:before,
.circle-Express:before {
  color: #0273CF; }

.terminating:before {
  color: deeppink; }

.sparebus:before {
  color: #ffa500; }

.time-statistics li > div {
  padding: 0; }

.time-statistics {
  margin-left: -5px;
  width: calc(100% + 5px);
  overflow-x: hidden;
  overflow-y: auto;
  height: 229px;
  padding-right: 15px; }

.dashboard-darkblue {
  background-color: #073458;
  border-radius: 10px;
  margin: 5px;
  padding: 10px;
  font-size: 10px; }

.dashboard-darkblue span {
  font-size: 12px;
  font-weight: 300; }

.dashboard-darkblue span.orange {
  color: #EEAF02; }

.time-statistics li .col-sm-3:nth-child(4) .dashboard-darkblue {
  margin-right: 0; }

.dashboard-event {
  width: 100%;
  padding: 10px 15px;
  background-color: #d9211c;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px; }

#accordion a,
#accordion button,
#accordion input,
#accordion div,
#accordion ul,
#accordion span,
#accordion ul li {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s; }

#accordion .card {
  margin: 0 15px 0 13px;
  border-bottom: solid 1px #ddd; }

#accordion:last-child .card {
  border-bottom: none; }

#accordion .card h5 {
  margin: 0; }

#accordion .card button {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  padding: 15px 0;
  font-size: 13px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff; }

#accordion .card button {
  color: #2AA5D4; }

#accordion .card button.collapsed {
  color: #000; }

#accordion .card button:hover {
  color: #2AA5D4;
  background-color: #efefef;
  padding: 15px 10px; }

#accordion .card button.collapsed:after {
  font-family: FontAwesome;
  content: "\F101";
  float: right;
  color: #2AA5D4; }

#accordion .card .icon {
  margin-top: 10px;
  transition: none !important; }

#accordion .card .icon:after {
  font-family: FontAwesome;
  content: "\F102";
  float: right;
  color: #2AA5D4;
  padding: 8px; }

#accordion .card h5 {
  display: flex; }

.displayEvent {
  color: red !important; }

.card-body {
  padding-left: 10px; }

.card-body ul,
.card-body ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.card-body ul li span {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: block; }

.card-body ul li a {
  text-decoration: none !important;
  color: #000;
  font-weight: 300; }

.card-body ul li a:hover {
  color: #2AA5D4; }

.card-body ul li ul li a {
  font-weight: normal;
  width: calc(100% - 25px);
  display: block;
  padding: 6px 0 5px;
  border-bottom: solid 1px #efefef;
  margin-left: 25px; }

.card-body ul li ul li a:hover {
  background-color: #efefef;
  padding: 6px 12px 5px; }

.card-body ul li ul {
  margin-bottom: 10px;
  margin-top: 2px; }

.form-submit {
  float: right;
  background-color: #2AA5D4;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px; }

.form-submit:hover {
  color: #fff; }

.form-group label {
  float: left; }

.table-responsive {
  overflow-x: hidden; }

.navbar-default {
  background-color: white;
  border-radius: 0;
  display: block;
  width: 100%;
  background-image: none;
  box-shadow: none;
  margin: 0;
  color: #fff;
  font-family: 'Lato';
  padding: 6px 0px 6px;
  border: none; }

.nav-title {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
  margin-top: 5px; }

.navbar-nav {
  width: calc(100% - 14.2%);
  list-style: none;
  padding: 0px;
  float: none; }

.navbar-nav .fa {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 20px;
  border: solid 2px #d9211c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-bottom: 7px; }

.navbar-brand {
  padding: 0;
  width: 100%; }

.navbar-default .navbar-nav > li > a {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 15px 30px 10px; }

.navbar-default .navbar-nav > li > a.active {
  border-bottom: solid 5px #d9211c; }

.navbar-default .navbar-nav > li {
  float: left;
  width: 16.6%;
  text-align: center;
  min-width: 110px;
  margin: 0 10px; }

.navbar-header {
  float: left;
  width: 300px;
  text-align: center; }

.navbar-nav li {
  display: inline-block;
  text-align: center;
  width: 15%; }
  .navbar-nav li .login-logout-menu {
    margin-top: 20px; }
  .navbar-nav li a {
    color: #ffffff;
    font-weight: bold; }
    @media (max-width: 786px) {
      .navbar-nav li a {
        padding: 0px !important; } }
    .navbar-nav li a.active {
      color: #bfc9cc; }
    .navbar-nav li a:hover {
      color: #bfc9cc;
      text-decoration: none; }
  .navbar-nav li .fa {
    font-size: 36px; }
    @media (max-width: 566px) {
      .navbar-nav li .fa {
        padding: 0px !important; } }
  .navbar-nav li .nav-emer {
    color: #EF4747; }
  .navbar-nav li .login-logout-menu {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer; }
  .navbar-nav li .login-logout-menu:hover {
    color: #006b8c; }

.navbar-nav .nav-title:hover {
  color: #006b8c; }

.navbar-brand img {
  width: 246px; }

.navbar-default .navbar-brand {
  padding: 15px 0px !important; }

.navbar-default .navbar-header {
  padding-bottom: 10px; }

.page-loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/images/loading.gif") center no-repeat;
  background-size: 60px 51px; }

.navbar .container-fluid .navbar-brand {
  margin-left: 15px;
  margin-right: 45px; }

.submenu {
  background: #000000; }
  .submenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .submenu ul li {
      display: inline-block;
      padding: 5px 0; }
      .submenu ul li a {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase; }
        .submenu ul li a.active {
          color: #bfc9cc; }
        .submenu ul li a:hover {
          color: #bfc9cc; }

.submenu ul li {
  padding: 5px 0; }

.navbar-nav .fa {
  line-height: 40px;
  font-size: 20px !important; }

.container-fluid {
  display: flex;
  justify-content: space-around; }
  .container-fluid .nabar-header {
    width: 20%; }
  .container-fluid .collapse {
    width: 60%;
    transition: none;
    display: flex !important;
    justify-content: center; }
    .container-fluid .collapse ul {
      display: flex;
      justify-content: space-around; }

.login-container-row {
  padding: 0 15px !important; }

.paddingspeed {
  padding-left: 30px; }

.dashboard-mapbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 35px;
  width: 330px;
  float: right; }
  .dashboard-mapbar .runStatus {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 330px; }
    .dashboard-mapbar .runStatus .checkbox-round {
      min-width: 40px !important; }
    .dashboard-mapbar .runStatus .disableRunStatus {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -100;
      opacity: 0.8; }
    .dashboard-mapbar .runStatus .toggleDisableRunStatus {
      z-index: 100;
      background-color: #ccc; }

.checkbox-round {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 8px; }

.checkbox-round label {
  background-color: transparent;
  border: 3px solid #ccc;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
  cursor: default;
  width: 15px;
  height: 15px; }

.checkbox-round span {
  height: 30px;
  margin-left: 15px;
  line-height: 25px;
  padding-left: 5px;
  font-size: 12px !important; }

.check-Stopping label {
  border-color: #E01313; }

.check-Limited label {
  border-color: #24c238; }

.check-Express label {
  border-color: #0273CF; }

.check-terminating label {
  border-color: deeppink; }

.check-Spare label {
  border-color: #ffa500; }

.checkbox-round input[type="checkbox"] {
  visibility: hidden; }

.checkbox-round input#checkbox-Stopping[type="checkbox"]:checked + label {
  background-color: #0273CF;
  border-color: #0273CF; }

.checkbox-round input#checkbox-Limited[type="checkbox"]:checked + label {
  background-color: #24c238;
  border-color: #24c238; }

.checkbox-round input#checkbox-Express[type="checkbox"]:checked + label {
  background-color: #E01313;
  border-color: #E01313; }

.checkbox-round input#checkbox-terminating[type="checkbox"]:checked + label {
  background-color: deeppink;
  border-color: deeppink; }

.checkbox-round input#checkbox-Spare[type="checkbox"]:checked + label {
  background-color: #ffa500;
  border-color: #ffa500; }

.checkbox-round input[type="checkbox"]:checked + label:after {
  opacity: 1; }

.dashboard-livetrips {
  width: 100%;
  clear: both; }

.dashboard-livetrips label {
  padding-right: 65px;
  float: right; }

.dashboard-date {
  width: 100%;
  clear: both;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: space-between; }

.eventOptions {
  width: 250px; }
  .eventOptions label {
    width: 40%;
    text-align: left; }
  .eventOptions select {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 10px; }

@media screen and (max-width: 1280px) {
  .dashboard-date {
    flex-direction: column; }
    .dashboard-date input {
      width: 200px; }
    .dashboard-date select {
      width: 200px; }
  .eventOptions {
    margin-top: 20px;
    width: 300px; }
    .eventOptions label {
      width: 30%; } }

@media screen and (max-width: 768px) {
  .dashboard-date .eventOptions, .dashboard-date .single {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .dashboard-date .eventOptions input, .dashboard-date .single input {
      width: 260px !important; }
    .dashboard-date .eventOptions select, .dashboard-date .single select {
      width: 260px; } }

@media screen and (max-width: 425px) {
  .dashboard-date .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container:after {
    right: -65px !important; } }

@media screen and (min-width: 1440px) {
  .dashboard-date {
    justify-content: space-around; } }

.dashboard-date .input-group {
  float: right; }

.dashboard-date a {
  height: 30px;
  line-height: 30px;
  color: #2AA5D4; }

.date-picker.single {
  margin: 0;
  width: auto; }

.dashboard-red {
  padding: 20px 0 20px 20px;
  background-color: #d9211c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  padding-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  font-size: 12px; }
  .dashboard-red h3 {
    margin: 0;
    font-size: 14px;
    border-bottom: solid 1px #fff;
    width: 100%;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    margin-bottom: 0; }

.dashboard-red:first-child {
  margin-bottom: 15px; }

.dashboard-white {
  display: inline-block;
  padding: 15px 20px 20px 20px;
  width: 100%; }

.dashboardScroll {
  overflow-y: auto;
  height: 620px; }

.showEvent {
  height: 100%;
  transition: height 0.3 ease-in; }

.hideEvent {
  height: 0;
  display: none; }

.toggleIcon {
  transform: rotate(180deg);
  cursor: pointer;
  transition: none !important; }

.view {
  float: right;
  color: white; }

.view:hover {
  text-decoration: underline; }

.view:visited {
  color: white;
  text-decoration: none; }

.run li {
  border-bottom: 1px solid #efefef;
  border: 1px solid transparent;
  border-radius: 6px; }
  .run li a {
    border: none !important;
    display: inline-block !important;
    width: 70px !important;
    margin: 0 15px 0 13px;
    border-bottom: solid 1px #ddd;
    border-radius: 6px; }
  .run li img {
    margin-right: 15px; }
  .run li p {
    display: inline-block !important; }
  .run li:after {
    font-family: "FontAwesome";
    content: "\F05A";
    color: #2AA5D4;
    float: right;
    line-height: 2.2;
    margin-right: 10px; }

.run li:last-child {
  border: none; }

h1 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px; }

.layout-container {
  padding: 0 15px; }

.container-fluid.submenu {
  padding: 5px 15px; }

.submenu ul {
  margin: 0 !important; }

.single-date {
  float: left;
  margin-left: -15px; }

.btn-group > .btn + .dropdown-toggle {
  padding: 0px 10px !important; }

.btn-group, .btn-group-vertical {
  min-width: 110px; }

.dropdown-menu {
  left: auto;
  right: 0;
  top: 80% !important;
  min-width: 130px !important; }

.table-responsive tbody tr td:last-child {
  text-align: center; }

.edit-button {
  padding: 0px; }

.btn.btn-primary.btn-xs.device-button {
  border-radius: 8px !important; }

.importRuns {
  display: flex;
  flex-wrap: nowrap;
  float: right; }
  .importRuns > div > button:nth-child(1) {
    border-radius: 8px 0 0 8px !important; }
  .importRuns > div > button:nth-child(2) {
    border-radius: 0 8px 8px 0 !important; }
  .importRuns > div > ul {
    left: 0; }
    .importRuns > div > ul > li > a {
      font-size: 12px !important; }

.loadingSendBus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 52%; }

.sendBusModalBody {
  min-height: 120px; }

#report {
  font-size: 12px; }
  #report .buttons-excel, #report .buttons-pdf, #report .buttons-print {
    background: #ffffff;
    color: #333333;
    border: #cccccc;
    border-radius: 4px;
    border: 1px solid #cccccc; }
  #report .btn-default:hover {
    background: #e1e1e1; }
  #report input, #report .form-control {
    border-radius: 3px;
    color: #999999;
    text-align: center;
    padding: 6px 12px !important; }
  #report .input-group input {
    background: #ffffff !important; }
  #report .input-group {
    width: 100%;
    z-index: 0; }
  #report .form-group label {
    width: 40%; }
  #report table {
    font-size: 12px;
    vertical-align: middle;
    border: 2px solid #cccccc; }
    #report table thead {
      background: #d9211c;
      color: #fff; }
  #report .form-horizontal label {
    float: left;
    margin-right: 12px;
    min-width: 50px;
    text-align: right;
    margin-top: 5px;
    width: 50px; }
  #report .form-horizontal div {
    padding: 0; }
  #report .form-horizontal > div:nth-child(2) {
    z-index: 0;
    width: 45% !important; }
  #report .form-horizontal > div:nth-child(3) {
    max-width: 250px; }
    #report .form-horizontal > div:nth-child(3) label {
      min-width: 70px; }
  #report .form-horizontal #search {
    padding: 0;
    margin-left: -15px;
    margin: 0; }

.fixedLabel {
  min-width: 75px !important; }

.form-horizontal .form-group {
  display: flex; }
  .form-horizontal .form-group > div:nth-child(1) {
    min-width: 75px; }
  .form-horizontal .form-group > div:nth-child(2) {
    min-width: 250px; }

.dt-buttons span {
  color: white; }

.data-table-container {
  padding: 0; }

#resultlist {
  clear: both;
  content: ""; }

.timeFrom {
  max-width: 250px !important; }
  .timeFrom input {
    width: 100px; }

.timeTo {
  max-width: 250px !important; }
  .timeTo input {
    width: 100px; }

.locationStatusButton .btn-primary {
  border-radius: 8px !important; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #2AA5D4;
  border: 0px;
  font-size: 14px; }

.main-dashboard .pagination {
  float: right; }
  .main-dashboard .pagination li a {
    color: #0977BA;
    border: 0px;
    font-size: 20px; }
  .main-dashboard .pagination li a.active {
    color: #000000; }

.pagination {
  margin: 15px 0 0 0; }
  .pagination li a {
    font-size: 14px !important; }

.main-dashboard .pagination li a {
  font-size: 16px; }

.dataTables_length {
  margin-top: -4px; }

.signin-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  margin: 0 15px;
  text-align: center;
  padding: 30px 30px 10px; }

.signin-box h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #454F63;
  margin-bottom: 15px; }

.signin-line {
  display: inline-block;
  width: 400px;
  border-left: solid 200px #d9211c;
  border-right: solid 200px #000;
  height: 4px;
  margin-bottom: 15px; }

.signin-box input {
  color: #073458;
  border: solid 1px #efefef;
  margin-bottom: 5px;
  box-shadow: none;
  font-size: 12px; }

.signin-box a {
  color: #ddd; }

.signin-box .signin-submit {
  width: 100%;
  background-color: #d9211c;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px; }

.signin-box .signin-submit:hover {
  opacity: 0.75; }

.signin-box .error-message {
  padding-bottom: 15px;
  text-align: left; }

.login-container img {
  margin: 20px 50px !important; }

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) !important;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 6px;
  overflow-x: hidden; }

.createPlan {
  display: flex;
  flex-wrap: wrap; }
  .createPlan > label {
    width: 100%; }
  .createPlan > div {
    width: 100% !important; }
  .createPlan .react-datepicker-popper {
    left: 225px !important; }
  .createPlan .date-picker label {
    width: 20%; }
  .createPlan .date-picker > div {
    width: 250px; }

.creatPlan__notes {
  padding: 15px !important; }

.createPlan__date {
  padding: 0; }
  .createPlan__date label {
    padding: 0; }

.createPlan-m {
  margin: 0 0 15px !important; }

.form-horizontal button {
  margin: 10px 0px; }

.plannedRouteTable {
  padding: 0; }
  .plannedRouteTable table {
    width: 100%; }
    .plannedRouteTable table thead tr th:nth-child(1) {
      width: 20%; }
    .plannedRouteTable table thead tr th:nth-child(2) {
      width: 75%; }
    .plannedRouteTable table thead tr th:nth-child(3) {
      width: 5%; }
    .plannedRouteTable table tbody tr:last-child {
      border: none; }
    .plannedRouteTable table label {
      margin: 0;
      margin-left: 10px; }
    .plannedRouteTable table button {
      margin: 0 !important; }
    .plannedRouteTable table .selectRoute input {
      float: left;
      display: inline-block;
      width: 15px;
      height: 15px;
      font-size: 14px !important; }
  .plannedRouteTable td, .plannedRouteTable th {
    padding: 10px;
    border: none !important;
    font-size: 14px; }
  .plannedRouteTable th {
    background-color: #073458;
    color: white; }
  .plannedRouteTable tr {
    border-bottom: 1px solid #ccc !important; }

.plannedRouteButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px; }

.plannedRouteTableSecondary {
  padding: 0; }
  .plannedRouteTableSecondary table {
    width: 100%; }
    .plannedRouteTableSecondary table thead tr th:nth-child(1) {
      width: 15%; }
    .plannedRouteTableSecondary table thead tr th:nth-child(2) {
      width: 10%; }
    .plannedRouteTableSecondary table thead tr th:nth-child(3) {
      width: 70%; }
    .plannedRouteTableSecondary table tbody tr:last-child {
      border: none; }
    .plannedRouteTableSecondary table label {
      margin: 0;
      margin-left: 10px; }
    .plannedRouteTableSecondary table button {
      margin: 0 !important; }
    .plannedRouteTableSecondary table .selectRoute input {
      float: left;
      display: inline-block;
      width: 15px;
      height: 15px;
      font-size: 14px !important; }
  .plannedRouteTableSecondary td, .plannedRouteTableSecondary th {
    padding: 10px;
    border: none !important;
    font-size: 14px; }
  .plannedRouteTableSecondary th {
    background-color: #073458;
    color: white; }
  .plannedRouteTableSecondary tr {
    border-bottom: 1px solid #ccc !important; }

.tabs {
  margin-bottom: -12px; }

.tableTrip, .runModal__body {
  display: block;
  font-size: 12px;
  overflow-x: auto;
  margin-bottom: 60px;
  width: 100%; }
  .tableTrip tbody, .tableTrip tfoot, .runModal__body tbody, .runModal__body tfoot {
    border: 1px solid #ccc; }
  .tableTrip tbody, .runModal__body tbody {
    display: block;
    overflow-x: hidden; }
  .tableTrip tbody tr:nth-child(even), .runModal__body tbody tr:nth-child(even) {
    display: none; }
    .tableTrip tbody tr:nth-child(even) td, .runModal__body tbody tr:nth-child(even) td {
      margin: 10px;
      width: 1000px; }
  .tableTrip tbody tr td:last-child, .runModal__body tbody tr td:last-child {
    text-align: center; }
    .tableTrip tbody tr td:last-child div, .runModal__body tbody tr td:last-child div {
      display: inline-block; }
  .tableTrip .btn-primary, .runModal__body .btn-primary {
    border-radius: 8px 0 0 8px !important; }
  .tableTrip .dropdown-toggle, .runModal__body .dropdown-toggle {
    border-radius: 0 8px 8px 0 !important; }
  .tableTrip .btn-group-primary ul, .runModal__body .btn-group-primary ul {
    display: block !important;
    top: 90%;
    left: auto;
    right: 0;
    overflow: hidden;
    transition: height 0.2s ease-in;
    border: 0; }
    .tableTrip .btn-group-primary ul li, .runModal__body .btn-group-primary ul li {
      height: 0;
      background-color: #fff !important; }
      .tableTrip .btn-group-primary ul li a, .runModal__body .btn-group-primary ul li a {
        padding: 5px; }
  .tableTrip .dropdown.open ul, .runModal__body .dropdown.open ul {
    margin: 0 !important; }
    .tableTrip .dropdown.open ul li, .runModal__body .dropdown.open ul li {
      height: 100% !important; }
  .tableTrip .accordionButton, .runModal__body .accordionButton {
    background-color: #f8f8f8;
    width: 100%;
    color: black !important;
    z-index: 1000 !important;
    position: relative; }
    .tableTrip .accordionButton i, .runModal__body .accordionButton i {
      padding-left: 5px;
      float: left;
      margin-left: 15px;
      position: relative;
      z-index: -1000; }
    .tableTrip .accordionButton span, .runModal__body .accordionButton span {
      margin-right: 25px;
      position: relative;
      z-index: -1000; }
  .tableTrip .show, .runModal__body .show {
    display: table !important; }
  .tableTrip .tdPadding, .runModal__body .tdPadding {
    padding: 0; }
  .tableTrip .fa-times-circle, .runModal__body .fa-times-circle {
    line-height: 30px;
    color: red;
    position: relative;
    z-index: -1000;
    font-size: 16px; }
  .tableTrip thead, .tableTrip tbody tr, .runModal__body thead, .runModal__body tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .tableTrip table, .runModal__body table {
    width: 100%;
    min-width: 1150px; }
    .tableTrip table th, .tableTrip table td, .runModal__body table th, .runModal__body table td {
      padding: 5px;
      line-height: 20px;
      border: 1px solid #ccc; }
  .tableTrip th, .runModal__body th {
    background-color: #1C5989;
    color: white; }
  .tableTrip button, .runModal__body button {
    border: 1px solid #f8f8f8;
    border-radius: 6px;
    padding: 5px 10px;
    background-color: #06A3D8;
    color: white; }
  .tableTrip ul, .runModal__body ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap; }
    .tableTrip ul > li, .runModal__body ul > li {
      width: 105px;
      line-height: 15px;
      text-align: center; }
    .tableTrip ul .routeWidth, .runModal__body ul .routeWidth {
      width: 130px; }
    .tableTrip ul .stoppingCondition, .runModal__body ul .stoppingCondition {
      padding: 0 15px !important; }
  .tableTrip .ulFocus1, .runModal__body .ulFocus1 {
    display: flex !important;
    flex-wrap: wrap; }
    .tableTrip .ulFocus1 > li, .runModal__body .ulFocus1 > li {
      width: 105px;
      margin: 5px 0;
      padding: 5px 10px; }
    .tableTrip .ulFocus1 li:nth-child(3), .runModal__body .ulFocus1 li:nth-child(3) {
      padding: 5px 15px !important; }
    .tableTrip .ulFocus1 li:nth-child(2), .runModal__body .ulFocus1 li:nth-child(2) {
      width: 130px; }
  .tableTrip .ulFocus2 > li, .runModal__body .ulFocus2 > li {
    width: 105px;
    margin: 5px 0;
    padding: 5px 10px; }
  .tableTrip .tlfst, .runModal__body .tlfst {
    margin-left: 30px; }
  .tableTrip .ul__trips, .runModal__body .ul__trips {
    width: 1150px;
    flex-wrap: wrap;
    margin: 5px 0; }
    .tableTrip .ul__trips ul:nth-child(2), .runModal__body .ul__trips ul:nth-child(2) {
      padding: 5px 0; }
  .tableTrip .ul__trips ul:nth-child(n+1), .runModal__body .ul__trips ul:nth-child(n+1) {
    padding: 5px 0; }
  .tableTrip .ul__header, .runModal__body .ul__header {
    width: 1150px !important;
    margin: 5px 0; }
  .tableTrip .ulFocus1 li:nth-child(3), .runModal__body .ulFocus1 li:nth-child(3) {
    margin: 5px 0 !important;
    padding: 0 30px; }
    .tableTrip .ulFocus1 li:nth-child(3) img, .runModal__body .ulFocus1 li:nth-child(3) img {
      float: left; }
  .tableTrip .ulFocus2, .runModal__body .ulFocus2 {
    padding: 0;
    position: relative; }
  .tableTrip .deleteButton, .runModal__body .deleteButton {
    background-color: #f8f8f8;
    padding: 0;
    position: absolute;
    z-index: 1000;
    display: inline-block; }
  .tableTrip select, .runModal__body select {
    padding: 5px 10px;
    width: 100%; }
  .tableTrip .timeInput, .runModal__body .timeInput {
    width: 85px !important;
    padding: 5px 10px;
    text-align: center; }
  .tableTrip .timeInput:focus, .runModal__body .timeInput:focus {
    border: 3px solid red; }
  .tableTrip .focus, .runModal__body .focus {
    background-color: #ea2c2c; }
  .tableTrip input, .runModal__body input {
    border: 1px solid #ccc;
    border-radius: 3px; }
  .tableTrip .green-bg, .runModal__body .green-bg {
    background-color: #48b948;
    text-align: center;
    margin: 5px 10px;
    line-height: 43px;
    text-align: center;
    width: 85px !important;
    border-radius: 2px; }
  .tableTrip .red-bg, .runModal__body .red-bg {
    background-color: #d9534f;
    color: white;
    text-align: center;
    margin: 5px 10px;
    line-height: 43px;
    text-align: center;
    width: 85px !important;
    border-radius: 2px; }
  .tableTrip .addTrip, .runModal__body .addTrip {
    text-align: right; }
    .tableTrip .addTrip button, .runModal__body .addTrip button {
      background-color: #f8f8f8;
      border: none;
      color: black;
      text-align: right;
      margin-right: 30px; }
  .tableTrip .center-button, .runModal__body .center-button {
    text-align: center; }
    .tableTrip .center-button button:nth-child(1), .runModal__body .center-button button:nth-child(1) {
      margin-right: 10px; }
    .tableTrip .center-button button:nth-child(2), .runModal__body .center-button button:nth-child(2) {
      background-color: gray;
      color: white; }
  .tableTrip .noRun, .runModal__body .noRun {
    padding: 15px;
    font-size: 12px;
    font-weight: 300;
    border: none !important; }

.summary {
  display: flex;
  flex-wrap: wrap; }
  .summary p:nth-child(even) {
    width: 20%; }
  .summary p:nth-child(odd) {
    width: 30%; }

.tableTrip tbody {
  overflow-x: initial; }

.next {
  font-size: 14px !important;
  padding: 5px 45px !important;
  height: auto; }

.depotInput {
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 3px;
  box-sizing: content-box; }

.busrequiredInput {
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px; }

.editRoute {
  margin: 20px 15px;
  font-size: 18px; }

.destination-padding {
  padding: 0 15px !important; }

.next-margin {
  margin: 30px 10px !important; }

#mapContainer {
  width: auto !important;
  margin-top: 20px; }

.unplannedStatusComplete {
  min-width: 0; }

.gm-style-mtc > div {
  font-size: 12px !important;
  height: 30px !important; }

.runModal .modal-title {
  text-align: center; }

.runModal .runModal__body {
  overflow-x: initial; }

.runModal .modal-dialog {
  width: 1150px; }

.runModal .table__header {
  display: flex;
  flex-wrap: wrap; }
  .runModal .table__header form {
    width: 50%; }
    .runModal .table__header form div {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      padding: 5px 30px 5px 10px; }
      .runModal .table__header form div input {
        width: 30px;
        padding: 5px;
        text-align: center; }
      .runModal .table__header form div select {
        width: 150px;
        border: 1px solid #ccc;
        border-radius: 3px; }
      .runModal .table__header form div .input__depot {
        width: 150px; }
      .runModal .table__header form div select.select__destination {
        width: 70% !important; }
      .runModal .table__header form div p {
        margin-right: 10px;
        margin-top: 5px;
        width: 83px;
        background-color: #48b948;
        text-align: center;
        padding: 5px 0;
        border-radius: 3px; }
      .runModal .table__header form div .red {
        background-color: #d9534f; }

.runModal .li-dropdown {
  display: flex; }

.runModal .dropDown-checkbox {
  position: relative; }
  .runModal .dropDown-checkbox button {
    background-color: #fff;
    border: 1px solid;
    padding: 0; }
  .runModal .dropDown-checkbox img {
    margin-right: 5px;
    margin-left: 4px; }
  .runModal .dropDown-checkbox i {
    color: black; }
  .runModal .dropDown-checkbox .dropDown-checkbox__options {
    display: none;
    position: absolute;
    top: 120%;
    left: -120%;
    border: 1px solid #bbb;
    padding: 10px;
    background-color: white;
    z-index: 1000;
    border-radius: 3px;
    height: 100px;
    overflow: auto;
    width: 100px; }
    .runModal .dropDown-checkbox .dropDown-checkbox__options .stationOptions {
      width: 100%; }
  .runModal .dropDown-checkbox .open {
    display: flex;
    flex-wrap: wrap; }
  .runModal .dropDown-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: right; }

.runModal .modal-footer {
  display: flex;
  justify-content: center; }

.dateCheckBox {
  min-width: 140px;
  display: flex; }
  .dateCheckBox p {
    display: inline-block;
    margin: 10px 5px; }

.busNoOperator {
  margin-left: 15px; }
  .busNoOperator + input {
    text-align: center; }

.spareBusOperator {
  border-radius: 3px; }

.operatorButton button:nth-child(1) {
  font-size: 12px; }

.operatorButton button:nth-child(2) {
  border-radius: 3px !important;
  margin-right: 10px; }

.table-header {
  background-color: #000000 !important;
  color: #ffffff; }

.page-button {
  color: #777777 !important;
  cursor: zoom-in; }

.table-responsive tbody td {
  max-width: 200px;
  word-wrap: break-word; }

@media (min-width: 1280px) {
  .main-dashboard label {
    font-size: 16px; }
  .main-dashboard .navbar-default .fa {
    padding: 5px 20px; } }

.clientContainer {
  width: 30%;
  min-width: 320px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center; }
  .clientContainer label {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold; }
  .clientContainer select {
    padding: 10px 20px;
    margin-bottom: 40px;
    border-radius: 6px;
    font-size: 18px; }
  .clientContainer button {
    border-radius: 6px !important;
    font-size: 18px !important;
    width: 100px;
    height: 45px; }

.logoutClient {
  padding-right: 15px; }
  .logoutClient i {
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 20px;
    border: solid 2px #d9211c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-top: 28px; }
  .logoutClient a {
    display: flex;
    flex-direction: column; }
  .logoutClient .nav-title {
    padding-left: 0 !important; }

.selectClientDropDown {
  height: 40px;
  margin: 26.5px 50px 23.5px 0;
  border-radius: 8px;
  padding: 6px 10px;
  background-color: #d9211c; }
  .selectClientDropDown option {
    padding: 5px; }

@media (max-width: 1200px) {
  .modal-dialog {
    width: calc(100% - 60px) !important;
    min-width: 350px !important; }
  .runModal .runModal__body {
    overflow-x: scroll; } }

@media (max-width: 1024px) {
  .collapse.navbar-collapse {
    width: 40%; }
  .navbar-brand img {
    width: 170px;
    margin-top: 30px; }
  .navbar .container-fluid .navbar-brand {
    margin-right: 25px; }
  .navbar-default .navbar-nav > li > a {
    padding: 15px 7px 10px; }
  .navbar-default .navbar-nav > li {
    min-width: 75px;
    width: 12%; } }

@media (max-width: 976px) {
  #report .form-horizontal label {
    margin-right: 0px; }
  .table-responsive {
    border: 0px;
    overflow-x: scroll !important; }
  .dataTables_filter {
    text-align: center !important;
    float: none; }
  div.dt-buttons {
    text-align: center !important;
    float: none; }
  .navbar-default .navbar-header {
    padding-bottom: 19px; }
    .navbar-default .navbar-header .navbar-brand {
      margin-right: 25px; }
  .navbar-default .navbar-toggle {
    margin: 28px 10px 0px; }
  .navbar-nav li .login-logout-menu {
    float: none; }
  .navbar-nav li .status-green {
    margin-bottom: 10px; }
  .container-fluid .collapse {
    width: 60%; }
  .collapse.navbar-collapse {
    padding: 15px !important; } }

@media screen and (max-width: 768px) {
  .selectClientDropDown {
    position: absolute;
    right: 50px;
    margin-top: 30px;
    margin: 30px 15px 23.5px 0; }
  .signin-box {
    width: calc(100% - 60px);
    margin: 0;
    box-sizing: border-box; }
  .signin-line {
    display: none; }
  .navbar-header {
    width: 100%;
    margin: 0 !important; }
  .navbar-brand {
    float: left;
    width: 55px;
    height: 97px; }
  .navbar-default .navbar-toggle {
    margin: 0;
    margin-top: 30px; }
  .navbar-nav {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0; }
  .navbar-default .navbar-nav > li {
    width: 100%;
    text-align: left;
    margin: 0; }
  .navbar-default .navbar-nav > li > a.active {
    border-bottom: 0;
    border-left: solid 5px #073458;
    border-bottom: solid 1px #fff; }
  .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    border-bottom: solid 1px #fff;
    width: 100%;
    float: left; }
  .navbar-nav .fa {
    float: left; }
  .nav-title {
    float: left;
    padding-left: 10px;
    padding-top: 11px; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar .container-fluid .collapsed {
    display: inline-block;
    background: #d9211c;
    z-index: 200000;
    position: relative; }
    .navbar .container-fluid .collapsed i {
      z-index: -100;
      position: relative;
      font-size: 18px;
      line-height: 1; }
  .navbar .container-fluid .collapse {
    display: block !important;
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0;
    z-index: 1005; }
    .navbar .container-fluid .collapse ul {
      height: 0;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      background: #d9211c;
      transition: height 0.4s ease; }
      .navbar .container-fluid .collapse ul li a {
        padding: 15px !important; }
  .navbar .navbar-nav .fa {
    border: solid 2px white; }
  .navbar .showHam .collapse.navbar-collapse ul {
    height: 318px; }
  .modal-dialog {
    width: calc(100% - 60px) !important;
    min-width: 350px !important; }
  .navbar-brand img {
    width: 210px; }
  .navbar-default .navbar-brand {
    padding: 20px 0 !important; } }

.navbar-brand img {
  margin-top: 0; }

@media screen and (max-width: 475px) {
  .selectClientDropDown {
    width: 87%;
    right: 0;
    top: 60px; }
  .navbar-default .navbar-header {
    padding-bottom: 40px; } }

@media screen and (max-width: 425px) {
  .login-container img {
    margin: 20px 30px !important; }
  .login-container .navbar-brand img {
    margin-left: -10%; }
  .login-img {
    width: 200px; }
  .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container input {
    padding: 6px 20px !important; } }

.map-icon {
  width: 30px;
  float: right; }

.RunSpareBus {
  background-color: #FFA2D3 !important; }

.RunNormalBus {
  background-color: #CCFFCC !important; }

button.RunNormalBus, button.RunSpareBus {
  border: none !important; }

.help-links {
  text-decoration: underline;
  padding-left: 0px;
  margin-top: 10px; }

.displayCoach {
  color: red; }

.coachRow {
  padding: 5px;
  cursor: pointer; }

.card-body {
  padding-bottom: 10px; }

.diffbad {
  background-color: #FF0000;
  border-radius: 2em; }

.diffmed {
  background-color: #D1C900;
  border-radius: 2em; }

.diffgood {
  background-color: #008B1B;
  border-radius: 2em; }

.announcementOptionsRow {
  border: 1px solid black;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 30%;
  min-width: 300px;
  margin: 0 auto;
  padding: 15px 0 0;
  margin-bottom: 10px; }

.anRadioOptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px 15px; }

.anRadioOption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px; }
  .anRadioOption input {
    margin-right: 5px; }

.anDropDown {
  padding: 10px;
  border-top: 1px solid black; }
  .anDropDown select {
    width: 215px; }
  .anDropDown .anDropDownOption:first-child {
    margin-bottom: 7px; }

.anDropDownOption label {
  width: 90px;
  margin-right: 10px;
  text-align: left; }

.anDropDownOption select {
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.anDropDownOption select:disabled {
  color: gray; }

.announcementModal .modal-dialog {
  max-height: 100vh; }

.announcementModal .groupType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: 150px;
  margin-bottom: 25px;
  width: 308px; }

.announcementModal .anFormGroupType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0 !important; }
  .announcementModal .anFormGroupType label {
    margin-left: 10px; }

.announcementModal .anFormGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .announcementModal .anFormGroup label {
    width: 150px;
    text-align: left; }
  .announcementModal .anFormGroup select {
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.announcementModal .annForm {
  padding: 0 20px; }

.announcementModal select {
  width: 308px; }

.announcementModal .nameFullWidth {
  width: 308px; }

.announcementModal input[type="file"] {
  border: none;
  outline: none; }

.announcementModal input[type="radio"] {
  width: 15px;
  height: 15px; }

.announcementModal textarea {
  width: 308px; }

.announcementModal .timePicker {
  color: red; }

.announcementModal .startDateTime {
  position: relative; }
  .announcementModal .startDateTime .react-datepicker-popper {
    top: 63% !important;
    left: 27% !important; }
  .announcementModal .startDateTime .react-datepicker-wrapper input {
    padding: 4px 7px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important; }

.announcementModal .react-datepicker__day--keyboard-selected {
  background-color: #d9211c !important; }

.announcementModal .endDateTime {
  position: relative; }
  .announcementModal .endDateTime .react-datepicker-popper {
    top: 71% !important;
    left: 27% !important; }
  .announcementModal .endDateTime .react-datepicker-wrapper input {
    padding: 4px 7px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important; }

.react-tags {
  position: relative;
  padding: 6px 0 0 6px;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
  text-align: left;
  background-color: #fff;
  /* shared font styles */
  font-size: 1em;
  line-height: 1.2;
  /* clicking anywhere will focus the input */
  cursor: text; }

.react-tags.is-focused {
  border-color: #B1B1B1; }

.react-tags__selected {
  display: inline; }

.react-tags__selected-tag {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 6px 6px 0;
  padding: 6px 8px;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  background: #F1F1F1;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit; }

.react-tags__selected-tag:after {
  content: '\2715';
  color: #AAA;
  margin-left: 8px; }

.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
  border-color: #B1B1B1; }

.react-tags__search {
  display: inline-block;
  /* match tag layout */
  padding: 7px 2px;
  margin-bottom: 6px;
  /* prevent autoresize overflowing the container */
  max-width: 100%; }

@media screen and (min-width: 30em) {
  .react-tags__search {
    /* this will become the offsetParent for suggestions */
    position: relative; } }

.react-tags__search-input {
  /* prevent autoresize overflowing the container */
  max-width: 100%;
  /* remove styles and layout from this element */
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit; }

.react-tags__search-input::-ms-clear {
  display: none; }

.react-tags__suggestions {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%; }

@media screen and (min-width: 30em) {
  .react-tags__suggestions {
    width: 240px; } }

.react-tags__suggestions ul {
  margin: 4px -1px;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.react-tags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 6px 8px; }

.react-tags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600; }

.react-tags__suggestions li:hover {
  cursor: pointer;
  background: #eee; }

.react-tags__suggestions li.is-active {
  background: #b7cfe0; }

.react-tags__suggestions li.is-disabled {
  opacity: 0.5;
  cursor: auto; }

.create-data-management {
  display: flex;
  flex-direction: column;
  width: 550px;
  padding: 30px 20px 0 70px; }
  .create-data-management .has-error {
    margin-left: 0; }
  .create-data-management .group-row {
    display: flex;
    flex-wrap: wrap; }
  .create-data-management .create-data-management-title {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px; }
  .create-data-management .group-item {
    display: flex;
    flex-direction: column; }
    .create-data-management .group-item .date-picker {
      margin-bottom: 0px; }
    .create-data-management .group-item .title {
      text-align: left;
      width: 100%; }
    .create-data-management .group-item .border-default {
      border-radius: 5px;
      padding-left: 10px;
      height: 38px;
      color: #999999; }
    .create-data-management .group-item .select-option {
      color: #999999; }
      .create-data-management .group-item .select-option .css-1uccc91-singleValue {
        color: #999999; }
  .create-data-management .btn {
    color: white;
    margin: 20px 20px 0 0;
    height: 40px;
    border-radius: 10px;
    width: 100px;
    margin-bottom: 50px; }
  .create-data-management .btn-back {
    background-color: black; }
  .create-data-management .btn-finish {
    background-color: #d9211c; }

.supervisor-allocation .allocation-mode {
  background-color: #d9edf7;
  padding: 10px 0; }
  .supervisor-allocation .allocation-mode h2 {
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 0; }
  .supervisor-allocation .allocation-mode .react-tags__suggestions {
    max-height: 140px;
    overflow-x: auto; }

.supervisor-allocation .btn-bulk-allocation .btn-primary {
  -webkit-border-radius: 8px 0 0 8px !important;
  border-radius: 8px 0 0 8px !important; }

.supervisor-allocation .btn-bulk-allocation .dropdown-toggle {
  -webkit-border-radius: 0 8px 8px 0 !important;
  border-radius: 0 8px 8px 0 !important; }

.supervisor-allocation .btn-bulk-allocation .btn-modify {
  background-color: #d9211c;
  border: 1px solid #d9211c;
  padding: 6px 25px;
  border-radius: 10px;
  color: white;
  font-size: 12px; }

.supervisor-allocation .table-responsive.table-supervisor-allocation tbody td {
  vertical-align: middle; }

.supervisor-allocation .table-responsive.table-supervisor-allocation tbody .column-checkbox {
  text-align: center; }

.supervisor-allocation .table-responsive.table-supervisor-allocation .head {
  padding-bottom: 0; }

.supervisor-allocation .table-responsive.table-supervisor-allocation .head-checkbox {
  padding: 0 8px;
  text-align: center; }

.supervisor-allocation .table-responsive.table-supervisor-allocation .input-checkbox {
  width: 25px;
  height: 25px;
  border-radius: 3px; }

.supervisor-allocation .tags {
  max-height: 145px;
  overflow-x: auto; }
  .supervisor-allocation .tags .tag {
    display: block;
    position: relative;
    padding: 2px 15px 2px 10px;
    background-color: #e6e6e6;
    border-radius: 2px;
    margin-bottom: 5px; }
    .supervisor-allocation .tags .tag:before {
      content: 'x';
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      font-weight: bold;
      cursor: pointer; }
    .supervisor-allocation .tags .tag:last-child {
      margin-bottom: 0; }
  .supervisor-allocation .tags .tag-item {
    display: block;
    position: relative;
    padding: 2px 15px 2px 10px;
    background-color: #e6e6e6;
    border-radius: 2px;
    margin-bottom: 5px; }

.supervisor-allocation .icon-sort {
  float: right;
  padding-bottom: 25px;
  margin-right: -30px;
  font-style: normal; }

.supervisor-allocation .input-search {
  margin: 15px 0 5px 0; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/FontAwesome.otf") format("opentype"); }

.date-picker-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .date-picker-wrapper .single {
    margin-left: 15px !important; }

.react-datepicker-popper {
  transition: none;
  -webkit-transition: top 1s ease !important;
  -moz-transition: top 1s ease !important;
  -o-transition: top 1s ease !important;
  transform: none !important;
  top: 25px !important;
  left: 50px !important; }

.date-picker {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  position: relative; }
  .date-picker > div {
    width: 250px; }
    .date-picker > div .react-datepicker-wrapper {
      width: 100%; }
      .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container:after {
        border-radius: 50%;
        bottom: 0;
        box-sizing: border-box;
        color: #216ba5;
        content: "\F073";
        font-family: 'FontAwesome';
        cursor: default;
        font-size: 16px;
        height: 16px;
        width: 16px;
        line-height: 1;
        margin: -8px 14px 0;
        padding: 2px;
        position: absolute;
        right: 7px;
        text-align: center;
        top: 50%;
        z-index: 0 !important; }
      .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container {
        width: 100%; }
        .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container input {
          width: 100%;
          border-radius: 10px;
          border: 1px solid #ccc;
          padding: 6px 12px;
          font-size: 14px !important;
          color: #555 !important;
          text-align: center;
          background-color: transparent !important;
          z-index: 1000 !important;
          position: relative; }
          .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container input:hover {
            cursor: pointer; }
        .date-picker > div .react-datepicker-wrapper .react-datepicker__input-container .react-datepicker__close-icon:after {
          line-height: 0.9 !important;
          background-color: #06A3D7 !important; }
  .date-picker label {
    width: 40%;
    text-align: left !important; }

.react-datepicker__day--selected {
  background-color: #06A3D7 !important; }

.react-datepicker__month-container {
  font-size: 14px !important; }

.react-datepicker__month {
  padding: 12px !important;
  width: 250px; }

.react-datepicker__header {
  padding: 12px !important; }

.react-datepicker__navigation--previous {
  border-right-color: #aaa !important; }

.react-datepicker__navigation--next {
  border-left-color: #aaa !important; }

.react-datepicker__current-month {
  font-size: 15px !important; }

.react-datepicker__week {
  padding: 5px 5px 0 5px !important; }

.react-datepicker__day-name {
  padding: 0 2px !important;
  margin: 5px 3px 0 !important;
  width: 12% !important; }

.react-datepicker__day {
  padding: 0 2px !important;
  margin: 5px 3px 0 !important;
  width: 12% !important; }

.react-datepicker__month-container {
  box-sizing: content-box !important; }

@media only screen and (min-width: 768px) {
  .date-picker {
    width: 45%; } }

@media only screen and (max-width: 425px) {
  .date-picker {
    justify-content: space-between; }
    .date-picker > div {
      width: 70%; } }

/*# sourceMappingURL=main.1534.css.map*/