/*菜单class*/
.el-aside {
  background-color: #2d3947;
  z-index: 100;
}
.el-submenu__title i {
  color: #fff !important;
}
.el-header {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 21, 41, 0.12156863);
          box-shadow: 0px 1px 3px 1px rgba(0, 21, 41, 0.12156863);
  z-index: 1000 !important;
}
.ibox-content {
  margin-top: 12px;
}
.guestIndexBox .ibox-content {
  margin-top: 0px;
}
.el-tooltip__popper {
  max-width: 400px;
}
.clearfloat:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.dss-common-msg {
  min-width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, -webkit-transform .4s;
  transition: opacity .3s, transform .4s;
  transition: opacity .3s, transform .4s, -webkit-transform .4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.dss-common-msg p {
  margin: 0;
}

.dss-common-msg--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.dss-common-msg__content {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.dss-common-msg--error .dss-common-msg__content {
  color: #f56c6c;
}

.dss-common-msg .el-icon-error {
  color: #f56c6c;
}

html, body, #app {
    min-height: 100%;
    font-size: 12px
}

* {
    margin: 0;
    padding: 0;
    /* vertical-align: top */
}

ul, ol {
    list-style: none
}

a, a:hover, a:focus, a:active {
    text-decoration: none
}
.theme-color {
    color: #468cff;
}
strong{
    font-size: 13px;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    display: block;
    clear: both;
    content: ''
}

.fl {
    float: left
}

.fr {
    float: right
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.fs20 {
    font-size: 20px
}

.mt2 {
    margin-top: 2px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt12 {
    margin-top: 12px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt80 {
    margin-top: 80px
}

.mb10 {
    margin-bottom: 10px
}

.mr10 {
    margin-right: 10px
}
.mr5 {
    margin-right: 5px
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px;
}

.mr27 {
    margin-right: 27px;
}

.mr30 {
    margin-right: 30px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}
.mb10 {
    margin-bottom: 10px;
}
.mrn20{
    margin-right: -20px;
}
.paddl0 {
    padding-left: 0px !important;
}
.paddB10 {
    padding-bottom: 10px
}
.paddl10 {
    padding-left: 10px
}
.paddr10 {
    padding-right: 10px
}

.paddT10 {
    padding-top: 10px;
}

.paddB20 {
    padding-bottom: 20px
}

.paddT20 {
    padding-top: 20px
}

.pdl10 {
    padding-left: 10px;
}

.pdr10 {
    padding-right: 10px;
}

.pd20 {
    padding: 20px;
}

.width50 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.width80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.width100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
.width50p {
    width: 50%
}
.width90p {
    width: 90%
}

.width100P {
    width: 100% !important
}

.lineH20 {
    line-height: 20px
}

.lineH25 {
    line-height: 25px
}

.lineH30 {
    line-height: 30px
}

.lineH35 {
    line-height: 35px
}

.lineH40 {
    line-height: 40px
}

.height100 {
    height: 100%;
}

.lineH28 {
    line-height: 28px
}

.clFFF {
    color: #FFF
}

.clb57f7f {
    color: #b57f7f
}

.clE34142 {
    color: #E63F3C
}

.clSuccess {
    color: #67C23A
}

.bgClFFF {
    background-color: #FFF
}

.bgClF3F3F4 {
    background-color: #f3f3f4
}

.cl409EFF {
    color: #409EFF
}

.fontWeightB {
    font-weight: bold !important;
}
.fontWeightBbutton .el-collapse-item__header{
    font-weight: bold !important;
}
.fontWeightBlabel .el-form-item__label {
    font-weight: bold !important;
}
.curPointer {
    cursor: pointer;
}

.postionR {
    position: relative;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-spw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flexCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.fontWeight700{
    font-weight:700;
}
.excelBg{
    background-color: #2DCAA0;
    border:1px solid #2DCAA0;
}
.c-purple{
    color:#7240ff;
}
.cursor-p{
    cursor: pointer;
}
.link-color{
    color:#409EFF;
}
.c-orange{
    color:#fc7d5d;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.edit-table .el-select,.edit-table .el-select .el-tag,.edit-table .el-input,.edit-table .el-input-number{
    width: 98%;
}
.flex-spw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .flex-start-spw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .flex-x-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-xy-start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-y-spw{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-b-10{
    margin-bottom:10px;
  }
  .c-grey{
    color:rgb(161, 140, 140);
  }

body {
    font-family: "open sans", "Helvetica Neue", 'PingFangSC-Regular', 'PingFang SC', "microsoft yaHei", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #404040;
}
textarea {
    font-family: "open sans", "Helvetica Neue", 'PingFangSC-Regular', 'PingFang SC', "microsoft yaHei", Helvetica, Arial, sans-serif;
}

.upload-py {
    padding-left: 20px;
}
.upload-no {
    margin-top: -28px;
}

.breadcrumb {
    padding: 10px;
    border-radius: 4px;
    background-color: #FFF;
    margin: 0px -20px -0px -20px;
}

.breadcrumb span {
    font-weight: 700;
    color: #333;
    padding-left: 6px;
    padding-right: 6px;
}
.breadcrumb a{
    color: #333333;
}

.breadcrumb label {
    color: #333;
    padding-left: 6px;
}
.breadcrumb a:hover, a:focus {
    color: #333;
}

.indexRow {
    height: 320px;
}

.indexHeader {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}

.indexHeader:before {
    content: '';
    width: 5px;
    height: 20px;
    background-color: #E44144;
    position: absolute;
    left: 10px;
    top: 11px;
}

.indexHeader button {
    padding: 4px 15px !important;
}

.myColleagues {
    width: 100%;
    position: relative;
    /*cursor: pointer;*/
}

.myColleagues:after {
    position: absolute;
    /*content: url(../images/up.png);*/
    top: 50%;
    right: -15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -9px;
}

.guestIndexBox {
    width: 100%;
    min-height: 100%;
    font-size: 1.2rem;
}

.guestIndexBox .indexImg {
    width: 100%;
    height: 384px;
}

.guestIndexBox .myImage {
    width: 91px;
    height: 91px;
    border-radius: 50%;
}

.guestIndexBox .seeInfoBtn {
    padding: 6px 15px;
    color: #fff;
    background-color: #e34142;
    width: 50%;
    margin: 10px auto 20px;
    border-radius: 50px;
}

.guestIndexBox .inputBox {
    width: 90%;
    height: 35px;
    margin: 24px auto 16px;
    background-color: #f1f3f4;
    border-radius: 20px;
}

.guestIndexBox .inputBox input {
    background-color: transparent;
    border: none;
    height: 35px;
    line-height: 35px;
    padding-left: 4px;
    width: 80%;
}

.guestIndexBox .inputBox input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    outline: none;
}

.guestIndexBox .saveBox {
    width: 100%;
}

.guestIndexBox .saveBox li {
    width: 33.33%;
}

.guestIndexBox .saveBox li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.guestIndexBox .oriCusImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-right: 5px;
}

.guestIndexBox .willDoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guestIndexBox .willDoBox li {
    padding: 10px 10px;
    border: 1px solid #e9e9e9;
    width: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 2.5%;
    border-radius: 4px;
}

.guestIndexBox .willDoBox li img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.guestIndexBox .willDoBox li .doName {
    line-height: 20px;
    margin-left: 5px;
    font-size: 16px;
    color: gray;
}

.listScrollBox {
    width: 80%;
    margin: 20px auto 0;
    height: 300px;
    overflow: hidden;
}

.listScrollBox ul {
    width: calc(100% + 18px);
    height: 300px;
    overflow-y: scroll;
}

.listScrollBox ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 22px 10px 10px;
    background-color: #FAFAFB;
    border: 1px solid #e7eaec;

}

.ibox-content {
    background-color: #ffffff;
    color: #4a4a4a;
    padding: 20px 20px 15px 20px;
    border-radius: 4px;
}
.ibox-content-ptNo {
    padding-top: 0;
}

.ibox-content .li-bg-blue {
    width: 4px;
    height: 18px;
    vertical-align: baseline;
    margin-right: 8px;
    display: inline-block;
    background: #409EFF;
}


.ibox-content-title {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px;
    margin: 12px 0;
}

.ibox-content-title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    background-color: #409EFF;
    top: 9px;
    left: 0;
}

.ibox-content h4 {
    font-size: 1.1rem;
    font-weight: normal;
}

.ibox-content hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    display: block;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    overflow: hidden;
}

.tab-btn-box {
    width: 150px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #1D84C6;
}

.tab-btn-box img {
    width: 20px;
    height: 20px;
    margin: 10px 0 0 20px;
}

.tab-btn-box .left-text {
    display: inline-block;
    margin-left: 10px;
    line-height: 40px;
    font-size: 16px;
}

.tab-btn-box .left-num {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 0 0 10px;
    background: #FFF;
    color: green;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.tab-btn-box .right-text {
    margin-left: 20px;
}

.borderLeftRadius {
    border-radius: 5px 0 0 5px
}

.borderRightRadius {
    border-radius: 0 5px 5px 0
}

.bgGModal .el-dialog__body {
    background: #F8FAFB
}

.border-radius4 {
    border-radius: 4px;
}

.ibox-top-tile-radius {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.long-text {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px;
    clear: left;
}

.my-cursor-pointer {
    cursor: pointer;
}

.loginInput .el-form-item__error {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 38%;
}

.loginInput .el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {
    border-color: #DCDFE6;
}

.drags-tag.el-tag {
    background-color: rgba(0, 0, 0, .2) !important;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

/**
左侧菜单样式
 */
.menu-subment-ibox .el-menu-item, .el-submenu__title {
    height: 42px;
    line-height: 42px;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
}

.menu-subment-ibox .el-menu-item-group__title {
    padding: 0px;
    line-height: normal;
    font-size: 12px;
    color: #909399;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-weight: normal;
    font-size: 16px;
}

h4 {
    font-weight: normal;
    font-size: 14px;
}

h5 {
    font-weight: normal;
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    font-weight: normal;
    font-size: 1.1rem;
}

.red{
    color:red
}

.btn {
    border-radius: 3px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-w-m {
    min-width: 120px;
}

.btn-primary.btn-outline {
    color: #409EFF;
}

.btn-success.btn-outline {
    color: #409EFF;
}

.btn-info.btn-outline {
    color: #23C1C3;
}

.btn-warning.btn-outline {
    color: #f8ac59;
}

.btn-danger.btn-outline {
    color: #FF6952;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/***btn-primary æ ·å¼**/
.btn-primary {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #FD8B02;
    border-color: #FD8B02;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled],
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #FFD89C;
    border-color: #FFD89C;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline.active, .open .dropdown-toggle.btn-primary.btn-outline, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active:hover, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline.active:focus {
    background-color: #FFF8ED;
    border-color: #409EFF;
    color: #409EFF;
}

.btn-primary.btn-outline.disabled, .btn-primary.btn-outline.disabled:hover, .btn-primary.btn-outline.disabled:focus, .btn-primary.btn-outline.disabled:active, .btn-primary.btn-outline.disabled.active, .btn-primary.btn-outline[disabled], .btn-primary.btn-outline[disabled]:hover, .btn-primary.btn-outline[disabled]:focus, .btn-primary.btn-outline[disabled]:active, .btn-primary.btn-outline.active[disabled],
fieldset[disabled] .btn-primary.btn-outline, fieldset[disabled] .btn-primary.btn-outline:hover, fieldset[disabled] .btn-primary.btn-outline:focus, fieldset[disabled] .btn-primary.btn-outline:active, fieldset[disabled] .btn-primary.btn-outline.active {
    background-color: #FFFFFF;
    border-color: #FFD89C;
    color: #FFD89C;
}

/***btn-success æ ·å¼**/
.btn-success {
    background-color: #409EFF;
    border-color: #409EFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
    background-color: #5C89D5;
    border-color: #5C89D5;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled],
fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #BDD5FF;
    border-color: #BDD5FF;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active, .btn-success.btn-outline.active, .open .dropdown-toggle.btn-success.btn-outline, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active:hover, .btn-success.btn-outline.active:hover, .btn-success.btn-outline.active:focus {
    background-color: #F5F9FF;
    border-color: #409EFF;
    color: #409EFF;
}

.btn-success.btn-outline.disabled, .btn-success.btn-outline.disabled:hover, .btn-success.btn-outline.disabled:focus, .btn-success.btn-outline.disabled:active, .btn-success.btn-outline.disabled.active, .btn-success.btn-outline[disabled], .btn-success.btn-outline[disabled]:hover, .btn-success.btn-outline[disabled]:focus, .btn-success.btn-outline[disabled]:active, .btn-success.btn-outline.active[disabled],
fieldset[disabled] .btn-success.btn-outline, fieldset[disabled] .btn-success.btn-outline:hover, fieldset[disabled] .btn-success.btn-outline:focus, fieldset[disabled] .btn-success.btn-outline:active, fieldset[disabled] .btn-success.btn-outline.active {
    background-color: #FFFFFF;
    border-color: #BDD5FF;
    color: #BDD5FF;
}

/***btn-info æ ·å¼**/
.btn-info {
    background-color: #23C1C3;
    border-color: #23C1C3;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
    background-color: #20AFB1;
    border-color: #20AFB1;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled],
fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #AAE8E9;
    border-color: #AAE8E9;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active, .btn-info.btn-outline.active, .open .dropdown-toggle.btn-info.btn-outline, .btn-info.btn-outline:active:focus, .btn-info.btn-outline:active:hover, .btn-info.btn-outline.active:hover, .btn-info.btn-outline.active:focus {
    background-color: #EFFFFF;
    border-color: #23C1C3;
    color: #23C1C3;
}

.btn-info.btn-outline.disabled, .btn-info.btn-outline.disabled:hover, .btn-info.btn-outline.disabled:focus, .btn-info.btn-outline.disabled:active, .btn-info.btn-outline.disabled.active, .btn-info.btn-outline[disabled], .btn-info.btn-outline[disabled]:hover, .btn-info.btn-outline[disabled]:focus, .btn-info.btn-outline[disabled]:active, .btn-info.btn-outline.active[disabled],
fieldset[disabled] .btn-info.btn-outline, fieldset[disabled] .btn-info.btn-outline:hover, fieldset[disabled] .btn-info.btn-outline:focus, fieldset[disabled] .btn-info.btn-outline:active, fieldset[disabled] .btn-info.btn-outline.active {
    background-color: #FFFFFF;
    border-color: #AAE8E9;
    color: #AAE8E9;
}

/***btn-default æ ·å¼**/
.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn-new-primary {
    color: inherit;
    background: #409EFF;
    border: 1px solid #409EFF;
    color: #fff;
}


.buttons-excel {
    width: 118px;
    border-radius: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAACG0lEQVRYR+2WzatOURTGf89ASj4yMDCXpAwwkFImdMMlkozMjIwZUUT+DTOUmOjegZK6vsqEMvAXMFEMkJA8Wrd9anc657z7nPd9kzp79Na71zq/9ayPvcSMju0HwCHggqTbQ91qqGFuZ3sd8A0If/clnRnqd1ZAm4HPCWJZ0uIIVEvZqFBnSdgeFRoVGjo2Vu3GGpok36jQP1fI9g7gOvABuCzpexfU3FNm+wZwJUE8Bxa6oPoC2d4HHATuSHqfB9u4ftjeCbwC1mdQhyX9aFKqD5DtA8BjYC3wWtLeiUBptkQUYVhBPQGONUGVAiWYR0AsdHHuSTpbBNQHqgQopSmCqmCWgZOSfhcDdUAdkfSrcjQJyPYeYCVTuxEm/BWtsCm6PH0h+4kKqgsowYQym6oVt0mZKrgioBalAmoxJG8Dsr0LeFYKU6xQlpoo9LwOHgKngQ31JT/NspdALG9xWtPUq4bqbd7QKQF1HviYffgi8BTY0gemt0KZUjFL8vaN3wvp/7fA1iEwq0C2jwPngGuS3jUNvpZhWIdqulaUJtvb0stwK4C+pnZckhRwxachfbltEUxqmLh7FPgUQE5eXkiKqHudFqhimAQUxb+/StlUQMlh/j4tAafqE7grStuzBUpQ21OUd/MpXiL3XIBKPtx2578B+gK8mSbSKWx3Axurov5T+shO8cFS05/R9jeBS8CaUqs53Yt15upfAW5WqsaTzpgAAAAASUVORK5CYII=) no-repeat 14px center;
    background-size: 12px 12px;
    background-color: #2DCAA0;
    color: #FFFFFF;
    border: 1px solid #2DCAA0;
}

.buttons-excel:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAACG0lEQVRYR+2WzatOURTGf89ASj4yMDCXpAwwkFImdMMlkozMjIwZUUT+DTOUmOjegZK6vsqEMvAXMFEMkJA8Wrd9anc657z7nPd9kzp79Na71zq/9ayPvcSMju0HwCHggqTbQ91qqGFuZ3sd8A0If/clnRnqd1ZAm4HPCWJZ0uIIVEvZqFBnSdgeFRoVGjo2Vu3GGpok36jQP1fI9g7gOvABuCzpexfU3FNm+wZwJUE8Bxa6oPoC2d4HHATuSHqfB9u4ftjeCbwC1mdQhyX9aFKqD5DtA8BjYC3wWtLeiUBptkQUYVhBPQGONUGVAiWYR0AsdHHuSTpbBNQHqgQopSmCqmCWgZOSfhcDdUAdkfSrcjQJyPYeYCVTuxEm/BWtsCm6PH0h+4kKqgsowYQym6oVt0mZKrgioBalAmoxJG8Dsr0LeFYKU6xQlpoo9LwOHgKngQ31JT/NspdALG9xWtPUq4bqbd7QKQF1HviYffgi8BTY0gemt0KZUjFL8vaN3wvp/7fA1iEwq0C2jwPngGuS3jUNvpZhWIdqulaUJtvb0stwK4C+pnZckhRwxachfbltEUxqmLh7FPgUQE5eXkiKqHudFqhimAQUxb+/StlUQMlh/j4tAafqE7grStuzBUpQ21OUd/MpXiL3XIBKPtx2578B+gK8mSbSKWx3Axurov5T+shO8cFS05/R9jeBS8CaUqs53Yt15upfAW5WqsaTzpgAAAAASUVORK5CYII=) no-repeat 14px center;
    background-size: 12px 12px;
    background-color: #2DCAA0;
    color: #FFFFFF;
}

.tableFilter{
    margin-bottom: 10px;
}

.tableFilter input{
    border-radius: 20px;
}

.buttons-excel{
    font-size: 12px;
    margin-left: 14px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
    color:white;
    border: 1px solid #d2d2d2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAACG0lEQVRYR+2WzatOURTGf89ASj4yMDCXpAwwkFImdMMlkozMjIwZUUT+DTOUmOjegZK6vsqEMvAXMFEMkJA8Wrd9anc657z7nPd9kzp79Na71zq/9ayPvcSMju0HwCHggqTbQ91qqGFuZ3sd8A0If/clnRnqd1ZAm4HPCWJZ0uIIVEvZqFBnSdgeFRoVGjo2Vu3GGpok36jQP1fI9g7gOvABuCzpexfU3FNm+wZwJUE8Bxa6oPoC2d4HHATuSHqfB9u4ftjeCbwC1mdQhyX9aFKqD5DtA8BjYC3wWtLeiUBptkQUYVhBPQGONUGVAiWYR0AsdHHuSTpbBNQHqgQopSmCqmCWgZOSfhcDdUAdkfSrcjQJyPYeYCVTuxEm/BWtsCm6PH0h+4kKqgsowYQym6oVt0mZKrgioBalAmoxJG8Dsr0LeFYKU6xQlpoo9LwOHgKngQ31JT/NspdALG9xWtPUq4bqbd7QKQF1HviYffgi8BTY0gemt0KZUjFL8vaN3wvp/7fA1iEwq0C2jwPngGuS3jUNvpZhWIdqulaUJtvb0stwK4C+pnZckhRwxachfbltEUxqmLh7FPgUQE5eXkiKqHudFqhimAQUxb+/StlUQMlh/j4tAafqE7grStuzBUpQ21OUd/MpXiL3XIBKPtx2578B+gK8mSbSKWx3Axurov5T+shO8cFS05/R9jeBS8CaUqs53Yt15upfAW5WqsaTzpgAAAAASUVORK5CYII=) no-repeat 14px center;
    background-size: 12px 12px;
    background-color: #409EFF;
    color: #FFFFFF;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAACG0lEQVRYR+2WzatOURTGf89ASj4yMDCXpAwwkFImdMMlkozMjIwZUUT+DTOUmOjegZK6vsqEMvAXMFEMkJA8Wrd9anc657z7nPd9kzp79Na71zq/9ayPvcSMju0HwCHggqTbQ91qqGFuZ3sd8A0If/clnRnqd1ZAm4HPCWJZ0uIIVEvZqFBnSdgeFRoVGjo2Vu3GGpok36jQP1fI9g7gOvABuCzpexfU3FNm+wZwJUE8Bxa6oPoC2d4HHATuSHqfB9u4ftjeCbwC1mdQhyX9aFKqD5DtA8BjYC3wWtLeiUBptkQUYVhBPQGONUGVAiWYR0AsdHHuSTpbBNQHqgQopSmCqmCWgZOSfhcDdUAdkfSrcjQJyPYeYCVTuxEm/BWtsCm6PH0h+4kKqgsowYQym6oVt0mZKrgioBalAmoxJG8Dsr0LeFYKU6xQlpoo9LwOHgKngQ31JT/NspdALG9xWtPUq4bqbd7QKQF1HviYffgi8BTY0gemt0KZUjFL8vaN3wvp/7fA1iEwq0C2jwPngGuS3jUNvpZhWIdqulaUJtvb0stwK4C+pnZckhRwxachfbltEUxqmLh7FPgUQE5eXkiKqHudFqhimAQUxb+/StlUQMlh/j4tAafqE7grStuzBUpQ21OUd/MpXiL3XIBKPtx2578B+gK8mSbSKWx3Axurov5T+shO8cFS05/R9jeBS8CaUqs53Yt15upfAW5WqsaTzpgAAAAASUVORK5CYII=) no-repeat 14px center;
    background-size: 12px 12px;
    background-color: #409EFF;
    color: #FFFFFF;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled],
fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    color: #cacaca;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAACG0lEQVRYR+2WzatOURTGf89ASj4yMDCXpAwwkFImdMMlkozMjIwZUUT+DTOUmOjegZK6vsqEMvAXMFEMkJA8Wrd9anc657z7nPd9kzp79Na71zq/9ayPvcSMju0HwCHggqTbQ91qqGFuZ3sd8A0If/clnRnqd1ZAm4HPCWJZ0uIIVEvZqFBnSdgeFRoVGjo2Vu3GGpok36jQP1fI9g7gOvABuCzpexfU3FNm+wZwJUE8Bxa6oPoC2d4HHATuSHqfB9u4ftjeCbwC1mdQhyX9aFKqD5DtA8BjYC3wWtLeiUBptkQUYVhBPQGONUGVAiWYR0AsdHHuSTpbBNQHqgQopSmCqmCWgZOSfhcDdUAdkfSrcjQJyPYeYCVTuxEm/BWtsCm6PH0h+4kKqgsowYQym6oVt0mZKrgioBalAmoxJG8Dsr0LeFYKU6xQlpoo9LwOHgKngQ31JT/NspdALG9xWtPUq4bqbd7QKQF1HviYffgi8BTY0gemt0KZUjFL8vaN3wvp/7fA1iEwq0C2jwPngGuS3jUNvpZhWIdqulaUJtvb0stwK4C+pnZckhRwxachfbltEUxqmLh7FPgUQE5eXkiKqHudFqhimAQUxb+/StlUQMlh/j4tAafqE7grStuzBUpQ21OUd/MpXiL3XIBKPtx2578B+gK8mSbSKWx3Axurov5T+shO8cFS05/R9jeBS8CaUqs53Yt15upfAW5WqsaTzpgAAAAASUVORK5CYII=) no-repeat 14px center;
    background-size: 12px 12px;
    background-color: #409EFF;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
    background-color: #f7a54a;
    border-color: #f7a54a;
    color: #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled],
fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f9b66d;
    border-color: #f9b66d;
}

/***btn-danger æ ·å¼**/
.btn-danger {
    background-color: #FF6952;
    border-color: #FF6952;
    color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
    background-color: #EB5B44;
    border-color: #EB5B44;
    color: #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled],
fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #FFA89B;
    border-color: #FFA89B;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active, .btn-danger.btn-outline.active, .open .dropdown-toggle.btn-danger.btn-outline, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active:hover, .btn-danger.btn-outline.active:hover, .btn-danger.btn-outline.active:focus {
    background-color: #FFF5F3;
    border-color: #FF6952;
    color: #FF6952;
}

.btn-danger.btn-outline.disabled, .btn-danger.btn-outline.disabled:hover, .btn-danger.btn-outline.disabled:focus, .btn-danger.btn-outline.disabled:active, .btn-danger.btn-outline.disabled.active, .btn-danger.btn-outline[disabled], .btn-danger.btn-outline[disabled]:hover, .btn-danger.btn-outline[disabled]:focus, .btn-danger.btn-outline[disabled]:active, .btn-danger.btn-outline.active[disabled],
fieldset[disabled] .btn-danger.btn-outline, fieldset[disabled] .btn-danger.btn-outline:hover, fieldset[disabled] .btn-danger.btn-outline:focus, fieldset[disabled] .btn-danger.btn-outline:active, fieldset[disabled] .btn-danger.btn-outline.active {
    background-color: #FFFFFF;
    border-color: #FFA89B;
    color: #FFA89B;
}

.btn-link {
    color: inherit;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    color: #1ab394;
    text-decoration: none;
}

.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    background-image: none;
}

.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
    color: #cacaca;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}

.btn-white:active,
.btn-white.active {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    color: #cacaca;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

button.dim:active {
    top: 3px;
}

button.btn-primary.dim {
    -webkit-box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
            box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}

button.btn-primary.dim:active {
    -webkit-box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
            box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}

button.btn-default.dim {
    -webkit-box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
            box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}

button.btn-default.dim:active {
    -webkit-box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
            box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}

button.btn-warning.dim {
    -webkit-box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
            box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}

button.btn-warning.dim:active {
    -webkit-box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
            box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}

button.btn-info.dim {
    -webkit-box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
            box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}

button.btn-info.dim:active {
    -webkit-box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
            box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
}

button.btn-success.dim {
    -webkit-box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
            box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}

button.btn-success.dim:active {
    -webkit-box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
            box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
}

button.btn-danger.dim {
    -webkit-box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
            box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}

button.btn-danger.dim:active {
    -webkit-box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
            box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
}

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
}

button.dim:active:before {
    top: 7px;
    font-size: 50px;
}

.btn:focus {
    outline: none !important;
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}

.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-success,
.badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}

.label-danger,
.badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
    padding: 0px 2px;
    position: absolute;
    font-size: 10px;
    border-radius: .25em;
    top: 4px;
}

