a {
    color: #e9435b;
}

a:hover, a:focus, a:active {
    color: #21292e;
}

.sharp-green {
    height: 5px;
    background-image: url('../images/sharp-green.png');
}

.sharp-white {
    background-image: url('../images/sharp-white.png');
    height: 7px;
    background-position: left;
}

.navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.site-menubar-unfold .navbar-brand-logo-mobile {
    display: none !important;
}

.site-menubar-fold .navbar-brand-logo {
    display: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #e9435b;
    border-bottom: #e9435b;
}

#weekDays {
    list-style: none;
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
}

#weekDays li {
    display: table-cell;
    width: 50px;
    height: 50px;
    background-color: #90b7ad80;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#weekDays li.active {
    background-color: #e9435b;
}

#weekDays button {
    width: 100%;
    height: 100%;
    background: inherit;
    border: none;
    cursor: pointer;
}

.input-daterange .input-group-addon {
    padding-top: 5px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #e9435b !important;
    border-color: #e9435b !important;
}

.range label {
    font-size: 12px;
    background-color: #e9435b;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-flex;
}

.range label .close {
    line-height: 1;
    font-size: 16px;
}

.range label .close a,
.range label .close a:hover,
.range label .close a:active {
    color: #1e1e1e;
}

.range label span a,
.range label span a:hover,
.range label span a:active {
    color: #ffffff;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 9 !important;
}

.datepicker table tr td.range {
    background-color: #e9435b !important;
}

.page-login:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.page-login::before {
    background-image: url("../images/login.jpg");
}

span.add {
    background-color: #e9435b;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + input[type="hidden"] + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #e9435b;
    border-color: #e9435b;
}

.ui-timepicker-wrapper {
    z-index: 999999999999 !important;
}

.flex-parent {
    display: flex;
}

.flex-item {
    flex-grow: 1;
    text-align: center;
    flex-basis: 0;
    margin: 0 15px;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.pull-right {
    float: right;
}


.scroll-vertical-250  {
    overflow-y: auto;
    height: 250px;
}

.scroll-vertical-250::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: white;
}

.scroll-vertical-250::-webkit-scrollbar
{
	width: 6px;
	background-color: white;
}

.scroll-vertical-250::-webkit-scrollbar-thumb
{
	background-color: #c1c1c1;
}

.position-bottom{
    position: fixed;
    right: 50px;
    bottom: 65px;
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
.gray{
    color: #76838f !important;
}

.page-header {
    z-index: 0 !important;
    margin-bottom: 10px!important;
}

.page-aside .list-group-item.active {
    color: #3e8ef7;
    background-color: #f3f7f9;
    border: 0;
}

.page-aside .list-group-item:focus > .icon, .page-aside .list-group-item:hover > .icon {
    color: #e9435b;
}

.page-aside .list-group-item:focus,
.page-aside .list-group-item:hover,
.page-aside .list-group-item.active:focus,
.page-aside .list-group-item.active:hover {
    color: #e9435b;
    background-color: #e9435b1a;
    border: 0;
}

.page-aside .list-group-item.active:focus > .icon, .page-aside .list-group-item.active:hover > .icon {
    color: #e9435b;
}

.page-aside .list-group-item.active > .icon {
    color: #e9435b;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#e9435b,#e9435b),linear-gradient(#e9435b,#e9435b);
    float: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.hidden {
    display: none;
}

.partial {
    background-color: burlywood!important;
}
.active-menu-config{
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .02);
}

.site-gridmenu {
    bottom: 74px!important;
}

.modal { overflow: auto !important; }

.btn-group[data-toggle="buttons"] .btn {
    color: transparent !important;
}

.btn-group > .btn.active {
    color: #ffffff !important;
    background-color: #e9435b !important;
}
.btn-group > .btn:hover {
    color: #ffffff !important;
    background-color: #e9435b !important;
}

.btn-group > .btn > input[type="radio"] {
    display: none;
}

#changeGrid .btn-group > .btn {
    color: #76838f;
    background-color: rgba(118,131,143,.1)
}
#productGrid #exampleToolbar a{
    color: #76838f;
    background-color: rgba(118,131,143,.1);
}
#productGrid  a.disabled{
    color: #76838f!important;
}

