﻿body, html {
    background: url(../img/wallpaper.jpg) no-repeat 50% fixed;
    background-size: cover;
    font-family: 'Libre Franklin', sans-serif !important;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1000px;
    margin: auto;
}

.content {
    min-height: 500px;
}

.btn-red {
    background: #d5343a;
    border-color: #d5343a !important;
    color: #fff;
}

.bg-red {
    background: #d5343a;
}

.bg-gray2 {
    background: #7c7c7c;
}

.bg-red-dark {
    background: #a6282d;
}

.login {
    max-width: 500px;
    margin: 40px auto;
}

.login_btn {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#043b42),to(#064f4f));
    background-image: linear-gradient( 180deg,#043b42 0,#064f4f);
    background-repeat: repeat-x;
    color: #fff;
    height: 60px;
    width: 100%;
    border-radius: 0 25px 0 25px;
}

.top {
    background: #383838;
}

.bg-gray {
    background: #e6e6e6;
}

.navigation {
    background: #7c7c7c;
}

    .navigation ul li a {
        color: #fff !important;
        font-size:20px;
    }

.top-profile {
    padding: 10px;
    border: 1px solid white;
    border-radius: 4px;
}

.profile-menu a {
    background: #7c7c7c;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

.profile-menu .active {
    background: #d5343a;
    color: #fff;
}

.new {
    border: 2px solid #d5343a;
}

.where, .where .breadcrumb {
    background: #d5343a !important;
}

    .where a {
        color: #fff;
    }

    .where .active {
        color: #cacaca;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

/* Important stuff */
ul.dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    margin-top: .5em;
    text-align: right;
    width: 200px;
    border: 1px solid rgba(0,0,0,.15);
    padding: 0;
    border-radius: 4px;
    z-index: 5;
    background: #fff;
    padding: 10px;
}

    ul.dropdown li {
        list-style-type: none;
        width: 100%;
        float: left;
        transition: .5s;
    }

        ul.dropdown li:hover {
            padding-left: 5px;
        }

        ul.dropdown li a {
            text-decoration: none;
            display: block;
            line-height: 50px;
            color: #000 !important;
            font-size: 18px !important;
            text-align: left;
            font-weight: bold;
        }

.lig table {
    font-size: 12px;
}

.sure {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border-radius: 100%;
}
