/*
	#99c000 - green
	#ff6c00 - orange
	#de4301 - orange (dark)
		
*/





/** BASE ELEMETS **/
html, body { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333; 
	min-width: 996px;
	background: url(/img/bgr-main.png) white repeat-x;
}

a { 
	font-size: 14px;
	color: #00a6eb;
	outline: 0 !important;
}

a:hover { 
	text-decoration: none; 
}

p {
	font-size: 14px;
}

h2 {
	font-size: 38px;
	color: #000;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}

h2 span {
	color: #999;
}

h4 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

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

ul li {
	margin: 0;
	padding: 0;
}

section {
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}





/** IMAGE PRELOADER **/
body:after {
	content: url(/img/ajax-progress.gif)
			url(/img/tab-bgr-green-36.png)
			url(/img/bgr-green-36.png)
			url(/img/bgr-red-36.png)
			url(/img/bgr-grey.png)
			url(/img/bgr-grey-36.png)
			url(/img/bgr-submit-26.png)
			url(/img/bgr-submit-36.png)
			url(/img/bgr-orange-26.png)
			url(/img/bgr-orange-30.png)
			url(/img/bgr-orange-36.png)
			url(/img/bgr-orange-58.png)
			url(/img/bgr-green-26.png);
			
	display: none;
}








/** STD ELEMETS **/
a.link-black {
	color: black;
}

.shadow {
	text-shadow: 0px 1px rgba(255, 255, 255, 0.8);
}

.shadow-no-tp {
	text-shadow: 0px 1px rgb(255, 255, 255);
}

.emboss {
	text-shadow: 0px 1px 1px #ccc;
}
 

.wave {
	height: 6px;
	background: url(/img/wave.png) repeat-x;
	margin: 30px 0;
	padding: 0;
	border: 0;
}

.btn {
	display: inline-block;
	/*background: url(/img/bgr-btn-30.png) repeat-x center center #fe6b00; */
	font-family: 'PT Sans', sans-serif;
	color: white;
	/*text-shadow: 0px -1px rgb(153, 63, 0);*/
	text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	text-align: center;
	border-radius: 28px;
	/*border: 1px solid rgba(255,255,255,0.2);*/
	border: 0;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	padding: 0 20px;
	padding-bottom: 1px;
	line-height: 90%;
	cursor: pointer;
}

a.btn {
	height: 23px;
	line-height: 24px;
}

.btn:hover {
	background: #fe6b00; 
}

.btn-submit {
	background: url(/img/bgr-submit-26.png) repeat-x center center #ef4a01; 
	border: 1px solid #cb550d;
}

.btn-big {
	background: url(/img/bgr-orange-58.png) repeat-x center center #fe6b00; 
	border: 1px solid #cb550d;
	line-height: 55px;
	font-size: 34px;
	padding: 0 50px;
	height: auto;
}

a.btn-big {
	height: 55px;
	line-height: 55px;
}

.btn-medium {
	line-height: 34px;
	font-size: 18px;
	padding: 0 20px;
	height: 34px;
	text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border: 0;
}

.btn-common {
	padding: 0 15px;
	text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
	font-size: 14px;
	line-height: 26px;
	border-radius: 10px;
	border: 0;
	height: 26px;
}

a.btn-common {
	line-height: 26px;
	height: 26px;
	border: 0;
}

.btn-submit i,
.btn-common i {
	height: 24px;
	margin-right: 8px;
	vertical-align: top;
}

.btn-big:hover,
.btn-submit:hover {
	background: #fe6b00; 
}

.btn-orange {
	background: url(/img/bgr-orange-26.png) repeat-x center center #ef4a01; 
}

.btn-orange.btn-medium {
	background: url(/img/bgr-orange-36.png) repeat-x center center #ef4a01; 
}

.btn-orange:hover {
	background: #ef4a01; 
}

.btn-green {
	background: url(/img/bgr-green-26.png) repeat-x center center #98cc00; 
}

.btn-green.btn-medium {
	background: url(/img/bgr-green-36.png) repeat-x center center #98cc00; 
}

.btn-green:hover {
	background: #98cc00; 
}

.btn-red.btn-medium {
	background: url(/img/bgr-red-36.png) repeat-x center center #f38177; 
}

.btn-red:hover {
	background: #f38177;
}


.btn[disabled] {
	background: #ccc;
	border: 1px solid #ccc !important;
	color: white;
	text-shadow: none;
}

.btn-switch {
	display: inline-block;
	border: 0;
	border-radius: 0;
	float: left;
	height: 26px !important;
	border-right: 1px solid white;
	min-width: 130px;
	padding-right: 10px;
	padding-left: 10px;
}

.btn-switch:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.btn-switch:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.btn-switch-checked {
	color: black;
	background: #f8f8f8;
}

.btn-switch-checked:hover {
	background: #f8f8f8;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.cb {
	clear: both;
}

.span {
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span50 {
	width: 50%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span50:last-child {
	padding-right: 0px;
}

.span33 {
	width: 33%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span33:last-child {
	padding-right: 0px;
	width: 34%;
}

.span25 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span25:last-child {
	padding-right: 0px;
	width: 25%;
}

.span40 {
	width: 40%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span40:last-child {
	padding-right: 0px;
}

.span20 {
	width: 20%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.span20:last-child {
	padding-right: 0px;
}

.profile-image {
	width: 160px;
	height: 160px;
	border-radius: 5px;
	display: inline-block;
}

.profile-image-small {
	width: 100px;
	height: 100px;
}

.profile-image-xsmall{
	width: 80px;
	height: 80px;
}

.avatar {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	display: inline-block;
}

.avatar-small {
	width: 25px;
	height: 25px;
	display: inline-block;
}

.avatar-mini {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.wrapped {
	padding: 30px;
	background: white;
	border-radius: 10px;
	position: relative;
}

.wrapped-grey {
	padding: 20px 30px;
	background: url(/img/bgr-grey.png) #ededed;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.wrapped-grey h2 {
	color: #333;
	line-height: 42px;
	vertical-align: bottom;
}

.money {
	font-size: 36px;
	font-weight: bold;
	color: black;
}

.money span {
	font-size: 16px;
	padding-left: 5px;
	font-weight: normal;
}

.pseudo-link {
	display: inline-block; 
	color: #00a6eb;
	border-bottom: 1px dashed #00a6eb;
	font-size: 14px;
	cursor: pointer;
}

.pseudo-link:hover {
	border-bottom: none;
}

.note {
	font-size: 12px;
	color: #999;
	font-style: italic;
	line-height: 19px;
	background: url(/img/icon-excl.png) no-repeat left top;
	padding-left: 26px;
	margin-bottom: 0px;
}

.inline-edit-link {
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

.inline-edit-link i {
	vertical-align: top;
	margin-right: 5px;
}

.inline-edit-link span {
	display: inline-block;
}









/** SWITCH **/
.switch {
	display: inline-block;
	background: #e9eef0;
	border-radius: 17px;
	box-shadow: 0px -1px 1px #bbb;
	border: 1px solid #e0e5e7;
	margin-bottom: 20px;
}

.switch li {
	margin: 0;
	padding: 0 30px;
	line-height: 35px;
	color: #6e797e;
	display: inline-block;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
}

.switch li a {
	color: #6e797e;
	font-size: 17px;
}

.switch li.active {
	border-radius: 17px;
	background: url(/img/bgr-switch-36.png) repeat-x center center #fed204;
/*	
	background: -moz-linear-gradient(top, #fed204 0%, #df8a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed204), color-stop(100%,#df8a00));
	background: -webkit-linear-gradient(top, #fed204 0%,#df8a00 100%);
	background: -o-linear-gradient(top, #fed204 0%,#df8a00 100%);
	background: -ms-linear-gradient(top, #fed204 0%,#df8a00 100%);
	background: linear-gradient(top, #fed204 0%,#df8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed204', endColorstr='#df8a00',GradientType=0 );
*/	
	color: white;
	text-shadow: 0px -1px #822700;
}

.switch li.active a {
	font-size: 17px;
	color: white;
	text-decoration: none;
}

.switch-small {
	display: inline-block;
	background: #e9eef0;
	border-radius: 17px;
	box-shadow: 0px -1px 1px #bbb;
	border: 1px solid #e0e5e7;
	margin-bottom: 20px;
}










/** ICONS **/
[class^="icon-"],
[class*=" icon-"] {
	padding-left: 30px;
	line-height: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}

a[class^="icon-"],
a[class*=" icon-"] {
	display: inline-block;
}

i[class^="icon-"],
i[class*=" icon-"] {
	display: inline-block;
	padding: 0;
}

.icon-fb {
	background-image: url(/img/icon-fb.png);
}

.icon-tw {
	background-image: url(/img/icon-tw.png);
}

.icon-od {
	background-image: url(/img/icon-od.png);
}

.icon-mr {
	background-image: url(/img/icon-mr.png);
}

.icon-lj {
	background-image: url(/img/icon-lj.png);
}

.icon-li {
	background-image: url(/img/icon-li.png);
}

.icon-vk {
	background-image: url(/img/icon-vk.png);
}

.icon-ya {
	background-image: url(/img/icon-ya.png);
}

.icon-go {
	background-image: url(/img/icon-go.png);
}


.icon-arrow-right-1 {
	background-image: url(/img/icon-arrow-right-1.png);
	padding-left: 26px;
}

.icon-arrow-right-2 {
	background-image: url(/img/icon-arrow-right-2.png);
	padding-left: 26px;
}

.icon-arrow-left {
	background-image: url(/img/icon-arrow-left.png);
	padding-left: 20px;
}

.icon-check {
	background-image: url(/img/icon-check.png);
	padding-left: 20px;
}

.icon-excl {
	line-height: 19px;
	background-image: url(/img/icon-excl.png);
	padding-left: 26px;
}

.icon-star-1 {
	line-height: 41px;
	background-image: url(/img/icon-star-1.png);
	padding-left: 50px;
}

.icon-trophy {
	line-height: 41px;
	background-image: url(/img/icon-trophy.png);
	padding-left: 40px;
}

.icon-star-2 {
	background-image: url(/img/icon-star-2.png);
	padding-left: 30px;
}

.icon-ok {
	background-image: url(/img/icon-ok.png);
	padding-left: 20px;
}

.icon-question {
	background-image: url(/img/icon-question.png);
	padding-left: 20px;
}

.icon-close {
	background-image: url(/img/icon-close.png);
}

.icon-trophy-2 {
	background-image: url(/img/icon-trophy-2.png);
	padding-left: 35px;
}

.icon-clock {
	background-image: url(/img/icon-clock.png);
	padding-left: 40px;
}

.icon-hand {
	background-image: url(/img/icon-hand.png);
	padding-left: 35px;
}

.icon-flag {
	background-image: url(/img/icon-flag.png);
	padding-left: 40px;
}

.icon-message {
	background-image: url(/img/icon-message.png);
	padding-left: 50px;
	line-height: 40px;
}

.icon-keyhole {
	background-image: url(/img/icon-keyhole.png);
	padding-left: 35px;
	line-height: 30px;
}

.icon-plus {
	background: url(/img/icon-plus.png) no-repeat center center;
	width: 15px;
	height: 15px;
}

.icon-plus-green {
	background: url(/img/icon-plus-green.png) no-repeat center center;
	width: 15px;
	height: 15px;
}

.icon-flag-2 {
	background-image: url(/img/icon-flag-2.png);
	padding-left: 35px;
}

.icon-flag-2-inactive {
	background: url(/img/icon-flag-2-inactive.png) no-repeat left 5px;
	padding-left: 35px;
}

.icon-edit {
	background-image: url(/img/icon-edit.png);
	padding-left: 28px;
	line-height: 20px;
}

.icon-status-running {
	color: #6d9e07;
	background-image: url(/img/icon-status-in-progress.png);
}

.icon-status-awaiting_confirmation {
	color: #c89201;
	background-image: url(/img/icon-status-wait-yellow.png);
}

.icon-status-awaiting_target {
	color: #0091cd;
	background-image: url(/img/icon-status-wait.png);
}

.icon-status-voting {
	color: #0091cd;
	background-image: url(/img/icon-status-wait.png);
}

.icon-status-confirmed {
	background-image: url(/img/icon-status-confirmed.png);
	height: 26px;
	padding-left: 30px;
}

.icon-status-unconfirmed {
	background-image: url(/img/icon-status-unconfirmed.png);
	height: 26px;
	padding-left: 30px;
}

.icon-status-rejected {
	background-image: url(/img/icon-status-rejected.png);
	height: 26px;
	padding-left: 30px;
}

.icon-status-not_started {
	background-image: url(/img/icon-status-rejected.png);
	height: 26px;
	padding-left: 30px;
}

i.icon-status-unconfirmed {
	width: 26px;
}

i.icon-status-confirmed {
	width: 26px;
}

i.icon-status-rejected {
	width: 26px;
}

i.icon-status-not_started {
	width: 26px;
}

.icon-list {
	background-image: url(/img/icon-list.png);
	width: 16px;
	height: 16px;
}

.icon-edit {
	background-image: url(/img/icon-edit.png);
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.icon-block {
	background: url(/img/icon-block.png) no-repeat center center;
	width: 16px;
	height: 17px;
}

.icon-switch {
	background: url(/img/icon-switch.png) no-repeat center center;
	width: 17px;
	height: 17px;
}

.icon-stop {
	background: url(/img/icon-stop.png) no-repeat center center;
	width: 17px;
	height: 17px;
}

.icon-arrow-right-4 {
	background: url(/img/icon-arrow-right-4.png) no-repeat center center;
	width: 17px;
	height: 17px;
}

.icon-check-big {
	background-image: url(/img/icon-check-big.png);
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.icon-cross-big {
	background-image: url(/img/icon-cross-big.png);
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.icon-pencil {
	background-image: url(/img/icon-pencil.png);
	width: 10px;
	height: 10px;
}

.icon-hand-2 {
	background-image: url(/img/icon-hand-2.png);
	width: 26px;
	height: 26px;
}


.icon-sign-in {
	background: url(/img/icon-sign-in.png) no-repeat center center; 
	width: 16px;
	height: 16px;
}

.icon-cross {
	background-image: url(/img/icon-cross.png);
	width: 10px;
	height: 10px;
}








/** FORMS **/
input, select {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	min-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	display: inline-block;
}

input, select, textarea {
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	padding: 2px 7px;
	margin: 0;
	box-shadow: inset 0px 1px 2px #ccc;
	color: #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

select {
	height: 22px;
	line-height: 22px;
}

textarea {
	width: 300px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	margin-right: 3px;
	padding: 7px 7px !important;
	resize: none;
} 

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


input:focus, select:focus, textarea:focus {
	outline: none; 
}

.placeholder {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #bbb;
}

input::-moz-placeholder, 
input::-webkit-input-placeholder {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #bbb;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  color: #bbb;
  cursor: not-allowed;
}

button[disabled] {
	color: white;
}

label {
	display: block;
	min-height: 20px;
	line-height: 20px;
}

label input[type="checkbox"],
label input[type="radio"] {
	padding: 0; 
	margin: 0;
	display: inline-block;
	float: left;
	margin-left: -20px;
	height: 20px;
}

label.disabled {
	color: #999;
}

label.checkbox,
label.radio {
	padding-left: 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input[type="text"].date-from {
	background: url(/img/icon-date-from.png) no-repeat 95% center;
	padding-right: 30px;
	cursor: pointer;
}

input[type="text"].date-to {
	background: url(/img/icon-date-to.png) no-repeat 95% center;
	padding-right: 30px;
	cursor: pointer;
}

.control-group {
	margin-top: 5px;
	margin-bottom: 15px;
}

.control-group:after {
	content: "";
	display: block;
	clear: both;
}

.control-group.hidden {
	display: none;
}

.control-group > .control-label {
	display: block;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	padding-bottom: 2px;
}

.control-group .required-mark {
	color: #ff6c00;
	font-size: 16px;
	line-height: 14px;
}

.control-group.required > label:after { 
	content: ' *'; 
	color: #ff6c00; 
	font-size: 15px; 
	display: inline; 
} 

.control-group > .control-label > img {
	width: 22px;
	height: 22px;
	vertical-align: -30%;
	padding-right: 5px;
}

.control-group > .controls input[type="text"],
.control-group > .controls input[type="password"] {
	margin-top: 0px;
	margin-bottom: 0px;
}

.control-group > .controls p {
	margin: 5px 0 15px 0;
	color: #999;
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-style: italic;
}

.control-group > .controls > span {
	color: #999;
	font-size: 12px;
	font-family: Arial,sans-serif;
	padding-left: 10px;
}

.control-group > .controls em {
	color: #4c003e;
	font-weight: bold;
	font-size: 14px;
}

.control-group > .controls label {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 1px;
}

.control-group > .controls table {
	margin-top: 5px;
}

.control-group > .controls table td {
	margin-bottom: 5px;
	padding-right: 20px;
}

.control-group > .controls .icon-plus {
	margin-left: 7px;
	cursor: pointer;
}

.control-group > .controls button {
	margin-top: 3px;
}

.input-xlarge { 
	width: 500px;
}
textarea.input-xlarge,
input.input-xlarge {
	width: 452px;
}

.input-large { 
	width: 300px;
}
textarea.input-large,
input.input-large {
	width: 292px;
}

.input-medium {
	width: 180px;
}

textarea.input-medium,
input.input-medium {
	width: 172px;
}

.input-small {
	width: 100px;	
}

textarea.input-small,
input.input-small {
	width: 92px;	
}

.input-mini {
	width: 50px;
}

textarea.input-mini,
input.input-mini {
	width: 42px;
}



.large-controls input[type="radio"] {
	display: inline-block;
	margin-top: 3px;
	margin-left: -14px;
}
/*
.large-controls select {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	border-radius: 8px;
}
*/
.large-controls select.small-font {
	font-size: 14px;
}

.large-controls label {
	font-size: 18px;
	height: auto;
	line-height: 26px;
}

.large-controls label em {
	display: block;
	font-size: 12px;
	margin-top: -5px; 
}

.large-controls label.radio,
.large-controls label.checkbox {
	color: #999;
	background: url(/img/radio-unchecked.png) no-repeat left 2px;
}

.large-controls label.radio-checked {
	color: #333;
}

.large-controls label input {
	margin-right: 16px;
}

.large-controls label input:checked {
}

.large-controls input[type="text"] {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	border-radius: 7px;
}

.large-controls textarea {
	font-size: 14px;
}














/** SELECT **/
.ui-selectmenu-button .ui-button,
.ui-selectmenu-button .ui-state-focus {
	border: 1px solid #ccc;
	/* box-shadow: inset 0px 1px 2px #ccc; */
}

.ui-selectmenu-button .ui-corner-all {
	border-radius: 10px;
}

.ui-selectmenu-button .ui-selectmenu-text {
	padding: 4px 2.1em 3px 1em !important;
}

.ui-selectmenu-button .ui-corner-top {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ui-selectmenu-button .ui-corner-bottom {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ui-selectmenu-button .ui-state-default {
	background: white;
}

.ui-selectmenu-menu .ui-state-focus {
	background: #ddd;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item a {
	padding: 3px 1em 2px 1em !important;
}











/** ABSTRACT BOX **/
.abstract-box-wrapper {
	position: fixed;
	z-index: 5000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}

.abstract-box {
	position: fixed;
	z-index: 6000;
	background: white;
	top: 25%;
	left: 50%;
	margin-left: -200px;
	border-radius: 10px;
	width: 400px;
	min-height: 200px;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.abstract-box h1 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 29px;
	margin: 0;
	margin-bottom: 20px;
	line-height: 100%;
/*	
	background: url(/img/arrow-down-orange.png) no-repeat left 10px;
	padding-left: 20px;
*/	
}

.abstract-box-close {
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(/img/icon-close.png) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.abstract-box .wave {
	margin: 15px 0;
}

.abstract-box-content {
	position: relative;
}

.box-content {
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.abstract-box .actions {
	text-align: right;
}







/** ALERTS **/
.alert {
	padding: 15px 15px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.alert-error  {
	background: white;
}

.alert-success  {
	background: white;
}

.alert h3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #de4301 !important;
	line-height: 100% !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	background: none !important;
}

.alert strong {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #de4301;
}







/** TAB CONTROL **/
.tabs {
	margin: 20px 0;
	background: url(/img/bgr-grey-36.png) repeat-x;
	border-radius: 10px;
	display: inline-block;
}

.tabs li {
	position: relative;
	display: inline-block;
	background: url(/img/tab-divider.png) no-repeat left top;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 36px;
	min-width: 220px;
	text-align: center;
	font-size: 18px;
}

.tabs li a {
	font-size: 18px;
	color: black;
	text-decoration: none;
}

.tabs li:first-child {
	background: none;
}

.tabs li.active {
	background: url(/img/tab-bgr-green-36.png) repeat-x;
	border-radius: 10px;
	box-shadow: 0px 1px rgba(0,0,0,0.3) inset;
}

.tabs li.active a {
	color: white;
}

.tabs li.active:after {
	content: '';
	display: block;
	background: url(/img/tab-arrow-down-green.png) repeat-x;
	width: 16px;
	height: 8px;
	position: absolute;
	left: 45%;
}

.tabs li.active + li {
	background: none;
}

.tabs-full {
	width: 100%;
}

.tabs-full li {
	min-width: 0;
}











/** TABLE **/
.table {
	width: 100%;
}

.table thead tr {
	background: #b9b9b9;
}

.table thead tr th {
	font-size: 18px;
	color: white;
	padding: 10px;
	padding-left: 40px;
	text-align: left;
	font-weight: normal;
}

.table thead tr th:first-child {
	border-top-left-radius: 10px;
}

.table thead tr th:last-child {
	border-top-right-radius: 10px;
}

.table tbody tr td {
	padding: 10px;
	padding-left: 40px;
	text-align: left;
	background: white;
}

.table tbody tr {
	border-bottom: 1px solid #b9b9b9;
}

.table .name {
	display: inline-block;
	font-size: 18px;
	max-width: 300px;
	overflow: hidden;
}

.table p {
	margin: 3px 0;
	font-style: italic;
	font-size: 12px;
	color: #666666;
	width: 286px;
	overflow: hidden;
}

.table .user-list {
}

.table .user-list li {
	padding: 3px 0;
}

.table .user-list a {
	font-size: 12px;
	color: black;
}

.table .rel {
	color: #73a743;
}


.table .ammount {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.table .prize {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 10px;
}

.table .prize img {
	max-height: 100%;
	max-width: 100%;
}

.table .rating {
	display: inline-block;
	background: #bbb;
	padding: 5px 7px;
	border-radius: 7px;
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.table .status {
	display: block;
	font-size: 13px;
	text-align: center;
}

.table .icon-status  {
	width: 26px;
	height: 26px;
	display: inline-block;
}

.table .time-left {
	margin-top: 10px;
	color: #999;
}
.table .time-left:first-line {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: black;
}

.table .mission-status-progress-bar {
	margin-top: 15px;
}





/** STATUSES **/
.text-status-running {
	color: #73a743;
}

.text-status-not_started {
	color: #fe6305;
}

.text-status-rejected {
	color: #fe6305;
}

.text-status-completed {
	color: #73a743;
}

.text-status-voting {
	color: #009fe1;
}

.text-status-awaiting_confirmation {
	color: #fcc50c;
}

.text-status-awaiting_target {
	color: #009fe1;
}








/** WRAPPER **/
#main-wrap {
	width: 996px;
	margin: 0 auto;
	padding: 20px 0;
}

#main-wrap > .wave {
	margin-left: 20px;
	margin-right: 20px;
}











/** MISSION PROGRESS BAR **/
.mission-status-progress-bar {
	width: 100%;
	height: 11px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background: #e7e7e7;
	position: relative;
	margin-top: 22px;
}

.mission-status-progress-bar .prc {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 10px;
	z-index: 1000;
}

.mission-status-progress-bar .progress {
	position: absolute;
	width: 20%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 800;
	border-radius: 5px;
	background: url(/img/bgr-green-26.png) repeat-x;
}







/** HEADER **/
#header {
	padding-bottom: 0px;
	margin-bottom: 15px;
}

#header .header-block {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

#header-slogan {
	background: url(/img/baloon-top.png) no-repeat;
	width: 343px;
	height: 60px;
	color: #99c000;
	font-size: 23px;
	margin-left: 20px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	padding: 17px 20px 10px 30px;
	text-align: center;
	line-height: 100%;
}

#header-profile-anon {
	display: block;
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

#header-profile-anon div {
	display: block;
	text-align: center;
}


#header-profile-anon #btn-sign-in {
	font-size: 22px;
	height: 26px;
	line-height: 28px;
	padding: 0 30px;
	margin-bottom: 10px;
}

#header-profile-user {
	position: relative;
	display: block;
	float: right;
	margin-top: 5px;
	height: 60px;
	max-width: 220px;
}

#header-profile-user .left-block {
	float: left;
}

#header-profile-user .right-block {
	margin-left: 55px;
	overflow: hidden;
}

#header-profile-user .avatar {

}

#header-profile-user .message-count {
	height: 18px;
	border-radius: 4px;
	background: url(/img/icon-envelope-small.png) no-repeat 3px 3px #00aff8;
	padding-left: 21px;
	padding-right: 3px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	line-height: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	min-width: 45px;
	text-align: center;
	margin-bottom: 5px;
}

#header-profile-user .money {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 3px;
}

#header-profile-user .money span {
	font-size: 14px;
}

#header-profile-user .name {
	white-space: nowrap;
	font-size: 16px;
}

#header-profile-user .sign-out {
	color: #333;
	font-size: 13px;
}





/** FOOTER **/
footer {
	margin: 0 20px;
	padding-bottom: 50px;
}

#footer-copy {
	font-size: 14px;
	line-height: 130%;
}






/** MAIN MENU **/
#main-menu {
	background: url(/img/bgr-top-menu.png) no-repeat center top;
	height: 66px;
	margin-bottom: 20px;
}

#main-menu ul {
	padding-left: 40px;
	padding-top: 8px;
}

#main-menu ul li {
	position: relative;
	display: inline-block;
	width: 185px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

#main-menu ul li a {
	color: black;
	text-decoration: none; 
	font-size: 23px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}

