﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f5f5f5 !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Absolute Center Spinner */

.clear {
    clear: both;
}

.vermelho {
    color: #7F3F98;
}

.verde {
    color: #4cae4c;
}

.cinza {
    color: #666 !important;
}

.roxo {
    color: #7F3F98 !important;
}

.navbar-brand {
    padding: 15px 15px 15px 0 !important;
}

.navbar-inverse {
    background-color: #7F3F98 !important;
    border: none !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background: #d43f3a;
        }

.navbar-brand img {
    height: 25px;
}

.navbar-text {
    color: #fff !important;
}

.navbar-right a {
    color: #fff;
}

    .navbar-right a:hover {
        color: #fff;
        background: #d43f3a;
    }

.navbar-default > .nav > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .navbar-default > .nav > li:last-child {
        border-bottom: none;
    }

    .navbar-default > .nav > li > a > i {
        float: right;
        margin-top: 3px;
    }

.linkMenu {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.marginLink {
    margin: 0 0 0 20px;
}

    .marginLink i {
        font-size: 22px;
    }

.font22 {
    font-size: 22px;
}

.topoAgencia {
    background: #fdfdfd;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 20px;
}

    .topoAgencia .navbar-nav > li > a:hover,
    .topoAgencia .navbar-nav > li > a:focus {
        color: #d43f3a;
        background: transparent;
    }

.nav-tabs {
    border-bottom: 1px solid #b32621;
}

    .nav-tabs > li > a {
        color: #d43f3a;
    }

        .nav-tabs > li > a:hover {
            border-color: #d43f3a #d43f3a #b32621;
            color: #fff;
        }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #d43f3a;
    color: #fff;
}

.marginTop {
    margin-top: 15px;
}

.marginLeft {
    margin-left: 15px;
}

.noMarginLeft{
    margin-left:0 !important;
}

.marginRight {
    margin-right: 15px;
}

.maBo{
    margin-bottom:10px !important;
}

.noMaBottom{
    margin-bottom: 0 !important;
}

.hrDetalhes {
    margin: -5px 15px 15px 15px;    
}

.inline {
    display: inline;
}

.noPadding{
    padding:0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.noPaddingRight {
    padding-right: 0 !important;
}