
/* custom style for login page */
.card {    
    padding: 15px;
    max-width: 400px;
    height: auto;
    margin: 10px auto;
    text-align: center;
}
/* /end custom style for login page */

body {
	height:100vh !important;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

 h1, h3 {
    margin-top: 30px;
}
.navbar-dark.stiky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 50px;
    bottom: auto;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    bottom: initial; 
	}

.fa-logo {	
	color: #fff;
	margin:0 auto;
    font-size: 4em;
    width:100px;
	height:100px;
	background:#6497b1;
	border-radius:50px;
}

footer {
	background:	#6497b1;
	color: #fff;
	padding: 10px 0;
}

.copy h6 {	
	color: #fff;
    font-size: 1.2em;
    margin: 8px auto;
    padding: 0;
}

.copy a i {
	color:#f9f9f9;
	font-size: 1.3em;
}

.copy li:hover{
  border-color: #fff;
  background:#fff;
  
}

.copy li:hover a i {
	color:#4f5b66;
}

.copy ul li {
    border: 1px solid #f9f9f9;
    display: inline-table;
	float: right;
    margin-left: 5px;
    padding: 6px 3px;
}
.copyleft {
    position: relative;
    top: 2px;
    display:inline-block;
    transform: rotate(180deg);
}
 .password-icon {
        float: right;
        position: relative;
        margin: -25px 10px 0 0;
        cursor: pointer;
    }
	
	/* Modal Styles */
.modal-header{
 background-color:#f7f7f7;
 font-size: 22px; 
 font-weight:bold;
 color: navy;
 border-radius: 5px 5px 0 0;
 font-family: 'Open Sans', sans-serif;
}

.modal-footer{
 background-color:#f7f7f7 !important;
 border-radius:0 0 5px 5px;
}
.card-header {
background-color: #6497b1;
height:50px;
}
.card-title {
font-size:18px; 
font-weight:bold;
color:#ffffff;
text-align:justify;
}
/* -------------
Sidebar
----------------*/
#body-row {
    margin-left:0;
    margin-right:0;
}

#sidebar-container {   
    background-color: white;
    padding: 0;
}


/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color:#0F3057;
	font-weight:bold;
}

/* Separators */
.sidebar-separator-title {
    background-color:f1f3f8;
    height: 35px;
	color:#0F3057 !important;
}
.sidebar-separator {
    /*background-color: #333;*/
    height: 25px;
}
.logo-separator {
    /*background-color: #333;    */
    height: 60px;
}
.contador {
    float: right;
    color: #555555;
    font-style: italic;
}