
body {
	font-size: 12px;
	-font-family: Helvetica;
	font-family: 'Quattrocento Sans', sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.horizontal {
	font-size: 0;
}

ul.horizontal>li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

ul.horizontal.seperated>li:after {
	content: '|';
}

ul.horizontal.seperated>li:last-child:after {
	content: '';
}

a {
	text-decoration: none;
	color: #333333;
	border: 0;
}

img {
	border: 0;
}

a:hover {
	color: #31b2dd;
}

#content-wrapper {
	margin: auto;
	min-width: 1000px;
}

#content {
	-background-color: #DADADA;
	margin: auto;
	width: 1000px;
}

#header, #footer {
	overflow: hidden;
	position: relative;
	clear: both;
}

#footer {
	height: 150px;
	border-top: 1px solid #e7e7e7;
	padding-top: 15px;
	color: #3f3f38;
	font-weight: bold;
}

#footer-content  {
	width: 1000px;
	margin: auto;
}

#header-content  {
	width: 1000px;
	margin: auto;
	border-bottom: 1px solid #eeeeee;
}

#header {
/*
	-height: 63px;
	-margin-bottom: 35px;
	-border-bottom: 1px solid #e7e7e7;
*/
}

.bg-grad {
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#eeeeee', GradientType=0);
}

#header h1 {
	font-size: 3.5em;
	margin: 20px;
}

#header img.logo {
	margin-top: 6px;
}

#header h1, #header ul {
	display: inline-block;
	vertical-align: bottom;
}

#header-menu li a {
	padding: 5px;
	font-size: 15px;
}

#header-menu li {
	font-weight: bold;
	color: #484849;
	line-height: 40px;
	height: 40px;
}

ul.seperated2 li {
	border-left: 1px solid white;
}

ul.seperated2 li:last-child {
	border-right: 1px solid white;
}

#header-menu {
	margin-left: 20px;
	display: inline-block;
	position: relative;
	padding-right: 25px;
}

#header-menu a.edit-pen {
	display: none;
}

#header-menu .signify {
	font-size: 18px;
}

#header-menu-editor .signify,
.signify {
	font-family: 'Signify2Regular';
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
}

.ui-handle {
	cursor: move;
}

#header-usermenu {
	float: right;
	font-size: 12px;
	color: #0598c9;
	position: relative;
	top: 20px;
}

.tabs.app-steps>.tab-item {
	border-top: 1px solid #426daa;
}

.tabs.app-steps>.tab-item>h2 .step-num {
	background-color: #484849;
	color: white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.tabs.app-steps>.tab-item>h2 {
	padding: 0 0 0 35px;
	margin: 0;
	border-top: 1px solid #f6f6f6;
	line-height: 48px;

	background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#eaeaea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#eaeaea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f9f9f9', EndColorStr='#eaeaea', GradientType=0);
	
	font-size: 24px;
	font-weight: 24px;
	color: #484849;
}

.tab-content {
	padding: 0 35px;
}
	
.tabs.app-steps {
	border-top: 1px solid #1f4b8b;
}

#header-usermenu li {
	height: 40px;
}

#header-usermenu li a {
	padding: 5px;
	color: #0598c9;
	position: relative;
	top: 20px;
}


#header-welcome {
	font-weight: bold;
	font-size: 1.3em;
	float: right;
	margin-top: 40px;
}

#usermenu-wrap {
	background-color: #29add9;
	border-top: 1px solid #1fa2cd;
	border-bottom: 1px solid #31b2dd;
}

ul#usermenu {
	display: block;
	width: 1000px;
	margin: auto;
	text-align: right;
	border-top: 1px solid #57bcde;
	border-bottom: 1px solid #4ebade;
	color: white;
}

#usermenu li {
	padding: 10px 0;
}

#usermenu li a {
	padding: 0 25px;
	color: white;
	vertical-align: middle;
}

#usermenu li:first-child {
	border-left: 1px solid #1193be;
}

#usermenu li {
	border-right: 1px solid #1193be;
}







#decisions ul.appinfo-wrapper,
#decisions ul.items {
	list-style: none;
	width: 660px;
	margin: 0px;
	-margin-left: 10px;
	padding:0;
	border: 2px solid #f1f1f1;
}

#appview ul.items {
	border-top: 0px;
}

#decisions ul.items>li.item {
	position: relative;
}

#decisions ul.items>li.item {
	background-color: #31B2DD;
}


#decisions div.label {
	float: left;
	width: 130px;
	display: inline-block;
}

#decisions ul.appinfo-wrapper li hr,
#decisions ul.items li hr {
	background: url('../img/hrg.png') repeat-x bottom left;
	display: block;
	height: 8px;
}

#decisions div.row-value {
	width: 520px;
	display: inline-block;
	padding: 10px 10px 0 10px;
	background-color: white;
}

#decisions div.importance.row-value {
	padding: 0px 10px 0 10px;
}

#decisions .imp-idx{
	color: #3f3f38;
	font-size: 10.57px;
	margin-bottom: 5px;
	display: inline-block;
}

#decisions .imp-idx .signify {
	color: #1f4b8b;
	font-size: 13px;
}

#decisions .imp-idx.really-important {
	margin-left: 165px;
}

#decisions .upper div.row-value {
	min-height: 40px;
}

#decisions .hr div.label {
	background: url('../img/hrw.png') repeat-x bottom left;
	padding: 0;
	height: 6px;
}

#decisions .hr div.row-value {
	padding: 0;
	background: url('../img/hrg.png') repeat-x bottom left #ffffff;
	height: 6px;
	width: 540px;
}

#decisions .ui-slider[rel=importance] {
	height: 15px;
	width: 530px;
}

