﻿
div.navbar {
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.05);
    box-shadow: 5px 5px 5px rgba(0,0,0,.05);
    z-index: 999;
}

.body-content {
    margin-top: 65px; /* se a navbar estiver fixed */
    /*background-image: url(/imgs/LTejo_back.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;*/
}

 

/* Styles for validation helpers
-----------------------------------------------------------*/

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    /*border: 2px dashed #fbc2c4;*/
    padding: 10px;
    background-color: #fbe3e4;
}

    .validation-summary-errors li {
        list-style-type: square;
    }

/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label {
    border-bottom: 3px solid #e9e9e9;
}

    .display-label label {
        min-height: 14px;
    }

.display-label, .editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.display-info, .editor-info {
    min-height: 14px;
    margin: 0.5em 0 0 0;
    font-size: small;
    color: #a9a9a9;
    text-wrap: normal;
}

.display-textarea {
    width: 445px;
    height: 100px;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* File Upload
-----------------------------------------------------------*/

.fileupload-width-460 input {
    width: 460px;
}

.fileupload-width-560 input {
    width: 560px;
}

input[type=file] {
    padding: 5px;
    border: 1px solid #c9c9c9;
}

.file-upload-new {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
}

/* Tables
-----------------------------------------------------------*/

/*.table-wrapper {
    min-height: 300px;
}

.table-wrapper-small {
    min-height: 150px;
}*/

.link-no-decoration {
    text-decoration: none !important;
}


.painel {
    color: black;
    font-family: Calibri;
    border-radius: 2px;
    padding: 2px 8px;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.viagem {
    color: black;
    font-family: Calibri;
    border-radius: 2px;
    padding: 2px 8px;
    display: inline-block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    width: 100%;
    border-radius: 15px;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    display:none;
    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);
    }
}


