/********************************      Basic Structure      ********************************/
html {
    _overflow-y: scroll;
    font-size: 100%;
    height: 100%;
}

body,
ul,
li {
    font-family: 'Microsoft YaHei'
}

body {
    color: #555;
    background: #f0f0f0 url('/Shared/images/company/bg-body3.png') top left repeat-y;
    font-size: 14px
}

#body-wrapper {
    background: url('/Shared/images/company/bg-radial-gradient.gif') fixed 230px top no-repeat
}

/********************************      Elements styling      ********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Microsoft YaHei';
    color: #222;
    font-weight: bold
}

h1 {
    font-size: 30px;
    line-height: normal;
}

h2 {
    font-size: 26px;
    padding: 0 0 10px 0
}

h3 {
    font-size: 18px;
    padding: 0 0 10px 0
}

h4 {
    font-size: 16px;
    padding: 0 0 5px 0
}

h5 {
    font-size: 14px;
    padding: 0 0 5px 0
}

h6 {
    font-size: 12px;
    padding: 0 0 5px 0
}

a {
    /* color: #59a03b; */
    text-decoration: none
}

a:hover {
    color: #000
}

a:active {
    color: #777
}

a:focus {
    outline: 1px
}

strong {
    font-weight: bold;
    color: #333
}

small {
    font-size: 0.85em
}

pre {
    font-family: monospace
}

p {
    padding: 5px 0 10px 0;
    line-height: 1.6em
}

select {
    font-family: 'Microsoft YaHei'
}

/********************************      General Classes      ********************************/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    display: block
}

.align-left {
    float: left !important
}

.align-right {
    float: right !important
}

/************ Button ************/
/* .button {
    display: inline-block;
    background: #59a03b;
    border: 1px solid #59a03b !important;
    padding: 4px 7px 4px 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    cursor: pointer;
    line-height: 19px;
    min-width: 62px;
    text-align: center;
    font-family: 'Microsoft YaHei'
} */

.button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    font-size: 12px;
    background-color: #59a03b;
    color: #fff !important;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.button:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.button-label {
    background: #999999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    font-size: 12px;
    color: #fff !important;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-label:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.button-label:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

a.remove-link {
    color: #bb0000
}

a.remove-link:hover {
    color: #000
}

/********************************      Sidebar      ********************************/
#sidebar {
    width: 230px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
    font-size: 11px;
}

#sidebar #sidebar-wrapper {
    margin: 0 0 0 9px
}

#sidebar a,
#sidebar a:active {
    color: #ccc
}

#sidebar a:hover {
    color: #fff
}

#sidebar #sidebar-title {
    margin: 40px 0 40px 15px
}

#sidebar #logo {
    margin: 20px auto 0px 0px;
    width: 200px;
}

#sidebar #profile-links {
    padding: 0 15px 20px 15px;
    text-align: right;
    line-height: 1.5em
}

/************ Sidebar Accordion Menu ************/
#sidebar #main-nav {
    width: 220px;
    padding: 0;
    /*margin:0 0 0 15px*/
}

#sidebar #main-nav>li {
    list-style: none;
    padding: 8px 0;
    /*text-align:right*/
    /*border-bottom:1px solid #1D1F24;*/
    border-bottom: 1px solid #808080;
}

#sidebar #main-nav li a.nav-top-item {
    padding: 10px 15px 10px 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.iright {
    background: url(/Shared/images/company/icons/right.png) center center no-repeat;
    width: 6px;
    height: 9px;
    margin-top: 3px;
    background-size: 100% 100%;
    float: right
}

.ibottom {
    background: url(/Shared/images/company/icons/bottom.png) center center no-repeat;
    width: 10px;
    height: 6px;
    margin-top: 3px;
    background-size: 100% 100%;
    float: right
}

.nav-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    float: left;
    margin-right: 10px;
    margin-top: -2px
}

.nav-icon1 {
    background: url(/Shared/images/company/icons/left/left-1.png) center center no-repeat
}

