﻿
body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}

main {
    z-index: 2;
    position: relative;
    height: auto;
    background-color: #6d766c;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.sidebar {
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    background-color: #EF8354;
}

.bar {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #dbb69c;
    margin: 10px auto;
}

.Marketbutton {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 20px;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-right {
    position: fixed;
    right: 40px;
    top: 20px;
}

    .nav-right.visible-xs {
        z-index: 3;
    }

.hidden-xs {
    display: none;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

nav {
    padding-top: 30px;
}

.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
}

.sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .sidebar-item:first-child {
        -webkit-transition: all .4s .2s ease-in-out;
        -moz-transition: all .4s .2s ease-in-out;
        -ms-transition: all .4s .2s ease-in-out;
        -o-transition: all .4s .2s ease-in-out;
        transition: all .4s .2s ease-in-out;
    }

    .sidebar-item:nth-child(2) {
        -webkit-transition: all .4s .4s ease-in-out;
        -moz-transition: all .4s .4s ease-in-out;
        -ms-transition: all .4s .4s ease-in-out;
        -o-transition: all .4s .4s ease-in-out;
        transition: all .4s .4s ease-in-out;
    }

    .sidebar-item:nth-child(3) {
        -webkit-transition: all .4s .6s ease-in-out;
        -moz-transition: all .4s .6s ease-in-out;
        -ms-transition: all .4s .6s ease-in-out;
        -o-transition: all .4s .6s ease-in-out;
        transition: all .4s .6s ease-in-out;
    }
    .sidebar-item:nth-child(4) {
        -webkit-transition: all .4s .8s ease-in-out;
        -moz-transition: all .4s .8s ease-in-out;
        -ms-transition: all .4s .8s ease-in-out;
        -o-transition: all .4s .8s ease-in-out;
        transition: all .4s .8s ease-in-out;
    }
    .sidebar-item:nth-child(5) {
        -webkit-transition: all .4s 1s ease-in-out;
        -moz-transition: all .4s 1s ease-in-out;
        -ms-transition: all .4s 1s ease-in-out;
        -o-transition: all .4s 1s ease-in-out;
        transition: all .4s 1s ease-in-out;
    }
    .sidebar-item:nth-child(6) {
        -webkit-transition: all .4s 1.2s ease-in-out;
        -moz-transition: all .4s 1.2s ease-in-out;
        -ms-transition: all .4s 1.2s ease-in-out;
        -o-transition: all .4s 1.2s ease-in-out;
        transition: all .4s 1.2s ease-in-out;
    }
    .sidebar-item:nth-child(7) {
        -webkit-transition: all .4s 1.4s ease-in-out;
        -moz-transition: all .4s 1.4s ease-in-out;
        -ms-transition: all .4s 1.4s ease-in-out;
        -o-transition: all .4s 1.4s ease-in-out;
        transition: all .4s 1.4s ease-in-out;
    }
    .sidebar-item:nth-child(8) {
        -webkit-transition: all .4s 1.6s ease-in-out;
        -moz-transition: all .4s 1.6s ease-in-out;
        -ms-transition: all .4s 1.6s ease-in-out;
        -o-transition: all .4s 1.6s ease-in-out;
        transition: all .4s 1.6s ease-in-out;
    }
    .sidebar-item:nth-child(9) {
        -webkit-transition: all .4s 1.8s ease-in-out;
        -moz-transition: all .4s 1.8s ease-in-out;
        -ms-transition: all .4s 1.8s ease-in-out;
        -o-transition: all .4s 1.8s ease-in-out;
        transition: all .4s 1.8s ease-in-out;
    }

    .sidebar-item:last-child {
        -webkit-transition: all .4s 2.0s ease-in-out;
        -moz-transition: all .4s 2.0s ease-in-out;
        -ms-transition: all .4s 2.0s ease-in-out;
        -o-transition: all .4s 2.0s ease-in-out;
        transition: all .4s 2.0s ease-in-out;
    }

    .sidebar-item.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.sidebar-anchor {
    color: #39414a;
    text-decoration: none !important;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}

    .sidebar-anchor:before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #FFF;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .sidebar-anchor:hover:before {
        width: 100%;
    }

.ua {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.fa {
    font-size: 1.4em;
    color: #EF8354;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media (min-width: 480px) {
    .nav-list {
        display: block;
    }

    }

@media (min-width: 768px) {
    .nav-right {
        position: fixed;
    }

    .hidden-xs {
        display: block;
    }

    .visible-xs {
        display: none;
    }
}

@media (max-width: 500px) {
    .sidebar-anchor {
        font-size: 1.5em;
    }
    
    .sidebar {
        height: 100%;
        width: 200px !important;
    }
    .move-to-left {
        transform: translateX(-199px);
    }
    .bar {
        background-color: #dbb69c;
    }

    .mainChart {
        margin: 30px  ;
    }
    .frmFinancial input {
        width: 208px !important;
    }
    .frmFinancial > div {
        display: grid;
        justify-items: center;
    }
    .textCommision {
        width: 195px !important;
        line-height: 2;
        font-size: 23px !important;
        margin-top: 25px !important;
    }

    .frmFinancial {
        margin: 70px 0 0 0 !important;
    }
    #subject {
        width: 250px !important;
    }
    .frmFinancial .formWrapper:nth-child(3) {
        width: 280px;
        position: relative;
        left: 50px;
    }
    .TicketWrapper { height: 83vh !important; }

    }
.submitPrimal {
    left: 200px;
    position: relative;
}
/**/
.apexcharts-canvas {
    margin: 0 auto;
}

.apexcharts-title-text {
    fill: #e0e6ed;
}

.apexcharts-yaxis-label {
    fill: #e0e6ed;
}

.apexcharts-xaxis-label {
    fill: #e0e6ed;
}

.apexcharts-legend-text {
    color: #444 !important;
    font-size: 14px !important;
    padding-right: 10px;
}

.apexcharts-radialbar-track.apexcharts-track .apexcharts-radialbar-area {
    stroke: #191e3a;
}

.apexcharts-pie-label, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
    fill: #bfc9d4;
}

.apexcharts-toolbar {
    margin: 0 70% 0 0;
}

.mainWrapper {
    margin: 0px 70px 0 40px;
    /*background-color: #f4f5f5;*/
    height: auto;
    border-radius: 5px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #a5b6b6 !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #999;
}

main {
    padding: 40px 0;
}

.mainChart {
    display: grid;
    background-color: #fff;
    border-radius: 8px;
    margin: 30px 90px 30px 45px;
}
.fa-angle-double-up {
    color: #fff;
}

.headerText {
    margin: 20px 45px 60px 35px;
    display: inline-block;
    border-radius: 8px;
    background-color: #ef8354;
    color: #fff;
    padding: 6px 15px;
    font-size: 22px;
    user-select: none;
    box-shadow: -1px 2px 10px #888;
}

.finantionlWrapper {
    height: 77vh;
    display: grid;
    grid-template-rows: 115px 1fr;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    justify-items: center;
}

.textCommision {
    position: relative;
    top: 25px;
    font-size: 18px;
    margin: 50px 0 0 0;
    color: #90c747;
}

.frmFinancial {
    align-self: start;
    margin: 50px 0 0 0;
    padding: 0 40px
}

html {
    overflow: hidden;
}

main {
    min-height: 100vh;
    background-color: #6d766c;
}
