* {
  box-sizing: border-box;
}
input,
textarea,
.custom-file,
select.form-control {
  width: 100%;
  border: 1px solid #f1f1f1 !important;
  padding: 0.8em 1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17) !important;
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17) !important;
}

select.form-control {
  border-radius: 0;
  height: 50px;
}
html,
body {
  height: 100%;
  font-family: "Lato", sans-serif;
  background: #fcfcfc;
  color: #393939;
}

#contentHeader nav.navBar {
  width: 250px;
  float: left;
  min-height: 100vh;
  background: #fff;
}

.contentEditButtons {
  width: 16px;
  padding-top: 0.5em !important;
  float: right;
  margin-top: 0 !important;
  display: none;
}

.width-fit-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
}

header.navbar {
  justify-content: normal;
}

.RightTop {
  position: absolute;
  right: 1em;
  top: 1em;
}

.contentLogoHeader {
  width: 235px;
  text-align: center;
  margin-right: 1em;
}

.contentLogoHeader img {
  width: 70px;
  height: 70px;
}

.btn_login {
  background: transparent;
  border: 1px solid #fff;
  padding: 0.5em;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.hide {
  display: none;
}

.content {
  margin: 0 auto;
  padding: 1em;
  padding-left: 18em;
  background: #fafafa;
}

.gray_link {
  color: #727272;
}

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

.blue_link {
  color: #3CC6BE;
}

.red_link {
  color: #f42525;
}

.blue_link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.red_link:hover {
  text-decoration: underline;
  cursor: not-allowed;
}

.btn_login i {
  float: right;
  font-size: 1.2em;
}

.contentLoginForm {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,393939+64 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #000000 0%,
    #393939 64%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #000000 0%,
    #393939 64%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #000000 0%,
    #393939 64%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#393939',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}

.contentLoginForm .contentForm {
  max-width: 500px;
  margin: 0 auto;
}

.contentLoginForm .contentForm input {
  background: transparent;
  border: 1px solid #3a3a3a;
  border-radius: 3px;
  padding-left: 2em;
  background-image: url(../images/ic_pass.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  color: #fff;
  background-position-y: center;
}

.contentLoginForm .contentForm input:nth-child(1) {
  background-image: url(../images/ic_mail.svg);
}

.labelInput {
  font-size: 0.8em;
}

#loading {
  max-width: 130px;
}

.login {
  background: #f4f4f4;
}

.logo_login {
  max-width: 200px;
}

nav.navBar ul {
  padding: 0;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 4em;
}

nav.navBar ul li.labelDisabled {
  padding: 0.5em 1em;
}

nav.navBar ul li.active,
nav.navBar ul li:hover:not(.labelDisabled) {
  font-weight: bold;
  border-left: 5px solid #000;
  padding-left: 1.3em;
  transition: 0.2s;
}

.contentTable .row.notBK {
  margin: 1em 0;
  padding: 1em;
}
.contentTable .row:not(.notBK) {
  background: #fff;
  margin: 1em 0;
  padding: 1em;
}

.searchInput {
  background: #efefef;
  border: 0;
  border-radius: 5px;
  width: 40%;
  padding: 0.5em;
  margin-left: 1em;
}

nav ul li {
  padding: 0.5em 2em;
  color: #393939;
}

.labelLogout {
  color: #727272;
}

.labelDisabled {
  color: #c7c7c7;
}

.pointer {
  cursor: pointer;
}

/*Bottstrap*/
.bg-light {
  background-color: #ffffff !important;
}

.icon-ic_notification {
  font-size: 1.5em;
  font-weight: bold;
}

ul.navbar-nav.mr-auto {
  display: block;
}
ul.navbar-nav.mr-auto li {
  display: inline-block;
  vertical-align: middle;
}

ul.navbar-nav.mr-auto h4 {
  margin-bottom: 0;
  font-weight: bold;
}
ul.navbar-nav.mr-auto .dropdown-toggle::after {
  border: 0;
}

.labelInfo {
  font-size: 0.85em;
  color: #969696;
}

.btn-primary {
  background-color: #33c7bf !important;
  color: #fff !important;
}
.btn-outline-primary {
  border: 2px solid #33c7bf !important;
  background-color: transparent !important;
  color: #33c7bf !important;
}

.bs-switch {
  width: 54px;
  height: 28px;
}

.bs-switch .slider:before {
  left: 1px;
  bottom: 1px;
}

.bs-switch input:checked + .slider {
  background-color: #62ed71;
}

.middle {
  vertical-align: middle;
}

.textGray {
  color: #969696;
}
.textWhite {
  color: #ffffff;
}
.contentSwitch {
  padding: 1em 0;
}

.icon-ic_admin {
  font-size: 2em;
  color: #393939;
}

.icon-ic_delete {
  font-size: 2em;
  color: #393939;
}

.btn-default {
  background-color: transparent !important;
  color: #151515 !important;
  border: 1px solid #151515;
  width: 100%;
}
.custom-file {
  margin-bottom: 1em;
}
.nopad {
  padding-right: 0;
  padding-left: 0;
}

.ms-container .ms-list {
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
}

.ms-container {
  width: 100% !important;
  margin-bottom: 1em;
}

.pagination .page-item.active .page-link {
  background-color: #ea535c;
}

a,
a.disabled:hover,
a:disabled:hover {
  color: inherit;
}

.pagination {
  text-align: center;
  margin: 0 auto;
  max-width: fit-content;
}

li.page-item {
  padding: 1em 0.5em;
}

.pictureDiv {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 1em;
  background-position: center;
}

.nameWithPicture {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  word-wrap: break-word;
}

.btn_add {
  background: #ea535c;
  color: #fff;
  padding: 1em;
  border-radius: 100%;
  margin-bottom: 1em;
}

.btn-secondary {
  background-color: #8a8a8a !important;
  color: #fff !important;
}
a:hover {
  text-decoration: underline;
}

.text-red {
  color: red;
}

.pictureDivModal {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 1em;
}

.label_gray {
  color: #eaeaea;
  margin-bottom: 0;
}
.label_green {
  color: #3dc7be;
  font-size: 1.5em;
}
.text_green {
  color: #3dc7be;
}

.text-green {
  color: #eaeaea;
}

.no_margin {
  margin: 0 !important;
}

.no_padding {
  padding: 0 !important;
}

.btnEditFare {
  margin-top: 0.5em;
  cursor: pointer;
}

.btn-gray {
  color: #727272;
  border: 1px solid #727272;
  box-shadow: none;
  background: transparent;
}

.capitalize {
  text-transform: capitalize;
}

.plateContent {
  padding: 0.5em 1em;
  cursor: pointer;
}

.plateContent i {
  display: none;
}
.plateContent.active i {
  display: block;
  margin-top: 0.3em;
}

.cabsAsign .search #searchCabs {
  background: #eaeaea;
  margin: 0;
  padding: 0.5em 1em;
  box-shadow: none;
}

.cabsAsign .search {
  position: relative;
}

.cabsAsign {
  border: 1px solid #c7c7c7;
  padding-left: 1px;
}

.cabsAsign .search i {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 1.4em;
  color: #151515;
}

.cabsContent {
  height: 150px;
  overflow: auto;
}

.display_none {
  display: none;
}

#btnAsign {
  margin: 1em 0;
}

