@font-face{ 
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?iefix') format('eot'),
       url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
}

body {
  padding-top: 60px;
}

.app-abas {
  padding-top: 6px;
  background-color: #FCFCFC;
}
.app-abas .btn_fechar {
  cursor: pointer;
}

.logo img {
  padding-bottom: 5px;
}

.hideextra {
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}

.menu {
  /*
  position: fixed;
  left: 0px;
  top: 0px;
  
  margin-top: -8px; margin-left: 1px; margin-bottom: 10px;
  */
}

.logo {
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
}

.menu_home {
  
}

.menu_modulos ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: 100% !important;
}

.breadcrumb,
.breadcrumb a {
  cursor:default;
}

#loading, #saved_successfully {
  float: right;
  right: 10px;
  top: 50px;
  position: fixed;
}

.loading {

}

.img_ajax_loader {
  margin-top: 7px;
  margin-right: 4px;
  width: 24px;
  height: 24px;
}


.class-of-dropdown {
    position: relative;
    z-index: 5000;
}

.modal-body {
    overflow-y:visible;
}

.table-responsive {
	padding-bottom: 50px;
}

.div-striped>div:nth-child(even) {
    background-color:#f9f9f9;
}
.div-striped>div{
	border-bottom-width: 1px;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
}

.div-striped>div:last-child {
	border-bottom-style: none;
}

