﻿@import url("skin.css");
@import url("https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700&amp;subset=greek,greek-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap&subset=greek,greek-ext");

html, body {

    background:#fff;
}
.mobile-top {
    background: #333; /* fallback for old browsers */
}

    .mobile-top .img-wrapper {

        padding: 5px;
    }
    .mobile-top .img-wrapper img{
        max-height: 70px;
      
    }

.scan-wrapper{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:2;
}
    .scan-wrapper .btn.btn-primary, .scan-wrapper .btn.btn-primary:hover, .scan-wrapper .btn.btn-primary:focus{
        border:1px solid #000;
        background:#000;
    }
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.search-wrapper {
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #8e9eab, #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #8e9eab, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding:15px;
    position:relative;
    margin-left:-15px;
    margin-right:-15px;
}
/*#search-wrapper-results{
    border:1px solid #ccc;
    
    height:200px;
    position:relative;
}*/

.autocomplete-suggestion {
    cursor: pointer;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.view-code{
    font-size:18px;
}


body{
    padding-bottom:70px;
}
.reset-password-link {display:none;}

.mobile-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #8e9eab, #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #8e9eab, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
    .mobile-footer a.btn-link {
        color: #000;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 24px;
    }
        .mobile-footer a.btn-link:hover, .mobile-footer a.btn-link:focus {
            color: #c6ac62;
            padding-top: 0px;
            padding-bottom: 0px;
            font-size: 24px;
            text-decoration: none;;
        }
        
        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #c6ac62 !important;
    border-color: #c6ac62 !important;
}