/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*#menuop{
    background-color: #f0f0f0;
    height: 100%;
}*/

.sinpadding{
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important
}
/**
.navbar{
    background-color: #272d6b !important;
}

.navbar a{
    color: #FFFFFF;
}
*/
.ui-multiselect-menu { 
    /* verificar si esto corrige el que el div con las opciones del multiselect no queden visibles */
    display:none; 
    padding:3px; 
    position:absolute; 
    z-index:999999 
}

.ui-pager-control {
    height: 55px;
}

#barranavegacion {
    background: #C3C3C3
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left:  0;
    width: 320px;
    height: 100%;
    margin-left: -320px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.nav-stacked > li {
    background: #C3C3C3
}

#sidebar-wrapper.active {
    left: 320px;
    width: 320px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


footer>div {
    text-align: center;
    background-color: transparent;
    /*height: 200px;*/
}

#contenedorinterno {
    min-height: 81%;
    overflow:auto;
}
/*
#menu-toggle {
    z-index: 801;
    position: fixed;
    top: 0;
    right: .5%;
}*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/*
 * Card
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.logo-img {
    
    margin: 0 auto 10px;
    display: block;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}


