html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Raleway',Arial;
    font-weight: 300;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

h1, h2, h3 {
	font-weight: 700;
	margin: 0;
}

h1 {
	font-size: 2.5em;
	color: #333;
}

h2 {
	color: #777;
	font-size: 1.1em;
}

h1 span,
h2 span {
	color: #000;
}

ul, ol{
    list-style: none;
}


p {
    margin-bottom: 10px;
    line-height: 1.5em;
}

a {
	text-decoration: none;
    color: #4595ce;
    -webkit-transition: color .15s ease-in-out 0s, 	background .15s ease-in-out 0s;
    -moz-transition: color .15s ease-in-out 0s, 	background .15s ease-in-out 0s;
    transition: color .15s ease-in-out 0s, 			background .15s ease-in-out 0s;
}


a.btn,
a.btn_form {
	display: inline-block;
	padding: 6px 20px;
	margin-bottom: 10px;
	border-radius: 2px;
	text-align: center;
	font-family: 'Raleway';
	font-size: 1.25em;
	background: #aaa;
	font-weight: 300;
	color:#fff;
	cursor: pointer;
}

a.btn.new {
	padding: 5px 10px;
	max-width: 815px;
	background: #4595ce;
}

a.btn.active {
	background: #4595ce !important;
}

a.link {
	color: #4595ce;
	text-decoration: underline;
	font-weight: 400;
}

a.link:hover {
	color: #3a6f8f;
}

a.btn_2 {
	display: inline-block;
	padding: 6px 15px;
	margin: 10px 0;
	margin-left: 5px;
	border-radius: 2px;
	text-align: center;
	color: #777;
	background: #e5e5e5;
	border: solid 1px #ccc;
	font-family: 'Raleway';
	font-size: 1.25em;
}

a.btn:hover,
a.btn_2:hover {
	background: #777 !important;
	color: #e5e5e5;
}

a.goback {
	color: #3a6f8f !important;
}
a.goback:hover{
	color:#000 !important;
}

a.btn_blue {
	background: #3a6f8f;
	border-color: #3a6f8f !important;
	color: #fff !important;
}

a.btn_blue:hover {
	background: #000;	
	border-color: #000 !important;
}

a.btn_red {
	background: #4595ce;
	border-color: #4595ce !important;
	color: #fff !important;
}

a.btn_red:hover {
	background: #000;	
	border-color: #000 !important;
}

a.btn_yellow {
	background: #dcd500;
	border-color: #dcd500 !important;
	color: #fff !important;
}
a.btn_yellow:hover {
	background: #000;
	border-color: #000 !important;
}

a.btn_green {
	background: #65b561;
	border-color: #65b561 !important;
	color: #fff !important;
}
a.btn_green:hover {
	background: #000;
	border-color: #000 !important;
}
a.btn_grey {
	background: #999;
	border-color: #999 !important;
	color: #fff !important;
}
a.btn_grey:hover {
	background: #000;
	border-color: #000 !important;
}

/*!  */
/*! ----- */

.main {
	position: relative;
	width: 100%;
    height: 100%;
}

.topBar {
    position: relative;
    float: left;
    width: 100%;
	height: 80px;
	border-bottom: solid 1px #eee;
    background: #fff;
}

.content_Wrapper {
	position: relative;
    float: left;
/* 	width: 885px; */
    width: 100%;
}

.content {
	width: 97%;
/* 	max-width: 1200px; */
/*  padding: 10px 15px; */
	padding: 10px 1.5%;
    margin: 0 auto;
}


.info_topBar{
    position: relative;
    float: right;
    color: #777;
}

.info_topBar div {
	float: left;
	height: 100%;
	text-align: center;
	color: #777;
}

.logo {
    position: relative;
    float: left;
	height: 70px;
	margin-top: 5px;
	margin-left: 10px;
}

.logo a{
	width: 100%;
    color: #777;
    font-size: 1.8em;
    font-family: 'Raleway', cursive;
    font-weight: 700;
}
.logo a img {
	float: left;
	height: 100%;
}

.topBar div#namebox {
    position: relative;
    float: right;
    margin: 17px 5px 0 0;
	font-size: 1em;
	line-height: 0.5em;
	color: #555;
}
#namebox strong {
	font-weight: 700;
}

#namebox a {
	float: right;
	padding:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-family: 'Raleway', Sans-serif;
	font-size: .9em;

    background: transparent;
    color: #999;
}

