﻿@charset "utf-8";
/* CSS Document */
.ani-mati {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    -webkit-background-size: 800px 104px;
}

@keyframes shine {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.m13 {
    margin-top: 13px;
}

.wd {
    width: 100%;
}
.wd48 {
    width: 48%;
}
.wd32 {
    width: 32%;
}
.mg_r_20{margin-right:20px;}
.ftz {
    float: left;
}

.ftr {
    float: right;
}

.m2 {
    margin-top: 20px;
}

.m1 {
    margin-top: 10px;
}

.m14 {
    margin-top: 14px;
}

.h7 {
    height: 7px;
}

.h1 {
    height: 10px;
}

.mm1 {
    margin-top: 10px;
}

* {
    box-sizing: border-box;
}

.shd-c {
    width: 94%;
    margin: 0 auto;
}

.sh-l {
    width: 20%;
}

.sh-r {
    width: 78%;
}

.w94 {
    width: 94%;
    margin: 0 auto;
}

.fl1 {
    width: 40%;
}

.w5 {
    width: 50%;
}

.w6 {
    width: 60%;
}

.w7 {
    width: 70%;
}

.h2 {
    height: 20px;
}

.cl {
    clear: both;
}

.ww2 {
    width: 20%;
}

.ww3 {
    width: 30%;
}

.ww4 {
    width: 40%;
}

.mm5 {
    margin-top: 5px;
}

.mb1 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mbb2 {
    margin-bottom: 15px;
}

.mbb1 {
    margin-bottom: 10px;
}

.dto {
    border-top: 1px dotted #d4d5d5;
}

.mbb1 {
    margin-bottom: 10px;
}

.gl2 {
    margin-left: 3%;
}

.h15 {
    height: 15px;
}

.ttp1:nth-child(1) {
    width: 28%;
    margin-right: 2%;
}

.ttp1:nth-child(2) {
    width: 16%;
    margin-right: 2%;
}

.ttp1:nth-child(3) {
    width: 15%;
    margin-right: 4%;
}

.ttp1:nth-child(4) {
    width: 13%;
    margin-right: 2%;
}

.ttp1:nth-child(5) {
    width: 18%;
    text-align: right;
}

.ttb {
    border: 1px solid #cacbcb;
    border-bottom: 2px solid #cacbcb;
	background:#fff
}

.boddr {
    border-radius: 4px;
}

.ht8 {
    height: 86px;
}
.bgwht {background: #fff; margin-top: 20px;}



.bo {
    border: 1px solid #d4d5d5;
}

.sh-fl {
    width: 5%;
    float: left;
    margin-left: 2%;
    height: 30px;
}

.sh-flr {
    width: 30%;
    margin-left: 2%;
}

.fl-shd {
    width: 98%;
    margin-top: 15px;
    margin-left: 2%;
}

.fl-shd1 {
    width: 25%;
    height: 20px;
}

.h2 {
    height: 20px;
}

.w2 {
    width: 20%;
}

.w3 {
    width: 40%;
}
.resetAll {
    float: right;
    cursor: pointer;
    font-size: 13px;
    text-align: right;
    margin: 14px 10px 0 0;
    display: block;
    color: #4263c1;
    border: 1px solid #4263c1;
    padding: 2px 7px;
    border-radius: 20px;
}
.accordion {
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 600;
}

@media only screen and (min-width:220px) and (max-width:500px) {
.w94 {
    width: 94%;
    display: none;
    margin: 0 auto;
}
.bo {
    border: 0;
}

.wd48 {
    width: 95%;
	margin: 15px;
}
.sh-r {
    width: 100%;
}
.boddr {
    border-radius: 4px;
    width: 100%;
}
.ftr {
    float: left;
}
}
.containerloader {
    background: rgba(0,0,0,.5) none repeat scroll 0 0;
    font-family: Helvetica;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    border: 2px solid #fff;
}

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: .5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: .4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: .3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: .2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: .1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

.loader--text {
    color: #fff;
    font-size: 36px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 200%;
    width: 22rem;
}

    .loader--text:after {
        content: "Loading...";
        font-weight: 700;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}