.app-contacts .page-content-actions .btn-group {
    margin-left: -6px;
}
.img-header {
    height: 140px;
    float:left;
    margin-right:15px;
}
.img-header img {
    height: 140px;
}
.datos-header {
    float:left;
}

table.hr-special::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: url('https://apperstreet.com/mkt/assets/images/bg-paneles.jpg') repeat-x;
    left: 0;
}
.btn-panel {
    height: 29px;
    margin-left: 10px;
    padding: 0 !important;
    width: 90px;
}
.iconos {
    font-size: 14px;
    color: white;
    margin-right:10px;
}
.txt-align-right{text-align: right;}
.txt-align-left{text-align: left;}
.txt-align-center{text-align: center;}
.no-borde {border: none !important}

.app-contacts .slidePanel .user-info .btn-guardar {
    width: 100%;
    vertical-align: top;
    text-align: right;
}

.app-contacts table > thead > tr > th,
.app-contacts table > tbody > tr > th,
.app-contacts table > thead > tr > td,
.app-contacts table > tbody > tr > td {
vertical-align: middle;
white-space: nowrap;
}
.app-contacts table .avatar {
vertical-align: middle;
margin-right: 10px;
}
.app-contacts .slidePanel-actions {
float: none;
position: absolute;
top: 15px;
right: 20px;
}
.app-contacts .slidePanel-header {
width: 100%;
height: 190px;
text-align: left;
overflow: inherit;
background-color: #27353e;
}
.app-contacts .slidePanel-header .avatar {
width: 100px;
}
.app-contacts .slidePanel-header .name
{
    font-family: 'UnitPro-Bold';
    font-weight: normal;
    font-size: 14px;
    margin-top:8px;
    text-transform: uppercase;
}
.app-contacts .slidePanel-header .phone
{
    background-image: url('https://apperstreet.com/mkt/assets/images/clip-ubicacion-icon.png');
    background-repeat: no-repeat;
    background-position: left;
    font-weight: normal;
    font-size: 12px;
    margin-top:20px;
    padding-left:25px;
}
.app-contacts .slidePanel-header .email
{
    background-image: url('https://apperstreet.com/mkt/assets/images/email-icon.png');
    background-repeat: no-repeat;
    background-position: left;
    font-weight: normal;
    font-size: 12px;
    margin-top:20px;
    padding-left:25px;
}

.app-contacts .slidePanel-header .edit {
position: absolute;
bottom: -26px;
right: 20px;
}
.app-contacts .slidePanel-header .edit .wb-close {
display: none;
}
.app-contacts .slidePanel-header .edit.active .wb-close {
display: inline-block;
}
.app-contacts .slidePanel-header .edit.active .wb-pencil {
display: none;
}
.app-contacts .slidePanel .user-info
{
    width: 100%;
    /*margin: 30px 0;*/
}
.app-contacts .slidePanel .user-info td {
padding: 15px 0;
}
.app-contacts .slidePanel .user-info .estados-pedido {
width: 50%;
font-size: 16px;
font-family: 'UnitPro-Bold';
font-weight: normal;
text-transform: uppercase;
}
.app-contacts .slidePanel .user-info .estados-pedido span {
color: #e9435b;
font-weight: normal;
font-family: 'UnitPro-Bold';
}
.app-contacts .slidePanel .user-info .estados-pedido-right {
width: 50%;
font-weight: normal;
text-align: right;
}

.app-contacts .slidePanel .user-info .info-user {
width: 33%;
font-weight: normal;
text-transform: uppercase;
text-align: center;
font-size: 12px;
}
.app-contacts .slidePanel .user-info .info-user span
{
    font-size: 16px;
    color: #e9435b;
}
.app-contacts .slidePanel .table .total
{
    font-family: 'UnitPro-Bold';
    font-size: 18px;
}
.app-contacts .slidePanel .table .total span
{
    font-size: 18px;
    color: #e9435b;
    text-transform: uppercase;
}
.app-contacts .slidePanel .user-info .info-label {
width: 30%/*120px*/;
vertical-align: top;
}
.app-contacts .slidePanel .user-info .info-label .form-control{
width: 170px;
}
.has-error .form-control{
width: 170px;
}
.has-success .form-control{
width: 170px;
}

