#nsj-header .navbar-default {
    background: #f1f1f1;
    color: #666;
    font-size: 13px;
    line-height: 1.35;
}
#nsj-header .navbar-brand {
    height: auto;
    background: url(//s3-us-west-2.amazonaws.com/static.nasajon/img/linha-logo.png) center right no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 210px;
}
#nsj-header .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
}
#nsj-header .text-modulo {
    color: #0a597b;
    font-weight: bold;
}
#nsj-header .text-sistema {
    font-weight: bold;
}
#nsj-header .navbar-nav>li>a.profile-image {
    /*padding-top: 8px;*/
    padding-top: 15px;
    /*padding-bottom: 5px;*/
    padding-bottom: 15px;
}
#nsj-header .nsj-icon {
    font-size: 24px;
}
#nsj-header .profile-image img {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}
#nsj-header .goog-menu {
    padding: 0;
    border-color: #ddd;
    box-shadow: 0px 0px 5px #ccc;
    width: 300px;
}
#nsj-header .goog-menu li {
    border: 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 0;
}
#nsj-header .goog-menu li.header {
    padding: 5px 10px;
}
#nsj-header .goog-menu li a {
    padding: 10px 15px;
    color: inherit;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
#nsj-header .goog-menuitem-content {
  color: #666;
  font-weight: 700;
}
#nsj-header .goog-menu li a:hover {
    background-color: #f2f2f2;
    color: #0a597b;
}
#nsj-header .goog-menu li a div {
    background-position: center left;
    background-size: 20%;
    background-repeat: no-repeat;
    padding: 11px 0 11px 63px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#nsj-header .box-arrow:after, #nsj-header .box-arrow:before {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#nsj-header .box-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
#nsj-header .box-arrow:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 13px;
    margin-left: -13px;
}
#nsj-header .navbar-right {
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    #nsj-header .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #mobile-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    #mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1031;
        background: #fff;
        width: 0;
        overflow: hidden;
        white-space: nowrap;
        box-shadow: inset #ccc -1px 0 0 0;
        -moz-box-shadow: inset #ccc -1px 0 0 0;
        -webkit-box-shadow: inset #ccc -1px 0 0 0;
    }
    #mobile-menu .list-group {
        box-sizing: border-box;
    }
    #mobile-menu .list-group .header {
        background: #f1f1f1;
        padding: 14px 10px;
    }
    #mobile-menu .profile-image span {
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 150px;
        vertical-align: middle;
    }
    #mobile-menu .profile-image img {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-right: 5px;
    }
    #mobile-menu .profile-image a {
        display: inline-block;
        vertical-align: middle;
    }
    #mobile-menu .nsj-icon-sair {
        font-size: 24px;
    }
}

.no-hover:hover {
    background: none
}

@font-face {
  font-family: 'nasajon';
  src: url('//s3-us-west-2.amazonaws.com/static.nasajon/fonts/nasajon.eot?92113026');
  src: url('//s3-us-west-2.amazonaws.com/static.nasajon/fonts/nasajon.eot?92113026#iefix') format('embedded-opentype'),
       url('//s3-us-west-2.amazonaws.com/static.nasajon/fonts/nasajon.woff?92113026') format('woff'),
       url('//s3-us-west-2.amazonaws.com/static.nasajon/fonts/nasajon.ttf?92113026') format('truetype'),
       url('//s3-us-west-2.amazonaws.com/static.nasajon/fonts/nasajon.svg?92113026#nasajon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'nasajon';
    src: url('//s3-us-west-2.amazonaws.com/static.nasajon/fonts/nasajon.svg?92113026#nasajon') format('svg');
  }
}
*/

 [class^="nsj-icon-"]:before, [class*=" nsj-icon-"]:before {
  font-family: "nasajon";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.nsj-icon-alertanotificacao:before { content: '\e800'; } /* '' */
.nsj-icon-avaliacaodesempenho:before { content: '\e801'; } /* '' */
.nsj-icon-folha:before { content: '\e802'; } /* '' */
.nsj-icon-home:before { content: '\e803'; } /* '' */
.nsj-icon-notificacao:before { content: '\e804'; } /* '' */
.nsj-icon-ponto:before { content: '\e805'; } /* '' */
.nsj-icon-sair:before { content: '\e806'; } /* '' */
.nsj-icon-solicitacao:before { content: '\e807'; } /* '' */
.nsj-icon-admissão:before { content: '\e808'; } /* '' */
.nsj-icon-seta:before { content: '\e809'; } /* '' */

@import url('//fonts.googleapis.com/css?family=Roboto+Condensed');

/********
Nasajon Sistemas
Default CSS
********/
body {
    min-width: 320px;
    font-family: "Arial", sans-serif;
}

p {
    font-size:0.95em;
    word-wrap: break-word;
}

h2 {
    color:#005679;
    font-size: 2em;
}

legend {
  margin-bottom: 15px;
}

dd {
    margin-bottom: 3px;
}

ul {
    padding-left: 18px;
}

select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
    padding: 6px !important;
    padding-right: 1.5em !important;
}

select::-ms-expand{
    display: none;
}

@-moz-document url-prefix() {
    select {
        padding-top:7px !important;
    }
}

.float-none {
  float: none;
}

.bordered {
  border: 1px solid #dadada;
}
.border-right {
  border-right: 1px solid #dadada;
}
.border-left {
  border-left: 1px solid #dadada;
}
.border-top {
  border-top: 1px solid #dadada;
}
.border-bottom {
  border-bottom: 1px solid #dadada;
}

.rounded-border {
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#nsj-header .navbar-default .navbar-nav>.open>a,
#nsj-header .navbar-default .navbar-nav>.open>a:hover,
#nsj-header .navbar-default .navbar-nav>.open>a:focus {
  background:none;
}

#nsj-header .navbar-default {
  background: #FFF;
  border: none;
}

#nsj-header h4 {
  color: #436470;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 5px 0;
}

#nsj-header p {
  font-weight: normal;
}

#nsj-header .dropdown-menu a.btn-primary {
  color: #FFF;
}

#nsj-header .goog-menu li a.btn-primary:hover {
  background: #5a8696;
  color: #FFF;
}

#nsj-header .goog-menu li.header a {
  display:inline-block;
  margin-bottom: 8px;
}

#nsj-header .goog-menu .switch {
  margin:5px 0 20px;
  display:block;
  width: 100%;
}

.navbar {
  min-height: 40px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    cursor: default;
}

.nav.nav-tabs {
  margin-bottom: 15px;
  padding: 0 15px;
}

.nav-tabs>li>a {
    padding: 6px;
}

.article .publish-article {
    margin-bottom: 20px;
}

.article img {
  max-width: 100%;
  height: auto;
}

.category {
    margin-bottom: 20px;
}

.box-ativo .label {
  margin-top: 10px;
  display: inline-block;
}

.box-ativo .caret {
  margin: 24px 0 0 18px;
}

.box-ativo .caret {
  border-top-color: #005679;
}

.box-ativo .navbar {
  margin-bottom: 5px;
}

.box-ativo h5 {
  font-weight: bold;
  margin-bottom: 2px;
  color: #005679;
}

.box-ativo-body {
  padding: 0 32px;
}

h4.title {
    font-size: 1.8em;
    font-weight: 400;
    margin: 0 0 10px;
}

/* CK Editor */

.cke {
  box-shadow: none !important;
  margin-bottom: 15px !important;
}

@media screen and (min-width: 992px) {
    .geral, .home {
        margin-left: 50px;
        border-left: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-radius: 5px;
    }

    /* Área de criação de novo item (Chamado / Artigo / etc*/
    .new-article.message {
        padding:30px;
    }
    .new-article.message .btn-fixed {
        position:inherit;
        top: 0;
        transform:none;
    }
    .new-article.message .initial-msg i {
        padding: 22px;
        font-size:40px;
        color: #FFF;
        background: #699db0;
        border-radius: 50px;
    }
    .new-article.message .initial-msg p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #699db0;
        font-size: 16px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 991px) {
    .geral, .home {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
  .home {
      margin: 0 -15px;
  }

  .home, .geral {
      padding-top: 61px;
  }

  .dl-horizontal dd {
    margin-bottom: 7px;
  }

  #wrap>.container-fluid {
      padding-top: 52px;
  }
}

