﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300);
@import url(/Content/foundation-icons/foundation-icons.css);
@import url(/Content/mime-icons/mime.css);
@import url(ajax-loader.css);



body {
    background: url(../Images/bg-map.jpg) repeat scroll;
    color: #333;
    font-size: 15px;
    font-family: Roboto, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: 300;
}

.background {
}

h1, h2, h3, h4, h5, h6 {
    /*font-family:"Roboto Slab","Segoe UI";*/
}

h1, h2, h3 {
}

a {
    color: #1975AD;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: none;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}


header {
    padding: 7px 0 0 0;
    height: 100px;
    border-top: solid 10px orange;
}

.company-name {
    color: #1975AD;
    font-size: 22px;
}

.company-slogan {
    color: #777;
    font-size: 13px;
}

.slider {
    min-height: 300px;
}

.bxslider {
    padding: 0;
    margin: 0;
}

    .bxslider li img {
        display: inline-block;
        vertical-align: middle;
        /*margin-right: -100%;*/
    }

    /*.bxslider li div {
        vertical-align: middle;
        margin-right: 50px;
        width: 50%;
        display: inline-block;
        background: rgba(255,255,255,.75);
        padding: 0 10px;
        border-radius: 4px;
    }*/

    .bxslider li div {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
        bottom: 10px;
        display: inline-block;
        padding: 0 10px;
        position: absolute;
        left: 0;
        width: 100%;
        color: #fff;
    }


.body {
    min-height: 450px;
}

.box {
    /* background-color: #FFFFFF;
    border-left: 3px solid #3E6F71;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
    padding: 0 15px 10px 15px;
    margin-bottom: 15px;
}

    .box .heading {
        background: #1975AD;
        padding: 1px 10px;
        color: #fff;
    }

    .box .content ul {
        padding: 5px 10px 5px 25px;
    }

    .box ul li {
        padding: 3px 0;
    }

    .box .content li {
        border-bottom: 1px solid #ccc;
    }

.heading {
    color: #1975AD;
    font-weight: 400;
}

.intro {
    padding: 10px 20px 15px 20px;
}


    .intro p {
        text-align: justify;
        line-height: 24px;
    }

#map_canvas {
    height: 620px;
}

#scrollUp {
    background-image: url("../Plugins/scrollUp/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px; /* Width of image */
    height: 38px; /* Height of image */
}


.footer {
    background: #66ccff;
}

    .footer p {
        padding: 20px 15px;
        color: #fff;
    }

.bg-img {
    background-image: url('http://placehold.it/200x200');
    background-repeat: repeat-x;
    background-size: 100%;
}

.bg-img2 {
    background-image: url('http://placehold.it/200x200/eeeeee');
    background-repeat: repeat-x;
    background-size: 100%;
}

/*#region LOGIN FORM */


.login-body {
    background-color: #f1f2f7;
}

.login-img-body {
    background: url('../img/backgrounds/bg-1.jpg') no-repeat center center fixed;
    background-size: cover;
}

.login-img2-body {
    background: url('../img/backgrounds/bg-6.jpg') no-repeat center center fixed;
    background-size: cover;
}

.login-img3-body {
    background: url('../Images/') no-repeat center center fixed;
    background-size: cover;
}

.login-form {
    /* max-width: 350px;
    margin: 200px auto 0;*/
    /*background: #d5d7de;*/
}

.login-img-body .login-form {
    max-width: 350px;
    /*margin: 200px auto 0;*/
    background: rgba(213,215,222,0.4);
    border: 1px solid #B0B6BE;
}

.login-img2-body .login-form {
    border: 1px solid #B0B6BE;
    background: rgba(213,215,222,0.7);
}

.login-img3-body .login-form {
    border: 1px solid #B0B6BE;
    background: rgba(213,215,222,0.9);
}

.login-form a {
    color: #007AFF !important;
}

.login-form h2.login-form-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background: #34aadc;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.login-form .checkbox {
    margin-bottom: 14px;
    font-weight: normal;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .login-form .form-control:focus {
        z-index: 2;
    }

.login-form .login-img {
    font-size: 50px;
    font-weight: 300;
}

.login-form .input-group {
    padding-bottom: 15px;
}

.login-form .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.login-form input[type="text"], .login-form input[type="password"] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 0;
}

.login-form .btn {
    border-radius: 0;
}

.login-form .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.login-form p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.login-img3-body .login-form p, .login-img2-body .login-form p {
    color: #34aadc;
}

.login-form a {
    color: #b6b6b6;
}

    .login-form a:hover {
        color: #34aadc;
    }

.form .required {
    font-size: 16px;
    color: #ff2d55;
}

.login-wrap {
    padding: 20px;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .login-social-link a {
        color: #fff;
        padding: 15px 28px;
        border-radius: 4px;
    }

        .login-social-link a:hover {
            color: #fff;
        }

        .login-social-link a i {
            font-size: 20px;
            padding-right: 10px;
        }

        .login-social-link a.facebook {
            background: #5193ea;
            margin-right: 22px;
            box-shadow: 0 4px #2775e2;
            float: left;
        }

        .login-social-link a.twitter {
            background: #44ccfe;
            box-shadow: 0 4px #2bb4e8;
            float: left;
        }


/*#endregion */

.locations {
    display: none;
}

.years {
    display: none;
}

    .locations ul, .years ul {
        list-style-type: none;
    }

.selected {
    padding: 3px;
    background: #B0B6BE;
}

.treetable a {
    color: #333;
    padding: 0;
}

.content-type {
    position: relative;
    left: 0;
}

.modified-date {
    position: relative;
    left: 0;
}

.block-ui {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*#region BOOTSTRAP OVERRIDES */


.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background: #1975AD;
}

    .navbar-default .navbar-nav > li:hover {
        background: #a6dbed;
    }

    .navbar-default .navbar-nav li a {
        color: #fff;
    }

        .navbar-default .navbar-nav li a:hover {
            background: #a6dbed;
        }


label {
    font-weight: normal;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}


.alert {
    padding: 7px 7px;
}

input[type="file"] {
    padding: 0;
}

.well {
    box-shadow: none;
    border-radius: 0;
}

.btn {
    border-radius: 0;
}
/*#endregion */

/*#region jQuery Ui Overrides */

.ui-widget{
    font-size:15px;
    font-family:inherit;
    font-weight:300;
}

.ui-datepicker{
    width:auto;
}
/*#endregion */

/*#region VALIDATION SYLES */

.field-validation-error {
    color: red;
    font-size: 13px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    /*border: 1px solid red;*/
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-size: 13px;
}

.validation-summary-valid {
    display: none;
}



/*#endregion */
