/**
 * Common tags
 */
.inner p {
	display: block !important;
	font-size: 1.3em !important;
	/*background-color: aqua;*/
}

.delete-icon {
	width: 5em;
	
}

.delete-icon::before {
	content: "Eliminar";
}

div#smiley-box {
	float: right !important;
	/*display: flex;*/
	width: 20%;
	height: 250px;
	overflow-y: scroll;
}

div.content {
	width: 100% !important;
}

.impar {
	background-color: #B9CDDC;
}

.par {
	background-color: #9BADB9;
}

.icobing {
	margin: -40px 0 0;
}

.icogoogle {
	margin: -40px 0 0;
}

html,
body {
	background: #FFF;
	color: #536482;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0;
	margin-bottom: 8px;
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 48px;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-color: #B7C9D7;
	color: #105289;
	font-size: 14px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 12px;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

a:hover,
a:focus {
	color: #BC2A4D;
}

/**
 * Structure
 *
 * Main structure including wrapper, header, content and footer. By default
 * forum width is fluid (with support for Responsive Web Design). To change it
 * to fixed width, remove below "max-width" property and set desired width. Next
 * remove links to both responsive.css files in overall_header.html.
 */
.wrap {
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}

.inventea-wrapper,
.inventea-dashboard,
.inventea-footer {
	box-sizing: border-box;
	/*max-width: 1170px;*/
	margin: auto;
}

.inventea-wrapper,
.inventea-footer {
	position: relative;
	width: 95%;
}

.inventea-header {
	border-bottom: 1px solid #BAD1DE;
	background: #E0EDF4;
}

.inventea-dashboard {
	background: url("./images/dashboard.jpg") no-repeat right center;
	background-size: cover;
}

.inventea-content:after {
	content: "";
	display: block;
	clear: both;
}

.inventea-footer-wrapper,
.inventea-footer-wrapper::after {
	display: block;
	width: 100%;
	background: #E0EDF5;
}

.inventea-footer-wrapper {
	margin-top: 24px;
	padding-top: 28px;
	padding-bottom: 25px;
	background-color: #E0EDF5;
}

.inventea-footer {
	overflow: hidden;
	color: #E7E4E4;
	line-height: 18px;
	font-size: 12px;
}

/**
 * Navigation bars
 *
 * Main menus located in header. Consists of two navigation bars: user related
 * links on the top and forum related links on the bottom.
 */
.inventea-user-bar,
.inventea-forum-bar {
	padding: 0 20px;
	background: #1F3E59;
	/* Fallback for older browsers */
	background: linear-gradient(to bottom, #1F3E59 0%, #153753 100%);
	color: #FFF;
}

.inventea-user-bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 39px;
	padding-top: 10px;
	box-sizing: border-box;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	line-height: 18px;
}

.inventea-forum-bar {
	height: 45px;
	margin-top: -23px;
	border-radius: 7px;
	line-height: 45px;
}

.inventea-forum-menu {
	font-weight: bold;
}

.inventea-user-menu > li > a,
.inventea-forum-menu > li > a {
	color: #FFF;
}

ul.linklist > li {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-size: 12px;
}

/* Remove links icons */
ul.linklist .small-icon > a {
	padding: 0;
}

/**
 * User menu
 *
 * Navigation bar on the top of forum containing notifications, private messages
 * and dropdown profile links.
 */
ul.linklist.inventea-user-menu > li {
	margin-left: 0;
}

ul.linklist.inventea-user-menu > li + li {
	margin-right: 18px;
}

ul.linklist .icon-pm strong,
ul.linklist .icon-notification strong {
	font-weight: normal;
}

/* Small avatar near username */
a.header-avatar,
a.header-avatar:hover {
	text-decoration: none;
	border-radius: 3px;
}

a.header-avatar img {
	margin-bottom: 2px;
	max-height: 20px;
	vertical-align: middle;
	width: auto;
}

a.header-avatar span:after {
	padding-top: 0;
}

.header-profile > a > .username {
	color: #FFF;
}

.compact .icon-notification > a > span,
.compact .icon-pm > a > span {
	display: inline;
}

/* Hide empty responsive menu dropdown created for current time/last visit */
/*.inventea-user-menu .responsive-menu {
	display: none;
}*/
.no_notifications,
.notification_text {
	color: #105289;
}

/**
 * Forum navigation
 *
 * Displayed only on devices with screen width bigger than 700px. On devices
 * with low screen resolution it's replaced by dropdown menu with activation
 * button located in user menu.
 */
.inventea-forum-menu {
	display: block;
	list-style: none;
}

/* Space between menu items */
ul.linklist.inventea-forum-menu > li {
	float: left;
	padding: 0 14px;
	border-right: 1px solid #102435;
	border-left: 1px solid #1C3E5C;
}

ul.linklist.inventea-forum-menu > li:before {
	content: none;
}

ul.linklist.inventea-forum-menu > li:first-child {
	padding-left: 0;
	border-left: 0;
}

ul.linklist.inventea-forum-menu > li:nth-last-child(2),
ul.linklist.inventea-forum-menu > li:last-child {
	padding-right: 0;
	border-right: 0;
}

ul.linklist.inventea-forum-menu > li > a {
	color: #FFF;
}

ul.linklist.inventea-forum-menu li.responsive-menu a.responsive-menu-link {
	margin: 0;
}

ul.linklist.inventea-forum-menu li.responsive-menu a.responsive-menu-link:before {
	border-color: #FFF;
}

/**
 * Forum name and description
 */
.inventea-sitename {
	padding: 96px 60px 92px;
	color: #535353;
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 16px;
}

.inventea-sitename span {
	margin-left: 18px;
}

.inventea-sitename a {
	color: #103143;
}

/**
 * Breadcrumbs
 */
ul.linklist li.inventea-breadcrumbs a {
	font-size: 1em;
	color: white;
}

ul.linklist li.inventea-breadcrumbs {
	float: none;
	background: #1E3D58;
	font-size: 1.5em;
	border-radius: 5px;
}

.inventea-breadcrumbs .crumb {
	display: inline-block;
	float: none;
	line-height: 18px;
	font-weight: normal;
}

.inventea-breadcrumbs .crumb:before {
	content: "\203a";
	display: inline-block;
	margin-left: 3px;
	margin-right: 7px;
	color: #B7C9D7;
	font-size: 14px;
	font-weight: normal;
}

.inventea-breadcrumbs .crumb:first-child:before {
	content: none;
}

#nav-breadcrumbs {
	margin-top: 22px;
	margin-bottom: 20px;
}

