﻿.validation-message {
    color: indianred;
}

.lds-ripple {
    display: inline-block;
    /*position: relative;*/
    width: 80px;
    height: 80px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.container-loading {
    background-color: #6f6f9c;
    width: 100%;
    height: 100%;
}

.menu_link {
    color: #ced4da !important;
}

.margin_right_8 {
    margin-right: 8px !important;
}

.margin_bottom_8 {
    margin-bottom: 8px !important;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.margin_top_20 {
    margin-top: 20px !important;
}
.padding_0 {
    padding: 0px
}
.padding_8 {
    padding: 8px
}

.padding_25 {
    padding: 25px
}

.padding_15 {
    padding: 15px
}

.padding_bottom_4 {
    padding-bottom: 4px
}

.padding_left_8 {
    padding-left: 8px
}

.padding_right_8 {
    padding-right: 8px
}

.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.disabled-events {
    pointer-events: none;
    opacity: 0.6;
}

.font-size-15 {
    font-size: 15px;
}
.font-size-11 {
    font-size: 11px;
}

.table_scrolleable {
    overflow-y: auto;
    max-height: 347px;
    margin-bottom: 8px;
}

.table-fixed tbody {
    /*height: 300px;*/
    max-height: 347px;
    width: 100%;
}
.text-stroke-black {
    -webkit-text-stroke: 1px black;
}
.border-bottom-1 {
border-bottom: 1px solid #313131;
}
.border-bottom-2 {
    border-bottom: 2px solid #313131;
}
.border-right-2 {
    border-right: 2px solid #f5f9fc;
}
.border-top-1-tr {
    box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
}
.margin-top-15 {
    margin-top: 15px;
}
.font-size-25 {
    font-size: 25px;
}

/*table fixed header*/
.fixed_header {
    /*width: 400px;*/
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        /*height: 100px;*/
    }

    .fixed_header thead tr {
        display: block;
    }

    .fixed_header thead {
        /*background: black;
        color: #fff;*/
    }

    .fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: left;
        width: 200px;
    }
/**/

.map_83vh {
    height: 83vh;
    position: relative;
}
.vh75 {
    height: 75vh;
    position: relative;
}

.vh25 {
    height: 25vh;
    position: relative;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(255,255,255,0.5);
}
.loader-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000000;
}
.loader-text {
    position: fixed;
    top: 56%;
    width: 100%;
    z-index: 10000000;
    text-align: center;
}
.select-fontawesome {
    font-family: 'FontAwesome', 'sans-serif';
}
.pedidoItem {
    background: white;
    float: left;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    width:98%;
}
.customSidebarRight {
/*    height: 100%;*/
    width: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
  /*  background-color: #111;*/
    /*overflow-x: hidden;*/
    transition: 0.5s;
    /* padding-top: 60px;*/
    -webkit-box-shadow: -5px 0px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 0px 10px 1px rgba(0,0,0,0.5);
    box-shadow: -5px 0px 10px 1px rgba(0,0,0,0.5);
}
.customSidebar {
/*    height: 100%;*/
    width: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    /*background-color: #111;*/
    /*overflow-x: hidden;*/
    transition: 0.5s;
    /* padding-top: 60px;*/
    -webkit-box-shadow: 5px 0px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 5px 0px 10px 1px rgba(0,0,0,0.5);
}

    .customSidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .customSidebar a:hover {
            color: #f1f1f1;
        }

    .customSidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

#mainMap {
    transition: margin-left .5s;
    /*padding: 16px;*/
}
.itemDetalleEditionMap {
   /* padding: 0px 3px;*/
    margin: 3px;
    border: 1px solid #777;
    -webkit-border-radius: 3px;
    background: #fff;
    font-size: 11px;
}
.onDragEnter {
    /*margin-top : 8px;*/
    border: 3px solid #777 !important;
}
.grabbable {
    cursor: move !important; /* fallback if grab cursor is unsupported */
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
}

    /* (Optional) Apply a "closed-hand" cursor during drag operation. */
    .grabbable:active {
        cursor: grabbing !important;
        cursor: -moz-grabbing !important;
        cursor: -webkit-grabbing !important;
    }

.pedidoZonaItem {
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #8a8989;
    border-radius: 0px 5px 0px 5px;
    font-size: 12px;
    background-color: #dddff7;
}
.vehiculoTipoItem {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.bg-login{
    background-image: url(../images/fondo-market5.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
}
.vehicle-selected {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #6b6b6b;
}
.patente {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #6b6b6b;
    background-color: #dadada;
}
.select-vehicle-option {
    margin-bottom: 5px;
    background-color: #efefef;
    cursor: pointer;
}
    .select-vehicle-option:hover {
        margin-bottom: 5px;
        background-color: #e3e3e3;
        cursor: pointer;
    }

.bg-indigo {
    background-color: #6610f2 !important;
}

tr.border-top-cobranzas-report > td {
    border-top: 1px solid black !important;
}