﻿/* ----------------------- SUMMARY -----------------------

Informations
	Informations > Color Scheme

General
	General > Fonts
	General > Text Color
	General > Text Sizes
	General > Text Align
	General > Text Styles
	General > Links

Header
	Header > Social Login
	Header > Button
 
Content
	Content > User Picture
		Content > User Picture > Thumb Sizes       
	Content > Titles
		Content > Titles > Boxes
	Content > FS Box
	Content > Dividers
	Content > Social Buttons

Icons
	Icons > Types

Footer

FS Inputs
	FS Inputs > Styles
	FS Inputs > Search Input Styles
	FS Inputs > Checkbox and Radio Styles

FS Buttons
	FS Buttons > Style
	FS Buttons > Colors
	FS Buttons > Sizes
	
FS TabNavigator
	FS TabNavigator > Tab List
	FS TabNavigator > Tab Content

FS Card List
	FS Card List > Card list header
	FS Card List > Card list
	
FS Cards
	FS Cards > Card Content
	FS Cards > Sponsored Card
	FS Cards > Proposed Card
	FS Cards > Card Status
   
*/

/* Informations
----------------------------------------------- */

/* Informations > Color Scheme
 
 FS Green:        #8DC63F;
 FS Blue:         #27AAE1;
 FS Orange:       #FFB92D;
 
 FS Dark Grey:    #323232;
 FS Light Grey:   #E1E1E1;
 
 FS Text:         #8C8C8C;
 
----------------------------------------------- */

/* General
----------------------------------------------- */

html, body {
       height: 100%;
 }

body {
       margin: 0;
       padding: 0;
 }
 
p{
	line-height:20px;
	margin-bottom:10px;
	text-align:justify;
}

ol.decimal{
	list-style-type: decimal;
	margin-left:34px;
}

ul.bullet{
	list-style-type: circle;
	margin-left:24px;
}

li{
	margin-bottom:10px;
}

textarea{
	width:100%;
	min-height:120px;
	
	color: #8D8D8D;
	
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	
	border: 1px solid #D1D1D1;
	resize: none;
	
	margin:5px 0;
	padding:2px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
}

textarea[rows]{
	min-height:0;
}
textarea[rows="1"]{
	height:22px;
}
textarea[rows="2"]{
	height:44px;
}
textarea[rows="3"]{
	height:66px;
}
 
.no-padding{
	padding: 0!important;
}

.no-margin{
	margin: 0!important;
}

