.linha {
  background: #013157;
  margin-top: 10%;
  height: 140px;
  border-radius: 70px;
}

.only-print {
  display: none;
}


.nowrap {
  white-space: nowrap;
}

.linha img {
  margin-top: -20px;
}

.linha-dentro {
  background: url("../img/linha-dentro.png");
  background-repeat: repeat-x;
  height: 69px;
}

.login-box {
  width: 350px;
  margin-top: 30px;
}

.rodape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
}

.rodape-interno {
  bottom: 0;
  width: 100%;
  height: 35px;
}

.jumbotron {
  background: #fff;
  margin-top: 50px;
}

.navbar-brand h1 {
  margin-top: 0px;
  font-size: 25px;
}

.cinza-btn {
  height: 83px;
}

.borda {
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white,
    inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #d5d5d5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

.btn-enorme {
  border: none;
  box-shadow: none !important;
  width: 100%;
  background: none !important;
}

.btn-enorme:hover {
  border-color: #66afe9;
}

.largura {
  width: 91% !important;
}

.largura2 {
  width: 49% !important;
  padding: 3px;
}

.btn-pesquisar {
  border: none;
  padding-bottom: 11px;
  padding-left: 41px;
  padding-right: 49px;
  box-shadow: none !important;
  background: none !important;
}

.back {
  position: relative;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white,
    inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #d5d5d5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

.cinza-r {
  background: #e6e6e6;
  border: 1px solid #adadad;
}

.espaco {
  margin-top: 25px;
}

.semespaco {
  padding-left: 0px;
  padding-right: 0px;
}

.sem-margin-top-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rodape-tabela > li > a {
  position: relative;
  float: none;
  padding: 1px;
  margin-left: 0px;
  line-height: 0;
  color: #000;
  background-color: #e6e6e6;
  border: 0px solid #ddd;
}

.table {
  margin-bottom: 0px;
}

.breadcrumb {
  margin-bottom: 0px;
  background: none;
  border-bottom: 1px solid #ccc;
}

.cor-tamanho {
  background: none !important;
  border-left: 3px solid #fff;
}

#opcoes-topo-direita {
  float: right;
}

.btn .caret {
  border-top: 7px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.fonte {
  color: #fff;
}

.col-md-12.back {
  margin-top: 9px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

.conteudo {
  margin-top: 55px;
}

.barra-topo {
  background-color: #013157;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 20px;
  font-family: Verdana;
  margin-bottom: 20px;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.show-filtro {
  display: none;
}

.barra-topo .logo-topo {
  height: 55px;
  display: none;
}

.barra-topo .topo-opcoes {
  font-size: 14px;
  color: white;
  float: right;
  background: none;
}

.barra-topo .topo-opcoes:hover {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.nome-sistema {
  display: inline-block;
  margin-left: -130px;
  font-size: 20px;
}

.nome-sistema > div {
  font-size: 10px;
}

.modal-backdrop {
  z-index: 1000;
}

.barra-topo .topo-opcoes:visited {
  color: white;
}

/* make sidebar nav vertical */

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
  }
}

#consultaForm label,
#editForm label,
#modalInclConv label,
.userForms label {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
}

#modalInclConv label {
  width: 220px;
}

/* #consultaForm label { width: 70px; } */

#editForm label {
  width: 300px;
}

.userForms label {
  width: 120px;
}

.labelIsentos {
  float: right;
}

.badge-danger {
  background-color: #d43f3a;
}

.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #269abc;
}

.badge-inverse {
  background-color: #333333;
}

.btn-reg-entrada {
  float: right;
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-incl-convidado {
  float: right;
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.formConfig {
  width: 700px;
  margin: 0 auto;
}

.formUsuario {
  width: 450px;
  margin: 0 auto;
}

.btnInclConfig,
.btnInclUsuario {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

.btnsFormConfig,
.btnsFormUsuario {
  text-align: center;
  margin-top: 10px;
}

.btnsFormConfig button {
  border-radius: 5px;
  margin-right: 10px;
}

.btn-usuario-form {
  margin: 10px auto 0;
  padding: 2px 30px;
  width: 100px;
  border-radius: 5px;
}

.aviso button {
  border-radius: 10px;
  float: right;
}

.aviso-erro button {
  background-color: #f2dede;
}

.aviso-sucesso button {
  background-color: #dff0d8;
}

#usuarios div.row span.glyphicon {
  font-size: 25px;
  font-weigth: bold;
}

#usuarios div.row table td {
  vertical-align: middle;
}

.pan-glyph-button {
  cursor: pointer;
}

#editForm {
  background-color: #eee;
  padding: 20px;
  border-radius: 15px;
  border: solid 1px #ccc;
}

