/*
.navbar-default {
	background-color: #0026bf;
	border-color: #240082;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #9f9f9f;
}
.navbar-default .navbar-text {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #9f9f9f;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #9f9f9f;
	background-color: #240082;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #9f9f9f;
	background-color: #240082;
}
.navbar-default .navbar-toggle {
	border-color: #240082;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #240082;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #9f9f9f;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #9f9f9f;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #9f9f9f;
		background-color: #240082;
	}
}
*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: #cccccc;
}

#container {
   min-height:100%;
   position:relative;
}

#header {
	width:100%;
	height: auto;
	background-color: white;
}

#body {
   padding:10px;
   padding-bottom:85px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:85px;   /* Height of the footer */
   background:white;
   padding: 20px;
}

div.mainContenido
{
	padding-left: 50px;
	padding-right: 15px;
}

.popover-content {
	color: #960404;
	background-color: #ff8888;
}

.centrar-pantalla
{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#elem_head{
	height:45px;
}

#img_head{
	width: 300px;
}

a {
	text-align: center;
  }
  /*
  a:hover, a:focus {
	color: #990024; }
  a img {
	border: none; }
*/
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.img-inline {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.img-responsive {
	margin: 0 auto;
}

#img-pescadores
{
	background-image: url(/img/logo_pescadores.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
}

.centertext {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
}

.right {
	right: 0px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-inline .form-control{
	width: 100%;
}

li.adm{
	font-size: 25px;
}

hr { 
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
} 

table,th,td{
	border: 3px solid black;
	background-color: rgb(231,231,231);
}

.table-bordered{
	border: 3px solid #ABABAB;
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
	border: 1px solid #ABABAB;
}

th {
	color: black;
}

/*ESTILOS BARRA LATERAL*/

#container-body{
	position: relative;
}

#menu-toggle{
	color: #00026d;
	position:fixed;
	z-index:999;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 250px;
	width: 0px;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #003366;
	top:0px;
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}

#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}

/* Sidebar Options Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #003366;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.sidebar-nav li a.menu{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.sidebar-nav li a.usuarioNombre{
	padding-bottom: 10px;
	color:white;
}

.sidebar-nav li a.usuarioNombre:hover{
	background: #cccccc;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #000;
	background: #cccccc;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

#cabecera-menu{
	display: block;
	text-align: center;
	margin: auto;
	color:white;
}

.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

.sidebar-nav > .sidebar-brand a {
	color: #ffffff;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}


@media(min-width:0px) {
	#wrapper {
		padding-left: 250px;
	}

	#wrapper.toggled {
		padding-left: 0;
	}

	#sidebar-wrapper {
		width: 255px;
		border-right:2px solid white;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}

	#page-content-wrapper {
		padding: 20px;
		position: relative;
	}

	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}

/*FIN ESTILOS BARRA LATERAL*/

/*ESTILO ICONO GIRATORIO*/
.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}
.grow{
	font-size: 50px;
}
/*FIN*/
#wrapper{
	height: 100%;
	width: 100%;
}

h1{
	vertical-align: middle;
}

h1,h2,h3,h4,h5
{
	color:#003366;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

.table-hover tbody tr:not(.no-hover):hover td, .table-hover tbody tr:not(.no-hover):hover th {
  background-color: #8EC4D0;
}

.movPen
{
	float: right;
}

#botonAccion
{
	margin-bottom: 10px;
}

.alerta-peligro {
  color: #FFCC00;
  background-color: #FFFF66;
  border-color: #FF9900;
}

.linear
{
	display: inline;
}

.bordered
{
	border: 3px outset white;
	padding: 10px;
}

.centered
{
	text-align: center;
}

.scrollable-menu {
	height: auto;
	max-height: 100%;
	overflow-x: scroll;
}

.gly-spin {
  margin: auto;
  font-size: 36px;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.gly-spin-sm {
  margin: auto;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

button.col-btn{
	width: 100%;
}

.menuButtonZone {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.menuButtonZone:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.pager li>a.page-number{
	background: white;
	color: #399BE8;
}

.nav-tabs>li>a {
	background-color: darkgray;
	color: white;
}
.nav-tabs>li>a:hover {
	color: black;
}

.nav-tabs {
	border-bottom: 0px solid darkgray;
}

td.row-wait{
	height: 150px;
	text-align: center;
}

b.green
{
	color: green;
}

b.red
{
	color: darkred;
}

input[type="text"].dataSelect
{
	background-color: white;
}

div.input-table
{
	margin: 0px;
}
