﻿body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family: Open Sans,sans-serif !important;
}



/*Para las tablas*/

/*border-style: solid;
border-radius: 10px;
border-color: lightgray;
border-width: thin;
padding: 2px;*/

.main-panel {
    background-color: #edf1f7
}

label.error { color: darkred !important;}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    border-style: solid;
    border-radius: 10px;
    border-color: lightgray;
    border-width: thin;
    padding: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0.5rem 1rem 0 rgba(44,51,73,.1);
}

    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: center !important;
        padding-top: 0.25em;
    }

/*.dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 0px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border-radius: 0px;
            background: none !important;
            border: 1px solid #979797;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                background-color: #36f;
                color: white;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                background-color: #36f;
                color: white;
            }*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #36f!important;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
            }*/

/*.next, .previous {
    border: 1px solid #979797 !important;
}*/



table.dataTable.tablaGA thead th,
table.dataTable.tablaGA tfoot th {
    font-weight: bold;
    border: none !important;
}

table.dataTable.tablaGA tbody {
    border: none;
}

table.dataTable.tablaGA thead th,
table.dataTable.tablaGA thead td {
    padding: 10px 18px;
    border-bottom: 2px solid #111 !important;
    color: #222b45;
    font-size: .9375rem;
}

    table.dataTable.tablaGA thead th:active,
    table.dataTable.tablaGA thead td:active {
        outline: none;
    }

table.dataTable.tablaGA tfoot th,
table.dataTable.tablaGA tfoot td {
    padding: 10px 18px 6px 18px;
}

/*table.dataTable.tablaGA thead .sorting,
table.dataTable.tablaGA thead .sorting_asc,
table.dataTable.tablaGA thead .sorting_desc,
table.dataTable.tablaGA thead .sorting_asc_disabled,
table.dataTable.tablaGA thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable.tablaGA thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable.tablaGA thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}

table.dataTable.tablaGA thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}

table.dataTable.tablaGA thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable.tablaGA thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}*/

table.dataTable.tablaGA tbody tr {
    background-color: #ffffff;
}

    table.dataTable.tablaGA tbody tr.selected {
        background-color: #B0BED9;
    }

table.dataTable.tablaGA tbody th,
table.dataTable.tablaGA tbody td {
    padding: 8px 10px;
}

table.dataTable.tablaGA tbody tr.odd {
    background-color: #f7f9fc;
}

    table.dataTable.tablaGA tbody tr.odd.selected {
        background-color: #acbad4;
    }

table.dataTable.tablaGA tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

    table.dataTable.tablaGA tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
        background-color: #aab7d1;
    }

table.dataTable.no-footer {
    border-bottom: none !important;
}




.toolbar {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    -moz-box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    height: 100%;
    background-color: white;
    border-radius: 4px;
}

    .toolbar span {
        background-color: white;
    }

        .toolbar span:hover {
            color: gray;
            cursor: pointer;
        }

.verticalDivider {
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: gray;
    opacity: .5;
}

.la-1_7x {
    font-size: 1.7em;
    font-weight: bold !important;
    margin: 10px;
    margin-right: 0;
}

.btn_accion, .btn_accion_del, .btn_accion_celebrar {
    padding: 5px 5px;
    font-size: 1.7em;
    font-weight: bold !important;
    opacity: 0.5;
    border-radius: 3px;
    cursor: pointer
}

    .btn_accion_del:hover, .btn_accion_del:focus {
        color: darkred;
        opacity: 1;
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        text-decoration-color: aliceblue;
    }

    .btn_accion_celebrar:hover, .btn_accion_celebrar:focus {
        color: cornflowerblue;
        opacity: 1;
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
    }

    .btn_accion:hover, .btn_accion:focus {
        color: darkgoldenrod;
        opacity: 1;
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
    }

.dInfo {
    -webkit-box-shadow: 0px 2px 5px rgba(140,140,140,0.68);
    -moz-box-shadow: 0px 2px 5px rgba(140,140,140,0.68);
    box-shadow: 0px 2px 5px rgba(140,140,140,0.68);
    border-radius: 5px;
}

.dInfo-head {
    font-weight: bold;
}

.modal-header {
    background-color: transparent;
}

    .modal-header .modal-title {
        color: #575962 !important;
        font-size: 20px !important;
    }

.header-logo-brand {
    width: 190px;
    height: auto;
    margin-right: 20px;
    margin-left: 0px;
}


/*Pie de página*/
.footer {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #eee;
    background-color: #edf1f7 !important;
    -webkit-box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    -moz-box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    border-radius: 4px;
    border-top: 1px solid #edf1f7;
    color: #222b45;
    font-family: Open Sans,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 1.25rem;
}

.footer-container {
    display: flex;
    box-sizing: border-box;
    width: 100%;
}

.footer-logo-brand {
    width: 250px;
    height: auto;
    margin-right: 20px;
    margin-left: 0px;
}

.footer p {
    margin-top: 10px;
}

.footer-logo-brand-2 {
    width: 85px;
    height: 40px;
    margin-right: 5px;
}

.toolbar {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    -moz-box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    box-shadow: 3px 3px 20px -10px rgba(140,140,140,0.68);
    height: 100%;
    background-color: white;
    border-radius: 4px;
}

    .toolbar span {
        background-color: white;
    }

        .toolbar span:hover {
            color: gray;
            cursor: pointer;
        }


/* Widget: TODO LIST */
    .todo-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
    overflow: auto;
}

    .todo-list > li {
        border-radius: 2px;
        padding: 10px;
        background: #f4f4f4;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .todo-list > li:last-of-type {
            margin-bottom: 0;
        }

        .todo-list > li.danger {
            border-left-color: #dd4b39;
        }

        .todo-list > li.warning {
            border-left-color: #f39c12;
        }

        .todo-list > li.info {
            border-left-color: #00c0ef;
        }

        .todo-list > li.success {
            border-left-color: #00a65a;
        }

        .todo-list > li.primary {
            border-left-color: #3c8dbc;
        }

        .todo-list > li > input[type='checkbox'] {
            margin: 0 10px 0 5px;
        }

        .todo-list > li .text {
            display: inline-block;
            margin-left: 5px;
            font-weight: 600;
        }

        .todo-list > li .label {
            margin-left: 10px;
            font-size: 9px;
        }

        .todo-list > li .tools {
            display: none;
            float: right;
            color: #dd4b39;
        }

            .todo-list > li .tools > .la,
            .todo-list > li .tools > .glyphicon,
            .todo-list > li .tools > .ion {
                margin-right: 5px;
                cursor: pointer;
            }

        .todo-list > li:hover .tools {
            display: inline-block;
        }

        .todo-list > li.done {
            color: #999;
        }

            .todo-list > li.done .text {
                text-decoration: line-through;
                font-weight: 500;
            }

            .todo-list > li.done .label {
                background: #d2d6de !important;
            }

    .todo-list .handle {
        display: inline-block;
        cursor: move;
        margin: 0 5px;
    }

.btnSearch {
    background-color: #f2f3f4;
    cursor: pointer;
}

.btnSearch:hover {
    background-color: #e5e7e9;
    cursor: pointer;
}

@media (min-width:992px) {
    .modal-sd {
        max-width: 1050px
    }
}
