/*
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 : Mar 14, 2022, 10:08:04 AM
    Author     : e.kostis
*/

body .ui-panel .ui-panel-content {
    border: 2px solid #c8c8c8;
    background-color: #d8d8d824;
    color: #333;
    padding: 0.571em 1em;
    border-top: 0 none;
    line-height: 1.5;
}

/*button αποθήκευση*/
.customBtn {
    opacity: 1;
    transition: 0.3s;
    bottom: 5px!important;
    background-color: teal!important;
    border-radius:25px!important;
    border:1px solid #334035!important;   
    padding: 10px 10px!important;
}

body .ui-button.ui-state-active{
    opacity: 0.6;
    background-color:  #006580!important;
}

body .ui-button.ui-state-hover{
    opacity: 1;
    background-color:  #006580!important;
}

.customBtn .pi {
    font-size: 1.55em!important;
}
.header {
    font-family: Arial;
    display: table;
    width: auto;
    height: auto;
    margin: auto;
    background: #78B7E4;
    padding-right: 360px;
}

.titleheader{
    width: 100%; 
    display: table-cell; 
    text-align: center; 
    margin: 0;
    padding-right: auto; 
    vertical-align: middle;
    font-weight: bold;
    color: white; 
    font-size: 120%
}

.logoheader{
    display: table-cell; 
    vertical-align: middle; 
    height:95px;
    padding-right:116.5px;
}

/*succesful download green tick */
.greentick{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: 20%;

}

/*growl settings*/
body .ui-messages .ui-messages-error .ui-messages-error-icon:before {
    content: "";
    font-style: normal!important;
}
/*growl position*/
.ui-messages{
    padding: 0;
    margin: 1em 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 10%);
    max-width: 50%!important;
}

/*growl text*/
.ui-messages-error-summary{
    font-size: 16px;
    margin-left: 0px;
    font-weight: normal;
}

/*text on the completed screen*/
.completedTxt{
    font-size: 20px;
}


/*    for full hd desktop screen 1920 width*/
@media screen and (max-width: 1193px) {  

    .header {  
        font-family: Arial;
        width: auto!important; 
        height:auto!important;
        margin: auto!important;
        text-align: center!important;      
        background-position: left 5px!important;
        background-repeat: no-repeat!important;       
        display: grid;
        justify-content: center;
        padding-right: 0;
    }
    .display {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        color: white;
        font-size: 120%;
        padding-right: 0;
    }
    .logoheader{
        vertical-align: middle;
        height:100px;
        padding-right: 0px;
    }

    /*button αποθήκευση*/
    .customBtn {
        opacity: 1;
        transition: 0.3s;
        bottom: 5px!important;
        background-color: teal!important;
        border-radius:25px!important;
        border:1px solid #334035!important;
        padding: 10px 10px!important;
    }

    .customBtn .pi {
        font-size: 1.55em!important;
    }

    
    body .ui-button.ui-state-active{
        opacity: 0.6;
        background-color:  #006580!important;
    }

    body .ui-button.ui-state-hover{
        opacity: 1;
        background-color:  #006580!important;
    }


    /*succesful download green tick */
    .greentick{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20%;
        height: 20%;
    }

    /*text on the completed screen*/
    .completedTxt{
        font-size: 19px;
    }

    /*growl settings*/
    body .ui-messages .ui-messages-error .ui-messages-error-icon:before {
        content: "";
        font-style: normal!important;
    }

    /*growl position*/
    .ui-messages{
        content: "";
        font-style: normal!important;
        padding: 0;
        margin: 1em 0;
        position: relative;
        left: 50%;
        transform: translate(-50%, 10%);
        max-width: 50%!important;
    }
    /*growl text*/
    .ui-messages-error-summary{
        font-size: 16px;
        margin-left: 0px;
        font-weight: normal;
    }
}

/*.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
    bottom: 0!important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}*/