/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.06.2017, 15:41:25
    Author     : ramon
*/

.clear{
    clear: both;
}
.guidline input[type="checkbox"]{
    opacity: 0;
    width: 20px;
    height: 20px;
}
.guidline input[type="checkbox"]:checked + label:before {
    font-size: 28px;
}
.guidline input[type="checkbox"] + label:before {
    content: '\2714';
    font-size: 1px;
    color: #F46006;
}
.checkBox{
    display: flex;
    margin-left: 30px;
    margin-top: -27px;
}
.focus-div{
    float: left;
    width: 330px;
}
.guidline .checkBox:before {
    content: '\2022';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 16px;
    background: white;
    border: 3px solid rgba(0, 0, 0, 0.5);
    font-size: 44px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-left: -28px;
    min-width: 16px;
}
.f3-form-error +.agb:before, .f3-form-error +.checkBox:before{
    border: 3px solid  #FF0000;
}
.guidline h2 {
    float: left;
}
.quali {
    font-size: 24px;
    font-weight: bold;
}
label  input{
    height: 20px;
    border: 1px solid rgb(223, 223, 221);
    margin: 1px;
    padding: 2px;
    width: 60%;
}
label input[name='tx_epguidlineextension_guideline[newGuideline][sq3Text]'] {
    width: 45%;
    margin-left: 10px;
}
label input[name='tx_epguidlineextension_guideline[newGuideline][sq6Text]'] {
    margin-left: 10px;
}
.guidline-label{
    width: 330px;
    display: inline-block;
}
.guidline-error {
    margin-bottom: 40px;
}

.guidline-error ul {
    list-style: none;
    padding-left: 0;
}

.guidline-error ul li {
    color: red;
}

.tx-ep-guidline-extension .typo3-messages{
    list-style: none;
    border: 4px solid green;
    padding: 10px 10px 10px 10px;
}
.guidline-error ul ul {
    padding: 0;
}
.tx-ep-guidline-extension{
    padding-top: 0;
    padding-bottom: 40px;
}
label select{
    height: 26px;
    border: 1px solid rgb(223, 223, 221);
    margin: 1px;
    padding: 2px;
    background: none;
    font-size: 18px;
    font-family: 'Roboto Slab',sans-serif;
    padding-right: 10px;
}
.guidline-submit{
   border: none;
   background: none;
   font-family: "Roboto";
    text-decoration: none;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 18px;
}
.guideline-info {
    padding: 20px;
    color: #f35c1a;
}
