.IQAutcplItem {
    width: 100%;
    color: #555555;
    background-color: white;
}

.IQAutcplItem:hover,
.IQAutcContSelected {
    background-color: #e1e0d7;
}

.IQAutcCont {
    border: 1px solid #aaaaaa;
    padding: 1px;
    max-width: 450px;
    overflow: hidden;
}

A {
    text-decoration: none;
}

A IMG {
    border: none;
}

IFRAME {
    width: 100%;
    border: none;
    background: none;
}

.IQ2NewLink:before {
    content: "\F0A95";
    font-family: "Material Design Icons";
    margin-right: 0.5rem;
}

#IQ2QuickSearchDV #IQ2QuickSearchText {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1 1 auto;
}

#IQ2QuickSearchDV #iqsend {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#IQ2QuickSearchDV #iqsend {
    font-family: FontAwesome;
}

#IQ2_ContextHelp_DV {
    margin-left: 0.5rem;
}

#IQ2QuickSearchDV form {
    flex-wrap: nowrap;
}

#mainDataOptions ul.navbar-nav .nav-item A {
    width: 100%;
}

#mainDataOptions div,
#mainDataOptions li {
    margin-top: 3px;
}

@media screen and (min-width: 992px) {
    #mainDataOptions ul.navbar-nav .nav-item A {
        border-radius: 0;
        border-right: none;
        width: initial;
    }
    #mainDataOptions ul.navbar-nav .nav-item:first-child A {
        border-radius: 5px 0 0 5px;
        border-left-width: 1px;
    }
    #mainDataOptions ul.navbar-nav .nav-item:last-child A {
        border-radius: 0 5px 5px 0;
        border-right-width: 1px;
    }
    #IQ2QuickSearchDV #IQ2QuickSearchText {
        flex: initial;
    }
    #mainDataOptions div,
    #mainDataOptions li {
        margin-top: 0;
    }
}

@keyframes appear {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes appear {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

input[type='checkbox']+label,
input[type='radio']+label {
    display: inline-block;
}

#IQ2_MainDataForm_DV input[type='checkbox']+label {
    display: inline;
}

#IQ2_MainDataForm_DV input[type='radio']+label {
    display: inline;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.ui-dialog #IQ2_MainDataForm_DV {
    float: left;
}

.ui-dialog .IQ2_DATAFORM_DV {
    float: left;
    min-width: 200px;
}

.ui-dialog .IQ2_DATAFORM_DV:nth-child(2n) {
    clear: both;
}

.ui-dialog .IQ2_DATAFORM_DV:last-child {
    clear: both;
}

.ui-dialog.IQ2ChildFormWnd {
    background-color: rgba(235, 234, 219, .95);
}

.IQ2InfoDiv {
    background-color: yellow;
    font-size: 0.9em;
    color: #ff0000;
    width: 500px;
    margin-bottom: 5px;
    border: 1px solid #381f00;
    display: none;
    padding: 5px;
}

body.iq-show-formulario #showDataGrid {
    display: none;
}

body.iq-show-registros #app-maindataform {
    display: none;
}

/**
 *  Estilos de Tablas tipos DataSets
 */

DIV.IQ2DGTableContainer {
    border-radius: 0.5rem;
    overflow: hidden;
    filter: drop-shadow(2px 2px 2px gray);
}

TABLE.IQ2DataSet {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

TABLE.IQ2DataSet TH, TABLE.IQ2DataSet TD {
    padding: 0.5rem;
    border: 1px solid #c5c5c5;
    color: rgb(88, 88, 88);
    background-color: white;
}

TABLE.IQ2DataSet TH {
    background-color: #e7e7e7;
    border-bottom: 2px solid gray;
    text-align: center;
    border-top: none;
}

TABLE.IQ2DataSet TH:first-child, TABLE.IQ2DataSet TD:first-child {
    border-left: none;
}

TABLE.IQ2DataSet TH:last-child, TABLE.IQ2DataSet TD:last-child {
    border-right: none;
}

TABLE.IQ2DataSet TR:last-child TD {
    border-bottom: none;
}

#IQShowContextHelpWnd .modal-content {
    width: 95vw;
    min-height: 85vh;
}