.nav-icon1g {
    background: url(/Shared/images/company/icons/left/left-1g.png) center center no-repeat
}

.nav-icon2 {
    background: url(/Shared/images/company/icons/left/left-2.png) center center no-repeat
}

.nav-icon2g {
    background: url(/Shared/images/company/icons/left/left-2g.png) center center no-repeat
}

.nav-icon3 {
    background: url(/Shared/images/company/icons/left/left-3.png) center center no-repeat
}

.nav-icon3g {
    background: url(/Shared/images/company/icons/left/left-3g.png) center center no-repeat
}

.nav-icon4 {
    background: url(/Shared/images/company/icons/left/left-4.png) center center no-repeat
}

.nav-icon4g {
    background: url(/Shared/images/company/icons/left/left-4g.png) center center no-repeat
}

.nav-icon5 {
    background: url(/Shared/images/company/icons/left/left-5.png) center center no-repeat
}

.nav-icon5g {
    background: url(/Shared/images/company/icons/left/left-5g.png) center center no-repeat
}

.nav-icon6 {
    background: url(/Shared/images/company/icons/left/left-6.png) center center no-repeat
}

.nav-icon6g {
    background: url(/Shared/images/company/icons/left/left-6g.png) center center no-repeat
}

.nav-icon7 {
    background: url(/Shared/images/company/icons/left/left-7.png) center center no-repeat
}

.nav-icon7g {
    background: url(/Shared/images/company/icons/left/left-7g.png) center center no-repeat
}

.nav-icon8 {
    background: url(/Shared/images/company/icons/left/left-8.png) center center no-repeat
}

.nav-icon8g {
    background: url(/Shared/images/company/icons/left/left-8g.png) center center no-repeat
}

.nav-icon9 {
    background: url(/Shared/images/company/icons/left/left-9.png) center center no-repeat
}

.nav-icon9g {
    background: url(/Shared/images/company/icons/left/left-9g.png) center center no-repeat
}

#sidebar #main-nav li a.current {
    color: #59a03b;
    font-weight: bold;
    position: inherit;
}

#sidebar #main-nav li a:hover {
    color: #59a03b
}

;

#sidebar #main-nav li a.current:hover {
    color: #59a03b
}

#sidebar #main-nav ul {
    padding: 0 0 0 16px;
    font-size: 12px;
    margin: 0
}

#sidebar #main-nav ul li {
    list-style: none;
    margin: 0;
    /*text-align:right;*/
    padding: 0
}

#sidebar #main-nav ul li a {
    padding: 8px 15px;
    display: block;
    color: #aaa;
    font-size: 13px;
    line-height: 1.2em
}

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
    color: #59a03b
}

#sidebar #main-nav ul li a.current {
    background: transparent url('/Shared/images/company/menu-current-arrow.gif') right center no-repeat !important;
}

/************ Messages ************/
#messages p,
#messages form {
    border-top: 1px solid #ddd;
    padding: 10px 0
}

#messages h4 {
    padding: 10px 0
}

#messages fieldset {
    margin: 0
}

#messages textarea {
    margin: 0 0 15px 0
}

/********************************      Main Content      ********************************/

/************ Layout ************/
#main-content {
    margin: 20px 20px 0 260px;
    /*padding:9px 0 0 0*/
}

.screenheight {
    min-width: 700px
}

.column-left {
    width: 49%;
    float: left
}

.column-right {
    width: 49%;
    float: right
}

.column-one-third {
    width: 31%;
    float: left;
    margin-right: 1%
}

#page-intro {
    font-size: 17px;
    padding: 0 0 20px 0
}

#footer {
    border-top: 1px solid #ccc;
    margin: 40px 0 0 0;
    padding: 20px 0;
    font-size: 12px;
    line-height: 25px
}

/************ Lists ************/
/* #main-content ul,
#main-content ol {
    padding: 10px 0
}

#main-content ul li {
    padding: 4px 0 4px 20px
}

#main-content ol {
    padding: 0 0 0 24px
}

#main-content ol li {
    list-style: decimal;
    padding: 4px 0
} */

