/*   
Theme Name: Blueservice
Description: Tema per Blueservice Area riservata
Author: Unidea Frup
Version: 1.0
*/

*{
    font-family: 'Encode Sans', sans-serif;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a{
    color: #98CAEC !important;   
}

h1{
    color: #98CAEC !important;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-brand img{
    height: 100px;
    top: 10px;
}

.cert-wrapper img.cert {
    height: 120px;
}

.cert-wrapper img.conf-ud{
    height: 80px;
}

a.menu-item{
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    color: #98CAEC;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none !important;
}

a.menu-item:hover{
    padding-bottom: 0;
    border-bottom: 5px solid #0074C8;
    display: inline-block;
    color: #0074c8 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #98CAEC !important;
    border-color: #98CAEC !important;
}

.files-wrapper{
    margin-top: 50px;
    margin-bottom: 50px;
    flex: 1 0 auto;
}

.files-wrapper .file-wrapper{
    border-top: 5px solid #98CAEC !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 5px;
    margin: 0;
}

.files-wrapper .file-wrapper a.download{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.files-wrapper .file-wrapper a.download:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.files-wrapper .file-wrapper .file-ico{
    width: 80%;
    max-width: 90px;
}

footer{
    flex-shrink: 0;
    color: #848484;
}

.w3eden #wpdmlogin .btn-primary {
    background-color: #98CAEC !important;
}

.w3eden div.wpdmcard, .w3eden div#wpdmreg, .w3eden div#wpdmlogin{
    border-top: 5px solid #98CAEC !important;
}

.w3eden .color-info, .w3eden .color-blue{
    color: #98CAEC !important;   
}

.w3eden #wpdmlogin .panel-footer {
    background: #f5f5f5 !important;
}

.search-input{
    height: 38px;
    padding: .375rem .75rem;
    border: 1px solid #98CAEC;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    vertical-align: middle;
}