﻿/*--- FFOnt ---*/

@font-face {
    font-family: nexa1;
    src: url(../fonts/NexaBold.otf);
}

@font-face {
    font-family: nexa2;
    src: url(../fonts/NexaLight.otf);
}

.error {
    color: Red;
}

.space {
    padding: 5px;
}

body {
}

/*--- Header ---*/
.blueline {
    background-color: #0066c4;
    height: 15px;
    width: 100%;
}

/*--- Menu ---*/

.navbar {
    background-color: #0066c4;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;
    z-index: 10;
}

    .navbar navbar-toggler {
        background-color: #fff;
    }

    .navbar li {
        padding: 0 10px;
        background-color: #0066c4;
    }

        .navbar li a {
            border-top: 4px solid #0066c4;
            color: #fff;
        }

            .navbar li a:hover {
                border-top: 4px solid #fecb00;
            }

    .navbar .navbar-toggler .navbar-toggler-icon {
    }

.dropdown-menu {
    background-color: #0066c4;
    font-size: 13px;
    border-radius: 0;
    padding: 0;
    border: none;
}

    .dropdown-menu a {
        border-bottom: #fff 2px solid;
        background-color: #0066c4;
    }

        .dropdown-menu a:hover {
            background-color: #fecb00;
        }

/*--- Content ---*/
#content {
    background-color: #efefef;
    padding: 0 20px;
}

    #content h2 {
        color: #000;
        text-align: center;
        font-family: nexa2;
        font-size: 28px;
        text-transform: uppercase;
        padding: 15px 0;
    }

/*--- Content - Form ---*/
.ddl,
input[type="Text"],
input[type="password"] {
    border: 2px solid #ddd;
    width: 100%;
    align-content: center;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.reg input[type="Text"] {
    width: 100%;
}

.ddl:hover,
.ddl:active,
.ddl:focus,
input[type="Text"]:hover,
input[type="Text"]:active,
input[type="Text"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus {
    border: 2px solid #0066c4;
}

.btns,
input[type="submit"],
input[type="button"],
button {
    background: #0066c4;
    color: #fff;
    align-content: center;
    display: inline;
    margin: 0px;
    border-radius: 0;
    border-style: none;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
}

    .btns:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background: #fecb00;
        color: #000;
    }

label {
    font-size: 14px;
    text-indent: 5px;
    padding: 0;
    margin: 0;
    font-family: Arial;
}

/*--- Login ---*/
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #0066c4;
}

.wrap-login {
    width: 570px;
    background: #efefef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.login-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

.login-title-1 {
    font-family: nexa1;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-input {
    width: 100%;
    position: relative;
}

/*--- vertical menu ---*/
.vertical-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .vertical-menu li a {
        background-color: #fecb00;
        color: black;
        display: block;
        padding: 12px;
        text-decoration: none;
        margin-bottom: 1px;
    }

        .vertical-menu li a:hover {
            background-color: #efefef;
        }

    .vertical-menu .navbar-nav .dropdown {
        width: 100%;
    }

        .vertical-menu .navbar-nav .dropdown li {
            width: 100%;
            background-color: #000;
        }

    .vertical-menu ul {
        padding: 0;
        list-style: none;
    }

    .vertical-menu li > ul > li a {
        background-color: #0066c4;
        width: 100%;
        color: #fff;
        padding-left: 30px;
    }

        .vertical-menu li > ul > li a:hover {
            color: #000;
        }

    .vertical-menu span .caret {
        text-align: right;
    }

@media only screen and (max-width: 600px) {
}

/*--- Slider ---*/
.slide_container {
    padding-top: 10px;
    margin: 0;
}

.carousel {
    margin-top: 0px;
}

.carousel-item {
    text-align: center;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

    .carousel-item img {
        width: 100%;
        margin: auto;
    }



/*--- Footer ---*/


.footer {
    padding-top: 20px;
    background-color: #0066c4;
    font-family: nexa2;
    color: #fff;
    font-size: 13px;
}

/*
    Colors
    blue #0066c4
    yellow #fecb00
*/