/*************** Content Box ***************/
.content-box {
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    background: #fff
}

.content-box-header {
    background: #f7f7f7
        /*url('/Shared/images/company/bg-content-box.gif') top left repeat-x*/
    ;
    margin-top: 0px;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.content-box-header h3,
.content-box-header h4,
.content-box-header h5,
.content-box-header h6 {
    padding: 0px 15px;
    line-height: 40px;
    float: left
}

.content-box-header h3 {
    border-left: 3px solid #59a03b;
    height: 26px;
    line-height: 24px;
    margin: 7px 15px;
}

ul.content-box-tabs {
    float: right;
    padding: 12px 15px 0 0 !important;
    margin: 0 !important
}

ul.content-box-tabs li {
    float: left;
    margin: 0;
    padding: 0 !important;
    background-image: none !important
}

ul.content-box-tabs li a {
    color: #333;
    padding: 8px 10px;
    display: block;
    margin: 1px;
    border-bottom: 0
}

ul.content-box-tabs li a:hover {
    color: #59a03b
}

ul.content-box-tabs li a.current {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0
}

.content-box-content {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    /*border-top:1px solid #ccc*/
}

.tab-content {
    display: none;
}

.default-tab {
    display: block;
}

/************ Table ************/
#main-content table {
    width: 100%;
    border-collapse: collapse
}

#main-content table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    /*color:#1c668b*/
}

/* #main-content table a {
    color: #555
} */

/*#main-content table a:hover{color:#1c668b}*/
#main-content tbody {
    border-bottom: 1px solid #ddd
}

#main-content tbody tr {
    /* background: #fff; */
    /*color:#1c668b*/
}

#main-content tbody tr.alt-row {
    background: #f1f1f1
}

#main-content tbody tr.trhover {
    /* background: #CDDDCA; */
    background-color: #ecf5ff
        /* color: #59a03b */
}

#main-content tbody tr.trhover a {
    /* color: #59a03b */
}

#main-content table td,
#main-content table th {
    padding: 10px;
    line-height: 24px;
    vertical-align: middle;
}

#main-content table tfoot td .bulk-actions {
    padding: 15px 0 5px 0
}

#main-content table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc
}

/*************** Pagination ***************/
#main-content .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination a {
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-left: 0;
    line-height: normal;
}

.pagination a.number {
    border: 1px solid #ddd;
    border-radius: 0px !important;
    border-left: 0;
}

.pagination a:first-child {
    border-left: 1px solid #ddd;
}

.pagination a.current {
    background: #59a03b !important;
    border-color: #59a03b !important;
    color: #fff !important
}

.pagination a.current:hover {
    text-decoration: underline
}

ul.shortcut-buttons-set {
    overflow: hidden;
    padding: 4px 30px !important;
    float: right;
    margin-top: -7px;
}

ul.shortcut-buttons-set li {
    float: left;
    margin: 0 25px 0 0;
    padding: 0 !important;
    background: 0
}

/*************** Forms ***************/
form label {
    padding: 0 0 10px;
}

form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px
}

form p small {
    font-size: 0.75em;
    color: #777
}

form input.text-input,
form select,
form textarea,
.textarea {
    padding: 6px;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    color: #333
}

form .min-input,
form .t-input {
    width: 180px !important
}

form .small-input,
form .s-input {
    width: 266px !important
}

form .medium-input,
form .m-input {
    width: 80% !important
}

form .large-input,
form .b-input {
    width: 97.5% !important
}

form textarea {
    width: 97.5% !important
}

form select {
    padding: 4px;
    background: #fff
}

form input[type=&quot;
checkbox&quot;
],
form input[type=&quot;
radio&quot;

] {
    padding: 0;
    background: none;
    border: 0
}

form input.date,
input.endDate {
    background: #fff url(/Shared/images/company/input_date.png) no-repeat right 6px;
    font-size: 12px
}

.notification {
    position: relative;
    margin: 20px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%
}

