﻿body {
    font-family: 'Didact Gothic';
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
    padding-right: 0 !important; 
}

.center {
    margin: 0 auto;
    float: none;
    
}

.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}

.h1 {
    margin: 0;
}

.navbar-default {
    /*background-color: #e74c3c !important;*/
    border-color: transparent !important;
    margin-bottom: 0px;
}

    .navbar-default .navbar-header > a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > .active {
        /*color: white !important;*/
        background: #d65c14;
    }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            border-bottom: 2px solid #ecf0f1;
            background-color: transparent;
        }

.tembus {
    background-color: #33383c !important;
}
.dropdown-menu {
    width: 400px !important;
    z-index: 9999;
}
#divSearchResult {
    z-index: 9999;
}

.hvrcenter {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

    .hvrcenter:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #6cbe45;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvrcenter:hover:before, .hvrcenter:focus:before, .hvrcenter:active:before {
        left: 0;
        right: 0;
    }

/*** Search box close button style ***/
.btnPopoverClose {
    padding-right: 5px;
    padding-left: 5px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.5;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .btnPopoverClose:hover,
    .btnPopoverClose:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
        outline: 0;
    }

/* Footer Styles */
.footer {
    background-color: #33383c;
    padding-top:10px;
}

html, body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -20px; /* Height of the footer */
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .page-footer, .page-wrap:after {
        height: 20px;
    }

.adress span, .contact span, .social span, .menu span {
    color: #FFF;
    font-weight: 400;
    padding: 2px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}

.adress li, .contact li, .social li, .menu li {
    padding: 5px 0px;
    list-style: none;
}

    .adress li p, .contact li a, .social li a, .menu li a {
        color: #FFF;
        letter-spacing: 2px;
        text-decoration: none;
        font-size: 14px;
    }

.social li {
    float: left;
}

.social .fa {
    color: #9c9c9c;
    margin-right: 10px;
    font-size: 22px;
}
.footer-container {
    padding-top: 8px;
}
.footer-container p {
    margin-bottom:0px;
}
/*On large displays place padding left/right as we are using container fluid inside nav. */

@media screen and (min-width: 1200px) {
    .nav-container {
        padding-left: 120px;
        padding-right: 120px;
    }
}
/*When Screen is mobile width make the search dropdown white. */
@media screen and (min-width: 760px) {

    #divSearchResult {
        background-color:white !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: white !important;
    }
}

