/* here you can put your own css to customize and override the theme */
body {
    background: #fff;
}
a {
    color: #333;
}
/* HEADER */
.page-header.navbar .page-logo, .page-header.navbar {
    background: #fff;
}
.page-header.navbar .page-logo .logo-default {
	margin-top: 10px;
}
.page-header.navbar .page-logo img {
	max-width: 110px;
}
.page-header.navbar .page-actions {
    margin: 10px 0 15px 15px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    color: #333;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
    color: #192d32;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
    color: #aacf12;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #7f96ac !important;
    font-size: 16px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
    font-weight: bold;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 28px 12px 19px 12px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
	padding: 28px 16px 19px 16px;
}
.page-sidebar .page-sidebar-menu > li > a {
    color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li > a {
    display: block;
    clear: both;
    line-height: 20px;
    white-space: normal;
    font-size: 14px;
    padding: 16px 15px 18px;
    text-shadow: none;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #333;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    font-size: 14px;
}

.dashboard-stat.green {
    background: rgba(170, 207, 18, 0.8);
}
.dashboard-stat.grey {
	background: rgb(38, 52, 75, 0.8));
}
.dashboard-stat .details .number {
    font-size: 28px;
}
.dashboard-stat.green .visual > i {
    opacity: 0.2;
}
.dashboard-stat.grey .visual > i {
    color: #666;
}
/* 	FORMULARIO LOGIN  */
.login-form h2 {
	text-align: center;
	color: #cccc00;
}
.sign-up {
  position: relative;
  margin: 30px auto;
  max-width: 600px;
  padding: 33px 25px 29px;
  background: #eee;
  border-bottom: 2px solid #c4c4c4;
  border-radius: 5px;
  @include box-shadow(0 1px 5px rgba(black, .25));

  &:before, &:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 10px;
    background: inherit;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 4px;
  }

  &:after {
    bottom: 3px;
    border-color: #dcdcdc;
  }
}

input {
  font-family: inherit;
  color: inherit;
  @include box-sizing(border-box);
}
.sign-up label {
	text-align:center;
	text-transform: uppercase;
	font-size: 14px;
} 

.sign-up-input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 17px;
  text-align: center;
  background: white;
  border: 2px solid #ebebeb;
  border-radius: 4px!important;
  @include box-shadow(inset 0 -2px #ebebeb);

  &:focus {
    border-color: #62c2e4;
    outline: none;
    @include box-shadow(inset 0 -2px #62c2e4);
  }

  .lt-ie9 & { line-height: 48px; }
}

.sign-up-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 54px;
  padding: 0;
  font-size: 18px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(black, .25);
  background: #aacf12;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  @include box-shadow(inset 0 -2px #d76b60);

  &:active {
    top: 1px;
    outline: none;
    @include box-shadow(none);
  }
}

:-moz-placeholder { color: #ccc; font-weight: 300; }
::-moz-placeholder { color: #ccc; opacity: 1; font-weight: 300; }
::-webkit-input-placeholder { color: #ccc; font-weight: 300; }
:-ms-input-placeholder { color: #ccc; font-weight: 300; }

::-moz-focus-inner { border: 0; padding: 0; }

#login-form .alert-danger ul {
	list-style: none;
	padding: 0;
}
/*FOOTER*/
.page-footer {
	height: 60px;
	background: #1f2b3d;
}
.page-footer .page-footer-inner a {
	color: #ddd;
}
.page-footer .page-footer-inner a:hover, .page-footer .page-footer-inner a:focus {
	color: #aacf12;
}
.page-footer .logo-footer {
	padding: 5px; 
}
.logo-footer {
	max-width: 120px;
}
@media (max-width: 767px) {
.page-header.navbar .menu-toggler.responsive-toggler {
	background-image: url(../img/sidebar-toggler-inverse.png);
}
}
@media (max-width: 1300px) {
	.navbar-brand {
	    font-size: 14px;
    }
}
@media (min-width: 991px) {
	/* LAYOUT para menú lateral full height */
.page-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page-container {
	height: auto;
	min-height: 90%;
}
.page-sidebar-wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-color: #26344B;
}
}

