﻿
.top-nav-collapse {
    background-color: #3f51b5 !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5 !important;
    }
}

.card {
    background-color: rgba(229, 228, 255, 0.2);
}

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}

.indigo-color {
    color: #3f51b5 !important;
}

.pink-color {
    color: #f95169 !important;
}

.rgba-dark {
    background-color: rgba(0, 0, 0, 0.8);
}

.card {
    margin-top: 30px;
    /*margin-bottom: -45px;*/
}

.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #8EDEF8;
    box-shadow: 0 1px 0 0 #8EDEF8;
}

    .md-form input[type=text]:focus:not([readonly]) + label,
    .md-form input[type=password]:focus:not([readonly]) + label {
        color: #8EDEF8;
    }

.md-form .form-control {
    color: #fff;
}

.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
    border-color: #8EDEF8;
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5 !important;
    }
}

@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

.image-background {
    background: url("../../../images/background/forest.1.jpg")no-repeat center center;
    background-size: cover;
}


@media (min-width: 320px) {
    html,
    body,
    main,
    .view {
        min-height: 590px;
    }
}