#decisions div[rel=importance] .ui-slider-handle {
	display: none;
}

#decisions .criterias-list .add-criterias {
	margin-bottom: 10px;
	width: 680px;
	text-align: right;
}

#decisions .criterias-list .add-criterias a {
	font-size: 14px;
	font-weight: bold;
}

#decisions .criterias-list .add-criterias a .signify {
	font-size: 16px;
}

#decisions .criterias-list .items {
	margin-left: 15px;
}

#decisions .criterias-list .items .item:nth-child(even) {
	background-color: #F4F4F4;
}

#decisions .item-config .field-editor {
	padding: 10px;
}

#decisions .item-config {
	border: 1px solid #C1D7EF;
	margin-bottom: 10px;
	background-color: #DFEFFF;
}

#decisions .field-editor-wrapper .edit-btns,
#decisions .item-config .edit-btns {
	text-align: right;
	min-height: 30px;
	padding-bottom: 10px;
}

#decisions .item-config .top ul a {
	color: #1E769E;
}

#decisions .item-config .top {
	padding: 10px;
	border: 1px solid #4fbbde;
	background-color: #25abd7;
	color: white;
	font-size: 14px;
	font-weight: bold;
}


#decisions .criterias-list .items .item {
	border: 1px solid #26acd8;
	margin-bottom: 10px;
	background-color: #7aceeb;
}

#decisions .criterias-list .items .top>ul {
	float: right;
}

#decisions .criterias-list .items .top>ul li a {
	padding: 5px;
	color: white;
}

#decisions span[rel="app-row[title]"] {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.constraints .label>span,
#decisions span[rel="importance"] {
	float: right;
	text-align: right;
	font-size: 11.50px;
	font-weight: bold;
	color: white;
	padding: 10px 8px 0 0
}

#decisions li.item ul.select {
	padding: 0;
	margin: 0;
}

#decisions li.item ul.select li.option {
	display: inline-block;
	vertical-align: top;
	width: 260px;
}

#decisions li.item ul.select li.option label span {
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}

#decisions li.item ul.select li.option .slider {
	width: 175px;
	float: right;
}

#decisions .item-edit-bar {
	display: block;
	-background-color: #F0F0F0;
	-border-bottom: 1px dashed #e0e0e0;
	text-align: right;
}

#decisions .item-edit-bar a {
	text-decoration: none;
	color: #8DB9DB;
	font-weight: bold;
	padding: 5px;
}

#decisions .ui-slider[rel=importance] .ui-slider-range {
	background: #436eac;
}

#decisions .ui-slider[rel=importance] {
	margin: 10px 0 5px 0;
	width: 340px;
}

#decisions ul.select .ui-slider .ui-slider-range,
#decisions .ui-slider[rel=val] .ui-slider-range {
	background: #0598c9;
}

#decisions .ui-slider[rel=val] {
}

#decisions .ui-slider {
	height: 5px;
	border: 1px solid #f1f1f1;
	margin: 5px 0;
	background: #c7c7c7;
	border-style: inset;
}

#decisions .ui-slider-handle {
	height: 8px;
	width: 24px;
	top: -3px;
	margin-left: -1.6em;
}

#decisions div.range .ui-slider-handle {
	font-size: 11px;
	height: 24px;
	width: 47px;
	-border-radius: 25px;
	content: 'Target';
	color: white;
	top: -6px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	-margin-left: -7.5px;
	border: 0;
	-border-color: #aeaeae;
	-background-color: #f8f8f8;
	background: url("../img/timeline_selector.png") no-repeat scroll 0 0 transparent;
}

#decisions .ui-slider-inner-wrap {
	width: 600px;
	left: 20px;
}

#decisions label.filter {
	display: inline-block;
	max-width: 200px;
	vertical-align: middle;
	margin: 0 5px;
}

#decisions .range-wrapper {
	background: url("../img/range-marks.png") repeat-x scroll 0 0 transparent;
	padding-top: 5px;
	height: 25px;
}

#decisions .appinfo {
	margin-bottom: 10px;
	overflow: auto;
}

#decisions .appinfo span.appdescription {
	font-weight: normal;
	width: 350px;
	display: inline-block;
	margin-top: 10px;
}

#decisions .appinfo span {
	display: block;
}

#decisions .appinfo>img {
	width: 95px;
	height: 95px;
	margin: 12px 10px 10px 12px;
	float: left;
}

#decisions>.tabs>.tab-item>p {
	width: 500px;
}

#decisions [rel="appskin"] li img {
	margin-bottom: 5px;
}

#decisions .app-image img {
	height: 120px;
	margin-bottom: 10px;
}

#decisions .app-image {
	text-align: center;
	width: 290px;
	padding-top: 80px;
}

#decisions [rel="appskin"] li.selected img {
	border: 3px solid #20a8d5;
}

#decisions [rel="appskin"] li.selected {
	font-weight: normal;
}

#decisions textarea[name="appdescr"] {
	width: 530px;
	height: 140px;
	border: 1px solid #929292;
	margin-bottom: 15px;
}

.ui-dialog {
	width: 350px;
}

ul.enumeration {
	width: 220px;
}

ul.enumeration>li {
	display: inline-block;
	height: 20px;
	width: 80px;
	line-height: 20px;
	border: 1px solid blue;
	border-radius: 5px;
	margin: 2px 5px;
	padding: 0 5px;
	cursor: move;
}

ul.enumeration>li>input[type=text] {
	display: inline-block;
	width: 60px;
	border: 0;
	background-color: transparent;
}

ul.enumeration>li a.delete {
	text-decoration: none;
	margin: 0 5px;
	float: right;
}