.guide {
    background: #fffbcc url('/Shared/images/company/icons/home.png');
    border-color: #e6db55;
    color: #585b66;
    font-weight: bold
}

.guide a {
    color: #59a03b
}

.attention {
    background: #fffbcc url('/Shared/images/company/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452
}

.information {
    background: #dbe3ff url('/Shared/images/company/icons/information.png');
    border-color: #a2b4ee;
    color: #585b66
}

.success {
    background: #d5ffce url('/Shared/images/company/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652
}

.error {
    background: #ffcece url('/Shared/images/company/icons/cross_circle.png');
    border-color: #df8f8f;
    color: #665252
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px
}

.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px
}

#login-wrapper #login-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important
}

/********************************      Login Page      ********************************/

body#login {
    color: #fff;
    background: #222 url('/Shared/images/company/bg-login.gif')
}

#login-wrapper {
    background: url('/Shared/images/company/bg-login-top.png') top left repeat-x
}

#login-wrapper #login-top {
    width: 100%;
    padding: 140px 0 50px 0;
    text-align: center
}

#login-wrapper #login-content {
    text-align: left;
    width: 300px;
    margin: 0 auto
}

#login-wrapper #login-content label {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    float: left;
    width: 70px;
    padding: 0
}

#login-wrapper #login-content input {
    width: 200px;
    float: right;
    margin: 0 0 20px 0;
    border: 0;
    background: #fff
}

#login-wrapper #login-content p {
    padding: 0
}

#login-wrapper #login-content p#remember-password {
    float: right
}

#login-wrapper #login-content p#remember-password input {
    float: none;
    width: auto;
    border: 0;
    background: none;
    margin: 0 10px 0 0
}

#login-wrapper #login-content p .button {
    width: auto;
    margin-top: 20px
}

/********************************      jQuery plugins styles      ********************************/
/********************************      reg Page      ********************************/
body#reg {
    background: none;
    background-color: #f0f0f0
}

/*************** Facebox ***************/

#facebox .b {
    background: url(/Shared/images/company/b.png)
}

#facebox .tl {
    background: url(/Shared/images/company/tl.png)
}

#facebox .tr {
    background: url(/Shared/images/company/tr.png)
}

#facebox .bl {
    background: url(/Shared/images/company/bl.png)
}

#facebox .br {
    background: url(/Shared/images/company/br.png)
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left
}

#facebox .popup {
    position: relative
}

#facebox table {
    border-collapse: collapse
}

#facebox td {
    border-bottom: 0;
    padding: 0
}

#facebox .body {
    padding: 10px;
    background: #fff;
    width: 370px
}

#facebox .loading {
    text-align: center
}

#facebox .image {
    text-align: center
}

#facebox img {
    border: 0;
    margin: 0
}

#facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right
}

#facebox .tl,
#facebox .tr,
#facebox .bl,
#facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}

.facebox_hide {
    z-index: -100
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99
}

.tab-content p label {
    float: left;
    line-height: 30px;
    width: 150px
}

.divlistadd {
    clear: both;
    padding: 5px 0 10px 0;
    line-height: 1.6em;
    display: block;
    line-height: 34px;
    overflow: hidden;
}

.divlistadd .l {
    float: left;
    width: 150px;
    line-height: 34px;
    font-weight: bold;
    display: block;
}

.divlistadd .l div {
    float: left
}

.divlistadd .r {
    margin-left: 150px;
}

