﻿body {
    /*background-color:#e9e5e6;*/
    background-color: #f5f5f5;
}
.Header{
    max-height:120px;
    padding: 35px;
}
.Header .text{
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19);
}
.language {
    font-size: 16px;
}
.language .dropdown button {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: medium none;
    color: #275e89;
    margin-top:5px;
}
.Content {
    margin-top: 30px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    padding: 5px 20px 20px 20px !important;
}
.submitBtn{
    background-color: #27618e;
    border: medium none;
    color: white;
    padding: 5px 15px;
}
.shadow{
    background:url(../images/HeaderShadow.png) no-repeat center center;
    height:29px;
}
.Question{
    padding:15px;
    background-color:#f5f5f5;
    margin-bottom:15px;
}
.Answer{
    padding:15px;
    background-color:#fff;
    margin-bottom:15px;
}
.normal_Text > span {
    margin: 0 15px;
}
.normal_Text > div {
    background-color: #f5f5f5;
    margin: 15px !important;
}
.Question .date {
    margin: 5px 2px;
}
.checkbox, .radio {
    margin: 0 !important;
    min-height: 0 !important;
}

.form-control {
    width: 100%;
}
.image{
    /*margin:30px 0;*/
    border: 1px solid #e7e7e7 !important;
    width:100%;
}


.date {
    font-size: 14px;
    margin-bottom: 20px;
}

.description {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 30px;
    padding: 15px 0;
}

p {
    margin: 5px 0 !important;
}
.form-group h3{
   
   color:#1180aa !important;
}
@media print {
    .Header {
        display: none !important;
    }

    .graph {
        break-inside: avoid;
    }
}


