﻿@media (min-width: 1300px) {
    .container {
        max-width: 100%;
    }
}

.nav-header-title {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.nav-heder-row{
    padding: 0px;
    padding-left: 2%;
    padding-right: 2%;
}

.script-table-row {
    text-align: center;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 80px 0px 80px 32%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 30px;
    right: 0;
    height: 36px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #ffffff;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 38px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    z-index: 1;
}


.btn-grey {
    background-color: #D8D8D8;
    color: #FFF;
}

.rating-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
}

.review-block-date {
    font-size: 12px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 13px;
}


.sk-cube-grid {
    width: 100px;
    height: 100px;
    margin: 200px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffffff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

    .icon-shape i,
    .icon-shape svg {
        font-size: .7rem;
    }

    .icon-shape.icon-lg i,
    .icon-shape.icon-lg svg {
        font-size: 1.625rem;
    }

    .icon-shape.icon-sm i,
    .icon-shape.icon-sm svg {
        font-size: .875rem;
    }

    .icon-shape svg {
        width: 30px;
        height: 30px;
    }

.icon-shape-primary {
    color: #2643e9;
    background-color: rgba(138, 152, 235, .5);
}

.icon-shape-secondary {
    color: #cfe3f1;
    background-color: rgba(255, 255, 255, .5);
}

.icon-shape-success {
    color: #1aae6f;
    background-color: rgba(84, 218, 161, .5);
}

.icon-shape-info {
    color: #03acca;
    background-color: rgba(65, 215, 242, .5);
}

.icon-shape-warning {
    color: #ff3709;
    background-color: rgba(252, 140, 114, .5);
}

.icon-shape-danger {
    color: #f80031;
    background-color: rgba(247, 103, 131, .5);
}

.icon-shape-light {
    color: #879cb0;
    background-color: rgba(201, 207, 212, .5);
}

.icon-shape-dark {
    color: #090c0e;
    background-color: rgba(56, 63, 69, .5);
}

.icon-shape-default {
    color: #091428;
    background-color: rgba(35, 65, 116, .5);
}

.icon-shape-white {
    color: #e8e3e3;
    background-color: rgba(255, 255, 255, .5);
}

.icon-shape-neutral {
    color: #e8e3e3;
    background-color: rgba(255, 255, 255, .5);
}

.icon-shape-darker {
    color: black;
    background-color: rgba(26, 26, 26, .5);
}

.chart {
    position: relative;
    height: 200px;
}

.chart-sm {
    height: 230px;
}

.chart-legend {
    font-size: .875rem;
    display: flex;
    margin-top: 2.5rem;
    text-align: center;
    color: #8898aa;
    justify-content: center;
}

.chart-legend-item {
    display: inline-flex;
    align-items: center;
}

    .chart-legend-item + .chart-legend-item {
        margin-left: 1rem;
    }

.chart-legend-indicator {
    display: inline-block;
    width: .5rem;
    height: .1rem;
    margin-right: .375rem;
    border-radius: 50%;
}

#chart-tooltip {
    z-index: 0;
}

#chart-tooltip .arrow {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateX(-.5rem);
}

.chart-info-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 5%;
    max-width: 350px;
    padding: 20px;
}


.my-nav {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* LOADER */
.loader-wrapper-cube {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader-wrapper-cube:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .loader-wrapper-cube .sk-cube-grid {
        margin: unset;
    }

    .loader-wrapper {
        position: fixed;
        z-index: 9999;
        height: 2em;
        width: 2em;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.loader-wrapper:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #007bff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}