.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}

.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}

.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #1ab394;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #919191;
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #e5e6e7;
    border-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}

/* Tags Input Plugin */
.bootstrap-tagsinput {
    border: 1px solid #e5e6e7;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    /*background-color: #f4f4f4;*/
    background-color: #3487A3;
    border-color: #DDDDDD;
    /*color: inherit;*/
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #777;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

/* TOOLTIPS */
.tooltip-inner {
    background-color: #2F4050;
}

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

.tooltip.right .tooltip-arrow {
    border-right-color: #2F4050;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2F4050;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2F4050;
}

/* EASY PIE CHART*/
.easypiechart {
    position: relative;
    text-align: center;
}

.easypiechart .h2 {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

.easypiechart canvas {
    top: 0;
    left: 0;
}

.easypiechart .easypie-text {
    line-height: 1;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 1;
}

.easypiechart img {
    margin-top: -4px;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* FULLCALENDAR */
.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e7eaec;
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #F8F8F8;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    padding: 4px 6px;
    background-color: #1ab394;
    /* background color */
    border-color: #1ab394;
    /* border color */
}

.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px;
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff;
}

/* Chat */
.chat-activity-list .chat-element {
    border-bottom: 1px solid #e7eaec;
}

.chat-element:first-child {
    margin-top: 0;
}

.chat-element {
    padding-bottom: 15px;
}

.chat-element,
.chat-element .media {
    margin-top: 15px;
}

.chat-element,
.media-body {
    overflow: hidden;
}

.media-body {
    display: block;
    width: auto;
}

.chat-element > .pull-left {
    margin-right: 10px;
}

.chat-element img.img-circle,
.dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px;
}

