body {
    font-family: "MS PGothic", sans-serif;
}

@font-face {
    font-family: "MS PGothic";
    src: url("../front/fonts/MS\ PGothic.ttf");
}

@font-face {
    font-family: "Yu go";
    src: url("../front/fonts/Yu\ Gothic\ Medium.otf");
}

@font-face {
    font-family: 'Hiragino Pro W3';
    src: url('../front/fonts/hiragino-mincho-pro-w3.otf');
}

@font-face {
    font-family: 'DIN-Special';
    src: url('../front/fonts/DIN-BlackAlternate.ttf') format('woff2'),
        url('../front/fonts/DIN-BlackAlternate.ttf') format('woff');
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../front/fonts/DIN-Light.ttf') format('woff2'),
        url('../front/fonts/DIN-Light.ttf') format('woff');
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../front/fonts/DIN-Bold.ttf') format('woff2'),
        url('../front/fonts/DIN-Bold.ttf') format('woff');
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../front/fonts/DIN-Medium.ttf') format('woff2'),
        url('../front/fonts/DIN-Medium.ttf') format('woff');
}

@font-face {
    font-family: 'D IN Condensed';
    src: url('../front/fonts/637-font.otf') format('woff2'),
        url('../front/fonts/637-font.otf') format('woff');
}

.no-bold {
    font-weight: normal;
}

table.background-write {
    background-color: #ffffff;
}

.manager_table_scroll {
    overflow-x: scroll;
    width: 100%;
}

textarea {
    resize: none;
}

.text-bold {
    font-weight: bold;
}

.margin-top-15 {
    margin-top: 15px;
}

.iblock {
    display: inline-block;
    /*vertical-align: top;*/
}

.event_container, .event_conf_container {
    width: 1000px;
    margin: 31px auto 70px auto;
}

.form-over.event_container {
    width: auto;
}

/********* form area *********/

.event_container .form_area {
    width: 100%;
    margin: 30px auto 0px auto;
    font-size: 15px;
    border: none;
}

.form-over.event_container .form_area {
    width: auto;
    max-width: 889px;
}

.event_container .form_area .guide_text {
    line-height: 25px;
}

.event_container .form_area .form_box {
    width: 100%;
    border: 8px solid #ECECEC;
    margin-top: 25px;
    padding-bottom: 40px;
}

.event_container .form_area .form_box.ticket-form {
    margin-top: 0px;
}

.event_container .form_area .form_box_content .input_row {
    white-space: nowrap;
}

.col-xs-5.no-gap-col.no_noted_input {
    line-height: 1px;
}

#i_form_confirm .application_form_conf .input_title {
    margin-bottom: 0;
}

.event_container .form_area .form_box_content .input_row.sort_field_row {
    position: relative;
}

.sort_field {
    position: absolute;
    top: calc(50% - 15px);
    left: -25px;
}

.sort_field .glyphicon.glyphicon-triangle-bottom {
    position: absolute;
    top: 17px;
    left: 0;
}

.sort_field .glyphicon:hover {
    color: #fcff20;
    cursor: pointer;
}

.form_box .form_box_title {
    width: 100%;
    padding: 15px 36px;
    background-color: #ECECEC;
    font-size: 21px;
    font-weight: bold;
}

.form_box_content {
    margin: 19px auto 0px auto;
    width: 92%;
}

.friend_ticket_content {
    margin-top: 20px;
    padding: 15px 0px;
    border-bottom: 1.25px solid #929292;

}

.friend-ticket-detail-container {
    display: none;
}

.form_box_content > form > .last_row {
    padding: 15px;
}

.no-outline:focus {
    outline: none;
}

.bottom-border-none {
    border-bottom: none !important;
}

.soft_hide {
    display: none;
}

#i_content_mail_e_ticket {
    width: 75%;
}

.main-container.body-container {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    border-top: 6px #FFF solid;
    background-color: #ffffff;
}

.margin_none_b {
    margin-bottom: 0px !important;
}

.manager-container, .navbar-container {
    width: 1000px;
    margin: 0px auto;
    background-color: white;
}

.footer-box {
    background-color: #e9e8e4;
    height: 63px;
    min-width: 1000px;
}

.footer-relative {
    position: relative;
}

.footer-logo {
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 0;
    padding: 9px 0;
}

.manager-container .footer-text {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 50px;
    top: 0;
    padding-left: 10px;
}

.footer-text > div {
    font-size: 12px;
}

