﻿body {
    font-family: 'Asap', sans-serif;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 0px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.topcorner {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    cursor: pointer
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:5%;
    background-color: white;
    /*color: white;*/
    /*text-align: center;*/
}

.open-modal {
    margin: 10px;
}

.logo-image {
    height: 100px;
    background-size: auto 100px;
}

.container-table {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 115px;
}

header {
    font-size: 30px;
}

.navbar-links {
    font-size: 20px;
}

a.text-dark:hover {
    color: #C9DA2A !important;
}

a.text-dark:active {
    color: #C9DA2A !important;
}

.btn-add-new {
    background-color: #26A9E1;
    border-radius:20px;
}

    .btn-add-new:hover {
        background-color: #37b0e3;
        border:none;
    }

.pick_language{
    margin-left:20px;
}

.navbar-brand{
    margin-left:5%;
}

.section-btn {
    background: #C9DA2A;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}

a .section-btn:hover{
    text-decoration:none!important;
    color:#111!important;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
}

    .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
        background: #292929;
        color: #252525;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
        color: #ffffff;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn a {
        padding: 10px 25px;
    }

.custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
}

.custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
}

.layout-header{
    transition: left .5s ease-in-out;
}

.profile-link {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .profile-link {
        padding-left: 0px;
    }
}