.divlistadd .l2 {
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.divlistadd .r2 {
    float: left;
    width: 250px
}

.divlistadd .r span,
.memlist span {
    color: gray;
}

.divlistadd .r ul,
.memlist ul,
.surveylist ul {
    list-style: none;
    margin: 0px;
    padding: 0 !important
}

.divlistadd .r ul li,
.memlist ul li,
.surveylist ul li {
    list-style: none;
    background: none !important;
    float: left;
    clear: none;
    padding: 5px 0px !important;
    line-height: 30px;
}

.divlistadd .r ul li,
.surveylist ul li {
    height: 30px;
    width: 309px;
}

.checkboxdiv_r {
    clear: both;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    background: #f3f3f3;
    padding: 5px 0 5px 10px;
    border-radius: 6px;
}

.checkboxdiv_r div {
    float: left;
}

.checkboxdiv_r .ll {
    width: 20%;
    max-width: 30px;
    margin-top: 0px;
}

.checkboxdiv_r .rr {
    cursor: pointer;
    width: 80%;
}

.checkboxdiv_r .toponecss {
    padding-top: 8px;
    height: 35px;
    line-height: 35px;
    display: block;
}

.pointer {
    cursor: pointer;
}

.memlist ul li div,
.surveylist ul li div {
    float: left;
}

.padding-top3 {
    padding: 0px 0 0 5px;
}

.padding-top3 img {
    vertical-align: middle;
}

.questionlist {
    margin-left: 10px;
}

.survylist table,
.survytpllist table {
    float: right;
    width: 97% !important;
}

.divlistadd .r ul li label,
.memlist ul li label {
    float: none;
    font-weight: normal;
}

.div {
    clear: both;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 5px 0 5px 10px;
}

.marginleft20 {
    margin-left: 20px;
}

.tab-content li {
    clear: both;
    list-style-type: none;
    text-align: justify;
    line-height: 30px
}

.tab-content li label {
    line-height: 30px;
    width: 150px
}

.hide {
    display: none;
}

.gray {
    color: gray;
}

.gray14 {
    color: #999 !important;
    font-size: 14px;
}

.margintop {
    margin-top: 20px;
}

.nav,
.nav2 {
    margin: 0 auto;
    text-align: center
}

.nav ul,
.nav2 ul {
    padding: 0 !important;
    background: 0;
    list-style: none;
    display: inline-table
}

.nav ul li,
.nav2 ul li {
    float: left;
    list-style: none;
    background: none !important;
    padding: 4px 0 4px 0px !important;
    height: 80px;
}

.nav .nav-button,
.nav .direct-button,
.nav2 .nav-button,
.nav2 .direct-button {
    border: 1px solid #ccc;
    /* background: #f7f7f7 url('/Shared/images/company/nav-button-bg01.png') top left repeat-x; */
    background: #59a03b;
    display: inline-block;
    margin: 0 0 5px 0;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    height: 60px;
    line-height: 20px;
    color: #000;
    padding: 0px 20px;
    font-size: 18px;
    color: #fff
}

.nav ul li>a i,
.nav2 ul li>a i {
    width: 0px;
    height: 0px;
    position: relative;
    margin-left: -4px;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px solid #59a03b;
    bottom: 2000px
}

.nav ul li>a:hover i {
    bottom: 20px;
}

.nav ul li.active a i {
    bottom: 20px;
}

.nav2 ul li.active a i {
    bottom: 20px !important;
}

.nav1 ul {
    display: inline-table;
    clear: both;
}

.nav1 ul li {
    float: left;
    list-style: none;
    background: none !important;
    padding: 4px 0 4px 0px !important;
}

.nav1 .nav-button {
    border: 1px solid #ccc;
    /* background: #f7f7f7 url('/Shared/images/company/nav-button-bg.png') top left repeat-x; */
    background: #59a03b;
    display: inline-block;
    margin: 0 0 20px 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 18px;
    color: #fff
}

.nav .nav-button span {
    font-size: 14px;
}

.nav .nav-button div,
.nav2 .nav-button div {
    font-size: 14px;
    margin: 10px 0;
}

.nav .direct-button,
.nav2 .direct-button {
    border: 0px solid #ccc;
    background: none;
    font-size: 18px;
    color: #59a03b;
    padding-left: 0px;
    padding-right: 0px;
    height: 60px;
    line-height: 60px
}

.nav .nav-button-gray,
.nav2 .nav-button-gray {
    background: #f7f7f7 url('/Shared/images/company/nav-button-bg-gray.png') repeat-y;
    background-position: 0px 0px;
    color: #303030
}

.nav .nav-button-greenhead,
.nav2 .nav-button-greenhead {
    background: #f7f7f7 url('/Shared/images/company/nav-button-bg-greenhead.png') repeat-y;
    background-position: 0px 0px;
    color: #303030
}

.question-fontone {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px
}

.question-fonttwo {
    font-size: 60px;
    color: #000
}

.question-a {
    border: 1px solid #ccc;
    background: #f7f7f7 url('/Shared/images/company/nav-button-bg.png') top left repeat-x;
    display: inline-block;
    margin: 0px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal
}

.question-a:hover {
    color: #fff;
}

.send-button {
    border: 1px solid #59a03b;
    /* background: #f7f7f7 url('/Shared/images/company/nav-button-bg.png') top left repeat-x; */
    background: #59a03b;
    display: inline-block;
    margin: 0px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal
}

.normal-button {
    border: 1px solid #59a03b;
    /* background: #f7f7f7 url('/Shared/images/company/nav-button-bg01.png') top left repeat-x; */
    background: #59a03b;
    display: inline-block;
    margin: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal
}

.normal-button:hover {
    color: #fff
}

.nav-tips {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #999
}

.nav-guide {
    background: #fffbcc;
    border-color: #e6db55;
    color: #59a03b;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    margin: 20px 0;
    padding: 0;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 18px;
    width: 99.8%;
    text-indent: 20px
}

.nav-guide .gray {
    color: #999;
    font-size: 14px;
    padding-left: 20px
}

.prompt-01 {
    position: absolute;
    width: 214px;
    margin-left: -214px;
    padding: 9px;
    background-color: #fefefe;
    height: 100px;
    border: 1px #f3f3f3 solid;
    margin-top: -12px
}

.showdes {
    float: left;
    color: gray;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer
}

.showtips {
    font-size: 14px;
    cursor: pointer;
    color: #59a03b;
    margin-left: 5px;
    width: 10px;
    font-weight: bold
}

.moveboxparent {
    margin: 10px 0 0 0;
    position: relative
}

.movebox {
    position: absolute;
    width: 350px;
    padding: 9px 10px;
    background-color: #fefefe;
    border: 1px #f3f3f3 solid;
    z-index: 999;
    background: #fffbcc;
    border-color: #e6db55;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    display: none;
    float: none
}

.box-r {
    right: 0px;
}

.movebox .banner {
    float: right !important;
    width: 20px;
    height: 20px;
}

.movebox .banner .del {
    cursor: pointer;
}

.movebox .content img {
    width: 100%
}

.part a:hover {
    color: red;
}

.agreen {
    color: #59a03b;
}

.agray {
    color: gray;
}

.anumber {
    font-size: 20px;
}

.coursetitle {
    display: inline-table;
    height: 30px;
    line-height: 30px;
    margin: 0px 10px 20px 0;
    float: left;
}

.btn_wrap {
    position: fixed;
    bottom: 0;
    left: 230px;
    width: 100%;
    z-index: 5;
    _position: absolute;
    _top: expression(documentElement . scrollTop + documentElement . clientHeight-this . offsetHeight)
}

.btn_wrap .btn_wrap_pd {
    padding: 10px 20px 10px;
    background: #eaeaea url(/Shared/images/company/btn_wrap.png) repeat-x;
    border-top: 1px solid #d8d8d8
}

.btn_wrap_pd .button {
    display: inline-block;
    /* background: #459300 url('/Shared/images/company/bg-button-green.gif') top left repeat-x !important; */
    background: #59a03b;
    border: 1px solid #59a03b !important;
    padding: 5px !important;
    color: #fff !important;
    font-size: 12px !important;
    cursor: pointer;
    width: 75px;
    height: 35px;
    margin-left: 0px
}

.btn_wrap_pd .fixbutton {
    display: inline-block;
    background: #59a03b !important;
    border: 1px solid #59a03b !important;
    padding: 5px !important;
    color: #fff !important;
    font-size: 12px !important;
    cursor: pointer;
    height: 35px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

/************ Shortcut Buttons ************/

.shortcut-button {
    display: block;
    /*width:100px;*/
    height: 30px;
    margin: 0 0 0px 0
}

.shortcut-button span {
    display: block;
    color: #555;
    font-size: 13px;
    line-height: 14px
}

.shortcut-button span img {
    margin-bottom: 0px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.shortcut-button .shortcut-button-title {
    margin-top: 6px;
    float: left;
}

.shortcut-button span:hover {
    color: #59a03b
}

ul.company-button-tips li {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 !important;
    background: 0
}

.content-box-header-other {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #f3f3f3
}

.content-box-header-other h3,
.content-box-header-other h4,
.content-box-header-other h5,
.content-box-header-other h6 {
    padding: 12px 15px 10px;
    float: left
}

.content-box-content-other {
    padding: 10px 20px 10px 20px;
    font-size: 13px
}

.content-box-header-pro {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #f3f3f3
}

.content-box-header-pro h3,
.content-box-header-pro h4,
.content-box-header-pro h5,
.content-box-header-pro h6 {
    padding: 12px 15px 10px;
    float: left
}

.content-box-content-pro {
    padding: 10px 20px 10px 20px;
    font-size: 13px
}

span.add-tips {
    font-size: 12px;
    color: #808080;
    font-weight: normal;
}

#j_addg a {
    cursor: pointer;
    color: #1159a3;
}

#j_addmy {
    display: none;
}

#j_addmy ul {
    overflow: hidden;
}

