﻿h3 {
    padding-left: 0;
}

.placeholder { color: #aaa; }

a:focus, a:hover {
    text-decoration: none;
}

a.active {
    text-decoration: underline;
}

.field-validation-error {
    color: red;
}

.modal{
   z-index:99999;
}

.fileupload {
    position: relative;
    overflow: hidden;
}

.fileupload input {
    position: absolute;
    top: 0;
    right: 0; /* not left, because only the right part of the input seems to
                 be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you
                                 want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
    height: 200px;
}

.validation-summary-errors,
.validation-summary-errors li{
    color: red !important;
}

input[type=checkbox], input[type=radio]
{
    margin: 3px 0 0 -18px !important;
}

a {
  color: #940000;
  text-decoration: none;
}

a:hover, a:focus, .inzending-titel:hover, .inzending-titel:focus {
    color: #940000;
    cursor: pointer;
}

.sorteer a:hover, .sorteer a:focus {
    text-decoration: underline;
}

.alert-container {
    position: absolute;
    top: 65px;
    width: 70%;
    margin-left: 15%;
    z-index: 10;
    text-align: center;
}


.countdown  {
    padding-left: 15px;
    padding-bottom: 10px;
}

.countdown span {
    border-left: solid 1px lightgrey;
    padding-top: 5px;
    padding-bottom: 5px;
    display: table-cell;
    width: 33.333%;
    text-align: center;
    color: rgb(128, 128, 128);
    display: block;
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

.countdown span.first {
    border-left: none;
}

.countdown span.time-value {
    
    font-size: 40px;
    font-weight: bold;
    color: rgb(51,51,51);
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.countdown p {
    padding-top: 10px;
    color: grey;
}

.w-icon-dropdown-toggle:hover, .w-icon-dropdown-toggled:hover {
    cursor: pointer;
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e600" !important;
}

.w-icon-arrow-left:before,
.w-icon-dropdown-toggled:before {
  content: "\e603" !important;
}

.w-icon-dropdown-toggled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

/*a.button:hover {
    color: #999 !important;
}*/

.battletext:hover {
    color: #bd1515;
}
.footerlink:hover {
    color: white;
    text-decoration: none;
}
.dropdown-nav-list.w--open {
    margin-top: 11px !important;
}

.w-icon-slider-left
{ display: none;
}

.w-icon-slider-right:hover {
    color: white;
}
.w-slider-nav {
    display: none;
}

.deadlinedate {
    font-size: 12px;
    text-align: left;
}

.battleprize {
    margin-top: 3px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.sorteer {
    text-decoration: none;
}

.inputfield {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 15px;
    padding-left: 5px;
  font-size: 13px;
}

.feedbackarea {
    min-height: 150px !important;
}

.feedbackedit {
     display: none;
}

.ranktag {
    margin-left: 25px;
    display: inline-block;
    font-size: 6px;
}

.ranktag p {
    position: absolute;   
    font-size: 8px;
    margin-left: 3px;
    line-height: 13px;
    z-index: 10;
}

.ranktag p.diap {
    color: white;
    }

.ranktag img {
    position: absolute;
    max-width: 20px;
    }

.textfield.span33 {
    width: 32% !important;
}


.nieuwsblok {
  width: 24%;
  margin-right: 1%;
  float: left;
}

.nieuwsimgblok {
  overflow: hidden;
  width: 100%;
}

.nieuwstitle {
  height: 75px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}

.nieuwstitle:hover {
  color: #06664b;
}

.newsimg {
    width: 100%;
    /*height: 160px;*/
}
.blogimghome{
   height: 160px;
}
.radiobutton {
    margin-right: 10px;
}

.headertitle {
    margin-left: 0;
    margin-right: 0;
}

li {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    color: #666;
}
.header-quote
{ width: 650px;}

.battleclient.home {
    margin-left: -10px;
    max-width: 150px;
}

.targetgroepcontainer {
    min-height: 210px;
}

.battlepage-block {
    width: 100%;
}


.button.briefing {
  width: 300px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: none;
  border-style: none;
  background-color: #b82525;
  background-image: none;
  color: #fff;
  font-size: 14px;
}

.button.briefing:hover {
  border-style: none;
  background-color: #7d1515;
}

.inzending-img {
    border: solid 1px #eeeeee;
}


.addInput {
    display: none;
}