﻿/* DEFAULTS
----------------------------------------------------------*

body   
{
    background: #171616 url('../Images/Background.gif');
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Silver;
}

a:link, a:visited
{
    color: #EA1B24;
}

a:hover
{
    color: #EA1B24;
    text-decoration: none;
}

a:active
{
    color: #EA1B24;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: Silver;
    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   
----------------------------------------------------------*

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #A20E17;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: Silver;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #A20E17;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*

div.hideSkiplink
{
    background-color: #93030A;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

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: #93030A;
    border: 1px silver solid;
    color: silver;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #93030A;
    color: Silver;
    text-decoration: none;
    font-weight: bold;
}

div.menu ul li a:active
{
    background-color: #93030A;
    color: Silver;
    text-decoration: none;
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

*/

/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #171616 url('../Images/Background.gif');
    font-size: 13px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: white;
}


a:hover {
    text-decoration: none;
}


p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    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   
----------------------------------------------------------*/

.page {
    width: 1304px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #A20E17;
}

.header {
    margin: 0px;
    padding: 0px;
    background-color: #e20a17;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20a17', endColorstr='#a51d1d'); /* for IE */
    /* for webkit browsers */
    /* for firefox 3.6+ */
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.logo {
    float: left;
    margin-top: -7px;
    margin-left: 15px;
    position: relative;
    width: 70px;
    height: 70px;
    background: #FFFFFF url('../images/DaltonWeb.png');
}

.loginDisplay {
    color: White;
    font-size: 1.1em;
    margin-top: 30px;
    text-align: right;
    float: right;
    margin: 25px;
    width: 300px;
}

.btncerrarsesion {
    border: solid 1px #a20e17;
    font-weight: bold; /*	color: #CFDBE6;*/
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    border-radius: 1.6em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    float: right;
    padding: 3px 2px;
    margin-left: 5px;
    width: 50px;
}

.header h1, .loginHeader h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 90px;
    color: #F9F9F9;
    border: none;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 2em;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #A20E17;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    /*background-color: white;*/
}

