/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Your Name
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/

.tablet-font-increase {
    /*font-size: 110%;*/
}

#login-form {
    margin: auto;
    width: 50%;
    margin-top: 2%;
    margin-bottom: 3%;
    padding: 10px;
    background-color: white;
}

#login-box {
    margin: auto;
    width: 50%;
    padding-bottom: 10px;
}


#separator {
    margin: auto;
    margin-bottom: 3%;
    width: 100%;
    margin-top: 1%;
    padding: 2px;
    background-color: #C0504D;
}

#placeholder {
    width: 306px;
    height: 36px;
}

#title-logo {
    text-align: center;
    width: 100%;
}

/*==================================================================
[ Custom paragraph styles ]*/
#para-title {
    color: #C0504D;
    font-size: 15px;
    font-weight: bold;
}

#para-rdx {
    text-align: center;
    color: #C0504D;
    font-size: 14px;
    font-weight: bold;
}

#para-blk {
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

#para-blk-mnr {
    text-align: center;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
}


#header-custom-title {
    color: #C40000;
    font-size: 30px;
    font-weight: bold;
}

#header-custom-title-2 {
    color: #0070C0;
    font-size: 30px;
    font-weight: bold;
}

    #header-custom-title-2 > div.header-hr {
        background-color: #4A7EBB !important;
    }

#custom-textlabel-md {
    color: #C40000;
    font-size: 16px;
    font-weight: bold;
}

#grad1 {
    height: 50px;
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #D11D1E, white);
    /* Standard syntax (must be last) */
}
/* here the rules for windows between 500px and 900px */
@media (min-width: 500px) and (max-width: 992px) {
    #login-form {
        width: 100%;
    }

    #login-box {
        width: 100%;
    }
    .hansoku-change-button {
        margin-top: -420px !important;
        margin-bottom: 420px !important;
        margin-left: 120px !important;
    }
}


.modal-ku {
    width: 1024px;
    padding-top: 3%;
    margin: auto;
}

.paginate_btn-active {
    background-color: #537DC9
}

#custom-td-cell1 {
    display: flex;
    flex-grow: 1;
    /* centering the button */
    align-items: center;
    justify-content: center;
}

.custom-a1 {
    text-decoration: underline;
    color: #0000FF;
}

    .custom-a1:hover {
        text-decoration: none;
        color: #0000FF;
    }


.btn-default-custom {
    background-color: #ffffff;
    border-color: #CCCCCC;
    color: #3d3d3d;
    font-weight: bold;
}


.btn-default-custom2 {
    background-color: #ffffff;
    border-color: #CCCCCC;
    color: #3d3d3d;
}

.content-wrapper {
    background-color: #ffffff;
}

.legend-hdr {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}


.tbl-th-custom {
    width: 39px;
    text-align: center;
    background-color: #4472C4;
    color: #ffffff;
}

.tbl-th-custom2 {
    width: 174px;
    text-align: center;
    background-color: #4472C4;
    color: #ffffff;
}

.tbl-th-custom3 {
    width: 474px;
    text-align: center;
    background-color: #4472C4;
    color: #ffffff;
}

.checkbox-custom {
    padding: 0px;
}

.step1 {
    width: 150px;
    height: 75px;
    background-color: #ffffff;
    border: 2px solid #000000;
    box-shadow: none;
    border-radius: 0px;
    color: #000000;
    font-size: 15px;
}

.step2 {
    width: 150px;
    height: 75px;
    background-color: #ffffff;
    border: 2px solid #000000;
    box-shadow: none;
    border-radius: 0px;
    color: #000000;
    font-size: 15px;
}

.step3 {
    width: 150px;
    height: 75px;
    background-color: #ffffff;
    border: 2px solid #000000;
    box-shadow: none;
    border-radius: 0px;
    color: #000000;
    font-size: 15px;
}

.step4 {
    width: 150px;
    height: 75px;
    background-color: #ffffff;
    border: 2px solid #000000;
    box-shadow: none;
    border-radius: 0px;
    color: #000000;
    font-size: 15px;
}

.main-header {
    margin: 0px;
}


.opt-addressee {
    height: 33px;
    width: 100%;
    padding-left: 5px;
}

.opt-expense_code {
    height: 33px;
    width: 100%;
    padding-left: 5px;
}

.opt-item_classification {
    height: 33px;
    width: 100%;
    padding-left: 5px;
}

.table-header-style {
    margin-bottom: 0px;
}

    .table-header-style > thead > tr > th {
        text-align: center !important;
    }

.table-body-style > tbody > tr > td {
    vertical-align: middle !important;
}

td:focus {
    outline: none;
}

