﻿body {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(242, 242, 233));
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
}

.container {
    max-width: 1600px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    
}

.form-control {
    text-align: left;
}

/*.input-group-text :hover {
    cursor:pointer;
}*/

.alert {
    margin: 0px !important;
}

.inpLogin {
    margin-bottom: .5rem;
}

.btnGrabar {
    margin-top: 25px;
}

input[type=radio], input[type=checkbox] {
    transform: scale(1.5);
}

.imgZoom {
    transition: all .2s ease-in-out;
    z-index: -50;
}

    .imgZoom:hover {
        transform: scale(3.5);
        cursor: default;
    }

.readOnlyInput {
    border: none;
    outline: none;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

/*----Clientes----*/

.txt-gray {
    color: gray;
}

.show {
    display: block;
}

.hidden {
    display: none;
}
/*----------------*/

/*----Menu----*/

g > g > g:hover {
    fill: rgb(255, 193, 7);
}

.btn-toggle-nav span {
    padding: .1875rem .5rem;
    margin-left: 1.25rem;
    font-weight: 800;
}
/*------------*/



/*Iconos para ayuda*/
.icnEmail {
    text-decoration: none;
    color: rgb(237, 201, 109);
}

    .icnEmail:hover {
        color: rgb(237, 201, 109);
    }

.icnPhone {
    text-decoration: none;
    color: rgb(31, 149, 192);
}

    .icnPhone:hover {
        color: rgb(31, 149, 192);
    }

.icnWhats {
    text-decoration: none;
    color: rgb(31,192,79);
}

    .icnWhats:hover {
        color: rgb(31,192,79);
    }

.helpIcon {
    transition: transform .2s;
}

    .helpIcon:hover {
        transform: scale(1.3);
    }

/*Autocomplete*/

#clientes-list {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    padding: 0;
    color:white;
    background-color: rgba(0,0,0,.7);
    border-radius:5px;
    list-style: none;
    max-height: 220px;
    min-width: 50%;
    overflow-y: hidden;
}

    #clientes-list li {
        padding: 5px;
        cursor: pointer;
    }

        #clientes-list li:hover {
            color:white;
            background-color: rgba(0,0,0,.9);
        }

/*------------*/

/*Selecciona todo*/

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}
table.dataTable tr th.select-checkbox.deselected::after {
    content: "☐";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

/*---------------*/