.footer-list {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    display: inline-flex;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: -5px;
}

.footer-list > li {
    /* padding-right: 35px; */
    /* padding-top: 5px; */
    list-style-type: square;
    list-style-position: inside;
    margin-right: 5px;
    /* border-radius: 5px; */
    margin-top: 13px;
    padding-left: 5px;
    white-space: nowrap;
}

.manager-container .footer-list > li:hover, .footer-list > li:active {
    background-color: #fbe52e;
}

.manager-container .footer-list > li > a {
    color: #6b6b6b;
    text-decoration: none;
    padding: 3px 35px 2px 0;
    /*display: block;*/
    margin-left: -8px;
}

.page-top-button {
    position: absolute;
    bottom: 22px;
    right: 0px;
    background-color: #ffffff;
    line-height: 23px;
}

.page-top-button:hover {
    background-color: #FFFFE0;
}

.page-top-button .page-top-a {
    font-size: 12px;
    padding: 3px 6px;
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #c0c0c0;
}

.page-top-button .page-top-a:focus {
    outline: none;
}

.page-top-a .glyphicon.glyphicon-triangle-top {
    color: #ffae00;
    padding-right: 10px;
}

.header-container {
    position: relative;
    height: 115px;
}

.header-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: calc(100% - 153px);
    padding-top: 21px;
    padding-bottom: 21px;
}

.header-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 153px;
    right: 0px;
}

.header-row {
    height: 100%;
    margin-right: 0px;
    font-size: 12px;
}

.header-text-left {
    padding-top: 42px;
}

.header-text-right {
    line-height: 109px;
}

.header-p {
    margin-bottom: 2px;
}

.header-navbar {
    background-color: #e9e8e4;
    border-bottom: #d5d5d5 5px solid;
    border-top: solid 1px #e9e8e4;
    min-width: 1000px;
}

.no-border-important {
    border: none !important;
}

.header-menu {
    width: 100%;
    background-color: #e9e8e4;
    white-space: nowrap;
    margin: 0;
    display: flex;
}

.header-menu > li {
    height: 60px;
    display: inline-flex;
}

.header-menu > li.border-navbar {
    background-color: #ccc;
    width: 1px;
    height: 22px;
    margin: 19px 0;
}

.header-menu > li > a {
    line-height: 30px;
    font-weight: 600;
    padding: 10px 18px;
    color: #3a3a3a;
    font-size: 14px;
}

.header-menu > li > a:focus, .header-menu > li > a:hover {
    background-color: transparent;
}

.header-hover-bg {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 7px;
    padding: 5px 7px;
}

.header-menu > li > a.active .header-hover-bg,
.header-menu > li > a:hover .header-hover-bg {
    border: 2px solid #ffe000;
    border-radius: 7px;
    padding: 5px 7px 2px;
}

.header-menu > li:first-child > a {
    padding-left: 0px;
}

.header-menu > li:last-child > a {
    padding-right: 0px;
}

.bg-white {
    background-color: white;
}

.text-container {
    width: 1000px;
    margin: 50px auto 0px auto;
    padding-bottom: 115px;
}

.text-container .title {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    font-size: 35px;
    padding: 24px;
    font-weight: bold;
}

.text-container .title_box {
    border: 2px solid #9A9A9A;
    font-size: 24px;
    /* font-weight: bold; */
    height: 47px;
    margin-top: 48px;
    text-align: center;
    padding-top: 5px;
    min-width: 377px;
    display: inline-block;
    padding: 5px 20px 0px;
}

.text-container .sub_title_box {
    border-bottom: 1px dotted black;
    height: 47px;
}

.text-container h3 {
    border-bottom: 1px dotted black;
    height: 47px;
    font-size: 17px;
    font-weight: bold;
    line-height: 47px;
    margin-left: 6px;
    margin: 10px 0px;
    padding: 0;
}

.text-container h3:before {
    content: " ";
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 13px solid #FEE200;
    font-size: 1px;
    display: inline-block;
    padding-right: 10px;
}

.text-container h3 + p {
    line-height: 32px;
    margin-left: 58px;
    margin-bottom: 20px;
}

.text-container .title_description {
    margin: 20px 0px 10px 0px;
    line-height: 30px;
}

.text-container p .more_space {
    width: 40px;
    display: inline-block;
}

.text-container .sub_title_box .triangle {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 13px solid #FEE200;
}

