﻿html, body{
    height: 100%;
}
body {
    padding-top: 90px;
    padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}*/

/*.active-menu-item {
    font-weight: 900;
    color: #dc3900;
}*/

.active-menu-item a {
    font-weight: 900;
    color: #dc3900 !important;
}

input {
    padding: 12.9px 6px;
    font-size: 12px;
}

.sclogin #scprofile-pic, .sclogin .sclogin-greeting {
    line-height: 33px;
    margin-right: 10px;
}

.sclogin {
    position: relative;
    margin-bottom: 10px;
    margin-top: 13px;
}

.w3-content {
    position: absolute;
    top: 0px;
    height: 600px;
    width: 100%;
    z-index: 1;
}

.aside{
    position: relative;
    top: 30px;
}

btn:hover, .icon-cog:hover, .icon-cog:active {
    color: green;
}
.survey-settings a {
    cursor: pointer;
    text-decoration: underline;
}

.bolder{
    font-weight: 800;
}

.creds-li img{
    width: 14px;
    height: 14px;
    margin-top: -3px;
}
.fa-linkedin-square{
    margin-right: 3px;
}

.control-group{
    margin-top: 10px;
}

.contact input[type=text], .contact input[type=password], .contact input[type=email], .contact textarea{
    font-size: 12px;
}

#main-content {
    padding-top: 80px;
}

#header-panel {
    color: #dc3900;
    margin-top: 0px;
}

.login-form input[type="text"]{
    font-size: 12px;
    padding: 12.9px 6px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #a9a9a9;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
}
input[type=checkbox]{
margin-left: 10px;
}

label + p{
    float: left;
    margin-left: 5px;
    margin-bottom: 0px;
}
.titleCell {
    float: left;
}

.control-label ul {
    padding-left: 17px;
}
.contact-form span[for]{
    float: right;
}

.header-wrapper{
    width: 100%;
    height: 650px;
    position: relative;
}

.header-content-wrapper{
    width: 100%;
    height: 100%;
    padding: 0px 100px;
    position: relative;
    background: red;
}

.mySlides {
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.slide1 { background-image: url('Images/africa-consumer-panel-surveys-on-laptop.jpg'); }
.slide2 { background-image: url("Images/surveys-on-mobile-phone.jpg"); }
.slide3 { background-image: url("Images/surveys-africa-panel-consumers.jpg"); }
.slide4 { background-image: url("Images/africa-consumer-panel-cross-device.jpg"); }

.header-Content {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    float: left;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 50px;
    z-index: 2;
}


.login-block {
    background-color: rgba(255,255,255,.9);
    width: 400px;
    /*height: 430px;*/
    float: right;
    display: block;
    padding-top: 25px;
    padding-bottom: 45px;
    margin-top: 120px;
    z-index: 2;
}
.step p {
    width: 100%;
    max-width: 320px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.modal-dialog{
    position: static;
    margin: auto;
}

.Radio-Label{
    float: none;
}
.radio{
    padding-left: 0px;
}
.modal-header .close {
    margin-top: -20px;
}

.modal-body {
    padding-left: 20px;
    padding-right: 20px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.modal-body input[type=submit] {
    margin-left:0px;
}

.control-label ul li{
    text-align: left;
    color: red;
}

.profile-menu{
    width: 30px;
}

.profile-name {
    margin-bottom: 20px;
}

.profile-image {
    width: 150px; height: 100%; background: red; float: left;
}

.profile-container {
    background-color: #f0f0f0;
    margin-top: 20px;
    padding: 30px;
    -webkit-box-shadow: 11px 13px 23px -15px rgba(0,0,0,0.3);
    -moz-box-shadow: 11px 13px 23px -15px rgba(0,0,0,0.3);
    box-shadow: 11px 13px 23px -15px rgba(0,0,0,0.3);
}

.profile-info{
    float: left; margin-left: 20px;
}

.profile-container .row{
    margin-left: 0px; margin-right: 0px;
}

.contentpaneopen{
    height: 200px;
    width: 200px;
    float: right;
}

/*.Profile-title{
}*/

















@media screen and (max-width: 1000px) {
    .container.header-wrapper-content {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left;
    }

    .home-container {
        max-width: 100% !important;
        width: 100%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 900px) {
    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 810px) {
    .header-Content {
        margin-top: 80px;
        width: 100%;
        position: relative;
        top: 0px;
        padding-right: 15px;
    }

    .login-block {
        width: 100%;
        margin-top: 0px;
        margin-top: -100px;
        height: 420px;
    }

    .mainpage-cta {
        width: 340px;
        margin: 20px auto;
        float: none;
    }
    #header-panel h2 {
        color: white;
        text-align: center;
        margin-top: 50px;
    }
    .navbar-brand > img {
        height: auto;
        max-width: 140px;
        margin: 10px;
    }

}
@media (max-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.inputbox-login {
    float: none;
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .header-wrapper {
        margin-top: -30px;
        height: 250px;
    }

    .w3-content{
        height: 250px;
    }

}
@media screen and (max-width: 500px) {
    .header-Content {
        margin-top: 70px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .login-block {
        margin-top: -30px;
    }
    .mainpage-cta {
        width: 100%;
    }
    .mainpage-cta a{
        width: 100%;
    }
}

@media screen and (max-width: 300px) {
    .navbar-brand > img {
        height: auto;
        max-width: 100px;
        margin-top: 18px;
    }
    .navbar-fixed-top .navbar-brand {
        padding: 0px;
    } 
}