.navbar-brand{
    padding-top:8px;
    padding-bottom:20px;
}

    /**** General Modal Styles ***/
    .modal-header {
        min-height: 16.42857143px;
        padding: 15px;
        border-bottom: 0px;
    }

    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 0px;
    }

    .register-modal-content {
        padding-top: 20px;
    }

    /*** Enviro Modal Styles ***/
    .enviro-presentation {
        height: 900px;
    }

    /*** Registration Modal Styles ***/
    .funkyradio div {
        clear: both;
        overflow: hidden;
    }

    .funkyradio label {
        width: 100%; /*Make sure the label goes to the end of the col*/
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
        padding-left: 60px;
        display: inline-flex;
    }

    .funkyradio input[type="radio"]:empty,
    .funkyradio input[type="checkbox"]:empty {
        display: none;
    }

        .funkyradio input[type="radio"]:empty ~ label,
        .funkyradio input[type="checkbox"]:empty ~ label {
            position: relative;
            line-height: 2.5em;
            text-indent: 3.25em;
            margin-top: 2em;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .funkyradio input[type="radio"]:empty ~ label:before,
            .funkyradio input[type="checkbox"]:empty ~ label:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                background: #D1D3D4;
                border-radius: 3px 0 0 3px;
            }

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
        color: #888;
    }

        .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
        .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }

    .funkyradio input[type="radio"]:checked ~ label,
    .funkyradio input[type="checkbox"]:checked ~ label {
        color: #777;
    }

        .funkyradio input[type="radio"]:checked ~ label:before,
        .funkyradio input[type="checkbox"]:checked ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #333;
            background-color: #ccc;
        }

    .funkyradio input[type="radio"]:focus ~ label:before,
    .funkyradio input[type="checkbox"]:focus ~ label:before {
        box-shadow: 0 0 0 3px #999;
    }

    .funkyradio-default input[type="radio"]:checked ~ label:before,
    .funkyradio-default input[type="checkbox"]:checked ~ label:before {
        color: #333;
        background-color: #ccc;
    }

    .funkyradio-primary input[type="radio"]:checked ~ label:before,
    .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #337ab7;
    }

    .funkyradio-success input[type="radio"]:checked ~ label:before,
    .funkyradio-success input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #5cb85c;
    }

    .funkyradio-danger input[type="radio"]:checked ~ label:before,
    .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #d9534f;
    }

    .funkyradio-warning input[type="radio"]:checked ~ label:before,
    .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #f0ad4e;
    }

    .funkyradio-info input[type="radio"]:checked ~ label:before,
    .funkyradio-info input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #5bc0de;
    }

    .funkyradio-new input[type="radio"]:checked ~ label:before,
    .funkyradio-new input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: purple;
    }

    /****** Login Modal Styles ******/

    #register-from-login {
        font-size: 16px;
        color:black;
    }
        #register-from-login:hover {
            text-decoration: underline;
        }
    #login_lost_btn {
        font-size: 16px;
        color: black;
    }
        #login_lost_btn:hover {
            text-decoration: underline;
        }

        #lost_login_btn {
            font-size: 16px;
            color: black;
        }
            #lost_login_btn:hover {
                text-decoration: underline;
            }


    #login-modal .modal-dialog {
        width: 350px;
    }

    #login-modal input[type=text], input[type=password] {
        margin-top: 10px;
    }

    #div-login-msg,
    #div-lost-msg,
    #div-register-msg {
        border: 1px solid #dadfe1;
        height: 30px;
        line-height: 28px;
        transition: all ease-in-out 500ms;
    }

        #div-login-msg.success,
        #div-lost-msg.success,
        #div-register-msg.success {
            border: 1px solid #68c3a3;
            background-color: #c8f7c5;
        }

        #div-login-msg.error,
        #div-lost-msg.error,
        #div-register-msg.error {
            border: 1px solid #eb575b;
            background-color: #ffcad1;
        }

    #icon-login-msg,
    #icon-lost-msg,
    #icon-register-msg {
        width: 30px;
        float: left;
        line-height: 28px;
        text-align: center;
        background-color: #dadfe1;
        margin-right: 5px;
        transition: all ease-in-out 500ms;
    }

        #icon-login-msg.success,
        #icon-lost-msg.success,
        #icon-register-msg.success {
            background-color: #68c3a3 !important;
        }

        #icon-login-msg.error,
        #icon-lost-msg.error,
        #icon-register-msg.error {
            background-color: #eb575b !important;
        }

    .register-header {
        min-height: 16.43px;
        padding: 10px 10px 10px 10px;
        border-bottom: 0px;
        background-color: #33383c;
    }

    .img-logo {
        max-height: 300px;
        max-width: 300px;
    }

    /* #########################################
   #    override the bootstrap configs     #
   ######################################### */

    .modal-backdrop.in {
        /*filter: alpha(opacity=50);
    opacity: .8;*/
    }


    .modal-content {
        background-color: #ececec;
        border: 1px solid #bdc3c7;
        border-radius: 0px;
        outline: 0;
    }

    .modal-header {
        min-height: 16.43px;
        padding: 15px 15px 15px 15px;
        border-bottom: 0px;
    }

    .modal-body {
        position: relative;
        padding: 5px 15px 5px 15px;
    }

    .modal-footer {
        padding: 15px 15px 15px 15px;
        text-align: left;
        border-top: 0px;
    }

    .checkbox {
        margin-bottom: 0px;
    }

    .btn {
        border-radius: 0px;
    }

        .btn:focus,
        .btn:active:focus,
        .btn.active:focus,
        .btn.focus,
        .btn:active.focus,
        .btn.active.focus {
            outline: none;
        }

    .btn-lg, .btn-group-lg > .btn {
        border-radius: 0px;
    }

    .btn-link {
        padding: 5px 10px 0px 0px;
        color: #95a5a6;
    }

        .btn-link:hover, .btn-link:focus {
            color: #2c3e50;
            text-decoration: none;
        }

    .glyphicon {
        top: 0px;
    }

    .form-control {
        border-radius: 0px;
    }

#login-response, #reset-response {
    text-align: center;
    margin-top: 10px;
    background-color: rgba(255, 0, 0, 0.57) !important;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 5px 3px -3px #777;
}
/****** Media Queries ******/
@media (min-width: 1200px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}