.chat-element .well {
    border: 1px solid #e7eaec;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}

.chat-element .actions {
    margin-top: 10px;
}

.chat-element .photos {
    margin: 10px 0;
}

.right.chat-element > .pull-right {
    margin-left: 10px;
}

.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    z-index: 2;
}

.list-group-item-heading {
    margin-top: 10px;
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.no-padding .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.no-padding .list-group {
    margin-bottom: 0;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.elements-list .list-group-item {
    border-left: none;
    border-right: none;
    padding: 15px 25px;
}

.elements-list .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-top: none !important;
}

.elements-list .list-group {
    margin-bottom: 0;
}

.elements-list a {
    color: inherit;
}

.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
    background: #f3f3f4;
    color: inherit;
    border-color: #e7eaec;
    /*border-bottom: 1px solid #e7eaec;*/
    /*border-top: 1px solid #e7eaec;*/
    border-radius: 0;
}

.elements-list li.active {
    -webkit-transition: none;
    transition: none;
}

.element-detail-box {
    padding: 25px;
}

/* FLOT CHART  */
.flot-chart {
    display: block;
    height: 200px;
}

.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px;
}

.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto;
}

.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43, 48, 58, 0.8);
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px;
}

.jqsfield {
    color: white;
    text-align: left;
}

.fh-150 {
    height: 150px;
}

