﻿

/********************************************************************
************LAYOUT STARTS HERE **************************************
*********************************************************************/

.centered {
    text-align: center;
}

#side-menu {
    width: 250px;
    position: absolute;
    min-height: 110%;
    background-color: #021222;
    top: 0;
    left: -250px;
    z-index: 1;
}

#page-content-wrapper {
    position: relative;
    margin-left: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    /*height:100%;*/
}

#page-header .navbar {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
}

#page-header .navbar-light .navbar-nav .active > .nav-link,
#page-header .navbar-light .navbar-nav .nav-link.active,
#page-header .navbar-light .navbar-nav .nav-link.open,
#page-header .navbar-light .navbar-nav .open > .nav-link {
    color: #F9F9DD;
    background-color: #fbfbfb;
}

.sidebar-toggler {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-brand {
    margin-left: 1.2rem;
}

#side-menu.show {
    display: block;
    left: 0;
    transition: left .5s ease;
}

@media (min-width: 992px) {
    .navbar-brand {
        margin-left: 0;
    }

    .logout-button {
        position: initial !important;
    }

    #side-menu {
        display: block;
        z-index: 0;
        left: 0;
    }

    .sidebar-toggler {
        display: none;
    }

    #page-content-wrapper {
        margin-left: 250px;
        width: calc(100% - 250px);
    }

    .navbar-toggleable-md .navbar-nav {
        margin-right: 4rem;
    }

        .navbar-toggleable-md .navbar-nav .nav-link {
            padding: 1.2rem;
        }

    #page-header .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 300px) {
    .modal-dialog {
        right: auto;
        left: auto;
        width: 750px;
        padding-top: 30px;
        padding-bottom: 90px;
    }

    span.psw {
        display: block;
        float: none;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(1, 2, 0, 0.5);
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);*/
    }
}

.ColoriiiDefault1 {
    background: #5d7370; /* Parte de la derecha*/
    color: White;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
}

.ColoriiiDefault1:hover {
    border-color: #794e01;
}

    .ColorBotonBorde {
        background: white;
        color: var(--color-primario);
        border: 2px solid var(--color-primario);
        font-weight: 600;
    }

    .ColorBotonBorde:hover,
    .ColorBotonBorde:focus,
    .ColorBotonBorde.focus,
    .ColorBotonBorde:active,
    .ColorBotonBorde.active,
    .open > .dropdown-toggle.ColorBotonBorde {
        background: var(--color-primario);
        color: white;
        border-color: var(--color-primario);
        font-weight: 100;
    }

    .ColorBotonBordeRedondeado {
        background: white;
        color: #354954;
        border: 2px solid #354954;
        font-weight: 600;
        border-radius: 30px;
        height: 26px;
        font-size: 12px;
        padding: 0px;
    }

        .ColorBotonBordeRedondeado:hover,
        .ColorBotonBordeRedondeado:focus,
        .ColorBotonBordeRedondeado.focus,
        .ColorBotonBordeRedondeado:active,
        .ColorBotonBordeRedondeado.active,
        .open > .dropdown-toggle.ColorBotonBordeRedondeado {
            background-color: #354954 !important;
            color: white;
            border-color: #354954;
            font-weight: 100;
        }


.ColoriiiDefault3 {
    background: #5d7370; /* Parte de la derecha*/
    color: White;
    padding: 0px 0px;
}

.ColorImagen1 {
    color: #5d7370;
}
/*
Customized hamburger. That's based on your need
*/

.hamburger-inner:before {
    top: -5px;
}

.hamburger-inner:after {
    bottom: -5px;
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-3px,0,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-3px,0,0) rotate(45deg) scaleX(0.7);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 4px;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 24px;
}

.hamburger {
    padding: 12px;
}

.hero-image-wrapper {
    height: 23rem;
    width: 100%;
}

.hero-image {
    /* The image used */
    background-image: url('/Images/PantallaInicio.png');
    /*background-image: url("photographer.jpg");*/
    /* Set a specific height */
    height: 180%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: #fff; */
    color: #fff;
    text-shadow: 2px 2px 6px #F9F9DD;
}

