/********************************************* PROPIOS ********************************************/
.line-left{
	
	height:100%;
	text-align:center;
	min-height:614px;
	
}
.agregar{
	background-image:url(../img/nuevo.png);
	background-repeat: no-repeat;
}
.todo{
	background-image:url(../img/todo.png);
	background-repeat: no-repeat;
}
.recuperar{
	background-image:url(../img/recuperar.png);
	background-repeat: no-repeat;
}
.cerrar{
	background-image:url(../img/cerrar.png);
	background-repeat: no-repeat;
}
/******************************************** BOOTSTRAP *******************************************/
.filtro{
	background-position: left center; 
	padding-left:30px;
	background-image:url(../img/filtro.png);
	background-repeat: no-repeat;
	
}
.fecha{
	background-position: left center; 
	padding-left:30px;
	background-image:url(../img/date.png);
	background-repeat: no-repeat;
	border:1px solid #999;
}
.hora{
	background-position: left center; 
	padding-left:30px;
	background-image:url(../img/time.png);
	background-repeat: no-repeat;
	border:1px solid #999;
}
body{
	background-color:#ecf0f1;
	border:1px solid #ecf0f1;
}
.navbar-inverse {
	background-color: #2c3e50;
	border-color: #2c3e50;
}
.navbar {
	position:static;
	border-radius: 0px;
	margin-bottom:0px;
}
.navbar-brand2{
	line-height:50px;
	color:#d9ebf5;
}
.navbar-brand3{
	line-height:50px;
	color:#fff;
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.item{
	width:100%;
	float:left;
}
.menu-left{
	background-color:#34495e;
	height:100%;
	text-align:center;
	min-height:609px;
}
.borde-top{
	border:1px solid #34495e;
	border-bottom-color:#142638;
}
.borde-bottom{
	border:1px solid #34495e;
	border-top-color:#516375;
}
.nopadding {
	padding-left:0px;
	padding-right:0px;
}
.panel-group .panel + .panel{
	margin-top:0px;	
}
.panel-group .panel {
	border-radius:0px;
	text-align:left;
}
.panel-default > .panel-heading {
	border:1px solid transparent;
	border-top-color:#54677a;
	border-bottom-color:#142638;
	cursor:pointer;
	color:#fff;
	background-color:#34495e;
	transition: background-color ease-in-out 0.5s;
}
.panel-default > .panel-heading:hover {
	background-color:#2c3e50;
	transition: background-color ease-in-out 0.5s;
}
.panel-heading {
	border-radius:0px;
}
.panel {
	border:0px;
	border-radius:0px;
	margin-bottom:0px;
}
.enlace{
	background-color:#c4c9ca;
	width:100%;
	padding:10px 10px 10px 10px;
	color:#2c3e50;
	transition: background-color ease-in-out 0.5s;
	font-size:12px;
}
.enlace:hover {
	text-decoration:none;
	/*background-color:#ecf0f1;*/
	width:100%;
	color:#000;
	/*text-decoration:bold;*/
	/*padding-left:15px;*/
	font-weight:bold;
	/*transition: padding-left ease-in-out 0.25s;*/
	/*transition: padding-left ease-in-out 0.25s;*/
}

.panel-body{
	padding:0px;
	border-radius:0px;
}

.input-sm {
	border-radius: 0px;
	padding:5px;
	border:1px solid #aaa;
	height:28px;
	text-transform: uppercase; 
}

.input-sm:hover {
	border-radius: 0px;
	border:1px solid #66afe9;
	background-color:#d9ebf5;
}
.form-control {
	display:inline;
}
.form-control:focus{
	border:1px solid #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background-color:#d9ebf5;
}
.btn {
	border-radius:0px;
}
.btn-primary{
	background-color:#34495e;
	border:1px solid #235681;
	/*opacity: 0.8;*/
	transition: 0.2s all ease;
}
.btn-primary:hover {
	background-color:#3276b1;
	background-color:#000;
	border:1px solid #a5c7fe;
	opacity: 1.0;
	transition: 0.2s all ease;
}
.btn-primary:focus {
	background-color:#34495e;
	background-color:#000;
	border:1px solid #235681;
	opacity: 1.0;
	transition: 0.2s all ease;
}
.btn-primary:active{
	background-color:#000;
	border:1px solid #000;
	opacity: 1.0;
	transition: 0.2s all ease;
}
.btn-default{
	background-color:#16a085;
	border:1px solid #16a085;
	opacity: 0.8;
	color:#fff;
	transition: 0.2s all ease;
}
.btn-default:hover{
	background-color:#16a085;
	border:1px solid #16a085;
	opacity: 1.0;
	color:#fff;
	transition: 0.2s all ease;
}
.btn-default:focus{
	background-color:#16a085;
	border:1px solid #16a085;
	opacity: 1.0;
	color:#fff;
	transition: 0.2s all ease;
}
legend {
	border-bottom:1px solid #2c3e50;
}
thead tr {
background-image: linear-gradient(0, #d7d7d7 0%, #f0f0f0 80%);
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}
th {
font-weight: normal;
height: 24px;
cursor: default;
white-space: nowrap;
overflow: hidden;
border:1px solid #ddd;
text-align: left;
border-right: 1px solid #ddd;
border-left: 1px solid #fff;
padding-left:5px;
}
td {
	/*background-color:#fff;*/
	font-size:11px;
	height:24px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #d9ebf5;
}
.peque {
	height:24px;
}
.panel-primary > .panel-heading {
	background: url(../img/wbg.gif) repeat-x top;
	height:26px;
	padding:6px;
	color:#000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.panel-primary > .panel-body {
	border:1px solid #ddd;
}
.label-text{
	font-size:11px;
	line-height:30px;
}

.sombra {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
}
.item-focus{
	background-color:#ecf0f1;
}
.panel-borde{
	 border:1px solid #54677a;
}
/******************************************** JQUERY UI *******************************************/
.ui-dialog {
	padding:0px;
}
.ui-widget-overlay {
	opacity: 0.5;
}
.ui-widget-content {
	border:2px solid #2c3e50;
}
.ui-widget-header {
	border:0px;
	font-weight: normal;
	background: #2c3e50;
}
.ui-widget{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
/********************************************* PROPIOS ********************************************/
.fondo-amarillo{
	color:#000;
	border:1px solid #ebf0b1;
	background-color:#faffbd;
}
.fondo-amarillo:hover{
	color:#000;
	border:1px solid #ebf0b1;
	background-color:#faffbd;
}
.fondo-azul{
	color:#000;
	border:1px solid #63a9d9;
	background-color:#daf0fa;
}
.fondo-azul:hover{
	color:#000;
	border:1px solid #63a9d9;
	background-color:#daf0fa;
}
.user{
	background-position: left center; 
	padding-left:35px;
	background-image:url(../img/user.png);
	background-repeat: no-repeat;
	border:1px solid #999;
	height: 40px;
	font-size: 18px;
	text-transform: lowercase;
}
.pass{
	background-position: left center; 
	padding-left:35px;
	background-image:url(../img/pass.png);
	background-repeat: no-repeat;
	border:1px solid #999;
	height: 40px;
	font-size: 18px;
}