.js-sub-menu-toggle {
    background-color: #ececec !important;
}

@media (min-width: 320px) and (max-width: 992px) {
    div.shipment-steps-container {
        margin: 2%;
        margin-bottom: 50px;
        text-align: center;
    }

    div.shipment-steps-box {
        display: flex;
        width: 50%;
    }

    button.shipment-steps {
        width: 110px;
        height: 70px;
    }

    .sp-pd-1 {
        padding-left: 3.6%;
    }
}

@media (min-width: 992px) {
    div.shipment-steps-container {
        margin: 2%;
        margin-left: 20%;
    }

    div.shipment-steps-box {
        display: flex;
        width: 100%;
    }

    button.shipment-steps {
        width: 146px;
        height: 70px;
    }
}

button.shipment-steps.active {
    background: #D11D1E;
    color: #ffffff;
}

img.shipment-steps-arrow {
    margin-top: 15px;
    height: 40px;
    padding: 11px 11px 11px 11px;
    vertical-align: top;
}

.display-flex {
    display: flex !important;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 1;
}

div.react-datepicker-wrapper {
    width: 100%;
}

.info-container {
    border: 1px solid #CCCCCC;
    height: 150px;
    overflow: scroll;
}

.info-table {
    margin: 1%;
}

.info-message {
    padding-left: 10px;
    white-space: pre-wrap;
    word-break: break-word;
}

.info-date {
    vertical-align: top;
    padding-top: 4px;
}

.ninushi-dtl {
    text-align: center;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.info-msg-content {
    border: 3px solid #C0504D;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    padding: 2%;
}

.left-sidebar:hover {
    overflow-y: auto;
}

.topcolumn {
    float: left;
    width: 20%;
    padding: 10px;
}

    .topcolumn > div {
        margin-bottom: 4px;
    }

.topcolumntablet {
    float: left;
    width: 33.33%;
    padding: 10px;
}
    .topcolumntablet > div {
        margin-bottom: 20px;
        height: 50px;
    }
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.buttons {
    display: flex;
}

    .buttons > div {
        float: left;
    }

    .buttons div button {
        width: 100%;
    }

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
}

.date-range-separator {
    text-align: center;
    padding-top: 10px;
    margin-left: -7px;
}

.date-range-group {
    display: flex;
}

    .date-range-group > div:last-child {
        margin-left: -6px;
        padding-right: 16px;
    }

div.custom-form-wrapper > div.row > div[class*="col-"]:not(:first-child) {
    padding-left: 0px;
}

div.address-field-pd {
    padding-left: 11px;
}

@media screen and (min-width: 992px) {
    .sp-mg {
        margin-top: 204.4px;
    }

    .sp-daterange-min {
        padding-left: 10px;
    }
}

.message-panel {
    background-color: #dbeef4;
    color: red;
    text-align: center;
    white-space: pre-wrap;
    padding: 20px;
    overflow-wrap: break-word;
}

.powder-blue-bg {
    background-color: #dbeef4 !important;
}

.total-header-bg {
    background-color: #0070c0 !important;
}

.react-datepicker__day--disabled {
    background-color: none !important;
    border-radius: 0.3rem;
}

.shuka-date-style .react-datepicker__day--selected {
    background-color: rgb(146,208,80) !important;
    border-radius: 0.3rem;
}

.react-datepicker-popper {
    min-width: 250px !important;
}

.pd-l-10 {
    padding-left: 10.5px !important;
}

#backtoTopBtnDiv.bottomSpacing {
    margin-top: 50px;
}

#backtoTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    /*right: 30px;*/
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #4bacc6;
    color: white;
    border-radius: 35px;
    cursor: pointer;
    padding: 10px 16px;
    text-align: center;
    width: 70px;
    height: 70px;
    opacity: 0.5;
}

    #backtoTopBtn:hover {
        background-color: #3a879c;
        opacity: 0.8;
    }

.pd-l-7 {
    padding-left: 7px !important;
}

.pd-l-8 {
    padding-left: 8px !important;
}

.pre-wrap {
    white-space: pre-wrap !important;
    text-align: left !important;
}

    .pre-wrap > label {
        white-space: pre !important;
    }

/* Tabs */

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #495057;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            /*color: #495057;*/
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

a.nav-item.nav-link.active {
    color: #0366d6 !important;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-pane {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 10px 20px 10px;
}

.tab-content {
    padding-top: 0px !important;
}

    .tab-content > .tab-pane > div.row {
        padding-left: 5px;
        padding-right: 5px;
    }

        .tab-content > .tab-pane > div.row:first-child {
            margin-top: 15px;
        }