.footer_login {
    color: white;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: transparent;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    margin: 0;
    line-height: 100%;
    /*border-radius: 2em; -webkit-border-radius: 2em; -moz-border-radius: 2em;*/
    background: #93030A; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93030A', endColorstr='#600106'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#93030A), to(#600106)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #93030A, #600106); /* for firefox 3.6+ */
    border: solid 1px #a20e17;
    border-right: solid 2px #a20e17;
    border-bottom: solid 2px #a20e17;
    cursor: pointer;
    list-style: none;
    clear: both;
    z-index: 1;
    font-weight: bold; /*	color: #CFDBE6;*/
    color: #FFFFFF;
    /*
    visible en ie
	height:200px;
	*/
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 999;
    }

        div.menu ul li a, div.menu ul li a:visited {
            border: solid 1px #a20e17;
            font-weight: bold; /*	color: #CFDBE6;*/
            color: #FFFFFF;
            text-decoration: none;
            display: block;
            padding: 8px 22px;
            border-radius: 1.5em;
            text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
            margin: 0 5px 0 5px;
        }

            div.menu ul li a:hover {
                background-color: #93030A;
                color: Silver;
                text-decoration: none;
                font-weight: bold;
            }

            div.menu ul li a:active {
                background-color: #93030A;
                color: Silver;
                text-decoration: none;
                font-weight: bold;
            }

        div.menu ul li ul {
            background: #CD1018; /* for non-css3 browsers */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1018', endColorstr='#85050c'); /* for IE */
            background: -webkit-gradient(linear, left top, left bottom, from(#CD1018), to(#85050c)); /* for webkit browsers */
            background: -moz-linear-gradient(top, #CD1018, #85050c); /* for firefox 3.6+ */
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            margin-top: 3px;
            margin-left: 3px;
        }

            div.menu ul li ul li a {
                margin: 0;
                padding: 10px;
                left: 0;
                border: none;
                width: 150px;
            }



/* MISC  
----------------------------------------------------------*/
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

select {
    height: 30px;
    padding: 5px;
}

input {
    padding: 8px 5px;
    margin-bottom: 0px;
}

    input[type="submit"] {
        padding: 5px;
    }

    input[type="text"], input[type="password"], select, textarea {
        font-family: arial;
        font-size: x-small;
        font-weight: 100;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-right: 1px solid #FAFAFA;
        border-bottom: 1px solid #FAFAFA;
        border-top: 1px solid #848484;
        border-left: 1px solid #848484;
        background-color: Menu;
    }

.tableGrid {
    text-align: center;
    border-top: solid 2px #B4B4B4;
    border-left: solid 2px #B4B4B4;
    border-right: solid 2px #B4B4B4;
}

    .tableGrid tbody tr th {
        background-color: gray;
        color: white;
        font-weight: bold;
        height: 40px;
    }

    .tableGrid tbody tr td {
        padding: 5px;
        border: solid 2px #B4B4B4;
    }

    .tableGrid tbody tr a {
        color: #696969;
        text-decoration: none;
    }

        .tableGrid tbody tr a:hover {
            color: black;
        }

.textoSeleccionado {
    text-indent: 10px;
}

.tblControles {
    width: 240px;
}

.loginWrapper {
    /*margin:100px auto;*/
    margin: 0 auto;
    width: 400px;
}

.loginBody {
    background-color: White;
    width: 400px;
    height: 380px;
}

.loginHeader {
    background-color: #e20a17;
    height: 75PX;
}

.header span {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #F9F9F9;
    border: none;
}

.loginBody {
}

.loginRows {
    padding-top: 10px;
    padding-left: 20px;
}

.loginBody input {
    font-family: arial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
}

. /*loginBody input[type="submit"] {
        margin-top: 30px;
        border: solid 1px #a20e17;
        font-weight: bold;         color: #FFFFFF;
        text-decoration: none;
        display: block;
        padding: 8px 22px;
        border-radius: 1.5em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
        margin: 0 5px 0 5px;
        background: #CD1018;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD1018', endColorstr='#85050c'); 
        background: -webkit-gradient(linear, left top, left bottom, from(#CD1018), to(#85050c)); 
        background: -moz-linear-gradient(top, #CD1018, #85050c); 
        float: right;
        margin-right: 30px;
    }*/
.loginBody input[type="submit"]:hover {
    background-color: rgba(0,0,0,.12);
    color: Silver;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

/** Catalogos Creditos ==================================================================== **/
.dlt-scroll{
    .
}
.stripe {
    /*background-color: rgba(0,0,0,.12);*/
    height: 44px;
}

.stripe-top {
    margin-top: 17px !important;
}

.stripe-bottom {
    margin-bottom: 17px !important;
}

.stripe-left {
    margin-left: 17px !important;
}

.stripe-right {
    margin-right: 17px !important;
}

.w-full {
    width: 100%;
    max-width: 100%;
}

.h-full {
    height: 100%;
    max-height: 100%;
}

.w-10 {
    width: 10%;
    max-width: 10%;
}

.w-20 {
    width: 20%;
    max-width: 20%;
}

.w-25 {
    width: 25%;
    max-width: 25%;
}

.w-30 {
    width: 30%;
    max-width: 30%;
}

.w-40 {
    width: 40%;
    max-width: 40%;
}

.w-50 {
    width: 50%;
    max-width: 50%;
}

.w-60 {
    width: 60%;
    max-width: 60%;
}

.w-70 {
    width: 70%;
    max-width: 70%;
}

.w-80 {
    width: 80%;
    max-width: 80%;
}

.w-90 {
    width: 90%;
    max-width: 90%;
}

.border-top {
    border-top: 3px solid rgba(0,0,0,.12) !important;
}

.border-bottom {
    border-bottom: 3px solid rgba(0,0,0,.12) !important
}

.border-left {
    border-left: 3px solid rgba(0,0,0,.12) !important
}

.border-right {
    border-right: 3px solid rgba(0,0,0,.12) !important
}

.disflex {
    display: flex;
    align-items: center;
}

.flexcol {
    flex-direction: column !important;
}

.flexrow {
    flex-direction: row !important;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-Start {
    justify-content: flex-start;
}

.alignself-Start {
    align-self: flex-start;
}

.alignself-end {
    align-self: flex-end;
}

.padding-lef {
    padding-left: 15px !important;
}

.padding-right {
    padding-right: 15px !important;
}

.nobackground {
    background-position: 0% 0%;
    background-color: none !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.noborder {
    border: none;
}

.nolink {
    padding: 0 !important;
    margin: 0 auto !important;
    cursor: pointer;
}

.container {
    padding-top: 3px;
    /*position: relative;*/
    /*align-items: center;*/
    justify-content: flex-start;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    white-space: nowrap;
    align-self: center;
    /*padding: 8px 16px;*/
}

.container-title {
    background-color: #f2f2f2;
    background: #f2f2f2;
    text-align: center;
    font-size: 11pt;
    font-family: Verdana;
    padding:9px !important;
    /*font-weight:*/ /*bold;
    color: White;*/
    /*width: 100%;
    height: 25px;*/
    /*padding-bottom: 1rem !important;*/
    display: flex !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}

.container-body {
    display: flex;
    align-items: center;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    align-self: center;
    font-size: 13px;
    padding: .5em;
}

.container-upload > tbody > tr > a {
    color: #fff !important;
    border: 1px solid #2196F3 !important;
    background: #2196F3 !important;
    background-color: #2196F3 !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.title-color {
    background: #E0E0E0;
    background-color: #E0E0E0;
}

.button-upload {
    color: #fff !important;
    border: 1px solid #2196F3 !important;
    background: #2196F3 !important;
    background-color: #2196F3 !important;
}

.button-save {
    color: #fff !important;
    border: 1px solid #4CAF50 !important;
    background: #4CAF50 !important;
    background-color: #4CAF50 !important;
}

.section-two > tasa-variables > div > table {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
}


/*** Custom DevExpress */
#MainContent_popCatalogoCreditos_chkTasaVariable {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}


.lyt-lock-container {
}

.lyt-lock-radius-top {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.lyt-lock-radius-bottom {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.lyt-lock-container-body {
}

.lyt-lock-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.lyt-lock-button input[type="submit"] {
    border: 1px solid black;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 36px;
    width: 80px;
    background: none;
    margin: 0 5px 0 5px;
}

    .lyt-lock-button input[type="submit"]:hover {
        background-color: #FCFCFC;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

#Login_UserName,
.lyt-lock-input,
.lyt-lock-label {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #111;
}

    .lyt-lock-input input [type="text"] {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

}

.lyt-lock-lable {
    font-weight: 700;
}
