﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 {
    max-width: 280px;
}*/


.divButton {
    margin-top: 35px;
}

#hrHeader {
    margin-top: 1px;
    margin-bottom: 1px;
}

@media (min-width: 992px) {
    #logoImage {
        width: 484px;
        height: 290px;
    }
} 

@media (max-width: 992px){
    #logoImage {
        width: 372px;
        height: 223px;
    }

    #hrHeader {
        margin-top: 1px;
        margin-bottom: 15px;
    }

    
}


@media (min-width: 992px) {
    .modal-lg {
        width: 1200px !important;
    }
}

/* DataTable */
table.dataGrid {
    border-collapse: separate;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 50px auto;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 100%;
}

.dataGrid thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .dataGrid thead th {
        /*font-family: 'Roboto';*/
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        text-align: left;
        padding: 20px;
        background-size: 100%;
        /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
        background-image: -moz-linear-gradient(#646f7f, #4a5564);
        background-image: -webkit-linear-gradient(#646f7f, #4a5564);*/
        background-image: linear-gradient(rgb(51, 122, 165), rgb(51, 122, 165)) !important;
        border-top: 1px solid #858d99;
    }

        .dataGrid thead th:first-child {
            -moz-border-top-right-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        .dataGrid thead th:last-child {
            -moz-border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
        }

.dataGrid tbody tr td {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 400;
    color: #5f6062;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.dataGrid tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

.dataGrid tbody tr:last-child td {
    border-bottom: none;
}

    .dataGrid tbody tr:last-child td:first-child {
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .dataGrid tbody tr:last-child td:last-child {
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.dataGrid tbody:hover > tr td {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.dataGrid tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: 0.2s all;
}

.text-bold {
    font-weight: bold;
}

/* Esconde controles de input numeric html5 Hide controls input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#wrap-descarga-archivos a{
    color: darkblue;
}

#wrap-descarga-archivos .list-group-item {
    border: none;
    padding-left: 0px;
}

/* Scrollbar para modal de clientes */
#customerModal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
