@charset "UTF-8";
/*
This document is used to add elements, functionalities or fixes to a project that will not be merged to the main branch of the framework.
This document is per project only.

Este documento é usado para adicionar elementos, funcionalidades ou consertos que não serão incorporados à instalação padrão do framework.
Este documento funciona isoladamente projeto a projeto.
*/
.logo-cliente {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eeeeee;
    width: 220px;
    height: 220px;
    margin: 0 auto 2em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.logo-cliente h1 {
    text-indent: -9999em;
    border: none;
}

.logo-cliente.hor {
    height: 150px;
}

#avisosFixed {
    width: 450px !important;
    min-width: 150px !important;
    text-align: center;
    left: 50%;
    margin-left: -225px;
}

#avisosFixed2 {
    width: 450px !important;
    min-width: 150px !important;
    text-align: center;
    left: 50%;
    margin-left: -225px;
}

/*Area de avisos fixos*/
#avisosFixed2 {
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 0;
    width: 60%;
    min-width: 600px;
    text-align: left;
}
#avisosFixed2 .aviso, #avisosFixed2 .erro, #avisosFixed2 .acerto {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

select {
    height: 30px !important;
}

/** Grid **/
/*.grid {
    table-layout: fixed;
}*/

.grid .campo {
    margin: 0;
}

.grid td, .grid {
    border-color: #cccccc;
    border-style: solid;
}

.grid td {
    vertical-align: middle;
    border-bottom-width: 0.5px;
    border-right-width: 0.5px;
}

.grid {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.comCursor {
	cursor: pointer;
}

/** Data **/
.ui-datepicker-trigger {
    position: absolute;
    right: 7px;
    top: 25px;
    cursor: pointer;
}
.grid .ui-datepicker-trigger {
    top: 8px;
}
input[alt=data].comDataExtenso {
    padding-left: 40px;
}
.dataExtenso {
    width: auto;
    position: absolute;
    left: 9px;
    top: 25px;
}

.grid .dataExtenso {
    top: 7px;
}

/*Quatro inputs, lado a lado*/
.form14 {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  clear: none; }
  .form14 + .form14 + .form14 + .form14{
    float: right;
    margin-right: 0; }
  .form14 .text {
    width: 100%; }
  .form14 button {
    margin-top: 1.1em; }

/* Cinco inputs, lado a lado*/
.form15 {
    width: 18.95%;
    float: left;
    margin-right: 1.3%;
    clear: none; }
.form15 + .form15 + .form15 + .form15 + .form15{
    float: right;
    margin-right: 0; }
.form15 .text {
    width: 100%; }
.form15 button {
    margin-top: 1.1em; }

/* Seis inputs, lado a lado*/
.form16 {
    width: 15.5%;
    float: left;
    margin-right: 1.3%;
    clear: none; }
.form16 + .form16 + .form16 + .form16 + .form16 + .form16{
    float: right;
    margin-right: 0; }
.form16 .text {
    width: 100%; }
.form16 button {
    margin-top: 1.1em; }

.formClear {
  clear: both; }

 .inline {
 	margin-right: 0.9%
 }
 
input[type=checkbox] {
	margin-right: 2px;
}

#localIdiomaBarra {
    position: fixed;
    bottom: 15px;
    left: 0;
    background: white;
    padding: 10px;
    z-index: 1000;
    border: 1px solid #cecece;
    text-align: center;
}

.gridConteudo .ferramentas {
    padding-bottom: 0;
}
@media screen and (max-width: 700px) {
    .gridConteudo .ferramentas {
        text-align: center;
    }
}

.gridConteudo .paginacao {
    margin-top: 5px;
}

.pag a, .pag a:visited, .pag span {
  min-width: 4ex;
  width: auto;
}
.ferramentas .paginacao .pag a, .ferramentas .paginacao .pag span {
  min-width: 2.5ex;
  width: auto;
}
@media screen and (max-width: 600px), screen and (orientation: portrait) {
    .ferramentas .paginacao .pag a, .ferramentas .paginacao .pag span {
        min-width: 2.5ex;
        width: auto;
    }
}

.gridConteudo .acoes {
    margin-top: -3px;
}
@media screen and (max-width: 700px) {
    .gridConteudo .acoes {
        margin-bottom: 10px;
        float: none;
    }
}

.ui-datepicker-week-end a {
    background-color: #005a9b !important;
    color: white;
}

.form12 {
    width: 49%;
}
@media screen and (max-width: 700px) {
    .form12 {
        width: 100%;
    }
}

.progresso .leito {
    position: relative;
}

.progresso .leito .valor {
    color: #666666;
    font-weight: bold;
    right: 5px;
}

.listaImagem {
    margin-top: 1.5em;
}

.listaImagem a {
    padding: 15px;
    padding-bottom: 5px;
    width: auto;
    height: auto;
}

.listaImagem a img {
    width: auto;
    height: auto;
}

.log p {
    margin: 0;
}

#logo {
    width: 218px;
    text-align: center;
}
#nav {
    padding-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.alertify-log-error:before
{
    content: normal;
}

