c.modal-dialog,
.ui-dialog .modal-dialog {
    padding: 0;
}

.modal-dialog.whole-screen {
    height: calc(100vh - 2px) !important;
    width: 98vw !important;
}

.ui-dialog .ui-dialog-title {
    left: 10px;
    position: relative;
    top: 10px;
}

.modal-dialog label {
    display: inline-block;
    width: auto;
}

.modalLabelSpecial {
    display: inline-block;
    width: 99%;
}

.modal-dialog fieldset {
    margin-bottom: 10px;
}

.modal-dialog .fields-container {
    height: calc(100vh - 150px);
    margin: 10px 0;
    overflow-y: auto;
}

    .modal-dialog .fields-container .data-row,
    .modal-dialog .fields-container .data-label,
    .modal-dialog .fields-container .data-value,
    .modal-dialog fieldset .data-row,
    .modal-dialog fieldset .data-label,
    .modal-dialog fieldset .data-value {
        margin: 10px 10px;
    }

.data-row-options {
    display: inline-block;
    height: 50px;
}

.data-row div {
    background-color: #f6f6f6;
}

.modal-dialog input[type="text"],
.modal-dialog select {
    line-height: normal;
    width: 68%;
    margin-left: 2px;
}

.modal-dialog input[type="date"] {
    margin-left: 2px;
}

