﻿h1, h2, h3, h4, h5, h6
{
    font-family: helvetica, "Trebuchet MS" ,Arial;
    color: #134985;
    font-weight: lighter;
    text-transform: uppercase;
}
h1
{
    font-size: 25px;
}
h2
{
    font-size: 21px;
}
h3
{
    font-size: 18px;
}
h4
{
    font-size: 15px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 9px;
}

body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    color: #828384;
}

body
{
    background-color: #e8e8e8;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#logindisplay
{
    color: #828384;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    float: right;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

#topo-risca
{
    background-color: #828384;
    width: 100%;
    padding-top: 0px;
    height: 5px;
}

.bindDescricao {
    max-height: 72px;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    cursor: pointer;
    width: 188px;
}

    .bindDescricao.expandida {
        max-height: none !important;
        overflow: visible;
        overflow-wrap: anywhere;
    }

.btnExpandirDesc, .btnEncolherDesc {
    margin-top: 4px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #0c5bd2 !important;
}

.btnExpandirDesc {
    float: right;
}

    .btnExpandirDesc:hover {
        opacity: 0.5 !important;
        color: #FFF;
    }

.btnEncolherDesc {
    display: none;
    float: left;
}

    .btnEncolherDesc:hover {
        opacity: 0.5 !important;
    }

.webgrid tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

.webgrid tbody tr:nth-child(odd) {
    background-color: #ffffff;
}


a:link {
    color: #0c5bd2 !important;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #0c5bd2 !important;
}

a:hover
{
    text-decoration: underline;
    color: #e68421;
}

a:active
{
    text-decoration: none;
    color: #e68421;
}

#button-out
{
    width: 44px;
    background: #9aa4ac;
    color: #FFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

    #button-out:hover {
        background: #0c5bd2 !important;
        color: #FFF;
    }

#button-help {
    width: 44px;
    background: #0c5bd2 !important;
    color: #FFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

#button-help:hover
{
    background: #9aa4ac;
    color: #FFF;   
}

#titulo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2a558c;
    margin-bottom: 22px;
    padding-left: 5px;
}

#titulo img
{
    margin-right: 7px;
    vertical-align: 3px;
}

#breadcrumbs
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #828384;
    margin-bottom: 22px;
    padding-left: 6px;
}

/* --TELA HOME: BLOCO DIREITO-- */

#bloco-direito
{
    width: 298px;
    float: left;
    padding-left: 40px;
    border-left-color: #b4c0cb;
    border-left-width: thin;
    border-left-style: solid;
}

#bloco-esquerdo
{
    padding-right: 5px;
    width: 298px;
    float: right;
    position: relative;
}

#welcome
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #8b959e;
}

#icone-cinza {
    width: 96px;
    height: 96px;
    background-color: #0c5bd2 !important;
    float: inherit;
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: Alpha(Opacity=100);
}

#icone-cinza:hover
{
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: Alpha(Opacity=80);
}

#icone-laranja {
    width: 96px;
    height: 96px;
    background-color: #0c5bd2 !important;
    float: inherit;
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: Alpha(Opacity=100);
}

#icone-laranja:hover
{
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: Alpha(Opacity=80);
}

.web-Grid {
    padding-left: 0% !important;
    padding-top: 0% !important;
    padding-right: 1%;
    padding-bottom: 2%;
    display: inline;
    position: relative;
    float: left;
    width: 100% !important;
    margin-top: 20px !important;
}
/* --FOOTER-- */

.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #c1c6ca;
    text-decoration: none;
    text-align: center;
    padding-bottom: 5px;
}

#footer-interna
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFF;
    padding-top: 30px;
}

#footer-risca
{
    background-color: #cfcfcf;
    width: 100%;
    height: 5px;
}

/* Estrutura Estatica */