#j_addmy ul li {
    float: left;
}

#j_addmy ul li a {
    padding: 0 5px;
}

.tags-list {
    overflow: hidden
}

.tags-add {
    overflow: hidden
}

.divlistadd .r ul li,
.surveylist ul li {
    height: 30px;
    width: auto;
    margin: 0 20px 0 0;
}

.tags-items li a img {
    cursor: pointer;
}

.back {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    float: left;
}

.back a {
    color: #59a03b;
}

.button-gray {
    display: inline-block;
    background: #fff;
    border: 1px solid #dedede !important;
    background: none !important;
    color: #a0a0a0 !important;
    cursor: default;
    text-align: center;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 4px 7px 4px 7px !important;
    font-size: 11px !important;
    line-height: 19px;
    min-width: 62px
}

.loading {
    height: 30px;
    line-height: 30px;
    float: left;
}

.loading_imgs {
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 8px 0 0 5px;
}

.depart-button {
    border: 1px solid #ccc;
    /* background: #f7f7f7 url('/Shared/images/company/nav-button-bg01.png') top left repeat-x; */
    background: #59a03b;
    display: inline-block;
    margin: 0 0 5px 0;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
    color: #fff !important
}

.depart-button-gray {
    background: #f7f7f7 url('/Shared/images/company/nav-button-bg-gray.png') repeat-y;
    background-position: 0px 0px;
    color: #303030 !important
}

