/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.navbar-light{
    background-color: #2295ad;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}



.btn-info {
    color: #fff;
    border-color: #22b14d !important;
    background-color: #22b14d   !important;
}

.header-navbar.navbar-dark.navbar-border {
    border-bottom: 1px solid #333;
  }

  .bg-blue-grey.bg-lighten-1 {
    background-color: #333 !important;
  }

.btn-primary {
    color: #fff;
    border-color: #22b14d !important;
    background-color: #22b14d !important;
}

.bg-info {
    background-color: #2295ad !important;
}

#navbar-mobile li{
    color: #fff !important;
}


.table_dashboard th, .table_dashboard td{
    padding: 1rem 0.6rem 0.5rem 0.6rem !important;
}

.smallHeight{
    height: 30px;
}

.info-status-chart{
    float: right;
}

.card-header-section{
    height: 42px;
}

.dot-orange {
    height: 25px;
    width: 25px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-yellow {
    height: 25px;
    width: 25px;
    background-color: yellow;
    color: black;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-red {
    height: 25px;
    width: 25px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-green {
    height: 25px;
    width: 25px;
    background-color: green;
    color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.grid_header{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.header_title{
    grid-column-start: 1;
    grid-column-end: 2;
}

.header_search{
    grid-column-start: 2;
    grid-column-end: 6;
}

.header_actions{
    grid-column-start: 5;
    grid-column-end: 6;
}

.header_search form{
    float: right;
}

.inner{
    width: 50%; float:left;
    display: inline-block;
 }
 .outer{
    width: 100%;
 }

 .list-group-item.active_client {
    z-index: 2;
    color: #fff !important;
    background-color: #1a80ad !important;
     border: 1px solid #1a80ad;
}

.active_client h5 {
    color: #1a80ad !important;
    font-weight: bold !important;
}

 .nav.nav-pills .nav-item .nav-link.active.button-tab{
    color: #1a80ad;
    background-color: white !important;
    border-bottom: none !important;
    border: 1px solid white;
    border-top: 3px solid #1a80ad !important;
 }

 .nav.nav-pills .nav-item .nav-link.button-tab{
    color: black;
 }

 .nav.nav-pills.nav-pill-bordered .nav-item.button-tabs {
    border: 1px solid #d3d3d3;
    border-bottom: none !important;
}

.repeater-default .row{
    background-color: #f9f9f9;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.card-bordered{
    border: 1px solid #d3d3d3 !important;
    border-top: none !important;
 }

.btn_delete_items{
    float: right;
}

.newVisit{
    margin-top: 20px;
}

.table-responsive tbody, .table-responsive thead{
    width: 100% !important;
}

.header_search form input, .header_search form select {
    margin-right: 5px;
    margin-bottom: 5px;
}

.header_search form button{
    margin-left: 10px;
    margin-bottom: 5px;
}

.table th {
    background-color: #d4e7f0;
    color: #333;
}

.table .btn{
    padding: .3rem .5rem !important;
    margin-bottom: 0px !important;
}

.dataTables_length .custom-select{
    width: 60px !important;
    height: 25px !important;
}

.btn_delete_items {
    padding: .4rem .5rem !important;
}

.horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link i {
    font-size: 1.5rem;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: .5rem;
    text-align: center;
}

.header-navbar  .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 10px 20px;
}

.header-navbar .dropdown .dropdown-menu li > a.nav-link {
    padding: 1rem 1rem !important;
    min-width: 180px;
}

.header-navbar .dropdown .dropdown-menu li > a.nav-link:hover {
    background-color: #f5f5f5;
}

#header_search input, #header_search select{
    margin-right: 10px;
}

.grid_search_button{
    margin-top: 28px;
    display: inline-block;
}

.bold{
    font-weight: bold;
    color: #333;
}

.my_btn_export{
    margin-top: 28px;
    display: inline-block;
}

.canbill{
    float: left;
}

.pagination a{
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.pagination li.active a{
    padding: 10px 15px;
    border: 1px solid #2295ad;
    background-color: #2295ad;
    color: #fff;
    font-weight: bold;
}

.nav_pagination nav{
    display: inline-block;
    width: auto;
}

.normal-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.blink_me {
    animation: blinker 2s linear infinite;
    color: red;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .active_filter, .active_filter_color{
    background-color: rgba(34,149,173, .1);
 }

#header_search .select2 {
    margin-right: 10px;
}

   
  .searchoptions{
      float: left;
  }

  .gridColumnOptions{
    float: left;
    display: inline;
}  

  #visible_columns_options{
    float: left;
  }

#form .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link{
    border-right: none !important;
}

#form .nav-vertical .nav-left ~ .tab-content{
    margin-left: 250px !important;
}

#form .tab-content .tab-pane{
    min-height: 400px;
}