div.custom-form-group > div.row > div.form-group {
    margin-bottom: 0px !important;
}

div.input-label-overflow-wrap > label {
    overflow-wrap: break-word;
}

.pd-l-17-5 {
    padding-left: 17.5px !important;
}

.pd-r-0 {
    padding-right: 0px !important;
}

    .pd-r-0 > div > div:last-child {
        padding-right: 0px !important;
    }

.hansoku-gray-cell {
    background-color: gray;
    color: white;
}

.hansoku-gray-cell:hover {
    color: inherit !important;
}

.sp-pd-2 {
    padding-right: 42px !important;
}

/* IE 10/11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .react-bs-table-sizePerPage-dropdown {
        margin: 0px 10px 0px 10px !important;
    }

    .d-block, .d-none {
        display: inline-flex !important;
    }

        .d-block > span:first-child, .d-block > span:last-child, .d-none > span:first-child, .d-none > span:last-child {
            padding-top: 7px !important;
        }
}

/* Tablet View */
.tablet-font-size {
    font-size: 125%;
}

    /* Screen title font-size */
    .tablet-font-size h2.header-custom-title {
        font-size: 110%;
    }

    /* Input field font-size */
    .tablet-font-size input {
        font-size: 110%;
        height: 100%;
    }

    /* Scrollbar label font-size */
    .tablet-font-size > div > div.left-sidebar > div.sidebar-scroll a {
        font-size: 100%;
    }

    .tablet-font-size .btnSpecial {
        padding-bottom: 21px !important;
    }

    .tablet-font-size input[type=checkbox] {
        height: 30px !important;
        width: 19px !important;
    }

    .tablet-font-size #bigbell-title {
        padding-top: 5px;
    }

    .tablet-font-size #bigbell-ninushi > div {
        padding-top: 0px !important;
    }

    .tablet-font-size button:not([class*="btn-return"]) {
        font-size: 91% !important;
    }

    .tablet-font-size button[class*="btn-return"] {
        font-size: 55% !important;
    }

    .tablet-font-size > div.wrapper > div.content-wrapper {
        margin-top: 12px;
    }

    .tablet-font-size > div > div.left-sidebar > div.sidebar-scroll span {
        padding-left: 15px;
    }
    .tablet-font-size input[type=checkbox] {
        height: 30px !important;
    }
    .tablet-font-size input[type=radio] {
        height: 30px !important;
        width: 19px !important;
    }

    .tablet-font-size .form-check {
        display: flex !important;
    }

    .tablet-font-size .form-check input[type=checkbox] {
        margin-top: 4px !important;
    }

    .tablet-font-size .form-check label {
        padding-top: 5px !important;
    }

/* END */

.modal-mobile-width > div {
    width:90% !important;
}
.modal-mobile > .modal-dialog > .modal.modal-content {
    width: 100% !important;
}
.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.btn-plus {
    cursor: pointer;
    color: #DB3833;
    padding: 4px;
}

.btn-minus {
    cursor: pointer;
    color: #1b6ec2;
    padding: 4px;
}

.adp0302-picking-rows {
    margin-top: 3px;
    margin-bottom: 3px;
}

.bigbell-radio-group {
    padding-top: 5px;
}

.bigbell-radio-group > label {
    vertical-align: middle;
    margin-left: 5px;
}

.bigbell-radio-group > input:not(:first-child) {
    margin-left: 10px;
}
.selection-panels,
.selection-panels-tablet {
    width: 100%;
    border-collapse: collapse;
}

.selection-panels div {
    height: 36px;
    width: 70px;
    cursor: pointer;
    display: inline-block;
    text-align:center;
    padding-top: 8px;
}

.selection-panels-tablet div {
    height: 3.5rem;
    width: 7.5rem;
    border-collapse: collapse;
    cursor: pointer;
    display: inline-block;
    text-align:center;
    padding-top: 0.8rem;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 1px 0px;
}

.selection-panels div.selected,
.selection-panels-tablet div.selected {
    background: #DDEBF7;
}

.selection-panels div.first,
.selection-panels-tablet div.first {
    border-width: 1px !important;
}

.adp0304-form {
    margin: 10px 0px;
}

.adp0304-label {
    font-weight: bold;
    color: #FFFFFF;
    background: #4472C4;
    font-size: 16px;
}

.adp0304-header {
    font-weight: bold;
    color: #000000;
}

.adp0304-dropdown{
    background-color: #fff !important;
}

.adp0304-dropdown:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#postalCode::placeholder {
    font-size: 0.68rem;
}
#phoneNumber::placeholder {
    font-size: 0.68rem;
}