ul.filters {
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }




.btn1 {
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Quattrocento Sans', sans-serif;
	
	background: -moz-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E4E4E4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FCFCFC', EndColorStr='#E4E4E4', GradientType=0);
	padding: 4px 12px;
	
	cursor: pointer;
	margin: 0 5px 0 0;
	display: inline-block;
}

.btn1.disabled {
	color: #AAAAAA;
	cursor: default;
}



/*stuff*/
.iblock {
	display: inline-block;
	vertical-align: top;
}

.border-radius-top-left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.border-radius-top-right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.box.app-info  {
	-width: 565px;
	padding-bottom: 10px;
}

.box.app-info .name input {
	-margin-left: 15px;
	-margin-top: 10px;
	-line-height: 23px;
	padding-left: 5px;
}

.box.app-info .name label {
	padding-left: 15px;
}

.box.app-info .name {
	width: 230px;
	overflow: visible;
}

.box.app-info .rerank_engine {
	margin-left: 52px;
}

.box.app-info .visibility {
	margin-right: 17px;
}

.box.app-info .category {
	width: 318px;
}

.box.app-info .descr {
	padding-left: 15px;
	width: 570px;
}

.box.app-info .image input {
	margin-top: 10px;
	line-height: 23px;
}

.decision-edit .skin label {
	padding-left: 15px;
	width: auto;
	display: block;
}

.box.app-info .image {
	width: 335px;
}

.box {
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
}

.box label.fwidth {
	font-weight: bold;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.box label .signify {
	font-size: 16px;
	font-weight: normal;
}

.inline {
	display: inline;
}

/* icons-view */
ul.icons-view {
	padding: 10px;
}

ul.icons-view>li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

ul.icons-view li:nth-child(last) {
	margin-right: 0px;
}

ul.icons-view li span.signify {
	display: inline-block;
}

ul.icons-view li span {
	display: block;
}

ul.icons-view li .img {
	width: 110px;
	height: 110px;
	background-color: #B6B6B6;
	margin-bottom: 10px;
}

/* xTabs */
ul.tabs-menu li {
	display: inline-block;
	vertical-align: middle;
	background-color: #FFFFFF;
/*	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
*/
}

ul.tabs-menu li.active {
	background-color: #EAECEB;
}

ul.tabs-menu li {
	margin-right: 10px;
}

ul.tabs-menu li a.disabled {
	color: #666666;
	cursor: default;
}

ul.tabs-menu li a {
	display: inline-block;
	text-decoration: none;
	color: black;
	padding: 10px 20px;
}

div.tabs .tab-item {
	background-color: #EAECEB;
}


/*Home page*/
.promo {
	width: 1000px;
	height: 305px;
	margin-bottom: 33px;
	background: url("../img/promo.png");
	color: white;
}

.promo>.text {
	max-width: 500px;
}

.promo>.text>h2 {
	margin-top: 0;
	font-size: 32px;
	font-weight: normal;
	position: relative;
	top: 42px;
	left: 410px;
}

.promo>.text>p {
	position: relative;
	left: 400px;
	top: 95px;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 25px;
}

.promo>.text>.links {
	position: relative;
	top: 104px;
	left: 555px;
}

.promo>.text>.links a {
	margin-left: 0;
	font-size: 14px;
	padding: 6px 0px;
	width: 190px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.promo>.text>.links a .signify {
	font-size: 20px;
	font-weight: normal;
}


/* decisions edit page */
.decision-edit .tabs {
}

.decision-edit ul.tabs-menu {
	background: -moz-linear-gradient(top, #3f6aa8 0%, #265290 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6aa8), color-stop(100%,#265290)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f6aa8 0%,#265290 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f6aa8 0%,#265290 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3f6aa8 0%,#265290 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3f6aa8', EndColorStr='#265290', GradientType=0);
	
	border-top: 1px solid #6588b9;
	border-bottom: 1px solid #5073a5;
	padding-left: 45px;
}

/*
.decision-edit ul.tabs-menu li:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
*/

.decision-edit ul.tabs-menu li {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-right: 1px solid #3c67a6;
	border-left: 1px solid #255191;
}

.decision-edit ul.tabs-menu li.active {
	background-color: #7aa0cc;
}

.decision-edit ul.tabs-menu li {
	margin-right: 10px;
}

.decision-edit ul.tabs-menu li a.disabled {
	color: #666666;
	cursor: default;
}

.decision-edit ul.tabs-menu li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
}

.decision-edit div.tabs .tab-item {
	background-color: transparent;
}

.decision-edit .step-buttons {
	text-align: right;
	/*line-height: 40px;*/
	margin-bottom: 40px;
	margin-right: 30px;
	margin-left: 35px;
}

.decision-edit .step-buttons a[action=prev] {
	float: left;
	line-height: initial;
}

.decision-view .step-buttons a[action=rank] {
	right: 8px;
	position: absolute;
}



/* criteria-box */
#decisions .criteria-box .content {
	padding: 10px;
}

#decisions .criteria-box0 {
	border: 1px solid #C1D7EF;
	margin-bottom: 10px;
	background-color: #DFEFFF;
}

#decisions .criteria-box .content-bar {
	text-align: right;
	min-height: 30px;
}

#decisions .criteria-box .title-bar .menu-bar {
	float: right;
}

#decisions .criteria-box .title-bar .menu-bar a {
	color: white;
}

#decisions .criteria-box .title-bar {
	line-height: 30px;
	color: white;
	background-color: #2aaeda;
	padding: 0 8px;
	font-size: 14px;

}

#decisions .criteria-box .criteria-types .btn1 {
	min-width: 90px;
	display: inline-block;
	text-align: center;
	margin: 2px;
	padding: 2px;
}

