﻿@charset "utf-8";
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Brownhillscript';
    src: url('../fonts/Brownhill-Script.eot');
    src: url('../fonts/Brownhill-Script.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brownhill-Script.woff') format('woff'),
         url('../fonts/Brownhill-Script.ttf') format('truetype'),
         url('../fonts/Brownhill-Script.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
}

p {
    font-family: 'montserratmedium';
    color:#484848;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding:0px;
}
/*MENU LATERAL*/
.ax-menu {
    background:#019ee3;
    width:100%;
    float: none;
    /* height: 7vh; */
    z-index: 2;
    position: fixed;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#123274+0,009fe3+100 */
    background: rgb(18,50,116); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(18,50,116,1) 0%,rgba(0,159,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18,50,116,1)),to(rgba(0,159,227,1)));
    background: -o-linear-gradient(top, rgba(18,50,116,1) 0%,rgba(0,159,227,1) 100%);
    background: linear-gradient(to bottom, rgba(18,50,116,1) 0%,rgba(0,159,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123274', endColorstr='#009fe3',GradientType=0 ); /* IE6-9 */
    top:0;
 }
.ax-contenedor-usuario,
.navbar-right{
    width: 28%;
    text-align: left;
    position: absolute;
    top: 0;
}
.ax-usuario-logueado span {
    display:  block;
}
.navbar-nav {
    float: left;
    display: block;
    width: 44%;
    text-align: right;
}
.navbar-nav > li {
    display: inline-block;
    float: none;
}
.ax-contenedor-menu {
    width:  100%;
    max-width:  100%;}

.navbar-header {
    float: none;
}
.navbar-collapse.collapse {
    padding:  0;
    width:  100%;
    text-align: center;
    margin: 0 auto;
}
.ax-menu div img {
    display: block;
    margin: 1% auto;
    width: 9%;
    position: absolute;
    left: 0;
    right: 0;
}
a.navbar-brand {
    display: none;
}
span.ax-item {
    font-family: 'montserratmedium';
    color:  #fff;
    font-size:  15px;
    display: none;
    padding: 3px 3px 0 0;
    }
span.ax-item2 {
    font-family: 'montserratbold';
    color: #ffffff;
    font-size: 16px;
    display:inline-block;
    vertical-align:middle;
    margin: 10px 20px 11px 0;
}
span.ax-item3 {
    font-family: 'montserratlight';
    font-size: 15px;
    display:inline-block;
    vertical-align:middle;
}
span.ax-item3 a {
    color:  #ffffff;
}
.navbar-nav > li > a {
    font-family: 'montserratlight';
    font-size: 20px;
    padding: 0 21px;
    color: #fff!important;
    background-color: transparent!important;
}
.navbar-nav > li:last-child {
    border:  none;
}
.navbar-nav > li:hover a {
    text-decoration:underline;
}
ul.nav.navbar-nav.navbar-right.ax-usuario-nologueado {
    margin:  0;
    position:  relative;
    float:right;
    width: 44%;
    text-align:left;
}
ul.nav.navbar-nav li:nth-child(2) {
    /* display:  none; */
}
.ax-contenedor-reportes{
    position:absolute;
    top: 1%;
    right:15px;
    z-index: 2;
    width: 34%;
    text-align: right;
}
/*TITULO DE LAS PAGINAS*/
h1.ax-titulo, h1 {
    font-family: 'Brownhillscript';
    line-height: 1em;
    color: #019ee3;
    font-size: 10em;
    color: #fff;
    margin-bottom: 5%;
}
.ax-contenedor-titulo {
    max-width:  100%;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 26px;
}
/*CONTENIDO HOME*/
.contenedor-full2 {
    background: url(img/fondohome.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 100vh;
    position:relative;
}
.contenedor-full2:before{
    content:"";
    height:200px;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    background: rgba(0,0,0,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.04)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.04) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.04) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.04)));
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.04) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.contenedor-full2:after{
    content:"";
    height:200px;
    width:100%;
    position:absolute;
    bottom: 0px;
    left:0px;
    background: rgba(0,0,0,0.04);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.04)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.04)), to(rgba(0,0,0,1)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.contenedor-full2.login:after{
    content:"";
    height: 350px;
    width:100%;
    position:absolute;
    bottom: 0px;
    left:0px;
    background: url(img/login.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: .4;
}
.contenedor-full2.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* align-content: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url('img/fondologin.jpg');
}
.contenedor-full2.login.registro, .contenedor-full2.login.recordar-contrasena {
    background-image: url('img/fondoregistro.jpg');
}
section#loginForm, {
    padding: 0px 0px 0px 70px;
    width: 46%;
    position: relative;
}

