/* Global Styles */

/* ------------------------------- */

html{
    height: 100% !important;
}

 body {
    /*padding-top: 100px;*/
    padding: 0;
    height: 100%;
}

@media(min-width:768px) {
    body {
        /*padding-top: 50px;*/
        padding: 0;
        height: 100% !important;
    }
}

.page-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

.carousel-caption {
    width: 35%;
    left: 55%;
    top: 240px;
}

.carousel-inner h3 {
    display: inline-block;
    padding: 20px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
}

.item img {
    position: absolute;
    object-fit: cover;
    height: max-content !important;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 572px;
    background: rgba(0,0,0,0.7);
}

#footer {
    height: 70px;
    padding: 20px 30px 0 30px;
    font-size: 1.1rem;
    color: white;
    z-index: 9999;
    position: fixed;
}

/*Navbar*/
.navbar_superior {
    background-color: #232323;
    margin-bottom: 0;
    margin: 2% 0;
    height: 9%;
    width: 100%;
    position: static;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #232323;
}

.navbar_lateral {
    background-color: #232323;
    height: 100%;
    top: 0;
}

.timempoEspera{
    margin: 0!important;
    text-align: center;
}

.textoCambioClaveExitoso{
    padding: 5% !important;
    text-align:center;
    color: black !important;
}

#side-menu a {
    background: #232323;
    border-bottom: 1px solid #2d2d2d;
    color: #6a6b72;
    text-align: center;
    height: 48px;
    display: grid;
    align-items: center;
}

#side-menu.nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 4px;
    width: 100% !important;
}
/*Logueo*/
.login-page .login-form .form-group .control-label,
.login-page .login-form .form-group .form-control {
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out
}

.login-page {
    background: #2c2e2f;
    color: #fff;
    padding-top: 100px
}

    .login-page .errors-container {
        margin-bottom: 20px;
        padding: 0 30px
    }

    .login-page .login-form {
        position: relative;
        padding: 0 30px 10px 30px;
        margin-bottom: 20px
    }

        .login-page .login-form.fade-in-effect {
            zoom: 1;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -ms-filter: alpha(Opacity=0);
            filter: alpha(opacity=0);
            -webkit-transition: all 800ms cubic-bezier(0.39, .575, .565, 1);
            -moz-transition: all 800ms cubic-bezier(0.39, .575, .565, 1);
            -o-transition: all 800ms cubic-bezier(0.39, .575, .565, 1);
            transition: all 800ms cubic-bezier(0.39, .575, .565, 1)
        }

@media screen and (max-width: 768px) {
    .login-page .login-form.fade-in-effect {
        left: 0
    }
}

.login-page .login-form.fade-in-effect .form-group {
    position: relative;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.login-page .login-form.fade-in-effect + .external-login {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms cubic-bezier(0.39, .575, .565, 1);
    -moz-transition: all 500ms cubic-bezier(0.39, .575, .565, 1);
    -o-transition: all 500ms cubic-bezier(0.39, .575, .565, 1);
    transition: all 500ms cubic-bezier(0.39, .575, .565, 1);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms
}

.login-page .login-form.fade-in-effect.in {
    left: 0;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100)
}

    .login-page .login-form.fade-in-effect.in .form-group {
        top: 0;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: alpha(Opacity=100);
        filter: alpha(opacity=100)
    }

    .login-page .login-form.fade-in-effect.in + .external-login {
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: alpha(Opacity=100);
        filter: alpha(opacity=100)
    }

.login-header {
    margin: 0 auto;
    text-align: center;
}

    .login-page .login-form .login-header .logo {
        display: block
    }

        .login-page .login-form .login-header .logo img {
            text-align: center;
            vertical-align: baseline;
        }

        .login-page .login-form .login-header .logo span {
            padding-left: 3px;
            color: rgba(151, 152, 152, .6);
            font-size: 15px;
            vertical-align: baseline
        }

    .login-page .login-form .login-header p {
        color: #979898;
        font-size: 13px;
        margin: 0;
        margin-top: 10px
    }

