/* 时分秒控件样式 */

.st_a_dateWidth {
    width: 75px !important;
}

.st_enlarge .st_a_dataPicker {
    width: 70px !important;
}

.st_a_timePickerWrap {
    border: 1px solid #ccc;
    background-color: #fff;
}

.st_enlarge .st_a_timePicker {
    width: 12px !important;
    border: none;
}

.st_a_timeWrap {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.st_a_timeWrap .st_a_timeItem {
    float: left;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
}

.st_a_timeWrap .st_a_timeItem:hover {
    background-color: #C3EBE6;
    cursor: default;
}

.st_a_timeWrap .st_a_active {
    background-color: #C3EBE6;
}


/* 确认操作弹窗样式 */

.st_r-confirm.modal[size="sm"] {
    width: 300px;
    margin-left: -150px;
}

.st_a_cautionIcon {
    background: url(../images/global/info.png) no-repeat;
    background-position: -36px 0px;
}

#st_r-noti-f {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 32px;
    vertical-align: middle;
    background-image: url(../images/global/info.png);
}

.st_ff-yahei {
    font-family: "Microsoft YaHei";
}

.modal-dialog {
    border: 1px solid #ccc\9;
}


/* tooltip控件样式修改 */

.tooltip {
    z-index: 9991;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}


/*message component*/

#st_r-noti-m {
    background-position: -72px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 32px;
    vertical-align: middle;
    background-image: url(../images/global/info.png);
}

#st_r-noti-f {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 32px;
    vertical-align: middle;
    background-image: url(../images/global/info.png);
}

#st_r-noti-alert {
    background-position: 0px 0px;
    background-size: 39px;
    min-height: 39px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/global/warning_icon.png);
}

div#st_r_message {
    position: fixed;
    top: 50%;
    /*opacity: 0;*/
    z-index: 1999;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #151515;
    padding: 10px 24px;
    color: white;
}

.fly-up {
    /*opacity: 0;*/
    background-color: rgb(60, 150, 138) !important;
    padding: 7px 14px !important;
    min-width: 128px;
    text-align: center;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}

.fly-up.ng-hide {
    top: 40% !important;
    opacity: 0;
}

.fly-up.ng-hide-remove {
    /*opacity: 1;*/
}

.fly-up.ng-hide-add {}

.fly-up.ng-show {
    top: 50%;
    opacity: 1;
}

a#st_r_message-do {
    color: #ffe200;
}

a#st_r_message-do:hover {
    text-decoration: none;
}


/*reset the model backdrop*/

.modal-backdrop.fade.in {
    display: block;
    -ms-filter: "alpha(opacity=00)";
    opacity: .3;
}

.st_r-op0 {
    opacity: 0;
    filter: Alpha(opacity=0);
    -ms-filter: "alpha(opacity=00)";
    /*-ms-filter: "alpha(opacity=00)";*/
}

span[ng-click] {
    cursor: pointer;
}


/*reset focus invalid*/

select:focus:invalid {
    color: black;
    border-color: black;
}


/*st_modal-lg modal*/

.modal.fade.in {
    top: 50%;
    transform: translateY(-50%);
}

.st_modal-lg.modal {
    width: 780px;
    margin-left: -360px;
    background-color: white;
}

.st_modal-lg.modal .modal-body {
    max-height: 325px;
}

.st_modal-lg.modal .modal-body.st_modal-h-500 {
    max-height: 500px;
}


/*notify message*/

.st_r-noti-fail {
    background-color: #ffedd6;
    color: #e6a120;
    margin-bottom: 2px;
    padding: 4px 8px;
}


/*组织架构样式调整*/

div[data-group-view] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

div[data-group-model] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div[data-group-model] li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}


/*div[data-group-model] li:hover {
    background: #d0efeb;
}*/

div[data-group-model] li .expanded {
    padding: 1px 10px;
    background-image: url("../images/groupView/folder.png");
    background-repeat: no-repeat;
    background-position: 3px 7px;
}