.app-contacts .slidePanel .user-info .form-group {
display: none;
margin: 0;
}
.app-contacts .slidePanel .user-info.active span {
display: none;
}
.app-contacts .slidePanel .user-info.active .form-group {
display: block;
}

.slidePanel .overlay-panel {
    padding: 28px 20px 20px 30px;
}


@media (max-width: 767px) {
.app-contacts .responsive-hide .tablesaw-cell-label {
    display: none;
}
.app-contacts table > thead > tr > th,
.app-contacts table > tbody > tr > th,
.app-contacts table > thead > tr > td,
.app-contacts table > tbody > tr > td {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.app-contacts .page-content-actions .actions-right {
    float: none;
    display: block;
}
.app-contacts .page-content-actions .actions-right .dropdown-toggle {
    border-color: #e4eaec;
}
}
@media (max-width: 480px) {
.app-contacts .page-header .page-header-actions {
    margin-top: 20px;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
}

.pagination {
    justify-content: flex-end;
}

.pagination li > a,
.pagination li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.57142857;
    color: #76838f;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #e4eaec;
    padding: 9px 15px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e9435b;
    border-color: #e9435b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #89bceb;
    background-color: #f3f7f9;
    border-color: #e4eaec;
}

.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #e4eaec;
}

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

.site-menu > .site-menu-item.open {
    background: #e9435b;
}

.site-menu > .site-menu-item.active {
    border-top: none;
    border-bottom: none;
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before, .radio-success input[type="radio"]:checked + label::before {
    background-color: #e9435b;
    border-color: #e9435b;
}

.site-navbar {
    background-color: #233747!important;
}

.flag-icon-en {
    background-image: url(../themes/marketing-tools/assets/vendor/flag-icon-css/flags/4x3/gb.svg);
}
.navbar-toolbar .form-control{
    width: 125px!important
}
.hide{
    display: none!important;
}

.align-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slidePanel {
    overflow: scroll!important;
}

.introjs-prevbutton, .introjs-nextbutton, .introjs-skipbutton, .introjs-donebutton {
    cursor: pointer;
}

.introjs-skipbutton.introjs-donebutton {
    background: rgb(99, 184, 163) !important;
}

.introjs-hidden {
    display: none;
}

[class*=" pe-"], [class^=pe-] {
    font-weight: 900!important;
    font-size: 17px;
}
#legalForm .nav-tabs .nav-link.active,
#tabPaymentInformation .nav-tabs .nav-link.active,
#tabDelivery .nav-tabs .nav-link.active,
#tabIva .nav-tabs .nav-link.active,
#tabAutomaticMarketing .nav-tabs .nav-link.active {
    background-color: #e9435b;
}

.c-white {
    color: white!important;
}
.site-gridmenu li {
    height: 116px;
}


 .customer-last {
    height: 250px !important;
    overflow-y: scroll!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.customer-last::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.customer-last {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.navLink {
    padding: .715rem 1.429rem;
    border-bottom: 2px solid transparent;
    color: #76838f;
    transition: .25s;
    border: 1px solid transparent;
    border-top-left-radius: .215rem;
    border-top-right-radius: .215rem;
}
.item {
    cursor: pointer;
}

.dataTables_filter {
    float: right;
}

.buttons-csv {
    background-color: #e9435b !important;
    border-color: #e9435b !important;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .429rem 1rem;
    font-size: 1rem;
    line-height: 1.57142857;
    border-radius: .215rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTables_filter {
    display: none;
}

#customerTable a {
    color: black;
}

.u-flex-filter {
    display: flex;
}

@media (max-width: 1024px) {
    .u-flex-filter {
        display: block;
    }
}

.range .col-3 {
    padding: 0%!important;
}
.navLink.active {
    color: white!important;
    background-color: #e9435b!important;
}

.slidePanel {
    z-index: 100!important;
}

.logo_expanded {
    display: block;

}

.navbar-header.expanded .logo_expanded {
    display: none;
}

#weekDaysWork {
    list-style: none;
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
}

#weekDaysWork li.active {
    background-color: #e9435b;
}

