/*------------------------------------------------------------------

[Layout Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)


[Table of contents]

	1. Global
	2. Navbar / .navbar
	3. Subnavbar / .subnavbar
	4. Main / .main
	5. Footer / .footer
	6. Widget / .widget
	7. Error / .error-container
	8. Miscellaneous

-------------------------------------------------------------------*/
	/*------------------------------------------------------------------
[1. Global]
*/
body {
	background-color: #EFF3E5;
	font: 13px/1.7em 'Open Sans';
	background-image: url('../../images/body_bg.jpg');
}

p {
	font: 13px/1.7em 'Open Sans';
}

input,button,select,textarea {
	font-family: 'Open Sans';
}

.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.container-fixed-big {
	margin: 0 auto;
	min-width: 960px;
	margin: 25px;
}

.container-fixed {
	margin: 0 auto;
	min-width: 960px;
	max-width: 960px;
}

/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/
.navbar {
	min-width: 960px;
	margin: 0 auto;
}

.navbar .container {
	position: relative;
}

.navbar-inner {
	
	padding: 7px 0;
	background: #292929;
	border-bottom: 1px solid #121212;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 11px;
}

.navbar .brand {
	font-weight: 600;
	position: relative;
	top: 2px;
	margin-left: 10px;
}

.navbar .lang {
	color: #555;
	font-weight: 600;
	position: relative;
	top: 5px;
	text-decoration: none;
	cursor: pointer;
}

.navbar .lang.selected {
	color: #ffffff;
}

.navbar .lang-box {
	margin-top: 20px;
	float: left;
	margin-left: 100px;
}

.navbar .lang i.flag {
	width: 26px;
	height: 17px;
	display: inline-block;
	margin-left: 50px;
}

.navbar .lang i.flag.pt {
	background: url("../../images/flags.png") 0px 0px;
}

.navbar .lang i.flag.en {
	background: url("../../images/flags.png") 0px -38px;
}


.navbar .lang-en {
	font-weight: 600;
	position: relative;
	top: 2px;
}


.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
	color: #666;
}

.navbar .search-query:-moz-placeholder {
	color: #666;
}

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/
.subnavbar {
	min-width: 960px;
	margin-bottom: 2.5em;
	border-top: 1px solid #595959;
}

