#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);
}
