﻿
/*---------------------------------------------------------- The base color for
this template is #5c87b2. If you'd like to use a different color start by replacing
all instances of #5c87b2 with your new color. ----------------------------------------------------------*/
html {
    font-size: 16px;
}

.breadcrumb {
    border-radius: 26px;
}

body {
    background-color: #d4dbe1 !important;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

.badge {
    background: #477dab;
}

a:link:not(.btn) {
    color: #034af3;
    text-decoration: underline;
}

a:visited:not(.btn) {
    color: #505abc;
}

a:hover:not(.btn) {
    color: #1d60ff;
    text-decoration: none;
}

a:active:not(.btn) {
    color: #12eb87;
}


legend {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section {
    display: block;
}
/* HEADINGS ----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.m-top-label {
    margin-top: 24px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-13 {
    margin-top: 13px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-bottom-13 {
    margin-bottom: 13px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}


.m-right-20 {
    margin-right: 20px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-3 {
    margin-right: 3px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-5 {
    margin-left: 5px;
}

.font-80 {
    font-size: 80%;
}

.font-60 {
    font-size: 60%;
}

.botao {
    width: 70px;
    padding: 3px 7px;
    color: white !important;
    background-color: #003d6a !important;
    border: 1px solid #87cefa;
    margin-top: 15px;
}

.btn-info {
    color: white !important;
    background-color: #003d6a !important;
}


/* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the page width. Or, you can
specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #ddd;
    }

#main {
    width: 100%;
    padding: 1px 6px 0px 195px;
    background: #fff;
    display: block;
    float: left;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
/*---------------------------TAB MENU----------------------------*/

ul#menu {
    margin: 0;
    float: right;
    margin-top: -28px;
    /*padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;*/
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            color: #034af3;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }


        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }
/* FORM LAYOUT ELEMENTS ----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

textarea {
    min-height: 75px;
}

input[type="text"] !.form-control, input[type="password"] !.form-control {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}
/* TABLE ----------------------------------------------------------*/
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }
/* MISC ----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    width: 70%;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
}

    #logindisplay a:link {
        color: black;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: black;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: black;
        text-decoration: none;
    }
/* Styles for validation helpers -----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* Styles for editor and display helpers ----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box.form-control {
    width: 100%;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}
/*--------------------------------------------->By Fabio Junio<----------------------------------------------------------*/
.fundo {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px #666;
}

.tables {
    width: 100%;
    color: #666;
}

    .tables tr th {
        border-bottom: 1px solid #87cefa;
        text-align: left;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .tables tr td {
        font-size: 12px;
        line-height: 1.5em;
    }

    .tables tbody tr:hover {
        background: #1f5c90;
        color: white;
    }

        .tables tbody tr:hover a {
            background: #1f5c90;
            color: #ffffff;
        }

.tables2 {
    width: 80%;
    color: #666;
}

    .tables2 tr th {
        border-bottom: 1px solid #87cefa;
        text-align: left;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .tables2 tr td {
        font-size: 12px;
        line-height: 1.5em;
    }

    .tables2 tr:hover {
        background: #87cefa;
    }

input.time {
    width: 100px;
}
/*---->Alertas<---- */

#alertdiv {
    position: absolute;
    padding: 17px;
    top: 80px;
    left: 30%;
    width: 30%;
    min-height: 70px;
    color: #666;
    z-index: 9999;
    margin: 0 auto;
    background-image: linear-gradient(bottom, rgb(255,255,255) 74%, rgb(135,208,250) 74%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(135,208,250) 74%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(135,208,250) 74%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(135,208,250) 74%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 74%, rgb(135,208,250) 74%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.74, rgb(255,255,255)),color-stop(0.74, rgb(5, 62, 110)));
    box-shadow: 0 0 10px #666;
}

    #alertdiv span {
        position: relative;
        top: -17px;
        color: #fff;
        font-size: 17px;
        margin: 0 40%;
    }

    #alertdiv a {
        width: 20px;
        margin-top: -16px;
        color: white;
    }

    #alertdiv p {
        font-size: 14px;
        padding: 5px 10px;
    }

.close {
    float: right;
    font-size: 30px;
    font-weight: normal;
    line-height: 20px;
    color: #b7b7b7;
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

.dropdown-table {
    background-color: #ffffff !important;
    color: black !important;
    text-decoration: none !important;
    border-color: #f9f9f9;
}

    .dropdown-table:hover {
        background-color: #003d6a !important;
        color: white !important;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#contentReport {
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
    margin-top: -10px;
}

.readonly {
    background: #E3E3D3;
}

.mt-10 {
    display: inline-block;
    margin-top: 10px;
}

.truncate-text {
    padding-right: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 62px;
}

.btn-m {
    min-width: 70px;
}

.btn-copy {
    padding: 0 3px;
    float: right;
    font-size: 12px;
}

.btn-outline.btn-primary {
    color: #337ab7;
    background-color: white;
    background-image: none;
    border-color: #337ab7;
}

.btn-outline.btn-success {
    color: #4cae4c;
    background-color: white;
    background-image: none;
    border-color: #4cae4c;
}

    .btn-outline.btn-success:hover, .btn-outline.btn-success:focus {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-outline.btn-danger {
    color: #d9534f;
    background-color: white;
    background-image: none;
    border-color: #d9534f;
}

.full-width {
    width: 100%;
}

.btn-info-real {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.center-head th {
    text-align: center;
}

.title-container {
    position: relative;
}

    .title-container .btn {
        position: absolute;
        right: 0px;
        top: 0px;
    }

legend {
    color: #696969;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.glyphicon.glyphicon-07 {
    font-size: 0.70em;
}

.glyphicon.glyphicon-09 {
    font-size: 0.9em;
}

.block-details label:after {
    content: ":";
}

.block-details label {
    display: block;
}

.block-details .form-control {
    margin-bottom: 20px;
}

.block-details .money:before {
    content: "R$ ";
}

.block-details .percent:after {
    content: " %";
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loading-text {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}

.spinner {
    border: 4px solid #b5b3b3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite, pulse 2s ease-in-out infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
    }
}

@keyframes border {
    0% {
        border-color: black;
    }

    50% {
        border-color: blue;
    }

    100% {
        border-color: black;
    }
}