#decisions .criteria-box .criteria-types {
	width: 310px;
	margin-left: 105px;
}

#decisions .criteria-box .criteria-name {
	width: 240px;
}




#appview.items-list {
	margin-top: 35px;
	background-color: white;
	border: 1px solid #e7e7e7;
	width: 685px;
	padding: 0 0 10px 0;
	position: relative;
}

.step4 #appview.items-list {
	width: auto;
}


#appview div.label .index {
	border-radius: 25px;
	color: #31B2DD;
	background-color: white;
	margin: 0 5px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

#appview div.label {
	width: 120px;
	background-color: #31b2dd;
	color: white;
}

#appview .upper div.label {
	padding-top: 14px;
}


.home .tabs {
	margin-bottom: 75px;
}

ul.tabs-menu li {
	background-color: #f6f6f6;
}

ul.tabs-menu li a {
	font-size: 16px;
	font-weight: bold;
	color: #7aceeb;
}

ul.tabs-menu li.active a {
	color: white;
}

ul.tabs-menu li.active {
	background-color: #2bafda;
}

div.tabs .tab-item {
	border: 1px solid #cbcbcb;
	background-color: transparent;
}

ul.icons-view li .img {
	margin-bottom: 0px;
}

ul.icons-view li .descr {
	-background-color: #f5f5f5;
	padding: 7px 4px;
	width: 103px;
	overflow: visible;
}

ul.icons-view li .name {
	font-weight: bold;
}

#dashboard .title {
	background: url("../img/gradbg48.png") repeat-x;
	overflow: auto;
}

#dashboard .profile-pic {
	width: 145px;
	height: 145px;
	display: inline-block;
	vertical-align: top;
	background-color: #cccccc;
	margin: 12px 18px 42px 36px;
	float: left;
}

#dashboard .title h1,
#dashboard .title .signify {
	font-size: 28px;
	color: #484849;
}

#dashboard .title h1 {
	clear: right;
	padding: 12px 0 0 0;
	margin: 0;
}

#dashboard .title p {
	width: 515px;
	margin-left: 196px;
	font-size: 14px;
}


#dashboard .expert-overview .experts-decisions-list {
	min-height: 65px;
}

#dashboard .expert-overview {
	width: 213px;
	border: 1px solid #cbcbcb;
	display: inline-block;
	margin: 12px 0 12px 18px;
}

#dashboard .expert-overview .upper b {
	font-size: 16px;
}

#dashboard .expert-overview .upper i {
	margin-bottom: 10px;
	display: inline-block;
}

#dashboard .expert-overview .upper {
	padding: 10px;
	font-size: 14px;
}


#dashboard .expert-overview .lower {
	text-align: right;
	line-height: 25px;
	border: 1px solid #e7e7e7;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
}

#dashboard .tabs {
	margin-left: 36px;
}

.tabs .tabs-menu li.buttons {
	background-color: transparent;
}

.tabs-menu li.buttons {
	float: right;
	line-height: 35px;
}

.tabs-menu li.buttons span {
	color: #cbcbcb;
	font-size: 20px;
	cursor: pointer;
}

.step-info {
	width: 520px;
	display: inline-block;
	min-height: 46px;
}

.csvuploaderbtn {
	margin-left: 250px;
	padding: 5px 10px;
}

.appinfo label.appname {
	display: block;
}

.criterias-list ul.items .item .top {
	line-height: 30px;
	color: white;
	background-color: #2aaeda;
	padding: 0 8px;
	font-size: 14px;
}

.criterias-list ul.items .item .top[disabled] {
	background-color: #C7C7C7;
}

#decisions .criterias-list .items .item[disabled] {
	border-color: #C7C7C7;
}

.criterias-list ul.items .item .lower {
	padding: 8px;
	background-color: #fbfbfb;
}


table.appdata {
	border: 1px solid d6d6d6;
}

.appdata-wrapper {
	width: 900px;
	overflow: auto;
	max-height: 1525px;
}

.round {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.sbtn {
	font-size: 16px;
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border: 1px solid #afafaf;
}

table.appdata {
	border: 1px solid #d6d6d6;
	margin: 0 0 12px 12px;
	border-collapse: collapse;
}

table.appdata input[type=text] {
	width: 120px;
}

table.appdata th {
	background-color: white;
	font-size: 16px;
	font-weight: bold;
}

table.appdata th {
	min-width: 100px;
}

table.appdata ul.multiselect {
	min-width: 200px;
}

#decisions table.appdata ul.multiselect .ui-slider {
	width: 100px;
	display: inline-block;
	margin: 5px 0;
}

table.appdata tbody a.signify {
	font-size: 14px;
	font-weight: normal;
}

table.appdata tbody a {
	font-size: 11px;
	font-weight: bold;
	color: #1f4b8b;
}

table.appdata tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}

ul.select .ui-state-default {
	border-color: #aeaeae;
	background: #f8f8f8;
}


.range-header table td span.middle {
	position: relative;
	left: -10px;
}

.range-header table td span.right {
	float: right;
}

.range-header {
	font-size: 10px;
	font-weight: bold;
}

.select-headers .left {
	float: left;
	padding-left: 85px;
}

.select-headers .right {
	float: right;
}

.select-headers .signify {
	color: #33b4de;
	font-weight: normal;
	font-size: 12.45px;
}

.select-headers span {
	font-weight: normal;
	font-size: 10.53px;
	color: #3f3f38;
}

.select-headers .like {
	padding-left: 90px;
}

#decisions .criterias-list .items .lower .select-headers .right .like {
	margin-right: 120px;
}

