form {
    margin: 0;
    padding: 0;
}

.small-box .icon {
    top: 12px;
    right: 10px;
    font-size: 68px;
}

.small-box h3 {
    font-size: 1.5em;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

.login-logo img {
    width: 100%;
    max-width: 300px;
}

.green-color {
    color: #217a00;
}

.red-color {
    color: #920200;
}

.admin-section {
    background-color: #fffbd8;
}

tr.sum-row td {
    background-color: #f1f1f1;
    font-weight: bold;
}

@media (max-width: 767px) {

    .skin-blue-light .main-header .navbar .dropdown-menu li a {
        color: #000000;
    }
}

.bewerbung-tbl tr td:first-of-type {
    font-weight: bold;
    max-width: 100px;
}

.placeholder-tag {
    background-color: #eaeaea;
    padding: 4px;
    margin-right: 10px;
    border-radius: 5px;
}

.marker {
    background-color: Yellow;
}

.bootstrap-tagsinput {
    display: block;
}

div.img-circle {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.btn-app img {
    width: 90px;
    display: block;
}

.bg-gold-metal {
    background-image: url("../img/verlauf/gold-verlauf.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    color: #634f3e;
}

.bg-silber-metal {
    background-image: url("../img/verlauf/silber-verlauf.jpg");
    background-repeat: repeat-x;
    background-size: contain;
}

.bg-bronze-metal {
    background-image: url("../img/verlauf/bronze-verlauf.jpg");
    background-repeat: repeat-x;
    background-size: contain;
}

.premium-needed {
    padding: 6px;
    width: 100%;
    background-color: #f2f2f2;
}

.background-title {
    bottom: 10px;
    margin-top: 15px;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 100px;
}

.background-title > div {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid #f2f2f2 3px;
    margin-right: 15px;
    display: block;
}

.background-title > div > .label {
    font-size: 9px;
    vertical-align: middle;
}

.background-section {
    margin-bottom: 20px;
}

.progress-step {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 20px;
    margin: 10px;
    box-sizing: border-box;
    display: block;
}

.progress-step h2 {
    font-weight: bold;
}

.progress-step.active {
    border: 1px solid #91caff;
    background-color: #d8ecff;
    color: #4a4a4a;
}

.progress-step.success {
    border: 1px solid #95ffaa;
    background-color: #defff6;
    color: #7fb588;
}

.progress-step.success:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    background-color: #7fc885;
    color: #34623e;
    font-size: 35px;
    right: 11px;
    top: -6px;
    opacity: .8;
    height: 50px;
    width: 50px;
    border-radius: 60px;
}

.progress-step.disabled {
    border: 1px solid #b1aeb8;
    background-color: #eeeeee;
    color: #a1a1a1;
}

.color-green {
    background-color: rgba(212,255,211,0.78);
}