.content-box{
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

.border-box{
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
}

.word-break{
	word-break: break-all;
}

.no-wrap{
	white-space: nowrap;
}

.disabled{
	cursor:default;
}

.hidden{
	display:none!important;
}

.modal_ajax {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('/static/img/loading.gif')
    50% 50%
    no-repeat;
}
body.loading .modal_ajax {
    display: block;
}

/* General > Fonts
----------------------------------------------- */

@font-face {
    font-family: 'Ubahn';
    src: url('../fonts/ubahn-webfont.eot');
    src: url('../fonts/ubahn-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubahn-webfont.svg#ubahnregular') format('svg'),
         url('../fonts/ubahn-webfont.woff') format('woff'),
         url('../fonts/ubahn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubahn-Light';
    src: url('../fonts/ubahn-light-webfont.eot');
    src: url('../fonts/ubahn-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ubahn-light-webfont.svg#ubahn-lightregular') format('svg'),
         url('../fonts/ubahn-light-webfont.woff') format('woff'),
         url('../fonts/ubahn-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ubahn{
	font-family: "Ubahn", Arial, sans-serif;
}

.ubahn-light{
	font-family: "Ubahn-Light", Arial, sans-serif;
}

.arial{
	font-family: Arial, sans-serif;
}

/* General > Text Colors
----------------------------------------------- */

.green-text{
	 color:#8DC63F;  
}

.blue-text{
	color:#27AAE1;
}

.darkblue-text{
	color:#1C75BC;
}

.orange-text{
	color:#FFB92D;
}

.light-grey-text{
	color:#AAAAAA;
}

.grey-text{
	color:#8C8C8C;
}

.darkgrey-text{
	color:#323232;
}

/* General > Text Sizes
----------------------------------------------- */

.font-size-11{
	font-size: 11px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

/* General > Text Align
----------------------------------------------- */

.text-align-left{
	text-align:left;
}

.text-align-right{
	text-align:right;
}

.text-align-center{
	text-align:center;
}

.text-align-justify{
	text-align:justify;
}

/* General > Text Styles
----------------------------------------------- */

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.uppercase{
	text-transform: uppercase;
}

/* General > Links
----------------------------------------------- */

a{
	color: #27AAE1;
	text-decoration:none;
	cursor:pointer;
}


/* Header
----------------------------------------------- */

a.menu-option {
	font-family: 'Ubahn', Arial, sans-serif;
	font-size: 13pt;
	color: #BCBEC0;
	text-decoration:none;
	float:left;
	margin-left:15px;
	margin-right:15px;
}

a.menu-option:hover {
	color: #FFB92D;
}

/* Header > Social Login
----------------------------------------------- */

a.social-login{
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:-5px;
	margin-left: 5px;
	margin-right: 5px;
	
	opacity: 0.9;
}

a.social-login:hover{
	opacity: 1;
}

a.social-login.google{
	background:transparent url(../img2/social_login_google.png) center top no-repeat;
}
a.social-login.github{
	background:transparent url(../img2/social_login_github.png) center top no-repeat;
}
a.social-login.facebook{
	background:transparent url(../img2/social_login_facebook.png) center top no-repeat;
}
a.social-login.twitter{
	background:transparent url(../img2/social_login_twitter.png) center top no-repeat;
}

/* Header > Button
----------------------------------------------- */

a.sponsor-new{
	margin-right: 8px;
	margin-left: 8px;
}

a.propose-new{
	margin-right: 8px;
	margin-left: 8px;
}


/* Content              
----------------------------------------------- */

/* Content > User Picture            
----------------------------------------------- */

.user-picture{
	width:50px;
	height:50px;
	background-color: #ECECEC;
	display:inline-block;
}

.user-picture.placeholder{
	background-color: transparent;
}

/* Content > User Picture > Thumb Sizes         
----------------------------------------------- */

.user-picture.thumb16{
	width:16px;
	height:16px;
}

.user-picture.thumb22{
	width:22px;
	height:22px;
}

.user-picture.thumb40{
	width:40px;
	height:40px;
}

/* Content > Titles
----------------------------------------------- */

h1,h2,h3,h4,h5{
	font-family: "Ubahn", Arial, sans-serif;
	color: #8C8C8C;
	margin: 0;
	
	font-weight:normal;
}

h1{font-size:24px; margin-bottom:35px;}
h2{font-size:20px; margin-bottom:30px;}
h3{font-size:18px; margin-bottom:15px;}
h4{font-size:14px; margin-bottom:10px;}
h5{font-size:11px; margin-bottom:5px;}

/* Content > Titles > Boxes
----------------------------------------------- */

h3.boxed{
	width:100%;
	height:30px;
	display: inline-block;
	
	line-height:30px;
	text-align:center;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	color: #FFF;
	background-color: #323232;
	cursor:default;
}

h3.boxed.medium{
	width:165px;
}

/* Content > FS Box
----------------------------------------------- */

.fs-box{
	background-color:#FFF;
	
	position:relative;
	padding:15px;
	
	border: 1px solid #E6E7E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
	-goog-ms-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
}

.fs-box.push-footer{
	padding-bottom:40px;
}

.fs-box-footer{
	font-size:11px;
	
	height:24px;
	line-height: 24px;
	
	background-color:#F1F2F2;
	border-top: 1px solid #E6E7E8;
	
	padding: 0 10px;
	
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.fs-box .reply-area{
	background-color: #FAFAFA;
	margin: 0 -15px -15px -15px;
	padding: 15px;
	border-top: 1px solid #f2f2f2;
}

.fs-box .add-reply{
	background-color: #F5F5F5;
	margin: 15px -15px -15px -15px;
	padding: 18px 15px 15px 15px;
	border-top: 1px solid #E4E4E4;
}

/* Content > Dividers
----------------------------------------------- */

div.divider{
	border-bottom: 1px solid rgba(200, 200, 200, .3);
	box-shadow: 0 10px 15px -10px #D1D1D1;
	height: 20px;
	width: 100%; /*TODO: rever tamanho padrao*/
	position:relative;
	margin-bottom:35px;
	margin-top:15px;
}

div.divider:before{
	content:"";
	position:absolute;
	border-bottom: 1px solid rgba(200, 200, 200, .1);
	box-shadow: 0 7px 15px -10px #D1D1D1;
	width: 80%;
	top:1px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	height:20px;
}

div.divider.small{
	border-bottom: 1px solid rgba(200, 200, 200, .3);
	box-shadow: 0 4px 15px -7px #D1D1D1;
	height: 15px;
	width: 80%; /*TODO: rever tamanho padrao*/
	position:relative;
	margin-bottom:20px;
	margin-top:0;
	margin-left:auto;
    margin-right:auto;
}

div.divider.small:before{
	content:"";
	position:absolute;
	border-bottom: 1px solid rgba(200, 200, 200, .1);
	box-shadow: 0 1px 15px -7px #D1D1D1;
	width: 80%;
	top:1px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	height:15px;
}

/* Content > Social Buttons
----------------------------------------------- */

.social-button{
	display:inline-block;
	width:32px;
	height:32px;
	background-size: contain!important;
}

.social-button.facebook{
	background:transparent url(../img2/social_logos/facebook.png) center top no-repeat;
}

.social-button.twitter{
	background:transparent url(../img2/social_logos/twitter.png) center top no-repeat;
}

.social-button.google{
	background:transparent url(../img2/social_logos/google.png) center top no-repeat;
}

.social-button.rss{
	background:transparent url(../img2/social_logos/rss.png) center top no-repeat;
}

.social-button.mini{
	width:18px;
	height:18px;
}

/* Icons
----------------------------------------------- */

.external-link{
	display:inline-block;
	padding-right:18px;
	background:transparent url(../img2/fs_external_link_icon.png) right center no-repeat;
}

.iconized{
	display:inline-block;
	padding-left:20px;
}

.iconized.icon-only{
	display:inline-block;
	width:16px;
	height:16px;
	padding-left:0;
}

/* Icons > Types
----------------------------------------------- */

.iconized.edit{
	background:transparent url(../img2/fs_edit_icon.png) left center no-repeat;
}

.iconized.watch{
	background:transparent url(../img2/fs_watch_icon.png) left center no-repeat;
}

.iconized.unwatch{
	background:transparent url(../img2/fs_unwatch_icon.png) left center no-repeat;
}

.iconized.link{
	background:transparent url(../img2/fs_link_icon.png) left center no-repeat;
}

.iconized.delete{
	background:transparent url(../img2/fs_delete_icon.png) left center no-repeat;
}

.iconized.tag{
	background:transparent url(../img2/fs_tag_icon.png) left center no-repeat;
}

.iconized.done{
	background:transparent url(../img2/fs_done_icon.png) left center no-repeat;
}



/* Footer
----------------------------------------------- */

.footer-link{
	margin-right:20px;
}


/* FS Inputs
----------------------------------------------- */

/* FS Inputs > Styles
----------------------------------------------- */

/* Placeholder fixes */
input.fs-input::-webkit-input-placeholder {
   line-height: 16px;
}

input.fs-input.black::-webkit-input-placeholder {
   color: #666;
}
 
input.fs-input{
	width:100%;
	
	color: #8D8D8D;
	background-color:#FFF!important;
	line-height: 10px;
	
	border: 1px solid #E6E7E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0 4px 15px -5px #eee;
	-moz-box-shadow: inset 0 4px 15px -5px #eee;
	box-shadow: inset 0 4px 15px -5px #eee;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 5px;
	margin: 0;
}

input.fs-input.medium{
	width:180px;
}

input.fs-input.small{
	width:100px;
}

input.fs-input.black{
	background-color: #1E1E1E!important;
	color: #939598;
	border: 1px solid black;
	
	-webkit-box-shadow: inset 0 4px 15px -5px #000;
	-moz-box-shadow: inset 0 4px 15px -5px #000;
	box-shadow: inset 0 4px 15px -5px #000;
}

/* FS Inputs > Search Input Styles
----------------------------------------------- */
 
input.fs-input.search{
	padding-right:30px;
	background: url(../img2/search_icon.png) no-repeat;
	background-position: -moz-calc(100% - 8px);
	background-position: -webkit-calc(100% - 8px);
	background-position: calc(100% - 8px);
}

input.fs-input.search.black{
	background: url(../img2/search_icon_menu.png) no-repeat;
	background-position: -moz-calc(100% - 8px);
	background-position: -webkit-calc(100% - 8px);
	background-position: calc(100% - 8px);
}

/* FS Inputs > Checkbox and Radio Styles
----------------------------------------------- */

/* http://www.wufoo.com/2011/06/13/custom-radio-buttons-and-checkboxes/ */

input[type='radio'].fs-input, 
input[type='checkbox'].fs-input{
    opacity: 0; /* Hide the input, but have it still be clickable */
    float: left;
    width: 18px;
}

input[type='radio'].fs-input + label,
input[type='checkbox'].fs-input + label {
    margin: 0;
    clear: none;
	display:block;
    padding: 5px 0 4px 24px; /* Left padding makes room for image */
    cursor: pointer; /* Make look clickable because they are */
    
}

/* Checkbox and Radio Unselected */
input[type='radio'].fs-input + label{
	background: url(img/radio_unchecked.png) left center no-repeat; 
}

input[type='checkbox'].fs-input + label{
	background: url(img/checkbox_unchecked.png) left center no-repeat; 
}

/* Checkbox and Radio Selected */
input[type='radio'].fs-input:checked + label {
    background-image: url(img/radio_checked.png);
}
input[type='checkbox'].fs-input:checked + label {
    background-image: url(img/checkbox_checked.png);
}


/* FS Buttons
----------------------------------------------- */

/* FS Buttons > Styles
----------------------------------------------- */

.fs-button{
	display: inline-block;
	position: relative;
	margin:4px;
	
	width: -moz-calc(100% - 8px);
	width: -webkit-calc(100% - 8px);
	width: calc(100% - 8px);
	height: 26px;
	line-height: 26px;
	
	text-align:center;
	font-size: 18px;
	font-family: "Ubahn", Arial, sans-serif;
	
	color: #FFF;
	background-color: #000;
}

.fs-button:before {
	content: "";/* Necessary to render the border*/
	
    border: 2px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
    
    position: absolute;
    top: -3px; 
    bottom: -3px; 
    left: -3px; 
    right: -3px; 
	
	opacity: 0.7;
}

.fs-button:hover:before{
	opacity: 1;
}

.fs-button.disabled:hover:before {
	opacity: 0.7;
}

/* FS Buttons > Colors
----------------------------------------------- */

.fs-button.blue{
	background-color: #27AAE1;
}

.fs-button.blue:before{
	border-color: #27AAE1;
}

.fs-button.green{
	background-color: #8DC63F;
}

.fs-button.green:before{
	border-color: #8DC63F;
}

.fs-button.grey{
	color: #505050;
	background-color: #E1E1E1;
}

.fs-button.grey.disabled{
	color: #B4B4B4;
}

.fs-button.orange:before{
	border-color: #FFB92D;
}

.fs-button.orange{
	background-color: #FFB92D;
}

.fs-button.grey:before{
	border-color: #E1E1E1;
}

/* FS Buttons > Sizes
----------------------------------------------- */

.fs-button.mini{
	height:22px;
	line-height:22px;
}

.fs-button.square.mini{
	height:18px;
	width:18px;
	line-height:17px;
}

.fs-button.large{
	width: 180px;
}

.fs-button.medium{
	width: 118px;
}

.fs-button.square{
	width: 26px;
}

/* FS TabNavigator
----------------------------------------------- */

/* FS TabNavigator > Tab List
----------------------------------------------- */

.tab-list{
	margin-bottom:15px;
}

.tab-list a{
	font-size:18px;
	font-family: "Ubahn", Arial, sans-serif;
	color: #FFF;
	display:block;
}

.tab-list > li{
	position:relative;
	display:inline-block;
	width:165px;
	height:30px;
	
	line-height:30px;
	text-align:center;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-goog-ms-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-goog-ms-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	
	background-color: #323232;
	cursor:default;
}

.tab-list > li:before{
   content: "";/* Necessary to render the border*/
	
    border-bottom: 4px solid #ccc;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	z-index:-1;
	position: absolute;
    top: 0px;
    bottom: -4px;
    left: 0;
    right: 0;
}

.tab-list > li.active:before, .tab-list > li:hover:before{ /* Style for a selected tab */
   content: "";/* Necessary to render the border*/
	
    border-bottom: 4px solid #8DC63F;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	z-index:-1;
	position: absolute;
    top: 0px;
    bottom: -4px;
    left: 0;
    right: 0;
}

/* FS TabNavigator > Tab Content
----------------------------------------------- */

.tab-content>.tab-pane{ 
    display: none; /* Hide content of unselected tabs */
}

.tab-content>.active{ 
    display: block; /* Show the contents of a selected tab */
}

/* FS Card List
----------------------------------------------- */

/* FS Card List > Card List Header
----------------------------------------------- */

.card-list-header{
	position:relative;

}

/* FS Card List > Card List
----------------------------------------------- */

/* FS Card List > Card List > FS Card
----------------------------------------------- */

.issue-card{
	height: 340px;
	width: 228px;
	min-height: 340px;
	min-width: 228px;
	
	text-align:left;
	display: inline-block;
}

/* FS Cards > Card Content
----------------------------------------------- */

.issue-card .issue-title{
	height:42px;
	max-height:42px;
	overflow: hidden;
	word-wrap:break-word;
	display: inline-block;
}

.issue-card .issue-description{
    max-height:65px;
    height:65px;
	overflow: hidden;
	word-wrap:break-word;
}

div.project-logo {
	height:58px;
	line-height:56px;
	width:100%;
	font-size:0;
}

div.project-logo > img{
	max-height: 50px;
	max-width: 180px;
	height: auto;
	width: auto;
	vertical-align:middle;
}

/* FS Cards > Sponsored Card
----------------------------------------------- */

.issue-card .card-sponsors{
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
}

.sponsored div.project-logo {
	height:58px;
	width:180px;
		
	position:absolute;
	left:15px;
	bottom:32px;
}

/* FS Cards > Proposed Card
----------------------------------------------- */

.proposed .issue-description{
	height:120px;
	max-height:120px;
	overflow: hidden;
}

.proposed  div.project-logo {
	text-align:center;
}

.overview-card div.project-logo {
    text-align:center;
}
.proposed div.project-logo > img{
	max-width: 100%;
}

/* FS Cards > Card Status
----------------------------------------------- */
.card-status{
	width:72px;
	height:72px;
	display:inline-block;
	position:absolute;
	right:0;
	bottom:25px;
}

.card-status.open{
	background: url(../img2/card_status_open.png)  no-repeat;
}

.card-status.working{
	background: url(../img2/card_status_working.png)  no-repeat;
}

.card-status.done{
	background: url(../img2/card_status_done.png)  no-repeat;
}

/* FS BarGraph
----------------------------------------------- */

.fs-bargraph .bar{
	display:inline-block;
	width:24px;
	background-color:#D8D8D8;
	border:1px solid #BFBFBF;
}

/* FS BarGraph > Colors
----------------------------------------------- */
.fs-bargraph .bar.green{
	background-color:#8DC63F;
	border:1px solid #85BA2E;
}

/* FS TagList
----------------------------------------------- */

.tag-list .tag:not(.iconized){
	display:inline-block;
	padding:5px 10px;
	margin:3px;
	background-color:#F2F2F2;
	border-bottom:1px solid #E6E6E6;
}

div.fakeinput{
	width:100%;
	
	color: #B9B9B9;
	background-color:#FFF!important;
	line-height: 10px;
	
	border: 1px solid #E6E7E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0 4px 15px -5px #eee;
	-moz-box-shadow: inset 0 4px 15px -5px #eee;
	box-shadow: inset 0 4px 15px -5px #eee;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	padding:0;
	margin: 0;
}

.fakeinput span[contenteditable='true']{
	min-width:80px;
	display:inline-block;
}

.newtag:before{
	content:"";
}

.poptags{
	min-width:10px;
	min-height:10px;
	position:absolute!important;
	z-index:1000;
}

.padding5{
	padding:5px 0;
}

/* Others
----------------------------------------------- */


[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img2/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  opacity:0.8;
}

.icon-eye-open {
  background-position: -96px -119px;
}

.poptags {
    padding: 0px;
}

.poptags ul li{
    margin: 0px;
    padding: 6px 5px;
}

.poptags ul li:hover{
    background-color: #44f;
    cursor: pointer;
}

.errorlist {
    color: #FF0000;
}

.success {
	color: #22dd22;
}
.fail {
	color: #dd2222;
}