#decisions .criterias-list ul.items {
	border: 0px;
}

[auguri-app-widget="settings"] {
	min-width: 695px;
	display: inline-block;
}

#decisions .step4 ul.items {
	margin-bottom: 10px;
}

#appview .step-buttons {
	margin: 0px 7px 0 0;
	padding-top: 5px;
	z-index: 1000;
	background-color: white;
}

#appresults {
	float: right;
	width: 310px;
	border-left: 1px solid #f5f5f5;
	background-color: #fcfcfc;
	padding-top: 3px;
}

#appresults h1 {
	border: 1px solid #eaeaea;
	color: #484849;
	font-size: 20px;
	font-weight: bold;
	margin: 13px 0 0 0;
	line-height: 32px;
	vertical-align: bottom;
	padding: 0 0 0 8px;
}

#appresults .selected h1,
#appresults .selected h1>.signify {
	font-size: 22px;
}

#appresults h1>.signify {
	font-size: 20px;
}

#appresults h1 .rerank em {
	background-color: #484849;
	color: white;
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 11px;
	text-align: center;
	font-weight: bold;
	margin-right: 2px;
}

#appresults h1 .rerank em,
#appresults h1 .rerank .signify,
#appresults h1 .rerank {
	font-size: 11px;
}

#appresults h1 .rerank {
	line-height: 40px;
}

#appresults h1 .signify {
	font-weight: normal;
}

#appresults .social-media-links,
#appresults .selected,
#appresults .all-results {
	padding-left: 15px;
	margin-bottom: 10px;
}

#appresults .all-results ul.list {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-size: 14px;
	font-weight: bold;
	
}

#appresults .all-results ul.list li.current {
	background-color: #EEE;
}

#appresults .all-results ul.list li .rank {
	float: right;
	margin-right: 10px;
}

#appresults .all-results ul.list li {
	padding: 8px 0 8px 0;
	background: url('../img/hrg.png') repeat-x bottom left;
	cursor: pointer;
}

#appresults .all-results ul.list.reranking li span.rerank {
	display: inline;
}

#appresults .all-results ul.list li .rerank {
	-display: none;
	float: right;
	font-size: 14px;
}

#appresults .all-results ul.list li.current:last-child {
	background-color: #EEE;
}

#appresults .all-results ul.list li:last-child {
	background: transparent;
}

#appresults .all-results ul.list .icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 15px 0 8px;
	background-size: 100% 100%;
}

#appresults .all-results ul.pages {
	border: 1px solid #eaeaea;
	line-height: 32px;
	vertical-align: bottom;
	overflow: auto;
	width: 285px;
	display: block;
	padding-left: 8px;
}

#appresults .all-results ul.pages li.next {
	float: right;
	margin: 10px 8px 8px 0;
}

#appresults .all-results ul.pages li.etc {
	border: 0;
	cursor: default;
}

#appresults .all-results ul.pages li.prev,
#appresults .all-results ul.pages li.next,
#appresults .all-results ul.pages li.goto {
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#eeeeee', GradientType=0);
}

#appresults .all-results ul.pages li.goto.active {
	background: -moz-linear-gradient(top, #eeeeee 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#f8f8f8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#f8f8f8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#f8f8f8', GradientType=0);
	color: #38b6e1;
}

#appresults .all-results ul.pages li {
	float: left;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin: 10px 0 8px 8px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

#appresults .selected table thead  {
	border: 1px solid #5073a5;
}

#appresults .selected table thead th:last-child {
	text-align: right;
	padding-right: 6px;
}

#appresults .selected table thead th {
	background-color: #35609f;
	color: white;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	padding-left: 6px;
}

#appresults .selected table thead th span.name {
	width: 203px;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space:nowrap;
	display: inline-block;
}

#appresults .selected table tbody td:first-child {
	width: 100px;
}

#appresults .selected table tbody td:last-child {
	color: #3f3f38;
	background-color: #7aceeb;
	width: 173px;
}

#appresults .selected table tbody td {
	line-height: 28px;
	text-align: left;
	padding-left: 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background-color: #3ab8e2;
}


#appresults .selected {
	text-align: center;
	top: -5px;
	position: relative;
}

#appresults .selected img {
	width: 100%;
	height: 150px;
}

#appresults .selected h1 {
	text-align: left;
}

#appresults .selected table {
	width: 295px;
	border-collapse: collapse;
	table-layout: fixed;
}

#decisions.decision-view {

}

#decisions.decision-view #appview ul.appinfo-wrapper li {
	background-color: #31B2DD;
}

#decisions.decision-view #appview .appinfo {
	margin: 0;
	background-color: #ffffff;
}

#decisions.decision-view #appview .appinfo img { 
	margin: 0 10px 0 0;
	width: 120px;
	height: 115px;
}

#decisions.decision-view #appview .appinfo label {
	color: #3f3f38;
}

#decisions.decision-view #appview .appinfo label.appname {
	font-size: 24px;
}

#decisions.decision-view #appview .appinfo label.appdescription {
	font-size: 18px;
}

#decisions.decision-view #appview.items-list ul.items {
	--margin-top: 35px;
}

#decisions.decision-view #appview.items-list {
	border: 0;
	margin-top: 0;
	padding-top: 35px;
}

.floatright {
	float: right;
}

/*
.ui-datepicker {
	width: 165px;
	border: 0;
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
	padding: 0;
}

.ui-datepicker .ui-datepicker-title {
	background: #27acd8;
	line-height: 22px;
	font-size: 10.94px;
	font-weight: bold;
	color: white;
}

.ui-datepicker .ui-datepicker-header.ui-corner-all {
	border-radius: 0;
}
*/



