html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

i {
    font-style: italic;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

ol {
    margin-left: 15px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    height: 100%;
}

.icon {
    background-image: url("../images/upgrade-ico.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
}

.featured-ico.icon {
    background-position: -40px 0;
}

.highlighted-ico.icon {
    background-position: -60px 0;
}

.private-ico.icon {
    background-position: -20px 0;
}

.blind-ico.icon {
    background-position: 0 0;
}

.form-group.brif > div {
    width: 100% !important;
}

.form-group.brif > div .nicEdit-main {
    width: 96% !important;
}

.guaranted-ico.icon {
    background: none repeat scroll 0 0 #4b933f;
    border-bottom: 1px solid #307523;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    padding-left: 7px;
    text-indent: 0;
    width: 86px;
}

.promo-ico {
    background: #485ee4;
    border-bottom: 1px solid #384cc8;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    padding-left: 7px;
    padding-right: 7px;
    text-indent: 0;
    list-style: none;
    display: inline-block;
}

.promoted-ico {
    background: #c2c2c2;
    border-bottom: 1px solid #a4a4a4;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    padding-left: 7px;
    padding-right: 7px;
    text-indent: 0;
    list-style: none;
    display: inline-block;
}

.addBudget-ico.icon {
    background: url("../images/sprite_contest.png") no-repeat scroll -176px -289px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 12px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-indent: -9999px;
    width: 20px;
}

.errorMessage {
    color: red;
}

.prizes_items {
    display: inline-block;
    width: 190px;
}

.ms-container {
    width: 100% !important;
}

.custom-header {
    background: none repeat scroll 0 0 #eee;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.custom-header:hover {
    background: none repeat scroll 0 0 #f2f2f2;
}

.datepicker.dropdown-menu {
    z-index: 99999 !important;
}

.fcdiv {
    margin-top: 10px;
}

.fcdiv .fclabel {
    cursor: pointer;
    padding-left: 10px;
}

label.catBudgetLabel {
    margin-left: 10px;
}

#ContestsForm-form .checkbox > input {
    margin-left: 0;
}

.button-get-report.btn.btn-info {
    margin-bottom: 6px;
    margin-left: 10px;
}

.button-get-report.btn.btn-success {
    margin-bottom: 6px;
}

.waitingMessage {
    color: green;
    text-align: center;
}

.checkbox > input[type=checkbox] {
    opacity: 1 !important;
}

#ContestsForm-form .checkbox {
    display: block;
}
