﻿.btn-base {
    border-radius: 2px;
    width: 66px;
    height: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    background-color: rgb(255, 0, 0);
}

    .btn-base:hover {
        color: rgb(255, 255, 255);
    }

.btn-primary {
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(255, 0, 0);
}

.btn-disabled {
    background-color: #7c7c7c;
}

.btn-primary:hover {
    border: 1px solid transparent;
    border-image: none;
    background-color: rgb(255, 0, 0);
}

.btn-primary:active {
    border: 1px solid transparent;
    border-image: none;
    background-color: rgb(255, 0, 0);
}

.btn-primary:focus {
    border: 1px solid transparent;
    border-image: none;
    background-color: rgb(255, 0, 0);
}

    .btn-primary:focus:active {
        border: 1px solid transparent;
        border-image: none;
        background-color: rgb(255, 0, 0);
    }

.btn-primary:hover:active {
    border: 1px solid transparent;
    border-image: none;
    background-color: rgb(255, 0, 0);
}

.container-flex {
    padding: 15px;
    min-height: 960px;
    box-shadow: inset 0px 1px 10px rgba(0,0,0,0.1);
    background-color: rgb(236, 236, 236);
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-con > li {
    display: inline-block;
}

.widget {
    border-radius: 3px;
    border: 1px solid rgb(218, 222, 221);
    border-image: none;
    overflow: hidden;
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
}

    .widget .widget-header {
        height: 40px;
        color: rgb(255, 255, 255);
        line-height: 40px;
        padding-left: 15px;
        font-size: 1.1em;
        background-color: rgb(155, 176, 171);
    }

        .widget .widget-header.msg {
            color: rgb(85, 85, 85);
            background-color: rgb(255, 255, 255);
        }

        .widget .widget-header h3 {
            font-family: "Helvetica Neue", "microsoft yahei", Helvetica, Arial, sans-serif;
        }

.widget-header .row .rt {
    padding-right: 15px;
}

.widget-header .btn-primary, .widget-header .btn-success {
    margin-top: -5px;
}

.con-table {
    padding: 15px;
}

    .con-table table tr th {
        vertical-align: middle;
    }

    .con-table table tr td {
        vertical-align: middle;
    }

.widget-top {
    padding: 15px;
}

.widget-top-box {
    border-radius: 3px;
    border: 1px solid rgb(218, 222, 221);
    border-image: none;
    width: 48%;
}

    .widget-top-box ul {
        margin: 0px 10%;
        padding: 10px 0px;
    }

        .widget-top-box ul li {
            text-align: center;
            line-height: 40px;
        }

.slash-flex {
    position: relative;
}

    .slash-flex::after {
        top: 0px;
        right: -2px;
        display: inline-block;
        position: absolute;
        content: "/";
    }

.widget-top-box ul li.list {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.widget-md {
    margin: 0px 15px;
    border: 1px solid rgb(218, 222, 221);
    border-image: none;
}

.widget-md-head {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 1.1em;
    border-bottom-color: rgb(218, 222, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.widget-md-con {
    padding: 10px;
}

.widget-md-head-f {
    padding: 0px 15px;
    line-height: 50px;
    font-size: 1.1em;
    border-bottom-color: rgb(218, 222, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    min-height: 50px;
}

.widget-md-con table tbody tr td {
    vertical-align: middle !important;
}

.widget-md-con table thead tr td {
    vertical-align: middle !important;
}

.font-16 {
    font-size: 16px;
}

.widget-md-over {
    -ms-overflow-x: auto;
    -ms-overflow-y: auto;
    max-height: 200px;
}

.btn-gray {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.4285;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    background-color: rgb(155, 176, 171);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .btn-gray:hover {
        color: rgb(255, 255, 255);
    }

.btn-purple-s {
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.4285;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    background-color: rgb(255, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .btn-purple-s:hover {
        color: rgb(255, 255, 255);
    }

.btn-purple-b {
    padding: 5px 16px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.4285;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    background-color: rgb(255, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .btn-purple-b:hover {
        color: rgb(255, 255, 255);
    }

.btn-orange-s {
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.4285;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    background-color: rgb(243, 184, 32);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .btn-orange-s:hover {
        color: rgb(255, 255, 255);
    }

.flow-path {
    height: 50px;
    margin-top: 15px;
}

    .flow-path li {
        background: rgb(255, 255, 255);
        border-radius: 4px;
        width: 16%;
        text-align: center;
        color: rgb(135, 135, 135);
        line-height: 50px;
        margin-right: 0.8%;
        float: left;
    }

        .flow-path li:first-child {
            background: rgb(155, 176, 171);
            color: rgb(255, 255, 255);
        }

        .flow-path li:last-child {
            margin-right: 0px;
        }

.window-msg {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    margin-top: 15px;
    min-height: 80px;
}

.window-msg-head {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 16px;
    border-bottom-color: rgb(218, 222, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

    .window-msg-head b {
        top: 13px;
        width: 21px;
        height: 21px;
        right: 15px;
        display: block;
        position: absolute;
    }

        .window-msg-head b.up {
            background: url("../images/arrow_up.png");
        }

        .window-msg-head b.down {
            background: url("../images/arrow_down.png");
        }

.window-msg-content {
    margin: 20px 30px;
}

.window-msg ul {
    padding: 6px 30px 12px;
}

    .window-msg ul li {
        width: 200px;
        color: rgb(135, 135, 135);
        line-height: 32px;
        float: left;
    }

        .window-msg ul li:last-child {
            width: 320px;
        }

.widget-head {
    background: rgb(155, 176, 171);
    border-radius: 4px;
    height: 45px;
    color: rgb(255, 255, 255);
    line-height: 45px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}

.widget-nav {
    padding-left: 30px;
    border-bottom-color: rgb(162, 173, 169);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .widget-nav > li {
        margin-bottom: -1px;
        float: left;
    }

        .widget-nav > li > a {
            padding: 10px 15px;
            color: rgb(85, 85, 85);
            margin-right: 2px;
            display: block;
            position: relative;
        }

            .widget-nav > li > a:hover {
                cursor: pointer;
                background-color: rgb(238, 238, 238);
            }

        .widget-nav > li.active > a {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(162, 173, 169) rgb(162, 173, 169) rgb(255, 255, 255);
            border-image: none;
            color: rgb(162, 173, 169);
            cursor: pointer;
            background-color: rgb(255, 255, 255);
        }

            .widget-nav > li.active > a:focus {
                border-width: 1px;
                border-style: solid;
                border-color: rgb(162, 173, 169) rgb(162, 173, 169) rgb(255, 255, 255);
                border-image: none;
                color: rgb(162, 173, 169);
                cursor: pointer;
                background-color: rgb(255, 255, 255);
            }

            .widget-nav > li.active > a:hover {
                border-width: 1px;
                border-style: solid;
                border-color: rgb(162, 173, 169) rgb(162, 173, 169) rgb(255, 255, 255);
                border-image: none;
                color: rgb(162, 173, 169);
                cursor: pointer;
                background-color: rgb(255, 255, 255);
            }

.search-box {
    padding: 30px 30px 30px 0px;
}

.search-box-key li {
    margin-right: 30px;
    margin-bottom: 18px;
    float: left;
}

    .search-box-key li span {
        width: 80px;
        text-align: right;
        line-height: 32px;
        display: inline-block;
    }

.form-control-input {
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid rgb(204, 204, 204);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-image: none;
    height: 32px;
    color: rgb(85, 85, 85);
    line-height: 1.4285;
    font-size: 14px;
    display: inline-block;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-input-100 {
    width: 100px;
}

.search-box-sel {
    line-height: 40px;
    padding-left: 95px;
}

.search-box-sel-item {
    width: 180px;
    padding-left: 30px;
    float: left;
    position: relative;
}

    .search-box-sel-item .cur_sel {
        left: 0px;
        top: 0px;
        position: absolute;
    }

.search-box-btn {
    text-align: center;
}

.page-box {
    padding-right: 15px;
    margin-bottom: 10px;
}

.page-box-txt {
    line-height: 32px;
    margin-right: 15px;
}

.pageCtrl {
    border-radius: 4px;
    padding-left: 0px;
    display: inline-block;
}

    .pageCtrl li {
        display: inline;
    }

    .pageCtrl > li:first-child > a {
        margin-left: 0px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pageCtrl > li > a {
        padding: 6px 12px;
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        color: rgb(110, 110, 110);
        line-height: 1.4285;
        text-decoration: none;
        margin-left: -1px;
        float: left;
        position: relative;
        background-color: rgb(255, 255, 255);
    }

    .pageCtrl > li:last-child > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pageCtrl > li > a:hover {
        border-color: rgb(221, 221, 221);
        color: rgb(110, 110, 110);
        background-color: rgb(238, 238, 238);
    }

    .pageCtrl > li > a:focus {
        border-color: rgb(221, 221, 221);
        color: rgb(110, 110, 110);
        background-color: rgb(238, 238, 238);
    }

    .pageCtrl > li > a.active {
        border-color: rgb(221, 221, 221);
        color: rgb(110, 110, 110);
        background-color: rgb(238, 238, 238);
    }

.save-box-btn {
    text-align: center;
    margin-right: 30px;
    position: relative;
}

.save-to {
    left: 15px;
    top: 0px;
    line-height: 32px;
    font-size: 16px;
    position: absolute;
}

.approve-txt {
    color: rgb(135, 135, 135);
    line-height: 20px;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 30px;
}

.approve-history {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding-bottom: 1px;
    margin-top: 15px;
}

.approve-history-head {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-color: rgb(218, 222, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.approve-history-con {
    margin: 15px;
}

.top-bar.navbar-fixed-top + .bottom {
    margin-top: 0px !important;
    padding-top: 40px !important;
}

.breadcrumb {
    margin-bottom: 0;
}

.sidebar-minified {
    margin-top: 15px;
}

select.input-sm {
    border-radius: 0;
}

.top-bar .logged-user .dropdown-menu {
    left: 0px;
    top: 23px;
    padding: 0;
}
.left-sidebar {
    position: fixed;
    width: 250px;
}
.left-sidebar.minified i.nav-line {
    display: none;
}

.top-bar .logo {
    position: relative;
    top: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
}

    .top-bar .logo :first-child img {
        width: auto;
        height: 40px;
    }

.top-content ul.quick-access > li .quick-access-item {
    text-align: center;
}

    .top-content ul.quick-access > li .quick-access-item span {
        text-align: center;
    }

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 30 !important;
}

.loading {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.progress-bar {
    width: 4px;
    height: 5px;
    background: #296EAA;
    float: left;
    margin: 0 3px;
    animation: demo2 linear 1s infinite;
    -webkit-animation: demo2 linear 1s infinite;
}

    .progress-bar:nth-child(1) {
        animation-delay: 0s;
    }

    .progress-bar:nth-child(2) {
        animation-delay: 0.15s;
    }

    .progress-bar:nth-child(3) {
        animation-delay: 0.3s;
    }

    .progress-bar:nth-child(4) {
        animation-delay: 0.45s;
    }

    .progress-bar:nth-child(5) {
        animation-delay: 0.6s;
    }

    .progress-bar:nth-child(6) {
        animation-delay: 0.75s;
    }

@keyframes demo2 {
    0%,60%,100% {
        transform: scale(1);
    }

    30% {
        transform: scaleY(2);
    }
}

@-webkit-keyframes demo2 {
    0%,60%,100% {
        transform: scale(1);
    }

    30% {
        transform: scaleY(2);
    }
}

.error {
    color: #e10a39;
    font-weight: bold;
}
select.form-control {
    -webkit-appearance: menulist;
}

select::-ms-expand {
    display: none;
}