div[data-group-model] li .collapsed {
    padding: 1px 10px;
    background-image: url("../images/groupView/folder-closed.png");
    background-repeat: no-repeat;
    background-position: 6px 4px;
}

div[data-group-model] li .normal {
    padding: 1px 10px;
    background-image: url("../images/groupView/file.png");
    background-repeat: no-repeat;
}

div[data-group-model] li i,
div[data-group-model] li span {
    cursor: pointer;
}

div[data-group-model] li .node-disabled {
    color: brown;
}

div[data-group-model] li .selected {
    background-color: #FBE5CE;
    position: relative;
}

div[data-group-model] li .selected .st_r-get {
    /* content: "";
    position: absolute;
    top: 7px;
    right: 170px; */
    margin-left: 60px;
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(../images/groupView/select.png) no-repeat;
}

div[data-group-model] li .has-selected .st_r-get {
    /* content: "";
    position: absolute;
    top: 7px;
    right: 170px; */
    margin-left: 60px;
    display: inline-block;
    width: 14px;
    height: 8px;
    background-color: #d6d2d2;
    background: url(../images/groupView/selected.png) no-repeat;
}

div[data-group-model] li .has-selected {
    background-color: #d6d2d2;
}

.st_r-g-at {
    margin-left: 33px;
    color: #fa9511;
}

.st_r-g-at:hover {
    font-weight: bold;
}

div[data-group-model] li .done {
    font-weight: bold;
    color: #3ca899;
}

.st_r-node-wrap>.st_r-g-at {
    display: none;
}

.st_r-node-wrap:hover>.st_r-g-at {
    display: inline-block;
}


/* 弹窗样式修改 */

.modalStyle1 .modal-content {
    border: none;
}

.modalStyle1 .modal-title {
    background: #68BCB0;
    padding: 14px;
    font-size: 15px;
    line-height: 14px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    font-family: "microsoft yahei";
    letter-spacing: 1px;
    font-weight: 500;
}

.modal-title-close {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/title-colse.png) no-repeat;
    cursor: pointer;
}

.modalStyle1 .modal-footer {
    background: #fff;
    padding: 10px;
}

.modalStyle1 .modal-footer .st_btn-white {
    border: 1px solid #dedede;
    padding: 4px 20px;
    height: 30px;
    line-height: 20px;
}

.modalStyle1 .modal-footer .st_btn-white:hover {
    border: 1px solid #fa8524;
    background: #fa8524;
}

.st_r-node-wrap:hover {
    background-color: rgb(208, 239, 234);
}

.modal.modalStyle1 {
    -webkit-box-shadow: 0px 1px 10px 2px rgb(202, 222, 222) !important;
    -moz-box-shadow: 0px 1px 10px 2px rgb(202, 222, 222) !important;
    box-shadow: 0px 1px 10px 2px rgb(202, 222, 222) !important;
    border: none;
    /*border-radius: 17px!important;*/
}

.modalStyle1 .modal-header {
    /*background-color: rgb(60, 150, 138);
    color: white;
    padding: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.modalStyle1 .st_r-search {
    border-radius: 4px !important;
    /* border-color: #e6e6e6!important; */
}

.modalStyle1 .modal-body {
    max-height: 325px;
}

input.st_bg-gray {
    background-color: #eaeaea;
}


/* disable edit form */

.st_r-in-edit {
    position: relative;
}

.st_r-in-edit .st_r-disable {
    position: absolute;
    top: 0px;
    z-index: 100;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
    -ms-filter: "alpha(opacity=30)";
}

.st_r-readonly {
    position: absolute;
    top: 0px;
    bottom: -165px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: url(../images/hbg.png);
    background-color: rgba(255, 255, 255, 0.3);
}

.st_r-readonly.small_size {
    background-size: 50%;
}

.st_mw-p100 {
    max-width: 100%;
}

.st_mh-p100 {
    max-height: 100%;
}