#weekDaysWork li {
    display: table-cell;
    width: 50px;
    background-color: #90b7ad80;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#weekDaysWork a {
    width: 100%;
    height: 100%;
    background: inherit;
    border: none;
    cursor: pointer;
    padding: 15px;
}

.d-inline-table {
    display: inline-table!important;
}

.c-new_order_content {
    position: absolute;
    top: 0px;
    right: 0px;
}

.c-new_order_item {
    background-color: #b3eaa9;
    color: black;
    position: relative;
    height: 135px;
    width: 299px;
}
.u-new_order_button_content {
    padding: 10px;
    display: flex;
    justify-content: center;
}
.u-new_order_info, .u-new_order_info:hover {
    color: white;
    padding: 12px 21px;
    text-align: center;
    width: 50%;
    background-color: #0d710d;
}

.u-new_order_print, .u-new_order_print:hover{
    color: white;
    padding: 12px;
    background-color: #0d710d;
}

.c-new-order-name {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    padding-top: 10%;
}

.c-new_order_close {
    color: white;
    font-size: 34px;
    position: absolute;
    top: 0;
    right: 16px;
}

#orderPrint  {
    z-index: 9999999;
}
.clockpicker-popover {
    z-index: 9999999!important;
}

.order-background {
    background-color: #f97a8d!important;
    color: white!important;
}

.map-rider-full .js-riders-map {
    width: 100%;
    height: 85vh;
}

.js-riders-map {
    width: 100%;
    height: 69vh;
}

.work-centre-create #tab3 {
    display: none;
}

.work-centre-update #tab3 {
    display: block;
}

.nps-avg {
    font-size: 40px;
    color: #e9435b;
    align-self: center;
    padding: 0px;
}
.nps-avg-card .card-body{
    display: flex;
    justify-content: center;
    padding: 12px;
}

.w-50 {
    width: 50%;
}
.table-nps {
    height: 137px;
}

.restoo-checkbox-segment {
    margin-top: 37px;
}

.mr-40 {
    margin-right: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.mr-80 {
    margin-right: 80px;
}
.ml-80 {
    margin-left: 80px;
}
.mb-25px {
    padding-bottom: 25px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50px {
    margin-bottom: 50px;
}
.mt-30 {
   margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}

.pr-80 {
    padding-right: 80px;
}
.pl-80 {
    padding-left: 80px;
}
.pb-25px {
    padding-bottom: 25px;
}
.pt-75px {
    padding-top: 75px;
}
.pb-75px {
    padding-bottom: 75px;
}
.pr-70 {
    padding-right: 75px;
}
.pl-70 {
    padding-left: 75px;
}

.text-primary {
    color: #EB4058;
}
.title-login {
    text-align: center;
    font-family: Poppins;
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.3px; /* 105.897% */
    letter-spacing: -0.2px;
}
.subtitle-login {
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
}
.login-form-content label {
    color: rgba(0, 0, 0, 0.38);
    font-family: Poppins;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-form-content input {
    padding: 17px!important;
    color: rgba(0, 0, 0, 0.38);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-form-content label.label-check {
    color: rgba(0, 0, 0, 0.65);
    font-family: Poppins;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login-form-content hr.thin {
    height: 1px;
    border-top: none;
    border-bottom: 1px solid black;
    transform: scaleY(0.33);
}

.login-image-content img {
   max-height: 580px;
}

.login-content {
    display: flex;
}
@media screen and (max-width: 1199px) {
    .login-content {
        display: block;
        padding: 33px;
    }

    .login-image-content {
        display: none;
    }

    .login-page-content {
        margin-left: 0px;
    }
}
