/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


/*

    kék         #4a8ba4
    barna       #eddcc7
    narancs     #f14c15

*/

body{
    padding-top: 140px;
}

.fruity .btn-primary,
.fruity .btn-secondary{
    background-color: #f14c15;
    border: 1px solid #f14c15;
}

.fruity .btn-primary:hover,
.fruity .btn-secondary:hover{
    background-color: white;
    border: 1px solid #f14c15;
    color: #f14c15;
}

.fruity .btn-outline-secondary{
    border: 1px solid #f14c15;
    color: #f14c15;
}

.fruity .btn-outline-secondary:hover{
    border: 1px solid #4a8ba4 !important;
    color: #4a8ba4 !important;
}



h1, h2{
    color: #4a8ba4;
    text-transform: uppercase;
}

strong, p{
   font-size: 1.2rem;
   margin-bottom: 0.3em;
}

p > strong{
    display: table;
}


.fruity .question-number{
    color: #382c47!important;
    font-weight: bold;
    font-size: 1.2rem;
}

.fruity .question-number:after{
    content: ".";
    margin-left: -4px;
}
    
.question-text > div > p:nth-child(2) {
    padding-left: 35px;   
}

.fruity .alert-warning,
.fruity .alert-danger {
    background-color: #f14c15;
    border: 1px solid #f14c15;
    color: white;
}

.fruity .well {
    background-color: #4a8ba4;
    border: 1px solid #4a8ba4;
    color: white;
}

#navigator-container .text-end{
    width: 100%;
    text-align: center !important;
}

#navigator-container{
    margin-top: 0;
    margin-bottom: 5em;
}

.question-container {
    border-radius: 5px;
}


#form-load{
    padding: 2em;
    background-color: white;
}


a{
    color: #c14f15 !important;
}

.fruity a:focus, .fruity a:hover {
    text-decoration: underline;
}

.text-info p{
    color: black;  
}

.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: white;
    border: 1px solid #f14c15;
    color: #f14c15;
}


.fruity .btn-check:active+.btn-outline-secondary:focus, .fruity .btn-check:active+.btn-primary:focus, .fruity .btn-check:active+.btn-success:focus, .fruity .btn-check:checked+.btn-outline-secondary:focus, .fruity .btn-check:checked+.btn-primary:focus, .fruity .btn-check:checked+.btn-success:focus, .fruity .btn-check:focus+.btn-outline-secondary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-check:focus+.btn-success, .fruity .btn-outline-secondary.active:focus, .fruity .btn-outline-secondary:active:focus, .fruity .btn-success.active:focus, .fruity .btn-success:active:focus, .fruity .show>.btn-outline-secondary.dropdown-toggle:focus, .fruity .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.question-title-container {
    padding-bottom: 0;   
}

.answer-container {
    padding-top: 0; 
    padding-bottom: 1em;
}

.space-col {
    margin-bottom: 0;   
}


#ls-button-submit{
    padding: 10px 35px;
}

.completed-wrapper{
    padding: 1rem;
    color: white;
    background-color: #14AE5C;
    font-weight: bold;
}

.ls-answers {
    padding-bottom: 0;
}

.fruity .text-danger {
    color: #f14c15!important;
}


.navbar-brand{
    margin: 0;
}

h1.survey-name{
    text-align: right !important;
}

@media (max-width: 768px){
h1.survey-name{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    text-align: right !important;
    right: 0;
    width: 65%;
}
}

@media (min-width: 768px){
    .navbar-brand{
       margin-left: -25px;
    }
    
    h1.survey-name{
        margin-right: -10px;
    }
}


a.navbar-brand{
    display: none;
}

.navbar>.container-fluid{
    display: block;
}

@media (min-width: 1200px){
    h1.survey-name{
        font-size: 1.8rem;
    }
}

@media (max-width: 1200px){
    h1 {
        font-size: 1.3rem;
    }
    .logo-container>img {
        max-height: 80px;
    }
    body{
        padding-top: 120px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .col-md-2 {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .col-md-2 {
        width: 25% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .col-md-2 {
        width: 20% !important;
    }
}

#question123 .ls-answers .prefix-text,
#question109 .ls-answers .prefix-text{
    display: none !important;
}


.survey-welcome p{
    padding-top: 3px;
    padding-bottom: 3px;
}

.survey-welcome > .well p:last-child{
    padding-bottom: 0px;
}

#group-0{
    margin-top: 0;
}

@media (min-width: 720px) and (max-width: 992px){
    #survey-nav .container-fluid{
        max-width: 720px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    #survey-nav .container-fluid{
        max-width: 960px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    #survey-nav .container-fluid{
        max-width: 1140px;
    }
}

@media (min-width: 1400px){
    #survey-nav .container-fluid{
        max-width: 1320px;
    }
}


.fruity .btn-primary[disabled], .fruity .btn-primary[disabled].active, .fruity .btn-primary[disabled]:active, .fruity .btn-primary[disabled]:focus, .fruity .btn-primary[disabled]:hover, .fruity .btn-success {
    background-color: #f14c15;;
    border: 1px solid #f14c15;;
}


/*OFA utánkövetés eleje*/

[action="/index.php/557227"] p > strong{
    display: contents !important;
}

[action="/index.php/557227"] .question-text > div > p:nth-child(2) {
    padding-left: 0px;
}

[action="/index.php/557227"] .completed-wrapper a {
   color: darkblue !important;
}


/*OFA utánkövetés vége*/



/**/
/**/    
/**/    
    