.logout-button {
    position: absolute;
    right: 5rem;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    margin-top: 0 !important;
}


/********************************************************************
************Textbox e inputs   modificados***************************
*********************************************************************/
.float-label-control {
    position: relative;
    margin-bottom: 1.5em;
}

    /*.float-label-control ::-webkit-input-placeholder {
        color: transparent;
    }*/

    /*.float-label-control :-moz-placeholder {
        color: transparent;
    }*/

    /*.float-label-control ::-moz-placeholder {
        color: transparent;
    }

    .float-label-control :-ms-input-placeholder {
        color: transparent;
    }*/

    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill {
        background-color: transparent !important;
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        -moz-box-shadow: 0 0 0 1000px white inset !important;
        box-shadow: 0 0 0 1000px white inset !important;
    }

    .float-label-control input, .float-label-control textarea, .float-label-control label {
        font-size: 1.3em;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .float-label-control input:focus,
        .float-label-control textarea:focus {
            box-shadow: none;
            -webkit-box-shadow: none;
            border-bottom-width: 2px;
            padding-bottom: 0;
        }

        .float-label-control textarea:focus {
            padding-bottom: 4px;
        }

    .float-label-control input, .float-label-control textarea {
        display: block;
        width: 100%;
        padding: 0.1em 0em 1px 0em;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #aaa;
        outline: none;
        margin: 0px;
        background: none;
        font-size: 12px;
    }

    .float-label-control textarea {
        padding: 0.1em 0em 5px 0em;
    }

    .float-label-control label {
        position: absolute;
        font-weight: normal;
        top: -1.0em;
        left: 0.08em;
        color: #000000;
        z-index: -1;
        font-size: 0.85em;
        -moz-animation: float-labels 300ms none ease-out;
        -webkit-animation: float-labels 300ms none ease-out;
        -o-animation: float-labels 300ms none ease-out;
        -ms-animation: float-labels 300ms none ease-out;
        -khtml-animation: float-labels 300ms none ease-out;
        animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/
        animation-play-state: running !important;
        -webkit-animation-play-state: running !important;
    }

    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label {
        top: 0.1em;
        font-size: 1.5em;
        animation: none;
        -webkit-animation: none;
    }

    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label {
        z-index: 1;
    }

    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label {
        color: #aaaaaa;
    }

    .float-label-control.label-bottom label {
        -moz-animation: float-labels-bottom 300ms none ease-out;
        -webkit-animation: float-labels-bottom 300ms none ease-out;
        -o-animation: float-labels-bottom 300ms none ease-out;
        -ms-animation: float-labels-bottom 300ms none ease-out;
        -khtml-animation: float-labels-bottom 300ms none ease-out;
        animation: float-labels-bottom 300ms none ease-out;
    }

    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label {
        top: 3em;
    }


@keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: -1em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: -1em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: 3em;
        opacity: 1;
    }
}

.TamanyoLetraLink {
    font-size: 0.875em;
}

a {
    color: #2e5666;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #4c5e5b;
        

    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

.usuario-container {
    float: left;
    display: inline-block;
    width: 300px;
    margin: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

    .usuario-container:hover {
        background-color: #eee;
    }

/*a.aspNetDisabled {
    display: none;
}*/

.grid-pager {
    margin: 2px;
    padding: 2px;
}

    .grid-pager td span, .grid-pager td a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #eee;
        text-decoration: none;
    }

        .grid-pager td a:hover {
            background-color: #eee;
        }

th.asc {
    background: url('/Images/up-arrow.png') no-repeat center right #eee;
}

th.desc {
    background: url('/Images/down-arrow.png') no-repeat center right #ccc;
}

td.asc {
    background-color: #eee;
}

td.desc {
    background-color: #ccc;
}

ul.operaciones-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.operaciones-list li {
    padding: 5px;
    display: inline-block;
}

.combo-arrow-size {
    width: 34px;
    height: 34px;
    border: 1px solid lightgray;
}
.CodigoDesbloqueo {
    color: #FF0000 !important;
}

.SombraExterior {
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
}

.SombraExteriorInterior {
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

