@charset "utf-8";
@import url('/resources/css/reset.css') all;
body {
	font: 300 100% 'Open Sans', sans-serif;
	color: #333;
	background: #fff;
	padding: 109px 0 0 0;
}
p, ul, address {
	padding: 30px 0 0 0;
	line-height: 130%;
}
h1 {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	top: 225px;
	font-size: 350%;
	line-height: 120%;
	color: #fff;
	z-index: 1;
}
h1.smaller-header {
	top: 130px;
	font-size: 250%;
}
#sub h1 {
	color: #333;
	top: 160px;
	font-size: 230%;
}
h1 span {
	display: block;
	margin: 0 auto;
	width: 1170px;
}
#sub h1 span {
	text-align: left;
}
h1 span span {
	margin: 0;
	width: auto;
	color: #ccff90;
}
h2 {
	font-size: 230%;
	padding: 40px 0 0 0;
}
#sub h2 {
	font-size: 190%;
}
h3 {
	font-size: 180%;
	padding: 40px 0 0 0;
}
h4 {
	font-size: 150%;
	padding: 40px 0 0 0;
}
a, a:hover {
	color: #67a546;
	text-decoration: underline;
	font-weight: 300;
}
a:hover {
	color: #000;
}
#content {
	text-align: left;
}
#content .app-a, #content .app-b {
	border-bottom: 1px solid #e0e0e0;
}
#content .app-a .left {
	float: left;
	width: 450px;
	padding: 110px 0 0 0;
}
#content .app-b .right {
	padding: 0;
	float: right;
	width: 520px;
}
#content .app-a .right, #content .app-b .left {
	float: right;
	width: 700px;
	position: relative;
	padding: 22px 0 0 0;
}
#content .app-b .left {
	float: left;
	width: 642px;
}
#content .app-a .right p {
	position: relative;
	right: -20px;
}
#content .app-b .left p {
	position: relative;
	left: -80px;
}
#content .app-a .right p img, #content .app-b .left p img {
	vertical-align: bottom;
}
#content .download {
	text-align: center;
	padding: 40px 0 0 0;
	background: url(/resources/img/bg-download.png) repeat-x left bottom;
}
#content .download span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}
#content .download span a, #content .download span a:hover {
	display: inline-block;
	background: #e14045 url(/resources/img/icon-pdf.png) no-repeat right bottom;
	height: 83px;
	padding: 0 95px 0 30px;
	line-height: 83px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 90%;
}
#content .download span a:hover {
	color: #333;
}
#promo {
	height: 598px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: url(/resources/img/bg-promo.jpg) no-repeat center top;
}
#promo.smaller, #promo.smaller .overlay {
	height: 150px;
}
#promo .overlay {
	background: url(/resources/img/bg-promo-overlay.png);
	height: 598px;
}
#promo .overlay p {
	padding: 300px 170px 0 170px;
	font-size: 170%;
	color: #fff;
	text-align: center;
}
#products {
	margin: 100px 0;
}
#products .description {
	font-size: 140%;
}
#products .product {
	width: 570px;
	padding: 40px 0 0 0;
	float: left;
	text-align: left;
	margin: 0 30px 0 0;
}
#products .product-right {
	margin: 0;
}
#products .product .image {
	padding: 0;
}
#products .product .image a, #products .product .image a:hover {
	display: block;
	height: 150px;
}
#products .product .image a img, #products .product .image a:hover img {
	border-radius: 3px;
	box-shadow: 0 3px 2px #ddd;
}
#products .product h3 a {
	color: #333;
	text-decoration: none;
}
#products .product h3 a:hover {
	color: #67a546;
	text-decoration: underline;
}
#products .product p {
	padding: 5px 0 0 0;
}
#products .more {
	padding: 40px 0 0 0;
}
#references {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #eceff1;
}
#references .slider {
	position: relative;
	margin: 40px 0 0 0;
}
#references .slider ul {
	padding: 0;
}
#references .slider ul li {
	background: none;
	padding: 0 10px;
}
#references .slider ul li a, #references .slider ul li a:hover {
	background: #fff;
	display: block;
	border: 1px solid #e0e0e0;
	height: 138px;
}
#references .slider ul li a img, #references .slider ul li a:hover img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#references .slider .prev, #references .slider .prev:hover {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 25px 0;
	border-color: transparent #ccc transparent transparent;
	position: absolute;
	left: -30px;
	top: 45px;
}
#references .slider .prev:hover {
	border-color: transparent #67a546 transparent transparent;
}
#references .slider .next, #references .slider .next:hover {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	right: -30px;
	top: 45px;
}
#references .slider .next:hover {
	border-color: transparent transparent transparent #67a546;
}
#references .slider .prev a, #references .slider .prev a:hover, #references .slider .next a, #references .slider .next a:hover {
	width: 25px;
	height: 50px;
	display: block;
	top: -25px;
	left: 0;
	position: absolute;
}
#references .slider .next a, #references .slider .next a:hover {
	left: -25px;
}
#references .more {
	padding: 40px 0 0 0;
}
#about p {
	padding-left: 140px;
	padding-right: 140px;
}
#about .more {
	padding: 40px 0 0 0;
}
#header {
	height: 109px;
	position: absolute;
	top: 0;
}
#header .logo {
	float: left;
	width: 15%;;
	overflow: hidden;
	margin: 6px 0 0 0;
}
#header .logo a, #header .logo a:hover {
	display: block;
	position: absolute;
	z-index: 1;
}
#header .logo h3 {
	padding: 0;
	line-height: 1000px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header .menu {
	padding: 37px 0 0 0;
	float: right;
}
#header .menu li {
	padding: 0;
	display: inline-block;
	background: none;
}
#header .menu li a, #header .menu li a:hover {
	display: block;
	margin: 0 10px;
	font-weight: 700;
	text-decoration: none;
	font-size: 90%;
	color: #333;
	height: 48px;
	line-height: 48px;
}
#header .menu li a:hover {
	color: #67a546;
}
#header .menu .login a, #header .menu .login a:hover {
	color: #67a546;
	height: 44px;
	line-height: 44px;
	text-transform: none;
}
#header .menu .login a:hover {
	background: #67a546;
	color: #fff;
}
#footer {
	background: #37474f;
	color: #fff;
	text-align: left;
	font-size: 90%;
}
#footer .in {
	padding-bottom: 30px;
}
#footer .locations {
	/*width: 675px;*/
	float: left;
}
#footer .locations h3 {
	text-transform: uppercase;
}
#footer .locations .item {
	width: 200px;
	float: left;
	margin: 0 25px 0 0;
}
#footer .locations .item .phone {
	padding: 10px 0 0 27px;
	color: #41c4f5;
	background: url(/resources/img/icon-skype.png) no-repeat left 10px;
}
#footer .twitter {
	width: 460px;
	float: right;
}
#footer .twitter h3 {
	text-transform: uppercase;
	background: url(/resources/img/icon-twitter.png) no-repeat left 45px;
	padding-left: 45px;
}
#footer .nav {
	border-top: 1px solid #51636c;
	margin: 30px 0 0 0;
	font-size: 90%;
}
#footer .nav p {
	float: left;
}
#footer .nav ul {
	float: right;
}
#footer .nav ul li {
	display: inline-block;
	padding: 0;
	background: none;
}
#footer .nav ul li a, #footer .nav ul li a:hover {
	display: inline-block;
	float: left;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	padding: 0 2px 0 5px;
}
#footer .nav ul li a:hover {
	text-decoration: underline;
}
#footer .nav ul li:after {
	content: '|';
	position: absolute;
	font-weight: 700;
}
#footer .nav ul li:last-child a {
	padding-right: 0;
}
#footer .nav ul li:last-child:after {
	content: '';
}
#footer .top, #footer .top:hover {
	display: block;
	background: url(/resources/img/icon-top.png) no-repeat 0 0;
	width: 76px;
	height: 76px;
	cursor: pointer;
	position: absolute;
	top: -38px;
	right: -85px;
}
#footer .top:hover {
	background: url(/resources/img/icon-top.png) no-repeat 0 -76px;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wrap .in {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	position: relative;
}
.cleaner {
	clear: both;
}
.button, .button:hover {
	border: 2px solid #67a546;
	border-radius: 3px;
	background: none;
	color: #67a546;
	display: inline-block;
	padding: 0 40px;
	height: 44px;
	line-height: 44px;
	margin-right: 0;
	font-weight: 700;
	text-decoration: none;
	font-size: 90%;
	text-transform: lowercase;
	text-align: center;
}
.button:hover {
	background: #67a546;
	color: #fff;
}
.hide {display: none;}
#promo, #promo .overlay {
	height: 350px;
}
.loginPanel {
	margin: 50px auto;
}
.loginPanel tr td:nth-child(1) {
	padding-right: 5px;
}
#ticket-detail {
	text-align: left;
	min-width: 1090px;
}
#ticket-detail .actions {
	float: right;
	width: 20%;
	margin-top: 10px;
	position: relative;
}
#ticket-detail .actions .button {
	display: block;
	width: 55%;
	min-width: 150px;
	margin-bottom: 5px;
	text-align: center;
}
#ticket-detail .ticket-info {
	  margin-top: 10px;
	  border: 1px #C8C8C8 solid;
	  padding: 10px;
	  width: 75%;
}
#ticket-detail .ticket-info.upgrades {
	padding: inherit;
}
#tickets > div.ui-datatable-header.ui-widget-header.ui-corner-top {
	background: inherit;
}
#ticket-detail .comment .content p {
	padding: 0 5px 5px 5px;
}
.ticket-info-container {
	padding: 10px;
}
#ticket-detail .ticket-info .ticket-info-item {
	  margin-top: 10px;
	  height: 36px;
}
#ticket-detail .ticket-info.detail .ticket-info-item {
	  height: 26px;
}
#upgrade-tickets {
	width: 75%;
    font-size: 80%;
    margin-top: 5px;
    border: 1px white solid;
}
#upgrade-tickets .ui-widget-header {
	font-weight: inherit;
	text-align: left;
}
#comment-form div.ticket-info-item {
	margin-top: 10px;
	margin-bottom: 50px;
}
#comment-form div.ticket-info-responsibility span.label {
	padding-right: 10px;
}
#comment-form div.ticket-info-responsibility {
	margin-top: 15px;
	margin-bottom: 15px;
}
#comment-form div.ticket-info-item .label {
	width: 3em;
	display: block;
	float: left;
	height: 25px;
  	padding: 8px 0;
}
#comment-form div.ticket-info-item .value span.ui-autocomplete input {
	width: 280px;
}
#ticket-detail .ticket-info .ticket-info-item:nth-child(1) {
	margin-top: 0;
}
#ticket-detail .ticket-info .ticket-info-item .label {
	width: 20em;
  	height: 36px;
  	display: block;
  	float: left;
  	line-height: 36px;
}
#ticket-detail .ticket-info.detail .ticket-info-item .label {
	line-height: initial;
}
#ticket-detail .content {
	margin: 20px 0;
	padding: 10px;
	width: 75%;
}
#ticket-detail .comment .content {
	width: 100%;
	padding: initial;
}
#ticket-detail h2.ticket-title {
	font-size: 230%;
	padding: 40px 10px 0px 0px;
	width: 76%;
}
#ticket-detail h2.ticket-title input {
	width: 100%;
}
#ticket-detail .attachments {
	margin: 20px 0;
	padding: 10px 10px 10px 0;
	width: 75%;
	font-size: 0.8em;
	border-top: 1px #E2E2E2 solid;
}
#ticket-detail form .content {
	padding: 10px 10px 0 0;
	margin: 20px 0 10px 0;
}
#ticket-detail .comments {
	margin-top: 40px;
}
#ticket-detail .comments-spacer {
	border-bottom: 1px #C8C8C8 solid;
	padding: 10px;
	width: 75%;
	margin-bottom: 50px;
}
#ticket-detail .comment ol, #ticket-detail .content ol {
	padding-left: 50px;
	list-style-type: decimal;
}
#ticket-detail .comment ul, #ticket-detail .content ul {
	padding-left: 50px;
	list-style-type: disc;
}
#ticket-detail .comment ul li, #ticket-detail .content ul li {
	background: none;
	padding: 0;
}
#ticket-detail .comment strong, #ticket-detail .content strong {
	font-weight: bold;
}		
#ticket-detail .comment {
	margin-top: 10px;
  	border-top: 1px #C8C8C8 solid;
  	width: 75%;
  	padding: 10px;
}
#ticket-detail .comment .comment-header {
	border-bottom: 1px #C8C8C8 solid;
	padding-bottom: 5px;
	height: 80px;
}
#ticket-detail .comment .comment-header img {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
#ticket-detail .comment .comment-header .createdBy {
	width: 80%;
	float: left;
}
#ticket-detail .creation-info {
	font-style: italic;
	font-size: 90%;
	float: left;
}
#ticket-detail .comment .comment-header .actions {
	margin-top: 0px;
	width: 10%;
}
#ticket-detail .comment .comment-header .actions img {
	width: 16px;
	height: 16px;
	float: right;
}
#ticket-detail .comment.even {
	background-color: #FAFAFA;
}
#ticket-detail .new-comment-form, .edit-comment-form {
	width: 75%;
	padding: 10px;
}
.edit-comment-form {
	text-align: left;
}
#ticket-detail .new-comment-form .button, .edit-comment-form .button  {
	display: block;
	margin-top: 10px;
	width: 120px;
	float: left;
  	margin-right: 5px;
}