#main-menu-item-top,
#main-menu-item-rules {
	width: 180px !important;
}

#main-menu-item-create_mission {
	width: 220px !important;
	top: -8px;
}

#main-menu-item-create_mission a {
	color: white !important;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2) !important;
}

#main-menu-item-news {
	width: 150px !important;
}







/** BREADCRUMBS **/
#breadcrumbs {
	padding: 0;
	background: url(/img/icon-home.png) no-repeat left top;
	padding-left: 20px;
	font-size: 13px;
	font-style: italic;
	color: #f9b42b;
}

#breadcrumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#breadcrumbs li a {
	color: #666;
}

#breadcrumbs li span {
	display: inline-block;
	padding: 0 7px;
}







/** HOME PAGE PROMO **/
#home-promo {
	margin-top: -10px;
	margin-bottom: 40px;
	position: relative;
	width: 997px; 
	height: 313px;
}

#home-promo .promo  {
	width: 997px; 
	height: 313px;
	position: absolute;
}

#home-promo .promo img {
	width: 100%;
	height: 100%;
}

#home-promo .promo:nth-child(2) {
	display: none;
}

#home-promo .switcher {
	position: relative;
	top: 220px;
	left: 55px;
}

#home-promo .switcher li {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: inline-block;
}

#home-promo .switcher .switch-1 {
	background: url(/img/home-promo-button-1.png) no-repeat center center;
}

