@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* { font-family: 'Open Sans', sans-serif }

@media print {
    #cssmenu {
        display: none;
    }
    
    #content {
        position: absolute;
        top: 0px;
    }
    
    .div_botoes_relatorio {
        display: none;
    }
}

/*
.hidemenu{
    float:left;
    margin-top:0px;
    width:80px;
    height:25px;
    background-color:#F60;
    cursor:pointer;
    color:#FFF;
    text-align:center;
    font-size: 15px;
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px; 
}
*/

#img_config {
    width: 28px;
    height: 30px;
    margin-left: 0px;
    margin-top: 0px;
}

.div_conteudo {
    background: #FFFFFF;
    border: 0px;
    border-radius: 10px;
    height: auto;
    margin-left: 10px; 
    margin-right: 10px;
    min-height: 560px;
    padding-bottom: 10px;
}

.div_conteudo_dash {
    background: #FFFFFF;
    border: 0px;
    border-radius: 10px;
    height: 100%;
    
    
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.logo_top {
    float: left;
    margin-left: 10px; 
    margin-top: 10px;
    height:46px;
    width: 184px;
}

.logo_top_small {
    float: left;
    margin-left: 10px; 
    margin-top: 10px;
    height:31px; 
    width: 123px;
}

.logo_top_right {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    width: 150px;
}
.voltar_top {
    float: right;
    margin-top: 45px;
    margin-right: 10px;
}

.xml_recebimento_top {
    float: left; 
    margin-left: 10px;
}

.titulo_top {
    background: transparent;
    margin-top: 15px;
    position: absolute; 
    right: 20px;
    width: auto;
    text-align: right;
    font-style: italic;
    font-weight: bolder;
    font-size: 20px;
}

.titulo_setflash {
    font-style: italic;
    font-weight: bolder;
    font-size: 16px;
}

.titulo_top_relatorio {
    margin-top: 60px;
    position: absolute; 
    margin-left: 10px; 
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 960px;
    margin-right: 10px;
    text-align: right;
    font-style: italic;
    font-weight: bolder;
}

.titulo_linha {
    background: transparent;
    margin-top: 40px;
    position: absolute; 
    margin-left: 10px; 
    border-bottom: 1px solid;
    border-top: 0px solid;
    width: 960px;
    margin-right: 10px;
    text-align: right;
    font-style: italic;
    font-weight: bolder;
}

.div_imprimir {
    margin-left: 10px; 
    width: 960px;
}

.fieldset_conteudo {
    background-color: #E8E8E8; 
    border: 1px solid; 
    border-radius: 10px; 
    height: auto;
    margin-left: 10px; 
    margin-right: 10px; 
    /*margin-top: 100px;*/
    min-height: 420px;
    /*position: absolute;*/
    width: 960px;
    padding-bottom: 10px;
}

.pesquisar {
    margin-left: 10px; 
    margin-top: 100px; 
    position: absolute; 
}

.div_pesquisar {
    margin-left: 10px; 
    width: 960px;
}

.div_botoes {
    margin-left: 10px; 
    width: 960px;
}

.novo_registro {
    color: #FFFFFF;
    float: next;
    margin-left: 700px;
    min-width: 120px;
    font-size: 10px;
    font-weight: bold;
}

.relatorio {
    color: #FFFFFF;
    float: next;
    margin-left: 5px;
    width: 100px;
    font-size: 10px;
    font-weight: bold;
}

.div_botoes_relatorio {
    margin-top: 95px;
    position: absolute; 
    right: 10px; 
}

.botoes_relatorio {
    width: 50px;
    height: 50px;
    margin-left: 2px;
    margin-right: 2px;
}

.botoes_relatorio_small {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.botoes_relatorio_large {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination a:link, .pagination a:hover, .pagination a:active, .pagination a:visited{
    text-decoration: none;
}
.pagination a{
    padding: 6px 12px;
}
.pagination li >span{
    padding-left: 0px;
    padding-right: 0px;
}
.pagination li >span.current{
    padding: 6px 12px;
}
.table_thead_template{
    vertical-align: middle;
    background-color: #6e7b8b;
    color: #ffffff;
}
.table_thead_template a:link, .table_thead_template a:visited{
    color: #ffffff;
    text-decoration: none;
}
.table_thead_template a:hover, .table_thead_template a:active{
    text-decoration: underline;
}

.displayNone{ display: none; }
.displayBlock{ display: block; }
.displayInline{ display: inline; }
.displayInlineBlock{ display: inline-block; }
.vAlignTop{ vertical-align: top !important; }
.vAlignMiddle{ vertical-align: middle !important; }
.vAlignBottom{ vertical-align: bottom !important; }
.textCenter{ text-align: center; }
.textLeft{ text-align: left; }
.textRight{ text-align: right; }
.textJustify{ text-align: justify; }
.floatLeft{ float: left; }
.floatRight{ float: right; }
.bold{ font-weight: bold; }
.italic{ font-style: italic; }
.space-top-tiny{ margin-top: 5px; }
.space-top-small{ margin-top: 10px; }
.space-top-medium{ margin-top: 15px; }
.space-top-large{ margin-top: 20px; }
.space-top-giant{ margin-top: 30px; }
.space-top-enormous{ margin-top: 50px; }
.space-right-tiny{ margin-right: 5px; }
.space-right-small{ margin-right: 10px; }
.space-right-medium{ margin-right: 15px; }
.space-right-large{ margin-right: 20px; }
.space-right-giant{ margin-right: 30px; }
.space-right-enormous{ margin-right: 50px; }
.space-bottom-tiny{ margin-bottom: 5px; }
.space-bottom-small{ margin-bottom: 10px; }
.space-bottom-medium{ margin-bottom: 15px; }
.space-bottom-large{ margin-bottom: 20px; }
.space-bottom-giant{ margin-bottom: 30px; }
.space-bottom-enormous{ margin-bottom: 50px; }
.space-left-tiny{ margin-left: 5px; }
.space-left-small{ margin-left: 10px; }
.space-left-medium{ margin-left: 15px; }
.space-left-large{ margin-left: 20px; }
.space-left-giant{ margin-left: 30px; }
.space-left-enormous{ margin-left: 50px; }
.space-inner-top-tiny{ padding-top: 5px; }
.space-inner-top-small{ padding-top: 10px; }
.space-inner-top-medium{ padding-top: 15px; }
.space-inner-top-large{ padding-top: 20px; }
.space-inner-top-giant{ padding-top: 30px; }
.space-inner-top-enormous{ padding-top: 50px; }
.space-inner-bottom-tiny{ padding-bottom: 5px; }
.space-inner-bottom-small{ padding-bottom: 10px; }
.space-inner-bottom-medium{ padding-bottom: 15px; }
.space-inner-bottom-large{ padding-bottom: 20px; }
.space-inner-bottom-giant{ padding-bottom: 30px; }
.space-inner-bottom-enormous{ padding-bottom: 50px; }
.space-inner-left-tiny{ padding-left: 5px; }
.space-inner-left-small{ padding-left: 10px; }
.space-inner-left-medium{ padding-left: 15px; }
.space-inner-left-large{ padding-left: 20px; }
.space-inner-left-giant{ padding-left: 30px; }
.space-inner-left-enormous{ padding-left: 50px; }
.space-inner-right-tiny{ padding-right: 5px; }
.space-inner-right-small{ padding-right: 10px; }
.space-inner-right-medium{ padding-right: 15px; }
.space-inner-right-large{ padding-right: 20px; }
.space-inner-right-giant{ padding-right: 30px; }
.space-inner-right-enormous{ padding-right: 50px; }
.no-margin{ margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.no-margin-top{ margin-top: 0; }
.no-margin-right{ margin-right: 0; }
.no-margin-bottom{ margin-bottom: 0; }
.no-margin-left{ margin-left: 0; }
.no-padding{ padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; }
.no-padding-top{ padding-top: 0; }
.no-padding-right{ padding-right: 0; }
.no-padding-bottom{ padding-bottom: 0; }
.no-padding-left{ padding-left: 0; }

.lightGreen {background-color: #dff0d8 !important;  color:#468847 !important; font-weight: bold !important; border:0px solid #d6e9c6 !important;;}
/*.lightRed   {background-color: #f2dede !important;  color:#FF0000 !important; font-weight: bold !important; border:0px solid #ebccd1 !important;;}*/

.lightRed   {background-color: #d9534f !important;  color:#ffffff !important; font-weight: bold !important; border:0px solid #ebccd1 !important;;}

.lightAlert {background-color: #f0d74f !important;  color:#b94a48 !important;; font-weight: bold !important; border:0px solid #f0d74f !important;}
.lightWarning {background-color: #ffff00 !important;  color:#b94a48 !important;; font-weight: bold !important; border:0px solid #f0d74f !important;}

/*.lightWarning {background-color: #fcf8e3 !important;  color:#8a6d3b !important;; font-weight: bold !important; border:0px solid #faebcc !important;}*/
.lightGrey {background-color: #c0c0c0 !important;  color:#ffffff !important;; font-weight: bold !important; border:0px solid #faebcc !important;}
.lightBlue {background-color: #428bca !important;  color:#ffffff !important;; font-weight: bold !important; border:0px solid #faebcc !important;}
.lightBlueLow {background-color: #d9edf7 !important;  color:#3a87ad !important;; font-weight: bold !important; border:0px solid #faebcc !important;}


.icon-flipped { transform: scaleX(-1); -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); }

.font_color_white {color: #fff !important;}

.opendataObs          {background-color: #f5deb3 !important;  color:#b94a48 !important; font-weight: normal !important; border:0px solid #b94a48 !important;;}
.opendataBloqueado    {background-color: #d9534f !important;  color:#FFFFFF !important; font-weight: normal !important; border:0px solid #b94a48 !important;;}
.opendataMovimentacao {background-color: #ffff00 !important;  color:#b94a48 !important; font-weight: normal !important; border:0px solid #f0d74f !important;;}
.opendataInventario   {background-color: #009933 !important;  color:#FFFFFF !important; font-weight: normal !important; border:0px solid #FFFFFF !important;;}
.opendataKit          {background-color: #dff0d8 !important;  color:#468847 !important; font-weight: normal !important; border:0px solid #468847 !important;;}
.opendataUnit         {background-color: #5bc0de !important;  color:#000000 !important; font-weight: normal !important; border:0px solid #468847 !important;;}

.switch__container {
  margin: 5px auto;
  width: 60px;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  width: 40px;
  height: 22px;
  background-color: #dddddd;
  border-radius: 100px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #FF0000;
  border-radius: 50px;
  transition: background 0.4s;
}
.switch--shadow + label:after {
  width: 24px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.switch--shadow:checked + label:before {
  background-color: #228B22;
}
.switch--shadow:checked + label:after {
  transform: translateX(15px);
}

.loaderClif {
  position: fixed;
  top: 43%;
  left: 43%;
  border: 20px solid #f3f3f3;
  border-radius: 100%;
  border-top: 44px solid #000080;
  border-left: 44px solid #000080;
  border-right: 44px solid rgba(100,100,100,0);
  border-bottom: 44px solid rgba(100,100,100,0);
  width: 160px;
  height: 160px;
  z-index:99999;
  overflow: auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loaderClif2 {
  border: 0px solid #f3f3f3;
  border-radius: 100%;
  border: 30px solid #3498db;
  margin: 8%;
  width: 0px;
  height: 0px;
  z-index:99999;
  overflow: auto;
  
}

.titleLoaderClif {
    position:  fixed;
    top: 34%;
    left: -3%;
    z-index: 999999;
    text-align:  center;
    font-size: 4em;
    width: 100%;
}
.genericLoaderClif {
    position:  fixed;
    top: 62%;
    left: -3%;
    z-index: 999999;
    text-align:  center;
    font-size: 3em;
    width: 100%;
}

.textTitleLoaderClif {
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0 0 #3498db, -1px 0 0 #3498db, 0 1px 0 #3498db, 0 -1px 0 #3498db, 1px 1px #3498db, -1px -1px 0 #3498db, 1px -1px 0 #3498db, -1px 1px 0 #3498db;
}

.inativa-fundo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa 50% 50% repeat-x;
    opacity: .5;
    z-index: 100;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.font_color_white {color: #fff !important;}

.opendataObs          {background-color: #f5deb3 !important;  color:#b94a48 !important; font-weight: normal !important; border:0px solid #b94a48 !important;;}
.opendataBloqueado    {background-color: #d9534f !important;  color:#FFFFFF !important; font-weight: normal !important; border:0px solid #b94a48 !important;;}
.opendataMovimentacao {background-color: #ffff00 !important;  color:#b94a48 !important; font-weight: normal !important; border:0px solid #f0d74f !important;;}
.opendataInventario   {background-color: #009933 !important;  color:#FFFFFF !important; font-weight: normal !important; border:0px solid #FFFFFF !important;;}
.opendataKit          {background-color: #dff0d8 !important;  color:#468847 !important; font-weight: normal !important; border:0px solid #468847 !important;;}
.opendataUnit         {background-color: #5bc0de !important;  color:#000000 !important; font-weight: normal !important; border:0px solid #468847 !important;;}


.xs-font {font-size: 75%;}
.sm-font {font-size: 90%;}
.md-font {font-size: 110%;}
.lg-font {font-size: 150%;}
.gt-font {font-size: 200%;}
.gt1-font {font-size: 250%;}
.gt2-font {font-size: 300%;}
.gt3-font {font-size: 350%;}