﻿.select-apple select:not(.selectize):not(.selectized):not(.autocomplete) {
    display: block !important;  
}

.select-apple :not(.md-form) > :not(.select-wrapper) > select {
    height: 3rem !important;
    min-height: 3rem !important;
    max-height: 3rem !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    border-bottom: 1px solid #9e9e9e;
}

input[type=text] {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.DropDownlist {
    height: 23px;
    width: 200px;
    text-align: middle;
}


.Espacio {
    padding-left: 50px;
}

input[type=submit] {
    cursor: pointer;
    cursor: hand;
}

    input[type=submit]:hover:focus {
        cursor: pointer;
        cursor: hand;
    }

.Contenido td {
    height: 24px;
}
/* DEFAULTS
input[type=submit] { background: top repeat-x #002269; color: var(--white); font-size: 12px; font-weight: bold; padding: 2px 8px 4px 8px; border: 1px solid #F08802; cursor: pointer;cursor: hand;}
input[type=submit]:hover:focus { background-color: #F08802; background-image: none; cursor: pointer;cursor: hand;}
----------------------------------------------------------*/
.btn-primary:hover {
    color: var(--white);
    background-color: var(--secondaryQuanto);
    border-color: var(--secondaryQuanto);
}

:-moz-placeholder { /* Firefox 18- */
    text-transform: capitalize;
}

::-moz-placeholder { /* Firefox 19+ */
    text-transform: capitalize;
}

body {
    /*background: #e0e0e0;
     background: #b6b7bc;*/
    font-size: .80em;
    margin: 0px;
    padding: 0px;
    color: var(--gray);
    text-align: left;
}

.loginInfo {
    font-size: 11pt;
    color: #a1a1aa;
    font-weight: 400;
}

a:link, a:visited {
    color: var(--primaryQuanto);
}

a:hover {
    color: var(--primaryQuanto);
    text-decoration: none;
}

a:active {
    color: var(--primaryQuanto);
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: var(--gray);
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.pageLogin {
    width: 350px;
    background-color: var(--white);
    margin: 1px auto 0px auto;
    border: none;
    /*border: 1px solid #B8B8B8;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    vertical-align: middle;
}

.page {
    width: 1280px;
    background-color: var(--white);
    margin: 5% auto 0px auto;
    border: 1px solid var(--gray);
}

.headerLogin {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: var(--white);
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: var(--primaryQuanto);
    width: 100%;
}

.headerCredito {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: var(--primaryQuanto);
    width: 100%;
}

.headerPld {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: var(--primaryQuanto);
    width: 100%;
}

.Botones {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: var(--gray);
    width: 100%;
    bottom: 0px;
}

.Boton1 {
    position: absolute;
    bottom: 0px;
    padding-right: 20px;
    border-bottom-width: 0px;
    border-color: var(--secondaryQuanto);
    border-bottom-style: solid;
}

.Boton2 {
    position: absolute;
    bottom: 0px;
    left: 118px;
    padding-right: 20px;
    border-bottom-width: 0px;
    border-color: var(--secondaryQuanto);
    border-bottom-style: solid;
}

.Boton3 {
    position: absolute;
    bottom: 0px;
    left: 238px;
    padding-right: 20px;
    border-bottom-width: 0px;
    border-color: var(--secondaryQuanto);
    border-bottom-style: solid;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: var(--even);
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    margin: 0px;
    padding: 0px;
    min-height: 380px;
}

.mainmenu {
    padding: 0px;
    margin: 0px;
    border: 0px solid var(--gray);
    background-image: url('IMFondo.png');
    background-repeat: repeat-x;
    border-spacing: 0px;
    border-collapse: collapse;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/
div.menu {
    padding: 4px 0px 4px 0px;
}

    div.menu img {
        border: none;
        margin: 0px 8px 0px 0px;
    }

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: var(--primaryQuanto);
            border: 1px var(--primaryQuanto) solid;
            display: block;
            line-height: 1.35em;
            padding: 4px 10px;
            text-decoration: none;
            white-space: nowrap;
            height: 20px;
        }

            div.menu ul li a:hover {
                color: var(--primaryQuanto);
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: var(--primaryQuanto);
                text-decoration: none;
            }

div.hideSkiplink {
    background-color: var(--black);
    width: 100%;
    height: 33px;
}

div.menuOpciones {
    display: inline-block;
}

    div.menuOpciones img {
        border: none;
        margin: 0px 8px 0px 0px;
    }

    div.menuOpciones ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menuOpciones ul li a, div.menuOpciones ul li a:visited {
            background-color: var(--black);
            border: 1px var(--black) solid;
            color: WhiteSmoke;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menuOpciones ul li a:hover {
                color: var(--primaryQuanto);
                text-decoration: none;
            }

            div.menuOpciones ul li a:active {
                background-color: var(--primaryQuanto);
                text-decoration: none;
            }
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid var(--gray);
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    height: 20px;
    width: 320px;
    border: 1px solid var(--gray);
}

input.passwordEntry {
    height: 20px;
    width: 320px;
    border: 1px solid var(--gray);
}

div.accountInfo {
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.subtitle {
    font-size: 1.2em;
    color: White;
}

.titleLogin {
    padding-top: 15px;
    font-size: 1.6em;
    color: White;
    text-align: center;
    width: auto;
}

.title {
    font-size: 1.6em;
    color: White;
    padding: 6px 0px 0px 12px;
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    margin-bottom: 0px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}



/* PROPIOS   
----------------------------------------------------------*/
.TipComun {
    background: whitesmoke;
    border: 1px solid gainsboro;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
}


.PanelReporte {
    width: 1200px;
    height: 600px;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}


.GridVacio {
    width: 800px;
    font-size: small;
    font-style: normal;
    font-family: Arial;
}

    .GridVacio th {
        font-weight: normal;
    }

    .GridVacio td {
        width: 100px;
    }

.GridComun {
    width: 100%;
    background-color: white;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-size: 0.9em;
    overflow: scroll;
}

    .GridComun td {
        padding: 2px;
        border: solid 1px var(--gray);
        color: var(--black);
    }

	.GridComun th {
		padding: 4px 2px;
		color: white;
		background: var(--gray-dark) url(grd_head.png) repeat-x top;
		font-size: 0.9em;
	}

        .GridComun th a {
            /*padding: 4px 2px;*/
            color: var(--white);
            background: var(--gray-dark) url(grd_head.png) repeat-x top;
            font-size: 0.9em;
        }

    .GridComun .alt {
        background: var(--even) url(grd_alt.png) repeat-x top;
    }

    .GridComun .pgr {
        background: var(--gray-dark) url(grd_pgr.png) repeat-x top;
    }

        .GridComun .pgr table {
            margin: 5px 0;
        }

        .GridComun .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px var(--gray);
            font-weight: bold;
            color: var(--white);
            line-height: 12px;
        }

        .GridComun .pgr a {
            color: var(--gray);
            text-decoration: none;
        }

            .GridComun .pgr a:hover {
                color: var(--black);
                text-decoration: none;
            }


.PanelPLDFT1 {

    overflow-x: auto;
    overflow-y: auto;
    margin-right: 5px;
}
.PanelPLDFT {
    width: 1200px;
    height: 600px;
    overflow-x: auto;
    overflow-y: auto;
    margin-right: 5px;
}

.GridPLDFT {
    width: 2000px;
    background-color: var(--white);
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

    .GridPLDFT td {
        padding: 2px;
        border: solid 1px var(--gray);
        color: #717171;
    }

    .GridPLDFT th {
        padding: 4px 2px;
        color: #fff;
        background: var(--gray-dark) url(grd_head.png) repeat-x top;
        font-size: 0.9em;
    }

        .GridPLDFT th a {
            padding: 4px 2px;
            color: #fff;
            background: var(--gray-dark) url(grd_head.png) repeat-x top;
            font-size: 0.9em;
        }

    .GridPLDFT .alt {
        background: var(--bgQuanto) url(grd_alt.png) repeat-x top;
    }

    .GridPLDFT .pgr {
        background: var(--dark-gray) url(grd_pgr.png) repeat-x top;
    }

        .GridPLDFT .pgr table {
            margin: 5px 0;
        }

        .GridPLDFT .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px var(--gray);
            font-weight: bold;
            color: var(--white);
            line-height: 12px;
        }

        .GridPLDFT .pgr a {
            color: var(--gray);
            text-decoration: none;
        }

            .GridPLDFT .pgr a:hover {
                color: var(--black);
                text-decoration: none;
            }


.PanelMonitor {
    height: 500px;
    width: 1180px;
    overflow-y: scroll !important;
    overflow-y: scroll !important;
}

.GridMonitor {
    width: 2000px;
    background-color: var(--white);
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

    .GridMonitor td {
        padding: 2px;
        border: solid 1px var(--gray);
        color: #717171;
    }

    .GridMonitor th {
        padding: 4px 2px;
        color: var(--white);
        background: var(--dark-gray) url(grd_head.png) repeat-x top;
        font-size: 0.9em;
    }

        .GridMonitor th a {
            padding: 4px 2px;
            color: #fff;
            background: var(--dark-gray) url(grd_head.png) repeat-x top;
            font-size: 0.9em;
        }

    .GridMonitor .alt {
        background: var(--bgQuanto) url(grd_alt.png) repeat-x top;
    }

    .GridMonitor .pgr {
        background: var(--dark-gray) url(grd_pgr.png) repeat-x top;
    }

        .GridMonitor .pgr table {
            margin: 5px 0;
        }

        .GridMonitor .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px var(--dark-gray);
            font-weight: bold;
            color: var(--white);
            line-height: 12px;
        }

        .GridMonitor .pgr a {
            color: var(--dark-gray);
            text-decoration: none;
        }

            .GridMonitor .pgr a:hover {
                color: var(--black);
                text-decoration: none;
            }

.PanelMonitorDetalle {
    height: 70%;
    width: 1180px;
    overflow-y: scroll !important;
    overflow-y: scroll !important;
}

.GridMonitorDetalle {
    width: 930px;
    background-color: var(--white);
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

    .GridMonitorDetalle td {
        padding: 2px;
        border: solid 1px var(--gray);
        color: var(--gray-dark);
    }

    .GridMonitorDetalle th {
        padding: 4px 2px;
        color: var(--white);
        background: var(--dark-gray) url(grd_head.png) repeat-x top;
        font-size: 0.9em;
    }

        .GridMonitorDetalle th a {
            padding: 4px 2px;
            color: #fff;
            background: var(--dark-gray) url(grd_head.png) repeat-x top;
            font-size: 0.9em;
        }

    .GridMonitorDetalle .alt {
        background: var(--bgQuanto) url(grd_alt.png) repeat-x top;
    }

    .GridMonitorDetalle .pgr {
        background: var(--gray-dark) url(grd_pgr.png) repeat-x top;
    }

        .GridMonitorDetalle .pgr table {
            margin: 5px 0;
        }

        .GridMonitorDetalle .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px var(--dark-gray);
            font-weight: bold;
            color: var(--white);
            line-height: 12px;
        }

        .GridMonitorDetalle .pgr a {
            color: var(--dark-gray);
            text-decoration: none;
        }

            .GridMonitorDetalle .pgr a:hover {
                color: var(--black);
                text-decoration: none;
            }


.PanelProcesos {
    background-color: white;
    padding: 0px 12px 0px 12px;
    margin: 0px 0px 0px 0px;
}

.LabelProcesos {
    text-align: right;
    color: Blue;
    text-decoration: underline;
}

.LabelsImprimirPrincipal {
    text-align: left;
    color: Black;
    font-family: Times New Roman;
    font-size: large;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

.LabelsImprimir {
    text-align: left;
    color: Black;
    font-family: Times New Roman;
    font-size: medium;
    font-style: normal;
    font-style: normal;
    font-weight: normal;
}

.modalBackground {
    background-color: var(--black);
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
}


.accordionHeader {
    border: 1px solid var(--even);
    color: var(--white);
    background-color: var(--primaryQuanto);
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
}

.accordionHeaderSelected {
    border: 1px solid var(--even);
    color: var(--black);
    background-color: var(--even);
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
}

.accordionContent {
    background-color: var(--even);
    border: 1px var(--even);
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* .PrimeraColumna*/
.PrimeraColumnaPanelEmergente {
    color: Black;
    text-align: left;
    padding-left: 5px;
}

.PanelEmergenteTitulo {
    /*Color de la barra de titulo*/
    background-color: var(--primaryQuanto);
    vertical-align: middle;
    text-align: left;
    color: var(--even);
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.PanelEmergenteContenido {
    padding-top: 0px;
    background-color: var(--even);
    width: auto;
	height: auto;
    vertical-align: middle;
    text-align: left;
    color: var(--gray);
    font-size: 16px;
}

.PanelEmergenteContenidoVista {
    overflow-x: scroll;
    padding-top: 0px;
    background-color: var(--even);
    max-height: 550px;
    min-width: 800px;
    min-height: 400px;
    vertical-align: middle;
    text-align: left;
    color: var(--gray);
    font-size: 16px;
}

.PanelGridPopUps {
    max-height: 200px;
    overflow-x: hidden;
}


.PanelHeader {
    background-image: none;
    background-repeat: no-repeat;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    color: var(--white);
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: var(--primaryQuanto);
    width: 1250px
}

input[type="image"]:disabled {
    display: none;
}
/*.PanelEmergenteContenido
  input[type=submit]
 {
     height: 25px;
     background-color:Blue;
 }
  input[type=button]
 {
     display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
 }*/
/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: var(--white);
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    font-size: small;
    text-align: left;
    list-style-type: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: var(--white);
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Busqueda Menu*/
.bq-hide {
    opacity: 0;
}

.bqresultado {
    color: white !important;
    background: var(--black);
}

.bqresultado:hover {
    background: var(--black);
}

.case-ignore {
    text-transform: none !important;
}

.text-validation {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: var(--danger);
}

.clickable {
    pointer-events: auto !important;
}

.hojaCarta {
    width: 1067px !important;
}

.not-capitalize {
    text-transform: none !important;
}