/*
This file contains CSS to overwrite the baseline Bootstrap CSS
*/
/* 
    Created on : Oct 14, 2016, 5:09:52 PM
    Author     : tbizzigo
*/

body {
    height: 100%;
    font-size: 16px;
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

a {
    color: #485ebf;
    text-decoration: none;
    line-height: inherit;
    font-weight: 400;
}

a:focus, a:hover {
    text-decoration: none;
}

h1,h4 { 
    color: #513C36;
}

h2,h5 {
    color: #75564E;
}

h3,h6 {
    color: #917053;
}

h3 {
    /*border-bottom: 1px solid #007AC3;*/
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.page-header {
    height: 50px;
    line-height: 2.778rem;
    border-bottom: 3px solid #007AC3;
    background-color: #1E2A5B;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.page-footer {
    height: 50px;
    line-height: 2.778rem;
    border-top: 3px solid #007AC3;
    background-color: #1E2A5B;
    color: #FFFFFF;
    padding: 0px;
    margin: 50px 0px 0px 0px;
}

.header-logo img {
    width: 134px;
    height: 30px;
    margin: 10px 0;
}

.header-logo-after, .page-header .application {
    visibility: hidden;
}

/* small device style overrides */
@media (min-width: 768px) {
    .header-logo-after {
        visibility: visible;
        color: #B2B5B6;
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        position: relative;
        margin: 25px;
    }
    
    .login-area {
        background: none repeat scroll 0 0 #E5E2DA;
        border-radius: 4px;
        padding: 25px;
    }

    .page-header .application {
        visibility: visible;
        color: #fff;
        font-weight: 300;
    }
}





/* overwrite bootstrap styles */
.alert-danger {
    color: #DC143C;
    background-color: #FFFFFF;
    border-color: #DC143C;
    font-weight: bold;
}

.alert-info {
    color: #00529b;
    background-color: #FFFFFF;
    border-color: #00529b;
    font-weight: bold;
}

.alert-success {
    color: #006400;
    background-color: #FFFFFF;
    border-color: #006400;
    font-weight: bold;
}

.alert-warning {
    color: #9f6000;
    background-color: #FFFFFF;
    border-color: #9f6000;
    font-weight: bold;
}

.bs-callout {
    padding: 15px 15px 5px 15px;
    margin: 20px 0;
    border: 1px solid #00529b;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-color: #00529b;
}

.bs-callout-danger {
    border-color: #DC143C;
}

.bs-callout-warning {
    border-color: #9f6000;
}

.btn {
    font-family: "Source Sans Pro", Helvetica,​ Arial,​ sans-serif;
    border-width: 0;
    border-radius: 0px;
    transition: background-color 300ms ease-out;
    padding: 16px 32px 17px 32px;
}

.btn-primary {
    color: #fff;
    background-color: #2F3F86;
    border-color: #435ed5;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #435ed5;
}

.btn-success {
    color: #fff;
    background-color: #1e511e;
    border-color: #1e511e;
}

.btn-success:hover, .btn-success:focus {
    background-color: #328216;
}

.navbar {
    min-height: 40px;
    border: 0px solid transparent;
}

.navbar-brand {
    display: inline;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
    
    .navbar-brand {
        display: none;
    }
    
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navbar-default {
    background-color: #E8DFCB;
    border-color: #E8DFCB;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #AF9075;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #AF9075;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #AF9075;
    background-color: #AF9075;
}

.navbar-toggle {
    background-color: #E8DFCB;
    border: 0px;
}

.navbar-form {
    margin-top: 3px;
    margin-bottom: 3px;
}