.plateContent:nth-of-type(odd) {
  background-color: #fff;
}

.plateContent:nth-of-type(even) {
  background-color: #eaeaea;
}

.plateContent:hover {
  background: #afafaf;
}

.colorCircle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 0.5em;
  display: inline-block;
}

.colorCircle.red {
  background: #3dc7be;
}
.colorCircle.green {
  background: #3dc7be;
}

.contentStatistics div {
  background: #fff;
  margin: 0 1em;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
}
.contentStatistics p {
  margin-bottom: 0;
}

.contentFares div {
  padding: 1em;
  background: #fff;
  margin: 1em;
}

.contentFares div select {
  margin: 0;
}

.contentFares div input {
  margin: 0;
  padding: 0;
  box-shadow: none !important;
  border: none !important;
  display: inline-block;
}

.contentFares div p {
  display: inline-block;
}

.stateFareContent {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

$custom-file-text: (
  en: "Browse",
  es: "Elegir",
);

.activeToggle {
  display: none;
}

.activeToggle,
.inactiveToggle {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

input:checked + .slider .activeToggle {
  display: block;
}

input:checked + .slider .inactiveToggle {
  display: none;
}

#map,
#map-test {
  height: 450px;
  margin: 0em auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#shippingMap {
  height: 256px;
  margin: 0em auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.autocomplete {
  width: 200px;
  margin-right: 10px;
}

.mapAddresses {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mapAddresses div {
  padding-left: 0 !important;
}

#estimateFareInput {
  background: transparent;
  margin: 0;
  padding: 0;
  box-shadow: none !important;
  border: none !important;
  display: inline-block;
}

.newsImage {
  max-width: 100%;
  max-height: 100%;
}

#containerChart {
  position: relative;
}

#lineChart {
  width: 100%;
  height: 300px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.wrapperRideDetail {
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17) !important;
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17) !important;
  overflow: scroll;
}