@media (min-width: 768px) {
  #wrap>.container-fluid {
      padding-right: 0;
      padding-left: 0;
      padding-top: 67px;
  }

  .geral .col-xs-1, .geral .col-sm-1, .geral .col-md-1, .geral .col-lg-1, .geral .col-xs-2, .geral .geral .col-sm-2, .geral .col-md-2, .geral .col-lg-2, .geral .col-xs-3, .geral .col-sm-3, .geral .col-md-3, .geral .col-lg-3, .geral .col-xs-4, .geral .col-sm-4, .geral .col-md-4, .geral .col-lg-4, .geral .col-xs-5, .geral .col-sm-5, .geral .col-md-5, .geral .col-lg-5, .geral .col-xs-6, .geral .col-sm-6, .geral .col-md-6, .geral .col-lg-6, .geral .col-xs-7, .geral .col-sm-7, .geral .col-md-7, .geral .col-lg-7, .geral .col-xs-8, .geral .col-sm-8, .geral .col-md-8, .geral .col-lg-8, .geral .col-xs-9, .geral .col-sm-9, .geral .col-md-9, .geral .col-lg-9, .geral .col-xs-10, .geral .col-sm-10, .geral .col-md-10, .geral .col-lg-10, .geral .col-xs-11, .geral .col-sm-11, .geral .col-md-11, .geral .col-lg-11, .geral .col-xs-12, .geral .col-sm-12, .geral .col-md-12, .geral .col-lg-12 {
      padding-right: 0;
      padding-left: 0;
  }

  .geral .row {
      margin-right: 0;
      margin-left: 0;
  }

  .dl-horizontal dt {
      width: 125px;
  }

  .dl-horizontal dt.line-height-campo {
    line-height: 35px;
  }

  .dl-horizontal dd {
      margin-left: 135px;
      margin-bottom: 7px;
  }
  .scrollbar {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

/* Tabelas */

.table>thead>tr>th {
  border-bottom-width: 1px;
}

.table td.td-subitens {
  padding-top: 0;
}

.table.table-subitens>tbody>tr>td {
  border-top: none;
  border-bottom:1px solid #ddd;
}

.table-subitens {
  margin-left: 15px;
  width: calc(100% - 10px);
  box-sizing: content-box;
  margin-bottom: 2px;
}

/* Melhor funcionamento de tabelas no celular */

.table-default {
  width: 100%;
  overflow-x:auto;
  overflow-y:hidden;
  display: block;
}

.table-default .table, .table-default table {
  display: table;
}

.table-default .table>tbody>tr>td {
  vertical-align: middle;
}

/* Cores */
a,
table .tablesort-asc,
table .tablesort-desc {
  color: #7188e3;
}

a:hover, a:focus {
  color: #4964cf;
}

.vertical-menu .nav-pills>li>a,
a.list-group-item .list-group-item-heading,
li.list-group-item .list-group-item-heading,
a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge,
.client-infos h5 {
  color:#5a8696;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #699db0;
  color: #FFF;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #699db0;
    border-color: #699db0;
}

.headline-page h2,
.headline-sub h3,
.configuracoes-group-item .list-group-item-heading {
  color: #436470;
}

.btn-warning {
    background-color: #e38b71;
    border-color: #df7d60;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-color: #df7d60;
    border-color: #d96d4d;
}

.btn-primary {
  background-color: #699db0;
  border-color: #5a8696;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #5a8696;
    border-color: #436470;
  }

/* Fontes */
h2,
.headline-page h2,
.vertical-menu,
.list-group-item h4,
.headline-sub h3,
.configuracoes-group-item .list-group-item-heading,
h4.title,
legend h4,
.feeds h3 {
  font-family: 'Roboto Condensed', sans-serif;
}

.c-row{
  margin-left: -15px;
  margin-right: -15px
}

.c-row:after{
  display: block;
  clear: both;
  content: "";
}

/* Panels e List Groups */

.panel-heading .col-xs-8,
.panel-heading .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

.panel-default .nav-tabs {
    padding: 10px 15px 0;
    font-size: 0.9em;
}

.panel-body {
    padding: 0;
}

.panel-body .display-results {
    padding:15px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.panel-default .panel-heading {
    padding: 15px;
    background-color:transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #dddddd;
}

.panel.panel-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -mox-box-shadow:none;
}

.list-group {
    margin-bottom: 0;
}

.list-group-item {
    padding: 15px;
    margin-bottom:0;
}

.list-group-item:hover, .list-group-item:focus {
  background: #f1f1f1;
}

.list-group-item small {
    color:#acacac;
}

.list-group-item.active small {
  color: #f1f1f1;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #c4e3f3;
}

.list-group-item.active a,
.list-group-item.active p,
.list-group-item.active h4,
.list-group-item.active h3,
.list-group-item.active h2,
.list-group-item.active h1,
.list-group-item.active span {
  color: #FFF;
}

.list-group-item.active .list-group-item-heading {
  color: #FFF;
}

a.list-group-item .list-group-item-heading,
li.list-group-item .list-group-item-heading {
    margin-bottom: 5px;
}

li.list-group-item:hover {
    cursor: pointer;
}

.list-group>.list-group-item {
    display: block;
    font-size: 1.1em;
    padding: 10px 15px;
}

.list-group .list-group-item-text,
.list-group .ultima-resposta {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.lista-configuracoes.list-group>.list-group-item {
    padding: 10px 35px 10px 15px;
}

.lista-configuracoes.list-group .list-group-item-text {
  text-overflow: inherit;
  width: auto;
  overflow: inherit;
  white-space: inherit;
}

.lista-configuracoes a.list-group-item .list-group-item-heading,
.lista-configuracoes li.list-group-item .list-group-item-heading {
  margin-bottom: 2px;
}

.configuracoes-group-item .list-group-item-heading {
  margin-bottom: 2px;
  font-weight: 400;
}

/* Panel de regras - Configurações - Parte interna */
.panel-rules .panel.panel-default {
    height: auto;
    background: #FFF;
    border: 1px solid #dddddd;
    border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 15px;
}

.panel-rules .panel-default .panel-heading {
    color: #333;
    background-color:#f5f5f5;
    border-color: #ddd;
    padding: 10px;
}

.panel-rules .table>tfoot>tr>th {
    border-top: none;
}

.panel-rules .table>tbody>tr>td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.panel-rules a {
    font-weight: normal;
    font-size: 0.9em;
}

/* Lista de Configurações */

.configuracoes-group-item {
    position: relative;
    padding: 18px 20px 0 20px;
}

.configuracoes-group-item .icone {
    margin: 2px 10px 10px 0;
}

.configuracoes-group-item .item-macro h4 {
    padding-top: 4px;
}

.configuracoes-group-item .item-macro .icone {
    width: 20px;
}

.configuracoes-group-item .seta {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.config-list .lista-configuracoes {
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
}

.lista-configuracoes .list-group-item {
    background:transparent;
    border:none;
    border-bottom: 1px solid #dddddd;
}

.lista-configuracoes>a:last-child {
    border: none;
}

.configuracoes-group-item .item-macro p {
  margin-bottom: 8px;
}

.config-page {
  margin-bottom: 20px;
}

/* Panel Gray */

.panel.panel-gray {
    border-color: #ddd;
    margin: 15px;
}

.panel.panel-gray .panel-body {
    padding: 15px;
    margin: 0;
}

@media screen and (max-width: 991px) {
  .config-list .panel-default .panel-heading {
      padding: 0;
  }

  .config-list .panel-rules .panel-default .panel-heading {
      padding: 5px 8px;
  }
}

@media screen and (max-width: 767px) {
  .panel.panel-default {
      padding-bottom: 50px;
      overflow-x: inherit;
      overflow-y: inherit;
  }

  .panel-default>.panel-heading,
  .panel-default>.panel-body {
      padding:10px 0;
      border-bottom: none;
  }

  .panel-default>.panel-heading {
      padding: 10px 0 0;
  }

  .panel-body {
      margin: 0 -15px;
  }

  .list-group-item:first-child {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
  }

  .list-group-item {
      border-right: none;
      border-left: none;
      margin-top: -1px;
  }

  .lista-configuracoes .list-group-item {
    margin-top: 0;
  }

  .list-links .panel {
    margin: 0 -15px;
  }

  .panel-rules .panel.panel-default {
      padding-bottom: 0px;
  }

  .config-list {
      overflow-x: inherit;
      overflow-y: inherit;
  }

  .config-list .list-group {
      margin: 0 -15px;
  }

  .config-list .panel-body {
      margin: 0;
      padding: 0;
  }

  .config-list .panel-body .list-group {
      margin-top: 0;
      margin-bottom: 0;
  }

  .config-list .panel-rules .panel.panel-default {
      margin-bottom: 15px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-right: 0;
      border-left: 0;
  }

}

@media (min-width: 768px) {
  .panel.panel-default {
      border-right: 1px solid #dddddd;
      margin-bottom: 0;
  }

  .list-group-item:first-child {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
  }

  .list-group-item:last-child {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
  }

  .list-group-item {
      background:transparent;
      border:none;
      border-bottom: 1px solid #dddddd;
  }

  .list-group-item-info {
      background-color: #d9edf7;
      font-size: 0.9em;
  }

}
@media (min-width: 768px) {
    html,
    body,
    #wrap,
    #wrap>.container-fluid,
    .geral,
    .home,
    .panel-default,
    .list-group,
    .height-full,
    .base-nav,
    .height-full-calc {
        height: 100%;
    }

    .view-solicitacao,
    .article-area,
    .panel-default,
    .vertical-menu {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
  .vertical-menu {
      height: auto;
      overflow-x: inherit;
      overflow-y: inherit;
  }
}

@media screen and (min-width: 992px) {
  .height-full-calc,
  .base-nav {
      height: calc(100% - 36px);
  }

  .home {
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .view-solicitacao, .article-area {
      overflow-x: inherit;
      overflow-y: inherit;
      height: auto;
  }
  .new-article {
    height: auto;
  }
}

/* Switch */

.switch > input[type="checkbox"] {
    display: none;
}

.switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 53px;
}

.switch.switch-sm > label {
  width: 46px;
}

.switch > label::before {
    background: #b3b3b3;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.switch > label::after {
    background: #b3b3b3;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.switch.switch-lg > label::after {
    background:#b3b3b3 url('//s3-us-west-2.amazonaws.com/static.nasajon/img/atendimento/wifi-icon.svg') 7px 6px no-repeat;
    background-size:13px;
    width: 27px;
    height: 27px;
}

.switch.switch-lg > label::before {
    height: 19px;
    width: 45px;
}

.switch.switch-lg > input[type="checkbox"]:checked + label::after {
    background:#5cb85c url('//s3-us-west-2.amazonaws.com/static.nasajon/img/atendimento/wifi-icon.svg') 7px 6px no-repeat;
    background-size:13px;
}

.switch {
    color: #757575;
    font-size: 0.85em;
    white-space: nowrap;
}

.switch.switch-sm > input[type="checkbox"]:checked + label::after {
  background: #5cb85c;
}

.switch.switch-sm > label::before {
    height: 13px;
    width: 37px;
    margin: -8px 0;
}

.text-right .switch.switch-sm > label::before {
    margin: -8px -45px;
}

.switch.switch-sm > label::after {
    background: #b3b3b3;
    width: 20px;
    height: 20px;
}

.switch.switch-sm > label {
  top: 3px
}


/* Botões play e pause */

.btn-play-pause .btn-play {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid green;
}

.btn-pause {
    display: block;
    width: 0;
    height: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.btn-pause:before {
    content: '';
    position: absolute;
    top: 0px;
    background: green;
    z-index: 2;
    width: 6px;
    height: 18px;
}

.btn-pause:after {
    content: '';
    width: 6px;
    height: 18px;
    background: green;
    position: absolute;
    right: 4px;
    top: 0px;
}


/* Floating button */

.floating-button {
  position: absolute;
  top: 5px;
  z-index: 100;
  width: 100%;
  text-align: center;
}

.floating-button a {
  border-radius: 25px;
}

/* Outros botões */

.btn-link {
    color:#555555;
}

.home .btn-new {
    margin-top: 20px;
}

.bt-new-article .btn-fixed .dropdown-menu {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

.btn.desabilitado {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn-default.desabilitado:hover {
  background: #FFF;
  border-color: #ccc;
}

/* botões de ações OS */
.btns-acoes.btn {
  padding: 8px 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 0.6em;
}

.btns-acoes-md.btn {
    padding: 9px 12px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 0.9em;
    width: 40px;
    height: 40px;

    /*padding: 8px 10px;*/
    /*border-radius: 50px;*/
    /*-webkit-border-radius: 50px;*/
    /*-moz-border-radius: 50px;*/
    /*font-size: 0.9em;*/
}

.btns-acoes-md i {
    margin:3px 0 0;
}

.filter .btns-acoes.btn,
.servicos-visitas .btns-acoes.btn {
  font-size: 0.7em;
  line-height: 1.7;
}


@media screen and (min-width: 992px) {
    .bt-new-article .btn-fixed {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .bt-new-article .btn-fixed .dropdown-menu {
      top: 50%;
    }
}

@media screen and (max-width: 991px) {
    .btn.btn-fixed {
        padding: 15px 19px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
        position:fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
    }

    .bt-new-article .btn-fixed .dropdown-menu {
      margin-right: 20px;
      margin-bottom: 80px;
      position: fixed;
      bottom: 0;
      right: 0;
      top: inherit;
      left: inherit;
    }

}

@media screen and (max-width: 767px) {
    .btns-area .btn-geral {
        padding: 2px 8px;
        background: none;
        border: none;
        color: #555555;
        font-size: 1.0em;
    }

    .btns-area .btn-geral.btn-save,
    .btns-area .btn-geral.btn-send {
        font-size:1.2em;
    }
}

/* Headlines */

.headline-page {
    border-bottom: 1px solid #dddddd;
}

.headline-page .headline {
    padding: 6px 15px;
}

.headline-page h2 {
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 15px 0 0;
}

.headline-sub {
  margin: 0 0 15px;
}

.headline-sub h3 {
    font-size: 1.5em;
    margin: 0;
}

.headline-sub .label-solicitacoes {
    margin: 0;
}

.headline-sub .dropdown-toggle .icon.xs-icon {
    width: 10px;
    height: 9px;
    background-size: 10px;
    background-position: center;
}

.headline-sub .label-solicitacoes .label {
  margin: 0 8px;
}

.headline-sub .dropbutton-geral {
  margin: 0 0 0 8px;
}

.headline-sub a {
    color: #005679;
}

.headline-sub a.btn-warning {
  color: #FFF;
}

@media screen and (min-width: 992px) {
  .headline-sub {
      padding: 12px 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .panel .headline-sub {
    margin-bottom: 0;
  }

  .headline-page {
      display: none;
  }

  .headline-sub {
      padding: 2px 15px;
      background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
      border-bottom: 1px solid #e6e6e6;
  }

  .headline .headline-sub {
      background: none;
      border: none;
  }

  .headline-sub h3 {
    font-size: 1.2em;
    padding: 5px 0;
  }
  
   .modal .modal-content .headline-sub{
        padding: 12px 15px 0;
        background:none;
        border:none;
    }
    
    .modal .modal-content .headline-sub h3{ font-size:1.5em; }
    .modal .modal-content .headline-sub h3 a{ display:none;}

  
}

@media (min-width: 768px) {
  .list-links .headline-sub {
      display: none;
      visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .headline-sub {
      padding: 1px 15px;
      margin: 0 -15px 15px;
  }
}

/* ícones padrão (fora o elusive icons) */

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 3px;
}

.icon.ret-icon {
    background-image: url("//s3-us-west-2.amazonaws.com/static.nasajon/img/atendimento/reticence-icon.svg");
}

.icon.xs-icon {
    width: 13px;
    height: 15px;
    background-size: 13px;
}

.btn-group .icon.xs-icon {
  width: 20px;
}

.icon.sm-icon {
    width: 35px;
    height: 30px;
    background-size: 28px;
}

.icon.md-icon {
    width: 63px;
    height: 57px;
    background-size: 56px;
}

/* Ícone busca */

input.campo-busca {
    background: url("//s3-us-west-2.amazonaws.com/static.nasajon/img/icone-busca2.png") no-repeat 8px 8px;
    padding-left: 27px;
}

/* Status */

.status .label {
    width: 14px;
    height: 14px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    display: inline-block;
}

.status-article .label {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-image: url('//s3-us-west-2.amazonaws.com/static.nasajon/img/atendimento/wifi-icon.svg');
    background-position: 7px 6px;
    background-repeat: no-repeat;
    background-size: 10px;
}

.status-article .label-default {
    background-color: #b3b3b3;
    opacity: 0.7;
}

.ico-success {
  color: #5cb85c
}

.ico-default {
  color:#777777;
}

/* Ícones / Alertas e Informações úteis */

.badge {
  font-family: Arial, sans-serif;
}

.success-ico {
    color: #5cb85c;
}

.danger-ico {
    color: #d9534f;
}

.modified-by {
    color: #adadad;
    margin: 18px 0;
}

.info-post {
    font-size: 11px;
    color: #929292;
    display: inline-block;
    padding:0px 5px 5px;
    vertical-align:middle;
    font-weight: normal;
}

a.info-post {
  color: #428bca;
}

.list-group-item.active span.info-post {
  color: #FFF;
}

.ultima-resposta {
    font-size: 0.8em;
    margin-top: 2px;
    color: #D43434;
}

.alert {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Informações de carregamento e exibição de conteúdos */

.onloading {
  border: 3px solid #f3f3f3; /* cinza claro */
  border-top: 3px solid #333333; /* azul */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 15px 0;
  background: none;
  left: 50%;
  margin-left: -15px;
  position: relative;
}

.onloading.ng-enter,
.onloading.ng-leave.ng-leave-active {
 display:none;
}

.onloading.ng-leave,
.onloading.ng-enter.ng-enter-active {
 display: inherit;
}

section.onloading:after  {
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

p.nfound, .showIfLast {
 margin: 0;
 padding: 20px 0;
}

p.nfound, .showIfLast {
 font-weight: bold;
 color: #a7a7a7;
}

p.no-content {
  margin: 30px 0;
  font-weight: bold;
  color: #a7a7a7;
}

/* Highlight buscas */
.ui-select-highlight,
.list-group-item.active span.ui-select-highlight,
.list-group-item span.ui-select-highlight,
.highlight {
  background: #ffee73;
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
    .tooltip {
        display: none;
    }
}

.nav-atendimento {
    background: #FFF;
    padding: 0 6px;
}

.nav-atendimento .nav>li {
    display: block;
}

.nav-atendimento .nav>li>a {
    color: #4b4b4b;
    text-align: center;
}

.nav-atendimento .nav>li>a:hover,
.nav-atendimento .nav>li>a:focus {
    background: none;
    color: #777777;
}

.nav-atendimento .nav>li.active-line>a {
    cursor:default;
    color: #FFF;
    background: #699db0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.nav-atendimento .badge {
  background-color: #df7d60;
  font-size: 0.65em;
  padding: 3px 6px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -22px;
}

@media screen and (min-width: 992px) {
    .nav-atendimento {
        position: fixed;
        top: 66px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        border-right: 1px solid #FFF;
        width: 50px;
    }

    .nav-atendimento .nav {
      position: relative;
    }

    .nav-atendimento .nav>li.config {
      position: absolute;
      bottom: 0;
      width: 100%;
    }

    .nav-atendimento .nav>li.relatorios {
      position: absolute;
      bottom: 57px;
      width: 100%;
    }

    .nav-atendimento .nav>li>a {
        padding: 6px;
        font-size: 1.3em;
        margin: 4px 0 8px;
    }
    .nav-atendimento .nav>li {
        display: block;
    }
    .ico-menu {
      width: 21px;
    }
}

@media screen and (max-width: 991px) {
    .nav-atendimento-system,
    .menu-principal {
        position: fixed;
        top: 0;
        width: 100%;
        margin-top: 65px;
        z-index: 4;
    }

    .nav-atendimento .nav>li {
        font-size: 1.5em;
        list-style: none;
        display: table-cell;
        text-align: center;
        width: auto;
    }

    .nav-atendimento .nav>li {
        width: 12.8%;
    }

    .nav-atendimento .nav>li>a {
        padding: 10px 0;
        display: block;
        color: #FFF;
        opacity: 0.6;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */
    }

    .nav-atendimento .nav>li.active-line>a {
      background: none;
      opacity: 1;
    }

    .nav-atendimento .nav>li>a:hover, .nav-atendimento .nav>li>a:focus {
      color: #FFF;
      opacity: 1;
    }

    .nav-atendimento .badge {
      bottom: 6px;
      margin-right: -26px;
    }

    .nav-atendimento {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 0;
        background: #5A8696;
    }

    .nav-atendimento .nav {
        display: table-row;
        margin: 0;
        padding: 0;
    }

    .nav-atendimento .nav:before,
    .nav-atendimento .nav:after {
        content: none;
    }
    .ico-menu {
      width: 23px;
    }
}

@media screen and (max-width: 767px) {
    .nav-atendimento-system,
    .menu-principal {
        margin-left: -15px;
    }

    .nav-atendimento .nav>li {
        font-size: 1.4em;
    }

    .nav-atendimento .active-line:after {
        margin-top: 0;
    }

    .nav-atendimento .badge {
        margin-right: -25px;
        font-size: 0.7em;
    }
}

/* Forms */

.forms {
  padding-top: 15px;
}

.forms li button {
    margin-right: 10px;
}

.form-group .help-block {
    padding: 5px 0 0;
}

.form-group textarea {
    resize: none;
    height: 100px;
}

.form-horizontal .control-label {
    padding-right: 8px !important;
}

.input-group select {
    padding: 7px 3px;
}

.ui-select-match > .ui-select-toggle span {
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    padding-right: 30px;
    height: 22px;
    left: 12px;
}

.ui-select-match > .ui-select-toggle span>span {
    left: 0;
}

/* Componentes de Criação / Edição de texto */

.ta-scroll-window > .ta-bind,
.ta-editor.ta-html,
.ta-scroll-window.form-control {
    min-height: 200px !important;
}

.view-solicitacao .ta-scroll-window > .ta-bind,
.view-solicitacao .ta-editor.ta-html,
.view-solicitacao .ta-scroll-window.form-control,
.ticket .ta-scroll-window > .ta-bind,
.ticket .ta-editor.ta-html,
.ticket .ta-scroll-window.form-control {
    min-height: 150px !important;
}

.ta-toolbar {
    margin-bottom: 5px;
}

.ta-text {
    margin-bottom: 15px;
}

.table-default label.form-control {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .forms li button {
      margin-right: -5px;
  }

  .forms {
      padding-bottom: 55px;
  }

  .article-area .forms {
      margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .form-group .help-block {
      padding: 0;
      margin: 0 0 0 15px;
  }
}

@media (min-width: 768px) {
  .forms {
    padding-bottom: 15px;
  }

  .forms .col-xs-1, .forms .col-sm-1, .forms .col-md-1, .forms .col-lg-1, .forms .col-xs-2, .forms .col-sm-2, .forms .col-md-2, .forms .col-lg-2, .forms .col-xs-3, .forms .col-sm-3, .forms .col-md-3, .forms .col-lg-3, .forms .col-xs-4, .forms .col-sm-4, .forms .col-md-4, .forms .col-lg-4, .forms .col-xs-5, .forms .col-sm-5, .forms .col-md-5, .forms .col-lg-5, .forms .col-xs-6, .forms .col-sm-6, .forms .col-md-6, .forms .col-lg-6, .forms .col-xs-7, .forms .col-sm-7, .forms .col-md-7, .forms .col-lg-7, .forms .col-xs-8, .forms .col-sm-8, .forms .col-md-8, .forms .col-lg-8, .forms .col-xs-9, .forms .col-sm-9, .forms .col-md-9, .forms .col-lg-9, .forms .col-xs-10, .forms .col-sm-10, .forms .col-md-10, .forms .col-lg-10, .forms .col-xs-11, .forms .col-sm-11, .forms .col-md-11, .forms .col-lg-11, .forms .col-xs-12, .forms .col-sm-12, .forms .col-md-12, .forms .col-lg-12 {
      padding-right: 15px;
      padding-left: 15px;
  }

  .form-group .form-group {
      margin-bottom: 0;
  }
}

/* Breadcrumb Trail */
.breadcrumb-trail {
  font-size: 0.9em;
  color: #5f5f5f;
  line-height: 22px;
  margin-right: 10px;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.15.0 - 2016-03-15T17:20:10.063Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

@charset "UTF-8";
.c-row:after, .info-list .info:after {
  display: block;
  clear: both;
  content: ""; }

.popover-content {
  padding: 9px 14px !important; }

.margin-reset {
  margin: 0 !important; }

.bottom-clear {
  margin-bottom: 0; }

.top-buffer {
  margin-top: 15px; }

.bottom-buffer {
  margin-bottom: 15px; }

.c-row {
  margin-left: -15px;
  margin-right: -15px; }

.padding-content {
  padding-left: 15px;
  padding-right: 15px; }

.no-scroll {
  overflow: hidden; }

.height-full {
  height: 100%; }

.form-buttom {
  padding-top: 24px; }

@media (min-width: 992px) {
  .content-scroll {
    overflow-y: scroll; } }

.td-middle {
  vertical-align: middle !important;
  text-align: center; }

.td-v-middle {
  vertical-align: middle !important; }

.text-title-primary {
  color: #095E69;
  margin: 0; }

.text-title {
  color: #054952;
  margin: 4px 0 0; }

.block-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.panel-link {
  display: block; }
  .panel-link:hover, .panel-link:focus {
    text-decoration: none; }

.container-fluid .c-row .col-lg-1, .container-fluid .c-row .col-lg-10, .container-fluid .c-row .col-lg-11, .container-fluid .c-row .col-lg-12, .container-fluid .c-row .col-lg-2, .container-fluid .c-row .col-lg-3, .container-fluid .c-row .col-lg-4, .container-fluid .c-row .col-lg-5, .container-fluid .c-row .col-lg-6, .container-fluid .c-row .col-lg-7, .container-fluid .c-row .col-lg-8, .container-fluid .c-row .col-lg-9, .container-fluid .c-row .col-md-1, .container-fluid .c-row .col-md-10, .container-fluid .c-row .col-md-11, .container-fluid .c-row .col-md-12, .container-fluid .c-row .col-md-2, .container-fluid .c-row .col-md-3, .container-fluid .c-row .col-md-4, .container-fluid .c-row .col-md-5, .container-fluid .c-row .col-md-6, .container-fluid .c-row .col-md-7, .container-fluid .c-row .col-md-8, .container-fluid .c-row .col-md-9, .container-fluid .c-row .col-sm-1, .container-fluid .c-row .col-sm-10, .container-fluid .c-row .col-sm-11, .container-fluid .c-row .col-sm-12, .container-fluid .c-row .col-sm-3, .container-fluid .c-row .col-sm-4, .container-fluid .c-row .col-sm-5, .container-fluid .c-row .col-sm-6, .container-fluid .c-row .col-sm-7, .container-fluid .c-row .col-sm-8, .container-fluid .c-row .col-sm-9, .container-fluid .c-row .col-xs-1, .container-fluid .c-row .col-xs-10, .container-fluid .c-row .col-xs-11, .container-fluid .c-row .col-xs-12, .container-fluid .c-row .col-xs-2, .container-fluid .c-row .col-xs-3, .container-fluid .c-row .col-xs-4, .container-fluid .c-row .col-xs-5, .container-fluid .c-row .col-xs-6, .container-fluid .c-row .col-xs-7, .container-fluid .c-row .col-xs-8, .container-fluid .c-row .col-xs-9, .container-fluid .c-row .col-sm-2, .container .c-row .col-lg-1, .container .c-row .col-lg-10, .container .c-row .col-lg-11, .container .c-row .col-lg-12, .container .c-row .col-lg-2, .container .c-row .col-lg-3, .container .c-row .col-lg-4, .container .c-row .col-lg-5, .container .c-row .col-lg-6, .container .c-row .col-lg-7, .container .c-row .col-lg-8, .container .c-row .col-lg-9, .container .c-row .col-md-1, .container .c-row .col-md-10, .container .c-row .col-md-11, .container .c-row .col-md-12, .container .c-row .col-md-2, .container .c-row .col-md-3, .container .c-row .col-md-4, .container .c-row .col-md-5, .container .c-row .col-md-6, .container .c-row .col-md-7, .container .c-row .col-md-8, .container .c-row .col-md-9, .container .c-row .col-sm-1, .container .c-row .col-sm-10, .container .c-row .col-sm-11, .container .c-row .col-sm-12, .container .c-row .col-sm-3, .container .c-row .col-sm-4, .container .c-row .col-sm-5, .container .c-row .col-sm-6, .container .c-row .col-sm-7, .container .c-row .col-sm-8, .container .c-row .col-sm-9, .container .c-row .col-xs-1, .container .c-row .col-xs-10, .container .c-row .col-xs-11, .container .c-row .col-xs-12, .container .c-row .col-xs-2, .container .c-row .col-xs-3, .container .c-row .col-xs-4, .container .c-row .col-xs-5, .container .c-row .col-xs-6, .container .c-row .col-xs-7, .container .c-row .col-xs-8, .container .c-row .col-xs-9, .container .c-row .col-sm-2 {
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid .row .padding-content, .container .row .padding-content {
  padding-left: 15px;
  padding-right: 15px; }

.bg-gray {
  background: #f4f4f4; }

.content {
  padding: 15px; }

.fixedSidebar .headline-page h2 {
  color: #054952; }

.fixedSidebar .headline-sub h3 {
  color: #054952; }

.fixedSidebar .headline-sub a {
  color: #054952; }
  .fixedSidebar .headline-sub a:hover, .fixedSidebar .headline-sub a:focus {
    color: #04343a; }

.fixedSidebar .btn-primary.active,
.fixedSidebar .btn-primary:focus,
.fixedSidebar .btn-primary:hover,
.fixedSidebar .open > .dropdown-toggle.btn-primary {
  background-color: #095E69;
  border-color: #074952; }

.fixedSidebar .btn-primary {
  background-color: #095E69;
  border-color: #074952; }
  .fixedSidebar .btn-primary:hover, .fixedSidebar .btn-primary:focus {
    background: #074952; }

.fixedSidebar .btn-warning {
  background-color: #EDBB07;
  border-color: #d4a706; }
  .fixedSidebar .btn-warning:hover, .fixedSidebar .btn-warning:focus {
    background-color: #d4a706; }

.alert-fixed {
  position: fixed;
  display: block;
  top: 20px;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1043;
  border: 0;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.6);
  width: 300px;
  max-width: 100%; }
  .alert-fixed.alert-warning {
    background: #ffab27;
    color: #fff; }
  .alert-fixed.alert-danger {
    background: rgba(207, 78, 78, 0.9);
    color: #fff; }
  .alert-fixed.alert-icon {
    padding-left: 50px; }
    .alert-fixed.alert-icon .icon {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px; }

.header-aside {
  position: relative; }
  .header-aside .opt-buttons {
    position: absolute;
    right: 0; }
  .header-aside .search-field {
    width: 100%;
    float: left; }
  @media (max-width: 767px) {
    .header-aside .opt-buttons {
      position: absolute;
      right: -20px; } }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #19A5B4;
  border-color: #19A5B4; }

.headline-visible {
  display: block !important; }

.label-status {
  background: #787878;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase; }

.panel.panel-gray {
  border: 1px solid #ddd; }
  .panel.panel-gray .panel-heading {
    background: #f0f0f0;
    border-bottom: 1px solid #ddd; }
  .panel.panel-gray .panel-body {
    padding: 0 15px; }
  .panel.panel-gray .panel-content {
    padding: 15px; }

.panel.panel-white {
  border: 1px solid #ddd; }
  .panel.panel-white .panel-heading {
    background: #fff;
    border-bottom: 1px solid #ddd; }
  .panel.panel-white .panel-body {
    padding: 0 15px; }
  .panel.panel-white .panel-content {
    padding: 15px; }

.btn-circle {
  border-radius: 50%;
  padding: 7px 10px; }

select.input-sm {
  padding: 0px 18px 0 10px !important; }

.ui-select-container.input-sm {
  padding: 0; }
  .ui-select-container.input-sm .ui-select-match {
    height: 30px; }
    .ui-select-container.input-sm .ui-select-match span.btn {
      height: 30px;
      padding: 5px 15px;
      font-size: 13px; }
  .ui-select-container.input-sm .form-control {
    height: 30px;
    padding: 5px 15px;
    font-size: 13px; }
    .ui-select-container.input-sm .form-control:focus {
      outline: none; }
  .ui-select-container.input-sm span.ui-select-choices-row-inner {
    font-size: 12px; }

.nsj-list-infos .list-item {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 35px 15px 15px;
  position: relative; }
  .nsj-list-infos .list-item h4, .nsj-list-infos .list-item span {
    margin: 0;
    padding: 0;
    display: inline; }
  .nsj-list-infos .list-item:after {
    font-size: 12px;
    content: '\25b6';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  .nsj-list-infos .list-item .list-item-content {
    display: none; }

@media (min-width: 768px) {
  .top-info .form-group {
    margin-right: 15px; } }

.modal .primary-title {
  color: #054952;
  margin: 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px; }

@media (min-height: 300px) and (min-width: 768px) {
  .center-modal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0; }
    .center-modal .modal-dialog .modal-content {
      max-height: 300px;
      overflow-y: auto; } }

.custom-mobile-modal .modal-dialog .modal-content {
  box-shadow: 1px 1px 1px 9999999px rgba(0, 0, 0, 0.6); }

@media (max-width: 767px) {
  .custom-mobile-modal {
    height: calc(100% - 101px);
    top: 101px; }
    .custom-mobile-modal .modal-dialog {
      height: 100%;
      margin: 0;
      width: 100%; }
      .custom-mobile-modal .modal-dialog .modal-content {
        box-shadow: none;
        border: 0;
        border-radius: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto; }
        .custom-mobile-modal .modal-dialog .modal-content .modal-body {
          height: 100%; } }

.nsj-table-scroll {
  overflow-x: auto; }
  .nsj-table-scroll td, .nsj-table-scroll th {
    white-space: nowrap; }

@media (max-width: 767px) {
  .nsj-table-responsive td:before {
    content: attr(data-label) ": ";
    font-weight: 600; } }

@media (max-width: 767px) and (max-width: 767px) {
  .nsj-table-responsive td {
    display: block; } }

.nsj-table-scroll {
  overflow-x: auto; }
  .nsj-table-scroll td, .nsj-table-scroll th {
    white-space: nowrap; }

.table .table-filter {
  background: #f6f4f6; }

@media (max-width: 767px) {
  .table-list tr {
    display: block; }
    .table-list tr td {
      display: block; }
      .table-list tr td .info-obj label, .table-list tr td .info-obj span {
        display: inline; } }

.info-list .info {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: block; }
  .info-list .info:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .info-list .info:first-child {
    padding-top: 0; }
  .info-list .info .info-title {
    color: #095E69;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.3em; }
  .info-list .info .sub {
    color: #ccc;
    font-size: 11px; }
  .info-list .info:hover, .info-list .info:focus {
    text-decoration: none; }
  .info-list .info .badge.badge-square {
    border-radius: 4px; }
  .info-list .info .badge.danger {
    background: #f85250; }
  .info-list .info .badge.warning {
    background: #feaf46; }

@media (min-width: 992px) {
  .btn-fixed-md {
    position: fixed;
    bottom: 20px;
    margin-bottom: 0;
    right: 25px;
    border-radius: 30px;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.38); }
  .btn-lg.btn-xg {
    padding: 16px 22px; } }

/* MODULES */
.fixedSidebar #nsj-header .navbar a.profile-image {
  padding-top: 9px !important;
  padding-bottom: 9px !important; }
  @media (max-width: 767px) {
    .fixedSidebar #nsj-header .navbar a.profile-image {
      display: block !important;
      padding: 15px !important; }
      .fixedSidebar #nsj-header .navbar a.profile-image .icon {
        background: #ccc;
        display: block !important;
        width: 35px;
        height: 35px;
        color: #fff;
        font-size: 19px;
        padding: 9px 10px;
        border-radius: 50%;
        margin: 0; } }

@media (max-width: 767px) {
  .fixedSidebar #nsj-header .navbar {
    border-bottom: 1px solid #ddd; } }

.fixedSidebar #nsj-header .navbar.navbar-default {
  color: #666;
  font-size: 13px;
  line-height: 1.35;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  height: 66px; }
  @media (max-width: 767px) {
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text {
      display: none; } }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text .text-modulo {
    color: #095E69;
    font-weight: 700; }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text .text-sistema {
    font-weight: 700; }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text span {
    display: block; }
    @media (max-width: 767px) {
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text span {
        display: block;
        width: 190px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header {
        margin: 0;
        width: calc(100% - 58px);
        float: left;
        padding-left: 50px; } }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
      background: none;
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
          float: none;
          margin: 0 auto;
          display: block; } }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header img {
      height: 35px;
      width: auto;
      margin: 0 auto;
      display: block; }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-right {
    margin-top: 8px;
    margin-bottom: 8px; }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-right .main-text {
      text-align: right;
      display: inline-block;
      line-height: 15px;
      vertical-align: middle; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-right .main-text .sub-text {
        display: block;
        clear: both;
        color: #095E69; }
  @media (max-width: 991px) {
    .fixedSidebar #nsj-header .navbar.navbar-default {
      border-bottom: 1px solid #ddd; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header {
      float: left; } }
  @media (max-width: 991px) {
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-header .navbar-brand {
        background: none; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-text {
        float: left;
        margin-left: 20px; } }
   .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right .ui-select-toggle a {
    padding: 1px 5px !important;
    /* display: none !important;  */
  }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right h4 {
    color: #054952; }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right > .open > a {
    background: none; }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right p {
    font-weight: normal; }
  .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes {
    padding: 0;
    border-color: #ddd;
    box-shadow: 0 0 5px #ccc;
    width: 300px;
    background: #fff; }
    @media (max-width: 767px) {
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes {
        margin-left: -240px; } }
    @media (min-width: 768px) {
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes {
        right: 12px; } }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes #organizacoes {
      max-height: 183px;
      overflow-y: scroll; }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .search-org {
      font-weight: 300;
      margin-top: 5px;
      margin-bottom: 5px; }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item {
      border: 0;
      font-weight: 700;
      padding: 0; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.separator {
        border-bottom: 1px solid #ddd; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.header {
        padding: 5px 10px; }
        .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.header a {
          display: inline-block;
          margin-bottom: 8px; }
          .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.header a.btn-primary {
            color: #fff; }
            .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.header a.btn-primary:hover, .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.header a.btn-primary:focus {
              background: #074952; }
          .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item.header a.btn-default {
            color: #333; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item a {
        padding: 10px 15px;
        color: inherit;
        display: block;
        text-decoration: none;
        white-space: nowrap; }
        .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item a:hover {
          background-color: #f2f2f2;
          color: #095E69; }
        .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .dropdown-item a div {
          background-position: center left;
          background-size: 20%;
          background-repeat: no-repeat;
          padding: 11px 0 11px 63px;
          overflow: hidden;
          text-overflow: ellipsis; }
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .switch {
      margin: 5px 0 20px;
      display: block;
      width: 100%; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right #header-provisoes .switch.switch-sm > label::before {
        margin: -8px 0; }
  @media (max-width: 767px) {
    .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right {
      margin: 0; }
      .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right > li {
        width: 50px;
        display: block;
        float: right; }
        .fixedSidebar #nsj-header .navbar.navbar-default .navbar-nav.navbar-right > li > ul.dropdown-menu {
          right: 0 !important;
          left: auto !important;
          position: absolute;
          background: #fff; } }

.fixedSidebar {
  /* ------------ MOBILE STYLES */ }
  @media (min-width: 768px) {
    .fixedSidebar .transformable {
      -webkit-transition: width 50ms ease-in;
      -moz-transition: width 50ms ease-in;
      -o-transition: width 50ms ease-in;
      -ms-transition: width 50ms ease-in;
      transition: width 50ms ease-in; } }
  .fixedSidebar #toggle-mobile-menu {
    display: none; }
  .fixedSidebar a#toggle-menu {
    color: #666;
    font-size: 22px;
    margin: 5px 10px;
    text-align: center;
    position: absolute;
    top: -50px;
    padding: 0 7px; }
    @media (max-width: 767px) {
      .fixedSidebar a#toggle-menu {
        display: block;
        float: right; } }
  .fixedSidebar .nav-atendimento-system {
    bottom: 0;
    z-index: 1031;
    position: fixed;
    height: calc(100% - 66px);
    width: 50px; }
    @media (max-width: 991px) {
      .fixedSidebar .nav-atendimento-system {
        position: fixed; } }
    .fixedSidebar .nav-atendimento-system .sidebar-content {
      height: 100%;
      overflow-x: visible; }
      .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento {
        position: static;
        top: 0;
        height: 100%;
        padding: 0;
        width: 100%;
        overflow-x: visible; }
        .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav {
          background: #095E69;
          height: 100%;
          top: 0px;
          margin-top: 0px;
          position: absolute;
          width: 100%;
          overflow-x: visible; }
          .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li {
            font-size: 14px; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li:after {
              content: '';
              display: block;
              clear: both; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li > a {
              font-size: inherit;
              height: 46px;
              margin: 0;
              padding: 12px 15px; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li > a .menu-icon {
                font-size: 18px; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li.item-open {
              width: 270px; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li.item-open > a {
                background: #074d56;
                opacity: 1; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li.item-open > .dropdown-menu {
                left: 50px; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li.item-open .dropdown-menu {
                position: absolute;
                background: #074d56;
                display: block !important;
                width: 220px;
                border-radius: 0; }
          .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li {
            clear: both;
            white-space: nowrap; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open a .angle {
              display: block !important;
              float: right; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open a .badge {
              right: 30px;
              left: auto !important;
              bottom: auto !important; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown > ul {
              float: none;
              position: static;
              border: 0;
              box-shadow: none;
              width: 100%;
              margin: 0;
              padding: 0;
              background: none; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown > ul li {
                background: #08515b; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown > ul li a {
                  background: inherit;
                  display: block;
                  padding: 7px 0px;
                  text-transform: uppercase;
                  font-size: .95em;
                  margin: 0 !important; }
                  .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown > ul li a:hover, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown > ul li a:focus {
                    outline: none; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.open:not(.active-line) > a {
              background: none; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.open > ul {
              display: none; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li span.badge {
              margin-left: 28px;
              margin-top: 0px;
              width: 20px;
              text-align: center;
              left: 0;
              background-color: #d84e16;
              font-size: 9px;
              padding: 5px 0;
              position: absolute;
              bottom: auto;
              cursor: pointer; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li a {
              text-align: left !important;
              color: rgba(255, 255, 255, 0.7); }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li a:before {
                content: '';
                display: block;
                clear: both; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li a:hover {
                color: white; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li a .angle {
                display: none;
                position: absolute;
                right: 15px; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li a.active-line {
                color: white; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open {
              display: block; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open > a {
                text-align: left;
                border-bottom: 1px solid #074d56; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open > a.active-line {
                  background: #08515b; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open > a .angle {
                  display: block !important;
                  float: right;
                  font-size: 25px;
                  margin-top: -3px; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open > a:after {
                  content: attr(data-label) !important;
                  text-transform: uppercase;
                  margin-left: 17px; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.item-open > a .menu-icon {
                  width: 20px;
                  margin-right: 10px;
                  float: left; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open.open > a {
              border-bottom: 0;
              background: #08515b !important; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open.open > a .badge {
                display: none; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open .dropdown-menu {
              padding: 0;
              display: block !important;
              overflow-x: hidden;
              max-height: 224px;}
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open .dropdown-menu > li {
                padding-left: 30px; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open .dropdown-menu > li > a:after {
                  content: attr(data-label);
                  font-size: 1em;
                  text-transform: uppercase;
                  white-space: normal; }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open.open > a:hover, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.dropdown.item-open.open > a:focus {
              background: none; }
          .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li.item-open > a.menu-item > .angle {
            display: none !important; }
          @media (min-width: 768px) {
            .fixedSidebar.sidebarOpen .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config {
              position: fixed !important;
              background-color: #085e68 !important;
              width: 270px !important;
              /* position: absolute;
              bottom: 0; } */
            }
            .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom {
              position: absolute;
              bottom: 0; }
              .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown {
                background: #074d56 !important;
                border: 0; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown > a, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown > a {
                  background: inherit;
                  border: 0;
                  position: static; }
                  .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown > a:after, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown > a:after {
                    margin-left: 55px; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown > .dropdown-menu, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown > .dropdown-menu {
                  position: static;
                  width: 270px; }
                  .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown > .dropdown-menu li, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown > .dropdown-menu li {
                    padding-left: 50px; }
                    .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown > .dropdown-menu li a, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown > .dropdown-menu li a {
                      background: #074952 !important;
                      background: inherit;
                      padding-left: 35px; }
                .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.fixed-bottom.item-open.dropdown .menu-icon, .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav li.config.item-open.dropdown .menu-icon {
                  position: absolute;
                  bottom: 16px; } }
  .fixedSidebar:not(.sidebarOpen) .nav-atendimento-system .nav > li.open > a {
    background: inherit; }
  .fixedSidebar:not(.sidebarOpen) .nav-atendimento-system .nav > li > a:hover, .fixedSidebar:not(.sidebarOpen) .nav-atendimento-system .nav > li > a:focus {
    background: inherit; }
  @media (max-width: 767px) {
    .fixedSidebar.sidebarOpen {
      overflow: hidden; } }
  .fixedSidebar.sidebarOpen .nav-atendimento-system {
    width: 270px; }
  .fixedSidebar.sidebarOpen .nav-atendimento .nav {
    height: calc(100% - 10px);
    font-family: 'Roboto', sans-serif;
    width: 100%;
    z-index: 999;
    position: relative;
    top: 0;
    overflow-y: auto; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav li > a .angle {
      display: block !important;
      float: right; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav li > a .badge {
      right: 30px;
      left: auto !important;
      bottom: auto !important; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav li.dropdown > a .badge {
      display: none; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav li.dropdown.open > ul {
      display: block !important; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a {
      text-align: left;
      border-bottom: 1px solid #074d56; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a.active-line {
        background: #08515b; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a .angle {
        font-size: 25px;
        margin-top: -3px; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a:after {
        content: attr(data-label) !important;
        text-transform: uppercase; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a .menu-icon {
        width: 20px;
        margin-right: 10px;
        float: left; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a:hover, .fixedSidebar.sidebarOpen .nav-atendimento .nav > li > a:focus {
        background: inherit; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.open > a {
      background: inherit; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown.open > a {
      border-bottom: 0;
      background: #08515b !important; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown.open > a:hover, .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown.open > a:focus {
      background: none; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown .dropdown-menu {
      padding: 0; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown .dropdown-menu > li > a:after {
        content: attr(data-label);
        text-transform: uppercase;
        white-space: normal; }
    .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown > .dropdown-menu > li {
      padding-left: 45px; }
      .fixedSidebar.sidebarOpen .nav-atendimento .nav > li.dropdown > .dropdown-menu > li.dropdown .dropdown-menu > li {
        padding-left: 15px; }
  @media screen and (min-width: 992px) {
    .fixedSidebar .geral, .fixedSidebar .home {
      border-top: 0; } }
  @media (max-width: 991px) {
    .fixedSidebar .home, .fixedSidebar .geral {
      padding-top: 0; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .fixedSidebar .home, .fixedSidebar .geral {
      margin-left: 50px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar .home, .fixedSidebar .geral {
    padding-top: 15px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar .nav-atendimento-system {
    top: 0;
    margin: 0;
    height: 100%; }
    .fixedSidebar .nav-atendimento-system #toggle-menu {
      top: 0;
      padding: 17px;
      margin: 0; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar .nav-atendimento-system .sidebar-content {
    height: 100%; }
    .fixedSidebar .nav-atendimento-system .sidebar-content .user-info .ui-select-container {
      margin-right: 30px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento {
    display: none;
    position: relative;
    clear: both;
    height: auto;
    position: static; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav {
    height: auto;
    position: static;
    display: block;
    width: 100%; } }
  @media (max-width: 991px) {
    .fixedSidebar .nav-atendimento-system .sidebar-content .nav-atendimento .nav > li {
      display: block;
      width: auto; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar.sidebarOpen .nav-atendimento-system {
    z-index: 1100;
    background: #095E69;
    box-shadow: 1px 1px 1px 9999px rgba(0, 0, 0, 0.6);
    overflow-y: auto; }
    .fixedSidebar.sidebarOpen .nav-atendimento-system #toggle-menu {
      color: #666;
      font-size: 22px;
      margin: 0;
      position: fixed;
      padding: 7.2px 13.3px;
      background: #fff;
      left: 270px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar.sidebarOpen .nav-atendimento-system .sidebar-content .nav-atendimento {
    display: block; } }

@media (max-width: 991px) and (max-width: 767px) {
  .fixedSidebar.sidebarOpen .nav-atendimento-system .sidebar-content .nav-atendimento .nav {
    height: auto;
    border-right: 0;
    box-shadow: none; } }
  @media (max-width: 991px) {
    .fixedSidebar.sidebarOpen .btn.btn-fixed {
      z-index: 999; } }

@media (min-width: 768px) {
  .fixedSidebar.sidebarStatic.sidebarOpen .geral {
    margin-left: 270px; } }

/*------------- NSJ OBJECT LIST */
.nsj-table th .popover, .nsj-table-collapse th .popover {
  font-weight: 400; }

.nsj-table td .item-back, .nsj-table-collapse td .item-back {
  display: none; }

@media (max-width: 767px) {
  .nsj-table, .nsj-table-collapse {
    border: 0;
    box-shadow: none; }
    .nsj-table .nsj-table-scroll, .nsj-table-collapse .nsj-table-scroll {
      overflow-x: visible; }
    .nsj-table table, .nsj-table-collapse table {
      border: 0; }
      .nsj-table table th, .nsj-table-collapse table th {
        display: none; }
      .nsj-table table .item td.label-popover .popover, .nsj-table-collapse table .item td.label-popover .popover {
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        box-shadow: 1px 1px 1px 999999px rgba(0, 0, 0, 0.4);
        width: 90%; }
        .nsj-table table .item td.label-popover .popover .popover-title, .nsj-table-collapse table .item td.label-popover .popover .popover-title {
          background: none;
          border: 0;
          color: #054952;
          font-family: 'Roboto', sans-serif;
          padding-bottom: 0;
          font-size: 16px; }
        .nsj-table table .item td.label-popover .popover .arrow, .nsj-table-collapse table .item td.label-popover .popover .arrow {
          display: none; }
        .nsj-table table .item td.label-popover .popover .popover-content, .nsj-table-collapse table .item td.label-popover .popover .popover-content {
          max-height: 300px;
          overflow-y: auto; }
      .nsj-table table .item td.label-popover .popover-btn, .nsj-table-collapse table .item td.label-popover .popover-btn {
        position: relative;
        top: -20px;
        float: right; }
      .nsj-table table .item td.label-popover:before, .nsj-table-collapse table .item td.label-popover:before {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 20px; }
      .nsj-table table .item td:not(.item-title), .nsj-table-collapse table .item td:not(.item-title) {
        display: block;
        float: left;
        width: 50%;
        border: 0; }
        .nsj-table table .item td:not(.item-title):before, .nsj-table-collapse table .item td:not(.item-title):before {
          content: attr(data-label) " ";
          font-weight: 600;
          display: block; }
      .nsj-table table .item td.label-inline, .nsj-table-collapse table .item td.label-inline {
        display: block;
        width: 100%;
        float: none;
        padding: 0 8px; }
        .nsj-table table .item td.label-inline:before, .nsj-table-collapse table .item td.label-inline:before {
          display: inline; }
      .nsj-table table .item td.label-block, .nsj-table-collapse table .item td.label-block {
        display: block;
        width: 100%; }
        .nsj-table table .item td.label-block:before, .nsj-table-collapse table .item td.label-block:before {
          display: block; }
      .nsj-table table .item td.item-title, .nsj-table-collapse table .item td.item-title {
        display: block !important;
        border: 1px solid #074952;
        border-radius: 4px;
        margin: 5px 0;
        padding: 15px 35px 15px 15px;
        font-size: 17px;
        position: relative;
        background: #095E69;
        color: #fff;
        cursor: pointer;
        white-space: normal;
        line-height: 1.2em;
        width: 100%; }
        .nsj-table table .item td.item-title .item-back, .nsj-table-collapse table .item td.item-title .item-back {
          display: none !important; }
        .nsj-table table .item td.item-title small, .nsj-table-collapse table .item td.item-title small {
          font-size: 12px;
          display: inline !important; }
        .nsj-table table .item td.item-title:after, .nsj-table-collapse table .item td.item-title:after {
          font-size: 12px;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          content: '\25b6'; }
      .nsj-table table .item:not(.open) td:not(.item-title), .nsj-table-collapse table .item:not(.open) td:not(.item-title) {
        display: none !important; }
      .nsj-table table .item:not(.open) td.item-title:after, .nsj-table-collapse table .item:not(.open) td.item-title:after {
        content: '\25b6'; }
      .nsj-table table .item.open, .nsj-table-collapse table .item.open {
        position: fixed;
        left: 0;
        top: 65px;
        background: #fff;
        height: calc(100% - 66px);
        overflow-y: auto;
        padding: 0 15px;
        display: block;
        width: 100%;
        z-index: 500;
        display: block;
        width: 100%; }
        .nsj-table table .item.open tr, .nsj-table-collapse table .item.open tr {
          display: block;
          width: 100%; }
        .nsj-table table .item.open td, .nsj-table-collapse table .item.open td {
          text-align: left;
          display: block;
          width: 100%; }
          .nsj-table table .item.open td.item-title, .nsj-table-collapse table .item.open td.item-title {
            cursor: pointer;
            background: none;
            color: #054952;
            border: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            margin: 0 -15px 15px;
            padding: 6px 20px;
            font-family: 'Roboto',sans-serif; }
            .nsj-table table .item.open td.item-title small, .nsj-table-collapse table .item.open td.item-title small {
              display: none !important; }
            .nsj-table table .item.open td.item-title .item-back, .nsj-table-collapse table .item.open td.item-title .item-back {
              display: inline-block !important; }
            .nsj-table table .item.open td.item-title:after, .nsj-table-collapse table .item.open td.item-title:after {
              content: none; } }

.nsj-table-collapse tbody {
  border-top: 0 !important; }

@media (min-width: 768px) {
  .nsj-table-collapse .item {
    background: #fafafa; }
    .nsj-table-collapse .item tr {
      display: none; }
      .nsj-table-collapse .item tr .item-title {
        cursor: pointer; }
      .nsj-table-collapse .item tr:first-child {
        display: table-row; }
        .nsj-table-collapse .item tr:first-child td {
          border: 0; }
          .nsj-table-collapse .item tr:first-child td:first-child:before {
            float: left;
            font-size: 11px;
            content: "\25b6";
            margin-top: 4px;
            margin-right: 10px; }
          .nsj-table-collapse .item tr:first-child td .main {
            color: #054952;
            font-family: 'Roboto', sans-serif;
            font-size: 17px; }
        .nsj-table-collapse .item tr:first-child.danger td, .nsj-table-collapse .item tr:first-child.danger th {
          background: #fbdee0;
          color: #c24143; }
          .nsj-table-collapse .item tr:first-child.danger td a, .nsj-table-collapse .item tr:first-child.danger td p, .nsj-table-collapse .item tr:first-child.danger td span, .nsj-table-collapse .item tr:first-child.danger th a, .nsj-table-collapse .item tr:first-child.danger th p, .nsj-table-collapse .item tr:first-child.danger th span {
            color: inherit; }
          .nsj-table-collapse .item tr:first-child.danger td .popover-content, .nsj-table-collapse .item tr:first-child.danger th .popover-content {
            color: #333; }
      .nsj-table-collapse .item tr.danger td, .nsj-table-collapse .item tr.danger th {
        background: #fff0f1; }
    .nsj-table-collapse .item.open tr {
      display: table-row; }
      .nsj-table-collapse .item.open tr:first-child td:first-child:before {
        font-size: 11px;
        content: "\25bc";
        float: left;
        margin-top: 4px;
        margin-right: 10px; }
    .nsj-table-collapse .item:nth-child(odd) {
      background-color: #fff; } }

@media (min-width: 768px) {
  .table-fixed-column {
    overflow-x: auto; }
    .table-fixed-column table {
      margin-left: 100px; }
      .table-fixed-column table td, .table-fixed-column table th {
        white-space: nowrap;
        line-height: 1em !important; }
      .table-fixed-column table .fixed-column {
        position: absolute;
        left: 15px;
        width: 100px;
        background: #fff;
        white-space: normal;
        height: 39px;
        overflow: hidden;
        line-height: 1em; } }

.app-load {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 99999;
  /* background-image: url("//s3-us-west-2.amazonaws.com/static.nasajon/img/PCP/preload-pcp.gif"); */
  background-repeat: no-repeat;
  background-position: center; }

body {
    background-color: #f5f5f5;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
    -moz-transform: scale(0.9, 0.9); /* Moz-browsers */
    zoom: 0.9; /* Other non-webkit browsers */
    zoom: 90%; /* Webkit browsers */
}


/*Login */

.container-fluid.login {
    background: url("../bundles/admin/images/bg-login-pcp.jpg") no-repeat top center;
    background-size: cover;
}

h3 {
    color: #002E41;
}

.container-fluid .home {
    border: none;
}

.geral,
.container-fluid .home {
    overflow: auto;
}

.margin {
    margin-top: 1%;
    margin-bottom: 1%;
}

.vcenter {
    display: flex;
    align-items: center;
}

.vcenter-tarefa {
    align-items: center;
}

hr {
    margin: 0;
    border-top: 1px solid #ccc;
}

.clearfix {
    clear: both;
}

.barradivisao {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    margin: 5px 15px;
    padding: 10px 0;
}

.divisaolistagem {
    border-top: 1px solid #ccc !important;
    margin: 5px 15px 0px;
    padding: 10px 0 0;
}

.status-lg {
    font-size: 1em;
    margin-left: 0.5em;
}

.status-xs {
    font-size: 0.8em;
    padding: 0.5em 0.4em 0 0.3em;
    margin-right: 5px;
}


/* Fix Calendário nos Modais */

.uib-datepicker-popup.dropdown-menu {
    z-index: 9999 !important;
}


/* Fix UI-SELECT */

.ui-select-bootstrap[search-enabled=false] .ui-select-match.ng-hide {
    display: inline-block !important;
    width: 100%;
}

.ui-select-bootstrap[search-enabled=false] .ui-select-match .text-muted.ng-hide {
    display: inline !important;
}

.ui-select-bootstrap[search-enabled=false].ng-dirty .ui-select-match .text-muted.ng-hide {
    display: none !important;
}

body>.ui-select-bootstrap.open {
    z-index: 9999 !important;
}

.ui-select-bootstrap>.ui-select-choices {
    overflow-x: auto !important;
}


/* Fix menu mobile */

@media screen and (max-width: 767px) {
    .fixedSidebar .nav-atendimento-system {
        width: 10px;
    }
}


/*Painéis*/

.nsj-panel {
    border-radius: 4px !important;
    margin-bottom: 0px;
}

.nsj-panel-heading {
    padding: 2% 15px 3px;
}

.nsj-panel-title {
    font-size: 1.8em;
    color: #002E41;
    margin-top: 0.2rem;
}

.padding {
    padding-left: 1% !important;
    padding-right: 1% !important;
}

.nsj-panel-body {
    padding: 2px 15px 0;
}

.nsj-project {
    border-radius: 4px !important;
    background-color: #fafafa !important;
    border: 2px solid #f1f1f1;
}


/*Horas Trabalhadas*/

.barratitle {
    font-size: 1em;
    margin: 6px 10px 6px 0;
}

.buttons,
.btntipohoras {
    display: inline-block;
    float: right;
}

.phoras {
    height: 15px;
}

.percent {
    font-size: 1.2em;
}

.nsj-progress {
    background-color: #00947D;
}

.legendahoras {
    font-size: 1.2em;
    padding: 5% 0 0 3%;
}

.produtiva {
    fill: #19A5B4;
}

.improdutiva {
    fill: #D84E16;
}

.total {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 5%;
}

.panel-grafico {
    padding-top: 2%;
}


/*Botões*/

.buttons,
.btntarefa {
    padding-bottom: 0.5em;
    display: inline-block;
    float: right;
    padding-top: 0;
}

.btntipohoras .gp-btn-circle {
    height: 35px;
    width: 35px;
    line-height: 34px;
    margin-left: 5px;
}

.select {
    padding-bottom: 0.5em;
    display: inline-block;
    margin-top: 1%;
    padding-top: 0;
}

.select-periodo {
    width: 230px;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
}

.btn-close {
    color: #777777;
    background-color: transparent;
    border: none;
    padding-top: 6px;
}

.btn-close:hover {
    color: #034d56;
}

.btn-add {
    background-color: #095E69;
    color: #fff;
}

.btn-add:hover {
    background-color: #034d56;
}

.btn-cancel {
    color: #359ac4;
}

.btn-cancel:hover {
    color: #005679;
}

.btn-add:hover {
    background-color: #005679;
    color: #Fff;
}

.btn-primary {
    background-color: #095E69 !important;
    color: #fff !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: #034d56 !important;
    color: #Fff !important;
    border: none !important;
}


/* Gráfico */

.chartjs-render-monitor {
    margin: 4% 0;
}

.chart-container {
    position: relative;
}


/*Fim Botões Horas Trabalhadas*/


/*Minhas Tarefas*/

.nsj-panel-tarefa {
    padding: 0 15px;
    height: auto;
}

.footer-tarefas a {
    color: #095E69;
    display: inline-block;
    font-size: 1.3em;
    cursor: pointer;
    margin-bottom: 1%;
}

.footer-tarefas a:hover {
    color: #00947D;
}

.footer-tarefas .a .el {
    font-size: 12px;
}

.label-nsj {
    background-color: transparent;
    color: #444;
    padding: 3px 5px;
    border: 1px solid #444;
    font-weight: 500;
    text-transform: uppercase;
}

.table-responsive {
    border-right-width: 0;
    border-left-width: 0;
}

.tabletarefa {
    overflow-y: auto;
    height: 363px;
    margin-bottom: 0;
}

.sincronizar {
    display: inline-block;
    float: right;
}

.footer-tarefas {
    background-color: #fcfcfc;
    border-top: 1px solid #f1f1f1;
    margin: 1% 0 0;
    height: 100%;
}

.panel-tarefas {
    overflow: hidden !important;
}


/* Tabela Tarefas */

.table-filter {
    background-color: #fff;
    margin-bottom: 0;
}

.table-filter tbody tr:hover {
    cursor: pointer;
    background-color: #eee;
}

.table-filter tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border-bottom-color: #eee;
}

.table-filter tbody tr.selected td {
    background-color: #eee;
}

.table-filter tr td:first-child {
    width: 38px;
}

.table-filter tr td:nth-child(2) {
    width: 35px;
}

.media {
    margin-bottom: 5px;
}

.table-filter .media-body {
    display: block;
}

.table-filter .media-meta {
    font-size: 11px;
    color: #999;
}

.table-filter .media .titleproject {
    color: #000;
    font-size: 1.4em;
    line-height: normal;
    margin-top: 0;
}

.table-filter .media .titletarefa {
    font-size: 1.2em;
    color: #444;
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

.table-filter .media .summary {
    font-size: 1.2em;
    color: #444;
    margin-top: 5px;
}

.table-filter>tbody>tr>td {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}


/* Busca */

.pesquisatarefa {
    display: inline-block;
}


/*Bola Exemplo Status */

.dot {
    height: 15px;
    width: 15px;
    background-color: #EDBB07;
    border-radius: 50%;
    display: inline-block;
}

.dotprojeto {
    height: 18px;
    width: 18px;
    background-color: #EDBB07;
    border-radius: 50%;
    display: inline-block;
}

.dottarefa {
    margin-top: 2%;
    height: 12px;
    width: 12px;
    background-color: #EDBB07;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.dotequipamento {
    position: absolute;
    top: 2em;
    right: 1em;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}


.dotmembro {
    height: 30px;
    width: 30px;
    background-color: #095E69;
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}


/* Painéis Projeto */

.panel-project {
    font-size: 1.8em;
    color: #000;
    margin-top: 1rem;
}

.panel-project h4 {
    margin: 0 0 1% 0;
    padding: 0;
    font-size: 0.7em;
    color: #444;
}

.panel-project h3 {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
}

.project-title {
    padding: 0;
}

.nsj-project-body {
    padding: 15px 15px 0;
}

.equiperow {
    margin-top: 5%;
}

.iconpj .glyphicon {
    padding-right: 4px !important;
    line-height: 1.5;
}

.bprojeto {
    height: 10px;
    margin-top: 1%;
}

.bpercent {
    font-size: 1em;
}

.btnedit {
    margin-bottom: 3%;
}


/* Loading */

.onloading {
    height: 30px !important;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}


/*Media */

@media screen and (min-width: 1200px) {
    .equal {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .container-fluid .home {
        margin-left: 2%;
    }
}

@media screen and (min-width: 768px) {
    .label-nsj {
        padding: 5px 10px;
        font-size: 0.9em;
    }
    .select {
        float: right;
        margin-top: 0;
    }
    .pesquisa {
        padding: 0;
        margin-top: 0;
        float: right;
    }
    .labeltipo {
        padding-top: 4%;
    }
    .label-nsj {
        float: right;
    }
    .forms [class*="col-"] {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid .home {
        margin-left: 3%;
    }
}

@media screen and (max-width: 425px) {
    .container-fluid .home {
        margin: 0 1%;
    }
    .panel-body {
        /* margin: 0 0 1%; */
        margin: 5px 0px;
    }
    .panel-title {
        font-size: 1.6em;
    }
    .buttons {
        float: left;
    }
    .opt-buttons {
        padding-top: 5px;
        display: flex;
    }
    .tarefainfo {
        width: 100%;
    }
    .tarefastatus {
        width: 100%;
    }
    .barratitle {
        display: none;
    }
    .btn-geral {
        font-size: 18px;
    }
    .margin-form {
        margin-bottom: 9% !important;
    }
    .nsj-panel-heading {
        padding: 4% 15px 7px;
    }
    .nsj-panel-body {
        padding: 0;
    }
}

@media screen and (max-width: 1440px) {
    .iconequipe {
        padding-left: 20px;
    }
}

@media screen and (min-width: 425px) {
    .dottarefa {
        margin-top: 2%;
    }
    .table-filter .media .titleproject {
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 320px) {
    .titletipo {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 728px) {
    .dottarefa {
        margin-top: 3%;
    }
    .table-filter .media .titleproject {
        margin-bottom: 2%;
        margin-top: 2%;
    }
}

@media screen and (min-width: 1024px) {
    .dottarefa {
        margin-top: 3%;
    }
    .equal-tipo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (min-width: 1440px) {
    .dottarefa {
        margin-top: 2%;
    }
}

@media screen and (min-width: 2560px) {
    .dottarefa {
        margin-top: 1.5%;
    }
}

@media screen and (min-width: 565px) {
    .vcenter-tarefa {
        display: flex;
    }
    .btntarefa {
        float: left;
        display: inline-block;
    }
}

@media screen and (min-width: 2100px) {
    .tabletarefa {
        height: 500px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1165px) {
    .barratitle {
        display: none;
    }
}


/*----------------------- TIPO HORAS ----------------------*/

.margin-form {
    margin-bottom: 2%;
    margin-top: 1%;
}

.viewtipo {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

@media screen and (min-width: 769px) {
    .viewtipo {
        background-color: #fbfbfb;
    }
}

.headertipo {
    font-size: 1.3em;
    text-align: center;
}


/*Dropdown*/

.dropdown-menu>.active>a:before,
.dropdown-menu>li>.btn-dropdown-gp.active:before {
    content: "✔ ";
}

.btn-dropdown-gp {
    padding: 10px;
    white-space: normal;
    line-height: 1em;
    padding-left: 25px;
    border: 0;
    background: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.dropdown-menu>li>button:hover {
    background-color: #ccc;
}


/*Botões*/

.btn-del {
    padding: 6px 12px;
    font-size: 16px;
}

.btntipohoras {
    display: inline-block;
    padding: 0px 0 5px;
    float: right;
}

.btntipohoras .btn,
.btntarefa .btn {
    margin-left: 2px;
}

.opt-buttons.vcenter>.btn-group {
    margin-left: 2px;
}

.btncriartipo {
    background-color: #095E69;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.btncriartipo:hover {
    background-color: #00947D;
    color: #Fff;
}

.novocadastro {
    margin-top: 35%;
}

.criarlegenda {
    text-align: center;
    font-size: 1em;
}

.btn-geral {
    background-color: transparent;
    border: 1px solid #ccc;
}

.btn-geral:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-right {
    margin-left: 2px;
}


/*Pesquisa Tipo de Hora*/

.pesquisahora {
    margin: 0 auto;
    width: 100%;
}

.pesquisaform {
    margin: 0 auto;
    width: 96%;
}

@media (max-width: 767px) {
    .list-group-item {
        border: none;
        border-bottom: 2px solid #ddd;
    }
    .forms,
    .forms-list {
        padding-bottom: 0;
    }
}


/*Arruma a header responsiva */

.header-aside .opt-buttons {
    position: inherit;
    right: 0;
}


/*Tabela */

.vertical-menu .nav-pills>li>a,
a.list-group-item .list-group-item-heading,
li.list-group-item .list-group-item-heading,
a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge,
.client-infos h5 {
    color: #045E68;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #095E69;
    border-color: #095E69;
}

.panel-default .panel-heading {
    padding: 15px 15px 0 15px;
    background-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
}


/*Painel Formulário */

@media screen and (min-width: 768px) {
    .tipopanel {
        padding: 0px 18px;
    }
}

.titletipo {
    margin-bottom: 1%;
    margin-top: 0.2rem;
    color: #095E69;
    padding-bottom: 0.5em;
}


/*checkbox*/

.radio {
    padding-left: 20px;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 0;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-weight: normal;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #095E69;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #095E69;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #095E69;
}


/* Conserto Break das outras páginas */

.headline-sub.top-page {
    background: none;
}

.headline-sub.top-page h3 {
    font-size: 26px;
    color: #0a597b;
    margin-top: 3px;
    margin-bottom: 0;
}

@media(max-width:767px) {
    .headline-sub.top-page h3 {
        font-size: 18px;
    }
}

.headline-sub.top-page h3 {
    font-size: 26px;
    color: #0a597b;
    margin-top: 3px;
    margin-bottom: 0;
}

@media(max-width:767px) {
    .headline-sub.top-page h3 {
        font-size: 18px;
    }
}

.headline-sub .btn-back {
    margin-right: 10px;
    color: inherit;
}

/* .open>.dropdown-menu { */
/*     display: block; */
/*     position: fixed; */
/*     top: auto; */
/*     left: auto; */
/*     width: inherit; */
/* } */

.checklist-container {
    height: 22em;
}

.headline-sub .btn-back {
    margin-right: 10px;
    color: inherit;
}

.tablechecklist>tbody>tr>td {
    width: 50%;
}

.tablechecklist>table>thead>tr>th {
    border-bottom: 0;
    width: 50%;
}

.tableanexo>thead,
.tableanexo>table>tbody>tr {
    table-layout: fixed;
}


/* ROTEIRO */

.titulo {
    color: #002E41;
    padding-bottom: 0.3em;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8em;
}

@media screen and (max-width: 425px) {
    .titulo {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 320px) {
    .btnheader {
        display: none;
    }
    .btn-show {
        display: block;
        padding: 0 15px;
    }
    .header-buttons {
        padding-top: 5px;
        display: flex;
        margin: 3% 0 8%;
    }
    .header-buttons button {
        margin-right: 5px;
    }
    .btn-back {
        padding: 5px !important;
        font-size: 10px;
        line-height: 1em;
    }
}

@media screen and (min-width: 321px) {
    .btnheader {
        display: inline-block;
    }
    .btn-show {
        display: none;
    }
}

.nsj-form .form-group {
    padding-right: 5px;
}

.form .form-control {
    width: 98% !important;
}

.form .form-control .ui-select-container {
    width: 98%;
}

.addproduto .campoform {
    display: inline-block;
    width: 89.5%;
}

.addproduto .btn-add {
    display: inline-block;
}

.nsj-abas {
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #f1f1f1;
    background-color: #fff;
}

.nsj-abas .nav-tabs {
    border-bottom: 0;
    font-size: 1.2em;
    padding: 0;
}

.nsj-abas .nav-tabs>li {
    margin-right: 0.5%;
}

.nsj-abas .nav-tabs>li.active>a {
    border: 0;
    color: #095E69;
    border-bottom: 2px solid #095E69;
}

.nsj-abas .nav-tabs>li>a {
    color: rgba(164, 164, 164, 0.8);
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(164, 164, 164, 0.1);
    margin: 0 !important;
}

.nsj-abas .nav-tabs>li>a:hover {
    color: rgb(9, 121, 136);
    border-bottom: 2px solid rgb(9, 121, 136);
    margin: 0;
}

.container-big {
    height: 28em;
}

.btn-back {
    padding: 8px;
    color: #0a597b;
    margin-right: 0.2em;
}

@media screen and (min-width: 320px) {
    .addproduto {
        margin: 10% 0;
    }
    .addproduto .campoform {
        display: inline-block;
        width: 83%;
    }
    .addproduto .btn-add {
        width: 15%;
        display: inline-block;
    }
}

@media screen and (min-width: 375px) {
    .addproduto {
        margin: 8% 0;
    }
    .addproduto .campoform {
        display: inline-block;
        width: 83%;
    }
    .addproduto .btn-add {
        width: 15%;
        display: inline-block;
    }
}

@media screen and (min-width: 425px) {
    .addproduto {
        margin: 5% 0;
    }
    .addproduto .campoform {
        display: inline-block;
        width: 83%;
    }
    .addproduto .btn-add {
        width: 15%;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .addproduto {
        margin: 4% 0;
    }
    .addproduto .campoform {
        display: inline-block;
        width: 84%;
    }
    .addproduto .btn-add {
        width: 15%;
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    .addproduto {
        margin: 2% 0;
    }
    .addproduto .campoform {
        display: inline-block;
        width: 88%;
    }
    .addproduto .btn-add {
        width: 11%;
        display: inline-block;
    }
}

@media screen and (max-width: 426px) {
    .nsj-abas .nav-tabs>li {
        width: 100%;
        text-align: center;
        margin-bottom: 2%;
    }
}


/* Accordion */

.nsj-accordion {
    margin-top: 4%;
}

.nsj-accordion .panel-default .panel-heading {
    padding: 15px;
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #666;
    border-bottom: none;
}

.nsj-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border: 1px solid #ececec;
    padding: 15px;
    font-size: 1.2em;
}

.nsj-accordion .panel-title>a {
    display: block;
    text-decoration: none;
    font-size: 1.3em;
}

.nsj-accordion .panel-title a:active,
.nsj-accordion .panel-title a:hover,
.nsj-accordion .panel-title a:focus {
    color: #0a597b;
    text-decoration: none;
}

.nsj-accordion .panel.panel-default {
    border-right: 0px;
}

@media screen and (max-width: 767px) {
    .nsj-accordion .panel.panel-default {
        padding-bottom: 0;
        border-right: 0px;
    }
}

input#quantidade {
    border-radius: 4px;
}

.nsj-panel-footer {
    background: transparent;
    border-top: none;
}


/* Fix Select */

.ui-select-container:not(.ui-select-multiple) input.ui-select-search {
    width: 100% !important;
}


/* Scroll form */

.panel {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.panel-footer {
    position: relative;
}

.height-complete {
    height: 100%;
}

.forms-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.viewtipo {
    height: 100%;
}

.panel-container {
    height: calc(100% - 150px);
    overflow-y: auto;
}

.input-clone {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2% 4%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-clone>label {
    font-weight: normal;
}


/* Formatação checklist form */

.tabs-container {
    padding: 0 15px;
}

.form-header {
    padding: 1% 15px 0 0;
}

.nsj-abas.form-tabs .tab-content>.active {
    overflow-x: visible !important;
    max-width: 100%;
    height: 100%;
    padding-right: 15px;
}

.tab-scroll{
    overflow: scroll;
}

.tabela-encerramento{
    width: 140%;
    max-width: 140%;
}


.nsj-abas.form-tabs .tab-content ul,
li {
    list-style: none;
}

.nsj-abas.form-tabs .tab-content ul,
li {
    list-style: none;
}

.nsj-abas.form-tabs .tab-content>li {
    margin-right: 10px;
}

.nsj-abas.form-tabs .tab-content .content-tab {
    padding-left: 0;
}

.nsj-abas.form-tabs .tab-content label {
    font-weight: 500;
}

.nsj-abas.form-tabs .tab-content .form-tabs-header {
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    font-size: 1.3em;
    padding: 5px;
    margin-bottom: 1%;
    margin-top: 1%;
}

.nsj-abas.form-tabs .tab-content .form-tabs-header .check-all>label {
    font-size: 0.8em;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .forms {
        padding: 0;
    }
}


/* Checkbox */

input[type=checkbox],
input[type=radio] {
    vertical-align: sub;
    /* alinha o checkbox e o radio ao label */
}

.custom-checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.custom-checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid rgb(59, 59, 59);
    border-radius: .25em;
    width: 1.1em;
    height: 1.1em;
    float: left;
    border-radius: 2px;
    margin-right: 1%;
}

.radio .cr {
    border-radius: 50%;
}

.custom-checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 47%;
    left: 8%;
    color: rgb(59, 59, 59);
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.custom-checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.custom-checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    transition: all .2s ease-in;
}

.custom-checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.custom-checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.custom-checkbox {
    margin-top: 4px;
}


/*checkbox modal novo registro de execução*/

.custom-checkbox label {
    display: block;
    font-weight: 500;
}

.config-checkbox {
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Modal */

.modal-dialog {
    width: 50%;
}

@media screen and (max-width: 1025px) {
    .modal-dialog {
        width: 90%;
        margin: 6% auto;
    }
}

.modal-header {
    padding: 8px 15px;
}

.modal-header h2 {
    color: #2f2f2f;
}


/* TABELA */

.nsj-table .table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    border-spacing: 0;
    background: #fff;
    border-color: #ddd;
}

.nsj-table.table td,
.nsj-table.table th {
    padding: 8px;
    /* border-bottom-style: solid;
    border-bottom-width: 1px; */
    word-wrap: break-word;
    vertical-align: middle;
}

.nsj-table.table tbody tr:hover td {
    background: #e8f8ff;
}

.nsj-table.table tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.nsj-table.table th {
    color: #095E69;
    background: #FFF;
}

.nsj-table.table td,
.nsj-table.table th {
    border-bottom-color: #ddd;
}

.has-form {
    margin-bottom: 1%;
}

.btns-action {
    text-align: right;
}

.nsj-table .form-group {
    margin-bottom: 0;
}

/* .nsj-table .form-group .form-control {
    height: 30px;
} */


/*
.nsj-table.table td {
    overflow: hidden;
    text-overflow: ellipsis;
} */


/* Tabela com 2 theaders */

.double-thead th {
    border-right: 2px solid #ddd !important;
    border-left: 2px solid #ddd !important;
    border-top: 2px solid #ddd !important;
}


/* Tipos de borda */

.table-outside-border {
    border: 1px solid #ddd;
}

.table-top-border {
    border-top: 2px solid #ddd;
}

.table-side-border {
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
}


/* Header Fixa */

.table-scroll thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-scroll tbody {
    overflow-y: auto;
    display: block;
    width: 100%;
    table-layout: fixed;
    overflow-x: auto;
}


.table-scroll tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}


/* Label situação e botão em tabela */

.label-list {
    padding: 1.5% 4%;
    border: 1px solid #666;
    border-radius: 4px;
    color: #666;
}

.btn-list {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-align: right;
}


/* Responsivo */

@media screen and (max-width: 768px) {
    .nsj-table {
        border: none;
        font-size: 0.95em;
    }
    .nsj-table thead,
    .nsj-table tbody,
    .nsj-table th,
    .nsj-table td,
    .nsj-table tr {
        display: block;
    }
    .nsj-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .nsj-table table tr {
        border: none;
    }
    .nsj-table.table td,
    .nsj-table.table th {
        border: none;
    }
    .nsj-table tbody td:before {
        padding-right: 6px;
        font-weight: 700;
        content: attr(data-label) ":";
        display: inline;
    }
    .nsj-table tbody td:not([data-label]):before {
        content: none;
    }
    .nsj-table tbody td:first-child {
        color: #005e69;
        font-size: 16px;
        font-weight: 700;
    }
    .nsj-table tbody td:last-child {
        border-bottom: 1px solid #ddd;
    }
    .nsj-table td {
        display: inline-block;
        white-space: nowrap;
        width: 100%;
    }
    .nsj-table tbody td.btns-action::before {
        content: none;
        padding-right: 0px;
    }
    .has-form {
        margin-bottom: 4%;
    }
    .btns-action {
        text-align: left;
    }
    .btn-list {
        text-align: left;
    }
    .label-list {
        padding: 0px;
        border: none;
        color: #3e3e3e;
    }
    .nsj-table.table tr:nth-of-type(odd) {
        background: #fff;
    }
    .nsj-table tbody tr {
        padding: 15px;
    }
    .nsj-table.table td,
    .nsj-table.table th {
        padding: 0 15px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nsj-table.table td:first-child {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .nsj-table.table td:last-child {
        padding-bottom: 15px;
    }
    .btn-table {
        margin-top: 15px;
    }
    .divisaolistagem {
        padding: 0;
    }
}

@media screen and (width: 768px) {
    .table-index {
        height: 100vh;
    }
}

@media screen and (max-width: 425px) {
    .has-form {
        margin-bottom: 8%;
    }
    #nsj-rodape {
        margin: 5% 0;
    }
    .geral {
        overflow-x: hidden;
    }
}

.modal-empenhar-op .modal-dialog {
    width: 80%;
}


/* Select das tabelas */

@media screen and (max-width: 767px) {
    .col-sm-2.btn-select,
    .col-sm-3.btn-select,
    .col-sm-3.btn-select-modal {
        margin-top: 1%;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-2.btn-select,
    .col-sm-3.btn-select {
        padding: 0;
    }
}

.modal-lotes-op .modal-dialog {
    width: 60%;
}

.modal-notas-projetos .modal-dialog {
    width: 80%;
}

.label.label-view {
    display: inline-block;
    font-size: 0.9em;
    padding: 8px 10px;
    font-weight: 700;
}

.label.status {
    margin-left: 10px;
    display: inline-block;
    font-size: 0.9em;
    padding: 5px 10px;
}

form.ng-submitted input.ng-invalid {
    border: 1px solid #a94442;
}

form.ng-submitted div.ng-invalid span.ui-select-toggle {
    border: 1px solid #a94442;
}

form.ng-submitted select.ng-invalid {
    border: 1px solid #a94442;
}

.tresPontinhos{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-handle {
	cursor: move;
	cursor: -webkit-grabbing;
}



/*INÍCIO Relatório de Inspeções */
@media(min-width: 769px){
    td.BolaSituacao{
        width: 4rem;
    }
}
@media(max-width: 768px){


     td.BolaSituacao{
        width: 8rem;
    }

    .relInspecoesBtnImprimir{
        width: 17rem;
        text-align: center;
    }

    td.relInspecoesIndex{
        font-size:10px;
        }
    }
 /* FIM  Relatório de Inspeções */

/*INÍCIO Relatório Utilização de Equipamento */

@media(min-width: 769px)
{
    tbody.TamanhoMaximoEquipamento{
        max-height: 570px;
    }

    .desktop-hide{
        display: none !important;
    }

    td.BolaSituacaoUtilizacaoDeEquipamentoIndex{
        width: 5rem;
        border: none;
    }
}

@media(max-width: 768px)
{
    tbody.TamanhoMaximoEquipamento{
        max-height: 570px;
    }

    .mobile-hide{
        display: none !important;
    }

    td.BolaSituacaoUtilizacaoDeEquipamentoIndex{
        width: 2rem;
        border: none;
    }

    .relUtilizacaoDeEquipamentoIndex {
        font-size:14px;
    }
}
/*Fim Relatório Utilização de Equipamento */

/* INICIO Retorno de produção em terceiros*/

@media(max-width: 768px)
{
    table td[class*=col-].RetornoDeProducaoEmTerceiros, table th[class*=col-].RetornoDeProducaoEmTerceiros {
        position: static;
        display: inherit;
        float: none;
    }
}


/* FIM Retorno de produção em terceiros*/


.bloqueado{
    display: flex;
    /* justify-content: flex-end; */
    margin-top: -4px;

}

.bloqueado>label {
    margin-top: 1px;
    margin-left: 7px;
}

/* INICIO Estilo do select dos projetos em solicitações de compras */

.multi-select-projetos{
    flex-direction: column;
    display: flex;
}

.multi-select-projetos .container-flexbox{
    display:flex;
}

.component-projetos{
    display: flex;
    flex: 3;
}

.component-projetos .dropdown.form-control{
    min-height: 34px;
}

.component-projetos .dropdown.form-control .ui-select-match-item{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
}

/* FIM Estilo do select dos projetos em solicitações de compras */

/* Tirando focus do botão do bootstrap */

.btn:focus{
    outline:none !important;
}

.modal-grande{
    max-height:calc(100vh - 260px);
    overflow-y:auto;
} 

.selecionado {
    background-color: #6bf9fe !important;
}

.selecionado:hover td {
    background-color: #8ce0eb !important;
}
@media (min-width: 768px) {
    ::-webkit-scrollbar {
        background: rgba(230, 230, 230, 0.9) !important;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
        background-color: #6b6b6b !important;
    }
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 9px !important;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 9px;
    }
}



.ng-table th{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th.sortable{cursor:pointer}.ng-table th.sortable .sort-indicator{padding-right:18px;position:relative}.ng-table th.sortable .sort-indicator:after,.ng-table th.sortable .sort-indicator:before{content:"";border-width:0 4px 4px;border-style:solid;border-color:#000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000}.ng-table th.sortable .sort-indicator:hover:after,.ng-table th.sortable .sort-indicator:hover:before{opacity:1;visibility:visible}.ng-table th.sortable.sort-asc,.ng-table th.sortable.sort-desc{background-color:rgba(141,192,219,.25);text-shadow:0 1px 1px hsla(0,0%,100%,.75)}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-desc .sort-indicator:after{margin-top:-2px}.ng-table th.sortable.sort-asc .sort-indicator:before,.ng-table th.sortable.sort-desc .sort-indicator:before{visibility:hidden}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after,.ng-table th.sortable.sort-desc .sort-indicator:after{visibility:visible;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.sortable.sort-desc .sort-indicator:after{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;box-shadow:none}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;box-sizing:border-box}.ng-table .ng-table-group-header th{text-align:left}.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive tbody,.ng-table-responsive td,.ng-table-responsive th,.ng-table-responsive thead,.ng-table-responsive tr{display:block}}.ng-table-pagination{margin-top:0}.filter:after,.filter:before,.ng-table-group-selector:after,.ng-table-group-selector:before{display:table;content:" "}.filter:after,.ng-table-group-selector:after{clear:both}.filter>.filter-cell{float:left;box-sizing:border-box}.filter-horizontal>.filter-cell{padding:0 2px}.filter-horizontal>.filter-cell:first-child{padding-left:0}.filter-horizontal>.filter-cell.last,.filter-horizontal>.filter-cell:last-child{padding-right:0}.s12{width:100%}.s11{width:91.66666666666666%}.s10{width:83.33333333333334%}.s9{width:75%}.s8{width:66.66666666666666%}.s7{width:58.333333333333336%}.s6{width:50%}.s5{width:41.66666666666667%}.s4{width:33.33333333333333%}.s3{width:25%}.s2{width:16.666666666666664%}.s1{width:8.333333333333332%}@media all and (max-width:468px){.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12{width:100%}.filter>.filter-cell{padding:0}}
/*# sourceMappingURL=ng-table.min.css.map*/