input, .form-control, select {
    color: black !important;
}

input:-ms-input-placeholder {
    color: #858585 !important;
}

.widget-toolbox .list-inline {
	margin-bottom: 0px;
}

.customer-type-regular {
    background-color: #ffffea;
}

.customer-type-volume {
    background-color: #fdeff2;  
}

.customer-type-stop {
    background-color: #727171;
}

.customer-rank-01 {
    background-color: #F59E9E;
}

.customer-rank-02 {
    background-color: #F5C69E;
}

.customer-rank-03 {
    background-color: #F5F29E;
}

.customer-rank-04 {
    background-color: #97E66E;
}

.customer-rank-05 {
    background-color: #AFEAD2;
}

.customer-rank-06 {
    background-color: #9DABA7;
}

.shikaku {
    width: 10em;
}

div.form-group div.continue{
  float: left;
}

.input-group-addon {
    min-width: 7em;
}

.input-group-addon-range {
    width: 1em !important;
    min-width: 1em !important;
}

.search-customer-number {
    width: 6em;
}

.search-customer-name {
    width: 100% !important;
}

.login-layout h4 {
    padding-right: 2em;
}

.help-block {
    color: red;
}

.input-xs {
    width: 5em;
}

.pagination > .disabled > a {
    color: black;
    font-weight: bold;
}

@media (min-width: 768px) {

    .modal-dialog {
        width: 80% !important;
    }
    
}
@media (max-width: 768px) {
    .continue, .datepicker {
        margin-bottom: 8px;
    }
}
