/*===========================================

	Hoja de estilos globales,

	Eenda Works
	www.eenda-works.com

===========================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

Body{
	background:#fafafa;
	font-family:'Open Sans', Helvetica, Arial, Verdana, Tahoma;
}


/*
ESTILOS PROPIOS */


.box-shadow{
	box-shadow:1px 1px 1px #cccccc;
	-moz-box-shadow:1px 1px 1px #cccccc;
	-webkit-box-shadow:1px 1px 1px #cccccc;
}

.b-radius-2{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.b-radius-3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.b-radius-4{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.b-radius-5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.b-radius-circle{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.b-radius-bottom-left-8{
	-webkit-border-bottom-left-radius: 8px;
	-ms-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.b-radius-bottom-right-8{
	-webkit-border-bottom-right-radius: 8px;
	-ms-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.margin-top{
	margin-top:20px !important;
}

	.margin-top-none{
		margin-top:0 !important;
	}

	.margin-top-xs{
		margin-top:8px !important;
	}

	.margin-top-md{
		margin-top:15px;
	}

	.margin-top-xl{
		margin-top:50px !important;
	}

.margin-right{
	margin-right:20px !important;
}

	.margin-right-none{
		margin-right:0 !important;
	}

	.margin-right-xs{
		margin-right:8px !important;
	}

	.margin-right-md{
		margin-right:15px !important;
	}

	.margin-right-xl{
		margin-right:50px !important;
	}

.margin-bottom{
	margin-bottom:20px !important;
}

	.margin-bottom-none{
		margin-bottom:0 !important;
	}

	.margin-bottom-xs{
		margin-bottom:8px !important;
	}

	.margin-bottom-md{
		margin-bottom:15px !important;
	}

	.margin-bottom-xl{
		margin-bottom:50px !important;
	}

.margin-left{
	margin-left:20px !important;
}

	.margin-left-none{
		margin-left:0 !important;
	}

	.margin-left-xs,
	.margin-left-sm{
		margin-left:8px !important;
	}

	.margin-left-md{
		margin-left:15px !important;
	}

	.margin-left-xl{
		margin-left:50px !important;
	}


.opacity-40{
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
}

.opacity-60{
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.opacity-80{
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}

.text-overflow{
	display:block;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}

.text-shadow-light{
	text-shadow:0 1px 1px #ffffff;
}


.back-to-top{
	display: none;
	position: fixed;
	bottom: 17px; right: 15px;
	text-decoration:none !important;
}

.back-to-top > i{
	display: block;
	width: 36px; height: 36px;
	background-color: #444444;
	line-height: 36px;
	color: #ffffff;
	text-align: center;

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.back-to-top:hover > i{
	background:#0099ff;
	color:#ffffff;
}

.text-shadow-dark{
	text-shadow:0 1px 1px #000000;
}

.help-block{
	font-size:12px !important;
}

.fa.disabled{
	color:#999999;
}

.paginacion{
	margin-top:20px;
	margin-bottom:20px;
	padding:8px 12px;
	background:#f5f5f5;
	font:13px 'Open Sans', Helvetica, Arial, Verdana, Tahoma;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

	.paginacion a{
		color:#0099ff;
	}

	.paginacion .pag_num{
		padding:0 8px;
		margin:0 1px;
		background:#e2e2e2;
		text-align:center;
		color:#666666;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.paginacion .pag_this{
		padding:0 8px;
		margin:0 1px;
		background:#0099ff;
		text-align:center;
		color:#ffffff;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.paginacion .pag_sep{
		padding:0 10px;
		color:#cccccc;
	}

/*
PARSLEY ERROR FIX */
.parsley-error-list,
.parsley-errors-list{
	display: none !important;
}

.parsley-error{
	background:#ffbbbb;
	border-color:#ff0000 !important;
}


/*
SORTER PLUGIN JS */

th.false.header:before{
	float:right;
	font-family:'FontAwesome';
	content:"" !important;
}

th.header:before{
	float:right;
	font-family:'FontAwesome';
	color:#999;
	content:"\f0dc";
}

th.headerSortUp:before{
	content:"\f0d7" !important;
}

th.headerSortDown:before{
	content:"\f0d8" !important;
}


/*
BOOTSTRAP SELECT PLUGIN JS */

.form-control.bootstrap-select.btn-group:not(.input-group-btn){
	display:block;
	width:auto !important;

	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.form-control.bootstrap-select > .btn{
	width:auto !important;
}

.form-control.bootstrap-select.btn-group .dropdown-menu li a span.text{
	display:block;
}

.form-control.bootstrap-select.btn-group .dropdown-menu li a span.text > .text-muted{
	padding:5px 0 0 20px;
	float:right;
	text-align:right;
	color:#0099ff !important;
	font-size:10px;
	text-transform:uppercase;
}


/*
EXTENDS BOOTSTRAP */

.btn-primary{
	background-image: -webkit-linear-gradient(top, #44b4ff 0%, #0099ff 100%);
	background-image: linear-gradient(to bottom, #44b4ff 0%, #0099ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44b4ff', endColorstr='#ff0099ff', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #0099ff;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #0099ff;
	border-color:#0099cc;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #008fee;
	border-color: #0085dd;
}


/*
DESCONECTADO */

.panel-login .logo{
	max-height:60px;
}


.panel-login .panel-footer{
	line-height:26px;
}

.panel-login .panel-footer > a.btn{
	margin-left:5px;
}

.panel-login .panel-footer > a{
	margin-top:2px;
	color:#666666;
}

.panel-login .copyright{
	color:#999999;
	font-size:12px;
}


#header-top{
	padding:10px 0;
	background:#0099ff;
	font-size:13px;
	color:#99d6ff;
}

#header-top a{
	color:#ffffff;
}

#header-middle{
	background:#ffffff;
	padding:25px 0;
}

#header-middle img.img-responsive{
	max-width:120px;
}

#header-middle .buscador{
	margin-top:35px;
	right:0;
}

#body{
	margin-bottom:45px;
}

#footer-top{
	position:fixed;
	bottom:0; right:0; left:0;
	width:100%;
	padding:8px 0 6px 0;
	line-height: 30px;
	background:#e2e2e2;
	font-size:12px;
	color:#666666;
}

#footer-top a.btn{
	padding:6px 10px 0 10px;
	height:30px;
	background: #ffffff;
	border:0;
	color:#888888;
	text-shadow:none;
}




.panel-default{
	border:1px solid #0099ff !important;
}

.panel-info{
	border:1px solid #e2e2e2 !important;
}

.panel-default .panel-heading{
	background:#0099ff !important;
	color:#ffffff !important;
}

.panel-info .panel-heading{
	background:#f2f2f2 !important;
	border-color:#e2e2e2;
	color:#333 !important;
}

.panel-info > .panel-heading + .panel-collapse .panel-body{
	border-top-color:#e2e2e2;
}

.panel-info > .panel-body > h3.panel-body-tt{
	padding: 10px 20px;
	margin: 5px 0;
	font-size:16px;
	border: 1px solid #eee;
	border-left:5px solid #0099ff;
	border-radius: 3px;
}

.panel-default thead{
	background:#e2e2e2;
}

.panel-default thead > tr > th > i{
	font-size:14px;
}

.panel-default tbody > tr > td > a:hover{
	text-decoration:none;
}

.panel-default tbody > tr > td > a > i{
	font-size:16px;
}

.panel-default thead > tr > th{
	border-right:1px solid #cccccc !important;
	border-bottom:1px solid #cccccc !important;
	font-size:13px;
	font-weight:bold;
}

.panel-default thead > tr > th:last-child{
	border-right:0 !important;
}

.panel-default tbody > tr:hover{
	background:#eef8ff;
}

.panel-default form{
	padding:12px 12px 0 12px;
}

#navbar-left > .panel{
	border:0 !important;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-ms-border-radius:0;
}

#navbar-left .panel-heading:first-child{
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}

#navbar-left .panel-heading:last-child{
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

#navbar-left .panel-heading{
	background:#99D6FF !important;
	border-bottom:1px solid #ffffff;
	border-top-right-radius:0;
	border-top-left-radius:0;
}

