﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* 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;
}

.card-title {
    color: #f2aa1a !important;
}

.card {
    border: 0 !important;
}

.backg {
    position: fixed;
    top: inherit;
    left: 250px;
    width: 80%;
    height: 80%;
    background: url(../Images/LogoEvangel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.fixhs {
    margin: 0;
}

h2 {
    font-size: 20px;
    /*color: #337ab7;*/
    color: #f2aa1a;
    /*font-weight: bold;*/
}

h3 {
    /*color: #337ab7;*/
    color: #33679a;
    font-size: 18px;
}

h4 {
    color: #ff0000;
    padding-left: 20px;
    font-weight: bold;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

section {
    margin-bottom: 30px;
}

#showNav {
    height: 30px !important;
}

.temp {
    height: 30px;
    background-color: silver;
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
    vertical-align: middle;
}

/*Custom*/
.main-color-bg {
    background-color: #33679a !important;
    border-color: #33679a !important;
    color: #ffffff !important;
}


/*Header*/
#header {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.headerimg_wrap {
    float: left;
    height: auto;
    width: auto;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

.headertext_wrap {
    float: left;
    padding-top: 25px;
}

.headertext_wrap2 {
    float: left;
    padding-top: 5px;
}

.banner_wrap {
    /*color: #6077e0;*/
    color: #33679a;
    font-size: 13px;
    padding: 0 0 2px !important;
    margin: 0 !important;
}

.side_header_side {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
}

    .side_header_side > li {
        /*display: inline;*/
        float: left;
        border-left: 1px solid #bbb;
    }

        .side_header_side > li > a {
            display: block;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

.global-icon {
    text-decoration: none;
    font: 600 14px/1 'Source Sans Pro', sans-serif;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 17px;
    position: relative;
}

    .global-icon:hover .icon {
        /*color: rgba(229, 187, 71, .5);*/
        color: lightgray;
    }

    .global-icon .icon {
        font-size: 37px;
        color: #f2aa1a;
        display: inline-block;
        padding: 5px 0px 8px 0px;
        -webkit-transition: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }

    .global-icon .text {
        display: block;
        padding: 0px;
    }

    .global-icon:hover .text {
        color: lightgrey;
    }

a {
    cursor: pointer;
}

/*Scroll-Fix Menu*/
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }

/*Footer*/
footer {
    background: #333333 !important;
    color: #ffffff !important;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
}

/*Buttons Designs*/
.btn.outline {
    background: none;
    padding: 12px 22px;
}

.btn-default.outline {
    /*border: 2px solid #0099cc;*/
    border: 2px solid #f2aa1a;
    /*color: #0099cc;*/
    color: #33679a;
}

    .btn-default.outline:hover, .btn-default.outline:focus, .btn-default.outline:active, .btn-default.outline.active, .open > .dropdown-toggle.btn-default {
        color: #33a6cc;
        border-color: #33a6cc;
    }

    .btn-default.outline:active, .btn-default.outline.active {
        border-color: #007299;
        color: #007299;
        box-shadow: none;
    }

.adjustpic {
    top: 100px !important;
}

/*Breadcrumb*/
.breadcrumb {
    background: #cccccc;
    color: #333333;
}

    .breadcrumb a {
        color: #333333;
    }