.container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    background: #F8F9FA;
}

.center-box {
    display: table-cell;
    vertical-align: middle;
}

.adjacent-center {
    width: 430px;
    display: inline-block;
    text-align: left;
}

.adjacent-center h1 {
    text-align: center;
}

.adjacent-center .control-group .control {
    width: 100%;
}

h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}


.badge-payment-order {
    color: #fff;
    background-color: #107526;
}

.badge-shipped {
    color: #fff;
    background-color: #0965B9;
}

.adjacent-center .brand-logo {
    margin-bottom: 30px;
    text-align: center;
}

.footer {
    margin-top: 40px;
    padding: 0 20px;
}

.footer p {
    font-size: 14px;
    color: #8E8E8E;
    text-align: center;
}

.adjacent-center .btn-xl {
    width: 100%;
}

.brand-logo img {
    width: 160px;
    max-height: 100%;
}

.flex-control-input {
    display: flex;
    align-items: center;
}

.symbol-input {
    margin-left: 8px;
    font-weight: 700;
}

.pull-right {
    float: right;
}
.btn-close {
    display: inline-block;
}
.container-x-button {
    width: 100%;
    display: inline-block;
}

.control.full {
    width: 100%;
}
.control-group.full {
    width: 100%;
}

.action-footer {
    display: flex;
    justify-content: flex-end;
}
.action-button {
    cursor: pointer;
    color: dodgerblue;
    margin: 0px 10px;
    font-weight: 700;
}
.navbar-left ul.menubar li.menu-item {
    padding: 5px;
}
.navbar-left {
    padding-top: 5px;
    font-size: 10px;
}
.navbar-left ul.menubar li.menu-item span.icon {
    width: 36px;
    height: 36px;
}