::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #F5F5F5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.imgcanvas {
    border: 1px solid #E4E4E4;
    margin: 10px 0 20px 5px;
    width: 150px;
    height: 150px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

#ballblack {
    display: block;
}

.black_overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity: .50;
    filter: alpha(opacity=88);
}
.white_contentin{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 55%;
    height: 50%;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    z-index: 1003;
}

.white_content {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 55%;
    height: 50%;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    z-index: 1002;
}

.newbtn {
    cursor: pointer;
    position: absolute;
    top: 70%;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}

.c-dropdown__item {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #e0c56e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

.c-dropdown__item:hover {
    background-color: #e0c56e;
    width: 100%;
}

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover, .c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.cbuttondropdown {
    padding: 6px 34px 6px 12px;
    background-color: #e0c56e;
    color: #f7f7f7;
    font-size: 14px;
    line-height: 20px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.cbuttondropdown:hover {
    background-color: #e0c56e;
}

.cbuttondropdown:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f7f7f7;
}

.upload {
    float: left;
    position: relative;
    cursor:pointer;
}

.upload_pic {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 5px;
    cursor:pointer;
}

#cvs {
    border: 1px solid #E4E4E4;
    margin: 10px 0 20px 10px;
}

#cvstwo {
    border: 1px solid #E4E4E4;
    margin: 10px 0 20px 0px;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
}

.c-dropdown__list {
    padding: 6px 0;
    border: 1px solid #E3E3E3;
    list-style: none;
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: opacity .25s linear, top .25s linear;
    transition: opacity .25s linear, top .25s linear;
    z-index: 10;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.c-dropdown__item {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

.c-dropdown__item:hover {
    background-color: #f7f7f7;
    width: 100%;
}

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover, .c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.cbuttondropdown {
    padding: 6px 34px 6px 12px;
    background-color: #e0c56e;
    color: #f7f7f7;
    font-size: 14px;
    line-height: 20px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.cbuttondropdown:hover {
    background-color: #e0c56e;
}

.cbuttondropdown:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f7f7f7;
}

.fbuttone {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: 6px 34px 6px 12px;
}

.fbuttone:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #737373;
}

.pagination {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.pagination .pageList-wrap {
    display: inline-block
}

.pagination .item {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #39abef;
    cursor: pointer;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 3px;
    user-select: none
}

.pagination .desc {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 3px;
    color: black;
    user-select: none;
}

.pagination .eliplise, .pagination .item[value] {
    width: 35px
}

.pagination .item[value].active {
    background: #e0c56e;
    color: #fff
}

.pagination .item:hover {
    color: #fff;
    background: #e0c56e
}

.pagination .page-list-wrap {
    display: inline-block
}

.pagination .page-count {
    height: 30px;
    margin-left: 20px;
    vertical-align: top;
    line-height: 30px;
    display: inline-block
}

.pagination .page-count_num {
    margin: 0 5px;
    color: #be4c4d;
    font-size: 18px
}

.pagination .item.disabled {
    cursor: not-allowed
}

.pagination .item.disabled:hover {
    color: #333;
    background: #dedede
}

.sq_list li.f_input {
    margin-left: 195px;
    line-height: 32px;
    color: #888888;
    font-size: 13px;
}

#em {
    margin-left: 195px;
    line-height: 32px;
    color: #888888;
    font-size: 13px;
}

#uploadImg {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 104px;
    height: 32px;
}

#file {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 104px;
    height: 32px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadImg a {
    cursor: pointer;
    background: #888888;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 104px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 14px;
    font-weight: normal;
}
.backgcolora{
    background: rgba(255, 255, 255, 0.13) !important;
}

.spinner {
    margin: 100px auto 0;
    width: 150px;
    text-align: center;
}

.spinner > div {
    width: 30px;
    height: 30px;
    background-color: #39abef;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.postabsolute {
    position: absolute;
    top: 35%;
    left: 55%;
}

i.close {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
i.close::after{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 15px;
    height: 2px;
    background: #999;
    transform: rotate(-45deg);
}
i.close::before{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 15px;
    height: 2px;
    background: #999;
    transform: rotate(45deg);
}
.top-select{
    display: flex;justify-content: space-around;align-items: center;margin:0 auto;
    font-size: 18px;color: #6666CC
}
.top-select span{
    color: red;
}
.result-charts{
    width: 100%;
    height: 500px;
    margin-top:50px;
}
.btn:disabled{
    opacity: 1 !important;
    background-color: #e0c56e !important;
    border-color: #e0c56e !important;
}
.table-max{
    display: inline-block;overflow-x: auto;
}
