@charset "utf-8";

/*            leyout for preview window
======================================================= */

.alert-msg {
    border-radius: 6px;
    color: #ffff;
    background-color: #f44336;
    padding: 0.01em 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.alert-title-font {
    font-size: 200%;
}

.alert-msg-font {
    font-size: 150%;
}

.alert-closebtn {
    text-decoration: none;
    float: right;
    font-size: 19px;
    font-weight: bold;
    color: inherit;
}

.alert-closebtn:hover,
.alert-closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*            CSS for Contents Create / Edit
======================================================= */

span.opr_category_required,
span.publish_date_required {
    color: #fff;
    /*float: right;*/
    display: inline-block;
    background: #dd3f61;
    border-radius: 16px;
    padding: 3px 9px;
    margin-top: -4px;
    font-size: small;
}

div.eyecatch_dummy {
    margin-top: 10px;
    height: 180px;
}

div.eye_catch_notice {
    margin-left: 30px;
    font-size: 120%;
    font-weight: bold;
}

div.body_notice {
    font-size: 120%;
    font-weight: bold;
}


/*            CSS for DatePicker
======================================================= */

input.datepicker_input {
    width: 120px;
}


/*            CSS for Profile Edit
======================================================= */

div.site_title_notice {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold;
}

.radius_table_layout table thead tr th {
    vertical-align: middle;
}

.radius_table_layout table thead tr th.pd_add span {
    padding-top: 10px;
}

.radius_table_layout table thead tr th.pb_add span {
    padding-top: 10px;
}

#user_info .user_info_block .user_info_set .contact_cont .inner_box .form dl dd>span.credit_payment_word {
    left: 230px;
    font-size: 15px;
}

.user_info_set .contact_cont .inner_box .form dl dd>span.credit_payment_word {
    left: 230px;
    font-size: 15px;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

#loader-bg_drop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#loader_drop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

button.c_red {
    background: #FF3300;
}

button.c_blue {
    background: #0066cc;
}

#user_info .user_info_block .user_info_set .contact_cont .inner_box .form dl dd>span>dl.in_dl dt {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    padding-top: 0;
    padding-left: 14px;
    padding-right: 14px;
}

footer #pr_footer {
    border-top: 1px #dcdcdc solid;
    text-align: center;
    margin-bottom: 0;
    padding: 1.5em 2em;
}

@media only screen and (max-width: 640px) {
    footer #pr_footer {
        text-align: center;
    }
}

footer #pr_footer #footer_area #footer_inner {
    display: inline-block;
    text-align: center;
}

footer #pr_footer #footer_area #footer_inner .copy {
    font-size: 85.7%;
    color: #b3b3b3;
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

ul.block {
    display: block;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

div.eyecatch_dummy {
    display: none;
    overflow: hidden;
    width: 640px;
    /*height: 360px;*/
}

.zoom-buttons {
    float: right;
    margin-top: 10px;
}

.myButton {
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    background-color: #3d94f6;
    border-radius: 6px;
    border: 1px solid #337fed;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
}

.myButton:hover {
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    background-color: #1e62d0;
}

.myButton:active {
    position: relative;
    top: 1px;
}