.metro-md {
  height: 130px;
  width: 150px;
  margin: 4px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media (max-width: 530px){.btn_margins{margin-bottom:5px !important;} .btn_margin_buttom{margin-top:0px !important;}}
@media (max-width:409px){  .btn_margins{margin-bottom:5px !important;} .btn_margin_buttom{margin-top:4px !important;}}
@media (max-width: 500px) {
  .metro-md {
    width: 45% !important;
  }
  .usuario_agenda{    min-width:110px !important;  }
}

@media (max-width: 300px) {
  .metro-md {
    width: 100% !important;
  }
}

.metro-md p {
  margin-top: 13px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  font-weight: bold;
}

/* LOGIN */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .edt_usuario,
.form-signin .edt_senha {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .edt_usuario {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin .edt_senha {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* FORMULARIO */
.formulario_campo {
  padding-left: 2px;
  padding-right: 2px;
  margin: 0px;

}

.lbl_grupo_nome {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ccc;
}
.form-grupos-campos {
  margin-bottom: 15px !important;
}

/* AGENDA */

.tbl_agenda {
    border-collapse:separate;
  }

  #tbl_agenda td {
    
  }

  .rodape {
    font-weight: bold;
  }

  .usuario_agenda {
    width: 190px;
    min-width: 190px;
  }

  .agenda_dia {
    width: 150px;
    min-width: 150px;
    height: 100px;
  }
  .agenda_dia:hover {
    background-color: #FFFFCC !important;
    
    cursor: pointer;
  }
  .agenda_evento, .projeto_atividade_evento, .oportunidade_agenda {
    margin-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    min-height: 40px;
  
  }

/* ajuste h3 */
.td-mobile h1,
.td-mobile h2,
.td-mobile h3,
.td-mobile h4,
.td-mobile h5 {
  margin-top: 10px !important;
}

/* ajuste listagem de diretorios mobile */
@media (max-width: 768px) {
  [template-field='horas_trabalhadas']:before, [template-field='horas_previstas']:before {
    content: attr(data-title);
    text-align: center;
    font-size: 11px;
    display: block;
    margin-left: -12px;
  }
  .nav-path {
    padding-left: 15px;
  }
  input[type='number'] {
    -moz-appearance:textfield;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
      -webkit-appearance: none;
  }
  .anexo_base_button_text {display: inline-table;top: -18px !important;left: 25px; position:relative;}
  .preview_logo {margin: 0 auto !important;display: table;}
}


.miniatura_template{

  position:relative;
  top:0;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 27px;
  
  transition: all .2s ease-in-out
}

.miniatura_template:hover{
  top:-4px;
  box-shadow:0 4px 3px #999;
}

.selecionar_template{

  margin-bottom: 2px;
}

.esconde_ponto {
  list-style-type: none;
}

.sem_item{

  border-style: dotted;
  border-width: 1px;
  margin-right: 20px;
  margin-left: 10px;
  height: 30px;
  border-color: #B6B6B6;
}
.wrapper {
    overflow: auto;
}
.user_name:nth-of-type(even){
  background-color:#F5F7F9;
  z-index:3;
  position:relative;
}
.user_name:nth-of-type(odd){
  background-color:white;
  z-index:3;
  position:relative;
}
.wrapper th{ background-color:white; position:relative;z-index:5;border-top:2px solid #C0C8CF;}/*border-top:1px solid #C0C8CF !important;*/
.menu_header{background-color:white; position:relative !important; z-index:9 !important;}
.edt_descricao{
  resize:vertical;
}
.no-padding{
  padding:0!important;
}
.margin-distance{
  margin-top: 22px;
}
.edt_observacoes{resize:vertical;}

.metro-md-preview_img {
  height: 230px;
  width: 250px;
  margin: 4px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-mobile-chamado{cursor:pointer;user-select: none; -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; -o-user-select: none ;}
.menu-mobile-chamado span{font-size:15px;}
.motivo_mobile{margin-top: 1px;display: block;max-height: 50px;text-overflow: ellipsis;overflow: hidden;}
.anexo_base_button_text {display: inline-table;top: -4px;left: 25px; position:r.elative;}
.anexo_base_button_icon {font-size: 20px;margin-top: 8px;}
.mobile_inputfile {position: absolute;left: 0;height: 40px;opacity: 0;z-index:2;}
.mobile_file{position: absolute;height: 40px;left: 0;z-index: 2;opacity: 0;}
.label_mobilefile{height: 40px;top: 0; margin-bottom:5px;}
.anexo_base_button_text {max-width: 200px !important;text-overflow: ellipsis;overflow: hidden;}
[template-pag=apontamento_despesas-id]:before{
  content:attr(data-title);
  text-align:left;
  margin-right:5px;
}
[template-pag=apontamento_despesas-id]:after{
  content:attr(data-title-after);
  text-align:right;
  margin-left:2px;
}
[template-pag=apontamento_despesas]:before{
  content:attr(data-title);
  text-align:left;
  margin-right:5px;
}
[template-pag=apontamento_despesas]:after{
  content:attr(data-title-after);
  text-align:right;
  margin-left:0px;
  
}

.anexo_base_button_icon2 {
  font-size: 20px;
  margin-top: 10px;
  display: table;
  position: relative;
  float: left;
}
.anexo_base_input_text {
  position: relative;
  display: block;
  margin-top: 10px;
  max-width: 210px !important;
  text-overflow: ellipsis;
  margin-left: 8px;
  overflow-x: hidden;
  white-space: nowrap;
  float: left;
}
.capture_photo {
    font-size: 23px;
    float: left;
    margin-top: 9px;
    margin-right: 15px;
    position:relative!important;
    z-index:99999;
}
.video_responsive {
    max-width: 100% !important;
    display: block;
    max-height: 100%;
    background-cover: cover;
    background-size: cover;
    width: 100%;
}
.before-title:before{
  content:attr(data-title);
  padding:0.3em;
  padding-left:0;
}
.removeSelectMD{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
@media (max-width: 767px) {
  .removeSelect{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .float-content-filtro{
    width: 90% !important;
    left: 0 !important;
    top: 30px !important;

  }
} 

@media (min-width: 768px) AND (max-width:991px) { 
  .removeSelect{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .float-content-filtro{
    width: 85% !important;
    height: 400px !important;
    left: -90px !important;
    top: 30px !important;
  }
}

/*Media QUERIE MD*/
@media (min-width: 992px) AND (max-width: 1200px){

}

/**/

/*.timeline_atrasados {
  font-weight: bold;
}

.timeline_dia {
  font-weight: bold;
}*/

.gantt-atividade {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}

.gantt-baseline-cell {
  padding: 0px !important;
  margin: 0px !important;
}

.gantt-baseline {
  min-height: 10px;
  max-height: 10px;
  height: 10px;
}

.gantt-dia {
  min-width: 50px;
  text-align: center;
}

.gantt-atividade-sintetica {
  font-weight: bold;
}
.marcador{
  height: 13px;
  position: relative;
  top: 5px;
  left: 2px;
}

.marcador-border-left{
    border-radius: 0.9em 0em 0em 0.9em;
}
.marcador-border-right{
    border-radius: 0em 0.9em 0.9em 0em;
}

.marcador-border-both{
  border-radius:0.9em !important;

}

.bg-default{
  background-color:#FFF;;
}
/*Remove o contorno do botÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o de limpar filtro na listagem de gantt*/
.btn-limpar-filtro:focus {
    outline: 0px;
}

/*Referente ao menu novo da tela projeto_gantt - NextSI (2016-01-08)*/
.menu_filtro_container{
    position: fixed;
    z-index: 9999;
    width: 70px;
    bottom: 0;
    right: 0;
    height: 70px;
}
.icone_container_filtro{
    position:absolute;
    width: 60px;
    height: 60px;

    cursor:pointer;
    right: 30px;
    bottom: 50px;
    z-index: 9999;

    /*remove seleÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o do usuario*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.icone_menu_filtro {
    position:absolute;
    width: 60px;
    height: 60px;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid #be0101;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: border 0.45s ease-in-out;
    -moz-transition: border 0.45s ease-in-out;
    -ms-transition: border 0.45s ease-in-out;
    -o-transition: border 0.45s ease-in-out;
    transition: border 0.45s ease-in-out;
    cursor:pointer;
    z-index: 9999;
    background-color: rgba(221, 53, 53, 0.36);
    /*remove seleção do usuario*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}
.icone_menu_filtro:hover, .icone_menu_filtro:active, .icone_menu_filtro:focus, .icon_menu_filtro:visited, .icon_ativo {
    border: 30px solid rgba(190, 1, 1, 0.46);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: border 0.25s ease-in-out;
    -moz-transition: border 0.25s ease-in-out;
    -ms-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
    padding:0 !important;
    margin:0 !important;

}

.icon_ativo:hover{
      border: 2px solid #be0101 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: border 0.25s ease-in-out;
    -moz-transition: border 0.25s ease-in-out;
    -ms-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
    padding:0 !important;
    margin:0 !important;
}
.float-button-filtro {
    z-index: 99999;
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 0;
}
.icon_filter{
  position: absolute !important;
  top: 20px  ;
  left: 21px  ;
  height: 20px !important;
  width: 20px !important;
  font-size: 21px;
  color: #393939;
  z-index: 9998;

}
/*.icon_filter_active{
  top: -9px  ;
  left: -10px  ;
}*/
.effect-screen{
    display:none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 2000px;
    background-color: rgba(57, 57, 57, 0.69);
    background-image: url('assets/img/favicon.png');
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 7px 4px;
    opacity: 0;
    left: 0px;
    z-index: 9998;
    --webkit-transition: opacity 0.25s ease-in;
       -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
         -o-transition: opacity 0.25s ease-in;
            transition: opacity 0.25s ease-in;
}
.float-content-filtro{
    display:none;
    opacity:0;
    width: 40%;
    height: 400px;
    left: 0;
    top: 100px;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    /*animaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o suave!*/
    --webkit-transition: opacity 0.25s ease-in;
       -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
         -o-transition: opacity 0.25s ease-in;
            transition: opacity 0.25s ease-in;
    /*animaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o suave*/
    /*remove seleÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o do usuario*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.content_ativado{
  opacity : 1;
  --webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
#calendar{
  max-width:900px;
  margin:0 auto;
}

.th-fixer {
    display: block;
    width: 130px;
    height: 0px;
    padding: 0;
    margin: 0;
    float: left;
    clear: right;
}

.th-body {
    display: block;
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

th.rows {
    padding: 0 !important;
    max-height: 30px !important;
    display: table-cell;
    vertical-align: middle;
}

[timer] > div:before{
    -webkit-animation: timer 5s infinite; /* Chrome, Safari, Opera */
    animation: timer 5s infinite;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in ;
    -webkit-animation-delay: -1.0s; /* Chrome, Safari, Opera */
    animation-delay: -1.0s;

}


@-webkit-keyframes timer {
     0%{
        content:'\f251';
     }
    50%{
        content:'\f252';

    }
    75%{
        content:'\f253';
        
    }
    100%{
        content:'\f251';
    
    }
}
/* Standard syntax */ 
@keyframes timer {
     0%{
        content:'\f251';
     }
    50%{
        content:'\f252';

    }
    75%{
        content:'\f253';
        
    }
    100%{
        content:'\f251';
    
    }
}






.pedidos_grupos {
    display: flex;
    display: -webkit-flex;
    width: calc(100% - 10px);
}

.pedidos_grupos > button {
    border-radius: 0 0.3em 0em 0;
}

.pedidos_grupos > input {
    border-radius: 0.3em 0em 0 0em;
}

div#container_pedidos {
    min-height: 75px;
    max-height: auto;
    /* position: relative; */
    height: auto;
    display: flex;
    width: calc(100% - 8.8px);
    /* border-radius: 0 0 4px 4px; */
    /* margin: 0 auto; */
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.container_pedidos_linha[pedidos-header],.container_pedidos_linha[pedidos-totalizador] {
  
width: 100%;
  
display: flex;
  
height: 40px;
  
min-height: 40px;
  
display: -webkit-flex;
  
align-items: center;
  
border-bottom: 1px solid #d2d2d2;
  
box-shadow: 0px 0px 2px #d2d2d2;
  
justify-content: center;
  
align-content: center;
}

.container_pedidos_linha .pedidos_row_item {
    /* background: black; */
    width: 30%;
    text-align: center;
    padding: 0.4em;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    display: -webkit-flex;
    flex-flow: row nowrap;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 1;
    /* -webkit-flex-grow: 1; */
    /* word-break: break-word; */
    /* justify-content: center; */
    /* align-items: center; */
    /* align-content: center; */
}

.container_pedidos_linha[pedidos-header] .pedidos_row_item label {
    display: table;
    margin: 0 auto;
}

.container_pedidos_linha:not([pedidos-header]) > .pedidos_row_item {
    width: 30%;
    padding: 0.4em;
    display: flex;
    display: -webkit-flex;
    /* text-align: center; */
    display: -webkit-box;
    flex-flow: row nowrap;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    /* word-break: break-word; */
    justify-content: center;
    align-items: center;
    align-content: center;
    /* text-align: right; */
}

.container_pedidos_linha:not([pedidos-header]):not([template-pedidos-linha]):not([pedidos-totalizador]) {
    cursor: pointer;
    width: 100%;
    display: flex !important;
    height: 35px !important;
    font-size: 12px;
    min-height: 35px;
    display: -webkit-flex !important;
    position: relative;
    align-items: center;
    /* top: 0; */
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0px 0px 2px #d2d2d2;
    justify-content: center;
    align-content: center;
}

span.pedidos_btn_group.pedidos_row_item {
    width: 9.9%!important;
    padding: 0;
}

span.pedidos_linha_titulo[pedidos-header]:first-child {
    background: black;
    width: 30% !important;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
}

.container_pedidos_linha:not([pedidos-header]) > .pedidos_row_item span {
    display: table;
    margin: 0 auto;
}

span.pedidos_row_item span {
    display: table;
    margin: 0 auto;
}

[pedidos-header] .pedidos_row_item {
    font-weight: bold;
}

.downscroll {
    position: absolute;
    bottom: 10px;
}

.upscroll {
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    height: 20px;
    cursor: pointer;
}

.upscroll > span {
    margin: 0 auto;
    height: 20px;
    line-height: 0px;
    position: absolute;
    top: 9px;
    left: 0.5px;
    font-weight: bold;
}

.downscroll > span {
    margin: 0 auto;
    height: 20px;
    line-height: 0px;
    position: absolute;
    bottom: -10px;
    left: 0.5px;
    font-weight: bold;
    cursor: pointer;
}

.downscroll {
    font-size: 22px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
}

.controller_scroll {
    position: relative;
    height: 100%;
    min-height: 100%;
    display: table;
    top: 0;
}

.scrollbar:before {}

.scrollbar.disabled {
    visibility: hidden;
}

[pedidos-header] .pedidos_linha_btn.pedidos_row_item,[pedidos-totalizador] .pedidos_linha_btn.pedidos_row_item {
    width: 9.9%!important;
}

.container_pedidos_linha[pedidos-totalizador] {
    height: 50px;
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 2px;
    width: 99.1%;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

[pedidos-totalizador].container_pedidos_linha [pedido-titulo] {
    position: absolute;
    font-weight: bold;
    font-size: 1.2em;
    text-indent: 10px;
    width: 98%;
}

[pedidos-totalizador].container_pedidos_linha [pedido-titulo]:after {content: ' ';height: 2px;width: 86%;border: 1px solid #d2d2d2;display: flex;position: absolute;top: 11px;opacity: 0.5;left: 54px;}

[pedidos-totalizador] .pedidos_row_item {
    margin-top: 10px;
    font-weight: bold;
}

.container_pedidos_linha.linha_selected {
    border: 1px solid #F73E3E;
    box-shadow: 0px 1px 1px #F73E3E !important;
}

#add_pedido.remove_border,#remove_selected.remove_border {
    border-radius: 0;
}

[popover] {
    outline: none;
}
.horario_ocupado{
  font-weight: bold !important;
  color: #000000 !important;
  background: #FFFFFF  !important;
  box-shadow: 0px 1px 5px #DCDCDC;
  padding: 6px !important;
}

.horario_ocupado:before {content: '\f273';font-family: FontAwesome;margin-right: 10px;box-shadow: 1px 2px 6px #DCDCDC;padding: 3px;text-align:center;}

td.horario_vago {
    font-weight: bold !important;
    color: #fff !important;
    background: #27ae60!important;
    box-shadow: 0px 1px 5px #DCDCDC;
    padding: 6px !important;
}

td.horario_vago:before {content: '\f133';font-family: FontAwesome;margin-right: 10px;box-shadow: 1px 2px 6px #DCDCDC;padding: 3px;text-align: center;}

.tab_horas_ocupadas .horario_vago {
    cursor: pointer;
}

.label-portaria{
  background-color:#9b59b6;
}

.label-portaria[href]:hover,.label-portaria[href]:focus{
  background-color:#9b79b6;
}
.ui-datepicker-month,.ui-datepicker-year{
  color:#393939 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
  z-index: 999 !important;
}

.label-digitador{
  background-color: #009999;
}

.disabled-line{
    background-color: #F3F3F3;
    opacity: 0.8;
    pointer-events:none;
}


.not_spin::-webkit-inner-spin-button {
  display:none;
}


.table-infinite{
  min-width:1000px;

}

.table-control-infinite{
  min-width:300px;
  overflow: hidden;
  overflow-x:scroll;
  width:100%;
  height:auto;
  min-height:60px;
  max-width:inherit;


}

.table-control-infinite::-webkit-scrollbar {
    width: 5px;
    height:8px;
    margin:2px;
    padding:5px;
    border-radius: 0.3em;

}
 
.table-control-infinite::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0.3em;
    width:20px;
    background:#e2e2e2;
    padding:5px;
}
.table-control-infinite::-webkit-scrollbar-track-piece{
  background:#E8E8E8;
}
 
.table-control-infinite::-webkit-scrollbar-thumb {
    border-radius: 0.3em;
    background:#484040;
    opacity:0.4;

   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.special-striped td:not(:nth-of-type(1)):nth-of-type(odd){
  background-color:#ecf0f1;

}
.special-striped td:not(:nth-of-type(1)){
    min-width: 160px;
    padding: 5px 0px;
    text-align: center;
    max-width: 180px;
    font-weight: bold;
   /* -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;*/

}
/*
.table-control-infinite > table thead tr th:not(:nth-of-type(1)){
  min-width: 60px;
  width:auto;
  max-width:200px;
  display:flex;
  flex-grow:3;
  justify-align:stretch;
  align-items:left;
  
}
.table-control-infinite > table thead tr{
  min-width: 100%;
  width:140%;
  
  display:flex;
  flex-direction:row;
  justify-align:stretch;

  float:left;
}*/

.special-striped td:nth-of-type(1){
  background-color:#ecf0f1;
  font-size:0.9em;
  font-weight: bold;
  font-style:italic;

}
.flipper{
  -webkit-perspective: 1000; /* Chrome, Safari, Opera */
  perspective: 1000;
}
.flip-control{
  width: 100%;
  height: 100%;

  transition: transform 0.8s;
  transform-style: preserve-3d;
 -webkit-perspective: 1000; /* Chrome, Safari, Opera */
 table-layout:fixed;
  perspective: 1000;
}

.flip-control .flip-diario{
  backface-visibility: hidden;
  -webkit-perspective: 1000; /* Chrome, Safari, Opera */
  perspective: 1000;

}

.flip-control .flip-mensal{

    backface-visibility: hidden;
    transform: rotateY(-180deg);
    z-index: 1;
    position: relative;
    top: 0;
    background-color: white;
}


.flip-control .flip-anual{
  backface-visibility: hidden;
  -webkit-perspective: 1000; /* Chrome, Safari, Opera */
  perspective: 1000;

}

/*
.flip-control:hover{
  transform: rotateY( -180deg );
}*/


.IndicatorAPI_Hidden_Column{
  width:40px !important;
  min-width: 40px !important;

  -webkit-transition: width .25s ease, min-width .25s ease;
     -moz-transition: width .25s ease, min-width .25s ease;
      -ms-transition: width .25s ease, min-width .25s ease;
       -o-transition: width .25s ease, min-width .25s ease;
          transition: width .25s ease, min-width .25s ease;
 /* display:block !important;*/
  color:transparent !important;
}

.IndicatorAPI_Hidden_Header {

}
.IndicatorAPI_Hidden_Header span:nth-of-type(1){
  display:none;

}

.label-aprovado{
  background-color:#62A046;
}

.label-atraso-cd{
  background-color: rgb(6, 9, 227);
}

.bg-digitador{
  background-color: #6BB9F0;
  -webkit-box-shadow: 0px 0px 1.5px #59ABE3;
     -moz-box-shadow: 0px 0px 1.5px #59ABE3;
          box-shadow: 0px 0px 1.5px #59ABE3;
  border: 1px solid #59ABE3;
  color: white;
}
.label-digitador-s{
    background-color: #6BB9F0;

}
.label-aprovado-s{
    background-color:#A2DED0;
}

.bg-aprovado{
  background-color:#A2DED0;
  -webkit-box-shadow: 0px 0px 1.5px #86E2D5;
  box-shadow: 0px 0px 1.5px #86E2D5;
  border: 1px solid #86E2D5;

}

.bg-portaria{
  color:white;
  background-color:#9b59b6;
  -webkit-box-shadow: 0px 0px 1.5px #BE90D4;
  box-shadow: 0px 0px 1.5px #BE90D4;
  border: 1px solid #BE90D4;

}
.rows > div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 5px;
}

.menu_header .tooltip{
  left: 5px !important;
}

