.logout{
    margin-left: 1em;
    float: right;
    color: #FFFFFF !important;
}
.rightFree{
    display: inline-block;
    float: left;
}
.right{
    text-align: right;
}
.title{
    color:  #003D4C;
    font-weight: bold;
    text-align: center;
}
.homscreen{
    margin-right: auto !important;
    margin-left: auto !important;
    width: 960px;


}
.box{
    border: 2px solid #003D4C;
    border-radius: 4px;
    float: left;
    padding: 3px;
    margin: 5px;
    width: 300px;
}
.message-box li{
    list-style: none;
}
.box h3{
    background:  #003D4C;
    border-radius: 2px;
    color: #fff;
    padding: 0.25em 0px;
    text-align: center;
    width: 100%;

}
.box h3 a{
    color: #fff;
    text-decoration: none;
}
.box td.action{
    border-bottom: 0px none;
}
.box table tr td {
    border-bottom: 0px;
}
.screen{
    width: 380px;
}
button {
    background:#003D4C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C5E6B), to(#003D4C));
    background-image: -webkit-linear-gradient(top, #2C5E6B, #003D4C);
    background-image: -moz-linear-gradient(top, #2C5E6B, #003D4C);
    border: 1px solid #2d6324;
    border-radius: 4px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.298), 0px 1px 1px rgba(0, 0, 0, 0.196);
    color: #fff;
    font-family: "Open Sans","frutiger linotype", "lucida grande", "verdana", sans-serif;
    font-size: 110%;
    font-weight: 400;
    min-width: 0px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    width: auto;
}
.success{
    font-size: 1.3em;
    font-weight: 700;
}
.adminMenu{

}
.adminMenu ul li{
    float: left;
    list-style: none;
}
.ui-button-text:hover{
    color: #F0F0F0;
}
.icon{
    padding-left: 24px !important; 
}
.addNominate{
    background-image: url('/img/medal-award-gold-icon.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 50% !important;

}
.addNote{
    background-image: url('/img/note_add.png') !important;
    background-repeat: no-repeat !important;
    background-position: 4px 50% !important;
}

.dolinks{
    word-wrap: break-word;
}
.submitOk{
    background-image: url('/img/tick_16.png') !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
}
.ajaxLoading{
    background-image: url("/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.ajaxError{
    background-image: url("/img/cancel_16.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-color: #FECBC8;
}
.elementDeleteImage, .elementEditImage, .historyImage, .translationIcon{
    margin: 1.5em;
}
.green{
    color: #4B9406;
}
.topics article{
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #000000;
}
.topics article:nth-child(2n){
    background: #F3F3F3;
}
.topics article .actions{
    float: right;
}
.topics .userBadge{
    text-align: center;
    width: 12%;
    float: left;
}
.topics .postDesc{
    /*    margin-top: 1em; */
}
.topics article .rightPart{
    margin-top: 1em;
    width: 80%;
    display: table;
}
.topics .posts{
    width: 100%;  
}
.forums  a, .subforums a{
    text-decoration: none;
}
.fright{
    float: right;
}
td.actions i{
    padding: 5px 0px;
    font-size: 0.9em;
}
.smallAvatar{
    margin: 0 0.5em;
}
.ajaxImage{
    display: none;
}

/* --- Priorytety Bugów --- */
.scoresBug .score{
    display: inline-block;
}
.scoresBug fieldset{
    display: inline-block;
    padding: 20px 10px 16px;
}
#scoreImg{
    float: left;
    display: inline-block;
    margin-top: 25px;

}
#slider{
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 0.5em;
}
.pointer{
    cursor: pointer;
}

.fullWidth{
    width: 95%;
    margin: 0px 2.5%;
}
#LanguageLanguage{
    height: 325px;
}
.clearBoth{
    clear: both;
}
.translationProposals .icons{
    padding-right: 0.5em;
    float: left;
}
.translationProposals .proposals{ 
    padding-top: 0.5em;
}
.dataTables_wrapper{
    margin: 1em 0;
}
.thumbs {
    display: inline-block;
    float: left;
    font-size: 2em;
}
.thumbs i:hover{
    transition: color 1s;

} 
.thumbs .icon-thumbsup:hover, .thumbs .icon-thumbsup.active{
    color: green;
}
.thumbs .icon-thumbsdown:hover, .thumbs .icon-thumbsdown.active{
    color: red;
}