
.awards_table{
    width: 100%;
}

.awards_table thead th{
    background:#F7F7FA;
    border: #E6E6E8 solid 1px;
    color:#34495e;
}

.awards_table tbody tr:nth-child(2n+1){
    background:#fff;
}

.awards_table tbody tr:nth-child(2n+2){
    background:#F7F7FA;
}

.awards_table a{
    text-decoration: none;
}

.awards_table h3{
    padding: 0px;
    margin: 0px;
}

.awards_table td{
    padding: 8px;
    vertical-align: middle;
}

.awards_table .preview .color-marker{
    width: 50px;
    height: 50px;
}
.clear-sep{
    clear: both;
    height: 25px;
}

.img-link{
    background-position: 0 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    margin: 2px;
}

.moder-buttons{
    float: right;
    width: 70px;
    list-style: none;
    margin-right: -5px;
}

.moder-buttons li{
    float: left;
}

.flag-on{
    background: url("/templates/default/controllers/awards/images/yes.png") no-repeat center center;
}

.flag-off{
    background: url("/templates/default/controllers/awards/images/no.png") no-repeat center center;
}

.del{
    background: url("/templates/default/controllers/awards/images/del.png") no-repeat center center;
}

.edit{
    background: url("/templates/default/controllers/awards/images/edit.png") no-repeat center center;
}

.add-button{
    background: url("/templates/default/controllers/awards/images/add.png") no-repeat 5px center;
    float: right;
    padding-left: 22px;
    text-decoration: none;
    padding: 5px 8px 5px 28px;
    background-color: #17365D;
    border-radius: 5px;
    color: #FFF;
    margin-top: 8px;
}

.add-button:hover{
    background-color: #27ae60;
    color: #FFF;
}

.button-give, .button-away{
    background: #17365D;
    padding: 4px 8px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    width: 130px;
    float: right;
    text-align: center;
}

.button-give:hover, .button-away:hover{
    background: #008855;
    color: #FFF;
}

.awards_cats{ margin:0px; padding:0px; width: 100%;}
.awards_cats li{ 
	list-style:none; 
	float:left; 
	margin:4px; 
	background-color:#17365D; 
	padding:4px 8px; 
	border-radius:4px;
}
.awards_cats li a{
	text-decoration:none; 
	color:#FFF; 
}

.active_cat{background-color: #093 !important;}


.award_block{ border: #cfdce8 solid 1px; border-radius: 1px; padding: 7px; margin-bottom: 10px;}
.award_title{margin: 0px !important; padding: 0px; line-height: 30px;}
.award_desc{ margin-top: 3px;}
.award_card{display: flex;}
.award_icon{ margin-top: 4px;}

#left_column, #right_column{float: left;}
#left_column{margin-right: 15px;}
#right_column{ width: 100%;}
#user_profile .medal{float:left;}

.req_title{color:#34495e; font-size: 21px; margin-bottom: 5px}
.req_list{margin:0px; padding: 0px;}
.req_list li{border-bottom: #55677d dashed 1px;}
.req_list li:last-of-type{border-bottom: none;}

.req_list li{
    list-style: none;
    font-size: 16px;
    margin: 2px;
    font-size: 13px;
    padding: 5px 0px 5px 30px;
    background: url("/templates/default/controllers/awards/images/ok.png") no-repeat left center;
}

.req_list li .counts{float:right}

.grayscale, .rule_icon_wait{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    color: red;
 }

.holders_title{padding:0px; color:#34495e; margin: 0px 0px 10px 0px; font-size: 18px; border-bottom: #E6E6E8 solid 1px; padding-bottom: 3px;}
.holders{ margin-bottom: 5px;}



