﻿@CHARSET "UTF-8";
[v-cloak] {
    display: none !important;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Microsoft Yahei, PingFang SC, Helvetica, Arial, sans-serif;
    background: #f5f5f5;
    color: #505458;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #d3d3d3;
    border-left: 2px solid transparent;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border-left: 2px solid transparent;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}

* {
    outline: none !important;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505458;
    margin: 10px 0;
}

h1 {
    line-height: 43px;
}

h2 {
    line-height: 35px;
}

h3 {
    line-height: 30px;
}

h3 small {
    color: #444444;
}

h4 {
    line-height: 22px;
}

h4 small {
    color: #444444;
}

h5 {
    font-size: 15px;
}

h5 small {
    color: #444444;
}

p {
    line-height: 1.6;
}

b {
    font-weight: 600;
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.page-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 42px;
    font-family: 'Karla', sans-serif;
}

.page-header {
    border-bottom: 1px solid #DBDDDE;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px !important;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}

.text-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vertical-middle {
    vertical-align: middle;
}

.bx-shadow {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.bx-shadow-none {
    box-shadow: none !important;
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.thumb-xl {
    height: 120px;
    width: 120px;
}

.table-box {
    display: table;
    height: 100%;
    width: 100%;
}

.table-box .table-detail {
    display: table-cell;
    vertical-align: middle;
}

th {
    text-align: center;
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-pills-custom {
    margin-bottom: 20px;
}

.nav-pills-custom li a {
    padding: 5px 18px;
    border-radius: 20px;
    color: #2196f3 !important;
    line-height: 28px !important;
}

.nav-pills-custom li.active a {
    background-color: #ffffff !important;
    color: #2196f3 !important;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0px;
}

.img-thumbnail {
    border: 1px solid #EBEFF2;
}

.dropdown-menu {
    padding: 4px 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(154, 157, 160, 0.15);
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #2196f3 !important;
    color: #ffffff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: rgba(154, 157, 160, 0.1);
    color: #435966;
}

.well {
    background-color: rgba(154, 157, 160, 0.15);
    border: rgba(154, 157, 160, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(154, 157, 160, 0.25);
    box-shadow: inset 0 1px 1px rgba(154, 157, 160, 0.25);
}

.bg-custom {
    background-color: rgba(33, 150, 243, 0.75) !important;
}

.bg-primary {
    background-color: #3DA8F5 !important;
}

.bg-success {
    background-color: #4cd964 !important;
}

.bg-info {
    background-color: #31b0d5 !important;
}

.bg-warning {
    background-color: #ec971f !important;
}

.bg-danger {
    background-color: #f4645f !important;
}

.bg-muted {
    background-color: #f5f5f5 !important;
}

.bg-msyh {
    background-color: #4f5467 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-black {
    background-color: #000 !important
}

.bg-brown {
    background-color: #795548 !important
}

.bg-pink {
    background-color: #E91E63 !important
}

.bg-red {
    background-color: #F44336 !important
}

.bg-blue {
    background-color: #2196F3 !important
}

.bg-purple {
    background-color: #BA68C8 !important
}

.bg-deeppurple {
    background-color: #673AB7 !important
}

.bg-lightblue {
    background-color: #03A9F4 !important
}

.bg-cyan {
    background-color: #00BCD4 !important
}

.bg-teal {
    background-color: #009688 !important
}

.bg-green {
    background-color: #4CAF50 !important
}

.bg-lightgreen {
    background-color: #8BC34A !important
}

.bg-lime {
    background-color: #CDDC39 !important
}

.bg-yellow {
    background-color: #FFEB3B !important
}

.bg-amber {
    background-color: #FFC107 !important
}

.bg-orange {
    background-color: #FF9800 !important
}

.bg-deeporange {
    background-color: #FF5722 !important
}

.bg-gray {
    background-color: #9E9E9E !important
}

.bg-bluegray {
    background-color: #607D8B !important
}

.bg-indigo {
    background-color: #3F51B5 !important
}

.bg-lightdark {
    background-color: #f5f5f5 !important;
}

.bg-coral {
    background-color: coral !important;
}

.text-custom {
    color: #2196f3 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000 !important;
}

.text-danger {
    color: #f4645f !important;
}

.text-muted {
    color: #9a9da0 !important;
}

.text-primary {
    color: #3DA8F5 !important;
}

.text-warning {
    color: #ec971f !important;
}

.text-success {
    color: #4cd964 !important;
}

.text-info {
    color: #31b0d5 !important;
}

.text-msyh {
    color: #4f5467 !important;
}

.text-pink {
    color: #ff2d55 !important;
}

.text-purple {
    color: #9c27b0 !important;
}

.text-dark {
    color: #797979 !important;
}

.text-gray {
    color: gray !important;
}

.text-orange {
    color: orange !important;
}

.text-tomato {
    color: tomato !important;
}

.text-coral {
    color: coral !important;
}

.text-red {
    color: red !important;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control-feedback {
    line-height: 38px !important;
}

.input-group-btn .btn {
    padding: 8px 12px;
}

.input-group-btn .btn-sm {
    padding: 5px 10px;
}

.input-group-btn .btn-lg {
    padding: 10px 17px;
}

.control-label {
    font-weight: 500;
    font-size: 14px;
}

.label {
    letter-spacing: 0.05em;
    display: inline;
    padding: .2em .6em .3em;
    line-height: 2px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.label-gray {
    background-color: gray !important;
}

.label-orange {
    background-color: orange !important;
}

.label-tomato {
    background-color: tomato !important;
}

.label-coral {
    background-color: coral !important;
}

.label-red {
    background-color: red !important;
}

.label-primary {
    background-color: #3DA8F5;
}

.label-success {
    background-color: #4cd964;
}

.label-info {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #ec971f;
}

.label-danger {
    background-color: #f4645f;
}

.label-purple {
    background-color: #9c27b0;
}

.label-pink {
    background-color: #ff2d55;
}

.label-msyh {
    background-color: #4f5467;
}


/*透明背景*/

.dp-b-t {
    background-color: transparent;
}


/*登录页面*/

.login-box {
    background: url("/img/login-bg.png") no-repeat;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

.wrapper-login {
    position: absolute;
    width: 500px;
    height: 500px;
    background: url("/img/login-bg-2.png") no-repeat;
    background-size: contain;
    left: calc(75% - 250px);
    top: calc(50% - 250px);
}

.wrapper-login .dp-card {
    width: 500px;
    height: 500px;
    background: transparent;
    position: relative;
}


/*登录页面*/

.dp-right-0 {
    right: 0;
}

.dp-left-0 {
    left: 0;
}

.dp-margin-0 {
    margin: 0px !important;
}

.dp-margin-top-0 {
    margin-top: 0px !important;
}

.dp-margin-top-5 {
    margin-top: 5px !important;
}

.dp-m-t-5 {
    margin-top: 5px !important;
}

.dp-m-t-10 {
    margin-top: 10px !important;
}

.dp-m-t-15 {
    margin-top: 15px !important;
}

.dp-margin-top-20 {
    margin-top: 20px !important;
}

.dp-m-t-20 {
    margin-top: 20px !important;
}

.dp-margin-top-30 {
    margin-top: 30px !important;
}

.dp-m-t-30 {
    margin-top: 30px !important;
}

.dp-margin-top-40 {
    margin-top: 40px !important;
}

.dp-margin-top-50 {
    margin-top: 50px !important;
}

.dp-m-t-50 {
    margin-top: 50px !important;
}

.dp-margin-top-60 {
    margin-top: 60px !important;
}

.dp-m-b-0 {
    margin-bottom: 0px !important;
}

.dp-m-b-5 {
    margin-bottom: 5px !important;
}

.dp-margin-bottom-0 {
    margin-bottom: 0px !important;
}

.dp-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.dp-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.dp-margin-bottom-30 {
    margin-bottom: 30px !important;
}

.dp-margin-right-5 {
    margin-right: 5px !important;
}

.dp-m-r-5 {
    margin-right: 5px !important;
}

.dp-margin-right-10 {
    margin-right: 10px !important;
}

.dp-m-r-10 {
    margin-right: 10px !important;
}

.dp-m-r-20 {
    margin-right: 20px !important;
}

.dp-margin-left-5 {
    margin-left: 5px !important;
}

.dp-m-l-8 {
    margin-left: 8px !important;
}

.dp-margin-left-15 {
    margin-left: 15px !important;
}

.dp-m-l-30 {
    margin-left: 30px !important;
}

.dp-m-hor-15 {
    margin-left: 15px;
    margin-right: 15px
}

.dp-p-all-15 {
    padding: 15px;
}

.dp-p-hor-15 {
    padding-left: 15px;
    padding-right: 15px
}

.dp-p-ver-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.dp-p-l-0 {
    padding-left: 0px !important;
}

.dp-p-l-10 {
    padding-left: 10px !important;
}

.dp-p-l-15 {
    padding-left: 15px !important;
}

.dp-p-r-15 {
    padding-right: 15px !important;
}

.dp-padding-right-50 {
    padding-right: 50px !important;
}

.dp-p-b-15 {
    padding-bottom: 15px !important;
}

.dp-p-2 {
    padding: 2px !important;
}

.dp-p-5 {
    padding: 5px !important;
}

.dp-p-10 {
    padding: 10px !important;
}

.dp-p-15 {
    padding: 15px !important;
}

.dp-p-20 {
    padding: 20px !important;
}

.dp-p-t-10 {
    padding-top: 10px !important;
}

.dp-p-r-5 {
    padding-right: 5px !important;
}

.dp-h-p-100 {
    height: 100% !important;
}

.dp-h-500 {
    height: 500px;
}

.dp-h-550 {
    height: 550px;
}

.dp-h-600 {
    height: 600px;
}

.dp-h-650 {
    height: 650px;
}

.dp-height-30 {
    height: 30px;
    line-height: 30px;
}

.dp-height-40 {
    height: 40px;
    line-height: 40px;
}

.dp-height-50 {
    height: 50px;
}

.dp-height-34 {
    height: 34px;
}

.dp-border-0 {
    border: 0 !important;
}

.dp-b-0 {
    border: none !important;
}

.dp-border-no {
    border: 0 !important
}

.dp-border-all {
    border: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-border-btm {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-border-lft {
    border-left: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-border-rgt {
    border-right: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-border-ver {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-border-hor {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07)
}

.dp-b-r-0 {
    border-radius: 0px !important;
}

.dp-b-r-2 {
    border-radius: 2px !important;
}

.wrap {
    padding: 10px 20px 70px;
}

.wrap-dialog {
    padding: 10px 20px 10px;
}

.dp-dialog-buttom {
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: inherit;
    font-size: 12px;
}

table a:not(.btn),
.table a:not(.btn) {
    text-decoration: none;
}

.dp-table-wrapper {
    padding: 15px;
}

.dp-table-notice {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: -20px;
}

.dp-table-notice td {
    padding: 8px;
    border-top: 0px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dp-search-card {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.dp-search-card .dp-search-input {
    border: none;
    background-color: #f3f3f3;
    height: 22px;
}

.dp-search-card .dp-button {
    color: #fff;
    border-color: #03A9F4;
    background-color: #03A9F4;
    background-image: none;
    border: solid 1px #03A9F4;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dp-search-card .dp-button:hover {
    border-color: #19b6fc;
    background: #19b6fc;
}

.dp-search-wrap {
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dp-search-footer {
    padding: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.dp-action-bar {
    border-bottom: 1px solid #e0e0e0;
    margin: 8px 0 0 0;
    padding: 0 20px 0 10px;
    height: 40px;
    display: block;
}

.dp-action-bar-brand {
    float: left;
}

.dp-action-bar .dp-search-box {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100px;
}

.dp-action-bar a {
    color: grey;
    line-height: 30px;
}

.dp-action-bar a:hover {
    color: #03a9f4;
    text-decoration: none;
}


/*dp-table*/

.dp-table {
    width: 100%;
    border-collapse: collapse;
}

.dp-table td {
    padding-top: 5px;
}

.dp-table-left {
    width: 150px;
    text-align: center;
}


/*forms*/

.dp-control-totext {
    border: 0px;
    font-weight: bold;
}

.dp-fixed {
    position: fixed;
    width: 100%;
}

.dp-w-p-100 {
    width: 100%;
}

.dp-width-p30 {
    width: 30%;
    min-width: 80px;
}

.dp-width-p80 {
    width: 80%;
    min-width: 300px !important;
}

.dp-width-500 {
    width: 500px !important;
}

.dp-width-300 {
    width: 300px !important;
}

.dp-width-200 {
    width: 200px !important;
}

.dp-w-200 {
    width: 200px !important;
}

.dp-w-275 {
    width: 275px !important;
}

.dp-width-100 {
    width: 100px !important;
}

.dp-w-180 {
    width: 180px !important;
}

.dp-w-170 {
    width: 170px !important;
}

.dp-container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.dp-list-md-container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.dp-list-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.dp-view-container {
    padding: 20px;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

.dp-over-container {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

.dp-center {
    text-align: center;
}

.dp-right {
    text-align: right;
}

.dp-left {
    text-align: left;
}


/*panel-first*/

.panel-first {
    border-top: none;
}

.panel-well {
    margin-bottom: 10px;
}

.panel-list .panel-body {
    padding: 10px;
}

.nav-tabs + .panel-first {
    border-radius: 0 0 3px 3px;
}


/*layout*/

.form-required {
    color: red;
}

.dp-width-70 {
    width: 70px;
}

.btn-66 {
    min-width: 66px;
}

.btn-outline {
    color: #563d7c;
    background-color: transparent;
    border: 1px solid #563d7c;
}

.btn-outline-blue {
    color: #3DA8F5;
    background-color: transparent;
    border: 1px solid #3DA8F5;
}

.btn-outline-blue.focus {
    color: #fff;
    background-color: #3DA8F5;
    border-color: #3DA8F5;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #5ab5f7;
    border-color: #5ab5f7;
}

.btn-outline-blue.active {
    color: #fff;
    background-color: #348fd0;
    border-color: #348fd0;
}

.label-success {
    background-color: #5cb85c;
}

.label-default {
    background-color: #777;
}

.approve-widget {
    margin-bottom: 35px;
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    overflow: hidden;
    padding: 21px 30px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .0470588);
}

.approve-widget .approve-title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}

.approve-widget .approve-title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #3DA8F5;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.badge-gray {
    background: #777 !important;
}

.badge-green {
    background: #00cc66 !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.dp-white-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 20px 5px 15px 5px;
    background-color: #ffffff;
}

.dp-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 20px 5px 15px 5px;
}

.dp-page-wrapper {
    padding: 20px;
    width: 960px;
    overflow: hidden;
}

.dp-list-wrapper {
    padding: 20px 15px 15px 15px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.dp-card-wrapper {
    padding-bottom: 15px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.dp-menu-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


/*card*/

.dp-modal-card {
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0;
    padding: 15px;
    margin-bottom: 25px;
}


/*模态框*/


/*end*/

.dp-card-b {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 0 none;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 2px 3px 0px;
}

.dp-card {
    padding: 25px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 2px 3px 0px;
}

.dp-card .dp-card-menu {
    color: #9a9da0;
    font-size: 15px;
    line-height: 1px;
    padding: 0px 5px;
    display: inline-block;
}

.dp-tab-card {
    padding: 5px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 2px 3px 0px;
}

.dp-dialog-card {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .0470588);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0;
    padding: 15px;
}

.dp-form-card {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .0470588);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.dp-form-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 1px solid #DBDDDE;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.dp-form-brand {
    font-size: 16px;
    height: 50px;
    font-weight: 400;
    padding-top: 10px;
}

.dp-column-right {
    padding-top: 7px;
}

.dp-column-left {
    font-weight: bold;
}

.dp-list-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
}

.dp-form-title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #3DA8F5;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.dp-cursor-pointer {
    cursor: pointer;
}

.dt-buttons {
    float: left;
}

.dp-vertical-scrollbar::-webkit-scrollbar {
    width: 2px;
}

.dp-vertical-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.dp-vertical-scrollbar::-webkit-scrollbar-track {
    border-left: 1px solid #b5b5b5;
    background: #d3d3d3;
    border-radius: 8px;
}

.dp-vertical-scrollbar::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 8px;
}

.dp-horizontal-scrollbar::-webkit-scrollbar {
    height: 8px;
}

.dp-horizontal-scrollbar::-webkit-scrollbar-track {
    background: #d3d3d3;
}

.dp-thin-scrollbar::-webkit-scrollbar {
    width: 2px;
}

.dp-thin-scrollbar::-webkit-scrollbar-track {
    background-color: #d3d3d3;
    border-left: 2px solid transparent;
}

.dp-thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border-left: 2px solid transparent;
}

.dp-thin-scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}

.dp-horizontal-scrollbar::-webkit-scrollbar-thumb {
    background: #b5b5b5;
}

.dp-slim-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.dp-slim-scrollbar::-webkit-scrollbar-track {
    background-color: #d3d3d3;
    border-left: 2px solid transparent;
}

.dp-slim-scrollbar::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border-left: 2px solid transparent;
}

.dp-slim-scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}

.dp-transparent-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.dp-transparent-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}

.dp-transparent-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

legend {
    font-size: 16px;
}

.form-control {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn {
    border-radius: 3px;
    outline: none !important;
}

.btn-md {
    padding: 8px 16px;
}

.btn-height-40 {
    height: 40px;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-msyh,
.btn-purple,
.btn-pink {
    color: #fff !important;
}

.btn-default {
    color: #333 !important;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.btn-default:hover {
    color: #333 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}

.btn-primary,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
    background-color: #3DA8F5 !important;
    border: 1px solid #3DA8F5 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #37A0EC !important;
    border-color: #37A0EC !important;
}

.btn-success,
.btn-success.active,
.btn-success:focus,
.open > .dropdown-toggle.btn-success {
    background-color: #4cd964 !important;
    border: 1px solid #4cd964 !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #4AD061 !important;
    border-color: #4AD061 !important;
}

.btn-info,
.btn-info.focus,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #31b0d5 !important;
    border: 1px solid #31b0d5 !important;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #31AACE !important;
    border-color: #31AACE !important;
}

.btn-warning,
.btn-warning.focus,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-color: #ec971f !important;
    border: 1px solid #ec971f !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #E4921E !important;
    border-color: #E4921E !important;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.open > .dropdown-toggle.btn-danger {
    background-color: #f4645f !important;
    border: 1px solid #f4645f !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #EC625E !important;
    border-color: #EC625E !important;
}

.btn-msyh,
.btn-msyh.focus,
.btn-msyh:active,
.open > .dropdown-toggle.btn-msyh {
    background-color: #4f5467 !important;
    border: 1px solid #4c5667 !important;
    color: #fff;
}

.btn-msyh:hover {
    color: #fff !important;
    background-color: #3E4250 !important;
    border-color: #3E4250 !important;
}

.btn-purple,
.btn-purple:focus,
.btn-purple:active {
    background-color: #9c27b0 !important;
    border: 1px solid #9c27b0 !important;
    color: #fff;
}

.btn-purple:hover {
    color: #fff !important;
    background-color: #8A229C !important;
    border-color: #8A229C !important;
}

.btn-pink,
.btn-pink:focus,
.btn-pink:active {
    background-color: #ff2d55 !important;
    border: 1px solid #ff2d55 !important;
    color: #fff;
}

.btn-pink:hover {
    color: #fff !important;
    background-color: #EC294E !important;
    border-color: #EC294E !important;
}

.open > .dropdown-toggle.btn-primary.btn-custom,
.open > .dropdown-toggle.btn-success.btn-custom,
.open > .dropdown-toggle.btn-info.btn-custom,
.open > .dropdown-toggle.btn-warning.btn-custom,
.open > .dropdown-toggle.btn-danger.btn-custom,
.open > .dropdown-toggle.btn-default.btn-custom {
    border-width: 2px !important;
    color: #fff !important;
}

.open > .dropdown-toggle.btn-white.btn-custom {
    border-width: 2px !important;
}

.btn-custom.btn-default {
    color: #fff !important;
}

.btn-custom.btn-primary {
    color: #3DA8F5 !important;
}

.btn-custom.btn-success {
    color: #4cd964 !important;
}

.btn-custom.btn-info {
    color: #31b0d5 !important;
}

.btn-custom.btn-warning {
    color: #ec971f !important;
}

.btn-custom.btn-danger {
    color: #f4645f !important;
}

.btn-custom.btn-msyh {
    color: #4c5667 !important;
}

.btn-custom.btn-purple {
    color: #9c27b0 !important;
}

.btn-custom.btn-white {
    color: #4c5667 !important;
}

.btn-custom.btn-white:hover,
.btn-custom.btn-white:focus,
.btn-custom.btn-white:active {
    color: #4c5667 !important;
    background-color: #f4f8fb !important;
}

.btn-custom.btn-pink {
    color: #ff2d55 !important;
}

.btn-rounded {
    border-radius: 2em !important;
    padding: 6px 20px;
}

.btn-rounded .btn-label {
    padding: 7px 15px 7px 20px;
    margin-left: -20px;
}

.btn-rounded .btn-label-right {
    margin-right: -20px;
    margin-left: 12px;
}

.btn-custom {
    -moz-border-radius: 2px;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-border-radius: 2px;
    -webkit-transition: all 400ms ease-in-out;
    background: transparent;
    background-color: transparent !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    border-width: 2px !important;
    font-weight: 600;
    transition: all 400ms ease-in-out;
    background-clip: inherit;
}

.btn-custom:hover {
    color: #ffffff !important;
    border-width: 2px !important;
}

.btn-custom:focus {
    color: #ffffff !important;
    border-width: 2px !important;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -13px;
    margin-right: 12px;
}

.btn-label-right {
    margin-left: 12px;
    margin-right: -13px;
    border-radius: 0px 3px 3px 0px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.checkbox label::after {
    color: #555555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
    outline: thin dotted;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-custom input[type="radio"] + label::after {
    background-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #5fbeaa;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #3DA8F5;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #3DA8F5;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #3DA8F5;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #f4645f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #f4645f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #f4645f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #31b0d5;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #31b0d5;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #31b0d5;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ec971f;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ec971f;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ec971f;
}

.radio-success input[type="radio"] + label::after {
    background-color: #4cd964;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #4cd964;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #4cd964;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #9c27b0;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #9c27b0;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #9c27b0;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #ff2d55;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #ff2d55;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #ff2d55;
}


/*办理导航*/

.approve-navbar-wrap {
    display: block;
    padding-top: 5px;
}

.approve-navbar-avatar {
    float: left;
}

.approve-navbar-icon {
    font-size: 35px;
    color: #5ab5f7;
}

.approve-navbar-content {
    display: block;
}

.approve-navbar-title {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 40px;
}

.approve-navbar-eidt {
    padding-top: 10px;
    padding-left: 45px;
}

.approve-navbar-icon-edit {
    color: #5ab5f7;
    cursor: pointer;
}

.approve-navbar-no {
    padding-bottom: 5px;
}


/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */


/* Common styles for all types */

.bs-callout {
    border: 1px solid #eee;
    border-left-width: 3px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}


/* Tighten up space between multiple callouts */

.bs-callout + .bs-callout {
    margin-top: -5px;
}


/* Variations */

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-danger h4 {
    color: #ce4844;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-warning h4 {
    color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.dp-tabs-wrap {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
}

.dp-tabs-wrap .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5ab5f7;
}

.dp-tabs-wrap .nav-pills > li > a {
    border-radius: 4px;
}

.dp-tabs-wrap .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
    margin-top: 7px;
}

input {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

input:focus,
input:hover {
    border-color: #49a9ee;
    outline: 0;
}

textarea {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    cursor: text;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

textarea:focus,
textarea:hover {
    border-color: #49a9ee;
    outline: 0;
}

select {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

select:focus,
select:hover {
    border-color: #49a9ee;
    outline: 0;
}


/*框架菜单*/

.dp-ifram-menu {
    position: absolute;
    box-sizing: border-box;
    width: 200px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dp-ifram-menu-header {
    padding: 15px 20px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    text-shadow: 0 0 black;
}

.dp-ifram-menu-header span {
    padding-left: 5px;
}

.dp-ifram-menu-title {
    color: #555;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 600;
}

.dp-ifram-menu-item {
    line-height: 30px;
    height: 30px;
    color: #444;
    cursor: pointer;
    font-size: 12px;
}

.dp-ifram-menu-item a {
    color: #444;
    display: block;
    padding-left: 20px;
}

.dp-ifram-menu-item a:hover {
    background-color: #cae0ec;
}

.dp-ifram-menu-item a i {
    width: 25px;
    font-size: 1.4em;
    display: inline-block;
}

.dp-ifram-menu-item-active {
    background-color: #cae0ec;
    border-right: 2px solid #647f9d;
}

.dp-ifram-menu-content {
    float: left;
    box-sizing: border-box;
    padding-left: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
    clear: both;
    color: #717592;
    min-width: 100%;
    min-height: 500px;
}


/*框架菜单*/


/*tree结构*/

.dp-frame-head {
    font-size: 16px;
    cursor: pointer;
}

.dp-frame-head .nav-tabs {
    border: 0px;
    white-space: nowrap;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dp-frame-head .nav-tabs li {
    border-bottom: 2px solid #E5E5E5;
}

.dp-frame-head .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0px solid #ddd;
}

.dp-frame-head .nav-tabs > li > a {
    border: 0px solid transparent;
    color: #353535;
}

.dp-frame-head .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid transparent;
}

.dp-frame-head .nav-tabs > li > a:hover,
.daily-head .nav-tabs > li > a:focus {
    background-color: #fff;
}

.dp-frame-head .nav-tabs li.active,
li:after {
    border-bottom: 2px solid #3da8f5;
}


/*tree结构*/

.org-tab .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: rgb(255, 255, 255);
    background-color: #5ab5f7;
}

.org-tab .nav > li > a {
    position: relative;
    display: block;
    line-height: 30px !important;
    border-radius: 30px;
    padding: 0px 15px;
}


/*自导航结构*/

.dp-nav-sub {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    margin: 0;
    overflow: auto;
    box-shadow: inset 0 -2px 0 0 #eee;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #d9d9d9;
}

.dp-nav-sub li {
    display: inline-block;
    vertical-align: top
}

.dp-nav-sub li > a {
    text-decoration: none;
    display: inline-block;
    color: #7a7a7a;
    position: relative;
    width: 100%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-size: 13px;
}

.dp-nav-sub li > a:after {
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

@media (min-width: 768px) {
    .dp-nav-sub li > a {
        padding: 15px;
    }
}

.dp-nav-sub li.active > a {
    color: #000
}

.dp-nav-sub li.active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.dp-nav-sub > li > a:after {
    content: "";
    left: 0;
    background: #2196F3;
    height: 2px;
}


/*自导航结构*/


/*mail list*/

.dp-mail-list .list-group-item {
    background-color: transparent;
    color: #343c49;
    font-size: 14px;
}

.dp-mail-list .list-group-item:hover {
    background-color: #eeeeee;
}

.dp-mail-list .list-group-item:focus {
    background-color: #eeeeee;
}

.dp-mail-list .list-group-item.active {
    font-weight: bold;
    color: #343c49;
}


/*mail list*/


/*board*/

.board-view {
    position: fixed;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    transition: all 218ms ease;
    display: flex;
    overflow-x: auto;
    background: #ffffff;
}

.board-process-steps {
    position: relative;
    padding: 10px;
    white-space: nowrap;
    overflow: visible;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-flex;
    align-self: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
}

.process-step {
    position: relative;
    max-height: 100%;
    width: 288px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 3px;
    background: #eee;
}

.process-step .list-group-item {
    margin-bottom: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.process-step.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0px;
}

.process-step.panel > .list-group .list-group-item,
.process-step.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 0px;
    border-radius: 2px;
}

.process-step .panel-heading {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    transition: box-shadow .1s ease;
    border-bottom: none;
    cursor: move;
}

.process-step .panel-heading .dropdown {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1;
    text-align: center;
    color: grey;
    z-index: 1;
    transition: color 218ms ease;
}

.process-step .panel-heading .step-name {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.process-step.panel-default {
    border: none;
}

.process-step .task-container {
    position: relative;
    max-height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    padding: 8px;
}

.process-step .list-group {
    padding: 8px;
}

.process-step .list-group .media {
    white-space: normal;
}

.gu-mirror.list-group-item {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.task-add-group-item {
    display: none;
}

.task-add {
    display: block;
    color: #888888;
}

.task-add:hover {
    cursor: pointer;
    color: #666666;
    text-decoration: none;
}

.process-step .show-task-add-group-item {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.task-container .task-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 1px solid #b5b5b5;
    cursor: pointer;
    border-radius: 3px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.task-container .check-box:hover {
    border-color: grey;
}

.label-deadline {
    padding: 0 2px;
    font-size: 12px;
    line-height: 16px;
}

.task-done-item {
    background: #efefef;
}

.list-group-footer {
    background: #f5f5f5;
}

.step-name-input {
    border: none;
    background: transparent;
}

.step-name-input:focus {
    background: #fff;
}

.board-list-view {
    position: fixed;
    left: -300px;
    top: 52px;
    bottom: 0px;
    width: 300px;
    border-radius: 2px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.board-list-view-toggle-btn {
    cursor: pointer;
}

.board-list-view .scroll-body {
    max-height: 100%;
    overflow: auto;
}

.board-setting-view {
    position: fixed;
    right: -300px;
    top: 52px;
    bottom: 0px;
    width: 300px;
    border-radius: 2px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.board-setting-view .list-group-item {
    cursor: pointer;
}

.board-setting-view-toggle-btn {
    cursor: pointer;
}

.board-setting-view .scroll-body {
    max-height: 100%;
    overflow: auto;
}

.member-add-btn {
    background: #efefef;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.member-avatar-32 {
    border-radius: 50%;
    cursor: pointer;
}

.member-avatar-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.member-avatar-wrap:hover .member-remove {
    display: inline-block;
}

.member-avatar-wrap .member-remove {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    cursor: pointer;
}

.task-footer {
    font-size: 12px;
    color: #979797;
    padding-top: 8px;
    display: block;
    text-align: justify;
}

.box-inline {
    display: inline-block;
}

.task-content {
    overflow: hidden;
    white-space: normal;
}

.task-priority {
    position: absolute;
    cursor: pointer;
    width: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 218ms ease-in;
}

.media-heading {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.dp-of-auto {
    overflow: auto;
}

.dp-d-i-b {
    display: inline-block;
}

/** flex **/
.dp-flex-row {
    flex-direction: row !important;
}

.dp-flex-column {
    flex-direction: column !important;
}

.dp-d-flex {
    display: flex !important;
}

.dp-flex-1 {
    flex: 1;
}


/** flex **/

.dp-event-tag > span {
    width: 30px;
    height: 30px;
    margin: 0 0 3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
}

.dp-event-tag > span.color-tag__default {
    border: 1px solid #eee;
    background-color: #fff !important
}

.dp-event-tag > span.color-tag__default > i:before {
    color: #333
}

.dp-event-tag > span,
.dp-event-tag > span > i {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.dp-event-tag > span > input[type=radio] {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.dp-event-tag > span > input[type=radio]:checked + i {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.dp-event-tag > span:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.dp-event-tag > span > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px 0 0 7px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.dp-event-tag > span > i:before {
    content: '√';
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 16px;
    z-index: 1
}
