html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

input:read-only {
    background-color: #fff !important;
}

input:read-only:hover {
    cursor: pointer;
}

.navbar-logo {
    width: 38px;
    height: 36px;
}

.navbar-logo .logo-mini {
    margin-top: 7px;
}

.credit-detail {
    color: #4c4c4c;
    font-size: 10pt;
    text-align: right;
}

.credit-detail .credit {
    font-weight: bold;
}

.content {
    min-height: calc(100% - 165px);
}

footer {
    background-color: #eaeaea;
}

footer>p {
    padding: 35px 20px;
    margin-bottom: 0;
}

fieldset.date-search-box>legend {
    font-size: 10pt;
    margin-bottom: -5px;
    color: #555;
    font-weight: bold;
}

.form-order-request .order-row {
    padding-right: 7px;
}

.form-order-request .order-row {
    padding-top: 15px;
    padding-bottom: 35px;
}

.form-order-request .order-row:not(:last-child) {
    border-bottom: 1px solid #555;
}

.form-order-request .order-row textarea {
    resize: none;
}

.form-order-request .order-row>.title {
    font-size: 1.4em;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.form-order-request .time-range * {
    display: inline-block;
}

.form-order-request .time-range .seperator {
    text-align: center;
    font-weight: bold;
    width: 32px;
}

.form-order-request .time-range .select-box {
    width: calc(45% - 10px);
}

.form-order-request .form-group .alert {
    margin-top: 10px;
}

.list-horizontal {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.list-horizontal>li {
    list-style-type: none;
    float: left;
}

.list-horizontal>li:not(:last-child) {
    margin-right: 12px;
}

.alert .btn {
    margin-top: 5px;
    text-decoration: none;
}

.box form {
    margin-bottom: 0;
}

.box .table-data {
    margin-bottom: 15px;
}

.content-header h1 {
    font-family: ThaiSansNeue;
    font-weight: bold;
    font-size: 2em;
}

.btn-logout:hover {
    background-color: #d73925 !important;
    border-color: #AD1F0D !important;
}

.dl-comment {
    margin-bottom: 0;
}

.dl-comment.dl-horizontal>dt:not(:last-child),
.dl-comment.dl-horizontal>dd:not(:last-child) {
    margin-bottom: 3px;
}

.dl-comment.dl-horizontal>dt {
    width: 180px;
    text-align: left;
}

.dl-comment>dd {
    margin-left: 200px;
}


/* Base style */

.btn.btn-primary,
.pagination .active>a {
    background-color: #000;
    /*border: 1px solid #ec3f79;*/
}

.box.box-primary {
    border-top-color: #ec3f79;
}


/* Login Box */

.login-box {
    margin-top: 100px;
    margin: 100px auto;
    background-color: #fff;
    padding: 20px 20px 20px;
    max-width: 800px;
    width: auto !important;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.login-title .web-logo {
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
}

.login-title .title {
    font-family: ThaiSansNeue;
    font-weight: bold;
    font-size: 20pt;
    color: #318dd9;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.login-title .desc {
    font-family: ThaiSansNeue;
    font-size: 14pt;
    text-align: center;
    color: #ccc;
}

.login-body {
    padding: 5px 10px;
}

.login-footer {
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 2px solid #03adfc;
}

.login-desc {
    padding: 40px 20px;
}

.login-desc .title {
    font-family: ThaiSansNeue;
    font-weight: bold;
    font-size: 1.8em;
    color: #a9d1f1;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
}

.login-desc .detail {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 20px;
}