#namebox a:hover {
    color: #000;
}

.info_topBar .avatar{
	float: right;
	margin:10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	border: solid 1px #ddd;
}
.info_topBar .avatar img {
	width: 100%;
}
.info_topBar .avatar:hover{
	border-color: #3a6f8f !important;
}

#menuNav_Wrapper {
	float: left;
	width: 100%;
	padding: 0;
    border-bottom: solid 1px #ccc;	
}
#menuNav {
    position: relative;
    float: left;
}

#menuNav > li {
	position: relative;
	float: left;
	height: 100%;
	margin-bottom: 1px;
    text-align: center;
	width: 100px;
}
#menuNav > li#li_fact{
	/*width: 100px;*/
	text-align: center;
}

#menuNav > li#li_pro,
#menuNav > li#li_doc,
#menuNav > li#li_adm{
	width: 120px;
}
#menuNav .notification{
	position: absolute;
	right: 5px;
	top: 6px;
	width: 20px;
	height: 20px;

	background: #E21437;
	color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#menuNav .notification a{
	color: #FFF;
	text-align: center;
}

#menuNav > li > a {
	position: relative;
	float: left;
	padding: 12px 13px;
	padding-bottom: 8px;
	font-size: 1em;
	line-height: .95em;
	color: #4595ce;
	font-family: 'Raleway';
	font-weight: 400;
	border-bottom: solid 4px #fff;
}
#menuNav > li > a img {
	float: left;
	margin-right: 22px;
}

#menuNav > li > a .hover {
	display: none;
}
#menuNav > li > a .idle {
	display: block;
}

#menuNav > li.active > a {
	border-bottom: solid 4px #4595ce;
}

#menuNav > li.active > a .hover {
	display: block;
}
#menuNav > li.active > a .idle {
	display: none;
}

#menuNav > li.active > a:hover .hover {
	display: none;
}
#menuNav > li.active > a:hover .idle {
	display: block;
}

#menuNav > li > a:hover {
	background: #4595ce;
	border-bottom: solid 4px #4595ce;
	color: #fff;	
}

#menuNav > li > a img.arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.subMenu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 36px;
	left: 0;
}

#menuNav > li:hover > .subMenu {
	display: block;
}
.subMenu > li {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
}
.subMenu > li > a {
	position: relative;
	float: left;
	padding: 8px 12px;
	width: 100%;
	background: #555;
	border-bottom: solid 1px #999;
	font-family: 'Raleway';
	font-weight: 300;
	text-align:left;
	color: #fff;
}

.subMenu > li > a.subOption {
	background: #777;
	padding-left: 20px;
	padding-right: 4px;
}
.subMenu > li > a:hover {
	background: #000;
}

.search {
	float: right;
	width: 96px;
	padding: 7px 30px 7px 10px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	border-radius: 2px;
	font-family: 'Raleway';
	font-size: 1em;
	color: #777;
	font-weight: 400;
	background: url(../img/icon-search.png) no-repeat 96% 50%;
}


.headerMenu {
	float: left;
	width: 100%;
	box-sizing: border-box;
	/*padding-top: 10px;*/
}

.headerSubMenu {
	float: left;
	/*clear: both;*/
	/*width: 100%;*/
/* 	max-width: 855px; */
	padding: 5px 0;
}
.headerSubMenu ul {
	float: left;
}
.headerSubMenu ul li {
	float: left;
}
.headerSubMenu ul li a {
	float: left;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 2px;
	color: #fff;
	background: #aaa;
}
.headerSubMenu ul li a.active{
	background: #3a6f8f;
}
.headerSubMenu ul li a:hover {
	background: #777;
}


.footerMenu a,
.headerMenu a {
	display: inline-block;
	margin-top: 0;
	padding: 5px 10px;
	font-family: 'Raleway';
	font-weight: 400;
	color: #777;
	border: solid 1px #20B2AA;
	border-radius: 2px;
}

a.create {
	color: #20B2AA;
}

a.generic {
	color: #3a6f8f;
	border: solid 1px #3a6f8f;
}

a.delete {
	color:#777777;
	border-color: #777;
}
a.preview {
	color: #4595ce;
}