#home-promo .switcher .switch-1.active {
	background: url(/img/home-promo-button-1-active.png) no-repeat center center;
}

#home-promo .switcher .switch-2 {
	background: url(/img/home-promo-button-2.png) no-repeat center center;
}

#home-promo .switcher .switch-2.active {
	background: url(/img/home-promo-button-2-active.png) no-repeat center center;
}





#home-steps {
}

#home-steps-slogan {
	display: inline-block;
	width: 190px;
	font-size: 24px;
	color: #ff6c00;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-align: right;
	vertical-align: top;
	line-height: 120%;
	margin-right: 35px;
	margin-top: 30px;
}

#home-steps-slogan span {
	font-size: 36px;
	font-weight: 700;
}

#home-steps .step {
	position: relative;
	width: 165px;
	display: inline-block;
	background: url(/img/icon-arrow-right-3.png) no-repeat right 45px;
	margin-right: 15px;
	color: black;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	vertical-align: top;
	line-height: 120%;
}

#home-steps .step img {
	width: 119px;
	height: 117px;
	margin-bottom: 10px;
}

#home-steps .step div {
	padding-left: 35px;
}

#home-steps .step span {
	color: #facf38;
	font-size: 52px;
	position: absolute;
	left: 0px;
	bottom: 0px; 
	line-height: 90%;
	font-weight: bold;
}

