.dataTables_length {
    float: right;
}

.display-image {
    width: 350px;
}

sup {
    color: red;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .display-image {
        width: 210px;
    }
}

.link input {
    font-weight: bold !important;
    color: #3276b1 !important;
    cursor: pointer;
}

    .link input:hover {
        color: #214e75 !important;
    }

.form-inline label {
    position: relative;
}

.form-inline .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #A2A2A2;
}

    .form-inline .icon-append + input {
        padding-right: 37px;
    }

.chart {
    width: 100%;
    height: 350px;
}

.chart-50 {
    width: 50%;
    float: left;
    height: 350px;
}

@media (max-width: 450px) {
    .chart,
    .chart-50 {
        height: 250px;
    }

    .chart-50 {
        width: 50%;
    }
}

@media (min-width: 451px) and (max-width: 550px) {
    .chart,
    .chart-50 {
        height: 300px;
    }
}

.resume {
    border-bottom: none !important;
    border-top: none !important;
}

/* PIE CHART */
.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

    .amcharts-pie-slice:hover {
        transform: scale(1.1);
        filter: url(#shadow);
    }

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora093 .c {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093:hover {
        opacity: .8;
    }

    .jssora093.jssora093dn {
        opacity: .6;
    }

    .jssora093.jssora093ds {
        opacity: .3;
        pointer-events: none;
    }

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}

.mobile-xs {
    display: inline-block;
    font-style: normal;
}

    @media only screen and (max-width: 440px) {
        .mobile-xs {
            display: none;
        }
    }

.desktop-xs {
    display: none;
    font-style: normal;
}

    @media only screen and (max-width: 991px) {
        .desktop-xs {
            display: block;
        }
    }