.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; // Ensure icon is above input groups
    display: block;

    height: 50px;
    line-height: 50px;
    text-align: center;

    pointer-events: none;
}


.content-wrapper{
    background: #fff;
}

.autocomplete-input{

    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
div.auto_small .autocomplete-input {

    height: 34px;

}

.autocomplete-input123{
    border-radius:8px;
    width:100%;
    padding:12px 12px 12px 48px;
    box-sizing:border-box;
    position:relative;
    font-size:16px;
    line-height:1.5;
    flex:1;
    background-color:#eee;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");
    background-repeat:no-repeat;
    background-position:12px
}
.autocomplete-input:focus,.autocomplete-input[aria-expanded=true]{
    border-color:rgba(0,0,0,.12);
    background-color:#fff;
    outline:none;

}
[data-position=below] .autocomplete-input[aria-expanded=true]{
    border-bottom-color:transparent;
    border-radius:0px
}
[data-position=above] .autocomplete-input[aria-expanded=true]{
    border-top-color:transparent;
    border-radius:0px;
    z-index:3
}
.autocomplete[data-loading=true]:after{
    content:"";
    border:3px solid rgba(0,0,0,.12);
    border-right-color:rgba(0,0,0,.48);
    border-radius:100%;
    width:20px;
    height:20px;
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    animation:rotate 1s linear infinite
}
.autocomplete-result-list{
    margin:0;
    border:1px solid rgba(0,0,0,.12);
    padding:0;
    box-sizing:border-box;
    max-height:296px;
    overflow-y:auto;
    background:#fff;
    list-style:none;
    box-shadow:0 2px 2px rgba(0,0,0,.16)
}
[data-position=below] .autocomplete-result-list{
    margin-top:-1px;
    border-top-color:transparent;
    border-radius:0px;
    padding-bottom:8px
}
[data-position=above] .autocomplete-result-list{
    margin-bottom:-1px;
    border-bottom-color:transparent;
    border-radius:0px;
    padding-top:8px
}
.autocomplete-result{
    cursor:default;
    padding:12px 12px 12px 48px;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");
    background-repeat:no-repeat;
    background-position:12px
}
.autocomplete-result:hover,.autocomplete-result[aria-selected=true]{
    background-color:rgba(0,0,0,.06)
}
@keyframes rotate{
    0%{
    transform:translateY(-50%) rotate(0deg)}
    to{
    transform:translateY(-50%) rotate(359deg)}
}

p.desc_info{

    margin-top:40px;
}
span.blue{
    color: #4a90e2 !important;
}
span.red{
    color: #fd6767 !important;
}

div.thanks_info{
    background-color: #f7f8fb;
    padding: 20px;
}

div.thanks_info>h1{
    color:#4a90e2;
    font-size: 20px;

}
div.thanks_info>p{
    margin-top: 40px;
}
.modal-header {
    border-bottom:0px;
}
table.req_captable>tbody>tr>th, table.req_captable>tbody>tr>td{
    border:0px;
}
.button_desc{
    font-size: 10px;
}
.company_logo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
}
table>tbody>tr>td.not_confirm{
    color: #d6d6d6;
}
.file {
    visibility: hidden;
    position: absolute;
}
.modal_scroll{
    height: 600px;
    overflow-y: scroll;
}
.company_logo_title{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px 5px;
}
#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .80;
    filter: alpha(opacity=85);
}
.row.equal {
    display: flex;
    flex-wrap: wrap;
}
.capbox-chart{
    height: 150px;
    margin-top: 50px;
}
.nav-tabs-custom > .nav-tabs.capbox-tab{
    margin-bottom: 50px;
}
.capbox-green{
    color:#00b7b9;
}
.capbox-blue{
    color:#3a79c3;
}
.modal-lg{
    width: 1150px;
}
.dimmed{
    padding-top: 200px;
    font-size: 20px;
    font-weight: 800;
    color: #3a79c3;
    text-align: center;
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #edededb8;
}
.opacity-area{
    opacity: 0.3;
}
.modal_seperator{
    font-weight: 700;
    font-size:15px;
    color:#3a79c3;
}
div.wrong-page{
    margin-top:100px;

    text-align: center;
}
div.wrong-page>p{
    margin-top: 23px;
    font-family: NanumSquare;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
}
.modal { overflow: auto !important; }

.disabledTab {
    cursor: not-allowed;
}
/* Clicks are not permitted and change the opacity. */
li.disabledTab > a[data-toggle="tab"] {
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.main-sidebar{
    height: 100%;
}
.banner{
    position:absolute;
    bottom:0px
}

.angelbox-label-sum{
    width: 100px;
    font-size: 16px;

    color:#222;
    padding-left: 6px;
    display: inline-block;
}
.angelbox-label-val{
    font-size: 16px;
    width: 120px;
    color:#666;
    text-align: right;
    display: inline-block;
}
.btn.account-type{
    text-align: left;
    height: 80px;
    margin-bottom: 10px;
}

.btn.account-type-single {
    text-align: left;
    height: 60px;
    margin-bottom: 10px;
}
.icon_arrow_right_b {
    width: 10px;
    height: 10px;
    object-fit: contain;
    position :absolute;
    top: 35px;
    right: 29px;
}
.save-btn{
    width: 130px;
}
.save-btn:first-child{
    margin-right: 10px;
}
.btn.btn-default.btn-blue-line{
    border: 1px solid #4a90e2 !important;
}
.btn.btn-default.btn-xs.liked{
    background-color:#4a90e2 !important;
    color:#fff;
}

div.alert{
    text-align: center;
}
.alert-info{
    background-color: rgba(34, 34, 34, 0.8) !important;
    border-color: #222;
    color: #fff;
}
.alert-info.col-xs-11{
    width: 91%;
}
.close{
    text-shadow: none;
}
[v-cloak] { display:none; }
