.editing {
    background-color: #ffffff;
    color: black;
}

/* Add here all your CSS customizations */
.checkbox_container input {
    display: inline;
}

.breakline {
    display: block;
    white-space: normal;
    overflow: hidden;
}


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

.offset {
    margin-left: 15px;
}

.team-item {
    height: 320px;
}

.team-image {
    max-height: 185px;
}

.page-header {
    background-image:url("/logo/background/background-crumble.png");
}

.logo_right {
    max-width: 350px;
    max-height: 100px;
}

.logo_top {
    max-height: 150px;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb a{
    color: #cfff8d;
}

body.boxed {
    background-image: url("/frontend-assets/img/background-vanslag.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
}

ul.nav-list.team-list > li a {
    background-image: none;
    padding-left: 0px;
}

.front {
    background-color: #8FC563;
    padding: 11px 12px 12px 12px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

.front-item-wrench {
    background-color: #ADADAD;
    padding: 11px 21px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

.front-item-pencil {
    background-color: #ADADAD;
    padding: 11px 22px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

.front-item-feco {
    background-color: #ADADAD;
    padding: 11px 22px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}


.front-item-vangras {
    background-color: #ADADAD;
    padding: 11px 21px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}


.front-item-cogs {
    background-color: #a3549b;
    padding: 11px 21px 12px 18px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

.front-item-user {
    background-color: #75a350;
    padding: 11px 23px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

.front-item-removal {
    background-color: #d04727;
    padding: 11px 20px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

.front-item-availability {
    background-color: #ADADAD;
    padding: 11px 21px 12px 20px;
    color: #fff;
    margin-right: 20px;
    margin-left: 5px;
}

ul.portfolio-list div.no-bottom {
    margin-bottom: 0px;
}

.no-bullet {
    list-style: none;
}

/* changer */
section.changer {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

section.changer > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

section.changer > label {
    -moz-border-radius: 8px;
    background: #F4F4F4;
    border-left: 3px solid #CCC;
    border-radius: 8px;
    color: #7FD417;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
}

section.changer > div.changer-content {
    display: none;
}

section.changer > label::-moz-selection {
    background: none;
}

section.changer > label i.icon-minus {
    display: none;
}

section.changer > label i.icon-plus {
    display: inline;
}

section.changer > label::selection {
    background: none;
}

section.changer > label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

section.changer > label:hover {
    background: #f5f5f5;
}

section.changer > p {
    padding-left: 30px;
    height: 25px;
}
section.changer > label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.wrappit {
    height: 100px;
}

.set-height {
    height: 150px;
    width: 100%;
}

.highlight-image {
    padding: 10px 0px 10px 0px;
}

.post-content-height {
    max-height: 200px;
}

span.thumb-info-caption p.no-spacer {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0px 0px 8px;
    padding: 0px;
}

.icon-width {
    width: 30px;
}

.pad-bottom {
    padding-bottom: 30px;
}

#scorebar {
    margin-top: 20px;
    background-color: #F9F9F9;
    padding-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#scorecard {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 35px;
}

#scorecard-back {
    padding-top: 20px;
}

td.no-overflow {
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Frontpage table */
.newstable.cart {
    width: 100%;
    margin: 0;
    text-align: left;
}

.newstable.cart img {
    height: auto;
    width: 55px;
}

.newstable.cart th {
    padding: 8px 10px;
}

.newstable.cart tr {
    border-top: 1px solid #DCDCDC;
}

.newstable.cart tr:first-child {
    border-top: 0px;
}

.newstable.cart td {
    padding: 8px 10px;
}

.newstable.cart td.actions {
    padding: 20px 10px;
}

.newstable.cart .remove .fa {
    font-size: 1.5em;
}

.newstable.cart .coupon {
    float: left;
}

.newstable.cart .product-remove {
    width: 1%;
}

.newstable.cart .product-thumbnail {
    width: 7%;
}

.newstable.cart .product-name {
    width: 60%;
}

.newstable.cart .quantity {
    top: 10px;
    position: relative;
}

/* Special labels */
.label-news {
    background-color: greenyellow;
}

.label-scores-entered {
    background-color: red;
}

.label-event{
    background-color: deepskyblue;
}

/* Form - Custom Fields */
.required {
    /* display: inline-block; */
    /* color: #d2322d; */
    /* font-size: 0.8em; */
    /* font-weight: bold; */
    position: relative;
    top: -0.2em;
}

.tip {
    display: inline-block;
    padding: 0 5px;
    background: #604639;
    color: #fff;
    text-shadow: none;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.tip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #604639;
    border-width: 5px;
    margin-top: -5px;
}

.small-offset {
    margin-right: 10px;
}
.panel-group .panel {
    overflow: inherit;
}

.gold {
    color: #FFD700;
}

.silver {
    color: #c0c0c0;
}

.bronze {
    color: #cd7f32;
}

.won {
    color: #00cc00;
}

.lost {
    color: #ff1a1a;
}

.fill-width {
    width: 100%;
}

/* Home Intro */
.home-intro-custom {
    background-color: #171717;
    overflow: hidden;
    padding: 15px 0 10px 0;
    position: relative;
    text-align: left;
    border-top: 5px solid #384045;
    border-bottom: 5px solid #CCC;
}

.home-intro-custom p {
    color: #FFF;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
}

.home-intro-custom p span {
    color: #999;
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
}

.home-intro-custom p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

.home-intro-custom .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}

.home-intro-custom .get-started .btn {
    position: relative;
    z-index: 1;
}

.home-intro-custom .get-started .btn i {
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 5px;
}

.home-intro-custom .get-started a {
    color: #FFF;
}

.home-intro-custom .get-started a:not(.btn) {
    color: #777777;
}

.home-intro-custom .learn-more {
    margin-left: 15px;
}

.home-intro-custom.light {
    background-color: #E2E2E2;
}

.home-intro-custom.light.secundary {
    background-color: #E0E1E4;
}

.home-intro-custom.light p {
    color: #777777;
}

.small-push {
    margin-bottom: 20px;
}
.top-calendar-container {
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-top: 20px;
}

.top-calendar-item {

}
.top-calendar-item:not(:last-child) {
    border-right:1px dashed #a9a9a9;
}

.top-calendar-item-date {
    border-bottom: 1px solid #23D53A;
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 12px;
    color: white;
}

.top-calendar-item-title {
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.top-calendar-item-titel a {
    color: white;
}

.calendar-h5 {
    color: white;
}

.calendar-hr {
    background-image: linear-gradient(to right, transparent, white, transparent);
}

h2.less-margin {
    margin-bottom: 0px;
    color: white;
}

.well.primary {
    background: #cccccc;
    border-color: #b3b3b3;
    color: white;
}

.well.success {
    background: #47a447;
    border-color: #388038;
    color: white;
}

.well.warning {
    background: #ed9c28;
    border-color: #d18211;
    color: white;
}

.well.danger {
    background: #d2322d;
    border-color: #a82824;
    color: white;
}

.well.info {
    background: #5bc0de;
    border-color: #31b0d5;
    color: white;
}

.well.dark {
    background: #171717;
    border-color: black;
    color: white;
}

.no-icon {
    padding: 0;
    list-style-type: none;
}

/* ranking */
.ranking-bar {
    min-height: 35px;
    padding-top: 5px;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 0px;
    padding-right: 0px;
}

.ranking-bar:nth-child(even) {
    background-color: #F9F9F9;
}

.ranking-bar-extra {
    display: none;
    height: 100px;
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #DDDDDD;

}

.top-icon {
    color: #1ED700;
}

.top-icon:not(:first-child) {
    padding-left: 30px;
}

.font-white {
    color: #fff;
}

/* General Text & Icon Font Colors */
.font-green-jungle {
    color: #26C281 !important;
}

/* General Text & Icon Font Colors */
.font-red-thunderbird {
    color: #26C281 !important;
}

/* General Text & Icon Font Colors */
.font-red-thunderbird {
    color: #D91E18 !important;
}

ul.nav-list li a:before {
    display: none;
}

/* BETTING */
.bet-logo {
    background-image: url("/boomBet-small.png");
    float: left;
    height: 90px;
    width: 300px;
}

.bet-form {
    background-image: url("/backgroundBet.png");
}

.bet-pot {
    float: left;
    padding-top: 40px;
}

.bet-font {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: normal;
    display:inline;
}

html .featured-box-gold .icon-featured {
    background-color: #FFD700;
    color: #FFD700;
}

html .featured-box-gold h4 {
    color: #000;
}

html .featured-box-gold .box-content {
    border-top-color: #FFD700;
}

html .featured-box-silver .icon-featured {
    background-color: #e5e5e5;
    color: #e5e5e5;

}

html .featured-box-silver h4 {
    color: #000;
}

html .featured-box-silver .box-content {
    border-top-color: #e5e5e5;
}

html .featured-box-bronze .icon-featured {
    background-color: #cd7f32;
    color: #cd7f32;
}

html .featured-box-bronze h4 {
    color: #000;
}

html .featured-box-bronze .box-content {
    border-top-color: #cd7f32;
}

html .dropdown-button {
    -moz-border-radius: 8px;
    background: #F4F4F4;
    border-left: 3px solid #CCC;
    border-radius: 8px;
    color: #7FD417;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
    clear: both;
}

html .dropdown-button::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

html .dropdown-button-active::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 8px;
    top: 50%;
}