/*
version 1.0.1 by majid shiri
m style css
*/
.m-table{
    border: solid 1px #e6e5e5;
    font-family: 'myFont';
    width: 100%;
}
.m-tooltips{
    color: #ffffff;
    background: #555555;
    border-radius: 7px;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.m-table thead
{
    background-color: #1967d2;
    color:#fff;
    padding: 10px;
    text-align:center;
}
.m-table tr:hover {
    background-color: rgba(25, 103, 210, 0.25);
    border: solid 1px #e6e5e5;
}

.m-table td
{
    border: solid 1px #e6e5e5;
    padding: 10px;
    font-family: myFont2;
    font-size: 11px;
}
.m-table th
{
    border: solid 1px #e6e5e5;
    padding: 10px;
}
.m-borders {
    border: 1px solid #1967d2;
    text-align: right;
    border-radius: 20px;
    padding-bottom: 10px;
}

.m-button {
    margin-top: 10px;
    border-radius: 20px;
}

.m-button:hover {
    color: #1967d2;
    background-color: rgba(13, 112, 183, 0);
    border-color: #1967d2;
}

#fountainG {
    position: relative;
    width: 78px;
    height: 9px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(150, 150, 150);
    width: 9px;
    height: 9px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 2.08s;
    -o-animation-duration: 2.08s;
    -ms-animation-duration: 2.08s;
    -webkit-animation-duration: 2.08s;
    -moz-animation-duration: 2.08s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}

#fountainG_2 {
    left: 10px;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

#fountainG_3 {
    left: 19px;
    animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
}

#fountainG_4 {
    left: 29px;
    animation-delay: 1.46s;
    -o-animation-delay: 1.46s;
    -ms-animation-delay: 1.46s;
    -webkit-animation-delay: 1.46s;
    -moz-animation-delay: 1.46s;
}

#fountainG_5 {
    left: 39px;
    animation-delay: 1.66s;
    -o-animation-delay: 1.66s;
    -ms-animation-delay: 1.66s;
    -webkit-animation-delay: 1.66s;
    -moz-animation-delay: 1.66s;
}

#fountainG_6 {
    left: 49px;
    animation-delay: 1.87s;
    -o-animation-delay: 1.87s;
    -ms-animation-delay: 1.87s;
    -webkit-animation-delay: 1.87s;
    -moz-animation-delay: 1.87s;
}

#fountainG_7 {
    left: 58px;
    animation-delay: 2.08s;
    -o-animation-delay: 2.08s;
    -ms-animation-delay: 2.08s;
    -webkit-animation-delay: 2.08s;
    -moz-animation-delay: 2.08s;
}

#fountainG_8 {
    left: 68px;
    animation-delay: 2.29s;
    -o-animation-delay: 2.29s;
    -ms-animation-delay: 2.29s;
    -webkit-animation-delay: 2.29s;
    -moz-animation-delay: 2.29s;
}


@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(14, 143, 230);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(14, 143, 230);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(14, 143, 230);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(14, 143, 230);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(14, 143, 230);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