.cellRideDetail {
  height: 400px !important;
}

.reportsNumberUsers {
  width: 20px;
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  height: 30px;
  vertical-align: middle;
}

.ratesUsers p {
  margin-bottom: 0;
}
.fullnameUserRate {
  font-size: 18px;
}
.dateRate {
  float: right;
  font-size: 12px;
  color: #828282;
}
.secondaryTextRate {
  font-size: 14px;
  color: #828282;
}

.driversCabsContent {
  cursor: pointer;
}
.driversCabsContent:hover {
  background-color: #dedede;
}
.cabsDriverInfomation {
  margin: 0;
  display: inline-block;
  border-right: 1px solid;
  padding-right: 5px;
  margin-right: 5px;
  width: 240px;
}

.driversCabsContent i {
  display: none;
}
.driversCabsContent.active i {
  display: block;
  margin-top: 0.3em;
}

.notVisible {
  display: none !important;
}

.informationRide {
  padding: 20px 40px;
  border-radius: 8px;
  background: white;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.17);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.informationRide .subSections {
  width: 450px;
  max-width: 500px;
}

.subSections th,
td {
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}
.subSections tr:last-child td {
  border: none;
}

#section-map {
  height: 450px;
}

.driversCabs {
  padding: 10px 15px;
  max-height: 150px;
  overflow: auto;
}

.col-12 {
  overflow: hidden;
}

.companyLogo {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0px 0px 20px 6px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0px 0px 20px 6px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0px 0px 20px 6px rgba(0, 0, 0, 0.39);
  cursor: pointer;
}

.multiselectCreateMultiTripRide {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.multiselectCreateMultiTripRide select {
  width: 50%;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.multiselectCreateMultiTripRide select:disabled {
  background: #eeeeee;
}
.multiselectCreateMultiTripRide select option {
  font-size: 14px;
  color: #555;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.multiselectCreateMultiTripRide select option:hover {
  color: white !important;
  background-color: #0088cc;
}
.multiselectCreateMultiTripRide .controlPanel {
  display: flex;
  flex-direction: column;
  width: 46px;
  justify-content: center;
  align-content: center;
  padding: 7px;
}
.multiselectCreateMultiTripRide .controlPanel a {
  text-decoration: none;
  font-size: 30px;
  color: #9e9e9e;
}
.bg-orange {
  background: rgba(255, 103, 0, 0.85) !important;
  border: 1px solid #fc6721;
  border-radius: 15px;
}
.bg-red {
  background: rgba(252, 71, 82, 0.85) !important;
  border: 1px solid #fd505c;
  border-radius: 15px;
}
.custom-radio {
  border: 0px;
  width: 23px;
  height: 23px;
  margin-bottom: 8px;
}
.textBlack {
  color: #383838 !important;
}
.primaryColor {
  color: #33c7bf !important;
}
.historyTextColor {
  color: rgb(88, 87, 87, 0.75) !important;
}
/* Estilos para el input y el icono */
.input-with-icon {
  position: relative;
}

.input-with-icon input[type="text"] {
  padding-left: 30px;
}

.input-with-icon i,
.input-with-icon img {
  position: absolute;
  left: 25px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}
.bg-searchInput{
  background: #efefef;
}
.title-color {
  color: #777777;
}
.default-breadcrumb {
  color: #3CC6BE;
}
.table-pidelo {
  width: 100%;
  border-collapse: collapse;
}
.table-pidelo th,
.table-pidelo td {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1em solid;
  border-color: #fafafa;
}
.table-pidelo td {
  background-color: #ffffff;
}
