﻿@import url(https://fonts.googleapis.com/css?family=Bitter);
@import url(https://fonts.googleapis.com/css?family=ABeeZee);
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500);
@import url('../fonts/foundation-icons/foundation-icons.css');


html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Hind","Segoe UI";
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: 'Hind';
}

a {
    color: #333;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #1E824C;
    }


/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-size: 13px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-size: 13px;
}

.validation-summary-valid {
    display: none;
}

header {
    height: 110px;
}

.top-header {
    background: #ccc;
    height: 25px;
}

.login-links {
    list-style-type: none;
    display: inline;
    z-index: 13;
}

    .login-links li {
        display: inline;
        float: right;
        z-index: 13;
        padding: 0 10px;
    }

        .login-links li a {
            font-size: 13px;
            color: #333;
        }

            .login-links li a:hover {
                color: #1E824C;
            }

.carousel {
    height: 500px;
}

.carousel-inner .item img {
    height: 500px;
    width: 100%;
}

.box {
    background-color: #eee;
    border: 1px solid #cdcdcd;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
    /*display: block;
    float: left;*/
    padding: 15px;
    position: relative;
}

.news-box {
    background-color: #FFFFFF;
    border: 1px solid #CDCFD0;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
    /*display: block;
    float: left;*/
    padding: 10px;
    position: relative;
    height: 250px;
    text-align: justify;
    font-size: 13.5px;
}

footer {
    background: #5cb85c;
    color: #333;
    padding: 15px 0 5px 0;
}

.copyright {
    background: #1E824C;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
}

.vision-wrapper {
}

.heading {
    color: darkgoldenrod;
}

.page-heading {
    background-color: #5cb85c;
    width: 100%;
    padding: 15px 0;
}

    .page-heading h2 {
        margin: 0;
        color: #fff;
    }

#map_canvas {
    height: 300px;
    width: 100%;
}

.donor-index {
    list-style-type: none;
}

    .donor-index li {
        padding: 0 7px;
        display: inline;
    }


.chosen-single {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.chosen-container-single .chosen-single {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

    .chosen-container-single .chosen-single div b {
        background: rgba(0, 0, 0, 0) url("../Plugins/choosen/chosen-sprite.png") no-repeat scroll 0 6px;
        display: block;
        height: 100%;
        width: 100%;
    }


.action-link {
    padding: 0 5px;
    font-size: 13.5px;
    color: ButtonShadow;
}

.local-login section {
    padding: 25px 0 65px 0;
}

#remove-image {
    position: relative;
    top: -30px;
    left: 359px;
    display: none;
}

.image-upload-container {
    display: none;
}

.temp li{
    display:inline;
    float:left;
    padding:5px 15px;
}

nav .dropdown-menu{
    font-size:15px;
}