#home-steps-start {
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	vertical-align: top;
}




/** HOME PAGE TOPS **/
#tops h2 div {
	display: inline-block;
	vertical-align: middle;
}
#tops h2 div a {
	line-height: 30px;
}

#tops h3 {
	color: #d73f00;
	margin: 0;
	font-weight: bold;
}

#tops h4 {
	color: #64676f;
	margin: 0;
	margin-bottom: 20px;
}


/*
#home-top-mission {
	margin-bottom: 10px;
}

#home-top-mission:after {
	content: "";
	display: block;
	clear: both;
}

#home-top-mission li {
	width: 210px;
	height: 90px;
	padding: 10px;
	border-radius: 10px;
	background: #e9eef0;
	float: left;
	margin-bottom: 10px;
}

#home-top-mission li:nth-child(odd) {
	margin-right: 10px;
}
	
*/

#home-top-missions {
	margin-bottom: 10px;
}

#home-top-missions li {
	background: url(/img/bgr-grey.png) #ededed;
	width: 325px;
}

/*
#home-top-missions li {
	padding: 10px;
	border-radius: 10px;
	background: #f7cb00;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 305px;
	margin-right: 10px;
	overflow: hidden;
	height: 65px;
}

#home-top-missions li:nth-child(3n) {
	margin-right: 0px;
}

#home-top-missions li .user-name {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
	font-style: italic;
	color: black;
}

#home-top-missions li .mission-name {
	font-size: 18px;
	color: black;
}

#home-top-missions li .rating {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px 7px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	background: url(/img/bgr-orange-26.png) repeat-x;
	border-radius: 15px;
}
*/	





