﻿html {
    overflow-y: scroll;
    min-height: 100%;
    position: relative;    
}

body {
    min-height: 100%;
    padding-bottom: 130px;
    background-color: #dadfdf;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

.header {
    background-color: #537069;
}

#menu {
    background-color: #c0d1ca;
    font-size: 1.1rem;
    padding: 0px;
}

#menu .nav-item{
    padding:5px;
    margin-left: 15px;
}

    #menu .nav-item .dropdown-menu {
        background-color: #ac7671;
        border-top: 0px;
        border-radius: 0px;
        font-size: 1.2rem;
    }

    #menu .nav-item .dropdown-item{
        color: #ffffff;
    }

    #menu .nav-item .nav-link {
        color: #537069 !important;
        font-weight: bold;
    }    

/*#sub-nav .nav-item .nav-link {
    color: #f5f5f5;
}

    #sub-nav .nav-item .nav-link:hover {
        color: #537069 !important;
    }

    #sub-nav .nav-item .nav-link.active{
        color : #3d534e;
        font-weight: bold;
    }*/

#content {
    padding-top: 10px;
    background-color: #dadfdf;
}

.card-body, .card {
    /*background-color: #f8f9fa;*/
}

.card{
    border: none !important;
    /*height: 100%;*/
}

.card-header {
    background-color: #ac7671;
    color: #f5f5f5;
}

.nav-tabs .nav-item .nav-link{
    color: #ffffff;
}

    .nav-tabs .nav-item  .active {
        color: #3d534e !important;
    }

.card-body {
    border: 1px solid #cccccc;
    border-top: 0px;
}

.card-links .card {
    background-color: #ffc629;
    color: #000000;
}

.card-links .card .card-body {
    display: flex;
    flex-direction: column;
}

.card-links a {
    text-decoration: none;
}

    .card-links a:hover .card {
        background-color: #ebaf23;
    }

#logo{
    border-radius: 10px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 105px;
    text-align: center;
}

footer, #footer {
    background-color: #537069;
    color: #ffffff;
}

.icon:hover{
    text-decoration:none;
    opacity: .6;
}

.table td, .table th{
    border-top: 1px solid #ac7671;
}

.fa-plus, .text-green {
    color: #3d534e;
}

.btn-yellow {
    background-color: #ffd34d;
    font-weight: bold;
}

    .btn-yellow:hover {
        background-color: #ffc000;
    }

.video-wrapper {
    position: relative;
    display: block;
    width: 100%; /* width of iframe wrapper */
    height: 0;
    margin: auto;
    padding: 0% 0% 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media only screen and (min-width: 992px) {
    #menu .dropdown-menu {
        display: none;
        margin-top: 0;
    }

    #menu .dropdown-item{
        color: #ffffff !important;
    }

    #menu .nav-item:hover .dropdown-menu {
        display: block;
    }

    #menu .dropdown:hover .nav-link  {
        color: #ffffff !important;
    }

    #menu .dropdown-item:hover {
        background-color: #945b56;
    }

    #menu .nav-item:hover, #menu .nav-item:hover .nav-link {
        background-color: #ac7671;
        color: #ffffff !important;
    }
}