﻿


/*#region Paineis*/
/* Nuno Mendes - Paineis */
.panels .panel-heading {
    min-height: 101px;
}

.panels .panel-headingOficina {
    min-height: 80px;
}



.huge {
    font-size: 26px;
    min-height: 35px;
}


/*#region Painel Verde*/
.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading,
    .panel-green .panel-headingOficina {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }
/*#endregion Painel Verde*/


/*#region Painel Laranja*/
.panel-orange {
    border-color: #f0ad4e;
}

    .panel-orange .panel-heading,
    .panel-orange .panel-headingOficina {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-orange a {
        color: #f0ad4e;
    }

        .panel-orange a:hover {
            color: #df8a13;
        }
/*#endregion Painel Laranja*/


/*#region Painel Vermelho*/
.panel-red {
    border-color: #004b6c;
}

    .panel-red .panel-heading,
    .panel-red .panel-headingOficina {
        border-color: #004b6c;
        color: white;
        background-color: #004b6c;
    }

    .panel-red a:hover {
        color: #b52b27;
    }
/*#endregion Painel Vermelho*/


/*#region Painel Vermelho*/
.panel-porEntregar {
    border-color: #FF8000;
}

    .panel-porEntregar .panel-heading,
    .panel-porEntregar .panel-headingOficina {
        border-color: #FF8000;
        color: white;
        background-color: #FF8000;
        min-height: 50px;
    }

    .panel-porEntregar a {
        color: #F27A0D;
    }

        .panel-porEntregar a:hover {
            color: #FF8000;
        }
/*#endregion Painel Vermelho*/


/*#region Painel Vermelho*/
.panel-entregues {
    border-color: #5cb85c;
}

    .panel-entregues .panel-heading,
    .panel-entregues .panel-headingOficina {
        border-color: #5cb85c;
        color: black;
        background-color: #00FF80;
        min-height: 50px;
    }

    .panel-entregues a {
        color: #5cb85c;
    }

        .panel-entregues a:hover {
            color: #3d8b3d;
        }
/*#endregion Painel Vermelho*/


/*#region Painel Vermelho*/
.panel-documentoPorEntregar {
    border-color: #FF8000;
}

    .panel-documentoPorEntregar .panel-heading,
    .panel-documentoPorEntregar .panel-headingOficina {
        border-color: #FF8000;
        color: white;
        background-color: #FF8000;
    }

    .panel-documentoPorEntregar a {
        color: #F27A0D;
    }

        .panel-documentoPorEntregar a:hover {
            color: #FF8000;
        }
/*#endregion Painel Vermelho*/


/*#region Painel Vermelho*/
.panel-documentoentregue {
    border-color: #5cb85c;
}

    .panel-documentoentregue .panel-heading,
    .panel-documentoentregue .panel-headingOficina {
        border-color: #5cb85c;
        color: black;
        background-color: #00FF80;
        min-height: 50px;
    }

    .panel-documentoentregue a {
        color: #5cb85c;
    }

        .panel-documentoentregue a:hover {
            color: #3d8b3d;
        }
/*#endregion Painel Vermelho*/


/*#region Painel Azul*/
.panel-blue {
    border-color: #2a6496;
}

    .panel-blue .panel-heading,
    .panel-blue .panel-headingOficina {
        border-color: #2a6496;
        color: white;
        background-color: #2a6496;
    }

    .panel-blue a {
        color: #2a6496;
    }

        .panel-blue a:hover {
            color: #2a6496;
        }

/*#endregion Painel Azul*/


/*#region Painel Standard*/
.panel-white {
    border-color: #004b6c;
}

    .panel-white .panel-heading,
    .panel-white .panel-headingOficina {
        color: black;
        background-color: white;
    }

        .panel-white .panel-headingOficina:hover {
            border-color: white;
            color: black;
            background-color: lightgray;
        }

    .panel-white a {
        color: white;
    }

        .panel-white a:hover {
            color: white;
        }
/*#endregion Painel Standard*/


/*#region Painel Cinza*/
.panel-gray {
    border-color: #bababa;
}

    .panel-gray .panel-heading,
    .panel-gray .panel-headingOficina {
        border-color: #bababa;
        color: white;
        background-color: #bababa;
    }

    .panel-gray a {
        color: #bababa;
    }

        .panel-gray a:hover {
            color: #bababa;
        }
/*#endregion Painel Cinza*/


/*#region Painel Empresa*/
.panel-empresa {
    border-color: #bb000b;
}

    .panel-empresa .panel-heading {
        border-color: #bb000b;
        color: black;
        background-color: #ffffff;
    }

    .panel-empresa a {
        color: #bb000b;
    }

        .panel-empresa a:hover {
            color: #2a6496;
        }
/*#endregion Painel Empresa*/



/*#region Painel Estado1 Mensagem*/
.panel-MensagemEstado1 {
    border-color: #5cb85c;
}

    .panel-MensagemEstado1 .panel-heading,
    .panel-MensagemEstado1 .panel-headingOficina {
        border-color: #5cb85c;
        color: black;
        background-color: #00FF80;
    }

    .panel-MensagemEstado1 a {
        color: #5cb85c;
    }

        .panel-MensagemEstado1 a:hover {
            color: #3d8b3d;
        }
/*#endregion Painel Estado1 Mensagem*/



/*#region Painel Estado2 Mensagem*/
.panel-MensagemEstado2 {
    border-color: #FF8000;
}

    .panel-MensagemEstado2 .panel-heading,
    .panel-MensagemEstado2 .panel-headingOficina {
        border-color: #FF8000;
        color: white;
        background-color: #FF8000;
    }

    .panel-MensagemEstado2 a {
        color: #F27A0D;
    }

        .panel-MensagemEstado2 a:hover {
            color: #FF8000;
        }
/*#endregion Painel Estado2 Mensagem*/



/*#region Painel Estado3 Mensagem*/

.panel-MensagemEstado3 {
    border-color: #d9534f;
}

    .panel-MensagemEstado3 .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-MensagemEstado3 a {
        color: #d9534f;
    }

        .panel-MensagemEstado3 a:hover {
            color: #b52b27;
        }
/*#endregion Painel Estado2 Mensagem*/


/*#endregion Paineis*/


/*Css Nuno Mendes Pagina Oficina*/


.panel-headingOficina {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.oficinaNomeTecnico {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.oficinaHorario {
    font-size: 12px;
}

.periodoDia {
    font-weight: bold;
    text-align: right;
}

.horarioDia {
    text-align: left;
}

.matriculaViatura {
    color: black;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    padding-top: 5px
}

.modeloViatura {
    color: black;
    font-size: 10px;
    text-align: left;
    height: 30px;
    padding-left: 22px;
}

.detalheOrOficina {
    margin-top: 5px;
    height: 30px;
}

.documentoOrOficina {
    color: black;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.estadoOficina {
    font-size: 9px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.tempoDecorido {
    color: black;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    padding-left: 20px;
}

.estadoParado {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    padding-top: 5px
}


.panel-footerOficina {
    padding: 3px 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}



/* Usados nas opções auto*/


.orTarefas {
    font-size: 13px;
}

.orModeloAuto {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 45px;
    vertical-align: middle;
}

.categoriaAuto {
    font-weight: bold;
    text-align: center;
}

























th#ReferenciaTabela {
    max-width: 50px;
    text-align: center;
}

th#DesignacaoTabela {
    text-align: center;
}

th#QuantidadeTabela {
    width: 100px;
    text-align: center
}

td#QuantidadeTabela {
    text-align: right;
}

th#UnidadeTabela {
    width: 20px;
    text-align: center;
}