/** PAGINATION **/

.pagination li {
	display: inline-block;
	font-size: 14px;
	padding: 5px;
}

.pagination li a {
	font-size: 14px;
	font-weight: bold;
}

.pagination li.active a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.pagination li.arrow a {
	text-decoration: none;
}





/** LOGIN BOX **/
#login-box {
	/*height: 430px;*/
}

#login-box-aside-button {
	position: relative;
	float: right;
	top: 20px;
	margin-right: 30px;
	z-index: 200;
}

#login-box-sn-list {
}

#login-box-sn-list li {
	display: inline-block;
	width: 130px;
}

#login-box-sn-list li a {
	padding: 3px 5px;
	padding-left: 25px;
	color: #333;
	text-decoration: none;
	border: 1px solid white;
	background-position: 5px center;
}

#login-box-sn-list li a:hover {
	border: 1px solid #dadada;
}







/** MAIN CONTENT **/
#main-content {
	padding: 0 20px;
}

#main-content.no-padding {
	padding: 0;
}

#main-content h1 {
	font-size: 34px;
	font-weight: normal;
	line-height: 40px;
	margin-top: 10px;
	overflow: hidden;
}






.mission-list li {
	position: relative;
	width: 292px;
	height: 110px;
	padding: 10px;
	border-radius: 10px;
	background: white;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

.mission-list li:nth-child(3n) {
	margin-right: 0px;
}

.mission-list li .image-container {
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	float: left;
}

.mission-list li img {
	border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}

.mission-list li .user-name {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.mission-list li .mission-name {
	font-size: 16px;
}

.mission-list li .rating {
	position: absolute;
	line-height: 30px;
	left: 5px;
	bottom: 10px;
	padding: 0px 7px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	background: #f45f03;
	border-radius: 15px;
}

.mission-list li .money {
	line-height: 150%;
	font-size: 16px;
}

.mission-list li .money span {
	font-size: 14px;
}

#btn-add-mission {
	height: 34px;
	border-radius: 15px;
	line-height: 34px;
	
}






/** ABOUT **/
.page-news p,
.page-about p {
	line-height: 140%;
}

.page-news li,
.page-about li {
	list-style: disc;
	font-size: 14px;
	margin-left: 18px;
	line-height: 140%;
}




/** RULES **/
.page-rules p {
	line-height: 140%;
}

.page-rules h2 {
	background: url(/img/icon-excl-i.png) no-repeat;
	padding-left: 35px;
	line-height: 28px;
	font-size: 28px;
}

.page-rules ul {
}

.page-rules ul li {
	list-style: disc;
	font-size: 14px;
	margin-left: 18px;
	line-height: 140%;
}

.page-rules ul li span {
	color: #333333; 
}

.page-rules ol {
	color: #de4301;
	font-weight: bold;
}

.page-rules ol li {
	font-size: 14px;
	margin-left: 18px;
	line-height: 140%;
}

.page-rules ol li span {
	color: #333333; 
	font-weight: normal;
}



/** ITEM LIST **/
.item-list {

}

.item-list li {
	list-style: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.item-list li h2 {
	font-size: 18px;
	margin-bottom: 0;
	margin-right: 200px;
}

.item-list li h2 a {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.item-list li p {
	margin: 10px 0;
	margin-right: 200px;
}

.item-list li .date {
	float: right;
	color: #00A6EB;
	font-weight: bold;
	font-size: 16px;
}





/** NEWS SHOW **/
.news-show ul li {
	list-style: disc;
	font-size: 14px;
	margin-left: 18px;
	list-style-position: inside;
}

.news-show ol li {
	font-size: 14px;
	margin-left: 18px;
	line-height: 140%;
	list-style-position: inside;
}

#share42 {padding: 6px 6px 0; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.85}
#share42 a:hover {opacity: 1}
#share42 a {position:relative;}
#share42 a span {display: none; position: absolute; z-index: 10; top: 0; left: 100%; height: 19px; margin-left: 5px; padding: 0 5px; background: #FFF; border-radius: 4px; border: 1px solid #AAA; box-shadow: 0 0 5px rgba(0,0,0,0.25); text-align: center; color: #666; font: 12px/20px Arial, sans-serif;}
#share42 a:hover span {display: block}
#share42 a span:before {content: ''; position: absolute; top: 50%; left: -5px; margin-top: -3px; width: 5px; height: 7px; background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;}