﻿.nav-page nav.bg-light,
.nav-page ul.bg-light
{
    background-color: #D3E3FD !important;
}
.nav-page .navbar-brand {
    width: 176px;
    height: 30px;
    background-image: url("images/eID-logo.svg");
    background-size: contain;
}
@media (max-width: 500px) {
    .nav-page .navbar-brand {
        width: 40px;
        height: 30px;
        background-image: url("images/eID-logo.svg");
        background-size: 117.5px 20px;
        background-position: right center;
        background-repeat: no-repeat;
    }
    .profile-contact .btn{
         padding: 0.4em;
         font-size: 0.9em;
    }

    .web-footer{
        font-size: 0.85em;
        text-align: center;
    }
        .web-footer .site-icp {
            display: block;
        }
}
.nav-page .navbar-light .navbar-nav {
    flex-direction: row;
}
.nav-page .navbar-light .navbar-nav .nav-link {
    color: #474747;
}
    .nav-page .navbar-light .navbar-nav .nav-link:hover {
        color: #1842A2;
    }


.nav-page ul.bg-light .dropdown-menu {
    background-color: #B4CFFC;
    border: 1px solid rgba(24, 66,162, 0.2);
}

    .nav-page ul.bg-light .dropdown-menu .dropdown-item {
        color: #474747;
        background-color: rgba(255, 255,255, 0.1);
    }

        .nav-page ul.bg-light .dropdown-menu a.dropdown-item:hover {
            color: #1842A2;
        }

.nav-page .nav-link .dropdown-user-icon {
    width: 200px;
    display: inline-block;
    position: relative;
}
    .nav-page .nav-link .dropdown-user-icon i {
        content: " ";
        position: absolute;
        top: -20px;
        right: 2px;
        background-image: url('images/eiduser.png');
        background-size: contain;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

.current-user {
    height: 120px;
    width: 250px;
    text-align: center;
}

    .current-user .user-icon {
        background-image: url('images/eiduser.png');
        background-size: contain;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin: 5px auto;
    }
    .current-user .nick-name {
        font-weight: normal;
    }
    .current-user .user-name {
        font-weight: bold;
        font-size: 0.9em;
    }

.body-container{
    min-height: 600px;
}


/*****VueJS中所需樣式***********/
.u-icon-m {
    background: #CCC;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8px;
    position: relative;
    overflow: hidden;
}

.icon-bbg {
    background-color: rgba(0, 0, 0, 0.32);
    bottom: 0;
    height: 33%;
    left: 0;
    position: absolute;
    right: 0;
}

.icon-b-camera {
    background-image: url(images/photo_camera_white_24dp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    height: 100%;
    opacity: .8;
}

.icon-loadding {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 120px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-weight: 600;
}

.profile-form .ti {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

#app .preview-round {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 75px;
    box-shadow: 0 0 5px #adadad;
}

@media (max-width: 800px) {
    #app .preview-round {
        display: none;
    }
}

#app .modal {
    background-color: rgba(0, 0, 0, 0.2);
}

#app .modal-header {
    padding: 0.3rem 1rem;
}

#app .modal-body {
    overflow: auto;
}

#app .modal-footer {
    padding: 0.3rem 0.75rem;
}

#app .profile-base, #app .profile-contact {
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 10px 30px;
    border-radius: 10px;
}


.base-profile-form .row {
    margin-top: 6px;
    margin-bottom: 6px;
}

    .base-profile-form .row .ti {
        text-align: left;
        font-weight: 600;
        line-height: 40px;
    }

#app .profile-view .row .ti {
    text-align: right;
}

#app .profile-view h3 {
    margin-top: -1em;
    background: #FFF;
    width: 5em;
    text-align: center;
}

#app .profile-view .row .btn {
    text-wrap: nowrap;
    word-break: keep-all;
}

@media (max-width: 578px) {
    #app .profile-view .row .ti {
        text-align: left;
    }
}

#app input.error-input,
#app select.error-input {
    border: 1px solid #F23C47;
}

#app .error-prompt {
    color: #F00;
}

#app .for-verify-code input,
#app .for-verify-code select {
    line-height: 42px;
    height: 42px;
    color: #000;
}

#app .for-verify-code .phone-combine {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    #app .for-verify-code .phone-combine select {
        border-start-end-radius: 0 !important;
        border-end-end-radius: 0 !important;
    }

    #app .for-verify-code .phone-combine input {
        border-start-start-radius: 0 !important;
        border-end-start-radius: 0 !important;
    }

#app .for-verify-code .send-verify {
    height: 38px;
    right: 2px;
    top: 2px;
}


.max-w450 {
    display: none;
}

@media only screen and (max-width: 450px) {
    .fido-status, .fido-created, .fido-counter, .fido-lastused {
        display: none;
    }

    .max-w450 {
        display: block;
        font-size: 12px;
    }
}