.fh-200 {
    height: 200px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.w-150 {
    min-height: 150px;
}

.w-200 {
    min-height: 200px;
}

.w-300 {
    min-height: 300px;
}

.legendLabel {
    padding-left: 5px;
}

.stat-list li:first-child {
    margin-top: 0;
}

.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat-percent {
    float: right;
}

.stat-list li {
    margin-top: 15px;
    position: relative;
}

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
    margin-top: 1px;
}

.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}

.html5buttons a:hover,
.html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2;
}

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }
}

/* CIRCLE */
.img-circle {
    border-radius: 50%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

/* ANIMATION */
.css-animation-box h1 {
    font-size: 44px;
}

.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}

#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}

.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}

.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}

.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}

/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace-inactive {
    display: none;
}

/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget.style1 h2 {
    font-size: 30px;
}

.widget h2,
.widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.widget .flot-chart {
    height: 100px;
}

.vertical-align div {
    display: inline-block;
    vertical-align: middle;
}

.vertical-align h2,
.vertical-align h3 {
    margin: 0;
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.todo-list.small-list {
    font-size: 12px;
}

.todo-list.small-list > li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 6px 6px 6px 12px;
}

.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.5;
    padding: 1px 2px 1px 5px;
}

.todo-list > li {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
}

.todo-list .handle {
    cursor: move;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}

.todo-list > li .label {
    font-size: 9px;
    margin-left: 10px;
}

.toast {
    background-color: #1ab394;
}

.toast-success {
    background-color: #1ab394;
}

.toast-error {
    background-color: #ed5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}


.clear {
    display: block;
    overflow: hidden;
}

a {
    cursor: pointer;
    color: #409EFF;
    font-weight: normal;
}

a:hover,
a:focus {
    color: #409EFF;
    text-decoration: underline;
    /* text-decoration: none; */
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

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

.font-noraml {
    font-weight: 400;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-italic {
    font-style: italic;
}

.b-r {
    border-right: 1px solid #e7eaec;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.hr-line-solid {
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

video {
    width: 100% !important;
    height: auto !important;
}

/* GALLERY */
.gallery > .row > div {
    margin-bottom: 15px;
}

.fancybox img {
    margin-bottom: 5px;
    /* Only for demo */
    width: 24%;
}

/* Summernote text editor  */
.note-editor {
    height: auto !important;
}

.note-editor.fullscreen {
    z-index: 2050;
}

.note-editor.note-frame {
    border: none;
}

.note-editor.panel {
    margin-bottom: 0;
}

/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

/*.modal-dialog {
  z-index: 2200;
}*/
.modal-body {
    padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

/* WRAPPERS */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px;

}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}

.title-action {
    text-align: right;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.table-mail .check-mail {
    padding-left: 20px;
}

.table-mail .mail-date {
    padding-right: 20px;
}

.star-mail,
.check-mail {
    width: 40px;
}

.unread td a,
.unread td {
    font-weight: 600;
    color: inherit;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-tools a.btn-primary {
    color: #fff;
}

.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}


.panel-primary {
    border-color: #1ab394;
}

.panel-primary > .panel-heading {
    background-color: #1ab394;
    border-color: #1ab394;
}

.panel-success {
    border-color: #1c84c6;
}

.panel-success > .panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}

.panel-info {
    border-color: #23c6c8;
}

.panel-info > .panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}

.panel-warning {
    border-color: #f8ac59;
}

.panel-warning > .panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff;
}

.panel-danger {
    border-color: #ed5565;
}

.panel-danger > .panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}