.ax-contenedor-img1 img {
    max-width:  100%;
}
p.ax-entradilla {
    margin:  0;
    font-size: 18px;
    color: #fff;
    line-height: 21px;
}
.ax-container {
    margin:  0;
    width: 100%;
    padding: 0 17%;
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 9%;
}
p.ax-entradilla.enlace {
    font-weight:  bold;
    margin-top: 15px;
    display: inline-block;
}

.ax-verde {
    background: #94c11e;
    height:  200ox;
    height: 211px;
}
.ax-contenedoer-text1 {
    padding-top: 92px;    
    padding-left:  0;
    padding-right: 0;
    -webkit-box-sizing:  border-box;
            box-sizing:  border-box;
    display: none;
}
.ax-contenedor-img1 {
    padding-right: 0;
}
.ax-verde a {
    padding-top: 7%;
    display:  block;
    padding-left: 11%;
    color: #FFF;
    font-size: 16px;
    font-family: 'montserratlight';

}
.ax-verde a:before {
    content: "\03e";
    color: #fff;
    margin-right: 14px;
}
.ax-verde p {
    padding-left: 10%;
    padding-top: 7%;
    font-size: 18px;
}

.ax-img2  img {
    max-width:  100%;
}
.ax-section-1 {
    margin-bottom: 0;
    text-align: center;
}
.ax-section-2 {
    margin-top: 0;
    display: none;
}
.ax-azul p {
    padding-top: 7%;
    display: block;
    padding-left: 11%;
    font-size: 17px;
}
.ax-azul a {
    padding-top: 3%;
    display: block;
    padding-left: 11%;
    color: #0aa1e4;
    padding-bottom: 7%;
    font-size: 16px;
    font-family: 'montserratlight';
}
.ax-azul a:before {
    content: "\03e";
    margin-right: 10px;
    font-weight:  bold;
}
.ax-azul.col-md-5 {
    background: #f1f9fc;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4%;
}
.ax-img2 {
    padding:  0;
}

.ax-autor {
    font-size:14px !important;
}

/*ESTILOS FOOTER*/
footer p {
    display:  none;
}


/*REPORTES*/
form select#Reportes {
    margin: 5px 0;
    height: 33px;
    width: 72%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px;
    /* background: url(/Content/Img/forma-1.png) scroll center #f4f4f4; */
    background-repeat: no-repeat;
    /* background-position-x: 257px; */
    background-color: transparent;
    color: #fff;
    background-image: url('./img/white-arrow.png');
    background-size: 12px;
    background-position: 95% center;
}
form select#Reportes>option {
    background-color: transparent !important;
    color: #000;
}
input[type="submit"] {
    border-radius: 40px;
    width: 24%;
    background: #95c11f;
    border:  none;
    color:  #fff;
    padding: 6px;
    font-weight: bold;
}

input[type="submit"]:hover {
    background: #95c11f;
    color: #fff;
    opacity: .7;
}


.row.ax-container + hr {
    display:  none;
}

/*LOGIN*/
.form-control {
    background: transparent;
    display: block;
    height: 35px;
    width: 100%;
    border-radius: 0;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #484848ba;
    font-family: 'montserratlight';
    font-size: 18px;
    max-width: none;
    border-bottom: 1px solid;
    /* color: #fff; */
    margin-bottom: 10px;
}
span.ax-requerido {
    /* float: right; */
    top: 6px;
    position: absolute;
    right: 10%;
    font-size: 21px;
    color: #0b9fe3;
}

form.form-horizontal hr {
    display:  none;
}

form.form-horizontal h4 {
    margin-bottom: 45px;
    margin-left: 6%;
}
.ax-derecha {
    left:  20px;
}
.ax-img-login img {
    width:  100%;
    max-width: 100%;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}