.custom-link-tab{
    min-width: 251px !important;
}

.custom_checkboxes .tags input + label
{
    background: #fff;
    height: 38px;
    width: auto;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #646464;
    border: 1px solid #d7d7d7;
    min-width: 200px;
}

.custom_checkboxes .tags input:checked + label
{
    background: #2295ad;
    border: 1px solid #2295ad;
    height: 38px;
    width: auto;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.label_bold label{
    font-weight: bold;
}


.rejected_bkg {background-color: #ff443e;}
.corrected_bkg {background-color: #f0a8f0;}
.pending_bkg {background-color: #fe8640;}
.approved_bkg {background-color: #10b165; }
.billed_bkg {background-color: #10b165; }
.archived_bkg {background-color: #358fff;}
.missing_bkg {background-color: #fd0c04;}

.rejected_color {color: #ff443e;}
.corrected_color {color: #fe8640;}
.pending_color {color: #f9cd43;color: #897022;}
.approved_color {color: #10b165; }
.billed_color {color: #10b165; }
.archived_color {color: #358fff;}


.badge-filters{
    background-color: #1a80ad;
    padding: 5px !important;
}

.filters input[type=checkbox] {
    display:none;
}

.filters label
{
    background: #fff;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #1a80ad;
    border: 1px solid #1a80ad;
}

.filters input:checked + label
{
    background: #1a80ad;
    border: 1px solid #1a80ad;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}


.display_mode input[type=radio] {
    display:none !important;
}

.display_mode label
{
    background: #fff;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #1a80ad;
    border: 1px solid #1a80ad;
    float: left;
    margin-right: 15px;
}

.display_mode input:checked + label
{
    background: #1a80ad;
    border: 1px solid #1a80ad;
    height: 35px;
    min-width: 120px;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
}

.custom_checkboxes .tags input[type=checkbox] {
    display:none;
}

.custom-card-content{
    background-color: #f9f9f9;
}

.assesments_files_select input[type="file"]#file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.p07{
    padding: .7rem !important;
}

.assesments_files_select label[for="file"] {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #1a80ad;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 40px !important;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.text-custom-color{
    color: #1a80ad;
}

.fc-header-toolbar h2{
    padding: 10px;
    width: 100%;
    background-color: #2295ad;
    margin-bottom: 15px;
    color: #fff;
}

.fc-unthemed .fc-today {
    color: #fff;
    background: #2295ad ;
}

.btn-outline-primary.disabled, .fc button.disabled, .btn-outline-primary:disabled, .fc button:disabled{
    color: #2295ad;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color: #ccc;
}

.fc-left{
    width: 100%;
}

.fc button {
    color: #2295ad;
    border-color: #2295ad;
    background-color: transparent;
    background-image: none;
}

.fc-button-group {
    margin-right: 15px;
}

.fc-modal-footer{
    display: inline-block;
}

.fc-modal-header{
    background-color: #2295ad;
}

.fc-modal-header .modal-title{
    color: #fff;
}

.fc-modal-header{
    border-radius: 0px !important;
}

.fc-modal-header button{
    color: #fff;
    font-size: 2rem !important;
    padding-top: .9rem !important;
}

.calendar-sidebar, .calendar-sidebar > span#sidebarToggler, #eventListToggler{
    background-color: #1a80ad !important;
}

#eventListToggler, .calendar-sidebar, .calendar-sidebar > span#sidebarToggler, .evo-calendar{
    box-shadow: none !important;
}

.calendar-table th[colspan="7"], .event-list > .event-empty > p{
    color: #1a80ad !important;
}

.event-list > .event-empty {
    background-color: rgba(120,144,156,.15) !important;
    border: 1px solid #1a80ad !important;
}

.calendar-sidebar > .month-list > .calendar-months > li.active-month, .calendar-sidebar > .month-list > .calendar-months > li:hover{
    background-color: #6a7e88 !important;
}

.calendar-sidebar > .month-list > .calendar-months > li{
    padding: 5px 30px !important;
}

input.status_modal[type=radio] {
    display:none;
}

input.status_modal + label
{
    background: #fff;
    height: 33px;
    width: 19%;
    display:inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #646464;
    border: 1px solid #d7d7d7;
}

input.status_modal:checked + label
{
    border: 1px solid #1a80ad;
    height: 33px;
    width: 19%;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

#calendar-visits .event-container > .event-info > p.event-title {
    font-size: 17px !important;
}

#visits_modal i{
    color: #1a80ad;
}

.img_choice{
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: 10;
    width: 100px;
}
.text-color-basic{
    color: #1a80ad;
}
.img_new_choice{
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: 10;
    width: 120px;
}

.border-custom{
    border: 1px solid rgba(120, 144, 156, .5);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 2px;
    padding: 2px 6px !important;
    color: #fff;
    border-color: #1a80ad !important;
    background-color: #1a80ad !important;
}
.display-inline label{
    display: inline !important;
}

.not_incident_report_url label{
    margin-top: 6px;
}

.select2{
    max-width: 100%;
}

.background-pyramid{
    background-color: #1a80ad !important;
}

input.actions[type=checkbox] {
    display:none;
}

input.actions + label
{
    background: #fff;
    height: 33px;
    display:inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #646464;
    border: 1px solid #d7d7d7;
}

input.actions:checked + label
{
    border: 1px solid #1a80ad;
    background-color: #1a80ad !important;
    height: 33px;
    width: 100%;
    display:inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

form .form-section1
{
    line-height: 3rem;

    margin-bottom: 20px;

    color: #1d2b36;
    border-bottom: 1px solid #1d2b36;
}

form .form-section2
{
    line-height: 3rem;

    margin-bottom: 20px;

    color: #1d2b36;
    border-bottom: 2px solid #1d2b36;
}

form .form-section3
{
    line-height: 4rem;

    margin-bottom: 20px;

    color: #1d2b36;
    border-bottom: 3px solid #1d2b36;
}

.alert-info {
    color: #104153 !important;
    border-color: #1a80ad !important;
    background-color: #77c8e5 !important;
}

.bs-callout-success {
    display: block;
    color: black;
    border-color: #37bc9b !important;
    border-radius: .25rem;
    background-color: #afe8d9;
}

.bs-callout-success {
    color: black;
}

[class*="bs-callout"].callout-bordered {
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}

.client_list_mobile{
    display: none !important;
}

.client_list_desktop{
    display: block;
}

.blockOverlay{
    opacity: 0 !important;
}

.blockUI{
    position: fixed !important;
    padding: 5px !important;
    margin: 0px !important;
    width: 8% !important;
    top: 345px !important;
    left: 43% !important;
    text-align: center !important;
    color: rgb(0, 0, 0) !important;
    border: none !important;
    background-color: rgb(255, 255, 255) !important;
    cursor: wait !important;
}

.brand-text{
    line-height: 1 !important;
}

.brand-text small{
    font-size: 60% !important;
    float: right;
    margin-top: 4px;
}

#modal_notification .modal-header, #modal_notification_single .modal-header{
    background-color: #1a80ad;
    text-align: center !important;
    border-radius: 0px;
}

#modal_notification .modal-header h4, #modal_notification_single .modal-header h4{
    color: #fff;

}

#modal_notification .modal-dialog, #modal_notification_single .modal-dialog{
    margin-top: 10%;
}

#notification_title, #notification_title_single{
   margin: auto;
}

.border-light-modal{
    border: 1px solid rgba(120,144,156, .2) !important;
}

.color-primary-pyr{
    color: #1a80ad;
}


.client_emp_relation .card{
    border: 1px solid #ddd;
    min-height: 200px;
}

.bg-gray{
    background-color: #f5f5f5;
}

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

.w100{
    width: 100% !important;
}

.pr5{
    padding-right: 5px !important;
}

.filter_by{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #dce6eb;
    font-size: 11px;
}

.filter_by strong{
    color: #333;
}

#main-menu-navigation li a i{
    color: #1a80ad !important;
}

.clock_hours {
    display: inline-block;
    width: 60px;
    height: calc(2.75rem + 2px);
    padding-left: 10px !important;
}

.clock_minutes {
    display: inline-block;
    width: 60px;
    height: calc(2.75rem + 2px);
    padding-left: 10px !important;
}

.clock_ampm {
    display: inline-block;
    width: 60px;
    height: calc(2.75rem + 2px);
    padding-left: 10px !important;
}


.star_yellow{
    color: #f6ca00;
}


.bg-danger-custom{
    background-color: rgb(255, 227, 227) !important;
}



.text-gray-disabled{
    color: #999;
}

.credits_available{
    background-color: #0c668e;
    min-height: 40px;
    padding: 10px;
    border-left: 2px solid #fff;
}

.credits_available .number{
    font-size: 30px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.card_updated{
    animation: fade 2s forwards;
    background-color:rgba(212, 231, 240, .5);
}

@keyframes fade {
    from {background-color:rgba(212, 231, 240, .5);}
    to {background-color:rgba(255, 255, 255, 1);}
}

.help-bubble{
    position: fixed;
    bottom: 0;
    right: 0;
    border: 3px solid #fff;
    border-bottom: none !important;
    padding: 5px 10px;
    background-color: #1a80ad;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
}
.help-bubble a, .help-bubble a:hover{
    color: #fff;
}

.icon-help{
    font-size: 55px !important;
    max-width: 50px;
    padding-left: 20px;
}

.icon-help-phone{
    margin-right: 44px;
}

.modal-title-help{
    padding: 10px;
    font-weight: bold;
}

.modal-footer-help{
    border-top: 1px solid #ddd;
}
.list_referrer_donut li {
    float: left;
    margin-right: 10px;
}

.height-230{
    height: 228px !important;
}

#clients-list a{
    padding: 5px 10px;
}


.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
    color: #555;
    border-top: 3px solid #1a80ad;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.nav.nav-tabs.nav-top-border .nav-item a {
    color: #1a80ad;
}
.icon_menu{
    width: 40px;
    display: block;
    text-align: center;
    margin: auto auto 5px;
}

.header-navbar .navbar-container ul.nav li > a.nav-link {
    font-size: 1.05rem;
    padding: 1.1rem 1rem;
}



.table_head_up{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #c7c7c7 transparent;
    float: right;
    margin-right: 3px;
}

.table_head_down{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #c7c7c7 transparent transparent transparent;
    float: right;
    margin-right: 3px;
}

.order_container{
    display: inline-block;
    float: right;
    padding-top: 8px;
    margin-right: 5px;
}

.facebook_color
{
    color: #1877f2;
}

.google_color
{
    color: #ea4335;
}

.referals_color{
    color: #8cbfd6;
}

.direct_color{
    color: #34a853;
}
.nextdoor_color{
    color: #8ed500;
}

.ads_color{
    color: #32a34f;
}

.padding-5-15{
    padding: 5px 10px !important;
}

.background-custom-color{
    background-color: #d4e7f0;
}

.background-custom-fade{
    background-color: rgba(212, 231, 240, .1);
}

.signature_preview{
    border: 2px dotted #ddd;
    min-height: 100px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    font-size: 40px;
    font-family: 'Babylonica', cursive;
}

.signature_preview img{
    max-width: 100%;
}


.background-light{
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
}

#div_clients_to_invoice{
    margin-right: 0px !important;
}

.heading-elements-custom {
    right: 0px !important;
}

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

#pager_per_page_selector{
    margin-bottom: 0px !important;
}

.btn_run_bulk_action{
    margin-top: -4px !important;
}

.border-light-custom{
    border: 1px solid #f5f5f5;
}

.row_objetive{
    cursor: pointer;

}

.row_objetive:hover{
    background-color: rgba(212,231,240, .3) !important;
}

.valid_date_item{
    border: 1px solid #ddd;
    padding: 5px;
}

.filter_search_select2, .search_field{
    margin-right: 10px;
}

.form-section-pyr {
    line-height: 3rem;
    margin-bottom: 20px;
    color: #1d2b36;
    border-bottom: 1px solid #1d2b36;
}

.modal_categories label {
    display: block;
}

.employee_type_info{
    padding-right: 1.5rem !important;
}

.service_log_info_card .card{
    border: 1px solid #f5f5f5;
}

.service_log_info_card .header_info{
    background-color: rgba(212,231,240, 0.3);
    padding: 10px;
}

.service_log_info_card .header_info img{
    width: 50px;
}

#modal_invoice_blocked{
    top: 30%;

}

.dashboard_shortcut{
    border: 1px solid #ddd;
    padding: 10px 10px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.dashboard_shortcut img{
    filter: grayscale(100%);
    opacity: .5;
}

.dashboard_shortcut:hover > img{
    filter: grayscale(0%);
    opacity: 100;
}

.dashboard_shortcut:hover{
    border: 1px solid #1a80ad;
}

.dashboard_shortcut:hover>p{
    color: #1a80ad;
}

.dashboard_shortcut_active img{
    filter: grayscale(0%);
    opacity: 100;
}

.dashboard_shortcut_active p{
    color: #1a80ad;
}

.dashboard_shortcut_active{
    border: 1px solid #1a80ad;
}



.data_header{
    text-align: center;
    background-color: #1a80ad;
    padding: 5px;
    color: #fff;
    margin-bottom: 15px;
}

.data_header_list li{
    padding: 5px 15px;
    border: none;
}

.data_header_list span.float-left{
    min-width: 30px;
}

.product_price_label{
    font-size: 2rem;
    color: #1a80ad;
    border: 1px solid #1a80ad;
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    min-height: 80px;
    font-weight: bold;
}

.product_title_label{
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.navbar_list_products{
    padding: 10px 5px 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    color: #333 !important;
}

.badge-up-cart {
    position: absolute;
    top: 3px;
    right: -6px;
}

.making_payment{
    font-size: 1.5rem;
}

.header-navbar .navbar-container .dropdown-menu-media {
    width: 40rem;
}

.header-navbar.navbar-brand-center .navbar-header {
    top: 0px;
}

.location_data_list{
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
    float: left;
    margin-left: 10px;
}
.icon_map{
    float: left;
    padding-top: 6px;
    font-size: 40px;
    color: #d33e3f;
}

.location_data_list li{
    line-height: 1;
}

.equipments_data_list{
    list-style: none;
    padding: 5px 5px 5px 0px;
}

.equipments_data_list li{
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}


/* Botón verde redondo */
#startBtn {
    background-color: #34a853;
    padding: 25px 30px;
    border-radius: 25px;
    text-align: center;
    margin: auto;
    color: #fff !important;
    border:none;
    cursor: pointer;
    width: 85%;
    font-size: 20px;
}

/* Mensaje amarillo */
#inProgressMessage {
    background-color: #dad9d9;
    padding: 15px 5px;
    text-align: center;
    color: #fff !important;
    border:none;
    margin-top: 20px;
    display: none;
    border-radius: 10px;
}

/* Botón rojo para cancelar */
#cancelBtn {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    display: none;
    border-radius: 10px;
}

.equ_display_in_progress_message{
    padding-top: 5px;
    color: #333;
    font-weight: bold;
}



@media only screen and (max-width: 600px) {
    .grid_header{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .header_title{
        grid-column-start: 1;
        grid-column-end: 6;
        margin-top: 20px;
    }

    .header_search{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .header_search .btn-success{
        margin-top: 10px !important;
        float: right;
    }

    .header_actions{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .document_name{
        font-size: .6rem !important;
    }

    .horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link i {
        display: inline-block !important;
        margin-right: 10px;
    }



    #header_search input, #header_search select{
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .client_list_mobile{
        display: block !important;
    }

    .client_list_desktop{
        display: none !important;
    }

    form .form-section3, form .form-section{
        line-height: 1.8rem !important;
    }



    .logo_header{
        z-index: 999;
        left: 72%;
        width: 192px;
        top: 7px;
    }



}

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

.navbar-dark {
    background: #000;
}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

    .grid_header{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .header_title{
        grid-column-start: 1;
        grid-column-end: 6;
        margin-top: 20px;
    }

    .header_search{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    .header_search .btn-success{
        margin-top: 10px !important;
        float: right;
    }

    .header_actions{
        grid-column-start: 1;
        grid-column-end: 6;
    }

    form .form-section{
        line-height: 1.6rem;
    }




}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 600px) {
    /* Styles */
   .clock_hours {
       display: inline-block;
       width: 60px;
       height: calc(2.75rem + 2px);
   }

    .clock_minutes {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
    }

    .clock_ampm {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
    }
    .dropzone .dz-message {
        font-size: 1.2rem !important;
    }
    .custom-link-tab{
        min-width: 115px !important;
    }

    #form .nav-vertical .nav-left ~ .tab-content{
        margin-left: 50px !important;
    }

    .header-actions{
        display: inline-block !important;
    }

    .header-actions-container{
        position: relative !important;
        top: 10px !important;
    }

    .table-responsive-custom {
        display: block;
        overflow-x: auto !important;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }


    #sendInvite{
        float: right;
        margin-top: 10px;
    }

    .inner{
        width: 100%; float:left;
     }
     .outer{
        width: 100%;
     }



     .navbar-only-mobile{
        visibility: visible !important;

     }

    .navbar-only-mobile .left, .navbar-only-mobile .right{
        text-align: center;
        background-color: #fff;
        padding: 10px;
    }  

    .badge-up-cart{
        right: 30px;
    }

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

}


/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* Styles */
    .clock_hours {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
        padding-left: 10px !important;
    }

    .clock_minutes {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
        padding-left: 10px !important;
    }

    .clock_ampm {
        display: inline-block;
        width: 60px;
        height: calc(2.75rem + 2px);
        padding-left: 10px !important;
    }


}

.btn_add_to_cart{
    margin-top: 10px;
}

 .map {
     height: 500px;
     width: 100%;
 }

.wellcome_map {
     height: 400px;
     width: 100%;
 }

.errors ul li
{
    color: red;
}

.body_client{
    background-color: #fff !important;
}

.card_client{
    box-shadow: none !important;
}

.body_client a{
    color: #1fa747 !important;
}

.body_client{
    font-size: 1.2rem !important;
    color: #000 !important;
}

.back-button {
    background-color: #1fa747; /* Puedes cambiar el color del botón según prefieras */
    color: #ffffff; /* Color del texto */
    border: none;
    padding: 5px 7px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px; /* Bordes redondeados */
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    margin-left: 15px;
    margin-bottom: 15px;
}

.back-button:hover {
    background-color: #1fa747; /* Color al pasar el mouse */
}

.arrow {
    margin-right: 2px; /* Espacio entre la flecha y el texto */
}

.list-group .list-group-item-action:active {
    color: #fff;
    background-color: #ddd !important;
}


.bg-blue-grey.bg-lighten-1 {
    background-color: #000 !important;
}

.ft-menu{
    color: #000;
}

footer a{
    font-size: 1rem !important;
    color: #1fa747 !important;
}