.text-container .sub_title_box .text {
    font-size: 17px;
    font-weight: bold;
    line-height: 47px;
    margin-left: 6px;
}

.pre_white_space {
    white-space: pre-line;
}

.manager-container .text-line {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-left: 102px;
}

.manager-container .clear {
    clear: both;
}

.manager-container .search-button {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #6f6c64;
    border-right: 1px solid #6f6c64;
    background: rgba(152, 148, 139, 1);
    background: -moz-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152, 148, 139, 1)), color-stop(100%, rgba(128, 123, 112, 1)));
    background: -webkit-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: -o-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: -ms-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98948b', endColorstr='#807b70', GradientType=0);
    -webkit-box-shadow: 2px 2px 0px rgba(213, 212, 212, 1), 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 0px rgba(213, 212, 212, 1), 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 0px rgba(213, 212, 212, 1), 0px 0px 0px rgba(0, 0, 0, 0);
}

.manager-container .search-button:hover {
    background: rgba(87, 89, 91, 1);
    background: -moz-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87, 89, 91, 1)), color-stop(100%, rgba(140, 140, 140, 1)));
    background: -webkit-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: -o-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: -ms-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: linear-gradient(to bottom, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57595b', endColorstr='#8c8c8c', GradientType=0);
}

.manager-container .search-button:focus {
    outline: none;
}

.manager-container .search-button .login-text {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 14px;
}

.manager-container .search-button > span.glyphicon {
    position: absolute;
    top: 12px;
    right: 7px;
    font-size: 7px;
    color: #ffe400;
}

.manager-container .input-select {
    height: 30px;
    width: 150px;
}

.manager-container .input-search {
    height: 30px;
    width: 170px;
    margin-left: 10px;
    padding-left: 5px;
}

.manager-container .kc-top {
    margin-top: 10px;
}

.manager-container .idisplay {
    display: inline-block;
    vertical-align: top;
}

.navbar-container .manager-icon5 {
    background-image: url("../manager/images/icon_question.png");
    width: 21px;
    height: 21px;
}

.navbar-container .manager-icon1 {
    background-image: url("../manager/images/manager_icon1.png");
    width: 24px;
    height: 22px;
}

.navbar-container .manager-icon2 {
    background-image: url("../manager/images/dark_list_icon.png");
    width: 20px;
    height: 18px;
}

.navbar-container .manager-icon3 {
    background-image: url("../manager/images/manager_icon3.png");
    width: 16px;
    height: 22px;
}

.navbar-container .manager-icon4 {
    background-image: url("../manager/images/manager_icon4.png");
    width: 23px;
    height: 18px;
    background-size: 23px 18px;
}

.navbar-container .manager-icon6 {
    background-image: url("../manager/images/icon_support.png");
    width: 21px;
    height: 21px;
}

.navbar-container .manager-icon7 {
    background-image: url("../manager/images/icon_user.png");
    width: 21px;
    height: 21px;
}

.navbar-container .icon-manager {
    width: 21px;
    height: 21px;
}

.navbar-container .bg-icon {
    margin-right: 5px;
    margin-top: 3px;
    background-repeat: no-repeat;
}

.navbar-container .bg-display {
    display: flex;
}

.right_logo_header {
    position: relative;
    padding-right: 0px;
    right: 0px;
    top: 13px;
}

.upper_logo_header {
    height: 50px;
    padding-right: 0px;
    padding-top: 10px;
}

.message-loading-overlay {
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(136, 136, 136, 0.41);
    cursor: progress;
    text-align: center;
}

.message-loading-overlay > .ace-icon {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
}

.message-loading-overlay .big-spin {
    top: 50%;
    margin-top: -40px;
    height: 50px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    font-size: 50px;
}

/*.message-loading-overlay .fa-spin {*/
/*-webkit-animation: fa-spin 2s infinite linear;*/
/*animation: fa-spin 2s infinite linear;*/
/*}*/

/*.message-loading-overlay .fa {*/
/*display: inline-block;*/
/*font: normal normal normal 14px/1 FontAwesome;*/
/*text-rendering: auto;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*font-size: 50px;*/
/*}*/

/*.message-loading-overlay .fa-refresh:before {*/
/*content: "\f021";*/
/*}*/

.little-box-title {
    border-bottom: 1px dotted #000000;
    height: 50px;
    line-height: 54px;
    position: relative;
    padding-left: 24px;
    font-size: 16px;
}