.subnavbar-inner {
	min-width: 960px;
	height: 80px;
	background: #9d9a7d;
	background-image: -moz-linear-gradient(top, #9d9a7d, #969478);
	background-image: -ms-linear-gradient(top, #9d9a7d, #969478);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d9a7d),
		to(#969478) );
	background-image: -webkit-linear-gradient(top, #9d9a7d, #969478);
	background-image: -o-linear-gradient(top, #9d9a7d, #969478);
	background-image: linear-gradient(top, #9d9a7d, #969478);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#9d9a7d', endColorstr = '#969478', GradientType = 0 );
	border-bottom: 1px solid #000;
}

.subnavbar .container > ul {
	display: inline-block;
	height: 80px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #7D7B65;
	border-right: 1px solid #7D7B65;
}

.subnavbar .container > ul>li {
	float: left;
	min-width: 90px;
	height: 80px;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	border-left: 1px solid #7D7B65;
	border-right: 1px solid #7D7B65;
}

.subnavbar .container >ul>li>a {
	display: block;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.subnavbar .container >ul>li>a:hover {
	text-decoration: none;
}

.subnavbar .container >ul>li>a>i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 17px;
	margin-bottom: .25em;
	font-size: 28px;
}

.subnavbar .container >ul>li>a>span {
	display: block;
}

.subnavbar .container >ul>li.active>a {
	background: #660000;
	color: #fff;
}

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
	text-align: left;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}

.subnavbar .caret {
	margin-top: 4px;
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}

/*------------------------------------------------------------------
[4. Main / .main]
*/
.main {
	padding-bottom: 2em;
	/*border-bottom: 1px solid #000;*/
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/
.extra {
	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;
}

.extra-inner {
	padding: 20px 0;
	font-size: 11px;
	color: #BBB;
	background: #1A1A1A;
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 0;
}

.extra li {
	margin-bottom: .6em;
	list-style: none;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/
.footer {
	margin-top: 0;
	border-top: 1px solid #292929;
	min-width: 960px;
}

.footer-inner {
	padding: 15px 0;
	font-size: 12px;
	color: #999;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/
.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
	overflow: hidden;
}

.widget-header {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #9d9a7d;
	background: -moz-linear-gradient(top, #B8B493 0%, #9d9a7d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B8B493),
		color-stop(100%, #E9E9E9) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B8B493 0%, #9d9a7d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B8B493 0%, #9d9a7d 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #B8B493 0%, #9d9a7d 100%);
	/* IE10+ */
	background: linear-gradient(top, #B8B493 0%, #9d9a7d 100%); /* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#B8B493', endColorstr = '#9d9a7d' );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8B493', endColorstr='#9d9a7d')";
	border: 1px solid #969478;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-clip: padding-box;
}

.widget-header h3 {
	position: relative;
	top: 2px;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 14px;
	font-weight: 800;
	color: #555;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

.widget-header [class ^="icon-"],.widget-header [class *=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px;
	color: #555;
	vertical-align: middle;
}

.widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	border: 1px solid #969478;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,.widget-content:after {
	content: "";
	display: table;
}

.widget-content:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
	zoom: 1;
}

/* Widget Plain */
.widget-plain {
	background: transparent;
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	background: transparent;
	border: none;
}

/* Widget Box */
.widget-box {
	
}

.widget-box .widget-content {
	background: #E3E3E3;
	background: #FFF;
}

/*------------------------------------------------------------------
[7. Error / .error-container]
*/
.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}

.td-actions {
	width: 80px;
	text-align: center;
}

.td-actions .btn-small {
	padding: 4px 5px 5px;
	font-size: 10px;
}

.td-actions .btn {
	margin-right: .5em;
}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/
.chart-holder {
	width: 100%;
	height: 250px;
}


.separator-vertical {
	margin-left: 5px;
	height: 275px;
	float:left;
	background-color: #D5D5D5;
	width: 1px;
}

.separator-vertical.big {
	height: 986px;
}

.separator-vertical.medium {
	height: 700px;
}


.separator-horizontal {
	margin-left: 5px;
	height: 1px;
	background-color: #D5D5D5;
}

.form-hidden{
	display: none;
}

.form-title-separator h3{
	margin-bottom: 30px;
	border-bottom: 1px solid #E9E9E9;
}

.perfil-image{
	margin-bottom: 30px;
	margin-left: 25px;
}

.custom-thumbnail{
	line-height: 1;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

/********************************************
Sobre-escrevendo o bootstrap para meu estilo
********************************************/

.input-prepend{
	margin-left: 20px;
}

a {
	color: #555;
	text-decoration: none;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
	color: white;
	background-color: #E6E1BA;
	cursor: pointer;
}

.nav > li > a:hover {
	text-decoration: none;
	background-color: #9d9a7d;
	cursor: pointer;
}

.img-polaroid {
	padding: 4px;
	background-color: white;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


/********************************************
Input especial
********************************************/
select.type-hour {
	width: 52px;
}


/********************************************
Hec style - botoes
********************************************/
.btn-hec1:hover {
	background-color: #807D66;
}

.btn-hec1 {
	background-color: #9d9a7d;
	background-image: -moz-linear-gradient(top, #B8B493, #807D66);
	background-image: -moz-linear-gradient(top, #B8B493, #807D66);
	background-image:-ms-linear-gradient(top,   #B8B493, #807D66);
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B8B493), to(#807D66));
	background-image: -webkit-linear-gradient(top, #B8B493, #807D66);
	background-image:-o-linear-gradient(top, #B8B493, #807D66);
	background-image:linear-gradient(top, #B8B493, #807D66);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8B493', endColorstr='#807D66', GradientType=0);
	border-color:#B8B493 #B8B493 #807D66;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}


.btn-hec1, .btn-hec1:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

/********************************************
Hec style - form
********************************************/
.form-actions {
	border-top: 1px solid #9d9a7d;
	background-color: #E6E1BA;
}

.controls p {
	font-weight: bold; 
	font-size: initial;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/********************************************
Imagem dos perfis 150 x 150
********************************************/
div.img-polaroid {
	width: 150px;
}

.profile-img {
	width: 150px;
	height: 150px;
}

div .img-polaroid .img-overlay {
	width: 150px;
	height: 150px;
	position: absolute;
	opacity: 0.8;
	background: #000;
	opacity: 0.5;
}

.photo-loading {
	position: absolute;
	left: 38%;
	top: 38%;
}


/********************************************
Utilitarios
********************************************/
.center {
	text-align: center;
}


/*------------------------------------------------------------------
[2. Calendar]
*/
.markedDay a.ui-state-default {
    background: #009933 !important;
}

.markedDay a.ui-state-hover {
    background: #5F83B9 !important;
}


/*------------------------------------------------------------------
Picker
*/
.picker {
	width: 320px;
	height: 260px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px #999;
	-moz-box-shadow: 0 2px 3px #999;
	box-shadow: 0 2px 3px #999;
	border: solid 1px #ccc;
	overflow-y: auto;
	position: absolute;
}

.picker-containet-no-result{
	width: 100%;
	float: left;
}

.picker-containet {
	width: 100%;
	border-bottom: 1px solid #ccc;
	float: left;
}

.picker-img {
	width: 50px;
	height: 50px;
	float: left;
	padding: 10px;
}

.picker-btn {
	margin-top: 15px;
}

.picker-btn-photo {
	margin-top: -30px;
	float: right;
}

.picker p {
	padding: 18px 0 0 10px;
	font: 14px "droid_sansregular", arial, sans-serif;
	font-weight: bold;
}

.picker-tit {
	display: block;
	padding: 18px 0 0 10px;
	float: left;
	width: 190px;
	margin-right: 10px;
}

.picker-info-01 {
	color: #999;
	font: 11px "droid_sansregular", arial, sans-serif;
	display: block;
	padding: 5px 0 5px 10px;
	float: left;
	width: 190px;
	margin-right: 10px;
}


/*------------------------------------------------------------------
Botoes Fb e Tweeter
*/

.twitter, .fb {
	position: relative;
	height: 32px; 
	width: 157px; 
	display: block;
	background: url(img/twitter_btn.png) no-repeat; 
}

.fb {
	width: 162px; 
	background: url(img/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}