.field-editor ul.filters input[type=checkbox] {
	display: none;
}

.field-editor ul.filters label {
	font-size: 22px;
	font-weight: bold;
}

.stooltip {
	background-color:  #7ACEEB;
	position: relative;
	top: -28px;
	display: inline-block;
	left: 100%;
	border: 1px solid #26ACD8;
	color: #333333;
	padding: 2px 5px;
}

.field-editor .enumeration-wrapper .enumeration {
	max-height: 110px;
	overflow: auto;
	width: 250px;
}


.centered {
	text-align: center;
	margin: 30px auto;
	font-size: 14px;
	width: 400px;
	text-align: left;
}

.login-page a.password {
	color: blue;
	text-decoration: underline;
	float: right;
	margin-top: 10px;
}

.login-page .user {
	text-align: left;
	width: 400px;
	margin: auto;
}

#user-create .btn1,
.login-page .user .btn1 {
	padding: 5px 20px;
}

fieldset legend {
	background-color: #26ACD8;
	width: 100%;
	padding: 5px 2px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	left: -2px;
	position: relative;
}

#user-create fieldset>div,
.login-page .user fieldset>div {
	padding: 0px 10px;
}

fieldset {
	border: 0;
	border-top: 1px solid #26ACD8;
	margin-bottom: 5px;
	padding: 10px 0;
}

.login-page .user .submit {
	float: right;
}


.arrow_box {
	position: relative;
	-background: #88b7d5;
	-border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 99%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-left-color: #E4E4E4;
	border-width: 12px;
	top: 50%;
	margin-top: -12px;
}
.arrow_box:before {
	border-left-color: #AAA;
	border-width: 13px;
	top: 50%;
	margin-top: -13px;
}

.decision-edit .csvoptions {
	float: right;
	margin-left: 20px;
}

.decision-edit .step2 .csvoptions {
	-padding-top: 60px;
}

.btn2 {
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Quattrocento Sans', sans-serif;
	
	background: -moz-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E4E4E4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FCFCFC', EndColorStr='#E4E4E4', GradientType=0);
	padding: 6px 30px;
	
	cursor: pointer;
	margin: 4px 2px;
	display: block;
}

.btn2.disabled {
	color: #AAAAAA;
	cursor: default;
}

.ui-dialog-titlebar {
	display: none;
}

#csv-map-types,
#csv-choose-types,
#decision-upload-csv {
	display: none;
}

#decision-upload-csv p {
	width: 400px;
}

#csv-map-types table,
#csv-choose-types table {
	max-height: 200px;
	overflow: auto;
	display: block;
}



#csv-map-types label,
#csv-choose-types label {
	display: block;
}


#friends-list {
	padding: 30px 0;
}

#user-profile {
	padding: 30px 0;
}

#user-profile>.tabs {
	margin-top: 30px;
}

#user-profile>.user-info {
	overflow: auto;
}

#user-profile>.user-info span.img {
	width: 110px;
	height: 110px;
	float:left;
	margin-right: 20px;
}

#user-profile>.user-info>.social {
	float: right;
}

#messages-page {
	width: 650px;
	margin: 30px auto;
}

#messages-page ul.msgs {
	margin-top: 10px;
}

#messages-page ul.msgs>li {
	border-top: 1px solid #e7e7e7;
}

#messages-page ul.msgs>li:last-child>a {
	margin-bottom: 0;
}

#messages-page ul.msgs>li>a:hover {
	background-color: #31B2DD;
}

#messages-page ul.msgs>li>a.unread {
	background-color: #eeeeee;
}

#messages-page ul.msgs>li>a {
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

#thread-view span.from,
#messages-page ul.msgs>li span.from {
	font-weight: bold;
	display: block;
}

#thread-view span.date,
#messages-page ul.msgs>li span.date {
	float: right;
}

#thread-view span.img,
#messages-page ul.msgs>li span.img {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	background-size: 100% 100%;
}

div.add-friend-confirm {
	width: 450px;
	
}

div.add-friend-confirm span.title {
	font-size: 32px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

div.add-friend-confirm span.description {
	display: block;
	margin: 10px 0;
}

div.add-friend-confirm span.img {
	float: left;
	display: block;
	width: 110px;
	height: 110px;
	margin-right: 15px;
	background-size: 100% 100%;
}

#messages-page ul.msgs>li .expert-request,
#messages-page ul.msgs>li .friend-request {
	overflow: auto;
}

#messages-page ul.msgs>li .expert-request a,
#messages-page ul.msgs>li .friend-request a {
	float: right;
	padding: 5px 10px;
}

#send-message,#thread-view {
	width: 550px;
	margin: 30px auto;
	
}

#send-message table td {
	vertical-align: top;
}

#send-message textarea.to {
	width: 300px;
	height: 25px;
}

#send-message textarea.msg {
	width: 300px;
	height: 200px;
}

#send-message textarea {
	resize: none;
}

#thread-view ul.thread-messages,
#thread-view ul.thread-messages li,
#send-message ul.recipients {
	overflow: auto;
}

#send-message ul.recipients li {
	float: left;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-right: 5px;
	padding: 5px;
	cursor: pointer;
}

#thread-view ul.thread-messages li {
	border-top: 1px solid #e7e7e7;
	margin: 10px 0;
}

#thread-view textarea {
	width: 430px;
	height: 100px;
	resize: none;
}

#login-page .user {
	padding: 0 0 10px 0;
	border: 1px solid #26ACD8;
}

#user-create {
	width: 500px;
	margin: 30px auto;
	padding: 0 0 10px 0;
	font-size: 14px;
	border: 1px solid #26ACD8;
}