.col-md-offset-2.col-md-10.ax-contenedor-obligatorio {
    margin:  0;
}
.ax-contenedor-p.col-md-7 p {
    margin-left: 5%;
}
.ax-contenedor-p.col-md-5 {
    margin-left:  2%;
    font-weight:  bold;
    font-size: 13px;
}
input.btn.btn-default {
    width: auto;
    margin: auto;
    display: block;
    text-transform: uppercase;
    padding: 5px 40px;
}
.ax-contenedor-p.col-md-5 p:before {
    content: "*";
    color: #0b9fe3;
}
p.ax-usuario-re {
    margin-left: 6%;
    font-family: 'montserratmedium';
    color: #fff;
   /* display: none;*/
}
p.ax-usuario-re a {
    color: #fff;
    font-weight: 600;
}
p.ax-usuario-re a:before {
    content: "\03e";
    margin-right: 8px;
    font-size: 17px;
}
.container.body-content.col-md-10 hr {
    display:  none;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.container.display-block .form-horizontal {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#reportContainer iframe{
    padding-top: 20px;
    background: #eaeaea;
}
/* login form */
.ax-col-50 {
    width: 50%;
}
section#loginForm {
    width: 100%;
    display: block;
}
.container {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
}
p.ax-align-right {
    text-align: right;
}
.white{
    color:#fff
}
.container.display-block {
    display: block;
    text-align: center;
}