[disabled="disabled"] {
    background-color: #dadada;
}

[disabled="disabled"]:hover {
    background-color: #dadada;
}

[ng-if="showButtonBar"] button.btn.btn-sm,
[ng-if="showButtonBar"] button.btn.btn-sm {
    background: #138272 !important;
    margin-right: 8px;
    display: none;
}

[ng-if="showButtonBar"] button.btn.btn-sm[ng-click="select(null)"],
[ng-if="showButtonBar"] button.btn.btn-sm[ng-click="select(null)"] {
    display: inline-block;
}

.st_v-tb {
    vertical-align: text-bottom;
}

input[type="radio"][disabled]+.st_radioIcon {
    opacity: 0.4;
    -ms-filter: "alpha(opacity=40)";
}

.st_r_hint-item:hover {
    background-color: #FF9D00;
    color: #fff;
}

.st_a_bg-EFEFEF {
    background-color: #EFEFEF;
}

.st_ws-nw {
    white-space: nowrap;
}

.st_r_autocomplete input {
    box-sizing: border-box;
    height: 25px !important;
    width: 100% !important;
}

.st_r_autocomplete-wrap {
    z-index: 10;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

[r-drag-pop] .modal-title {
    cursor: move;
}


/*消息盒子start*/


/* 
* @Author: Marte
* @Date:   2017-09-06 09:39:33
* @Last Modified by:   Marte
* @Last Modified time: 2019-06-28 13:52:14
*/


/* ul,
p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
 */

.st_p-messageBox .st_p-iconLi {
    width: 27px;
    height: 30px;
    line-height: 37px;
}

.st_p-messageBox {
    width: 27px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: -7px;
    right: 246px;
    /* background-color: red;*/
}

.st_p-messageHeader .st_p-tittle {
    font-size: 14px;
    color: #fff;
    margin-left: 58px;
}

.st_p-messageHeader div {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    right: 0;
    margin-right: 20px;
    color: #fff;
}

.st_p-messageHeader .st_p-close {
    position: absolute;
    top: 1px;
    right: 0;
    line-height: 20px;
}

.st_p-messageContent {
    width: 518px;
    /*display: none;*/
    position: absolute;
    top: 46px;
    right: -235px;
}

.st_p-messageBox:hover .st_p-messageContent {
    /*display: block;*/
}

.st_p-messageHeader {
    height: 33px;
    line-height: 33px;
    background-color: #68c5b8;
}

.st_p-ilb {
    display: inline-block;
}

.st_p-t-c {
    text-align: center;
}

.st_p-t-r {
    text-align: right;
}

.st_p-close {
    width: 20px;
    height: 20px;
}

.st_f-right {
    float: right;
}

.st_f-left {
    float: left;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}

.st_p-messageBody {
    padding-left: 20px;
    background-color: #fff;
    /* border-bottom: 2px solid #dedede;*/
    /* border-width: 256px;*/
}

.st_p-keyWordSeach {
    padding-top: 10px;
}

.st_p-keyWord input {
    width: 280px;
    height: 26px;
    margin-right: 10px;
    border: 1px solid #dedede;
}

.st_p-keyWord span,
.st_p-showRead i {
    font-size: 12px;
    color: #333;
}

.st_p-showRead i {
    margin-right: 20px;
}

.st_p-search button {
    background-color: #F8910E;
    border: none;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
}

.st_p-messageTag {
    width: 80%;
}

.st_p-messageTag li {
    height: 30px;
    line-height: 30px;
    background-color: #F8910E;
    padding: 0 4px;
    color: #fff;
    margin-right: 10px;
}

.st_p-nav {
    padding: 15px 0;
    width: 476px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
}

.st_p-down-icon {
    width: 20%;
    font-size: 12px;
}

.st_p-down-icon span {
    width: 20px;
    height: 18px;
}

.st_p-messageDetail {
    margin-top: 15px;
}

.st_p-messageDetail .st_p-status {
    width: 20%;
    height: 20px;
    width: 46px;
    color: #fff;
    font-size: 12px;
    background-color: red;
    margin-right: 16px;
    border-radius: 4px;
}

.st_p-content {
    font-size: 14px;
    color: #333;
}

.st_p-date {
    margin-right: 40px;
}

.st_p-date span {
    font-size: 12px;
    color: #333;
}

.st_p-readCustom {
    font-size: 12px;
    color: #888;
}

.st_p-readCustom .st_p-reader {
    margin-right: 10px;
}

.st_p-dateDetail {
    margin-top: 12px;
}

.st_p-status-readed {
    width: 20%;
    height: 20px;
    width: 46px;
    color: #888;
    font-size: 12px;
    border: 1px solid #dedede;
    margin-right: 16px;
    border-radius: 4px;
}

.st_p-readedContent li {
    margin-bottom: 20px;
}

.st_p-unreadContent li {
    margin-bottom: 20px;
}

.st_p-messageFooter {
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #dedede;
}

.st_p-messageFooter button {
    width: 253px;
    height: 27px;
    margin-top: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
    background-color: white;
    border: 1px solid #dedede;
}

.st_p-borderRange {
    border: 4px solid #68c5b8;
    border-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 328px;
    background-color: #fff;
}

.st_p-circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    margin: 5px 0 0 4px;
}

