body
{
	margin: 0; padding: 0;
	color: #333; background: #EFEFEF;
	font: normal 10pt Arial, Helvetica, sans-serif;
}

#page
{
	margin: 0 auto 5px auto;
	width: 950px;
	background: #fafbfd;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0; padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 10px;
}

#sidebar
{
	padding: 10px 0 20px 10px;
}

#footer
{
	padding: 10px 10px 20px 10px;
	margin: 10px 20px 0 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
	background-color: #fafbfd;
	background-image: url("../images/footer_gear.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu { background: #e3561b; } /*00ABA9*/

#mainmenu ul
{
	padding: 6px 10px 5px 10px;
	margin: 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 8px;
	border-radius: 0 10px 0 0;
	transition: color 200ms, background-color 200ms;
	white-space: nowrap;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #0068fe; /*6399cd*/
	background-color: #EFF4FA;
	text-decoration: none;
}

div.flash-error ul:last-child, div.flash-notice ul:last-child, div.flash-success ul:last-child
{
	margin-bottom: 0;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:0.8em 0.8em 0.8em 35px;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4 url("../images/emblem-error.png") no-repeat 8px center;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF url("../images/emblem-notice.png") no-repeat 8px center;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2 url("../images/emblem-success.png") no-repeat 8px center;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-bottom: 1px solid #6FACCF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
	transition: background 200ms;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#logout-responsive { display: none; }
#logout, #logout-responsive
{
	float: right; padding: 5px 8px; text-decoration: none; border-bottom-left-radius: 5px;
}
#logout:hover { background-color: #f1f1f1; color: #4d4d4d; }

#helptip-icon
{ float: left; color: #ccc; text-decoration: none; cursor: pointer; margin-bottom: 5px; margin-left: 25px; }
#helptip-icon:hover { color: #09f; }

.nombre-hormiga-property { float: left; margin-right: 10px; margin-bottom: 0.5em; }
.nombre-hormiga-property h4 { margin-bottom: 0; }
.nombre-hormiga-property span { font-size: 0.8em; }
.nombre-hormiga-property:hover span { color: inherit; }

#content .grid-view table.items th a.asc, #content .grid-view table.items th a.desc {
  background: none; padding-right: 0;
}
#content .grid-view table.items th a.asc::after, #content .grid-view table.items th a.desc::after {
	display: inline-block; vertical-align: middle; content: "";
	margin-left: 4px; border-right: 4px solid transparent; border-left: 4px solid transparent;
}
#content .grid-view table.items th a.asc::after { border-bottom: 4px dashed; }
#content .grid-view table.items th a.desc::after { border-top: 4px dashed; }
#content .grid-view table.items th {
  background: rgb(70,70,70);
  background: linear-gradient(0deg, rgba(30,30,30,1) 0%, rgba(145,145,145,1) 100%);
}
.grid-view .center-column { text-align: center; }
.grid-view .number-column { text-align: right; }
.grid-view .button-column a { display: block; }
.detail-view th .fa { float: left; }

div.form .buttons a { padding: 4px; margin-left: 15px; text-decoration: none; }
div.form .buttons a:hover { text-decoration: underline; }
div.form .buttons a:hover .fa-times { color: #d40000; }
div.form .row.row-margin { margin-right: 12px; }

.unlock-field { text-decoration: none; cursor: pointer; }

.mbutton
{
	padding: 4px 12px;
	font-weight: bold; text-shadow: 0 1px 0 #fff;
	border: 1px solid #aaa; border-radius: 12px;
	background-color: #eee; color: #111;
	background: linear-gradient(#fff, #ccc);
}
.mbutton:hover { border-color: #808080; }
.mbutton:active { box-shadow: 0 1px 6px -2px #333 inset; }

.search-button { text-decoration: none; }
.search-button:hover .fa-eye { color: #008000; }
.search-button:hover .fa-times { color: #d40000; }
.search-button.discard-action:hover { text-decoration: none; }
.search-button span { visibility: hidden; }
.search-button:hover span { visibility: visible; }

.ui-autocomplete-load
{
	display: inline-block; width: 15px; height: 13px; vertical-align: middle;
	background: url("../images/throbber.gif") no-repeat center 0;
}
.ui-autocomplete-loading + .ui-autocomplete-load, .ui-autocomplete-loading > .ui-autocomplete-load
{ background-position: right -20px; }

.hint { color: #999; }

.role-access-rules .action
{
	margin-left: 5px;
}
/*.role-access-rules .fa-check { color: #008000; }*/
/*.role-access-rules .fa-times { color: #d40000; }*/

.class-1r { background-color: #cf1020; color: #fff; }
.class-2n { background-color: #fdda66; }
.class-3a { background-color: #00825a; color: #fff; }
.avance-class-1r { color: #cf1020; }
.avance-class-2n { color: #fdda66; }
.avance-class-3a { color: #00825a; }
#avance-wrapper { width: 250px; float: right; margin-top: 10px; }
