.main-content_copy:after{
    height: 64px !important;
}
.my_button_{
    width: 40px;
    height: 22px;
    border: none;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 8%;
}
.my_button_:focus{
    outline: none;
}
.my_button_info{
    background-color: #19aec5;
    color: #f2f2f2;
}

.my_button_info:hover{
    background-color: #138496;
    color: #f2f2f2;
}

.my_button_light{
    background-color: #dde0e9;
    color: #5e597d;
}

.my_button_light:hover{
    background-color: #c1c4cb;
    color: #5e597d;
}

.my_button_edit{
    background-color: #28a745;
    color: #f2f2f2;
}
.my_button_edit:hover{
    background-color: #24913d;
}

.my_button_delete{
    background-color: #c82333;
    color: #f2f2f2;
}
.my_button_delete:hover{
    background-color: #ab1e2b;
}

.my_button_warning{
    background-color: #ffc107;
    color: #f2f2f2;
}
.my_button_warning:hover{
    background-color: #be9309;
}

.sure_alert{
    background: #fff;
    width: 300px;
    z-index: 995;
    position: fixed;
    bottom: 55%;
    left: 42%;
    display: none;
    box-shadow:5px 5px 10px #999;
}
.sure_alert_title{
    margin: auto;
    text-align: center;
    font-size: 120%;
    padding-top: 15px;
}
.sure_alert_content {
    padding:0 15px;
}
.sure_alert_confirm{
    margin-top: 20px;
    padding:0 15px;
    overflow: hidden;
}

.sure_alert_confirm_{
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor: pointer;

}
.sure_alert_confirm_sure{
    color: #0b8457;
    margin-right: 15px;
}

.alert_from {
    background: #fff;
    width: 80%;
    z-index: 994;
    position: fixed;
    top: 8%;
    left: 8%;
    display: none;
    box-shadow:3px 3px 8px #a9a9a9;
    height: 80vh;
    overflow:scroll;
    border-radius: 5px;
    border: none;
}
@media screen and (max-width: 479px) {
    .alert_from {
        width: 90%;
        left: 4%;
    }
}
.alert_from_close {
    font-size: 140%;
    padding: 5px 12px;
    position: absolute;
    right: 2%;
    line-height: 2.5;
    cursor: pointer;
}
.alert_from_close:hover{
    color: #666;
}

.select_input_search {
    position: absolute;
    width: 40%;
    height: 34px;
    top: 2px;
    border: none;
    outline: none;
    color: #999999;
    padding-left: 10px;
    background: #f2fdfd
}
.upload_file_box{
    width: 180px;
    height: 100px;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    border: solid 1px #d0daea;
}
.upload_file_box_input{
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.upload_file_box_cross{
    color: #d0daea;
    font-size: 44px;
    line-height: 44px;
    position: absolute;
    top: 26px;
    right: 75px;
}
.upload_file_box_image{
    z-index: 99;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.my_select_div_box{
    position: relative;
}
.my_select_show_box{
    width: 100%;
    height: 38px;
    border: 1px solid #dedcfb;
    background: #FFFFFF;
    line-height: 38px;
    position: relative;
}
.my_select_down_icon{
    position: absolute;
    right: 2px;
    top: 12px;
}
.my_select_choose_result_box{
    width: 94%;
    height: 100%;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll; /* 1 */
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-overflow-scrolling: touch; /* 2 */
    text-align: justify; /* 3 */

}
.my_select_choose_result_span_box{
    display: inline-block;
    margin-left: 10px;
}
.my_select_choose_result_span{
    padding: 5px 15px 5px 4px;
    background: #f5f5f5;
    position: relative;
    color: #595959;
}
.my_select_value_cancel_icon{
    position: absolute;
    top: 7px;
    right: 2px;
    cursor: pointer;
}
.my_select_choose_down_value_box{
    width: 100%;
    border: 1px solid #eaeaea;
    border-top: none;
    max-height: 300px;
    background: #FFFFFF;
    overflow-y: auto;
}
.my_select_choose_down_value_{
    width: 100%;
    padding: 3px 12px;
}
.my_select_choose_down_value_:hover{
    background: #0a7ffb;
}
.my_select_choose_down_value_input{
    width: 100%;
    padding-left: 10px;
}