.st_p-iconPosition {
    position: absolute;
    top: -19px;
    right: 215px;
}

.st_p-down-icon {
    font-size: 12px;
    color: #68c5b8;
}


/*message box fixed 11.30*/

.st_msg-icon {
    position: absolute;
    top: -6px;
    background: red;
    line-height: 0;
    padding: 9px 5px;
    color: #fff;
    border-radius: 50%;
    left: 14px;
}

.st_btn-white-leo {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 3px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
    border: 1px solid #dedede;
}

.st_tag_active {
    background: #F8910E !important;
    color: #fff !important;
}

.st_tpjl {
    background-image: url(../images/sprite.png);
}

.st_sort-up {
    width: 13px;
    height: 13px;
    background-position: 0 -28px;
    position: absolute;
    top: 8px;
    right: 5px
}

.st_sort-down {
    width: 13px;
    height: 12px;
    background-position: 0 -40px;
    position: absolute;
    top: 8px;
    right: 5px;
}

.st_pull_d {
    border: 1px solid #dedede;
    padding: 4px 20px;
    cursor: pointer;
}

.st_del-leo {
    width: 20px;
    height: 18px;
    background-position: 0 -166px;
    position: absolute;
    top: 8px;
    right: 8px
}

.st_del-leo:hover {
    background-position: 0 -184px;
}

.st_del-label-leo {
    width: 14px;
    height: 14px;
    background-position: 0 -52px;
    position: absolute;
    top: -7px;
    right: -7px
}

.st_del-label-leo:hover {
    background-position: 0 -80px;
}

.st_read_icon-leo {
    width: 18px;
    height: 18px;
    background-position: 0 -130px;
    position: absolute;
    top: 23px;
    right: 25px;
    cursor: pointer;
}

.st_read_icon-leo:hover {
    background-position: 0 -148px;
}

.st_msg_read-leo {
    top: 35px;
    left: 11px;
}

.st_p-search button {
    padding: 6px 15px !important;
}

.st_p-keyWord input {
    width: 360px !important;
}

.st_show-tags {
    position: absolute;
    right: 24px;
    top: 27px;
    color: #68c5b8;
    cursor: pointer;
}

.st_b_bottom {
    border-bottom: 1px solid #dedede;
}

.st_p-status {
    color: #fff;
    background: red;
    border-radius: 2px;
    width: 35px !important;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
}

.st_msg_info a {
    font-size: 13px;
}

.st_msg_info {
    width: 90%;
    display: inline-block;
    text-align: left;
    float: right;
    margin-top: 5px;
}