.font12 {
    color: red;
    font-size: 12px;
    padding-left: 5px;
}

.selectcompany {
    float: right;
    margin-top: -2px;
}

.selectcompany select {
    /*background: #f7f7f7 url('/Shared/images/company/shortcut-button-bg.gif') top left no-repeat;*/
    font-size: 14px;
    border: 0px solid #d5d5d5;
    color: #333;
    /*padding-top: 3px;*/
    /*padding:23px 15px;*/
}

#old_smallkv {
    width: 210px;
}

.additem {
    float: right;
    position: relative;
    width: 126px;
    height: 40px;
}

.additem dd {
    display: none;
    position: absolute;
    top: 38px;
    right: 1px;
    width: 120px;
    z-index: 4;
}

.additem dt {
    position: absolute;
    z-index: 3;
    width: 126px;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    cursor: pointer;
    text-align: center;
    color: #C33838;
    font-size: 16px;
    font-weight: bold;
}

.item-content {
    position: relative;
    left: 0px;
    top: 0;
    z-index: 2;
    width: 130px;
    background: #e9f1f4;
    border: 1px solid #ccc
}

.additem dl.hover dd {
    display: block;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.item-content ul {
    padding: 0px !important;
}

.item-content li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}

.item-content li a:hover {
    color: red;
}

