

.login_content h1 {
    font: 400 20px Helvetica,Arial,sans-serif;
    line-height: normal;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}

@media screen and (min-width: 780px) {
     .EWformsize{
     	width:60%;
}
}

.EWform-control{
    padding-top: 6px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.EWform-space{
    margin-left: 12px;
}

.content-error .modal-body {
    background: #F7F7F7;
}

.form-horizontal .add_multiply {
    display: inline-block;
    margin-left: 1em;
}

.form-control.input-sm {
    width: inherit;
    height: 30px;
    display: inline;
}

.text-comments {
    margin-bottom: 5px;;
    text-align: right;
}

.form-horizontal .radio-inline {
    padding-left: 0;
}

.kyc-yokin-type .radio-inline {
    padding-left: 20px;
}

.table-wrapper {
    position: relative;
}

.table-wrapper .table-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.table-wrapper .table-cover-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.valign-top {
    vertical-align: top !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

select.disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.form-group-scr {
  margin-bottom: 15px;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.btn-success {
    background: var(--custom-btncolor);
    border: 1px solid var(--custom-btnhovercolor);
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    background: var(--custom-btnhovercolor);
    border: 1px solid var(--custom-btnhovercolor);
}

.nav.side-menu > li.active,.nav.side-menu > li.current-page {
    border-right: 5px solid var(--custom-menucolor);
}

#nprogress .bar {
    background: var(--custom-menucolor);
}

table.jambo_table tbody tr.selected {
    background: var(--custom-tableselect);
}

table.jambo_table tbody tr.selected td {
    border-top: 1px solid var(--custom-tableselectline);
    border-bottom: 1px solid var(--custom-tableselectline);
}

table.jambo_table tbody tr:hover td {
    background: var(--custom-tablecolor);
    border-top: 1px solid var(--custom-linecolor);
    border-bottom: 1px solid var(--custom-linecolor);
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background-color: var(--btn-click);
    border-color: var(--btn-clickline);
}
.support-message-item {
    padding-top:8px;
    padding-bottom:8px;
    border-bottom: 1px solid #e5e5e5;
}

.support-message-item:last-child {
    border-bottom: 0;
}
.ctl-label {
    line-height: 34px !important;
}
body {
    line-height: inherit !important;
}
.main_container.theme-mizuho,
.main_container.theme-mizuho .left_col, 
.main_container.theme-mizuho .navbar.nav_title {
    background: rgba(20, 0, 120, 1) !important;
}
.main_container.theme-mizuho .nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0 !important;
    background: linear-gradient(#140078, #262757), #242854 !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0 !important
}

table.dataTable td {
    word-break: break-all;
}

.dropdown-menu>li>form>.btn-export:focus, .dropdown-menu>li>form>.btn-export:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.btn-export {
    background-color: #fff;
}

.cwx-loader {
    position: fixed;
    z-index: 10001;
}

.loader-form-v2 {
    width: 80%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.centerImage {
    display: block;
    margin: 0 auto;
}

.ui-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 120%;
    background-color: #DDDDDD;
    opacity: 0.8;
}
