﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top:50px;
    padding-bottom:20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/* ============ desktop view ============ */
.navbar .nav-item .dropdown-menu-dark {
    background-color: #000000;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu-dark {
        display: none;
    }

        .navbar .nav-item .dropdown-menu-dark li {
            list-style-type: none;
        }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu-dark {
        display: block;
        margin-top: 0px;
    }


    .navbar .nav-item .dropdown-menu-dark {
        margin-top: 0px;
        background-color: #000000;
    }
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    .navbar-nav {
        margin-top: 5px;
        height: 50px;

    }

    .navbar-brand
    {
        margin-top:10px;
        margin-bottom:5px;
    }

}
/* ============ desktop view .end// ============ */
.form-control {
    min-width: 100% !important;
    margin-right:30px;
}
body .btn-primary {
    background-color: #005bed;
    border-color: #005bed;
    color: #FFF;
    width: 100%;
    max-width: 220px;
    border-radius: 5px;
}

    body .btn-primary:hover {
        border-color: #327ffb;
        background-color: #327ffb;
        color: #FFF;
    }

    body .btn-primary:active {
        border-color: #005bed;
        background-color: #005bed;
        color: #FFF;
    }



.blackLinks:link {
    color: black;
}

/* visited link */
.blackLinks:visited {
    color: black;
}

/* mouse over link */
.blackLinks:hover {
    color: darkgray;
}

/* selected link */
.blackLinks:active {
    color: black;

}


.orangeLinks:link {
    color: #005bed;
    text-decoration: none;
}

/* visited link */
.orangeLinks:visited {
    color: #005bed;
    text-decoration: none;
}

/* mouse over link */
.orangeLinks:hover {
    color: #000000;
    text-decoration: none;
}

/* selected link */
.orangeLinks:active {
    color: #005bed;
    text-decoration: none;
}

.redValidation
{
    color:red;
}

.logInBody {
    background: url(/images/affiliates/kingdomtalk/logincover.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100vh;
}

.logInLogo
{
    max-width:300px;
    height:auto;
}



.logInBoxWrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 10px;
    padding: 20px;
    margin: auto;
}

.logInBox{
    width:100%;
    margin:10px;
    text-align:center;
    padding-right:20px;
}

.grow {
    transition: transform .2s;
    width:100%;
    height:auto;
    border-radius:5px;
}

    .grow:hover {
        transform: scale(1.1);
    }



.checkbox.checkboxlist input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.checkbox.checkboxlist label {
    margin-bottom: 0;
    display: inline-block;
}

.checkbox label {
    margin-left: 10px;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    /* Logged in area CSS*/


.layout .sidebar .menu .menu-item a:hover .menu-title {
    color: #327ffb;
}

.layout .sidebar .menu .menu-item a:hover .menu-icon {
    color: #327ffb;
}

.layout .sidebar .menu .menu-item.active > a .menu-title {
    color: #327ffb;
}


.layout .sidebar .menu .menu-item.active > a .menu-icon {
    color: #327ffb;
}

.iconColor {
    color: #327ffb!important;
}


.lightBlock {
    width: 100%;
    background-color: rgba(113, 204, 220, 0.2);
    border-radius: 5px;
    margin: 5px 0px;
    padding: 5px;
}