.botao-entrada {
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  width: 90px;
  margin: 0 auto;
  cursor: pointer;
}

.botao-entrada span {
  text-align: center;
}

.botao-entrada:hover {
  background: lightgreen;
  color: white;
}

.botao-entrada.selecionado {
  background-color: green;
  color: #fff;
}

#totalTaxasConfEnt {
  margin: 15px 0 0;
  text-align: right;
}

.valorTaxa {
  font-weight: bold;
  color: red;
}

.fc-override {
  width: initial;
  height: initial;
  display: inline;
  margin: 5px 0;
}

.fc-override.fco-270 {
  min-width: 270px;
}

.fc-override.fco-200 {
  min-width: 200px;
}

.clicavel {
  cursor: pointer;
}

@font-face {
  font-family: "asap";
  src: url("../fonts/asap-bold-webfont.eot");
  src: url("../fonts/asap-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/asap-bold-webfont.woff2") format("woff2"),
    url("../fonts/asap-bold-webfont.woff") format("woff"),
    url("../fonts/asap-bold-webfont.ttf") format("truetype"),
    url("../fonts/asap-bold-webfont.svg#asapbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "asap";
  src: url("../fonts/asap-bold-webfont.eot");
  src: url("../fonts/asap-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/asap-bold-webfont.woff2") format("woff2"),
    url("../fonts/asap-bold-webfont.woff") format("woff"),
    url("../fonts/asap-bold-webfont.ttf") format("truetype"),
    url("../fonts/asap-bold-webfont.svg#asapbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "asap";
  src: url("../fonts/asap-bolditalic-webfont.eot");
  src: url("../fonts/asap-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/asap-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/asap-bolditalic-webfont.woff") format("woff"),
    url("../fonts/asap-bolditalic-webfont.ttf") format("truetype"),
    url("../fonts/asap-bolditalic-webfont.svg#asapbold_italic") format("svg");
  font-weight: bolt;
  font-style: italic;
}

@font-face {
  font-family: "asap";
  src: url("../fonts/asap-italic-webfont.eot");
  src: url("../fonts/asap-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/asap-italic-webfont.woff2") format("woff2"),
    url("../fonts/asap-italic-webfont.woff") format("woff"),
    url("../fonts/asap-italic-webfont.ttf") format("truetype"),
    url("../fonts/asap-italic-webfont.svg#asapitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "asap";
  src: url("../fonts/asap-regular-webfont.eot");
  src: url("../fonts/asap-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/asap-regular-webfont.woff2") format("woff2"),
    url("../fonts/asap-regular-webfont.woff") format("woff"),
    url("../fonts/asap-regular-webfont.ttf") format("truetype"),
    url("../fonts/asap-regular-webfont.svg#asapregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

h2 {
  font-family: "asap", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}

* {
  font-family: "asap", sans-serif;
}

.table tbody > tr > td.mid-vert-align {
  vertical-align: middle;
}

.table thead > tr > th.mid-vert-align {
  vertical-align: middle;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.icon-acao {
  width: 20px;
}

.na-frente {
  z-index: 2000;
}

.ng-hide.ng-hide-animate {
  display: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.font-bold {
  font-weight: bold;
}

.no-min-width {
  min-width: 0;
}

.logged {
  width: 100%;
}

.vertical-botton {
  display: flex;
  align-items: bottom;
}

.pan-checkbox {
  margin-right: 10px;
}

textarea {
  resize: vertical;
}

[ng-click] {
  cursor: pointer;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}

.acaoPrincipal {
  width: 115px;
}

.acaoPrincipalSemDrop {
  width: 141px;
}

.panel-footer .btn {
  margin: 0px 2px;
}

/*          Treecontrol Styling           */

treecontrol.tree-light {
  font-size: 15px !important;
}

treecontrol.tree-light li {
  padding: 2px 0px 2px 20px;
}

treecontrol.tree-light li .tree-label:hover {
  color: #115b96;
  font-weight: bold;
}

treecontrol.tree-light li .tree-selected {
  color: #115b96;
}

.fc-scroller {
  height: 75vh !important;
}

.fc-widget-content {
  height: auto !important;
  min-height: 75vh !important;
}

.fc-title {
  cursor: pointer;
}

.fc-event-container {
  cursor: pointer;
}

.fc-unthemed .fc-today {
  background: #f8e0e0;
}

.fc td, .fc th {
  border-width: 5px;
  border-color: #fff;
  background-color: #f4f5f7;
}

.fc-event {
  margin: .3em .9em .3em 0.5em;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
  background-color: #fff;
  color: #333;
  position: relative;
  line-height: 5px;
  transition-duration: 0.5s;
  padding: 28px 2px 2px 2px;
}

.fc-event .fc-title p.onlyHover {
  display: none;
}

.fc-event:hover {
  text-decoration: none;
  color: inherit;
}

.fc-event:hover .fc-title p {
  white-space: normal;
  line-height: 15px;
}

.fc-event:hover .fc-title p.onlyHover {
  display: block;
}

.fc-event .fa {
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 16px;
}

.fc-list-item .fa {
  display: none;
}

td.fc-list-item-title p {
  line-height: 1;
  font-size: .9em;
  text-align: left;
}

.fc-event .fc-time {
  display: block;
  line-height: 1;
}

.fc-event.concluido .fa {
  color: #00950F;
}

.fc-event.alta .fa {
  color: #FFA500;
}

.fc-event.maxima .fa {
  color: #C20808;
}

.fc-content {
  position: relative;
  z-index: 2;
  width: 90%;
  text-align: left;
  padding: 5px;
}

.fc-event.agenda-nova::after {
  position: absolute;
  color: white;
  transition: .3s;
  width: 99px;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  top: 5px;
  right: -7px;
  z-index: 1;
  text-align: left;
  border: 0;
  margin: 0px;
  padding: 2px 0px 2px 5px;
  border-radius: 4px 0px 0px 4px;

}

.fc-event.agenda-nova::before {
  position: absolute;
  font-size: 10px;
  top: 22px;
  right: -7px;
  z-index: 3;
  content: "";
  display: inline-block;
  border-width: 7px 7px 0px 0px;
  transition: .3s;
  border-style: solid;
  width: 0px;
  height: 0px;
  line-height: 0px;
}

.agenda-pessoal .fc-event-dot {
  background-color: #556B2F;
}

.fc-event.agenda-pessoal::after {
  background-color: #556B2F;
  content: "PESSOAL";
}

.fc-event.agenda-pessoal::before {
  border-color: #313d1c transparent transparent;
}

.agenda-prazo .fc-event-dot {
  background-color: #ce0a1e;
}

.fc-event.agenda-prazo::after {
  background-color:#ce0a1e;
  content: "PRAZO";
}

.fc-event.agenda-prazo::before {
  border-color: #7a0914 transparent transparent;
}

.agenda-plantao .fc-event-dot {
  background-color: #8f078f;
}

.fc-event.agenda-plantao::after {
  background-color:#8f078f;
  content: "PLANTÃO";
}

.fc-event.agenda-plantao::before {
  border-color: #420242 transparent transparent;
}

.agenda-compromisso .fc-event-dot {
  background-color: #024e8b;
}

.fc-event.agenda-compromisso::after {
  background-color:#024e8b;
  content: "COMPROMISSO";
}

.fc-event.agenda-compromisso::before {
  border-color: #03243f transparent transparent;
}

.agenda-prazo_secretaria .fc-event-dot {
  background-color: #7a0611;
}

.fc-event.agenda-prazo_secretaria::after {
  background-color:#7a0611;
  content: "SECRETARIA";
}

.fc-event.agenda-prazo_secretaria::before {
  border-color: #3a0308 transparent transparent;
}


@media (max-width: 1130px) {
  .fc-event.agenda-nova::after {
    width: 75px;
    font-size: 10px;
  }
}

@media (max-width: 970px) {
  .fc-event.agenda-nova::after {
    width: 20px;
    font-family: 'FontAwesome';
  }

  .fc-event.agenda-prazo_secretaria::after {
    content: "\f12a";
  }

  .fc-event.agenda-compromisso::after {
    content: "\f073";
  }

  .fc-event.agenda-pessoal::after {
    content: "\f017";
  }

  .fc-event.agenda-prazo::after {
    content: "\f12a";
  }

  .fc-event.agenda-plantao::after {
    content: "\f098";
  }
}

.trPrioridade_2 {
  background-color: #fbecd2;
}

.trPrioridade_3 {
  background-color: #f7d3d3;
}

.dropdown-menu .dropdown-menu-checkbox {
  padding: 2.5px 5px;
}

.dropdown-menu .dropdown-menu-header {
  width: 250px;
  text-align: center;
}

.linkTooltip {
  color: #013157;
  text-decoration: underline;
  font-weight: bold;
}

tr.linhaIgnorada td {
  font-style: italic;
  color:#8d8d8d
}