.headerMenu a.delete:hover {
	border-color: #000 !important;
	color: #000 !important;
}
.headerMenu a.edit.active {
	color: #4595ce;
	border: solid 1px #4595ce;
}
.headerMenu a.delete.active,
.footerMenu a.delete.active,
.footerMenu a.remove.active,
.headerMenu a.remove.active {
	color: #cf4444;
	border: solid 1px #cf4444;
	
}
.headerMenu a:hover {
	color: #000;
	border-color: #000;
}


.bullet {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -2px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #ccc;
}

.infoBox {
/* 	padding: 10px; */
}

.infoBox td {
	padding: 5px 10px;
	border: solid 1px #ccc;
}
/*!--- PAGINATION ---*/

	.pagination_Wrapper {
		float: left;
		clear: left;
		width: 100%;
		padding: 20px 0;
	}

	.count {
		float: left;
		font-size: 1.25em;
		font-family: 'Raleway';
		font-weight: 400;
	}
	.count strong {
		color: #777;
	}

	.pagination {
		float: right;
		font-size: 1em;
		font-family: 'Raleway';
		font-weight: 400;

	}

	.pagination a.btn_arrow {
		float: left;
		padding: 8px 15px;
	}

	.pagination a.btn_arrow:hover {
		opacity: .5;
	}

	.pagination a.btn_arrow.prev {

	}

	.pagination a.btn_arrow.next {

	}

	.pagination .page{
		float: left;
		padding: 8px 15px;
		font-size: 1.25em;
		font-family: 'Raleway';
		font-weight: 400;
	}
	.pagination input.page{
		width: 30px;
		padding: 8px 0;
		text-align: center;
	}

	.pagination .page.active {
		border: solid 1px #ccc;
		color: #777;
	}
	.pagination .page:disabled {
		border-color: transparent;
	}
	
	.pagination_Wrapper a.btn_all {
		display: inline-block;
		padding: 0 8px;
		margin: 0 15px;
		border: solid 1px #ccc;
		color: #555;
		font-family: 'Raleway';
		font-weight: 400;
	}

/*! -- MODAL --- */
#modalWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);	
	overflow: hidden;
}

#modal {
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
	overflow: hidden;
}
#modalContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#modalClose {
	z-index: 2;
	position: absolute;
	top: 15px;
	right: 15px;	
	-webkit-opacity: .5;	
	-moz-opacity: .5;	
	opacity: .5;
}
a#modalClose:hover {	
	-webkit-opacity: 1;	
	-moz-opacity: 1;	
	opacity: 1;	
}


/*! ----- */

#footer {
	padding: 15px 0;
	padding-bottom: 30px;
	border-top: solid 1px #ccc;
	text-align: center;
	font-size: .7em;
	font-family: 'Raleway';
	font-weight: 300;
	color:#999;
}
#footer a {
	font-family: 'Raleway';
	font-weight: 400;
	color: #777;
	opacity: .5;
}
#footer a img {
	height: 30px;
	margin-left: 10px;
	vertical-align: middle
}
#footer a:hover {
	opacity: 1;
}
.footerMenu a {
	display: inline-block;
	margin-top: 3px;
	padding: 6px 10px;
	font-family: 'Raleway';
	font-weight: 400;
	color: #777;
	border-radius: 2px;
	font-size: 1em;
}




/*!  */
/*! --- IDIOMAS --- */

.es {
	display: block;
}
.cat {
	display: none;
}
.en {
 	display: none;
}

.menu_language {
	float:right;
}

a.btn_language {
	display: inline-block;
	padding: 10px;
	font-size: 1.25em;
	color: #999;
}

a.btn_language.active {
	color: #4595ce;
}
a.btn_language:hover {
	color: #000;
}

.cellCheck {
	width: 20px;
	text-align: center;
}
.cellDate {
	/*width: 120px;*/
}
.cellStatus {
	/*width: 80px;*/
}

.cellEmail {
	/*width: 180px;*/
	text-align: right !important;
}

.cellEmail a {
	color: #3a6f8f;
	font-weight: 400;
	min-width: 250px;
}

.cellEmail a:hover{
	color:#000 !important;
}

.cellPhone {
	/*min-width: 90px;*/
	text-align: right !important;
}
.cellCIF {
	width: 150px;
}
.cellStartDate {
	width: 200px;
}

td.cellName {
	border-right: none !important;
	min-width: 200px;
}

td.cellPaid {
	width: 220px;
}

.alert-icon{
	color: red;
}