/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
body {
  font-family: ubuntu;
  background-color: #F7F7F7;
}
body #cke_editor1 {
  width: 99% !important;
}
body .non-padding-left {
  padding-left: 0;
}
body .non-padding-right {
  padding-right: 0;
}
body #homepage {
  color: #666666;
  background: #FFFFFF;
}
body #homepage label {
  font-weight: 500;
}
body #homepage #form-container {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
body #homepage #form-container #logo {
  width: 250px;
  height: 50px;
  display: block;
  margin: auto;
  background-image: url(/images/logo1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
body #homepage #form-container .input-container {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
body #homepage #form-container .input-container #email {
  font-weight: bold;
  margin-bottom: 20px;
}
body #homepage #form-container .input-container #password {
  font-weight: bold;
  margin-bottom: 20px;
}
body #homepage #form-container .input-container #loginSubmit {
  background: #0984bf;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-shadow: none;
  font-weight: 500;
  padding: 10px 20px;
}
body .red {
  color: red;
}
body .blue {
  color: blue;
}
body .green {
  color: green;
}
body .greenyellow {
  color: greenyellow;
}
body .loading-spiner-holder {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 22222;
  background: rgba(255, 255, 255, 0.8);
}
body .loading-spiner-holder .loading-spiner {
  text-align: center;
  position: relative;
  height: 100%;
}
body .loading-spiner-holder .loading-spiner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .loading-spiner-holder .loading-spiner .percent {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
body .btn {
  border-radius: 2px;
}
body .form-control {
  border-radius: 2px;
}
body .side-menu {
  transition: all 0.5s;
  width: 200px;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #152835;
}
body .side-menu.not-display {
  transform: translateX(-202px);
  transition: all 0.5s;
}
body .side-menu .logo {
  box-shadow: 0 1px 2px #000000;
  display: block;
  padding: 1px;
  font-size: 20px;
  background: #0984bf;
}
body .side-menu .logo a {
  text-decoration: none;
  color: white;
}
body .side-menu .logo a img {
  height: 36px;
}
body .side-menu .logo .title {
  width: 196px;
  height: 42px;
  background-image: url(/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 4px;
}
body .side-menu ul {
  padding: 0px;
  list-style: none;
}
body .side-menu ul li {
  display: block;
  background: #152835;
  border-left: 4px #152835 solid;
}
body .side-menu ul li a {
  display: block;
  padding: 10px;
  color: white;
  padding-left: 15px;
  text-decoration: none;
}
body .side-menu ul li span.icon {
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
body .side-menu ul li span.icon:before {
  margin-top: 1px;
  display: block;
}
body .side-menu ul li span.title {
  margin-left: 5px;
}
body .side-menu ul li:hover {
  border-left: 4px #0984bf solid;
}
body .side-menu ul li.active span.icon {
  width: 20px;
  height: 20px;
  background: #0984bf;
  text-align: center;
  vertical-align: middle;
}
body .side-menu ul li.active span.icon:before {
  margin-top: 3px;
  display: block;
}
body .custom-modal .modal-dialog {
  width: 80%;
}
body .bus-information .form-group {
  margin-bottom: 0px;
}
body .modal-dialog .modal-title {
  font-weight: 700;
}
body .modal-dialog .btn-current {
  border: 3px #5cb85c solid !important;
}
body .modal-dialog .btn-pr {
  border: 2px #337ab7 solid !important;
}
body .modal-dialog .remove-btn {
  margin-left: 5px;
}
body .modal-dialog .tracks-info {
  display: none;
}
body .modal-dialog .tracks-info .track-header {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
body .modal-dialog .tracks-info .btn {
  background: #EEEEEE;
  color: #333;
  outline: none;
  margin-right: 5px;
  margin-bottom: 5px;
}
body .modal-dialog .tracks-info .row {
  margin-top: 15px;
}
body .modal-dialog .tracks-info .row:last-child {
  margin-bottom: 15px;
}
body .modal-dialog .instruction {
  display: inline-block;
  width: 100%;
  height: 400px;
  background: url("/images/instruction.PNG");
  background-repeat: no-repeat;
  background-size: contain;
}
body .modal-dialog #track #upload-area,
body .modal-dialog #edit-track #upload-area {
  border: 1px #0984bf dashed;
}
body .modal-dialog #track #upload-area .btn-upload,
body .modal-dialog #edit-track #upload-area .btn-upload {
  border: 1px #CFCFCF solid;
  background: #EBEBEB;
  margin-bottom: 30px;
  margin-top: 20px;
}
body .modal-dialog #track #upload-area .upload-icon,
body .modal-dialog #edit-track #upload-area .upload-icon {
  margin: 30px auto 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  background: url(/images/upload-btn.png);
}
body .modal-dialog #track #upload-area:hover,
body .modal-dialog #edit-track #upload-area:hover {
  border: 1px #0984bf solid;
  cursor: pointer;
}
body .modal-dialog #track .file-name,
body .modal-dialog #edit-track .file-name {
  word-wrap: break-word;
}
body .modal-dialog .map-container {
  border: 1px #CFCFCF solid;
}
body .modal-dialog .btn {
  background: #EEEEEE;
  border: 1px #CFCFCF solid;
  color: #333;
  outline: none;
  margin-right: 5px;
  margin-bottom: 5px;
}
body .modal-dialog .btn-ct {
  color: white;
  background: #0984bf;
  border: 1px #eeeeee solid;
  margin-bottom: 0px !important;
}
body .modal-dialog .btn-rm {
  color: white;
  background: #e7505a;
  border: 1px #eeeeee solid;
  margin-bottom: 0px !important;
}
body .modal-dialog .btn-dg {
  border: 1px red solid;
}
body .modal-dialog label {
  font-weight: 400;
}
body .modal-dialog #playlist .language-track {
  text-transform: capitalize;
}
body .modal-dialog #playlist .row:last-child {
  margin-top: 20px;
}
body .modal-dialog #playlist .error {
  display: none;
}
body .modal-dialog #playlist .drag-enter {
  border: #7f8c8d 2px dashed;
  opacity: 0.5;
}
body .modal-dialog #playlist .drag-over {
  opacity: 1;
}
body .modal-dialog #playlist .playlist-track-index-number {
  width: 20px;
}
body .modal-dialog #playlist .playlist-tracks {
  display: inline-block;
  padding: 0;
}
body .modal-dialog #playlist .playlist-tracks label {
  font-size: 20px;
  text-transform: capitalize;
}
body .modal-dialog #playlist .playlist-tracks .track-language {
  margin: 10px 5px 0 0;
}
body .modal-dialog #playlist .playlist-tracks .playlist-track-info label {
  width: 50%;
}
body .modal-dialog #playlist .playlist-tracks .playlist-track-info .remove-button {
  padding-top: 3px;
}
body .modal-dialog #playlist .playlist-tracks .track-dragable {
  margin: 0 20px 15px 0;
  position: relative;
  display: inline-block;
  max-width: 200px;
  min-width: 150px;
}
body .modal-dialog #playlist .playlist-tracks .track-dragable .track-name {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}
body .modal-dialog #playlist .angucomplete-dropdown {
  width: 100%;
}
body .modal-dialog #playlist #top-list,
body .modal-dialog #playlist #bottom-list {
  width: 100%;
  height: 20px;
  border: none;
  opacity: 0.7;
}
body .modal-dialog #playlist #top-list .to-hide,
body .modal-dialog #playlist #bottom-list .to-hide {
  display: none;
}
body .modal-dialog #playlist #top-list.drag-enter .to-hide,
body .modal-dialog #playlist #bottom-list.drag-enter .to-hide {
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #0984bf;
}
body .modal-dialog #edit-message > div {
  padding: 0px;
}
body .modal-dialog #edit-message .language {
  margin-top: 15px;
}
body .modal-dialog #edit-message .switch-label {
  display: inline-block;
  position: relative;
  top: 5px;
}
body .modal-dialog #edit-message .switch {
  display: inline-block;
}
body .pac-container {
  z-index: 11111;
}
body .content {
  transition: all 0.5s;
  background: #F5F5F5;
  position: relative;
  left: 200px;
  width: calc(100% - 200px);
}
body .content.full-page {
  left: 0px;
  width: 100%;
}
body .content .fa {
  margin-right: 5px;
}
body .content .badge {
  font-weight: 300;
}
body .content .toggle-button {
  color: #0984bf;
  vertical-align: bottom;
  margin-right: 10px;
}
body .content #title {
  margin: 0px;
  padding: 10px;
  padding-left: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  font-size: 26px;
  background: white;
  color: #353535;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3;
}
body .content .btn-ct {
  color: white;
  background: #0984bf;
  border: 1px #eeeeee solid;
  margin-bottom: 0px !important;
}
body .content .btn-rm {
  color: #fff;
  background: #e7505a;
  border: 1px #eeeeee solid;
  margin-bottom: 0px !important;
}
body .content .btn-create {
  color: white;
  background: #0984bf;
  border: 1px #eeeeee solid;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
body .content .dataTable {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
body .content .dataTable thead {
  background: #152835;
  color: white;
}
body .content .dataTable thead th {
  font-weight: 300;
}
body .content .main-content {
  margin-bottom: 30px;
  top: 50px;
  position: relative;
  padding: 0px 0px 0 15px;
  background: #f5f5f5;
}
body .content .main-content .remove-btn {
  padding-left: 4px;
}
body .content .main-content .upload-area {
  margin: 20px auto 10px auto;
  width: 220px;
  height: 200px;
  cursor: pointer;
  border: #353535 2px solid;
}
body .content .main-content .upload-area .fa-cloud-upload {
  padding-top: 40px;
}
body .content .main-content .upload-area #uploadFile {
  display: none;
}
body .content .main-content .upload-area:hover {
  border: #353535 2px dashed;
  background: rgba(10, 10, 10, 0.1);
}
body .content .main-content #upload-error {
  overflow: hidden;
  text-overflow: ellipsis;
}
body .content .main-content .map-area {
  width: 220px;
  height: 200px;
  border: #353535 1px solid;
  margin: 10px auto 20px auto;
}
body .content .main-content .tracks-info {
  margin: 20px 0;
  display: none;
}
body .content .main-content .tracks-info .track-header {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
body .content .main-content .list-tracks .btn {
  margin-right: 5px;
}
body .content .main-content .language-track .btn {
  margin-right: 5px;
}
body .content .main-content .action-button {
  padding: 20px 0;
}
body .content .main-content .action-button .btn {
  margin-right: 5px;
}
body .content .main-content .new-button {
  position: absolute;
  top: 9px;
  z-index: 2;
}
body .content .main-content .dataTables_wrapper {
  padding-right: 15px;
  color: #777777;
}
body .content .main-content .dataTables_wrapper .previous {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body .content .main-content .dataTables_wrapper .next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body .content .main-content .dataTables_wrapper .edit,
body .content .main-content .dataTables_wrapper .remove {
  color: #777777;
}
body .content .main-content .dataTables_wrapper table.dataTable thead th {
  padding: 8px 10px;
}
body .content .main-content .dataTables_wrapper .dataTables_length {
  margin-left: 14rem;
}
body .content .main-content .dataTables_wrapper .dataTables_length select {
  width: 55px;
  height: 32px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
body .content .main-content .dataTables_wrapper .dataTables_filter {
  margin-bottom: 5px;
  display: inline-block;
  float: right;
}
body .content .main-content .dataTables_wrapper .dataTables_filter label {
  position: relative;
}
body .content .main-content .dataTables_wrapper .dataTables_filter label input {
  padding: 4px 8px;
  border: 1px grey solid;
}
body .content .main-content .dataTables_wrapper .dataTables_filter label:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #A5A5A5;
}
body .content .main-content .dataTables_wrapper .dataTables_info {
  padding: 0px;
  float: left;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate {
  display: inline-block;
  float: right;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate a {
  padding: 6px 12px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  margin: 0px;
  color: #0984bf !important;
  text-decoration: none;
  margin-right: -1px;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate a:hover {
  border: 1px solid #ddd !important;
  background: #EEEEEE !important;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate a.disabled {
  color: #666 !important;
  background-color: #fff !important;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate a.disabled:hover {
  color: #666 !important;
  background-color: #fff !important;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate a:active {
  background: #EEEEEE;
}
body .content .main-content .dataTables_wrapper .dataTables_paginate a.current {
  border-top: 1px solid #0984bf !important;
  border-bottom: 1px solid #0984bf !important;
  background: #0984bf !important;
  color: white !important;
}
body .content .main-content .dataTables_wrapper .fa {
  font-size: 20px;
}
body .content .main-content .dataTables_wrapper .fa .fa-pencil-square-o {
  vertical-align: bottom;
}
body .content .main-content .dataTables_wrapper .table-track-name {
  word-wrap: break-word;
  max-width: 250px;
}
body .content .main-content .dataTables_wrapper .table-track-name a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 152px;
  display: block;
}
body .content .main-content .dataTables_wrapper .table-track-language {
  word-wrap: break-word;
  max-width: 250px;
}
body .content .main-content .bus-table .dataTables_wrapper {
  padding-right: 0px !important;
}
body .content .main-content .bus-table .dataTables_wrapper .dataTables_length {
  margin-left: 0;
}
body .content .main-content .bus-table .dataTables_wrapper .grey,
body .content .main-content .bus-table .dataTables_wrapper .bus-icon {
  color: #ce1317;
}
body .content .main-content .bus-table .dataTables_wrapper .green {
  color: green;
}
body .content .main-content .bus-table .dataTables_wrapper .yellow {
  color: #e26c00;
}
body .content .main-content #bus .dataTables_length {
  margin: 0.2rem 0 0.8rem 1rem;
}
body .content .main-content #message .dataTables_length {
  margin-left: 15rem;
}
body .content .main-content #edit-track .file-name {
  word-wrap: break-word;
}
body .content .main-content #dashboard {
  padding: 0px;
}
body .content .main-content #dashboard .stars i.fa {
  margin-right: 0px;
}
body .content .main-content #dashboard .stars .stars-empty i.fa {
  color: grey;
}
body .content .main-content #dashboard .stars .stars-full i.fa {
  color: yellow;
}
body .content .main-content #dashboard.setting {
  padding-right: 15px;
}
body .content .main-content #dashboard .no-bus,
body .content .main-content #dashboard .no-tourist {
  color: #CA1E32;
}
body .content .main-content #dashboard #map {
  padding: 15px 15px;
  min-width: 300px;
}
body .content .main-content #dashboard #map ng-map {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
body .content .main-content #dashboard #map .custom-marker {
  text-align: center;
  padding-top: 5px;
  color: white;
  font-size: 15px;
}
body .content .main-content #dashboard #map .custom-marker .handless-tourist {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
body .content .main-content #dashboard #map .custom-marker .handless-tourist.grey {
  background-image: url('../images/bus_icon/bus_icon_red.png');
  background-size: cover;
}
body .content .main-content #dashboard #map .custom-marker .handless-tourist.green {
  background-image: url('../images/bus_icon/bus_icon_green.png');
  background-size: cover;
}
body .content .main-content #dashboard #map .custom-marker .handless-tourist.yellow {
  background-image: url('../images/bus_icon/bus_icon_yellow.png');
  background-size: cover;
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info {
  display: none;
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info {
  box-shadow: 0px 6px 10px 5px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  color: #000;
  width: 200px;
  background: #F7F7F7;
  margin: 3px -85px;
  border-radius: 3px;
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info .space {
  height: 7px;
  width: 100%;
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info label {
  font-weight: 300;
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info .header {
  padding: 5px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #F5F5F5;
  display: block;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info h5.maker-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 4px;
  margin-right: 4px;
}
body .content .main-content #dashboard #map .custom-marker .bus-marker-info:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0px 6px 7px;
  border-color: #F7F7F7 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -6px;
  top: 31px;
  left: 50%;
}
body .content .dashboard-page {
  padding: 0;
}
body .content .feedback-page #feedbacks .form-inline {
  margin-top: 10px;
  margin-bottom: 10px;
}
body .content .feedback-page #feedbacks .form-inline .form-group {
  margin-right: 10px;
}
body .content .feedback-page #feedbacks #chart-container {
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}
body .content footer {
  transition: all 0.5s;
  padding: 5px 15px;
  width: calc(100% - 200px);
  left: 200px;
  height: 30px;
  bottom: 0px;
  background: white;
  position: fixed;
}
body .content footer.full-page {
  left: 0px;
  width: 100%;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.bus-list {
  margin-top: 10px;
}
.bus-list .bus-name {
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-top: 3px;
}
.bus-list .remove-bus {
  margin-top: 6px;
}
.bus-list .btn-bus {
  padding: 4px 10px;
}
.margin-bottom {
  margin-bottom: 80px;
}
.main-content > div {
  margin-bottom: 80px;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
}
.internal-message .dataTables_length {
  margin-left: 0 !important;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  padding: 0.5em 1em !important;
}
.bus-details-modal label.control-label{
  padding-top: 0;
}
