/* login page */
.page-login .m-b-20 {
    margin-bottom: 20px;
}

.page-login .m-t-25 {
    margin-top: 25px;
}

.page-login .m-t-30 {
    margin-top: 30px;
}

.page-login .p-b-5 {
    padding-bottom: 5px;
}

.page-login .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page-login {
    background-color: #a70336;
    background-image: linear-gradient(rgba(255, 255, 255, 0.0) 240px, #f2f7fb 0%);
}

.page-login .logo img {
    height: 200px;
}

.page-login .login-block {
    min-height: 100vh;
}

.page-login .login-block .auth-box {
    margin: 20px auto 0;
    max-width: 450px;
}

.page-login .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-login .card .card-block {
    padding: 1.25rem;
}

.page-login .card .card-block p {
    line-height: 1.4;
}

.page-login .form-group {
    position: relative;
    margin-bottom: 1.25em;
}

.page-login .form-control {
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    height: 43px;
    width: 100%;
    font-weight: 400;
    padding: 0 0 0 1.25rem;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.page-login .form-material .form-bar {
    position: relative;
    display: block;
    width: 100%;
}

.page-login .form-bar:before {
    left: 50%;
}

.page-login .form-bar:after, .form-material .form-bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
}

.page-login .checkbox-fade, .page-login .checkbox-zoom {
    display: inline-block;
    margin-right: 15px;
}

.page-login .checkbox-zoom label {
    line-height: 20px;
}

.page-login .checkbox-fade label {
    line-height: 20px;
}

.page-login .checkbox-fade, .page-login .forgot-phone a {
    font-size: 0.875rem;
    color: #37474f;
}

.page-login .forgot-phone a {
    font-weight: 700;
}

.page-login .btn {
    border-radius: 2px;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
}

.page-login .btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}

.page-login .btn-primary {
    background-color: #a70336;
    border-color: #a70336;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.page-login .btn-primary:hover {
    background-color: #82042b;
}

/* user panel */
.p-useraccount .row.settings button a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #171717;
}

.p-useraccount .row.settings button a:hover {
    text-decoration: none;
}

.p-useraccount .row.settings button a i {
    display: table;
    font-size: 30px;
    margin: 0 auto 5px;
}

/* dashboard - production */
.page-proddashboard .breadcrumb li {
    display: table;
    margin: 0 auto;
}

.page-proddashboard .header {
    background-color: #a70236;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}

.page-proddashboard .col-12 {
    margin-bottom: 40px;
}

.page-proddashboard .col-6 {
    border: 1px solid #dee2e6;
}

.page-proddashboard .col-6 > div:nth-child(3),
.page-proddashboard .col-6 > div:nth-child(2) {
    border-bottom: 1px solid #dee2e6;
    padding-top: 0 !important;
}

.page-proddashboard .float-left {
    border-right: 1px solid #dee2e6;
}

.page-proddashboard .ff {
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.page-proddashboard .ff .title {
    font-size: 14px;
}

.page-proddashboard .ff .data {
    font-size: 24px;
    font-weight: 700;
}

.page-proddashboard .in_plus {
    background-color: #e5f2e5;
}

.page-proddashboard .in_minus {
    background-color: #ffe5e5;
}

/* workstation statistics */
.stats_detail .wp-title {
    background-color: #1e2a36;
    color: #fff;
}
/* order hall tracking */
.progress {
    background-color: #263544 !important;
}
.progress-bar {
    background-color: #82042b !important;
}