.st_all-look {
    padding: 4px 103px;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 13px;
    display: inline-block;
}

.st_l_modelClose {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.st_read-leo {
    color: #333;
    border: 1px solid #dedede;
    border-radius: 2px;
    width: 35px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
}


/*消息盒子end*/

[ng-click] {
    cursor: pointer;
}

select[multiple] option {
    padding: 2px 0px;
}

.st_ipt-radio.st_r-checked+.st_radioIcon {
    background: url(../images/wallet/radio-selected.png) no-repeat;
}

.st_ipt-checkbox.st_r-checked+.st_checkboxIcon {
    background: url(../images/wallet/checkbox-selected.png) no-repeat;
}


/* 日历 */


/*.st_a_MonthWrap table tbody tr:last-child {
    display: none;
}*/

.st_r-lt-input {
    width: 50px;
    height: 14px !important;
    padding: 2px 2px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #c7c7c7 !important;
    border-radius: 0px !important;
    text-align: center;
    font-weight: bold;
}

.st_r-lt-input:focus {
    border-bottom: 1px solid #00dabc !important;
}

.modal[ng-click] {
    cursor: auto;
}

input[readonly] {
    cursor: auto;
    background: white;
}


/* custom message box start */

.st_r-messageContent {
    width: 518px;
    position: relative;
    margin-top: 34px;
    /* display: none; */
    /*position: absolute;*/
    /*top: 46px;*/
    /*right: -235px;*/
}

.st_r-messageBox {
    width: 27px;
    height: 30px;
    display: inline-block;
    /*position: absolute;
    top: -7px;
    right: 246px;*/
    /* background-color: red; */
}

body {
    background-color: transparent;
}

.st_r-msg-icon {
    position: absolute;
    z-index: 101;
    width: 23px;
    left: 14px;
    top: 8px;
}

.st_r-msg-icon-down {
    width: 23px;
    left: 48px;
}

#__bs_notify__ {
    display: none !important;
}


/* custom message box end */


/* draw to select and drag */

.drag-wrap {
    width: 100%;
    min-height: 200px;
    position: relative;
}

.drag-wrap>[ng-repeat]::selection {
    background: none;
    color: auto;
}

.drag-wrap .drag-item {
    padding-left: 5px;
}

.dynamic-dom {
    position: absolute;
    background-color: rgb(158, 236, 222);
    background-color: rgba(158, 236, 222, 0.5);
    border: 1px solid #82d0c3;
    z-index: 9999;
}

.rselecting {
    background-color: rgb(245, 149, 29);
    background-color: rgba(245, 149, 29, 0.5);
    color: white;
}

.st_r-moving {
    cursor: move !important;
}

.st_r-placeholder {
    color: #909090;
}

.st_h-p100 {
    max-height: 100%;
}


/* 底部消息盒子 */

.st_bottom-msg-icon-wp {
    position: fixed;
    bottom: 14px;
    right: 5px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: -1px 2px 10px #28282A;
}

.st_bottom-msg-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/messageBox.png) no-repeat;
    position: relative;
    top: 12px;
    left: 10px;
}

.st_r-bottom-msg-icon-down {
    display: none;
}

.st_msg-bottom-icon {
    position: absolute;
    top: 7px;
    background: red;
    line-height: 0;
    padding: 4px 4px;
    color: #fff;
    border-radius: 50%;
    right: 9px;
}

.st_bottom-messageContent {
    width: 250px;
    height: 145px;
    position: relative;
    border: 1px solid #dedede;
    background: #fff;
}

.st_msg-bottom-tittle {
    height: 24px;
    line-height: 24px;
    background-color: #68c5b8;
}

.st_bottom-msg-body {
    padding: 10px 2px 8px 10px;
    font-size: 13px;
}

.st_bottom-count {
    color: red;
}

.st_bottom-msg-btn {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #0066cc;
    border-top: 1px solid #dedede;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.st_m-border {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/*draw to select and drag end*/