/** reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

/*body * {line-height:1.22em;}*/
body {
    font: 13px arial, helvetica, clean, sans-serif;
    *font-size: small;
    *font: x-small;
}





/** diseño general */
body {
    margin: 0px;
}


#wrapper {
    width: 100%;
}



#header {
    /* background: #004366 url(images/header_bg.jpg?v=20110410); */
    background: #0154a0;
    height: 58px;
    border: 0px;
    margin: 0px;
    border-bottom: 4px solid #004366;
    overflow: hidden;
    text-indent: -100em;
    /** Oculta el titulo h1 del nombre del sistema */


}

#logo_sistema {
    /* background: #09598D url(images/header_facturanet.jpg?v=20110410) no-repeat; */
    background: url(../../images/logo-entel-digital-blanco.png) no-repeat;
    width: 245px;
    height: 58px;
    margin: 10px 0px 0px 300px;
    position: relative;
    float: left;
}




#footer {
    background-color: #F0F0F0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin-top: 30px;
    padding: 2px 0px;
    color: #333;

    font-size: 0.82em;
    text-align: center;
}

#footer strong {
    font-size: 1.2em;
}

#footer .exec {
    color: #99b;
    font-size: 7pt;
}


#content {
    color: black;
    background-color: white;
    padding: 15px 3px 1em;
    min-height: 350px;
}




/**
 *
 * Aspecto visual básico
 *
 */

body {
    font-size: 0.75em;
    font-family: "Trebuchet MS", sans-serif;
}

A {
    color: #339;
}

dt {
    font-weight: bold;
    margin-left: 15px;
}

fieldset {
    padding: 1px;
}

pre {
    margin-left: 10px;
    color: navy;
}

code {
    color: navy;
}

strong,
b {
    font-weight: bold;
}

p {
    margin: 0 10px 1em 10px;
    text-align: left;
}

ul {
    list-style-type: disc;
    margin-left: 25px;
}


h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.37em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.00em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}



/* mensajes de error, advertencias y avisos */

.notice {
    color: navy;
    font-weight: bold;
}

.warning {
    color: #FF9900;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

div.error,
div.warning,
div.notice {
    border-width: 1px;
    border-style: solid;
    color: black;
    font-weight: normal;
    padding: 15px;
    margin: 20px auto;
    clear: both;
    width: 50%;
}


/* div.notice  {background-color: #C8DAE6; border-color: #6D9CBC; } */
div.notice {
    background-color: #0154a0;
    border-color: #6D9CBC;
    color: #FFF;
}

div.warning {
    background-color: #FCE444;
    border-color: #E5BC24;
}

div.error {
    background-color: #FF4747;
    border-color: #B02C2C;
}



/***************************** Página de LOGIN ****************************/

/*.login{color: black; font-weight: normal; margin: 20px auto; clear: both; width: 408px; background:url(images/login_content.jpg?v=20110410) repeat-x #FFF top; border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-top:0; }*/

.login {
    color: black;
    font-weight: normal;
    clear: both;
    width: 408px;
    background: url(../../images/fondo_login.png);
}


/* .login h1 {background:#197CBD url(images/_login_header.jpg?v=20110410) left bottom no-repeat; width: 388px; height:34px; color: white; text-align: left; font-size: 14pt; margin-top: 0px; padding-top: 6px; padding-right: 10px; padding-bottom:0px; padding-left: 10px;} */

.login h1 {
    background: #0154a0;
    width: 388px;
    height: 34px;
    color: white;
    text-align: left;
    font-size: 14pt;
    margin-top: 0px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.login .contenido {
    padding: 20px 15px 20px 20px;
}

.login fieldset {
    margin: 1.5em 0 0 0;
    padding: 0;
    border: 0;
}

.login fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}

.login fieldset li {
    padding-bottom: 1em;
    list-style: none;
}

.login label {
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: right;
}

.login fieldset.submit {
    text-align: center;
}

.login .contenido .notice {
    width: 90%;
    margin: 0 auto 10px auto;
    background-color: #C8DAE6;
    border: #999999 1px solid;
}

/** Mensaje de error en la pantalla de login */

.login .contenido .warning {
    width: 90%;
    margin: 0 auto 10px auto;
    border: #999999 1px solid;
}



/*******************************************************************************/

/* Card */
.card {
    position: relative;
    background: #ffffff;

    padding: 30px 0 40px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 40%;
    min-width: 400px;
}


.card .input-container {
    position: relative;
    margin: 0 60px 50px;
}

.card .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 60px;
    border: 0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
}

.card .input-container input:focus~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.card .input-container input:focus~.bar:before,
.card .input-container input:focus~.bar:after {
    width: 50%;
}

.card .input-container input:valid~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.card .input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #0154a0;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: 100;
}

.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0154a0;
    width: 100%;
    height: 1px;
}

.card .input-container .bar:before {
    left: 50%;
}

.card .input-container .bar:after {
    right: 50%;
}

.card .button-container {
    margin: 0 60px;
    text-align: center;
}

.card .button-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #ff6702;
    width: 240px;
    border: none;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.card .button-container button span {
    position: relative;
    z-index: 1;
    color: #FFF;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: sans-serif;
}

.card .button-container button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #0154a0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: sans-serif;
}

.card .button-container button:hover,
.card .button-container button:active,
.card .button-container button:focus {
    border-color: #ed2553;
}

.card .button-container button:hover span,
.card .button-container button:active span,
.card .button-container button:focus span {
    color: #FFF;
}

.card .button-container button:active span,
.card .button-container button:focus span {
    color: #ffffff;
}

.card .button-container button:active:before,
.card .button-container button:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}


/******************************** PORTADA **************************************/

body.portada #content {
    /*background: url(images/fondo-portada.jpg?v=20110410) center -300px no-repeat;*/
    background: url(../../images/fondo-portada.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;

}

body.portada .marco-login {
    width: 80%;
    min-height: 450px;
    margin: 60px auto 60px auto;
    position: relative;
}




body.portada #page-title {

    line-height: 1.25em !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif" !important;
    font-size: 30px !important;
    line-height: 1.2em !important;
    text-transform: none !important;
    /*letter-spacing: -3px;*/
    font-weight: normal !important;
    font-style: normal !important;
    color: #0154a0 !important;
    margin-bottom: 40px !important;

    padding-bottom: 40px !important;
}

.mensaje-portada {
    text-align: left;
    float: right;
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.mensaje-portada a:link,
a:visited {
    color: #FFF;
}

.mensaje-portada h3 {
    text-align: center;
}








@media only screen and (max-width: 600px) {
    #content {
        padding: 0 !important;
        width: 100% !important;
        min-height: 0 !important;
    }

    .card {
        width: 100% !important;
    }

    .marco-login {
        width: 100% !important;
        margin-top: 0 !important;
    }
}

.column {
    font-size: 16px !important;
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}