.progress-bar {
    background-image: -webkit-gradient(linear, left top, right top, from(#FFD89C), to(#409EFF));
    background-image: linear-gradient(to right, #FFD89C, #409EFF);
}

.progress-bar-cus {
    background-image: -webkit-gradient(linear, left top, right top, from(#CCF2A8), to(#B1EB7C));
    background-image: linear-gradient(to right, #CCF2A8, #B1EB7C);
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-small,
.progress-mini {
    margin-top: 5px;
}

.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0;
    background-color: #55555540;
}

.progress-bar-navy-light {
    background-color: #3dc7ab;
}

.progress-bar-success {
    background-color: #1c84c6;
}

.progress-bar-info {
    background-color: #23c6c8;
}

.progress-bar-warning {
    background-color: #f8ac59;
}

.progress-bar-danger {
    background-color: #ed5565;
}

.panel-title {
    font-size: inherit;
}

.jumbotron {
    border-radius: 6px;
    padding: 40px;
}

.jumbotron h1 {
    margin-top: 0;
}

/* COLORS */
.text-navy {
    color: #1ab394;
}

.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #409EFF !important;
}

.text-success, a.text-success:focus, a.text-success:hover {
    color: #409EFF;
}

.text-info, a.text-info:focus, a.text-info:hover {
    color: #23C1C3;
}

.text-warning {
    /* color: #f8ac59; */
}

.text-danger, a.text-danger:focus, a.text-danger:hover {
    color: #FF6952;
}

.text-muted {
    color: #888888;
}

.text-white {
    color: #ffffff;
}

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

.simple_tag {
    background-color: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    color: inherit;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px;
    display: inline-block;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-w-xs {
    padding: 0 10px;
}

.p-w-sm {
    padding: 0 15px;
}

.p-w-m {
    padding: 0 20px;
}

.p-w-md {
    padding: 0 25px;
}

.p-w-lg {
    padding: 0 30px;
}

.p-w-xl {
    padding: 0 40px;
}

.p-h-xs {
    padding: 10px 0;
}

.p-h-sm {
    padding: 15px 0;
}

.p-h-m {
    padding: 20px 0;
}

.p-h-md {
    padding: 25px 0;
}

.p-h-lg {
    padding: 30px 0;
}

.p-h-xl {
    padding: 40px 0;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

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

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.img-sm {
    width: 32px;
    height: 32px;
}

.img-md {
    width: 64px;
    height: 64px;
}

.img-lg {
    width: 96px;
    height: 96px;
}


.category-list li a .text-navy {
    color: #1ab394;
}

.category-list li a .text-primary {
    color: #1c84c6;
}

.category-list li a .text-info {
    color: #23c6c8;
}

.category-list li a .text-danger {
    color: #EF5352;
}

.category-list li a .text-warning {
    /* color: #F8AC59; */
}

.el-form-item__label {
    font-size: 13px;
    color: #404040;
}

.el-input.is-disabled .el-input__inner{
    color: #606266;
}

.pa-form-tabs .el-tabs__nav{
    z-index: 1000;
}
.pa30-Dialog-custom-style{
    margin-top: 7vh !important;
}

.has-input-error .el-input__inner{
    border: 1px solid red;
}

.el-autocomplete-suggestion li{
    overflow: inherit;
}

.el-autocomplete-suggestion__list{
    width: 1000px;
}

.el-button--info {
    color: #FFF;
    background-color: #23C1C3;
    border-color: #23C1C3;
}

.el-button--info:focus, .el-button--info:hover {
    background: #23C1C3;
    border-color: #23C1C3;
    color: #FFF;
}

.el-button--success {
    color: #FFF;
    background-color: #b6a0dc;
    border-color: #b6a0dc;
}

.el-button--success:focus, .el-button--success:hover {
    background: #b6a0dc;
    border-color: #b6a0dc;
    color: #FFF;
}
.el-button--success.is-disabled, .el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover{
    background: #b6a0dc;
    border-color: #b6a0dc;
}

.el-button--warning {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
}

.el-button--warning:focus, .el-button--warning:hover {
    background: #409EFF;
    border-color: #409EFF;
    color: #FFF;
}

.el-link.el-link--info{
    color: #23C1C3;
}

.el-button--default:focus, .el-button--default:hover {
   /* background: #c6e2ff;
    border-color: #23C1C3;
    color: #FFF;*/
    /* background-color: #FFF5F3;
    border-color: #FF6952;
    color: #FF6952; */
}

.el-button--default{
    /* border-color: #FF6952;
    color: #FF6952; */
}

.confirmButtonClass{
    color: #fff!important;
    background-color: #409eff!important;
    border-color: #409eff!important;
}

.el-tabs__item.is-active {
    color: 2D68EA;
}
.el-tabs__active-bar {
    background-color: 2D68EA;
}
.el-tabs__item:hover {
    color: 2D68EA;
   /*color: #409EFF;*/
    cursor: pointer;
}

.el-tabs__item{
    color: #A7B1C2;
    font-weight: 600;
    padding: 0 18px;
}

.pa-popover-tree{
    max-height: 400px;
    overflow: auto;
}
.pa-but-mgtb{
    margin-top: 2px;
    margin-bottom: 2px;
}

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

.el-autocomplete-suggestion li.highlighted, .el-autocomplete-suggestion li:hover {
    background-color: #409EFF;
    color: #FFFFFF;
    margin: 5px;
    border-radius: 4px;
    height: 32px;
    font-size: 13px;
    text-align: left;
    padding-top: 4px;
}
.el-autocomplete-suggestion li {
    padding: 0px 10px;
    font-size: 13px;
}

.el-autocomplete-suggestion.is-loading li {
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #FF9800;
    text-align: center;
}
.is-loading .el-autocomplete-suggestion__list{
    width: auto;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
    border-top-color: #EBF6FF;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
    border-top-color: #EBF6FF;
}
.zdy-popper-top-class{
    background: #EBF6FF!important;
    color: #404040!important;
}

.el-table{
    font-size: 13px;
}
/* .el-upload:focus .el-upload-dragger {
    border-color: #409EFF;
}
.el-upload--picture-card:hover, .el-upload:focus {
    border-color: #409EFF;
    color: #409EFF;
}
.el-upload-dragger:hover {
    border-color: #409EFF !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner{
    border-color: #409EFF !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #409EFF;
    border-color: #409EFF;
} */
/* .el-checkbox__inner:hover {
    border-color: #409EFF;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #409EFF;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #409EFF;
    background: #409EFF;
}
.el-radio__inner:hover {
    border-color: #409EFF;
}
.el-textarea__inner:focus {
    outline: 0;
    border-color: #FF9800;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #FF9800;
    outline: 0;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #FF9800;
}

.el-select .el-input__inner:focus {
    border-color: #FF9800;
} */

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 10px 25px 30px;
}

.table-mail-editor .w-e-text-container{
    height: 420px!important;
}

    /* -----------------------------------------首页css---------------------------------------------- */
.jcxx-box-n {
  background: #ffffff;
  /* text-align: center; */
  /* color: #fff; */
  /* min-height: 218px; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-color {
    color: #818997;
}

/*
  考勤
*/
.ibox-title-n {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ffffff;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 30px;
    margin-bottom: 1px;
}
.xj-line-box {
    width: 40%;
    margin-top: 10%;
}
.xj-line-title {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    color: #777;
}
.xj-line {
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-right: 15px;
}
.index-number {
    margin-left: 5px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}
.linkStyle {
    float: right;
    /* color: #409EFF; */
    font-size: 1.6rem;
    margin-right: 15px;
}
.full-height {
    height: 100%;
}
.myChart-cls {
    height: 17.5rem;
    width: 60%;
}

/*
  帮助中心
*/
.help-info {
    padding: 8px 16px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #50bfff;
    margin: 5px 0;
}

/*
  人员查询
*/
.rycz-box-n {
    /* background: #ffffff;
    min-height: 218px; */
    text-align: center;
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 35px; */
}
.img-md {
    width: 64px;
    height: 64px;
}
/* .rycz-box-n h3 {
    font-size: 28px;
    margin-top: 60px;
} */

/*
我的工作圈
*/
.orgnization {
    height: 363px;
    margin-right: 0px;
    padding: 0px;
    overflow: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.subordinate-user-img img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    cursor: pointer;
    border-radius: 50%;
}
.parent-title {
    padding-left: 10px;
    margin-top: 10px;
}
.org-mr-bt {
    margin-bottom: 10px;
    min-height: 50px;
    margin-top: 10px;
}
.child-title {
    padding-left: 15px;
    font-size: 12px;
    color: #888888;
    position: relative;
}
.divider-line {
    clear: both;
    border-bottom: 1px solid #EBEDF5;
}
.my-work-img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    cursor: pointer;
    border-radius: 50%;
}

/*
常用功能
*/
.favorite-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 120px;
}
.p-long-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
    margin-top: -7px;
}
.swiper-container {
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.cygn-s-list {
    /* overflow: hidden;
    padding: 5px 0 16px; */
    min-height: 130px;
}

.bzzx-ui-list li {
    width: 20%;
    text-align: center;
    float: left;
    font-size: 35px;
    opacity: 0.8;
    cursor: pointer;
    margin-right: 10px;
}

.bzzx-ui-list li span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin: 10px auto;
}


.cygn-s-list li span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin: 10px auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next {
    width: 10px;
    height: 30px;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAYAAwDAREAAhEBAxEB/8QAFwABAAMAAAAAAAAAAAAAAAAABwQFCv/EACUQAAIBAgUEAwEAAAAAAAAAAAECAwQTBRIUFSEABhEiBxYjUv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDc5DNU/GuKLRVkstR2Ni9U2hrZmeWTtyvnYsaSplbMxw+dvLRyOfT2kJuJUtOC2rKyhlIZWAZWUgqykeQQRwQRyCOCOR0FVj20bPiO/WNo0z6/U+bVnj+fe7ny2LX7X7dj9cnQFnZP3rY12gYfseqqdh+ymq3TZ8y6PPowUs5c1nP4bL5tDS6foJsENR8lYotbWRy0/Y2E1TaGjlV437kroGKNV1MZ8Hb4HVlSJx78xsLj1KwAtqqqoVQFVQFVVACqoHgAAcAAcADgDgdB/9k=) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    right: 50px;
    top: 50%;
}
.swiper-button-prev {
    width: 10px;
    height: 30px;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAYAAwDAREAAhEBAxEB/8QAFwABAAMAAAAAAAAAAAAAAAAABgUHCv/EACgQAAIBAwMCBQUAAAAAAAAAAAIDBAEFEQYSExQVAAcWISIjJDM2Qv/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDeZqzVKtOREghFbhe7kzprNaVZJsySVaDQzEPmMVNSEnM+OcisSEjoQgbtnlvElRynatdKut/ntKXcHqnSo8dLGCAhDjLjtUHBFABUBbffFaBQE0UsAjtH49Z371Z+57i7ZyY6DsOK8fYd38/k58/ccW/f9XuHgLh8AS1bpZWo4iTQ+tvvdtZ1Nmuysi2HJHBUAyGm8orqiIuXTdjAsESIKCQG7b5kwokcoOrlSLTqCA0olwjrhyHocxYgQTIxoWwOnlAYtXTdima1XU01Uww//9k=) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    content: '';
    left: 50px;
    top: 50%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto
}



.cygn-s-list li {
    width: 13.5%;
    text-align: center;
    float: left;
    font-size: 35px;
    opacity: 0.8;
    cursor: pointer;
    padding-right:20px;
    /* margin-top: 10px; */
}
.cygn-s-list li span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin: 10px auto;
}

.cygn-s-list li:hover {
    opacity: 1;
}

.cygn-s-list li span i.icon {
    width: 48px;
    height: 48px;
    margin-top: 15px;
    display: inline-block;
}

.bg-primary {
    /* background-color: #F4F5F8; */
    /* background-color: rgb(241 247 255); */
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.swiper-text {
    font-size: 14px;
    color: #2A2A2A;
}


/* 待办中心 */
.todo-content-box {
  background-color: #ffffff;
  color: inherit;
  padding: 10px 20px 0px 20px;
  min-height: 228px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 228px;
  overflow: auto;
}
.todo-content-no-data{
    width:67%;
    height:80%;
    position:absolute;
    top: 40px;
    left: 0;
}
.todo-content-no-data p{
    width: 100%;
    color: #59a4bc;
    text-align: center;
    margin-top: -47px;
    position: absolute;
}
.dbzx-list {
  font-size: 12px;
  margin-right: -20px;
  min-height: 284px;
}
.dbzx-list li {
  width: 94%;
  -webkit-box-shadow: 0 2px 3px 3px #eee;
          box-shadow: 0 2px 3px 3px #eee;
  margin: 0 2% 16px 0;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  background: #f4f5f8;
  border-radius: 4px;
}
.dbzx-list .bg-box {
  width: 2%;
  height: 79px;
  text-align: center;
  background: orange;
}
.dbzx-list .todo-icon {
  padding: 20px 0 20px 20px;
  font-size: 30px;
  color: #a3a8b3;
}
.ehr-todo-text-box {
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  margin-left: 4px;
}
.ehr-todo-text-box .todo-number {
  font-size: 24px;
  text-align: right;
}
.ehr-todo-text-box .todo-text {
  font-size: 14px;
  text-align: right;
  color: #a3a8b3;
}
.bbzx-list {
  font-size: 12px;
  margin-right: -20px;
}
.bbzx-list li {
  width: 22%;
  /* box-shadow: 0 2px 3px 3px #eee; */
  margin: 0 2% 10px 5px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  /* background: #f4f5f8; */
  max-height: 65px;
  border-radius: 4px;
}
.bbzx-list .bbzx-box {
  height: 70px;
}
.bbzx-list .bbzx-icon {
  padding: 18px 8px 0px 15px;
  font-size: 25px;
}
.bbzx-text-box {
  width: 100%;
  padding: 19px 5px 0 0;
  color: #676767;
  /* text-align: right; */
}
.report-longtext {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 2px 8px 0 0;
  font-size: 15px;
  /* font-weight: 900; */
}
.bbzx-content-box {
  background-color: #ffffff;
  color: inherit;
  padding: 9px 20px 0px 20px;
  min-height: 158px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: auto;
  height: 228px;
}
.profile-img-s {
    display: inline-block;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 6px;
    margin-top: 13px;
}
.content-color-num {
    color: #F4212D;
    font-size: 32px;
}
.in-row {
    display: inline-block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}
/* -----------------------------------------首页css---------------------------------------------- */

/* -----------------------------------------薪资查询css---------------------------------------------- */
.py-mt-5 {
    margin-top: 5%;
}
.py-mt-10 {
    margin-top: 10%;
}
.py-pd-20 {
    padding-bottom: 10px;
}
.py-pd-10 {
    padding-bottom: 10px;
}
.py-818997 {
    color: #818997;
}
.py-link {
    color: #409EFF;
    font-size: 1.4rem;
    margin-right: 15px;
}
.py-vc-input {
    font-weight: 900;
    font-size: 25px;
    padding: 8px;
    height: 40px;
}
.py-error-msg {
    color: #FF6952;
}
.py-child-title {
    color: #818997;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
}
.py-child-value {
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
}
.py-child-footer {
    text-align: left;
}
.padding-lf {
    padding-left: 10px;
}
.margin-bt {
    margin-bottom: 10px;
}
.py-container {
    min-height: 250px;
}
.col-lg-2-5 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.li-bg-blue {
    width: 4px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 8px;
    display: inline-block;
    background: #409EFF;
}

.li-bg-blue.green {
    background: #18a689;
}
.min-h-170 {
    min-height: 170px;
}
.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}
.inline {
    display: inline-block !important;
}
.py-img {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.salay-content {
    margin-bottom: 10px;
    background-color: #ffffff;
    color: inherit;
}
.clearfix {
    clear: both;
}
.no-padding {
    padding: 0 !important;
}
.form-group {
    margin-bottom: 15px;
}
.py-bg-transfer {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#FFB11F));
    background-image: linear-gradient(to right, #ffffff, #FFB11F);
}
.py-555 {
    color: #555;
}
.py-title {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-55c {
    color: #5555559c;
}
.py-ep-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
.py-red-note {
    color: #ff0000ad;
}
.py-ibx-t {
    min-height: 60px;
}
/* -----------------------------------------薪资查询css---------------------------------------------- */
.query-form {
    text-align:center;
    margin-top:5px;
    font-size: 14px;
    color: #606266;
}
.label-w {
    width: 130px;
}
.py-input-60 {
    width: 100px !important;
    padding: 6px 12px;
    margin-left: 10px;
}

.el-table {
    font-size: 13px;
    color: #606266;
}
.el-table-pagination{
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
}

.menu-title .index .el-breadcrumb__inner{
    color: #333333;
}

.menu-title .index .el-breadcrumb__inner a{
    font-weight: inherit;
}

.menu-title .index .el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover{
    color: #333333;
}

.menu-title .one-menu .el-breadcrumb__inner{
    color: #333333;
}

.menu-title .two-menu .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    font-weight: 700;
    color: #333333;
    cursor: pointer;
}

.vue-image-crop-upload .vicp-wrap{
    margin-top: 100px!important;
}
/*菜单icon的大小*/
.el-submenu__title i.fa{
    width: 16px;
    height: 16px;
}

.table-buttons-down {
    border-color: #409EFF;
    color: #409EFF;
}

.table-buttons-down:hover {
    background-color: #FFF5F3;
    border-color: #409EFF;
    color: #409EFF;
}

.table-input-serarch{
    width: 20%;
}

.table-input-serarch .el-input__inner{
    border-radius: 50px;

}

/*  覆盖组织树的字体*/
.el-tree-node__label{
    font-size: 12px;
}


.tableHeaderStyle{
    background:#F3F4F7!important;
    color:#555555
}

/* .el-main{
    overflow: hidden;
} */
/*滚动条样式*/
* ::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

* ::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

* ::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: rgba(0,0,0,.1);
}
.el-radio.is-bordered.is-checked{
    border-color: #409EFF;
}

/**处理IE表格样式*/
.table-container-custom-ie-css .el-table__header {
    width: 100% !important;
}

.table-container-custom-ie-css .el-table__body {
    width: 100% !important;
}


/*  国际化css*/
.pa_item_en{
    line-height: 0;
    padding-left: 20px;
}

.pa_item_zh{
    margin-top: -1px;
}

/* 操作说明样式 */
.operatein_structions_btn{
    float: right;
    margin-top: -6px;
    height: 30px;
    width: 85px;
    cursor: pointer;
    line-height: 30px;
    border-radius: 5px;
}
.operatein_structions_btn:hover{
    background-color: #eee;
}
.operatein_structions_btn_self{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 85px;
    cursor: pointer;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
  }
  .operatein_structions_btn_self:hover{
    background-color: #eee;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-1{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1
  }
  
  .flex-cen-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .flex-cen-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .flex-cen-xy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .flex-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .flex-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .flex-xy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .flex-spw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .flex-start-spw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .flex-x-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-xy-start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-y-spw{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
.org-tree-container {
  display: inline-block;
  padding: 15px;
  background-color: #fff;
}
.org-tree {
  display: table;
  text-align: center;
}
.org-tree:before,
.org-tree:after {
  content: '';
  display: table;
}
.org-tree:after {
  clear: both;
}
.org-tree-node,
.org-tree-node-children {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.org-tree-node:before,
.org-tree-node-children:before,
.org-tree-node:after,
.org-tree-node-children:after {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.org-tree-node-label {
  position: relative;
  display: inline-block;
}
.org-tree-node-label .org-tree-node-label-inner {
  width: 100px;
  white-space: nowrap;
  overflow: auto;
}
.org-tree-node-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  z-index: 10;
  margin-left: -11px;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #2987a3;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.org-tree-node-btn:hover {
  background-color: #e7e8e9;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.org-tree-node-btn:before,
.org-tree-node-btn:after {
  content: '';
  position: absolute;
}
.org-tree-node-btn:before {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 0;
  border-top: 1px solid #2987a3;
}
.org-tree-node-btn:after {
  top: 4px;
  left: 50%;
  bottom: 4px;
  width: 0;
  border-left: 1px solid #2987a3;
}
.org-tree-node-btn.expanded:after {
  border: none;
}
.org-tree-node {
  padding-top: 20px;
  display: table-cell;
  vertical-align: top;
}
.org-tree-node.is-leaf,
.org-tree-node.collapsed {
  padding-left: 10px;
  padding-right: 10px;
}
.org-tree-node:before,
.org-tree-node:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 19px;
}
.org-tree-node:after {
  left: 50%;
  border-left: 1px solid #2987A3;
}
.org-tree-node:not(:first-child):before,
.org-tree-node:not(:last-child):after {
  border-top: 1px solid #2987A3;
}
.collapsable .org-tree-node.collapsed {
  padding-bottom: 30px;
}
.collapsable .org-tree-node.collapsed .org-tree-node-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: 20px;
  border-right: 1px solid #2987A3;
}
.org-tree > .org-tree-node {
  padding-top: 0;
}
.org-tree > .org-tree-node:after {
  border-left: 0;
}
.org-tree-node-children {
  padding-top: 20px;
  display: table;
}
.org-tree-node-children:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 20px;
  border-left: 1px solid #2987A3;
}
.org-tree-node-children:after {
  content: '';
  display: table;
  clear: both;
}
.horizontal .org-tree-node {
  display: table-cell;
  float: none;
  padding-top: 0;
  padding-left: 20px;
}
.horizontal .org-tree-node.is-leaf,
.horizontal .org-tree-node.collapsed {
  padding-top: 10px;
  padding-bottom: 10px;
}
.horizontal .org-tree-node:before,
.horizontal .org-tree-node:after {
  width: 19px;
  height: 50%;
}
.horizontal .org-tree-node:after {
  top: 50%;
  left: 0;
  border-left: 0;
}
.horizontal .org-tree-node:only-child:before {
  top: 1px;
  border-bottom: 1px solid #2987A3;
}
.horizontal .org-tree-node:not(:first-child):before,
.horizontal .org-tree-node:not(:last-child):after {
  border-top: 0;
  border-left: 1px solid #2987A3;
}
.horizontal .org-tree-node:not(:only-child):after {
  border-top: 1px solid #2987A3;
}
.horizontal .org-tree-node .org-tree-node-inner {
  display: table;
}
.horizontal .org-tree-node-label {
  display: table-cell;
  vertical-align: middle;
}
.horizontal.collapsable .org-tree-node.collapsed {
  padding-right: 30px;
}
.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after {
  top: 0;
  left: 100%;
  width: 20px;
  height: 50%;
  border-right: 0;
  border-bottom: 1px solid #2987A3;
}
.horizontal .org-tree-node-btn {
  top: 50%;
  left: 100%;
  margin-top: -11px;
  margin-left: 9px;
}
.horizontal > .org-tree-node:only-child:before {
  border-bottom: 0;
}
.horizontal .org-tree-node-children {
  display: table-cell;
  padding-top: 0;
  padding-left: 20px;
}
.horizontal .org-tree-node-children:before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 0;
  border-left: 0;
  border-top: 1px solid #2987A3;
}
.horizontal .org-tree-node-children:after {
  display: none;
}
.horizontal .org-tree-node-children > .org-tree-node {
  display: block;
}

/*.topioc{*/


/*background-color: #fff;*/


/*border-radius: 1.5rem;*/


/*height: 30px;*/


/*width: 36px;*/


/*}*/


/*.tbm{*/


/*!*margin: 0.8rem 0 1rem 2rem;*!*/


/*}*/


/*.toptxt{*/


/*font-size: 1.6rem;*/


/*color: #2286A5;*/


/*!*margin: 1rem 0 1rem 1rem;*!*/


/*}*/


/*.fr{*/


/*height: 100%;*/


/*float: right;*/


/*}*/

.top_hr {
	-webkit-border-top-left-radius: 2em !important;
	/* Safari */
	-webkit-border-bottom-left-radius: 2em !important;
	/* Safari */
}

.top_em {
	-webkit-border-top-right-radius: 2em !important;
	/* Safari */
	-webkit-border-bottom-right-radius: 2em !important;
	/* Safari */
}

.top_qa {
	width: 108px;
	border: 1px solid #2286a5;
	background-color: #2286a5;
	height: 29px;
	margin: 1.6rem 0 1rem 2rem;
	border-radius: 1.5rem;
	padding: 0.5rem;
	padding-left: 11px;
	color: white;
	padding-top: 3px;
}

.txt_color {
	color: #2286A5;
}

.skin-1 .ibox-title,
.skin-1 .ibox-content {
	border-width: 1px;
}

.payroll.row {
	border: 2px solid #E9E9F0;
	border-radius: 8px;
	padding: 40px 0 30px 0;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
}

.pl0 {
	padding-left: 0
}

.pr0 {
	padding-right: 0;
}


/* 工资单*/

.payroll-userinfo {
	margin-top: 0;
}

.payroll .img-box {
	margin: 0 60px 0 0;
	float: left;
}

.payroll-list .queryDate {
	margin: 42px 0 18px 0;
	font-size: 18px;
}

.payroll .img-circle {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}

.payroll-title {
	color: #3B86FF;
}

.mtb5 {
	margin: 0px 0;
	display: inline-block;
	margin-bottom: 10px;
}

.payroll .name-left {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.payroll .col-lg-12,
.payroll-userinfo {
	min-height: 0;
}

.payroll .name-box {
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.payroll .name-right {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.payroll-list .detail-list label,
.payroll-list .detail-list li,
.payroll-list .overview {
	margin-bottom: 0;
	color: #333;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 12px;
	padding-bottom: 12px;
}

.payroll-list a {
	color: #333;
}

.payroll-list .overview {
	/*background-color: #F5F6FA;*/
	padding-left: 19px;
	font-weight: bold;
}

.payroll-list .tip-icon {
	width: 14px;
	margin-left: 10px;
	margin-bottom: -2px;
}

.payroll-input {
	width: 100%;
}

.input-group.payroll-input .form-control:first-child {
	text-indent: 77px;
	border-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.input-group.payroll-input .form-control:focus {
	text-indent: 77px;
}

.pl10 {
	padding-left: 10px;
}

.hasNoData {
	padding: 40px 0;
}

.hasNoData img {
	margin-bottom: 20px;
}

.mb0 {
	margin-bottom: 0;
}

.mt5 {
	margin-top: 5px;
}

.payroll-btn {
	width: 100%;
	border-radius: 8px;
	background-color: #3B86FF;
	border: 1px solid #3B86FF;
	max-width: 120px;
}

.payroll-btn:active,
.payroll-btn:focus,
.payroll-btn:hover {
	background-color: #3B86FF;
}

.payroll-input .input-group-addon {
	position: absolute;
	background-color: none;
	border: none;
	border-radius: 0;
	z-index: 9;
	padding: 0;
	top: 10px;
	left: 40px;
}

.payroll-list .detail-list label {
	padding-left: 15px;
	width: 90%;
	font-weight: 500;
}

.payroll-list .detail-list>div:last-child label {
	border-bottom: none;
}


/* .payroll-list .detail-list label .pull-right{
    
} */

.payroll-list .detail-list li {
	padding-left: 45px;
	/*background-color: #f8f8f8;*/
	color: #666;
}

.payroll-list .icon-more-down {
	width: 12px;
	height: 6px;
	margin-left: 25px;
}

.mr80 {
	padding-right: 80px;
}

.mr40 {
	padding-right: 40px;
	cursor: pointer;
}

.payroll-list .upShowAll,
.payroll-list .mr40 {
	cursor: pointer;
}

.payroll-list .rotate-icon {
	margin-bottom: 3px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

@media screen and (max-width: 600px) {
	.payroll-panel .col-xs-10,
	.payroll-panel .col-xs-2,
	.payroll-panel .col-xs-2 button {
		width: 100%;
		max-width: 100%;
	}
	.payroll-panel .col-xs-10.pr0 {
		padding-right: 15px;
	}
	.payroll-panel .col-xs-2.pl10 {
		padding-left: 15px;
		margin-top: 10px;
	}
}

.mt15 {
	margin-top: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.ibox-content .mt0,
.panel-body .mt0 {
	margin-top: 0;
}

.pt10 {
	padding-top: 10px;
}

.form-label-middle {
	padding: 6px 0;
}

.pt20 {
	padding-top: 20px;
}

.pb13 {
	padding-bottom: 13px;
}

.custom-ibox-title {
	font-family: "regular";
	color: #000;
	font-size: 18px;
}

.width-20-percent {
	width: 20%;
	float: left;
	position: relative;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.ml20 {
	margin-left: 20px!important;
}

.ibox-title h5.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: center; */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.icon-small {
	width: 20px;
	height: 20px;
	;
}

.mr5 {
	margin-right: 5px;
}

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

.multiSelect>button {
	width: 100%;
}

.multiSelect .caret {
	vertical-align: top!important;
}

.ui-select-bootstrap>.ui-select-match>.btn .ui-select-match-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.company .ui-select-bootstrap>.ui-select-choices {
	width: 190%!important;
}

.min-height-20 {
	min-height: 20px;
}

.m0 {
	margin: 0;
}

.ml0 {
	margin-left: 0;
}

.mr0 {
	margin-right: 0;
}

.person-library div.dataTables_wrapper div.dataTables_filter {
	right: 0;
}

.person-library div.dataTables_wrapper div.dataTables_filter label {
	margin-right: 0;
}

.mt10 {
	margin-top: 10px;
}

.multiSelect>button {
	text-align: left!important;
}

.multiSelect .caret {
	position: absolute;
	right: 10px;
}

hr {
	margin-top: 0;
}

.modal-dialog h3 {
	margin-top: 15px;
}

.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: middle;
}

.over-hidden {
	overflow: hidden;
}

.pr15 {
	padding-right: 15px;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin-top: 10px;
}

.background-fff {
	background-color: #fff;
}

.p-t-sm {
	padding-top: 5px;
}

.pt20 {
	padding-top: 20px;
}

.ml0 {
	margin-left: 0;
}

.pl15 {
	padding-left: 15px;
}

.ibox-content .mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.remark-tip-text {
	position: absolute;
	right: 17px;
	bottom: 0;
}

.mb15 {
	margin-bottom: 15px;
}

.modal-footer .btn+.btn {
	margin-left: 0;
}

.pr30 {
	padding-right: 30px;
}

.mr5 {
	margin-right: 5px;
}

a:focus {
	outline: none;
}

.table-btn-edit ,.table-btn-edit:focus, .table-btn-edit:hover{
	color: #18a689;
}
.table-btn-check ,.table-btn-check:focus, .table-btn-check:hover {
	color: #3e94e8;
}
.table-btn-delete ,.table-btn-delete:focus, .table-btn-delete:hover  {
	color: #ed5565;
}

.w100 {
	width: 100%;
}

.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.dataTable,
.dataTables_scrollHeadInner {
	min-width: 100%;
}

.color-999 {
	color: #999;
}
.color-ff0000{
	color: #ff0000;
}

.mt7 {
	margin-top: 7px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.nav-breadcrumb {
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
	border-top: 0;
}

.nav-breadcrumb .breadcrumb li {
	font-size: 12px;
}

.close-btn {
	color: #000;
	float: right;
	font-size: 26px;
	margin-top: -9px;
	opacity: 0.3;
	filter: alpha(30);
	cursor: pointer;
}

.close-btn:hover {
	opacity: 0.6;
	filter: alpha(60);
}

.font12 {
	font-size: 12px;
}

.date-picker-date-time {
	border: 1px solid #ececec;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p0{
	padding: 0;
}
.mt40{
	margin-top: 40px;
}
.border-none{
    border: none;
}
.dropzone .dz-preview .dz-remove{
	color: #ed5565;
}
.dropzone .dz-preview.dz-file-preview .dz-image{
	border-radius: 8px!important;
}
.dropzone .dz-preview{
	width: auto;
}
.dropzone .dz-preview .dz-image{
	width: 100px!important;
	height: 100px!important;
	border-radius: 8px!important;
}
.dropzone .dz-preview{
	width: 100px!important;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
	padding: 0!important;
}
.table-wrapper-mt0 .dataTables_wrapper{
    margin-top: 0;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover{
	color: #aaa;
}


/* .tab-content>.tab-pane{
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: height 3s;
}
.tab-content>.active{
    height: auto;
    overflow: inherit;
    opacity: 1;
} */


/**********
作者;hexiang
时间2018-3-9
备注：员工首页 员工基础信息模块的颜色模板设置
****************************/

.ibox-title-ibm {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-o-border-image: none;
	   border-image: none;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

.ibox-title-ibm h5 {
	font-size: 1.6rem;
	font-weight: 400;
}

.ibox-title-ibm h5 {
	display: inline-block;
	margin: 0 0 7px;
	padding: 0;
	text-overflow: ellipsis;
	float: left;
}

.ibox-content-ibm {
	color: #FFFFFF;
	padding: 15px 20px 3px 20px;
	border-color: #e7eaec;
	-o-border-image: none;
	   border-image: none;
	border-width: 1px 0;
	min-height: 290px;
	max-height: 290px;
}

.ibox-content-ibm .col-lg-9 span {
	margin: 10px;
	border-radius: 1.5rem;
	background-color: #ef0a54;
	padding: 1px 14px;
	display: inline-block;
}

.em_ce {
	width: 110px;
	height: 110px;
	border-radius: 110px;
	margin: auto;
	text-align: center;
	line-height: 110px;
}

.em_ce img {
	vertical-align: middle;
}
@font-face {
  font-family: "iconfont"; /* Project id 4490745 */
  src: url(../assets/fonts/iconfont.3e4e1ebf.woff2) format('woff2'),
       url(../assets/fonts/iconfont.279938d0.woff) format('woff'),
       url(../assets/fonts/iconfont.f84f60f6.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gongzuojingli:before {
  content: "\e61c";
}

.icon-jibenxinxi:before {
  content: "\e637";
}

.icon-shixishenqing:before {
  content: "\e6b7";
}

.icon-quanxianxinxi:before {
  content: "\e7c5";
}

.icon-jixiaoxinxi:before {
  content: "\e606";
}

.icon-zhankai:before {
  content: "\e613";
}

.icon-shouqi:before {
  content: "\e611";
}

.icon-bumenfuzeren:before {
  content: "\e628";
}

.icon-zhaopin:before {
  content: "\e819";
}

.icon-xingxing:before {
  content: "\e639";
}

.icon-shouye:before {
  content: "\e60e";
}

.icon-hetong:before {
  content: "\e632";
}

.icon-zuzhijiagoujiekou:before {
  content: "\e89a";
}

.icon-shujuluru:before {
  content: "\e67f";
}

.icon-qidongtiaojian:before {
  content: "\e60b";
}

.icon-xitongguanli:before {
  content: "\e610";
}

.icon-icon1:before {
  content: "\e600";
}

.icon-yuangongzizhu:before {
  content: "\e6ba";
}

.icon-baobiaoguanli:before {
  content: "\e603";
}

.icon--yuangong:before {
  content: "\e604";
}

.icon-yulan:before {
  content: "\e601";
}

.icon-kejirencaiguanli:before {
  content: "\e602";
}

.icon-zuzhijixiao:before {
  content: "\e605";
}

.icon-shebaoguanli:before {
  content: "\e6c7";
}

.icon-xinchoutiaozheng:before {
  content: "\e635";
}

.icon-icon-gerenjixiaofangan:before {
  content: "\e618";
}

.icon-tiaoxinguanli:before {
  content: "\e63d";
}

.icon-okr:before {
  content: "\13810";
}

.icon-zhengmingguanli:before {
  content: "\e882";
}

.icon-renshishijian:before {
  content: "\e881";
}


@charset "UTF-8";

@font-face {
  font-family: "DS-DIGIB";
  src: url(../assets/fonts/DS-DIGIB.16efbcc4.woff2) format("woff2"),
       
       url(../assets/fonts/DS-DIGIB.1467e2d3.ttf) format("truetype"),
       url(../assets/fonts/DS-DIGIB.22607157.eot) format("embedded-opentype");
       /* url("DS-DIGIB.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}

.menu-title {
    margin-bottom: 10px;
    margin-left: -19px;
    margin-top: -23px;
    background: white;
    line-height: 33px;
    padding-left: 11px;
    font-size: 12px;
    margin-right: -20px;
}

/* 添加css 实现wangeditor高度自适应 */

.function_tree .value_list[data-v-5a3901c5] {
  min-height: 28px;
  width: 100%;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.function_tree .value_list[data-v-5a3901c5]::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 15px;
  color: #c0c4cc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.function_tree .value_list .closeAll[data-v-5a3901c5] {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #909399;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #909399;
  cursor: pointer;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}
.function_tree .value_list:hover .closeAll[data-v-5a3901c5] {
  opacity: 1;
}
.function_tree .value_list .value_list_item[data-v-5a3901c5] {
  position: relative;
  padding: 0 5px;
  background-color: #f4f4f5;
  border: 1px solid #e9e9eb;
  color: #909399;
  margin: 2px 0 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
}
.function_tree .value_list .value_list_item i[data-v-5a3901c5] {
  color: #909399;
  background-color: #C0C4CC;
  border-radius: 50%;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  margin-left: 3px;
  position: relative;
}


.tree-overflow .el-tree[data-v-9b3e348a]{
    background-color: #fff;
    position: absolute;
    z-index: 999;
    min-width: 100%;
}
.tree-overflow-isNot .el-tree[data-v-9b3e348a]{
    /*height: 220px;*/
    background-color: #fff;
    position: absolute;
    /*left: 0px;*/
    z-index: 999;
    width: 100%;
}
.treebox[data-v-9b3e348a]{
    width: 99%;
}
/* .el-tree-node__content:hover  */


.tree-parent[data-v-9b3e348a] {
  position: relative;
}
.tree-box[data-v-9b3e348a] {
  min-width: 320px;
  height: 220px;
  overflow-y: auto;
  border: 1px solid #ececec;
  background-color: #fff;
  position: absolute;
  top: 28px;
  left: 0px;
  z-index: 999;
}

.post_tree_div {
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  height: 28px;
  line-height: 26px;
  color: #ccc;
  font-size: 12px;
  text-align: left;
  padding: 0 15px;
  background: #fff;
  cursor: pointer;
}
.post_tree_div.valueTextClass {
  color: #333;
}
.post_tree_div > span {
  width: 88px;
  display: block;
  overflow: hidden;
}

.search-user-select-multiple .el-select-dropdown__item.hover[data-v-5a06c2c2],
.el-select-dropdown__item[data-v-5a06c2c2]:hover {
  background-color: #2d68ea;
  color: #ffffff;
  border-radius: 4px;
}
.search-user-select-multiple .el-select-dropdown__item.selected[data-v-5a06c2c2] {
  background-color: #2d68ea !important;
  color: #ffffff !important;
  font-weight: 700;
}
.el-select-dropdown__item[data-v-5a06c2c2] {
  padding: 5px 5px;
  line-height: 27px;
  border-radius: 4px;
}
.search-image[data-v-5a06c2c2] {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.search_person_multiple .el-select .el-input__inner {
  height: 28px;
  font-size: 12px;
}


.el-select-dropdown[data-v-fde6f632]{
    max-width: 243px;
    /* overflow-x:auto; */
}
.el-select-dropdown__item[data-v-fde6f632]{
    /* display: inline-block; */
    /* padding: 0; */
}
.el-select-dropdown__item.hover[data-v-fde6f632], .el-select-dropdown__item[data-v-fde6f632]:hover{
    background-color: #2d68ea;
}
.el-select-dropdown__item>div[data-v-fde6f632]{
    /* display: inline-block; */
    /* padding-left: 20px; */
}
/* .el-select-dropdown__item>div :hover{
    background-color: red
} */


.loadingModal {
  height: var(height);
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}


[data-v-62913704] .el-input{
  width: 174px;
}
.tree-overflow .el-tree[data-v-62913704] {
  background-color: #fff;
  position: absolute;
  z-index: 999;
  min-width: 100%;
}
.tree-overflow-isNot .el-tree[data-v-62913704] {
  /*height: 220px;*/
  background-color: #fff;
  position: absolute;
  /*left: 0px;*/
  z-index: 999;
  width: 100%;
}
.treebox[data-v-62913704] {
  width: 99%;
}
/* .el-tree-node__content:hover  */


.tree-parent[data-v-62913704] {
  position: relative;
}
.tree-box[data-v-62913704] {
  min-width: 320px;
  height: 220px;
  overflow-y: auto;
  border: 1px solid #ececec;
  background-color: #fff;
  top: 28px;
  z-index: 999;
}
.initClass[data-v-62913704] {
  position: absolute;
  left: 0px;
}
/* .diaClass {
  position: fixed;
  right: 10px;
  width: 320px;
} */
.treeShowBox[data-v-62913704] {
  width: 100%;
  min-width: 180px;
  min-height: 580px;
  /* border-radius: 3px; */
  border: 0px;
  top: 0px;
}
.tree-overflow-close[data-v-62913704] {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}


[data-v-1924d5ff] .el-dialog__body{
  padding:20px 20px 10px !important;
}
[data-v-1924d5ff] .el-form-item{
  margin-bottom:10px;
}

.searchBusinessLine .el-select input {
  font-size: 12px;
}

.searchPerson .el-select {
  width: 315px;
}


.menu-title {
  margin-bottom: 10px;
  margin-left: -19px;
  margin-top: -23px;
  background: white;
  line-height: 33px;
  padding-left: 11px;
  font-size: 12px;
}


.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 999;
    min-width: 100%;
}
.tree-box2 {
    min-width: 320px;
    height: 420px;
    overflow-y: auto !important;
    border: 1px solid #ececec;
    background-color: #fff;
    position: absolute;
    top: 28px !important;
    left: 0px;
    z-index: 999;
    border-radius: 6px;
    overflow: hidden;
}
.treebox{
    width: 99%;
}


.menu-title {
  margin-bottom: 10px;
  margin-left: -19px;
  margin-top: -23px;
  background: white;
  line-height: 33px;
  padding-left: 11px;
  font-size: 12px;
}
.buttons-excel {
  float: left;
}
.buttons-comparison {
  background-color: #2DCAA0;
  color: #FFFFFF;
  border: 1px solid #2DCAA0;
  float: left;
}
.comparisonBtnClass {
  width: 360px !important;
}
.addBtnClass {
  width: 480px!important;
}

.select-tree-dialog[data-v-5c0fdbff] .el-dialog__body {
  padding-top: 20px;
}
.select-tree-dialog[data-v-5c0fdbff] .el-dialog__header {
  padding-bottom: 0;
}
.dialog-footer[data-v-5c0fdbff] {
  padding-top: 20px;
  text-align: right;
}

.select-tree-dialog[data-v-db50e75c] .el-dialog__body {
  padding-top: 20px;
}
.select-tree-dialog[data-v-db50e75c] .el-dialog__header {
  padding-bottom: 0;
}
.dialog-footer[data-v-db50e75c] {
  padding-top: 20px;
  text-align: right;
}

.card-box[data-v-bf8fcf3a] {
  width: 100%;
  padding: 0px 20px 20px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.card-box .title[data-v-bf8fcf3a] {
  width: 100%;
  height: 50px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.card-box .ibox-content-title[data-v-bf8fcf3a] {
  width: auto;
  margin-top: 0px;
  border-bottom: none;
  float: left;
}
.card-box .right[data-v-bf8fcf3a] {
  float: right;
  height: 40px;
  line-height: 40px;
  color: #999999;
  cursor: pointer;
}
.card-box .right > span[data-v-bf8fcf3a] {
  margin-right: 6px;
}
.is-half[data-v-bf8fcf3a] {
  width: calc(50% - 10px);
}
.card-main[data-v-bf8fcf3a] {
  width: 100%;
  overflow: hidden;
}

.icon-box[data-v-4ef17c7e] {
  color: #f99d33;
  font-size: 14px;
  padding: 4px 12px;
  cursor: pointer;
}
.icon-box > i[data-v-4ef17c7e] {
  margin-right: 4px;
}

.nothing-container[data-v-4b7b2b93] {
  width: 100%;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nothing-container > img[data-v-4b7b2b93] {
  width: 110px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nothing-container > .msg[data-v-4b7b2b93] {
  width: 100%;
  text-align: center;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #999999;
}

.select-tree-dialog[data-v-35ae8168] .el-dialog__body {
  padding-top: 20px;
}
.select-tree-dialog[data-v-35ae8168] .el-dialog__header {
  padding-bottom: 0;
}
.dialog-footer[data-v-35ae8168] {
  padding-top: 20px;
  text-align: right;
}

.select-tree-dialog[data-v-51ef4490] .el-dialog__body {
  padding-top: 20px;
}
.select-tree-dialog[data-v-51ef4490] .el-dialog__header {
  padding-bottom: 0;
}
.dialog-footer[data-v-51ef4490] {
  padding-top: 20px;
  text-align: right;
}