.alertify-log-error
{
    background: #ee0101 !important;
    color: white !important;
    border: 0 !important;
}

.alertify
{
    border: 10px solid #333 !important; /* browsers that don't support rgba */
    border: 10px solid rgba(0, 0, 0, .7) !important;;
    border-radius: 8px !important;;
    border-color: white !important;
}

.alertify-cover {
    opacity: 0.7 !important;
}

ul.abas li
{
    position: relative;
}

ul.abas li .notificacao
{
    right: 5px;
    bottom: -20px;
    position: absolute;
    z-index: 2;
}

.bt
{
    height: auto !important;
}

.btPainel
{
    height: auto !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
}

.campo .acoes
{
    display: block !important;
}

.vermelho, .vermelho .text
{
    color: red;
    font-weight: bold;
}

span.ajuda
{
    float: right;
    cursor: pointer;
}

#modal #topo, #modal #nav, #modal #rodape, #modal #localIdiomaBarra
{
    display: none;
}

#modal #principal
{
    padding: 10px;
}

#modal, #modal #corpo
{
    padding: 0;
}

.bt-width
{
    width: 100%;
}

.lista-doc a, .lista-doc a:visited {
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
    color: #666666;
    text-decoration: none;
    min-width: 100px;
    width: 10%;
    min-height: 100px;
    margin: 0 5px 5px 0;
    vertical-align: top;
    position: relative;
}
.lista-doc a img, .lista-doc a:visited img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 0.5em;
    position: relative;
    top: 0;
}
.lista-doc a .ico, .lista-doc a:visited .ico {
    font-size: 5em;
    display: block;
    text-align: center;
    line-height: 1em;
    width: 1em;
    margin: 0 auto;
    position: relative;
}
.lista-doc a .ico:before, .lista-doc a:visited .ico:before {
    text-align: center;
}

@media screen and (max-width: 700px) {
    .lista-doc a {
        width: 30%;
        margin: 0 0.5% 10px;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }
}

.aba .check {
    display: block;
    position: absolute;
    right: -3px;
    bottom: 2px;
    text-align: center;
    background: url(../imagens/check.png) no-repeat top left;
    color: white;
    padding: 5px 0 0 0;
    line-height: 20px;
    overflow: hidden;
    min-height: 28px;
    width: 22px;
}
.aba .check span {
    display: block;
    position: absolute;
    bottom: -3em;
}



.campo .valor
{
    border-bottom: 0;
}

.btn-mini
{
    padding: 0 3px !important;
    font-size:1.3em !important;
    text-decoration: none;
    color: #666666;
}

.btn-mini span, .btn-mini span:before
{
    margin: 0 !important;
}

/* Correções do sistema de grids */
@media screen and (max-width: 700px) {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 98%;
  }
}

/* Tela de login */
@media screen and (max-width: 700px) {
    #login #principal {
        margin-top: 0;
    }

    #login #corpo {
        padding: 15px 20px;
    }
}

/* Link para módulos */
#nav ul li.link-modulos {
    display: none;
}

@media screen and (max-width: 600px), screen and (orientation: portrait) {
    #nav ul li.link-modulos {
        display: block;
    }
}

.icon-image:before {
    content: "\e00d"
}

.fa {
    font-size: 1.2rem !important;
}

.cursor-pointer
{

    cursor: pointer;

}

.upper input {
    text-transform: uppercase
}

.menu_usuario {
}
.menu_usuario .avatar_usuario {
    border-radius: 100%;
}

.menu_usuario:hover .nome_usuario {
    background-color: transparent;
}

.menu_usuario .nome_usuario {
    margin-top: 7px;
    border-left: 0;
    background-color: transparent;
    font-weight: normal;
}
.menu_usuario strong {
     display: initial !important;
}

.ehOuro  {
    background-image: url(../imagens/ico_star.png) !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: 8px 8px !important;

}

.body_sem_margin #corpo
{
    padding-left : 0px
}

@media screen and (max-width: 1024px)
{
    .body_sem_margin #corpo
    {
        padding : 0px;
    }

    .body_sem_margin #principal
    {
        padding : 0px 10px;
    }
}

.motorista p
{
    margin-bottom: 1rem;
}

body.motorista *
{
    font-size: 15px;
}

body.motorista h1
{
    font-size: 1.5rem;
}

[type="text"][disabled="disabled"], [type="password"][disabled="disabled"], [type="date"][disabled="disabled"], [type="search"][disabled="disabled"], [type="email"][disabled="disabled"], textarea[disabled="disabled"], select[disabled="disabled"], .text[disabled="disabled"]
{
    color: #666666;
}

/** Gambiarra para colocar a barra de rolagem pra cima */
.table-wrapper, .table-wrapper table{
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); /* IE 9 */
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}

.listaSetor {
    display: block;
    border-bottom: 1px solid #666666;
    padding: 1em 0em;
    margin-bottom: unset !important;
}

.vermelho-backgroud {
    background-color: rgba(238, 1, 1, 0.46);
}

.note-editor .note-editing-area p {
    margin: 0px 0px 0px !important;
}

textarea.textarea_pequeno {
    height: 60px;
}
