.alink{
    cursor: pointer !important;
}
.abutton{
    color: white !important;
}
.error_msg{
    color:red !important;
}

.a_thinlabel{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.a_thinInputDiv{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.aselect{
    width: 200px !important;
}

.a_numberTextBox{
    text-align: right;
}
/*---------------------------------------*/
.label-required::after {
    content: "*";
    color: red;
    margin-left: 5px;
}
/*---------------------------------------*/
.ubossHtmlContent{
    margin:15px;
}
.ubossHtmlContent h1{
    /*color: #888;*/
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    letter-spacing: 3px;
}
.ubossHtmlContent h2{
    /*color: #444;*/
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    background-size: 23px;
    border-radius: 5px;
}


.ubossHtmlContent h3{
    /*color: #cea188;*/
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    /*background: url(/assets/images/blog-h3.svg) no-repeat left 3px;*/
    background-size: 20px;
    /*padding-left: 25px;*/
}

.ubossHtmlContent p{
    color: #888;
    font-size: 1rem;
    letter-spacing: .5px;
    line-height: 30px;
}


.uckeditor_left{
    text-align: left !important;
}
.uckeditor_right{
    text-align: right !important;
}
.uckeditor_center{
    text-align: center !important;
}

.uckeditor_table_center table{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

/*//---------------------------------------*/
.dragHandle{
    cursor: move;
}

.myInputWidth{
    max-width:200px;
}

/*//---------------------------------------*/
.bk_header_fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-left: 10px;
}

.bk_toolbar_fixed-top{
    position: fixed;
    top: 50px;
    right: 0;
    left: 0px;
    z-index: 1030;
    /*padding-bottom: 20px;*/
    margin-bottom: 1px;
    background-color:#fff ;
}

.bk_toolbar_notTop{

}


.bk_toolbar{
    margin-left: 11px;
    padding-bottom:0px;
}

@media (min-width: 768px){
    .bk_toolbar{
        margin-left: 24px;
        padding-bottom:0px;
    }

}

.bk_firstBlock{
    margin-top:75px
}


/*---------------------------------------*/
.blockToolbarFixRight {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.4;
}

.blockToolbarFixRight >.btn{
    color: white !important;
    margin: 5px;
    width: 40px;
}

/*與上一個相同，只為處理FileUploadButton.vue ,它多了一個span*/
.blockToolbarFixRight >span>.btn{
    color: white !important;
    margin: 5px;
    width: 40px;
}

.blockToolbarFixRight:hover {
    opacity: 1;
}
/*//---------------------------------------*/
.bk_page_rootDiv{
    margin-top: 50px
}
