﻿
.main {
    padding-top: 35px !important
}

body {
    padding-top: 30px;
}

table {
    width: 100%;
}

thead, tbody, tr, td, th {
    display: block;
}

    tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

   

tbody {
    height: 400px;
    overflow-y: auto;
    text-align: left
}

thead {
    /* fallback */
}


    tbody td, thead th {
     
        float: left;
        overflow-x:hidden
    }


        thead th:nth-child(1) {
            width: 10%;
        }

        thead th:nth-child(2) {
            width: 20%;
        }

        thead th:nth-child(3) {
            width: 20%;
        }

        thead th:nth-child(4) {
            width: 15%;
        }

      thead th:nth-child(5) {
            width: 15%;
        }

        thead th:nth-child(6) {
            width: 20%;
        }



        tbody td:nth-child(1) {
            width: 10%;
        }

        tbody td:nth-child(2) {
            width: 20%;
        }

        tbody td:nth-child(3) {
            width: 20%;
        }

        tbody td:nth-child(4) {
            width: 15%;
        }

        tbody td:nth-child(5) {
            width: 15%;
        }

        tbody td:nth-child(6) {
            width: 20%;
        }










.filterable-cell {
    text-align: left
}

.rowModal {
    cursor: pointer
}

    .rowModal:hover {
        cursor: pointer;
        background-color: #089039 !important;
        color: white !important;
    }

        .rowModal:hover i {
            cursor: pointer;
            color: white !important;
        }

.columnModal:hover {
    cursor: pointer;
    background-color: #089039 !important;
    color: white !important;
}

#Detail_Orden p {
    font-weight: 700;
}

    #Detail_Orden p span {
        font-weight: 300;
    }

.modal-header {
    background-color: #089039
}

    .modal-header div h2 {
        display: inline;
        color: white;
        margin-right: 15px
    }

    .modal-header div a {
        display: inline;
        margin-right: 5px
    }

    .modal-header div button {
        display: inline
    }


