
/*******************
Labels
*******************/
.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%; }

.label-rounded {
    border-radius: 60px; }

.label-custom {
    background-color: #00897b; }

.label-success {
    background-color: #26c6da; }

.label-info {
    background-color: #1e88e5; }

.label-warning {
    background-color: #ffb22b; }

.label-danger {
    background-color: #fc4b6c; }

.label-megna {
    background-color: #00897b; }

.label-primary {
    background-color: #1e7bc0; }

.label-purple {
    background-color: #1e7bc0; }

.label-red {
    background-color: #fb3a3a; }

.label-inverse {
    background-color: #2f3d4a; }

.label-default {
    background-color: #f2f4f8; }

.label-white {
    background-color: #ffffff; }

.label-light-success {
    background-color: #e8fdeb;
    color: #26c6da; }

.label-light-info {
    background-color: #cfecfe;
    color: #1e88e5; }

.label-light-warning {
    background-color: #fff8ec;
    color: #ffb22b; }

.label-light-danger {
    background-color: #f9e7eb;
    color: #fc4b6c; }

.label-light-megna {
    background-color: #e0f2f4;
    color: #00897b; }

.label-light-primary {
    background-color: #f1effd;
    color: #1e7bc0; }

.label-light-inverse {
    background-color: #f6f6f6;
    color: #2f3d4a; }
.label {
    display: inline-block; }
.small, small {
    font-size: 80%;
    font-weight: 400;
}
#croppic img{
    max-width: none;
}
body{
    background-color:#f7f7fc;
}
.signin-form::before {
    background: none;
}
.signin-form .signin-form-inner{
    max-width: 465px;
    box-shadow: 0px 0px 30px 0px 
		rgba(4, 0, 0, 0.1);
	border-radius: 20px;
    margin-top: 30px;
    padding: 40px 50px;
}
.signin-form::after{
    display: none;
}
#fm_setting .btn{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
}
.ct-series-a .ct-bar{
    stroke:#f74f78!important;
}
.ct-series-b .ct-bar{
    stroke:#ff9d50!important;
}

.risk-paper-introduction {
    position: relative;
    margin-top: 28px;
    padding: 15px 20px;
    border: 1px solid #dadada;
    background-color: #edf3fe
}

.risk-paper-introduction p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    margin: 0
}

.risk-paper-introduction .h3 {
    font-weight: 700;
    margin-top: 10px
}

.risk-paper-introduction .i {
    position: absolute;
    left: 20px;
    top: 21px
}

.risk-paper-introduction b {
    font-weight: 700
}

.paper-topic {
    padding-top: 20px;
    clear: left
}
.paper-topic b{
    font-weight: normal;
    color: #000;
}

.paper-topic label {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    cursor: pointer;
}

.paper-topic ul {
    overflow: hidden;
    margin: 15px 0 0;
    padding: 0;
}

.paper-topic ul li {
    list-style: none;
    float: left;
    width: 45%;
    line-height: 30px;
    cursor: default
}

.paper-topic ul li.active {
    background-color: #edf3fe
}

.paper-topic ul li:nth-child(2n) {
    margin-left: 5%
}

.paper-topic ul li input[type=checkbox],.paper-topic ul li input[type=radio] {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 9px;
    vertical-align: top;
    outline: 0
}

.paper-topic ul.single-column li {
    width: 95%
}

.paper-topic ul.single-column li:nth-child(2n) {
    margin: 0
}
.paper-topic .error-message{
    display: none;
}
.formbox{
    width: 60%;
    margin: 0 auto;
}
.formbox label{
    text-align: right;
}
.img-responsive{
    display: block;
    width: 100%;
}
.certificate-img a{
    display: block;
    position: relative;
}
.certificate-img .ai{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    font-size: 30px;
    margin: -15px 0 0 -15px;
}
.banner_nei{
    height: 200px;
}
.banner_nei .position{
    display: none;
}
.nav-link-style.active{
    cursor: pointer;
    pointer-events: visible;
}
.item_name{
    text-align: right;
}
.contact-list .btn{
    padding: 0 5px;
}
.pagination-sm .page-link{
    padding: 0;
    line-height: 32px;
}
.text-muted{
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-list th,.contact-list td{
    white-space: nowrap;
}