﻿

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.6;
    background-color: #F2F2F2;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 35%;
    left: 590px;
    z-index: 100;
}


iframe {
    width: 100% !important;
    height: 100% !important;
}


table {
    background-color: white !important;
}

    table tbody tr td {
        vertical-align: middle;
    }

.modal-lg2 {
    max-width: 90%
}

@media screen and (max-width: 390px), screen and (max-width: 880px) {
    .cuerpo-app {
        width: 79% !important;
        height: 600px !important;
    }

}


@media screen and (max-width: 1200 px), screen and (max-width: 2500px) {
    .cuerpo-app {
        width: 97%;
        height: 600px;
    }

}


@media print {

    tfoot {
        display: table-row-group;
    }

    #menu {
        display: none;
    }
}

.movnav {
    top: -56px !important
}

.removemargin {
    margin-top: 0 !important;
}

.a-mano {
    cursor: pointer;
}

table {
    background-color: white;
}

label {
    margin-top: 4px;
}

table th {
    text-align: center;
    vertical-align: middle;
}

table thead tr th {
    text-align: center;
    vertical-align: middle !important;
}

table tr th {
    text-align: center;
    vertical-align: middle !important;
}

table td {
    vertical-align: middle !important;
}

.app-modal-window .modal-dialog {
    width: 80%;
}

.text-midle {
    vertical-align: middle;
}

.breadcrumb a {
    color: rgba(0, 101, 189, 1);
}

/*.breadcrumb {
    border: 3px rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    display: block;
}

    .breadcrumb li {
        font-size: 16px;
    }

    .breadcrumb a {
        color: rgba(0, 101, 189, 1);
    }

        .breadcrumb a:hover {
            color: rgba(0, 101, 196, 1);
        }

    .breadcrumb > .active {
        color: rgba(0, 101, 196, 1);
    }

    .breadcrumb > li + li:before {
        color: rgba(0, 113, 179, 1);
        content: "\276F\00a0";
    }*/


.DragDropClass ul[dnd-list],
.DragDropClass ul[dnd-list] > li {
    position: relative;
}

.DragDropClass ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

    .DragDropClass ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    .DragDropClass ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        min-height: 42px;
    }

    .DragDropClass ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
    }

        .DragDropClass ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }


/*Clases para corregir los madels de bootstrap*/
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop .fade .in {
    opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    width: 100%;
}