#user-create .error-message {
	color: red;
}

#user-create fieldset {
	border: 0;
	border-top: 1px solid #26ACD8;
}

.centered fieldset label,
#user-create fieldset>div>label {
	width: 100px;
	display: inline-block;
}

.centered fieldset label:after,
#user-create fieldset>div>label:after {
	content: ':';
}

#user-create fieldset>label>a {
	text-decoration: underline;
	color: #26ACD8;
}

#user-create fieldset>label {
	padding-top: 10px;
	display: block;
}

#user-create div.submit {
	text-align: right;
}

#tutorial {
	width: 700px;
	margin: 30px auto;
	text-align: center;
}


#appview ul.items>li>div:visible:nth-child(0) {
	padding-top: 14px;
}

ul.icons-view li {
	position: relative;
}

a.fexport-icon:hover,
a.delete-icon:hover,
a.edit-pen:hover {
	border: 1px inset #3C3c3c;
	opacity: 1;
}

a.fexport-icon {
	position: absolute;
	top: 24px;
	right: 0px;
	opacity: 0.5;
	background-color: white;	
}

a.delete-icon {
	position: absolute;
	top: 5px;
	right: 20px;
	opacity: 0.5;
	background-color: white;
}

a.edit-pen {
	position: absolute;
	top: 5px;
	right: 0;
	opacity: 0.5;
	background-color: white;
}


.admin-mode:hover {
	-border: 1px dotted #3c3c3c;
}

#myNicPanel {
	margin: auto;
	border: 5px solid grey;
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	z-index: 1000;
}

#webpage-content {
	
}

#webpage-content h1 {
	background: url("../img/gradbg48.png") repeat-x;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 48px;
	display: block;
}


#header-menu-editor span.delete:hover {
	color: red;
	cursor: pointer;
}

#header-menu-editor {
	width: 800px;
	display: none;
	text-align: center;
}

.img-stretch {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

a.upload:hover {
	opacity: 1;
}

a.upload {
	background-color: white;
	position: relative;
	opacity: 0.8;
}

a.upload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 0px 28px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
	width: 0px;
}

#working-msg {
	display: none;
	line-height: 20px;
	font-size: 14px;
}

/*#working-msg */
.working {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

#password-reset {
	width: 400px;
	text-align: left;
}

.centered .buttons-wrapper {
	text-align: right;
}

#email-debug {
	position: fixed;
	top: 50px;
	left: 0px;
	background-color: yellow;
	border: 1px solid black;
	width: 400px;
	height: 200px;
	overflow: auto;
}

.message {
	background-color: red;
	color: white;
	padding: 10px;
	font-weight: bold;
}

.ui-button1 {
	line-height: 36px;
	padding: 0 18px;
	font-weight: bold;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 13px;
	color: #333333;
	
	border: 1px solid #AAAAAA;
	
	background: -moz-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E4E4E4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FCFCFC', EndColorStr='#E4E4E4', GradientType=0);
	
}

.field-editor-wrapper {
	background-color: #DFEFFF;
}

#decisions #appview ul.items  {
	margin: 0;
}

ul.items li:last-child div.hr {
	display: none;
}

.app-info .descr .iblock {
	overflow: auto;
	display: inline-block;
	vertical-align: top;
}


.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}

.appdata .ui-combobox-input {
	width: 100px;
}

.appdata td {
	min-width: 140px;
}

.appdata td:first-child, .appdata th:first-child {
	width: 30px;
	min-width: 30px;
}

.datasets {
	display: inline-block;
	margin-right: 180px;
	border: 1px solid #cbcbcb;
	padding: 6px 10px;
}

.datasets .btn2 {
	display: inline;
}


#add-new-dataset label span {
	width: 100px;
	display: inline-block;
}

#add-new-dataset label {
	display: block;
}

#appresults .datasets {
	margin: 0 0 0 15px;
	width: 273px;
}

span.img {
	background-size: 100% 100%;
}

#decisions #features ul.items  {
	margin: 0;
}

#features div.label .index {
	border-radius: 25px;
	color: #31B2DD;
	background-color: white;
	margin: 0 5px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

#features div.label {
	width: 120px;
	background-color: #31b2dd;
	color: white;
}

#features .upper div.label {
	padding-top: 14px;
}


#user-profile .user-info .user-input .submit .save {
	float: right;
}

#user-profile .user-info .user-input .submit {
	margin-top: 10px;
}

#user-profile .user-info .user-input textarea {
	vertical-align: top;
}

#user-profile .user-info .user-input label {
	width: 150px;
	display: inline-block;
}

#user-profile .user-info .user-input {
	margin-left: 140px;
	display: inline-block;
}


table.appdata td.editing a[href="#edit"],
table.appdata td a[href="#save"],
table.appdata td a[href="#cancel"],
table.appdata td.editing span.setimg {
	display: none;
}

table.appdata td.editing a[href="#save"],
table.appdata td.editing a[href="#cancel"],
table.appdata td a[href="#edit"],
table.appdata td span.setimg {
	display: inline;
}

table.appdata td span.setimg {
	float: right;
	height: 16px;
	width: 16px;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #fcfcfc;
	margin: 0 10px 0 0;
}

table.appdata td span.setimg.locked {
	cursor: default;
}

#auguri-app-rowicons .rowimg {
	height: 64px;
	width: 64px;
	background-size: 100% 100%;
	cursor: pointer;
	background-color: #fcfcfc;
	display: block;
}

#auguri-app-rowicons ul {
	overflow: auto;
	max-height: 250px;
	max-width: 450px;
	margin: 0 0 10px 0;
}

#auguri-app-rowicons ul li.selected {
	border: 1px solid blue;
	margin: 4px;
}

