.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.bold {
	font-weight: bold;
}

/* Cabeçalho */

.dropdown-backdrop{
  position: static;
}

.navbar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 54px;
}

.navbar .dropdown-menu {
  border-radius: 0 0 2px 2px;
  margin-top: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f5f5f5;
  color: #333;
}

.navbar .brand {
  padding-bottom: 8px;
  padding-top: 8px;
}

.navbar .site-name {
  border-left: 1px solid #e7e7e7;
  color: #000;
  font-size: 1.1em;
  line-height: 38px;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.navbar .site-name:hover,
.navbar .site-name:focus {
  text-decoration: none;
}

.navbar .btn-navbar {
  color: #ccc;
  margin-bottom: 9px;
  margin-top: 9px;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #f2f2f2;
  color: #ccc;
}

.navbar .btn-navbar.collapsed {
  background-color: transparent;
}

.navbar .btn-navbar.collapsed:hover,
.navbar .btn-navbar.collapsed:focus,
.navbar .btn-navbar.collapsed:active {
  background-color: #f2f2f2;
}

.navbar .btn-navbar .icon-large {
  line-height: normal;
}

.navbar .current-user {
  padding: 3px 20px;
}


/* Página de erro */

.page-error {
  margin-bottom: 3em;
  margin-top: 3em;
  text-align: center;
}


/* Rodapé */

.site-footer {
  border-top: 1px solid #ddd;
  color: #767676;
  margin-top: 4em;
  padding: 1.4em 0;
  text-align: center;
}


/* Formulário */

.form-actions {
  margin-top: 10px;
}

legend+ .control-group {
  margin-top: 0;
}

.form-horizontal .help-inline + .help-block {
  margin-top: 5px;
}

.inner-addon {
  position: relative;
}

.inner-addon [class^="icon-"] {
  color: #777;
  position: absolute;
  padding: 8px 12px;
  pointer-events: none;
}

.left-addon [class^="icon-"] {
  left: 0px;
}

.right-addon [class^="icon-"] {
  right: 0px;
}

.left-addon input {
  padding-left: 30px !important;
}

.right-addon input {
  padding-right: 30px !important;
}

.input-right::-ms-clear {
  display: none;
}

/* IE8 Hack */
@media \0screen {
  .input-block-level {
     min-height: 20px;
  }
}


/* Modal */

.modal {
  border-radius: 2px;
}

.modal.fade {
  top: 10%;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modal-header .close {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  outline-color: transparent;
}

.modal-body {
  min-height: 50px;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=75);
  opacity: .75;
}


/* Botão 'Ir para o topo da página' */

#toTop {
  background: rgba(0, 0, 0, 0.2);
  background: #ddd\9;
  bottom: 12px;
  color: #fff;
  display: none;
  padding: 6px 12px;
  position: fixed;
  right: 12px;
  right: 32px\0;
}

#toTop:active,
#toTop:focus,
#toTop:hover {
  background: rgba(0, 0, 0, 0.3);
  background: #ccc\9;
  border-color: #b6b6b6;
  text-decoration: none;
}


/* Ícones */

.icon-6x {
  font-size: 6em;
}

.icon-7x {
  font-size: 7em;
}


/* Datepicker */

.datepicker {
  border-radius: 2px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  background-color: #337ab7;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #286090;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.control-group.error .input-daterange .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}


/* Login */

.dropdown-login form {
  margin: 15px 15px 20px;
}

.panel-login {
  border: 0;
  max-width: 300px;
  margin: 3em auto;
}

.panel-login form {
  margin-bottom: 0;
}

.panel-login .alert {
  margin-top: -15px;
}


/* Imagens */

.img-responsive {
  display: block;
  max-width: 100%; /* Set a maximum relative to the parent */
  height: auto;    /* Scale the height according to the width, otherwise you get stretching */
}

.text-center .img-responsive {
  margin-left: auto;
  margin-right: auto;
}


/* Spinner */

.dropdown-login .spinner {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 1070;
}

.modal-body .spinner {
  position: absolute;
  top: 30%;
  left: 45%;
  z-index: 1070;
}

.spinner-backdrop {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
}

.spinner-backdrop.fade.in {
  filter: alpha(opacity=75);
  opacity: .75;
}

body > .spinner {
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 1080;
}


/* Mensagens de erro */

noscript > .alert,
.content > .alert {
  margin-top: 5px;
  margin-bottom: 10px;
}

.alert p:last-child {
  margin-bottom: 0;
}


/* Classes auxiliares */

.nowrap {
  white-space: nowrap;
}


/* Responsividade */

@media (min-width: 768px) {
  .navbar .nav > li > a {
    padding: 17px 15px;
  }
  .navbar .current-user {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive.table,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive tfoot,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive.table {
    border-left: 0;
    border-right: 0;
  }
  .table-responsive.table tr {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive tr {
    border: 1px solid #ddd;
  }
  .table-responsive td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-responsive td.hide {
    display: none;
  }
  .table-responsive td.acoes {
    overflow: visible;
  }
  .table-responsive td:before {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-responsive.table.hide {
    display: none;
  }
  .table-responsive td:before {
    content: attr(data-title);
  }
  .table-responsive tbody > tr:nth-child(odd) > td,
  .table-responsive tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }
  .table-responsive tfoot {
    margin-top: 10px;
  }
  .table-responsive tfoot td {
    background-color: #f2f2f2;
  }
  .table-responsive.table td.text-right {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .alert span {
    display: block;
    float: none;
    margin-top: .5em;
  }
  .navbar .brand {
    margin-left: -10px;
  }
  .navbar .current-user {
    padding: 9px 15px;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: normal;
  }
  .nav-collapse.collapse.in {
    border-top: 1px solid #f2f2f2;
  }
  .modal.fade {
    top: 20px;
  }
}

@media (min-width: 481px) {
  .results .alert {
    margin-bottom: 30px;
  }
  .form-horizontal .radio.inline + .help-inline {
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  legend {
    margin-bottom: 12px;
  }
  .panel-login {
    border: 0;
    box-shadow: none;
    margin: 0 auto;
  }
  .input-append {
    display: block !important;
  }
  .form-horizontal .control-group {
    margin-bottom: 10px;
  }
  .radio.inline,
  .checkbox.inline {
    padding-top: 0 !important;
  }
}

@media (max-width: 380px) {
  .navbar .site-name {
    margin-left: 8px;
    padding-left: 6px;
  }
}

/* CSS adequações acessibilidade (inicio) - SONEXTSUS-415 */
/* Cores */

.alert-error {
  color: #a64240;
}

.alert-info {
  color: #2d6987;
}

.alert-warn {
  color: #7e612e;
}

.alert-warn a {
    color: #2d6da4;
}

.titulo {font-size: 2em;}

a,a:visited, a:active, a:focus {
  color:#2d6da4;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* CSS adequações acessibilidade (fim) - SONEXTSUS-415 */