#navbar-left > .panel-default > .panel-heading > a{
	display:block;
	color:#333333;
	text-decoration:none;
}

#navbar-left > .panel-default > .panel-heading > a > .fa{
	margin-top:3px;
	color:#ffffff;
}

.navbar-left-submenu > .panel-body{
	padding:0 !important;
}

.navbar-left-submenu > .panel-body > a{
	display:block;
	padding:8px 12px;
	background:#f2f2f2;
	border-top:1px solid #ffffff;
	color:#333333;
}

.navbar-left-submenu > .panel-body > a:hover{
	color:#000000;
	background:#e2e2e2;
	text-decoration:none;
}


.nav-tabs{
	border-bottom:0;
}

.nav-tabs > li > a{
	background:#f2f2f2;
	border-radius:4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover{
	background:#0099ff !important;
	color:#ffffff !important;
	border:1px solid #0099ff;
}

.tab-content{
	margin-bottom:45px;
}

.tab-content .tab-pane{
	padding:12px 0;
}

.ads-medio{
	display:block;
	padding:3px 8px;
	max-width:90px;
	text-align:center;
	background:#0099ff;
	font:600 10px 'Open Sans', Arial, Verdana;
	color:#ffffff;
	border-radius:3px;
}

.ads-zona{
	display:block;
	padding:3px 8px;
	text-align:center;
	background:#99D6FF;
	font:600 10px 'Open Sans', Arial, Verdana;
	color:#0066aa;
	border-radius:3px;
}

.scroll-y{
	min-height:30px;
	max-height:250px;
	overflow-x:hidden;
	overflow-y:scroll;
}

.scroll-y .fa-2x{
	font-size:1.5em;
}

.scroll-y .fa-plus-square{
	color:#00b810;
}

.scroll-y .fa-minus-square{
	color:#ff0000;
}

.panel-body.panel-body-scroll{
	padding:0;
}

.panel-body-scroll .list-group,
.panel-body-scroll .list-group-item{
	margin-bottom:0;
	border-left:0;
	border-right:0;
	border-color:#f2f2f2 !important;
	border-radius:0;
}
