.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-color:#ed8322;
	background-image:-moz-linear-gradient(top,#ed8322,#ef4223);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed8322),to(#ef4223));
	background-image:-webkit-linear-gradient(top,#ed8322,#ef4223);
	background-image:-o-linear-gradient(top,#ed8322,#ef4223);
	background-image:linear-gradient(to bottom,#ed8322,#ef4223);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed8322',endColorstr='#ffef4223',GradientType=0);
}

textarea:focus, #htmlarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:rgba(238, 147, 34, .8);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238, 147, 34, .6);
	   -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238, 147, 34, .6);
			box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238, 147, 34, .6);
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.brn-file input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 300px;
	margin-left: -100px;
	background: #000;
	opacity: 0;
	cursor: pointer;
}

.modal {
	z-index:999;	
}

.modal-backdrop {
	z-index:998;	
}

/* BUG SAFARI */
select { line-height:24px;}
.input-append input, .input.append button { float:left; }

/* BUG OPERA */
button.btn, button.btn:focus { outline:0; }

input[type=checkbox], input[type=radio] {
	border:0;
	outline:0;
}

input[type=checkbox]:focus, input[type=radio]:focus {
	border:0;
	outline:0;
}

iframe {
	border:1px #ddd solid;
}

body {
	padding-top:0;
	padding-bottom:20px;
	background-color:#FFF;
}

.input-append.actions {
	margin-bottom:5px;
}

body.bodyPopup {
	padding:0 20px;
	background:#FCFCFC;
}

body.bodyPopup h4 {
	margin:20px 0;	
}

@media (min-width: 980px){
	body { padding-top:67px; }
}

@media (min-width: 980px) and (max-width: 1200px){
	.navbar .nav li.dropdown:nth-child(4)  {
		display:none;
	}
}

@media (min-width: 980px) and (max-width: 1000px){
	.navbar .nav li.dropdown:nth-child(3)  {
		display:none;
	}
}

@media (min-width: 1000px) and (max-width:1200px){
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 980px;
	}
}

@media (max-width: 980px){
	.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
		color:#999;
	}
	
	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		color:#FFF;
	}
}

input[type=number]{
	border-radius: 4px 0 0 4px;
}

.navbar {
	border-bottom: 3px solid #F80000;
	box-shadow:0 1px 0px rgba(0,0,0,.5);
	z-index:996;
}

.navbar .brand {
	color:#FFF;
	margin:0;
	padding:14px 14px 14px 50px;
	background:url(../img/logo.png) left center no-repeat;
	text-shadow:0 -1px 0 #000;
	-webkit-transition:color .2s linear, text-shadow .2s linear;
	   -moz-transition:color .2s linear, text-shadow .2s linear;
		 -o-transition:color .2s linear, text-shadow .2s linear;
			transition:color .2s linear, text-shadow .2s linear;
}

.navbar .brand:hover {
	color:#e96030;
}

.navbar-inverse .navbar-inner {
	background:url(../img/navbar.png) top center;
}

.navbar .divider-vertical {
	height:48px;
}

@media (min-width: 980px){
	.navbar .nav > li.dropdown:hover a.dropdown-toggle {
		color:#FFF;
		background-color:#000;
	}

	.navbar .nav > li.dropdown:hover b.caret {
		border-top-color:#FFF;
		border-bottom-color:#FFF;
	}

	.navbar .nav > li.dropdown:hover .dropdown-menu {
		z-index:9999;
	}

	.navbar .nav > li.dropdown .dropdown-submenu > .dropdown-menu {
		display:none;
	}
	.navbar .nav > li.dropdown:hover .dropdown-submenu:hover > .dropdown-menu {
		display:block;
	}
}

.navbar .nav > li.dropdown .dropdown-menu {
	margin-top:-5px;
	left:4px;
}

.tooltip.top {
	white-space:nowrap;
}

.navbar .nav > li > a {
	padding:14px 15px;
}

.navbar .nav > li.dropdown .dropdown-submenu > .dropdown-menu {
	margin-top:-6px;
	border-radius:4px 6px 6px 6px;
	margin-left:-1px;
}