.login-page .login-form .form-group {
    position: relative;
    margin-bottom: 15px
}

    .login-page .login-form .form-group .control-label {
        line-height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0 13px;
        color: #979898;
        cursor: text
    }

    .login-page .login-form .form-group .form-control {
        height: 40px
    }

        .login-page .login-form .form-group .form-control::-moz-placeholder {
            color: rgba(151, 152, 152, .5);
            opacity: 1
        }

        .login-page .login-form .form-group .form-control:-ms-input-placeholder {
            color: rgba(151, 152, 152, .5)
        }

        .login-page .login-form .form-group .form-control::-webkit-input-placeholder {
            color: rgba(151, 152, 152, .5)
        }

        .login-page .login-form .form-group .form-control::-webkit-input-placeholder {
            color: rgba(151, 152, 152, .5)
        }

        .login-page .login-form .form-group .form-control:-moz-placeholder {
            color: rgba(151, 152, 152, .5)
        }

        .login-page .login-form .form-group .form-control::-moz-placeholder {
            color: rgba(151, 152, 152, .5)
        }

        .login-page .login-form .form-group .form-control:-ms-input-placeholder {
            color: rgba(151, 152, 152, .5)
        }

        .login-page .login-form .form-group .form-control:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 1000px #fff inset;
            -webkit-text-fill-color: #979898;
            border: 1px solid #e4e4e4
        }

        .login-page .login-form .form-group .form-control.input-dark {
            background: #313334;
            border: 1px solid transparent;
            color: #fff
        }

            .login-page .login-form .form-group .form-control.input-dark::-moz-placeholder {
                color: rgba(255, 255, 255, .5);
                opacity: 1
            }

            .login-page .login-form .form-group .form-control.input-dark:-ms-input-placeholder {
                color: rgba(255, 255, 255, .5)
            }

            .login-page .login-form .form-group .form-control.input-dark::-webkit-input-placeholder {
                color: rgba(255, 255, 255, .5)
            }

            .login-page .login-form .form-group .form-control.input-dark::-webkit-input-placeholder {
                color: rgba(255, 255, 255, .5)
            }

            .login-page .login-form .form-group .form-control.input-dark:-moz-placeholder {
                color: rgba(255, 255, 255, .5)
            }

            .login-page .login-form .form-group .form-control.input-dark::-moz-placeholder {
                color: rgba(255, 255, 255, .5)
            }

            .login-page .login-form .form-group .form-control.input-dark:-ms-input-placeholder {
                color: rgba(255, 255, 255, .5)
            }

            .login-page .login-form .form-group .form-control.input-dark:-webkit-autofill {
                -webkit-box-shadow: 0 0 0 1000px #313334 inset;
                -webkit-text-fill-color: #fff;
                border: 0
            }

        .login-page .login-form .form-group .form-control.error {
            border-color: rgba(204, 63, 68, .5)
        }

    .login-page .login-form .form-group label.error {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding-right: 12px;
        font-size: 12px;
        line-height: 40px;
        color: rgba(255, 255, 255, .7)
    }

    .login-page .login-form .form-group.validate-has-error .form-control {
        border-color: rgba(204, 63, 68, .5)
    }

    .login-page .login-form .form-group.is-focused .control-label {
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: alpha(Opacity=0);
        filter: alpha(opacity=0);
        visibility: hidden
    }

    .login-page .login-form .form-group .btn {
        padding-top: 11.11px;
        padding-bottom: 11.11px
    }

        .login-page .login-form .form-group .btn i {
            margin-right: 5px
        }

        .login-page .login-form .form-group .btn.btn-dark {
            border-color: rgba(55, 57, 58, .9);
            background-color: #2c2e2f;
            color: #fff
        }

            .login-page .login-form .form-group .btn.btn-dark:hover {
                background-color: rgba(55, 57, 58, .3)
            }

.login-page .login-form .login-footer {
    margin-top: 15px
}

    .login-page .login-form .login-footer a {
        color: #979898
    }

        .login-page .login-form .login-footer a:hover {
            color: #bdbebe
        }

    .login-page .login-form .login-footer .info-links {
        font-size: 11px;
        margin-top: 5px;
        color: rgba(151, 152, 152, .7);
        height: 30px;
    }

        .login-page .login-form .login-footer .info-links a {
            color: rgba(151, 152, 152, .7)
        }

            .login-page .login-form .login-footer .info-links a:hover {
                color: #979898
            }