#ticket-detail .ui-selectonemenu {
	width: 56% !important;
	float: left;
	line-height: 28px;
}

#ticket-detail .new-comment-form .ui-selectonemenu {
	width: 65% !important;
	float: left;
	line-height: 35px;
}

#ticket-detail .ui-selectonemenu .ui-selectonemenu-label {
	padding: 6px 10px 0px 7px !important;
	width: 100% !important;
	height: 79% !important;
	line-height: 100% !important;
}

#ticket-detail .new-comment-form .ui-selectonemenu .ui-selectonemenu-label {
	padding: 10px 10px 4px 7px !important;
	width: 100% !important;
	height: 82% !important;
	line-height: 100% !important;
}

#ticket-detail .ui-autocomplete {
	width: 60% !important;
	line-height: 28px;
	float: left;
}

#ticket-detail .ui-autocomplete-input {
	width: 99% !important;
	float: left;
	padding-right: 0px;
}

#ticket-detail div.ui-fileupload {
	margin-top: 10px !important;
}
#tickets-mapping {
	width: 100%;
    margin-top: 20px;	
}
#tickets-mapping #tickets-mapping-component {
	width: 100%;
}
#tickets-mapping > div.ui-inputfield > div.ui-selectlistbox-filter-container > span.ui-icon {
	right: 10px;
}
#tickets-mapping-component > div.ui-selectlistbox-listcontainer > table > tbody > tr > td:nth-child(1) {
	width: 30px;
}
#tickets-mapping-component > div.ui-selectlistbox-listcontainer > table > tbody > tr > td:nth-child(2) {
	line-height: 30px;
}
#tickets-mapping-component .ui-state-highlight .ui-icon {
	background-image: url(/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap);
}
.edit-comment-form .button {
	width: 50px;
}
#ticket-navigation .button {
	margin-right: 5px;
}
.new-ticket-button {
	margin-top: 50px;	
}
.ui-autocomplete-panel li.ui-autocomplete-list-item, .ui-selectonemenu-panel li.ui-selectonemenu-list-item {
	padding-left: 20px;
}
#reports .ui-accordion .ui-accordion-content.ui-widget-content {
	padding: 0;
}
#reports .reportLink {
	margin-left: 20px;
}
div.ticket-info div.ticket-info-item span.value .ui-inputfield {
	width: 350px !important;
	height: 28px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	
}
div.ticket-info div.ticket-info-item span.value .ui-selectonemenu {
	width: 400px !important;
	line-height: 30px;
	height: 34px;
}
div.ticket-info div.ticket-info-item span.value .ui-selectonemenu .ui-selectonemenu-trigger {
	width: 35px;
}
div.ticket-info div.ticket-info-item span.value .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	margin-top: 9px;
	margin-left: 9px;
}