.inventea-breadcrumbs-container {
	margin-top: 22px;
	margin-bottom: 18px;
}

.inventea-breadcrumbs-container .crumb:before {
	color: #E7E4E4;
}

/**
 * Footer
 */
.inventea-footer-wrapper::after {
	content: "";
	position: fixed;
	height: 100%;
}

.inventea-footer a {
	color: #BAB6B6;
}

/* Widgets */
.inventea-widgets-wrapper {
	overflow: hidden;
}

.inventea-widget {
	float: left;
}

.inventea-widget + .inventea-widget {
	margin-left: 4%;
}

.inventea-widget-title {
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Item list widget */
.inventea-list-widget {
	min-width: 25%;
}

.inventea-widget-links {
	list-style: none;
}

.inventea-widget-links-item {
	padding: 8px 0;
	border-top: 1px solid #474646;
	color: #BAB6B6;
}

.inventea-widget-links-item:last-of-type {
	border-bottom: 1px solid #474646;
}

.inventea-widget-links-item > .fa {
	margin-right: 3px;
}

/* Text widget */
.inventea-text-widget {
	max-width: 40%;
}

/* Social icons */
.inventea-social-icons {
	list-style: none;
	font-size: 18px;
}

.inventea-social-icons-item {
	float: left;
	margin-right: 8px;
}

.inventea-social-icons-item a {
	display: block;
	width: 28px;
	border-radius: 50%;
	background: #BAB6B6;
	color: #585757;
	text-align: center;
	line-height: 28px;
}

.inventea-social-icons-item a:focus,
.inventea-social-icons-item a:hover {
	background: #E7E4E4;
}

/**
 * Alerts
 */
div.rules,
p.rules {
	border: 1px solid #EBCCD1;
	background-color: #F2DEDE;
	padding: 6px 9px;
}

div.rules {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 12px;
}

p.rules img {
	padding-top: 0;
}

/* Disabled board information */
.information {
	margin-top: 0;
	margin-bottom: 24px;
}

.notice {
	margin-bottom: 15px;
	padding: 7px;
	border: 1px solid #DDD;
	background: #FBFBFB;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**
 * Pagination
 */
.pagination {
	font-size: 12px;
}

.pagination li a,
.pagination li span {
	border-color: #B5B5B5;
	border-radius: 0;
}

.pagination li a {
	background: #E7E7E7;
	color: #525252;
}

.pagination li.active span {
	border-color: #CACACA;
	background: #F2F2F2;
	color: #959595;
}

.pagination li a:hover,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	border-color: #BC2A4D;
	background-color: #BC2A4D;
	color: #FFF;
}

.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #BC2A4D;
	border-color: #BC2A4D;
	filter: none;
	color: #FFFFFF;
	text-shadow: none;
}

/**
* Button padding in fieldset
*/
fieldset.fields1 ul.recipients input.button2 {
	padding: 0 10px;
}

/**
* Badge
*/
.badge {
	top: 0;
}

/**
* navlinks border top
*/
ul.navlinks {
	border-top-color: transparent;
}

/* Footer row */
.footer-row {
	font-size: 12px;
}