.header_content
{
    width: 960px;
    margin: 0 auto;
    min-height: 100px;
}
.menu_content {
    width: 992px !important;
    min-height: 30px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    background: #0c5bd2;
}
.menu_content-tablet {
    width: 1104px;
    min-height: 30px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    background: #87929b;
}
.breadcrumb_content
{
    width: 960px;
    min-height: 30px;
    margin: 0 auto;
}
.main_content {
    width: 992px;
    margin: 0 auto;
    background-color: #FFF;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
}

.main_content_tablet {
    width: 1104px;
    margin: 0 auto;
    background-color: #FFF;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
}

.footer_content {
    width: 992px;
    margin: 0 auto;
}

.footer_content_tablet {
    width: 1104px;
    margin: 0 auto;
}

/* Menu */

.menu_content
{
}
.menunav li
{
    display: inline;
}
    .menunav li a {
        display: block;
        float: left;
        border: 1px solid;
        line-height: 30px;
        min-height: 30px;
        padding: 0px 5px 0px 5px;
        text-decoration: none;
        color: #fff !important;
        font: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        background-color: rgb(2 25 95);
    }

    .menunav li a:hover {
        background: #0c5bd2 !important;
        color: #fff;
    }

/* Estruturas Genericas */
.Lay_1_col_100_content 
{
    margin: 6px !important;
}

.Lay_2_col_25x75_content
{
}
.Lay_2_col_25x75_left_content
{
    padding: 10px;
}
.Lay_2_col_25x75_right_content
{
    padding: 10px;
}

.Lay_2_col_50x50_content
{
}
.Lay_2_col_50x50_left_content
{
    padding: 10px;
}
.Lay_2_col_50x50_right_content
{
    padding: 10px;
}

.Lay_2_col_75x25_content
{
}
.Lay_2_col_75x25_left_content
{
    padding: 10px;
}
.Lay_2_col_75x25_right_content
{
    padding: 10px;
}

.Lay_3_col_33x33x33_content
{
}
.Lay_3_col_33x33x33_left_content
{
    padding: 10px;
}
.Lay_3_col_33x33x33_middle_content
{
    padding: 10px;
}
.Lay_3_col_33x33x33_right_content
{
    padding: 10px;
}

.Lay_2_col_20x80_content
{
}
.Lay_2_col_20x80_left_content
{
    padding: 10px;
}
.Lay_2_col_20x80_right_content
{
    padding: 10px;
}

/* Configuração Menu Horizontal */

.sub_menu_h
{
    clear: both;
    min-height: 50px;
}
.sub_menu_h a
{
    float: left;
    display: block;
    padding: 5px;
    border-right: 1px solid;
}
.sub_menu_h a:hover
{
    background: #999;
    color: #fff;
}

/* Configuração Menu Vertical */

.sub_menu_v
{
}
.sub_menu_v a:hover
{
    text-decoration: underline;
}

/* Elementos de formulário */

input.button {
    background: #0c5bd2 !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    text-decoration: none;
    margin-bottom: 10px;
}

button.button {
    background: #0c5bd2;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 13px;
    height: 36px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
input.button:hover {
    opacity: 0.5 !important;
    color: #FFF;
}
button.button:hover {
    opacity: 0.5 !important;
    color: #FFF;
}
label {
    display: inline;
    padding-top: 5px;
    font-size: 15px;
}
legend
{
    padding: 2px 5px;
    border: 0px;
}

form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
}

input[type="text"]
{
    width: 200px;
    display: flex !important;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
    border-radius: 5px;
    padding: 4px;
}

input[type="number"] {
    width: 200px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
}

input[type="datetime"] {
    width: 200px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
}

input[type="tel"] {
    width: 200px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
}

input[type="password"] {
    width: 200px;
    display: flex !important;
    border: 1px solid #ccc;
    height: 27px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
    border-radius: 5px;
    padding: 4px;
}

select {
    width: 200px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
}

.dropdown-custom-300px {
    width: 300px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0,   0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
    appearance: none; /* Remove default browser styling */
    background-image: url('path/to/your/custom-arrow.png'); /* Replace with your custom arrow image */
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px; /* Adjust for arrow padding */
}

