body.login {
	background: url(../images/leather1.jpg);
}

#global_wrapper {
	padding: 100px 0 0 0;
}

#loginbox {
  -webkit-border-radius: 10px;
          border-radius: 10px;
 
  background-clip: padding-box;

  -webkit-box-shadow: 0px 0px 28px 5px #000;
          box-shadow: 0px 0px 28px 5px #000;

  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999));
  background-image: -webkit-linear-gradient(top, #ffffff, #999999);
  background-image:    -moz-linear-gradient(top, #ffffff, #999999);
  background-image:      -o-linear-gradient(top, #ffffff, #999999);
  background-image:         linear-gradient(to bottom, #ffffff, #999999);
  
  padding: 20px;
  
  margin: 0 auto;
  
  width: 230px;
}

#loginbox label {
	display: inline-block;
	width: 65px;
	text-transform: capitalize;
}

#loginbox .rowElem {
	min-height: 30px;
}

#loginbox input[type="text"],
#loginbox input[type="password"] {
	width: 213px;
	padding: 6px;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
		  border-radius: 5px;
	border: solid 1px #999;
}
loginbox select {
	width: 162px;
	padding: 6px;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
		  border-radius: 5px;
	border: solid 1px #999;
}

body.login h4 {
	margin: 20px auto 30px auto;
	width: 234px;
	text-indent: 0px;
	padding: 10px 0 10px 35px;
}

.column {
	/*height: 100%;*/
}

#sidebar {
  -webkit-box-shadow: 0px 1px 10px -2px #000;
          box-shadow: 0px 1px 10px -2px #000;
}

#sidebar footer {
	padding-bottom: 15px;
}

#sidebar li.icn_view_groups a {
	background: url(../images/icn_group.png) no-repeat center left;
}

#sidebar li.icn_add_group a {
	background: url(../images/icn_add_group.png) no-repeat center left;
}

#sidebar li.icn_view_articles a {
	background: url(../images/icn_view_articles.png) no-repeat center left;
}

#sidebar li.icn_view_menus_publicos a {
	background: url(../images/icn_view_menus.png) no-repeat center left;
}

#sidebar li.icn_view_menus_reservados a {
	background: url(../images/icn_view_menus_lock.png) no-repeat center left;
}

#sidebar li.icn_add_article a {
	background: url(../images/icn_new_article.png) no-repeat center left;
}

#sidebar li.icn_view_stores a {
	background: url(../images/icn_view_stores.png) no-repeat center left;
}

#sidebar li.icn_view_noticias a {
	background: url(../images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_view_sobrenos a {
	background: url(../images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_view_servicos a {
	background: url(../images/icn_view_articles.png) no-repeat center left;
}
#sidebar li.icn_view_destaques a {
	background: url(../images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_view_testemunhos a {
	background: url(../images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_view_produtos a {
	background: url(../images/icn_view_articles.png) no-repeat center left;
}
#sidebar li.icn_view_videos a {
	background: url(../images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_view_equipa a {
	background: url(../images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_view_parceiros a {
	background: url(../images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_view_audio a {
	background: url(../images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_view_forms a {
	background: url(../images/icn_categories.png) no-repeat center left;
}

#sidebar li.icn_view_attachs a {
	background: url(../images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_view_filemanager a {
	background: url(../images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_view_banners a {
	background: url(../images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_contactos a {
	background: url(../images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_view_newsletter a {
	background: url(../images/icn_letter2.png) no-repeat center left;
}
#sidebar li.icn_view_calendar a {
	background: url(../images/icn_view_calendar.png) no-repeat center left;
}
#sidebar li.icn_view_slideshow a {
	background: url(../images/icn_photo.png) no-repeat center left;
}

.tableBlock{
	padding: 5px;
	margin: 5px;
	background-color: rgb(224, 224, 224);
	border-radius: 5px;
	border: solid 1px #ccc;
}
.tableBlock .head{
	font-size: 130%;
	border-bottom: 1px dotted #000;
	text-transform: capitalize;
	font-weight: bold;	
}
.tableRow {
	display: table-row;
}
.tableRow .duasColunas {
	width: 120px;
}
.tableRow .quatroColunas {
	width: 240px;
}
.tableHead, .tableCell {
	height: 30px;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
}
.tableHead {
	text-transform: capitalize;
}
.tableCell {
}

.module_content .iPhoneCheckContainer label {
	top: 5px;
}

.floatLeft {
	float: left;
}

fieldset {
	padding-left: 1%;
}
fieldset label {
	font-size: 150%;
	float: none;
}
fieldset label,
fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=number] {
	width: 99%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.tablesorter .header.headerSortDown {
	background-image: url(../images/arrow_down.png);
}

.tablesorter .header.headerSortUp {
	background-image: url(../images/arrow_up.png);
}

.tablesorter .header.headerSortDown,
.tablesorter .header.headerSortUp {
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.breadcrumbs {
	cursor: default;
	text-transform:capitalize;
	font-size: 90%;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

td.actions a {
	margin-right: 5px;
}

fieldset select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0 !important;
	display: block;
	float: left;
	width: 99%;
	margin: 0 10px;
}
fieldset select:focus {
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.treeSpacer {
	display: inline-block;
	width: 20px;
	height: 15px;
}

.treeCorner {
	border-radius: 0px 0px 0px 3px; 
	-moz-border-radius: 0px 0px 0px 3px; 
	-webkit-border-radius: 0px 0px 0px 3px; 
	border: 1px solid #000000;
	border-top: none;
	border-right: none;
	display: inline-block;
	width: 10px;
	height: 11px;
	margin-right: 5px;
	vertical-align: top;	
}

.umquinto {
	width: 22%;
}

.textoDir {
	text-align: right;
}

.mce-container .mce-btn button {
	line-height: inherit;
}

.tablesorter td {
	padding: 5px 10px;
}
.tablesorter tr:hover {
	background-color: #D7D7D7;
}

#map_canvas {
	margin: 0 5px 5px 5px;
	height:	500px;
}

a.btn {
	background: #D0D1D4 url(../images/btn_submit.png) repeat-x;
	border: 1px solid #A8A9A8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	padding: 5px 10px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	margin: 5px 0;
	display: inline-block;
}

/* 2014.02.14 */

header.filtros {
	height: auto;
	padding: 5px;
	text-align: center;
	background: none;
	border-bottom: solid 1px #abafbc;
	margin-bottom: 5px;
	width: auto;
}
header.filtros label {
	padding: 0 0 0 15px;
	white-space:nowrap;
}
header.filtros select,
header.filtros input[type="text"] {
	border-radius: 10px;
	border:1px solid #DDD;
	font-size: 11px;
	padding: 2px 4px;
	background: #DDD;
}
header.filtros input[type="text"] {
	width: 130px;
}
#paginacao .numero {
	padding: 2px 6px;
	background: #ccc;
	margin: 0 4px;
	border-radius: 13px;
	font-size: 11px;
}
#paginacao .numero.actual {
	background: #333;
	color: #ccc;
	text-decoration: none;
}
#paginacao .numero:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.module footer {
	height: auto;
	min-height: 32px;
	background-color: #e5e6ec;
}

/* 2014.02.18 */

input#inputgrupo {
	position: relative;
	top: -24px;
	width: 95%;
	border-right: none;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}
select#selectgrupo {
	height: 24px;
}