#logged-time-form .loggedTimeType {
	width: 585px !important;
}

#logged-time-form .loggedTimeType input.ui-autocomplete-input {
	width: 535px !important;
}

#logged-time-form div.ui-selectonemenu {
	padding-right: 0px;
}

#logged-time-form div.ui-selectonemenu label {
	width: 535px !important;
}

#logged-time-form .smallInput {
	width: 150px !important;
	margin-right: 10px;
}

#logged-time-form .smallInput input.hasDatepicker {
	width: 150px !important;
}

#logged-time-form .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	margin-top: 6px;
	margin-left: 9px;
}

#logged-time-form .loggedTimeType > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
	width: 2em;
}

#form {
	width: 60%;
	margin: 0 auto;
}
#form .label {
	width: 30%;
	line-height: 38px;
	display: block;
	float: left;
	text-align: left;
}
#form .field {
	width: 68%;
	display: block;
	float: left;
	height: 28px;
}
#form ul {
	margin-bottom: 5px;
	
}
#form ul li {
  background: none;
  height: 38px;
    padding: 7px 0;
}
#form .actions {
	margin-top: 20px;
}
#form .ui-selectonemenu {
	width: 64% !important;
	display: block;
	float: left;
	height: 28px;
}

#form .ui-autocomplete {
	width: 69% !important;
	float: left;
}