.navbar .nav > li.dropdown .dropdown-submenu > .dropdown-menu.pull-right {
	right:auto;
	left:100%;
	border-radius:3px 6px 6px 6px;
	margin-left:-1px;
}

div.infoPage {
	padding-bottom:15px;
	border-bottom:1px #eee solid;
}

div.infoPage h2, div.infoPage h3 {
	margin:0;
}

.actionsBtn {
	text-align:right;
}

.footerBtn {
	margin-top:20px;
	margin-bottom:10px;
	padding:20px 10px 0 0;
	border-top:1px #eaeaea solid;
}

@media (min-width: 980px){
	.actionsBtn.fixed {
		position:fixed;
		top:67px;
		right:6.5%;
	}
}

.table thead th, .table tbody td {
	vertical-align:middle;
}

.table-striped tbody.sorting > tr:nth-child(odd) > td, .table-striped tbody.sorting > tr > td {
	background-color:#FFF;
	opacity:.7;
}

.table-striped tbody.sorting > tr.warning:nth-child(odd) > td, .table-striped tbody.sorting > tr.warning > td {
	background-color:#FCF8E3;
}

.table-striped tbody.sorting > tr.info:nth-child(odd) > td, .table-striped tbody.sorting > tr.info > td {
	background-color:#D9EDF7;
	opacity:1;
}

.container {
	min-width:450px;
}


.control-group.control-condensed, .control-condensed .control-group {
	margin-bottom:5px;
}

.form-horizontal .control-label {
/* 	width:220px; */
	width:25%;
}

.form-horizontal .controls {
/* 	margin-left: 240px; */
	margin-left: 26%;
}

.form-horizontal .form-actions {
/* 	padding-left: 240px; */
	padding-left: 26%;
}

body.bodyPopup .form-horizontal .control-label {
	width:230px;
}

body.bodyPopup .form-horizontal .controls {
	margin-left: 240px;
}

body.bodyPopup .form-horizontal .form-actions {
	padding-left: 240px;
}



.form-horizontal label.radio.inline, .form-horizontal label.checkbox.inline {
	white-space:nowrap;
}

.form-actions {
	border:1px #E5E5E5 solid;
	border-radius:3px;
}

.popover {
	width:auto;
}

fieldset {
	padding:10px;
	border:1px #ddd solid;
	border-radius:10px;
	margin-bottom:20px;
}

fieldset .control-group {
	margin-left:-10px;
	margin-bottom:10px;
}

fieldset legend {
	display:inline;
	margin:0;
	padding:0 5px;
	width:auto;
	border:0;
}

div#content {
	padding:10px 0;
}

div#aside {
	padding:0 10px;
	border-right:1px #eee solid;
}

#loginForm {

}



tr.ui-sortable-helper {
	border-bottom:1px #ddd solid;
}

.placeholder {
	height:43px;
}


ul.maskList {
	list-style:none;
	margin:0;
}

ul.maskList > li:nth-child(odd) {
	background:#FAFAFA;
}

ul.maskList li a {
	display:block;
	padding: 0px 5px;
	border-bottom:1px #eee solid;
}

ul.maskList li:last-child a {
	border-bottom:0;
}

ul.maskList li a:hover {
	text-decoration:none;
	color:#F60;
	background:#f5f5f5;
}

ul.maskList li a b {
	font-size:12px;
	color:#000;
	margin-right:5px;
	min-width:18px;
	display:inline-block;
	text-align:right;
}


h2 {
	font-size: 25px;
	color: black;
	text-transform: uppercase;
}

ul.btn-links {
	list-style: none;
	margin:10px 0;
}

ul.btn-links li {
	float:left;
	text-align:center;
}

ul.btn-links li.disabled {
	opacity:.3;
}

ul.btn-links li.disabled a:hover {
	border-color:transparent;
	background:none;
}

ul.btn-links li a {
	display:block;
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:5px 15px;
	margin:1px;
	border-radius:5px;
}

ul.btn-links li a:hover {
	margin:0;
	background-color:whiteSmoke;
	border:1px #DBDBDB solid;
}