#auguri-app-rowicons ul li {
	float: left;
	margin: 5px;
}

.remote-db-info label span.lbl {
	width: 85px;
	display: inline-block;
}

.app-import {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.app-import .btn1:hover {
	color: #31b2dd;
}

.app-import form .btn {
	padding: 0 25px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 110px;
}

.app-import form input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

.remote-db {
	width: 285px;
	height: 215px;
	overflow: hidden;
	position: relative;
}

.remote-db .remotedb-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
}

.remote-db .remotedb-mappings {
	position: absolute;
	top: 0;
	left: 285px;
	width: 285px;
}

.remote-db .remotedb-mappings ul {
	height: 170px;
	overflow: auto;
}

.remote-db .remotedb-mappings li span {
	width: 120px;
	display: inline-block;
}

.editrows-pages {
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
	text-align: center;
}

.editrows-pages a {
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Quattrocento Sans', sans-serif;
	
	background: -moz-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E4E4E4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#E4E4E4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FCFCFC', EndColorStr='#E4E4E4', GradientType=0);
	padding: 8px 15px;
	
	cursor: pointer;
	margin: 0 5px 0 0;
	display: inline-block;
}

.editrows-pages a.selected {
	cursor: default;
	background: transparent;
}

.invite-friends-ad {
	float: right;
	background-color: #2bafda;
	font-weight: bold;
	font-size: 14px;
	margin-right: 65px;
	padding: 5px 10px;
	top: 20px;
	position: relative;
}

.tab-item.invitefriends {
	padding: 5px;
}

.tab-item.invitefriends textarea {
	height: 50px;
	width: 300px;
	margin-right: 20px;
	vertical-align: middle;
}

#modetoggler {
	display: inline-block;
	margin-left: 58px;
	vertical-align: middle;
}

.constraints .row-value>div {
	display: inline-block;
	line-height: 28px;
}

.constraints a {
	color: #31b2dd;
}

a[href="#addconstraint-delim"] {
	font-size: 20px;
	vertical-align: middle;
}

.constraint-delim-start,
.constraint-delim-end {
	font-size: 28px;
	vertical-align: middle;
}

.constraint-operator {
	color: #e17009;
	cursor: pointer;
}

.constraint-delim-start:hover,
.constraint-delim-end:hover,
.constraint-delim-start.matched,
.constraint-delim-end.matched {
	background-color: red;
}

.ui-widget {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 13px;
}

.ui-button-text-only .ui-button-text {
	padding: 4px 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	color: #333333;
	font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	font-weight: bold;
	color: #e17009;
}

.popup-menu {
	display: 'block';
	position: 'absolute';
	border: 1px solid #2bafda;
	background-color: white;
	padding: 5px;
	z-index: 5000;
	width: 60px;
}

.rerank-popup .rerank-list {
	max-height: 328px;
	overflow: auto;
	display: block;
}

.rerank-popup .rerank-list li .rank {
	display: inline-block;
	width: 15px;
	text-align: right;
}

.rerank-popup .rerank-list li .name {
	width: 155px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.rerank-popup .rerank-list li a.move {
	float: right;
}

.rerank-popup .rerank-list li {
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	cursor: move;
}

#rerank-popup-moveto-menu a {
	width: 100%;
	display: inline-block;
}
#rerank-popup-moveto-menu {
	width: 30px;
}

.options-list-wrapper {
	-height: 300px;
	-overflow: auto;
	position: relative;
}

.my-decisions .create-new .img {
	background-color: white;
	color: black;
	font-size: 64px;
	text-align: center;
	line-height: 102px;
}

.my-decisions .create-new a:hover .img {
	background-color: #B6B6B6;
	color: white;
}

#decisions .app-image label.fwidth {
	position: relative;
}

#decisions .app-image input[type=file] {
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

.specs-more-toggle a {
	color: white;
	margin-right: 10px;
	font-weight: bold;
	font-size: 13px;
}

.specs-more-toggle {
	background-color: #35609f;
	text-align: right;
}

.app-simple-fields-list ul.items li .delete {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.app-simple-fields-list ul.items li .delete .signify {
	display: block;
	font-size: 30px;
}

.app-simple-fields-list ul.items li {
	padding: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

}

.app-simple-fields-list ul.items input {
	font-weight: normal;
	line-height: 25px;
	border: 1px solid;
	padding: 2px 0 2px 5px;
	width: 200px;
	vertical-align: middle;
}

.app-simple-fields-list ul.items textarea {
	vertical-align: middle;
	resize: none;
	width: 370px;
	height: 48px;
	display: inline-block;
}

.field-editor>table {
	width: 100%;
}

.appdata tfoot {
	text-align: left;
}

.appdata tfoot .sbtn {
	text-align: center;
	margin: 5px;
}

table.appdata th {
	background-color: #eeeeee;
}

.appdata thead th:first-child {
	text-align: right;
}

.hide-field, .hide-importance {
	position: absolute;
	top: 32px;
	right: 5px;
	background-color: white;
	cursor: pointer;
}

.hide-importance {
	top: -25px;
	right: -600px;
	position: relative;
}

.appdata .multiselect {
	max-height: 100px;
	overflow: auto;
}

.fb-like,.twitter-share-button {
	vertical-align: middle;
	margin-right: 8px;
}

#appresults .social-media-links {
	height: 20px;
	margin-top: 5px;
	
}

.step-helper {
	float: right;
}

.step-helper .signify {
	font-size: 35px;
	font-weight: bold;
}

.all-results .list .title {
	max-width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.field-display .field-input input[type=checkbox] {
	vertical-align: middle;
}