#form .ui-autocomplete-input {
	width: 99% !important;
	float: left;
	padding-right: 0px;
}

#form .ui-autocomplete .ui-button {
	height: 113%;
	width: 1.3em;
}
#loginInfoDialog {
	text-align: center;
}
#loginInfoDialog .ui-dialog-content {
	font-size: 150%;
	line-height: 200%
}
#selectUpgradeDialog {
	text-align: center;
	width: 400px !important;
}
#selectUpgradeDialog .ui-dialog-content {
	font-size: 100%;
}

#selectUpgradeDialog #form {
	width: 100%;
}

#selectUpgradeDialog #form .ui-selectonemenu{
	width: 92% !important;
}

#selectUpgradeDialog .button {
	/*display: block;*/
	width: 80%;
	margin-top: 10px;
	margin-bottom: 5px;
	/*text-align: center;*/
}
#filter-value-input {
	height: 1.5em;
	width: 50%;
	font-size: 16px;
	padding: 10px;
	float: left;
}
#bugs {
	margin: 0 auto; 
	padding: 10px 0; 
	width: 100%;
	margin-top: 3em;
	font-size: 90%;
}

#bugs table tr.frozenRow {
	color: rgb(140,140,140);	
}

#issue-state-label {
	height: 20px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 1px;
    line-height: 20px;
}
#filter-selection {
	float: left;
	margin-left: 10px;
	width: 20%;
	height: 2.6em;
}
#filters-selection-compoment > div.ui-selectonemenu-trigger.ui-state-default.ui-corner-right > span {
	margin-top: 0.6em;
}
#filters-section-component {
    min-width: 0px;
}
#filters-selection-compoment_label {
	padding: 0;
}
#filter-checkboxes {
	text-align: right;
    width: 20%;
    float: right;
    height: 2.6em;
    position: relative;
}
#filter-checkboxes-inner {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#logged-time-form {
	margin-top: 50px;
}
#loggedTimeType_label {
	text-align: left;
}
  
