/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
 
  -o-background-size: cover;
}

.responsiveImg {
	max-width: 100%;
    height: auto;
    vertical-align: middle
}

.fixedtable {
  max-height: 550px;
  overflow: auto;
}

/* enquanto estiver carregando, o scroll da página estará desativado */
body.loading .modal-loading-gif {
    overflow: hidden;   
}

/* a partir do momento em que o body estiver com a classe loading,  o modal aparecerá */
body.loading .modal-loading-gif {
    display: block;
}

table {
  border-collapse: collapse;
}

td, th {
  padding: 5px 15px;
}