/*
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 : 14.03.2016, 12:31:58
    Author     : alexander
*/

.AskAQuestionWrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

span.AskAQuestionButton {
    display: inline-block;
    border: 1px solid #00acc8;
    padding: 9px 14px;
    color: #00acc8;
    cursor: pointer;
    transition: all 0.3s;
}

span.AskAQuestionButton:hover {
    color: white;
    background-color: #00acc8;
}

.faq-item {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 25px;
}

.faq-header {
    box-sizing: border-box;
    overflow: hidden;
    background-color: #00acc8;
    padding: 4px 13px;
    color: white;
}



span.faq-date {
    font-size: 0.9em;
    color: whitesmoke;
    float: right;
}

.faq-body {
    padding: 15px 10px;
}



span.faq-authorWrap {
    color: white;
    float: left;
}

span.faq-author {
    margin-left: 3px;
    margin-right: 3px;
    color: white;
    font-weight: bold;
}

.faq-body-ansver {
    margin-left: 15px;
    border-left: 1px solid #00acc8;
    margin-top: 15px;
}

.Answer-header {
    color: #00acc8;
    padding: 3px 12px;
    font-weight: bold;
}

.faq-ansver-text {
    padding: 10px 15px;
    font-style: italic;
}

.faq-no-faq {
    padding: 25px;
    font-size: 1.4em;
    background-color: #DBF3F7;
    text-align: center;
    color: #00acc8;
}