.little-box-title span.arrow-left {
    padding-right: 5px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
}

.arrow-left {
    font-size: 0px;
    border-left: 12px solid #ffe400;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

/*Modal*/

@media only screen and (min-width: 1000px) {
    .manager-big-modal.modal-dialog {
        width: 924px;
    }

    .success-msm {
        padding: 35px 150px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    #i_event_fee_item .event-fee-btn-container{
        margin: 30px 0 20px 0;
        width: 100%;
    }
    #i_event_fee_item .event-fee-btn-note{
        max-width: 100px;
        top: -5px;
    }
}
@media only screen and (max-width: 644px) {
    #i_event_fee_item .event-fee-btn-note{
        max-width: 100%;
        position: inherit;
        text-align: center;
    }
}

.success-msm {
    padding: 35px 40px;
    font-size: 15px;
}

.medium-modal.modal-dialog {
    width: 655px;
}

.manager-modal .modal-content, .rule_modal .modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 8px solid #DFDCD3;
}

.manager-modal .modal-header .close, .modal-header .close.rule-modal-close {
    position: absolute;
    top: -18px;
    right: -16px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #dfdcd3;
    color: #333;
    border: 1px solid #dfdcd3;
    border-radius: 100%;
    display: inline-block;
    padding: 3px;
    opacity: 1;
    box-shadow: 0px 0px 2px 0px #333;
}

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

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}
.modal-header {
    padding: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.no-padding-top {
    padding-top: 0px;
}

.full_width {
    width: 100%;
}

.shadow_input {
    line-height: 30px;
    box-shadow: inset 1px 1px 2px 0px #CCCCCC;
    border: 1px solid #C4C4C4;
    padding-left: 7px;
    padding-right: 7px;
}

.shadow_input:disabled {
    background-color: #eee;
}

.manager-modal .modal-body {
    font-size: 14px;
}

.manager-modal .modal-footer {
    border-top: none;
}

.manager-form .form-group {
    margin: 0;
}

.manager-form .form-group label {
    /*font-family: Tahoma, Helvetica, Arial;*/

}

.manager-form .form-group label.error {
    font-weight: normal;
    margin-bottom: 0px;
    color: red;
    margin-top: 5px;
    font-size: 12px;
}

.manager-form .gray_button.big {
    font-size: 17px;
    font-weight: bold;
}

.manager-form .gray_button.last_triangle {
    padding: 9px 51px 9px 39px;
    position: relative;
}

.manager-form .gray_button.last_triangle.left {
    padding: 9px 39px 9px 51px;
}

.manager-form .gray_button.last_triangle.right {

}

.manager-form .gray_button.last_triangle:after {
    content: " ";
    border-left: 9px solid #FEE300;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 14px;
    right: 14px;
}

.manager-form .gray_button.last_triangle.left:after {
    left: 14px;
    border-left: 6px solid transparent;
    border-right: 9px solid #FEE300;
    right: auto;
}

.manager-form .gray_button.last_triangle.right:after {

}

.manager-form .more-padding {
    padding-bottom: 60px;
}

.regist-content-box {
    border: 8px solid #ececec;
    margin-top: 33px;
    margin-bottom: 50px;
}

.regist-content-title {
    background-color: #ececec;
    padding-left: 30px;
    line-height: 68px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 20px;
    height: 68px;
}

.regist-content-body {
    padding: 29px 50px 45px
}

.regist-content-row {
    border-bottom: 1px solid #dbdcdd;
    height: 55px;
    margin-bottom: 0;
}

.regist-content-row .col-xs-6 {
    display: inline-flex;
    padding: 0;
}

.right-input {
    padding-top: 12px;
    padding-left: 10px;
}

.right-input input[type=radio] {
    margin: 9px 5px 0 20px;
}

.right-input .shadow_input {
    height: 30px;
    line-height: 30px;
}

.shadow_select {
    width: 89px;
    height: 30px;
    line-height: 30px;
    box-shadow: inset -1px -1px 2px 0px #CCCCCC;
    border: 1px solid #C4C4C4;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 5px;
}

.small-input {
    width: 165px;
}

.big-input {
    width: 236px;
}

.regist-content-row .right-col {
    padding-left: 9px;
}

.first-description {
    padding-top: 28px;
    padding-bottom: 19px;
    margin-bottom: 0;
    font-size: 14px;
}

/*Modal-success*/
.button-container {
    text-align: center;
}

.success-form-title {
    color: #c22d2d;
    font-size: 19px;
    font-weight: 600;
    padding-left: 48px;
    height: 81px;
    line-height: 81px;
    margin-top: -10px;
}

.success-form-content {
    text-align: center;
}

.success-img-box {
    background-color: #fff000;
    height: 126px;
    width: 126px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 63px 63px;
}

.success-img-box img {
    margin-top: calc(50% - 28.5px);
    height: 57px;
    margin-left: 1px;
}

.red-word {
    color: #c22d2d;
}

.padding-left-10 {
    padding-left: 10px;
}

/********* step navigation *********/
.step_nav_container, .step_nav_container_admin {
    width: 1000px;
    margin: 31px auto;
}

.step_nav_container.step_margin_botton_none {
    margin-bottom: 0px;
}

.step_container {
    margin-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.event_create_step.step_container {
    width: 900px;
    display: block;
}

.event_create_step.step_container.custom_step {
    width: 900px;
    display: flex;
    align-items: center;
}

.step_nav_container a, .step_nav_container a:hover, .step_nav_container a:focus {
    color: black;
    text-decoration: none;
}

.step_nav_container .cursor-nomal {
    cursor: default;
}

.step_nav_container .step_container a {
    position: relative;
    float: left;
}

.step_body {
    height: 36px;
    margin: 5px 0;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    vertical-align: top;
    background-color: #E6E6E6;
    position: relative;
}

.step_body.step_over_link {
    float: left;
}

.step_body.focus_step::before {
    border-left: 18px solid #fcff20;
}

.step_event::before {
    content: '';
    font-size: 0px;
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 18px solid #E6E6E6;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.step_event_detail, .step_user_list {
    margin-right: 30px;
    padding: 0 25px;
    margin-bottom: 7px;
}

.step_event_detail::before, .step_user_list::before {
    content: '';
    font-size: 0px;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    border-left: 18px solid #E6E6E6;
    border-top: 36px solid transparent;

}

.account_information::before {
    content: '';
    font-size: 0px;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    border-left: 18px solid #ffe403;
    border-top: 36px solid transparent;
}

.focus_step {
    background-color: #fcff20;
}

.focus_step_information {
    background-color: #ffe403;
}

.nav_button_holder {
    height: 36px;
    position: absolute;
    right: 0;
}

.nav_button_holder.custom_button_holder {
    margin-left: auto;
    position: static;
    height: auto;
}

.nav_button_holder a:hover {
    text-decoration: none;
}

.black-button.small-button.detail-nav-button {
    right: 0;
    margin-right: 0;
}

.black-button.small-button.step-button {
    padding: 25px 17px 25px 18px;
    margin: 5px 0;
}

.black-button.small-button.detail-nav-button.step-button {
    padding: 9px 10px 8px 18px;
}

.black-button.small-button.detail-nav-button.button_first {
    padding: 25px 17px 25px 18px;
    margin: 5px 0;
}

.black-button.small-button.detail-nav-button.step-button.button_home {
    padding: 30px 17px 30px 17px;
    margin: 8px 0;
}

.step-button.to-event-top-button, .step-button.to-event-top-button:hover {
    background: #ffc000;
    border: none;
    color: #ffffff;
    right: 0;
    margin-right: 0;
}

/*Black button css*/
.black-button {
    margin: 0 25px;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #6f6c64;
    border-right: 1px solid #6f6c64;
    background: rgba(152, 148, 139, 1);
    background: -moz-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152, 148, 139, 1)), color-stop(100%, rgba(128, 123, 112, 1)));
    background: -webkit-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: -o-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: -ms-linear-gradient(top, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(152, 148, 139, 1) 0%, rgba(128, 123, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98948b', endColorstr='#807b70', GradientType=0);
    -webkit-box-shadow: 2px 2px 0px rgba(213, 212, 212, 1), 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 0px rgba(213, 212, 212, 1), 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 0px rgba(213, 212, 212, 1), 0px 0px 0px rgba(0, 0, 0, 0);
}

.black-button.big-button {
    min-width: 160px;
    padding: 10px 42px 10px 30px;
}

.black-button.big-button.back-button {
    min-width: 160px;
    padding: 10px 30px 9px 42px;
}

.black-button.small-button {
    padding: 3px 35px 2px 25px;
}

.black-button.small-button.back-button {
    padding: 3px 25px 2px 35px;
}

.black-button.small-button.medium-button, .black-button.small-button.application-button {
    padding: 6px 35px 5px 25px;
    margin: 0;
}

.button_column .black-button.small-button.medium-button {
    margin-right: 50px;
}

.black-button:hover {
    border-bottom: 1px solid #6f6c64;
    background: rgba(87, 89, 91, 1);
    background: -moz-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87, 89, 91, 1)), color-stop(100%, rgba(140, 140, 140, 1)));
    background: -webkit-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: -o-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: -ms-linear-gradient(top, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    background: linear-gradient(to bottom, rgba(87, 89, 91, 1) 0%, rgba(140, 140, 140, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57595b', endColorstr='#8c8c8c', GradientType=0);
}

.button-container a:hover, .button-container a:focus, .button-container a,
.black-button a, .black-button a:hover, .black-button a:focus {
    color: #ffffff;
    text-decoration: none;
}

.black-button:focus {
    outline: none;
}

.black-button.big-button span.glyphicon {
    position: absolute;
    top: calc(50% - 4.5px);
    right: 8px;
    font-size: 9px;
    color: #ffe400;
}

.black-button.small-button span.glyphicon {
    position: absolute;
    top: calc(50% - 3.5px);
    right: 6px;
    font-size: 7px;
    color: #ffe400;
}

.black-button.big-button.back-button span.glyphicon, .black-button.small-button.back-button span.glyphicon {
    left: 8px;
    right: calc(100% - 17px);
}

.success-send-button.button-container {
    margin: 30px 0 0;
}

/*popup confirm*/
.notification_popup_container {
    width: 100%;
    text-align: center;
    padding: 20px 0px 35px;
}

.notification_popup_container .button-container {
    padding-top: 30px;
}

.notification_modal {
    width: 650px;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
}

/*is-vip*/
.width-vip-row.col-xs-9.row {
    width: 78%;
}

.vip-container {
    margin-top: 10px;
}

.mail-container {
    padding: 3px;
    margin-bottom: 0px;
}

.mail-container > input {
    width: 100%;
    padding-left: 5px;
}

/*overview*/
.email-button-container {
    position: absolute;
    top: 26px;
    right: 0;
    width: 25%;
    text-align: right;
}

.email-button-container .black-button {
    margin-right: 10px;
}

.email-button-container p {
    font-size: 12px;
    margin-top: 15px;
    color: #c22d2d;
}

/********* guide holder *********/
.guide_holder {
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
}

.guide_holder .red_text {
    color: #C74A4A;
}

.guide_holder .arrow_right {
    padding-left: 8px;
    padding-right: 8px;
    color: #FEE200;
    font-size: 17px;
    position: relative;
    top: 3px;
}

.decription-text {
    margin-top: 10px;
    font-size: 11px;
    margin-left: 3px;
}

/*little-box-content
User in embedded and overview*/

.little-box-content {
    position: relative;
}

.little-box-content .text-center p {
    margin: 27px auto 50px auto;
    font-size: 12px;
    color: #717171;
}

.little-box-content .form_box {
    width: 100%;
    border: 8px solid #ECECEC;
    margin-top: 25px;
    padding-bottom: 30px;
}

.notify_content {
    line-height: 30px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 150px;
    color: red;
    font-size: 15px;
}

.bottom-event-action {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.notify-event-left {
    width: 240px;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: 0px;
    right: 105%;
    color: #c22d2d;
}

.notify-event-right {
    width: 240px;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 105%;
    color: #c22d2d;
}

.notify-event-right.embedded_text {
    width: 130px;
    left: 100%;
}

#modal-view-html-script {
    width: 1000px;
}

.event_wrap .input_field_holder .select_button.list_held_hours {
    width: 166px;
}

/********************* css functional buttons **************************/
.questionnaire-button {
    display: block;
    padding: 3px 30px;
    font-size: large;
    float: left;
    margin-right: 25px;
    margin-top: 3px;
    background-color: rgba(140, 140, 140, 1);
    border: none;
    color: white;
}

.questionnaire-button > span.glyphicon {
    font-size: small;
    color: #fcff20;
}

.functional-buttons > .focus-button {
    background-color: #fcff20;
    color: black;
}

.focus-button > span.glyphicon {
    font-size: small;
    color: black;
}

.functional-buttons a:focus {
    outline: none;
}

.questionnaire-button:hover {
    background: rgba(140, 140, 140, 1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(140, 140, 140, 1), rgba(159, 159, 159, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(140, 140, 140, 1), rgba(159, 159, 159, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(140, 140, 140, 1), rgba(159, 159, 159, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(140, 140, 140, 1), rgba(159, 159, 159, 1)); /* Standard syntax */
}

.focus-button:hover {
    background: #fcff20; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fcff20, #fcff91); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fcff20, #fcff91); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fcff20, #fcff91); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fcff20, #fcff91); /* Standard syntax */
}

/****** download excel button *****/
.excel-div {
    float: right;
    background-image: url("../manager/images/excel_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.functional-buttons .excel-div {
    padding-left: 35px;
}

.excel-div > span {
    color: #385d80;
    border-bottom: 2px solid #a8b4c2;
}

.bold_text {
    font-weight: 600;
}

.dticket-modal.modal-dialog.rule_modal {
    width: 800px;
    margin-top: 96px;
}

@media only screen and (max-width: 924px) {
    .dticket-modal.modal-dialog.rule_modal {
        width: auto;
        margin-top: 25px;
    }

    .dticket-modal.modal-dialog.rule_modal .modal-content {
        padding: 0 10px
    }

    .privacy_container .privacy_contain {
        max-height: 50%;
        height: auto;
        font-size: 13px;
        overflow-y: scroll;
    }
}

.privacy_container .privacy_contain {
    height: 800px;
    overflow-y: scroll;
}

.privacy_contain {
    border: solid #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}

.button_rule {
    text-align: center;
}

.button_rule .gray_button {
    padding: 5px 35px 4px 25px;
}

.rule_field .error.col-xs-offset-4 {
    margin-left: 0;
}

.rule_modal .rule_modal_title {
    font-size: large;
    margin: 10px 0px;
}

span.bold_text {
    font-weight: bold;
}

.dticket-modal.modal-dialog.rule_modal {
    margin-top: 60px;
}

/*banner event_index_top*/
.banner-container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.description-text {
    font-size: 15px;
    margin: 0px auto;
    width: 85%;
    padding: 0px 50px;
}

.description-text div.item-text {
    text-align: center;
    color: #fff;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.description-text div.item-text img {
    width: 100%;
}

.m-t-20 {
    margin-top: 20px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.end-description-conten {
    padding-top: 28px;
    padding-bottom: 19px;
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 14px;
}
.black-form {
    display: flex;
    align-items: center;
}
.small-button.double {
    padding: 6px 35px 4px 25px
}
.edit-container {
    display: flex
} 

#inputUrl.inputUrl_disabled {
    border: 0px !important;
    border-bottom: 1px solid #C4C4C4 !important;
    box-shadow: none !important;
}
.add-text{
    margin-top: -2rem;
}

.step_container_admin {
    margin-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}

.event_create_step.step_container_admin {
    width: 900px;
    display: block;
}

.step_admin {
    text-align: center;
}

.focus_step_admin {
    color: white;
}

.step_nav_container_admin a, .step_nav_container_admin_sum a{
    color: white;
}

.step_body_admin {
    height: 36px;
    margin: 5px 0;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    vertical-align: top;
    background-color: #E6E6E6;
    position: relative;
}
/* 
    hungnt 
    fix scroll modal list excel 
*/
.list_excel #confirm-modal-template #content_excel{
    max-height: 330px;
    overflow-y: scroll;
}

.list_excel .manager-modal .modal-body {
    padding: 30px!important;
}

.list_excel .button-container{
    padding: 0!important;
}
.disabled {
    pointer-events: none;
    cursor: default;
    color: #6f6c64!important;
}
.list_excel .btn-download-excel,
.list_excel .btn-download-excel:hover{
    color: white;
}

.list_excel .btn-download-excel{
    display: block;
    width: fit-content;
    margin: 25px auto 0;
    padding: 10px 30px;
}

#data_excel .progress-bar-warning{
    background-color: #fcff20;
    color: black;
}

.modal__close__application {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #585858;
    text-decoration: none !important;
}

.modal__close__step {
    position: absolute;
    top: -3px;
    right: 10px;
    color: #585858;
    text-decoration: none !important;
}

.modal__close__ticket {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #585858;
    text-decoration: none !important;
}

.show_tip {
    margin-top: 12px;
}
.lang-switch{
    margin-left: 10px;
    list-style: none;
    color: black;
}
.lang-switch.active {
    color: grey;
    text-decoration: underline;
}