.login-page .external-login {
    position: relative;
    margin-bottom: 30px;
    padding: 0 30px
}

    .login-page .external-login a {
        display: block;
        color: #fff;
        background: #2c2e2f;
        padding: 13px 20px;
        font-size: 15px;
        margin-bottom: 10px
    }

        .login-page .external-login a i {
            margin-right: 5px
        }

        .login-page .external-login a:hover {
            background: #454849
        }

        .login-page .external-login a.facebook {
            background-color: #3b5998
        }

            .login-page .external-login a.facebook:hover {
                background-color: #2d4373
            }

        .login-page .external-login a.twitter {
            background-color: #55acee
        }

            .login-page .external-login a.twitter:hover {
                background-color: #2795e9
            }

        .login-page .external-login a.gplus {
            background-color: #dd4b39
        }

            .login-page .external-login a.gplus:hover {
                background-color: #c23321
            }

.login-page.login-light {
    background: rgba(253,200,47,.8) !important;
    background-size: 100%;
    padding: 20px 0;
    width: 100%;
}

    .login-page.login-light .errors-container,
    .login-page.login-light .external-login {
        padding: 0
    }

    .login-page.login-light .form-group label.error {
        color: rgba(151, 152, 152, .8)
    }

    .login-page.login-light .login-form {
        background: rgba(253, 200, 47, .8);
        color: #979898
    }

        .login-page.login-light .login-form .login-footer a {
            color: #68b828
        }

            .login-page.login-light .login-form .login-footer a:hover {
                color: #508e1f
            }

        .login-page.login-light .login-form .login-footer .info-links a {
            color: rgba(151, 152, 152, .7)
        }

            .login-page.login-light .login-form .login-footer .info-links a:hover {
                color: #979898
            }


.form-signin {
    font-family: inherit;
    padding: 0 0 2% 0 !important;
    max-width: 88% !important;
    color: black;
}

.btn-efecty {
    position: relative;
}

.btn-efecty-Inicio {
    background-color: #337ab7;
    border-color: #6A6B72;
    padding: 5px 0;
    width: auto;
    position: relative;
    width: 100% !important;
}

    .btn-efectybtn-Inicio-Inicio:hover, .btn-efecty-Inicio:active, .btn-efecty-Inicio:focus {
        background-color: #2e6da4;
        color: white;
    }

.login-title {
    color: black;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.contPagPrincipal {
    display: block;
    position: absolute;
    width: 50%;
}

    .contPagPrincipal .row {
        margin: 14% 0 0 38%;
    }

.row,
.carousel-inner,
#wrapper,
.container-fluid {
    height: 100%
}

.container {
    height: 100%;
    width: 100%;
    margin: 0;
}

.caroueselPrinc {
    height: 100%;
    display: flex;
}
/* Wrappers */
/* ------------------------------- */
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 6%;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    display: -webkit-box;
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

 .navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

 .sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
/*    content: "\f104";*/
    content: "\f107";
}

.active > a > .fa.arrow:before {
/*    content: "\f107";*/
    content: "\f106";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

.icon {
    display: inline-block;
    width: 30px;
    height: auto;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    background-color: #232323;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #232323;
    border: none;
    position: absolute;
}

.icon-menu3:before {
    content: "\2261";
    color: white;
    font-size: 40px;
}

.logo {
    text-align: center;
    height: 70px;
    background-color: black;
    display: flex;
    justify-content: center
}

.logoImagen {
    margin-bottom: 3px;
    padding: 0px !important;
}

.collapse.in {
    display: grid;
    height: 0px !important;
}

.collapsing {
    position:  fixed;
    height: 0 !important;
    overflow: auto;
    -webkit-transition: width -0.35s ease !important;
    transition: width -0.35s ease !important;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: fixed;
        width: 5%;
        margin-top: 0;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/* Buttons */

/* ------------------------------- */

 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

 .chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

 .login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

 .flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

 table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

 .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}