section#loginForm>form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}
.contenedor-full2.login:after {
    display: none;
}
.ax-contenedor-menu>.navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1% 0px;
}
.ax-contenedor-menu>.navbar-collapse>* {
    padding:0 1%
}
div.ax-logo-container>img {
    position: relative;
    width: 90%;
}
.form-control::-webkit-input-placeholder{
    color:#fff
}
.form-control:-ms-input-placeholder{
    color:#fff
}
.form-control::-ms-input-placeholder{
    color:#fff
}
.form-control::placeholder{
    color:#fff
}
/* reportes */
a[href*="Reportes"]:after, .ax-home-button:before, a#loginLink:after {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.creado.nav.navbar-nav.navbar-right.ax-usuario-nologueado>li>a {
    vertical-align: middle;
}
ul.nav.navbar-nav>li>a:before {
    content: "";
}
a[href*="Reportes"]:after {
    background-image: url('./img/report-icon.png');
    margin-left: 20px;
}
a[href*="Reportes"]:before {
    display:none!Important
}
.ax-home-button:before {
    background-image: url('./img/home-icon.png');
    margin-right: 20px;
}
a#loginLink:after{
    background-image: url('./img/user-icon.png');
    margin-left: 20px;
}
ul.nav.navbar-nav>li>a:before {
    content: "";
}
/* registro */
.ax-padding-left{
    padding-left: 70px;
}
.ax-padding-icon {
    padding-left: 45px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.ax-padding-icon--correo {
    background-image: url('./img/icon-mail.png');
}
.ax-padding-password {
    background-image: url('./img/icon-pass.png');
}
.ax-padding-icon-pass-confirm {
    background-image: url('./img/icon-confirm-pass.png');
}
.form-group.ax-col-50.ax-display-table-cell {
    display: inline-block;
    width: 49% !important;
}
.form-group.ax-col-50.ax-display-table-cell .ax-usuario-re {
    display: block;
    text-align: center;
}
.form-group.ax-col-50.ax-display-table-cell:before {
    display: none;
}
.form-group.ax-col-50.ax-display-table-cell p.ax-usuario-re a:before{
    display: none;
}
div#reportContainer {
    height: 100vh!important;
}
.container.container-direction-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.regular-content input[type="email"], .regular-content input[type="text"], .regular-content input[type="password"] {
    color: #000;
}
.container.ax-padding-top-container.regular-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.login .form-control {
    color: #fff;
}
/* administrador */
.container-admin>.row {
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.container-admin>.row>.col-md-3 {
    text-align:center;
    margin-bottom: 7%;
}
.container-admin>.row>.col-md-3>a {
    display:block
}
.container-admin>.row>.col-md-3 img {
    width: 20%;
    margin-bottom: 7%;
}
.container-admin>.row>.col-md-3 span {
    display:block;
    text-align:center;
    color: #123274;
    font-weight: bold;
    font-size: 1.1em;
}
/* administrador tablas */
table.table {
    border: 1px solid #D0D2D3;
    border-top: 1px solid #ffffff;
    color: #A6A8AB;
}
table.table th{
    color: #123274;
}
table.table td:last-child{
    text-align:right;
    color: #009FE3;
    width: 40%;
}
table.table td:last-child>a{
    position:relative;
    color: #009FE3;
}
table.table td:last-child>a:before{
    content:"";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    display: inline-block !important;
    vertical-align: middle;
}
table.table td:last-child>a:after{
    display: none;
}
table.table td:last-child>a[href*="Edit"]:before {
    background-image: url('./img/icon-edit.png');
}
table.table td:last-child>a[href*="Details"]:before {
    background-image: url('./img/icon-details.png');
}
table.table td:last-child>a[href*="Delete"]:before {
    background-image: url('./img/icon-delete.png');
}
.ax-roles-views>.container-direction-col>div>h2, .title-container>h2, h2 {
    font-weight: bold;
    color: #123274;
}
.ax-roles-views>.container-direction-col>div, .title-container {
    position: relative;
    margin-top: 4% !important;
}
.ax-roles-views>.container-direction-col>div>p>a, .title-container>p>a {
    color: #009FE3;
    font-size: 1.2em;
    margin: 0;
}
.ax-roles-views>.container-direction-col>div:before, .title-container:before {
    content: "";
    width: 120px;
    height: 80px;
    position: absolute;
    left: -125px;
    /* transform-origin: right top; */
    background-size: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    margin: auto;
}
.RolesAdmin:before{
    background-image: url('img/icon-admin-roles.png')
}
.UsersAdmin:before{
    background-image: url('img/icon-admin-usuarios.png')
}
.ReportesAdmin:before{
    background-image: url('img/icon-admin-reportes.png')
}
.categoria:before{
    background-image: url('img//icon-categoria.png')
}
.cluster:before{
    background-image: url('img/icon-cluster.png')
}
.subcategoria:before{
    background-image: url('img/icon-sub-categoria.png')
}
.tipoAcceso:before{
    background-image: url('img/icon-tipo-acceso.png')
}
.tipoElemento:before{
    background-image: url('img/icon-tipo-elemento.png')
}
.elemento:before{
    background-image: url('img/icon-elemento.png')
}
.elementoCluster:before{
    background-image: url('img/icon-elemento-cluster.png')
}
.elementoCategoria:before{
    background-image: url('img/icon-elemento-categoria.png')
}

.title-container>h2{
    margin-top: 0;
}
.title-container>p{
    margin-bottom: 0;
}
.form-group.info-group {
    color: #A6A8AB;
    border-left: 1px solid #D0D2D3;
    border-right: 1px solid #D0D2D3;
}
.form-group.info-group .col-md-10 {
    padding-right: 0;
}
.form-group.info-group .col-md-10>input {
    border-bottom: 1px solid #D0D2D3;
}
.return>a {
    color: #009FE3;
    padding-left: 20px;
    background-image: url('img/return-bg.png');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left center;
}
.col-md-10.role-container {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.col-md-10.role-container>div {
    width: 33.33%;
    position: relative;
}

.col-md-10.role-container>div>label {
    font-weight: normal;
}
.col-md-10.role-container>div>label:before {
    content:"";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #A6A8AB;
    vertical-align: middle;
    border-radius: 30px;
    cursor: pointer;
}
.col-md-10.role-container>div>input[type="checkbox"] {
    height: 20px;
    width: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 10px;
    opacity: 0;
}
.col-md-10.role-container>div>input[type="checkbox"]:checked + label:before {
    background-color:#95c11f;
}
h4, .info-group h4 {
    color: #009FE3;
    font-weight: bold;
}
.form-group.info-group.no-border>table.table {
    border: 0 !important;
}
.form-group.info-group.no-border>table.table td {
    text-align: left;
    color: #A6A8AB;
    border-bottom: 1px solid #D0D2D3;
}
.ax-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.edit>a {
    color: #009FE3;
    padding-left: 20px;
    background-image: url('img/icon-edit.png');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left center;
}
.ax-row>div {
    padding: 0 10px;
}