.border0 {
    border: 0px !important;
}

.joinone {
    clear: both;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 5px 0 5px 0px;
    border-bottom: 1px dashed #ccc;
    color: #59a03b
}

.jointwo {
    clear: both;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    background: #f3f3f3;
    padding: 5px 0 5px 10px;
    margin-top: 2px;
}

.jointwo .ll {
    width: 30px;
    margin-top: 0px;
    float: left
}

.jointwo .rr {
    cursor: pointer;
    margin-left: 30px;
}

.departhave div {
    float: left;
}

.departhave .padding-top3 {
    line-height: 30px !important;
}

.memlist .joinlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    box-sizing: border-box;
    margin: 10px 0;
}

.memlist .joinlist li {
    background: #f9f9f9 !important;
    border-radius: 4px;
}

.memlist ul li {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px !important;
    box-sizing: border-box;
}

.liwidth50 li {
    width: 50% !important;
}

.liwidth33 li {
    width: 33% !important;
}

.liwidth300 li {
    width: 300px !important;
}

.liwidth200 li {
    width: 200px !important;
}

.joinone .leftshow {
    float: left;
}

.joinone .rightclear {
    float: right;
}

.info-box {
    clear: both;
    padding: 5px 0 10px 0;
    line-height: 1.6em;
    display: block;
    line-height: 34px;
    overflow: hidden;
}

.info-box .l {
    float: left;
    width: 120px;
    line-height: 34px;
    font-weight: bold;
    display: block;
}

.info-box .r {
    margin-left: 120px;
}

.content-box-tabs-otherbox {
    border-bottom: 1px solid #eee;
}

ul.content-box-tabs-other {
    float: left;
    margin: 0 !important
}

ul.content-box-tabs-other li {
    float: left;
    margin: 0;
    padding: 0 !important;
    background-image: none !important;
    height: 29px;
}

ul.content-box-tabs-other li a {
    color: #333;
    padding: 8px 20px;
    display: block;
    ;
    border-bottom: 0;
    border-radius: 4px;
}

ul.content-box-tabs-other li a:hover {
    color: #59a03b
}

ul.content-box-tabs-other li a.current {
    background: #59a03b;
    color: #fff;
    border-bottom: 0;
    margin: 0;
    position: inherit;
    font-size: 12px;
}

/*页面面包屑导航*/
.breadcrumb {
    margin: 0 0 0 230px;
    background: #fff;
    padding: 20px 0 20px 25px;
    font-size: 14px
}

.breadcrumb .home-icon {
    float: left;
    background: url(/Shared/images/company/icons/top/home1.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    margin: 0px 10px 0 5px
}

.breadcrumb>li>a {
    line-height: 25px;
    font-size: 14px;
}

.breadcrumb>li,
.breadcrumb li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: '\003e';
}

.breadcrumb>.active {
    color: #777
}

/*面包屑导航结束*/
.arrowicon {
    background-image: url(/Shared/images/company/arrowupdown.png);
    display: inline-block;
    -webkit-background-size: 100%;
    background-size: 100%;
    float: right;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
    width: 16px;
    height: 35px;
    cursor: pointer
}

.aup {
    background-position: 0px -46px
}

.adown {
    background-position: 0px -8px
}

.red {
    color: red;
}

.bred {
    background-color: red;
}

.green {
    color: #59a03b;
}

.one-inline-block {
    margin-right: 10px;
    zoom: 1;
    float: left;
}

/*walter 企业管理后台 醒目文字颜色  蓝色调 文字大小*/
.color-bule span {
    color: #45c2f9;
}

/*walter 2018-9-17 企业管理后台  数据统计样式*/
.head_text {
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 15px;
    margin-right: 20px;
}

.head_text span {
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
}

.el-pager li {
    padding: 0 4px !important;
}

.el-pager {
    padding: 0 !important;
}