﻿@media only screen and (min-width: 1200px) {

    body {
        background-size: 100%;
        opacity: .94;
        /*SUMMER*/
        /*background-image: url("../images/background_summer.png") !important; 
        background-color: #fff9e6;*/
        /*WINTER*/
        background-color: #b7c3e1;
        background-image: url("../../images/winter_new.jpg") !important;
    }

    .headerRow {
        /*WINTER*/
        background-color: #92a4d3 !important;
        /*SUMMER*/
        /*background-color: #ffe799 !important;*/    

    }


}

.reviewDetailBlock {
    /*background-image: linear-gradient(180deg, #f2f2f2, transparent, transparent, transparent);*/
}

.sidenav {
    background-color: #001f66 !important;
}

    .sidenav a {
        color: #818181 !important;
    }
.sidebar {
    background-color: #001f66 !important;
}

.sidebar a {
    color: #818181 !important;
}

body {
    background-image: linear-gradient(180deg, white, #edf0f8, #dbe1f0, #b7c3e1, #a4b4da);
}

.primary-text {
    color: white !important;
}

.btn-primary {
    background-color: #001f66 !important;
}

.btn-primary {
    background-image: linear-gradient(#003dcc, #002e99);
}

.btn-info {
    background-image: linear-gradient(#ff8000, #ff9933);
}

.btn-warning {
    background-image: linear-gradient(#e6ac00, #ffc107);
}

.text-info {
    color: #d96e02 !important;
}


.btn-success {
    background-image: linear-gradient(#32cd56, #23903c);
}

.btn-outline-primary {
    color: #00164B !important;
    border-color: #001f66 !important;
}

.btn-link {
    color: #001f66 !important;
}

.btn-secondary {
    background-color: #6e85c4 !important;
    background-image: linear-gradient(#92a4d3, #4a67b5)
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-width: 1.5px !important;
    font-weight: bold !important;
    box-shadow: 1.5px 1.5px black !important;
    border-style: inset !important;
    background-color: #f5f5f5 !important;
}

.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #fff !important;
    margin-bottom: 1px !important;
}

.modal {
    background-image: linear-gradient(45deg, gray, transparent) !important;
}