#portamento_container { /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
	float: right;
	top: 325px;
	position: absolute; 
	min-width: 225px !important;
	max-width: 285px !important;
	z-index: 1000;
} 
.remove-comment-action {
	display: block;
    float: right;
    margin-left: 10px;
}
#portamento_container #clientInfoPopUp {
	float:none; 
	position: absolute;
	border: 1px #C8C8C8 solid;
	padding: 10px;
	margin-top: 0px;
} /* no need to float anymore, become absolutely positoned */
#portamento_container #clientInfoPopUp.fixed {
	position:fixed;
	/*width: 200px !important;*/
	max-width: 203px !important;
	/*max-width: 285px !important;*/
} /* if the panel is sliding, it needs position:fixed */
 
#slaNote {
	font-size: 90%; 
	margin-top: 30px; 
	font-weight: bold;
}
#history-link {
    margin-left: 10px;
    margin-bottom: -3px;
}
#usersList, #usersList td {
	vertical-align: middle;
}
#user-groups-ul {
	height: 280px;
}
#usersList {
	width: 80%;
}
#usersList > tbody > tr > td:nth-child(1) > ul > li, #usersList > tbody > tr > td:nth-child(3) > ul > li {
	height: 15px;
	text-align: left;
	padding: 5px;
}
#usersList > tbody > tr > td:nth-child(2) > button {
	margin: 5px auto;
}
#usersList .ui-state-highlight {
	color: blue;
}
#usersList td {
	width: 30%;	
}
.ui-selectonemenu .ui-selectonemenu-label {
	padding-left: 7px !important;
	padding-right: 10px !important;
}
.ui-autocomplete {
	width: 65% !important;
}
.ui-autocomplete-input {
	width: 85% !important;
}

.ui-tooltip {
	font-size: 100% !important;
	line-height: 120% !important;
	max-width: 250px;
}

.search-field {
	width: 100% !important;
	height: 2.5em !important;
	font-size: 16px;
}

.data-table {
	margin: 0 auto; 
	padding: 10px 0; 
	width: 100%;
	margin-top: 3em;
	font-size: 90% !important;
}
#notification-bar {
	background-color: #a9d9f1;
	height: 15px;
	text-align: center;
	font-size: 0.8em;
}