/**至顶部**/
#scrollUp {
    bottom: 40px;
    right: 20px;
    height: 32px; /* Height of image */
    width: 32px; /* Width of image */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3a87ad;
    padding-top: 2px;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
}

a {
    text-decoration: none !important;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* 按钮 */
/*::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}*/

/* Turn off the down area up on top, and up area on bottom */
/*::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}*/

/* Place The scroll down button at the bottom */
/*::-webkit-scrollbar-button:end:increment {
    background-image: url(../images/down.png);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}*/

/* Place The scroll up button at the up */
/*::-webkit-scrollbar-button:start:decrement {
    background-image: url(../images/up.png);
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}*/

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #428bca;
    /*border-radius: 10px;*/
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background: #3a87ad;
    -webkit-box-shadow: inset 0 0 6px #428bca;
}

.panel-heading, .list-group > .active {
    font-weight: bold;
}

.panel-heading > .btn-group {
    float: right;
}

.list-group-item > .btn-group {
    float: right;
}

.input-group-addon {
    border: none;
    background: none;
    font-weight: bold;
}

.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #337ab7;
    font-weight: bold;
}

*[contenteditable]:focus,
.form-control:focus {
    border-bottom: 2px solid #337ab7;
}

.flow-node {
    fill: white;
    stroke: #AAAAAA;
    stroke-width: 1.1;
}

.flow-node-primary {
    fill: white;
    stroke: #337ab7;
    cursor: pointer;
}

.flow-node-info {
    fill: white;
    stroke: #5bc0de;
    cursor: pointer;
}

.flow-node-success {
    fill: white;
    stroke: #5cb85c;
    cursor: pointer;
}

.flow-node-warning {
    fill: white;
    stroke: #f0ad4e;
    cursor: pointer;
}

.flow-node-danger {
    fill: white;
    stroke: #d9534f;
    cursor: pointer;
}

/**纸张效果**/
.curved_box {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    position: relative;
    *zoom: 1;
}

.curved_box:before {
    -webkit-transform: skew(-15deg) rotate(-6deg);
    -moz-transform: skew(-15deg) rotate(-6deg);
    transform: skew(-15deg) rotate(-6deg);
    left: 15px;
}

.curved_box:after {
    -webkit-transform: skew(15deg) rotate(6deg);
    -moz-transform: skew(15deg) rotate(6deg);
    transform: skew(15deg) rotate(6deg);
    right: 15px;
}

.curved_box:before, .curved_box:after {
    width: 80px;
    height: 60px;
    content: ' ';

    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);

    position: absolute;
    bottom: 10px;
    z-index: -1;
}

.text-bold {
    font-weight: bold;
}

.label-default {
    background-color: #DDDDDD;
    color: #333333;
    font-weight: normal;
}

.modal-header {
    background-color: #EEEEEE;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.modal-footer {
    background-color: #EEEEEE;
    padding: 11px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.modal-title {
    font-weight: bold;
}

body {
    background-color: #EEEEEE;
}

#loadingModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.part-title {
    color: #31708f;
    background-color: #d9edf7;
    border: dashed 2px #337ab7;
    padding: 6px 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
}

.title-line {
    margin-top: -26px;
    border: none;
    border-top: 2px dashed #337ab7;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
