@charset "utf-8";

.widget-amina-outlogin {
    width: 100%;
    margin: 0px;
    padding: 10px;
    border:1px solid #ddd;
    background:#fff;
    border-radius: 5px;
}

.widget-amina-outlogin .login-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.widget-amina-outlogin .login-cell {
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
}

.widget-amina-outlogin .login-cell.login-btn {
    color: #373E4A;
    width: 80px;
    height: 100%;
    text-align: center;
    background: #007bff;
    border: 1px solid #ddd;
    border-left: 0px;
    cursor: pointer;
    letter-spacing: -1px;
}

.widget-amina-outlogin .login-cell .input-group-addon i {
    width: 15px;
}

.widget-amina-outlogin .login-cell .form-control {
    border-color: #ddd !important;
    box-shadow: none !important;
}

.widget-amina-outlogin .login-cell .form-control:focus {
    border-color: #ddd !important;
    box-shadow: none !important;
}

.widget-amina-outlogin .login-cell .no-top-border {
    border-top: 0px !important
}

.widget-amina-outlogin .login-misc {
    letter-spacing: -1px;
    color: #888;
    font-size: 14px;
    margin-top:10px;
}

.widget-amina-outlogin .login-misc label {
    line-height: 12px;
    font-weight: normal;
    cursor: pointer;
}

.widget-amina-outlogin .profile .photo {
    margin-right: 10px;
}

.widget-amina-outlogin .profile .photo img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
}

.widget-amina-outlogin .profile .photo i {
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #fff;
}

.widget-amina-outlogin .bar {
    color: #ccc;
    margin: 0px 4px;
}

.widget-amina-outlogin .exp-bar {
    margin: 8px 0px;
}

.widget-amina-outlogin .exp-bar .progress {
    margin: 0px !important;
    height: 8px !important;
}

.widget-amina-outlogin .logout-btn {
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    margin-top: -2px;
    width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
}

input[type=radio],
input[type=checkbox] {
    margin: 0px !important;
}

.input-group {
    width: 100% !important;
}

/* buttom css */

.btn-custom {
    display: inline-block;
    padding: 18px 16px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #007bff;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}

/* sns custom */

.login-sns { margin:10px 0px 0px 0px !important; }

.sv_wrap .profile_img {display:none;}

 .widget_outlogin_wrap .login_menu:after {
    content:'';
    display: block;
    clear: both;
}
 .widget_outlogin_wrap .login_menu {
     border-radius: 5px;
     list-style: none;
     margin:0;
     padding:0;
     text-align: center;
     margin-top: 5px;
}
 .widget_outlogin_wrap .login_menu>li {
    position:relative;
    float:left;
    width:20%;
    height:55px;
    border: 1px solid #e5e5e5;
}
 .widget_outlogin_wrap .login_menu>li img{
    width:70%;
}
 .widget_outlogin_wrap .login_menu>li:first-child{
}
 .widget_outlogin_wrap .login_menu>li>a{
    display: inline-block;
     width: 100%;
     height: 100%;
     padding-top: 10px;
}
 .widget_outlogin_wrap .login_menu .badge{
    position:absolute;
     top:6px;
     right:6px;
     display:inline-block;
     min-width:10px;
     padding:4px 6px 3px;
     font-size:11px;
     font-weight:bold;
     line-height:1;
     color:#fff;
     text-align:center;
     white-space:nowrap;
     vertical-align:baseline;
     background-color:#777;
     border-radius:10px;
}

.noti_count {
    background: orangered;
    color: #FFF;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
}