ul.btn-links li a img {
	max-width:120px;
	max-height:120px;
	margin:4px;
}

ul.btn-links li a:hover img {
	max-width:128px;
	max-height:128px;
	margin:0;
}

ul.btn-links li.link-header {
	float:none;
	text-align:left;
	display:block;
	clear:both;
	font-size:20px;
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:1px #E4E4E4 solid;
}

ul.btn-links li.divider {
	height:128px;
	margin:0 10px;
	border-left:1px #FFF solid;
	border-right:1px #DADADA solid;
}


div#footer {
	z-index:997;
	width:400px;
	position:fixed;
	bottom:-175px;
	right:20px;
	background:url(../img/navbar.png) top center;
	padding:3px;
	border-radius:10px 10px 0 0;
	color:#ddd;
	text-align:center;
	font-size:12px;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	-webkit-transition:bottom .2s linear;
	   -moz-transition:bottom .2s linear;
		 -o-transition:bottom .2s linear;
			transition:bottom .2s linear;
}

.popMdc {
	background:url(../img/navbar.png) top center;
	color:#ddd;
	padding:20px;
}

.popMdc a {
	color:#F60;
}

div#footer a {
	color:#F60;
}

div#footer:hover {
	bottom:0;
	box-shadow:0 0 15px rgba(0,0,0,1);
}

div#footer div.info {
	padding:10px;
}

div#footer div#mdc_footer_text {
	margin-bottom:10px;
}

div#footer div.info div.span9 {
	text-align:left;
}

i.icon-it { width:16px;background:url(../img/login_it.png) center center no-repeat; }
i.icon-en { width:16px;background:url(../img/login_en.png) center center no-repeat; }

@media (max-width: 979px) and (min-width: 768px){
	.row-fluid [class*="span"] {
		display: inline;
		float: left;
		margin-left:0;
	}
	
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		display: inline;
		float: left;
	}

}

@media (max-width: 767px){
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		display: block;
		float: left;
	}
}

@media (max-width: 980px){
	div#footer {
		bottom:0;
		width:100%;
		margin:0 auto;
		right:0;
		left:0;
		padding:10px 0;
		position:relative;
		display:block;
		border-radius:0;
		text-align:center;
	}
	
	body {
		padding-bottom:0;
	}
	
	div#footer .row-fluid {
		width: 75%;
		margin-left: 25%;
	}
}



.btn-file {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 300px;
	margin-left: -100px;
	background: #000;
	opacity: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
}

.fileupload {
	margin-bottom: 9px;
}

.fileupload .uneditable-input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: text;
}

.fileupload .thumbnail {
	display: inline-block;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.fileupload .thumbnail > img {
	display: inline-block;
	max-height: 100%;
	vertical-align: middle;
}
.fileupload .btn { vertical-align: middle; }
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists { display: none; }
.fileupload-inline .fileupload-controls { display: inline; }
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.tooltip {
	font-weight:normal;
}

.icon-icon1 {	background:url(../icone/icon1.png) center center no-repeat;}
.icon-phone {	background:url(../img/icon-phone.png) center center no-repeat;}
.icon-car {		background:url(../img/icon-car.png) center center no-repeat; }
.icon-excel {	background:url(../img/icon-excel.png) center center no-repeat; }

.form-horizontal .control-group::after {
	clear: inherit;
}

.colorpicker-saturation { background-image: url(../img/saturation.png); }
.colorpicker-hue { background-image: url(../img/hue.png); }
.colorpicker-alpha { background-image: url(../img/alpha.png); }


.dropdown-menu a {
  cursor: pointer;
}

.pagination ul > .active > a, .pagination ul > .active > span {
	font-weight: bold;
	color: #7764FF;
}


/* this CSS is not part of the widget, it is here just as an example of the demo page styling.... Don't copy this one, roll your own. One
 * of the key things about the widget is that it allows you to do your own styling!
 */

#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
	cursor: pointer;
}

.pac-container:after {
	background-image:none;
	height:0;
}

.pac-item-refresh:hover {
	cursor:pointer;
}