.modal-dialog .listbox-field {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.modal-dialog .listbox-actions {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.modal-dialog .listbox-field select[multiple] {
    width: 100%;
    margin-top: 2px;
}

.modal-dialog .listbox-actions > div {
    margin: 5px 0 5px 10px;
}

.modal-dialog .listbox-actions label {
    display: inline;
    width: 100%;
}

.modal-dialog .side-panel ~ fieldset {
    width: 60%
}

.modal-dialog .side-panel {
    width: 30%;
}

button.dialog-button {
    float: right;
}

/* Formulario */

.modal-dialog form {
    margin-bottom: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0 1em .5em;
}

.modal-dialog.alert #alertDialog,
.modal-dialog.alert #okCancelDialog {
    padding: 10px;
    text-align: center;
}

.ui-dialog-content > form {
    margin-top: 15px;
}

/* Menu modal */

.modal-dialog .menu-bar {
    margin: 10px 0;
    width: inherit;
}

    .modal-dialog .menu-bar button {
        float: left;
    }

.dialog-button-panel {
    clear: both;
}

.modal-dialog.alert .ui-dialog-buttonpane {
    padding: 3px;
}

.alert-contents {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.alert-button-panel {
    padding: 10px;
}

.dialog-ul {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

    .dialog-ul table {
        margin-top: 10px;
        /*background-color: white;*/
        color: navy;
        border: none !important;
    }

        /*.dialog-ul table tr:nth-child(even) {
            background-color: #ffffff;
        }
        .dialog-ul table tr:nth-child(odd) {
            background-color: #f2f2f2;
        }*/


        .dialog-ul table tr {
            border: none !important;
            height: 30px;
        }

            .dialog-ul table tr th {
                background-color: navy !important;
                color: white;
                border: none !important;
                padding: 10px;
                height: 15px;
                /*   border-left: 1px solid gray;
            border-right: 1px solid gray;
            border-top: 1px solid gray;
            border-bottom: 1px solid gray;*/
            }


                .dialog-ul table tr th:nth-child(1) {
                    background-color: transparent !important;
                    color: white;
                    border-left: none;
                    border-right: none;
                    border-top: none;
                    border-bottom: none;
                    border-top-left-radius: 10px;
                    width: 15px;
                }

                .dialog-ul table tr th:nth-child(2) {
                    border-right: 1px solid gray !important;
                    border-top-left-radius: 10px;
                }

                .dialog-ul table tr th:nth-child(4) {
                    border-left: 1px solid gray !important;
                    border-top-right-radius: 10px;
                }

                .dialog-ul table tr th:nth-child(5) {
                    background-color: transparent !important;
                    color: white;
                    border-left: none;
                    border-right: none;
                    border-top: none;
                    border-bottom: none;
                    border-top-left-radius: 10px;
                }

                .dialog-ul table tr th:nth-child(6) {
                    background-color: green !important;
                    color: white;
                    border-left: 1px solid gray;
                    border-right: 1px solid gray;
                    border-top: 1px solid gray;
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                    border-bottom: none;
                }

                .dialog-ul table tr th:nth-child(7) {
                    background-color: transparent !important;
                    color: white;
                    border-left: none;
                    border-right: none;
                    border-top: none;
                    border-top-left-radius: 10px;
                    border-bottom: none;
                }

                .dialog-ul table tr th:nth-child(8) {
                    border-right: 1px solid gray !important;
                    border-top-left-radius: 10px;
                }

                .dialog-ul table tr th:nth-child(10) {
                    border-left: 1px solid gray !important;
                    border-top-right-radius: 10px;
                }


            .dialog-ul table tr td {
                padding: 8px;
                border: none !important;
                background-color: white;
            }

            .dialog-ul table tr:nth-child(odd) td {
                background-color: #EEEEEE;
            }


            .dialog-ul table tr td:nth-child(1) {
                background-color: rgba(200,200,200,0.5);
                color: white;
                border-left: none;
                border-right: none;
                border-top: none;
                width: 15px;
                border-bottom: none;
            }

            .dialog-ul table tr:nth-child(2) td:nth-child(1) {
                border-top-left-radius: 10px;
            }



            .dialog-ul table tr td:nth-child(2) {
                border-right: 1px solid gray !important;
            }

            .dialog-ul table tr td:nth-child(4) {
                border-left: 1px solid gray !important;
            }

                .dialog-ul table tr td:nth-child(4) input[type=text] {
                    border: 1px solid rgba(255,0,0,0.1);
                    float: left;
                    background-color:rgba(255,0,0,0.02);
                    padding: 0px;
                    width:125px;
                }

                .dialog-ul table tr td:nth-child(4) input[type=button] {
                    background: url("../img/Checked.png") no-repeat;
                    border: 0px solid transparent;
                    background-size: cover;
                    height: 20px;
                    width: 20px;
                    float: right;
                    margin-top: 0px;
                }

            .dialog-ul table tr td:nth-child(5) {
                background-color: transparent;
                color: white;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: none;
            }



            .dialog-ul table tr td:nth-child(6) {
                background-color: #DDDDDD;
                color: black;
                border-left: 1px solid gray;
                border-right: 1px solid gray;
                border-top: 1px solid gray;
                border-bottom: none;
            }

            .dialog-ul table tr:nth-child(odd) td:nth-child(6) {
                background-color: #CCCCCC;
                color: black;
                border-left: 1px solid gray;
                border-right: 1px solid gray;
                border-top: 1px solid gray;
                border-bottom: none;
            }

            .dialog-ul table tr td:nth-child(7) {
                background-color: transparent;
                color: white;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: none;
            }

            .dialog-ul table tr td:nth-child(8) {
                border-right: 1px solid gray !important;
            }

            .dialog-ul table tr td:nth-child(10) {
                border-left: 1px solid gray !important;
            }

                .dialog-ul table tr td:nth-child(10) input[type=text] {
                    border: 1px solid rgba(255,0,0,0.1);
                    float: left;
                    background-color: rgba(255,0,0,0.02);
                    padding: 0px;
                    width: 125px;
                }

                .dialog-ul table tr td:nth-child(10) input[type=button] {
                    background: url("../img/Checked.png") no-repeat;
                    border: 0px solid transparent;
                    background-size: cover;
                    height: 20px;
                    width: 20px;
                    float: right; 
                }

            .dialog-ul table tr td:nth-child(11) {
                background-color: rgba(200,200,200,0.5);
            }

                .dialog-ul table tr td:nth-child(11) input[type=button] {
                    background-color: green;
                    color: white;
                    border: 1px solid green;
                }


            .dialog-ul table tr td:nth-child(1) {
                background-color: rgba(200,200,200,0.5);
                color: white;
                border-left: none;
                border-right: none;
                border-top: none;
                width: 15px;
                border-bottom: none;
            }

            .dialog-ul table tr:nth-child(2) td:nth-child(1) {
                border-top-left-radius: 10px;
            }

            .dialog-ul table tr:last-child td:nth-child(1) {
                background-color: rgba(200,200,200,0.5);
                border-left: none;
                border-right: none;
                border-top: none;
                width: 15px;
                border-bottom: none;
                border-bottom-left-radius: 10px;
            }

            .dialog-ul table tr:last-child td:nth-child(2) {
                /*border-bottom-left-radius: 10px;*/
                border-right: 1px solid gray !important;
            }

            .dialog-ul table tr:last-child td:nth-child(4) {
                border-bottom-right-radius: 10px;
                border-left: 1px solid gray !important;
            }

            .dialog-ul table tr:last-child td:nth-child(6) {
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            .dialog-ul table tr:last-child td:nth-child(8) {
                border-bottom-left-radius: 10px;
                border-right: 1px solid gray !important;
            }

            .dialog-ul table tr:last-child td:nth-child(10) {
                border-bottom-right-radius: 10px;
                border-left: 1px solid gray !important;
            }


    .dialog-ul li {
        margin-top: 5px;
        height: 40px;
        background-color: rgba(255, 255,255, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 15px;
    }

        .dialog-ul li label {
        }

.dialog-li-obligatorio {
    display: inline-block;
    background: url("../img/ErrorIco.png") no-repeat;
    border-radius: 15px;
    background-size: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.dialog-li-advertencia {
    display: inline-block;
    background: url("../img/WarningIco.png") no-repeat;
    border-radius: 15px;
    background-size: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.dialog-li-ok {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    background: url("../img/Checked.png") no-repeat;
    background-size: cover;
    background-size: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
}

.dialog-li-no {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    background: url("../img/Unchecked.png") no-repeat;
    background-size: cover;
    background-size: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
}

.dialog-li-ok-alt {
    background: url("../img/Checked.png") no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    height: 20px;
    width: 20px;
    float: left;
}

.dialog-li-no-alt {
    background: url("../img/Unchecked.png") no-repeat;
    background-size: cover;
    background-size: 20px;
    height: 20px;
    width: 20px;
    float: left;
}

.dialog-li-no-warning {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    background: url("../img/WarningIco.png") no-repeat;
    background-size: cover;
    background-size: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
}

.modalText {
    margin-top: 10px;
    font-size: 16px;
    width: 100% !important;
}

/******/
.contExtractorsNew{
    width: 500px;
    padding: 20px;
}

#divNewExtractor,
#divDefinedExtractor {
    width: 100%;
}

#HasDefinedExtractor {
    width: auto;
    /*margin-left: 10px;*/
}

#tablaExtractores {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    text-align: center;
    /*background: white;*/
}

    #tablaExtractores th {
        background: #1c3f74;
        color: white;
        padding: 10px;
    }

    #tablaExtractores td {
        padding: 10px;
        border: 1px solid #ccc;
    }

 