td#UnidadeTabela {
    text-align: center;
}


.form-direita {
    float: right;
    margin-top: 15px;
    margin-right: 50px;
}



.formulario {
    border: solid 1px black;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    padding-top: 15px;
    font-size: 13px;
    padding-bottom: 20px;
}

    .formulario .orcamento {
        background-color: #004b6c;
        height: 50px;
        padding: 0px;
        padding-left: 0px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        padding-top: 15px;
        padding-left: 15px;
        color: white;
    }

    .formulario .orcamentoLinhas {
        background-color: #ededed;
        padding: 0px;
        padding-left: 0px;
        vertical-align: middle;
        padding-top: 15px;
        padding-left: 15px;
        color: black;
        padding-bottom: 20px;
    }





.textoBold {
    font-weight: bold;
    margin-right: 10px;
}























/* LOADING 5* ... */
.backgroundLoading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.2);
    z-index: 4000;
}

.msgLoading {
    padding-top: 50px;
    font-family: 'PT Sans';
    font-size: 16px;
    display: block;
    text-align: center;
}

.msgLoading1 {
    padding-top: 50px;
    font-family: 'PT Sans';
    font-size: 16px;
    display: block;
    color: forestgreen;
    display: none;
    text-align: center;
}

.centered1 {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rectangleLoading {
    padding: 60px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
}

.circleLoading {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

    .circleLoading .wBall {
        position: absolute;
        width: 57px;
        height: 57px;
        opacity: 0;
        -moz-transform: rotate(225deg);
        -moz-animation: orbit 3.3s infinite;
        -webkit-transform: rotate(225deg);
        -webkit-animation: orbit 3.3s infinite;
        -ms-transform: rotate(225deg);
        -ms-animation: orbit 3.3s infinite;
        -o-transform: rotate(225deg);
        -o-animation: orbit 3.3s infinite;
        transform: rotate(225deg);
        animation: orbit 3.3s infinite;
    }

        .circleLoading .wBall .wInnerBall {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #f36523;
            left: 0;
            top: 0;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
        }

    .circleLoading #wBall_1 {
        -moz-animation-delay: 0.72s;
        -webkit-animation-delay: 0.72s;
        -ms-animation-delay: 0.72s;
        -o-animation-delay: 0.72s;
        animation-delay: 0.72s;
    }

    .circleLoading #wBall_2 {
        -moz-animation-delay: 0.14s;
        -webkit-animation-delay: 0.14s;
        -ms-animation-delay: 0.14s;
        -o-animation-delay: 0.14s;
        animation-delay: 0.14s;
    }

    .circleLoading #wBall_3 {
        -moz-animation-delay: 0.29s;
        -webkit-animation-delay: 0.29s;
        -ms-animation-delay: 0.29s;
        -o-animation-delay: 0.29s;
        animation-delay: 0.29s;
    }

    .circleLoading #wBall_4 {
        -moz-animation-delay: 0.43s;
        -webkit-animation-delay: 0.43s;
        -ms-animation-delay: 0.43s;
        -o-animation-delay: 0.43s;
        animation-delay: 0.43s;
    }

    .circleLoading #wBall_5 {
        -moz-animation-delay: 0.58s;
        -webkit-animation-delay: 0.58s;
        -ms-animation-delay: 0.58s;
        -o-animation-delay: 0.58s;
        animation-delay: 0.58s;
    }

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}


.sucessDiv {
    margin-top: 30px;
    display: none;
}

.dangerDiv {
    margin-top: 30px;
    display: none;
}

/* Classes usadas nos span*/
.spanCodigoAt {
    font-size: 14px;
    display: block;
}
dt {
    width: 250px !important;
    padding-right: 20px;
}