option
{
    background: #eaeaea;
}

.prelatorio
{
    margin: -57px 0 0 488px;
}

textarea
{
    width: 200px;
    height: 68px;
    display: block;
    border: 1px solid #999;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
}

fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #717b85;
    border: 1px solid #b4c0cb;
    border-radius: 5px;
}

#inteira
{
    padding-left: 1%;
    width: 100%;
}

#esquerda
{
    padding-left: 1%;
    width: 49%;
    float: left;
    text-align: left;
}

#direita
{
    padding-left: 1%;
    width: 49%;
    float: right;
    text-align: left;
}

#grid_view_os
{
    padding-left: 1%;
    width: 98%;
    float: left;
    text-align: left;
}

#field-33
{
    padding-left: 1%;
    width: 32%;
    float: left;
}
#field-50 {
    padding-left: 1%;
    width: 50%;
    float: left;
}

#field-60 {
    padding-left: 1%;
    width: 58%;
    float: left;
}

#field-40 {
    padding-left: 1%;
    width: 38%;
    float: left;
}

#form
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #828384;
    text-decoration: none;
}

#button {
    width: 44px;
    background: #9aa4ac;
    color: #FFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    #button:hover {
        background: #0c5bd2 !important;
        color: #FFF;
    }

#button-form
{
    float: left;
    width: 95%;
    vertical-align: middle;
    text-align: right;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
}

#button-form-100
{
    float: left;
    width: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
}

#button-form-99
{
    float: left;
    width: 99%;
    vertical-align: middle;
    text-align: right;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
}

/* Tabela de Dados */

.tb_menu_acoes
{
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.tb_menu_acoes a:hover
{
    text-decoration: underline;
}
.tb_dados
{
    border: 1px solid;
    width: 100%;
}
.tb_dados td
{
    padding: 5px;
    border: 1px solid;
}
.tb_dados tr
{
}
.tb_btn_editar
{
}
.tb_btn_excluir
{
}

/* WEB-GRID */
.webgrid
{
    width: 100%;
}

.webgrid input[noteid="txtValor"]
{
    width: 50px;
}
.webgrid-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
    text-decoration: none;
    background-color: #0c5bd2;
    padding: 5px;
}

.webgrid-header-11px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-color: #9aa4ac;
    padding: 5px;
}

.webgrid-header th
{
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.webgrid-header-11px th {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.webgrid-row-style
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828384;
    text-decoration: none;
    padding: 5px;
}
.webgrid-row-style:hover
{
    background-color: #d3dfe9;
}
.webgrid-row-style td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.webgrid-alternating-row
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828384;
    text-decoration: none;
    background-color: #e7e7e7;
    padding: 5px;
}
.webgrid-alternating-row:hover
{
    background-color: #d3dfe9;
}
.webgrid-alternating-row td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.col_Number {
    text-align: center;
    white-space: nowrap;
}

    .col_Urgente {
        color: #D40808;
    }

.col_Status {
    text-align: center;
}

.col_Img
{
    text-align: center;
}

/* WEB-GRID WORD BREAK*/

.webgrid-row-style-break-word
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828384;
    text-decoration: none;
    padding: 5px;
}
.webgrid-row-style-break-word:hover
{
    background-color: #d3dfe9;
}
.webgrid-row-style-break-word td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    word-break: break-all;
}

.webgrid-alternating-row-break-word
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828384;
    text-decoration: none;
    background-color: #e7e7e7;
    padding: 5px;
}
.webgrid-alternating-row-break-word:hover
{
    background-color: #d3dfe9;
}
.webgrid-alternating-row-break-word td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    word-break: break-all;
}

