﻿/* ------Variables--------*/



@media (max-width: 350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px;
    }

        .timeline-item .date i {
            position: absolute;
            top: 0;
            left: 15px;
            padding: 5px;
            width: 30px;
            text-align: center;
            border: 1px solid #e7eaec;
            background: #f8f8f8;
        }

    .timeline-item .content {
        border-left: none;
        border-top: 1px solid #e7eaec;
        padding-top: 10px;
        min-height: 100px;
    }

    .nav.navbar-top-links li.dropdown {
        display: none;
    }

    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block;
    }
}

/* Only demo */
@media (max-width: 1000px) {
    .welcome-message {
        display: none;
    }
}

@media print {
    nav.navbar-static-side {
        display: none;
    }

    body {
        overflow: visible !important;
    }

    #page-wrapper {
        margin: 0;
    }
}

/* Variables */


/* Logos */
.partner-logo-variant {
    width: 350px;
    height: 200px;
    margin-top: -120px;
    margin-left: -55px;
}

.carousel-caption .herolink {
    text-decoration: underline;
    font-style: italic;
}

.carousel-caption .herotext {
    color: #4FC3F7;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.landing-page .carousel-image {
    top: 200px;
}

.landing-page .herohandslogo {
    width: 50%;
    margin-left: 50%;
}

.landing-page .header-back {
    /*//background-image: url('../images/landing/header_one.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page .header-back.one {
   /*//background-image: url('../images/landing/header_one.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page .header-back.two {
    /*background: url("../images/landing/header_two.jpg") 80% 80%;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page .header-back.three {
    /*background: url("../images/landing/header_three.jpg") 10%;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-page .navbar-default .navbar-nav .active a {
    border-top: 6px solid #1C84C6;
}

    .landing-page .navbar-default .navbar-nav .active a:hover {
        border-top: 6px solid #1C84C6;
    }

.landing-page .navbar-default .navbar-brand {
    background: transparent;
}

    .landing-page .navbar-default .navbar-brand img {
        width: 50%;
    }

    .landing-page .navbar-default .navbar-brand a:hover, .landing-page .navbar-default .navbar-brand a:focus {
        background: transparent;
    }

.landing-page .navbar-default .navbar-nav li a:hover {
    color: #1C84C6;
}

.landing-page .navbar-scroll.navbar-default .navbar-nav li a:hover {
    color: #1C84C6;
}

.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 10px 10px;
}

.landing-page .nav > li > a {
    padding: 10px 10px 15px 10px;
}

.landing-page .navbar-default.navbar-scroll {
    background-color: #2f4050;
    border-color: #fff;
    padding: 15px 0;
}

.landing-page .navbar-fixed-top.navbar-scroll {
    border-bottom: 1px solid #2f4050 !important;
}

.landing-page .navbar-scroll.navbar-default .nav li a {
    /*color: #676a6c;*/
    color: #fff;
}

.landing-page .navy-line {
    border-bottom: 2px solid #1C84C6;
}

.landing-page .btn-primary {
    background-color: #01579B;
    border-color: #1C84C6;
    padding: 3px 10px;
}

.landing-page .form-control {
    width: 150px;
    height: 30px;
}

.landing-page .loginlabel {
    color: #ffffff !important;
    background-color: #2F4050;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.landing-page .passwordlink {
    font-size: 12px !important;
    text-transform: none !important;
    /*
    margin-right: 175px;
    margin-left: 5px;
        */
    margin-left: 70%; 
    justify-content:center;
}

.landing-page .landinglogin {
    margin-left: 50px;
}

.landing-page .btn-primary:hover {
    background-color: #01579B;
    border-color: #16699c;
}

/* To adjust margin above login section */
.landing-page .m-t {
    margin-top: 10px;
}

.landing-page .features .big-icon {
    color: #1C84C6 !important;
}

.landing-page span.navy {
    color: #1C84C6;
}

.landing-page .social-icon a {
    background: #1C84C6;
}

    .landing-page .social-icon a:hover {
        background: #16699c;
    }

.landing-page .navy-section {
    margin-top: 60px !important;
    padding: 10px;
    background: #1C84C6;
}

    .landing-page .navy-section .smallimage {
        max-width: 300px;
    }

.landing-page section p {
    color: #707070;
}

.landing-page .team-member h5 {
    font-style: italic;
}

.landing-page .training_icons {
    width: 30%;
}

.landing-page .contact {
    background-image: url('../images/landing/word_map.png');
}

@media (max-width: 1200px) {
    .landing-page .landinglogin {
        margin-left: 20px;
    }

    .landing-page .carousel-image {
        display: none;
    }
}

@media (max-width: 600px) {
    .landing-page .herohandslogo {
        width: 30%;
        margin-left: 0;
    }
}

.landing-page .carousel {
    height: 92%;
}

.landing-page .header-back {
    height: auto;
    min-height: 92%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/* Updates */

.centered-box {
    position: fixed;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px 30px 30px 0px;
    z-index: 1050;
    box-shadow: 0px 6px 28px 5px rgba(0, 0, 0, 0.12), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 8px 9px -5px rgba(0, 0, 0, 0.20);
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    border-top: 5px solid #0C5C8A;
}

.navbar-form {
    margin: 0; 
}

.form-username-login {
    width: 338px !important;
    padding: 20px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.form-password-login {
    margin-top: 5px;
    width: 338px !important;
    padding: 20px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.form-content {
    display: block;
}

.form-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 5px;
}

.login-button {
    /*display: flex;*/
    margin-top: 16px;
}

.btn-login-submit {
    width: 338px;
    margin-bottom: 10px;
}