/*	
*	################################################################################
*	
*	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
*	
*	################################################################################
*/

#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;
}

#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: 900px) {
    #login-form {
        width: 100%;
    }

    #login-box {
        width: 100%;
    }
}


.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;
    }
}
@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;
}

label.emphasize {
    font-weight: 700 !important;
}

.import-input {
    padding-left: 17px !important;
}

.message-panel {
    background-color: #dbeef4;
    color: red;
    text-align: center;
    white-space: pre-wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
tr[class^="table-new-tr"] {
    height: 30px;
}
.display-hansoku-web {
    padding: .2em .25em .15em;
    max-width: 300px;
    max-height: 210px;
}

@media screen and (min-width: 992px) {
    .sp-mg {
        margin-top: 204.4px;
    }
}

@media (max-width: 992px) {

    .sp-daterange-min {
        padding-left: 10px !important;
    }
}

.react-datepicker-popper {
    z-index: 4 !important;
}

.order-status-header {
    min-width: 250px;
    height: 30px;
    margin-top: 1.5px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center !important;
    padding-left: 10px;
    padding-right: 10px;
}

    .order-status-header.accepting {
        background-color: #fff;
        box-shadow: 0 0 1px 1px #fff;
    }

    .order-status-header.stopped {
        background-color: rgb(255, 230, 153);
        box-shadow: 0 0 1px 1px rgb(255, 230, 153);
    }

    .order-status-header.confirmed {
        background-color: rgb(157, 195, 230);
        box-shadow: 0 0 1px 1px rgb(157, 195, 230);
    }

.order-status-container {
    margin-right: 20px;
}

.tabs button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: #f1f1f1;
}

.tabs button.active {
    background-color: #428bca;
    border-color: #357ebd;
    color: white;
}

.tab-content {
    margin-top: 10px;
}

.highlight-quantity {
    background-color: pink;
}

.img-detail-border {
    height: 250px;
    width: 100%;
}

/* 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;
        }
}