/*-Botões-*/
.import 
{
    background-image: url("../content/images/button-import.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
}

.play 
{
    background-image: url("../content/images/button_Play.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
}

.upload 
{
    background-image: url("../content/images/button_Upload.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
}

.new {
    background-image: url("../content/images/add_circle_20.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.attachment {
    background-image: url("../content/images/ic-anexo.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
}

.edit
{
    background-image: url("../content/images/edit.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.save
{
    background-image: url("../content/images/button_Save.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
}

.delete
{
    background-image: url("../content/images/ic-excluir.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.lixo {
    background-image: url("../content/images/lixo-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.lixo:hover {
    cursor: pointer;
}

.abrir
{
    background-image: url("../content/images/ic-abrir.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.imprimir
{
    background-image: url("../content/images/ico_print.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.info {
    background-image: url("../content/images/info.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
}

.bloqueado
{
    background-image: url("../content/images/bloqueado.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

.certificado
{
    background-image: url("../content/images/100x46_transparente.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 100px;
    height: 46px;
}

.maximizar {
    background-image: url("../content/images/add.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 13px;
}

.minimizar {
    background-image: url("../content/images/btn_Minimizar.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 3px;
}


/*-Menu Lateral-*/
#menu-lateral
{
    width: 185px;
    background-color: #F5F5F5;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5f717f;
    text-align: left;
    line-height: 30px;
    border: 0;
}
#menu-lateral a:link
{
    color: #5f717f;
    text-decoration: none;
}
#menu-lateral a:visited
{
    text-decoration: none;
    color: #5f717f;
}
#menu-lateral a:hover
{
    text-decoration: none;
    color: #e7eaed;
}
#menu-lateral a:active
{
    text-decoration: none;
    color: #5f717f;
}
#menu-lateral img
{
    border: 0;
    padding-left: 8px;
    margin-right: 7px;
    vertical-align: 3px;
}
#menu-lateral-ativo
{
    background-color: #ffffff;
    color: #5f717f;
    text-decoration: none;
}
#menu-lateral-ativo:hover
{
    background-color: #F0F0F0;
    color: #5f717f;
}
#menu-lateral-link:hover
{
    background-color: #F0F0F0;
    color: #5f717f;
}

/* div Loading */

#divLoading
{
    background: url(Images/loading.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 2000;
    margin: 0 0 0 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

.div-loading-modal-realocar {
    background: url(Images/loading.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 2000;
    margin: 0 0 0 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

.div-loading-modal-movimentacao-arquivar {
    background: url(Images/loading.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 2000;
    margin: 0 0 0 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

.div-loading-modal-movimentacao-desarquivar {
    background: url(Images/loading.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 2000;
    margin: 0 0 0 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

/* input search */
#input-search {
    display: flex !important;
    width: 540px;
    display: block;
    border: 1px solid #ccc;
    height: 26px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828384;
    border-radius: 5px;
    padding: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#select-search
{
    float: left; 
    width: 150px !important; 
    margin-right: 10px !important; 
    border-right: 1px solid #999 !important;
}

#input-search * {
    border-bottom: medium none;
    border-left: medium none;
    background: none transparent scroll repeat 0% 0%;
    border-top: medium none;
    border-right: medium none;
    display: flex !important;
    width: 15px !important;
    height: 15px !important;
    margin-left: 2px !important;
    margin-top: 5px !important;
}
#input-search input
{
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    width: 500px !important;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    float: left;
    height: 8px !important;
    border: 0;
}
#input-search button
{
    padding-bottom: 0px;
    margin: 0px 0px 0px 160px;
    padding-left: 4px;
    width: 29px;
    padding-right: 1px;
    display: block;
    height: 21px;
    padding-top: 2px;
}
#input-search button img
{
    width: 24px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
}

.fieldLabel
{
    display: inline;
    font-weight:normal;
    padding-left: 2%;
}

.fieldTitle
{
    display:inline;
}

.InfoBox
{
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid black;
    padding: 3px 5px;
    margin: 3px;
}
.scrollContainerX
{   
    overflow-x: auto;
}

/* Mensagem no canto da tela */
.msg-info 
{
    float: none;
    display: none;
	width: 240px;
	height: 120px;
	background-color: #2a558c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 5px;
	position: fixed;
    bottom: 5px;
    right: 5px;
	z-index: 1006; /* 2 a mais do que o jQuery UI */
}

.msg-erro 
{
    float: none;
    display: none;
	width: 240px;
	height: 120px;
	background-color: #9f1111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 5px;
	position: fixed;
    bottom: 5px;
    right: 5px;
	z-index: 1006; /* 2 a mais do que o jQuery UI */
}

.downloadItemPdf
{
    background: url("/Content/Images/pdf.gif") no-repeat scroll center center transparent; 
    color: transparent; 
    font-size:0px; 
    width: 100%; 
    height: 20px;
    float: left;   
}

.blockLink {
    pointer-events: none; 
    cursor: default;
}

.col_Number_Multiplus {
    width: 85px;
}

.politica-modal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #828384;
    padding:5px;
}

.hide_Column {
    display: none;
}

.colunaGrupoServico {
    width: 180px;
}

/* REPORT */

.rmenu_content
{
    width: 960px;
    min-height: 30px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    background: #BEBEBE;
}

.rmenunav li
{
    display: inline;
}
.rmenunav li a
{
    display: block;
    float: left;
    border: 1px solid;
    line-height: 30px;
    min-height: 30px;
    padding: 0px 5px 0px 5px;
    /* background: url(images/traco.gif) right no-repeat; */
    background: #BEBEBE;
    text-decoration: none;
    color: #fff !important;
    font: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

    .rmenunav li a:hover {
        background: #0c5bd2 !important;
        color: #fff;
    }

.btn-submit-novo {
    width: 65px !important;
    height: 100% !important;
    cursor: pointer;
    border: none;
}

input[type="checkbox" i]:disabled, input[type="file" i]:disabled, input[type="hidden" i]:disabled, input[type="image" i]:disabled, input[type="radio" i]:disabled, input[type="range" i]:disabled {
    cursor: no-drop!important;
}

.button-submit {
    background: #9AA4AC;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}

    .button-submit:hover {
        background: #0c5bd2;
    }

.word-wrap-td{
    word-break: break-all;
}

.text-center {
    text-align: center;
}

#fileupload {
    display: none;
}

.input-file {
    background: #9AA4AC;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
}

    .input-file:hover {
        background: #0c5bd2;
    }

#progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #cecece;
    border-radius: .25rem;
    border: 1px solid #949393;
}

.bar {
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #7c7c7c;
    transition: width .6s ease;
}

.progress-bar-dashboard-importacao {
    width: 96%;
    margin-top: 15px;
    margin-left: 10px;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.alinha-txt-centro {
    text-align: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #8f8f8f;
        font-size: 8pt;
        color: white;
        text-align: center;
        border-radius: 3px;
        padding: 4px 4px;
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.importar-dashboard-importacao {
    padding-left: 10px;
}

.alinha-label-dashboard-importacao
{
    display: block !important;
}

.alinha-importar-dashboard-importacao {
    display: inline !important;
}

.area-drag-drop {
    width: 91%;
    height: 60px;
    border: 2px dashed grey;
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.area-drag-on {
    background-color: #f8f8f8;
    border: 2px dotted grey;
}

.area-drag-on p {
    color: black;
}

.area-drag-drop p {
    margin-top: 22px;
    color: #393939;
    font-family: monospace;
    font-size: 12pt;
}

.alinhar-form-dashboard {
    width: 91%;
    margin-left: 10px;
}

.alinhar-identificador-dashboard {
    width: 91%;
    margin-left: 19px;
}

.checkbox-cadastro-cliente {
    padding-top: 25px;
}

.finaliza-Os-Digitaliza {
    text-align: center;
    margin-top: 10px;
}
.finaliza-Os-Digitaliza-btn {
    border: 1px black solid;
    padding: 5px;
    padding-left: 34px;
    padding-right: 34px;
    background: #9aa4ac;
    color: white !important;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 6px;
    text-decoration: none;
    font-weight: inherit;
}

    .finaliza-Os-Digitaliza-btn:visited {
        background: #9aa4ac !important;
        color: white !important;
        text-decoration: none !important;
        font-weight: inherit;
    }

    .finaliza-Os-Digitaliza-btn:link {
        background: #9aa4ac !important;
        color: white !important;
        text-decoration: none !important;
        font-weight: inherit;
    }

.margin-left-20{
    margin-left: 20px;
}

#ImportacaoDigitalizadosGridView {
    width: 100%;
    margin: auto;
}

.alinhar-texto-center {
    text-align: center;
}

.btn-de-tabela {
    width: 100% !important;
}

.btn-listagem-realocar {
    width: 17%;
    margin-left: 17px;
}

.div-btn-listagem-realocar {
    width: 100%;
    text-align: right;
    padding-top: 21px;
    text-align: right;
}

.input-text-tabela-realocar-caixa {
    width: 95% !important;
}

.btn-tabela-desarquivar-caixa {
    width: 60% !important;
}

.alinhar-btn-pesquisar {
    padding-top: 23px;
}

.alinhar-btn-gerar-relatorio {
    padding-top: 11px;
}

.dropdownListFiltro {
    float: left;
    width: 22%;
}

.dropdownListFiltro select{
      width: 110px !important;
}

.conteudo-modal-realocar-caixas {
    height: 200px;
    overflow-y: scroll;
}

.conteudo-modal-realocar-caixas table{
    width: 95%;
    margin: auto;
}

.margin-top-10px {
    margin-top: 10px;
}

.input-text-modal-desarquivar input{
    width: 400px !important;
}

.grid-movimentacao-interna {
    border: 1px #8a8686 solid;
    margin-top: 20px;
    border-radius: 2px;
}

.capa-mostrar-mesma-linha{
    float: left;
}

.collapse {
    transition: height 0.3s ease-in-out;
}

.alinha-label-input label {
    display: inline !important;
}

.alinha-label-input input {
    display: inline !important;
}

.display-none{
    display:none !important;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.sorting{
    padding: 10px 12px;
}

.fix-datatable-break-line-protocolos th {
    padding-top: 15px !important;
    padding-right: 18px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
}

.fix-datatable-break-line-avulsos th {
    padding-top: 15px !important;
    padding-right: 18px !important;
    padding-bottom: 10px !important;
    padding-left: 0.7% !important;
}

.configuring-fieldset-datatable {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px
}

.configuring-legend-datatable{
    font-size:12px;
    margin-bottom:10px
}

.info-cliente{
    word-break: break-word;
}

.alter-fileiras-height{
    height: 194.05px !important;
}

.listagem-diretorios {
    text-decoration: underline;
    margin-bottom: 15px;
    
}
.listagem-diretorios a:link {
    color: blue !important;
}
.listagem-diretorios a:link {
    color: blue !important;
}

.listagem-diretorios a:visited {
    color: blue !important;
}

.listagem-diretorios a:hover {
    cursor: pointer;
    color: darkblue !important;
}

.imagem-logo-menu {
    width: 39%;
    float: left;
}

.imagem-logo-login {
    width: 44%;
    float: left;
}

.btn-ged {
    width: 44px;
    background: #9aa4ac;
    color: #FFF!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none!important;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.aviso-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    border: 1px solid;
    background: white;
    display: none;
}

.icone-fechar-aviso-cookies {
    padding: 3px;
    position: absolute;
    top: 40px;
    right: 15px;
    cursor: pointer;
}

.mensagem-aviso-cookies {
    text-align: center;
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px
}

.button-aviso-cookies {
    margin-left: 600px;
    margin-top: 10px;
}

.color-destaque-asterisco-desc-os {
    color: #E34234;
}

.fundo-marca-dagua {
    background-image: url("../content/images/ic-my-gdd.png");
    background-repeat: repeat;
    background-size: 160px;
}