@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";

*{margin: 0;border: 0;padding: 0}

body{
    background-color: #e2e2e2;
    font-family: FontAwesome;
}

a{text-decoration: none;color: inherit;}

.float_l{float: left}
.float_r{float: right}

.shadow{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);}

.img_rounded_50{
    border-radius: 50%;
    margin: 5px;
}

/*h1{font-size: 30px}*/
/*h2{font-size: 25px}*/
/*h3{font-size: 20px}*/
/*h4{font-size: 15px}*/
/*h5{font-size: 10px}*/

h1,h2,h3,h4,h5,p,a,h7{font-family: "Georgia";color: #6C7A89}



.nav-shadow{
  -webkit-box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.05);
  box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.05);
}

div.info_alert{
  text-align: center;
  padding-top: 5px;
}

.txt-cinza{
  color: #787672;
}

.row{
  padding: 0;
  margin: 0;
  border: 0
}


.accordion {
    margin-top: 15px;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
    border-bottom: 10px;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 20px;
}

hr {
  width: 100%;
}

.containers {
  width:100%;
  height:100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.containers2 {
  display: flex;
 	flex-direction: column;
  align-items: center
}

.space {
	margin-top:5px;
	margin-bottom:5px;
}

.space20 {
	height: 30px;
}

.footer {
   bottom: 1;
   width: 100%;
   color: white;
   text-align: center;
}
.footer > p {
  margin: 0
}

.click:hover{
  cursor:pointer;
}

.list-group-item-sol-key:hover{
  cursor: pointer;
  background-color: #5FC2FF;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}

.btn-filter {
  background: #dbdbdb;
  background-image: -webkit-linear-gradient(top, #dbdbdb, #bdbdbd);
  background-image: -moz-linear-gradient(top, #dbdbdb, #bdbdbd);
  background-image: -ms-linear-gradient(top, #dbdbdb, #bdbdbd);
  background-image: -o-linear-gradient(top, #dbdbdb, #bdbdbd);
  background-image: linear-gradient(to bottom, #dbdbdb, #bdbdbd);
  color: #545254;
  font-size: 12px;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
}

.btn-filter:hover {
  background: #bdbdbd;
  background-image: -webkit-linear-gradient(top, #bdbdbd, #bdbdbd);
  background-image: -moz-linear-gradient(top, #bdbdbd, #bdbdbd);
  background-image: -ms-linear-gradient(top, #bdbdbd, #bdbdbd);
  background-image: -o-linear-gradient(top, #bdbdbd, #bdbdbd);
  background-image: linear-gradient(to bottom, #bdbdbd, #bdbdbd);
  text-decoration: none;
  cursor: pointer;
}

/*CSS para impressão*/
@media print {

  * {
  background:transparent !important;
  color:#000 !important;
  text-shadow:none !important;
  filter:none !important;
  -ms-filter:none !important;
  }

  body {
  margin:0;
  padding:0;
  line-height: 1.4em;
  }

  .no_print{
    display:block;
  }

  .icon-wrapper{
      position:relative;
      float:left;
  }

  *.icon-blue {color: #0088cc}
  *.icon-grey {color: grey}
  i {
      width:100px;
      text-align:center;
      vertical-align:middle;
  }
  .badge{
      background: rgba(0,0,0,0.5);
      width: auto;
      height: auto;
      margin: 0;
      border-radius: 50%;
      position:absolute;
      top:-13px;
      right:-8px;
      padding:5px;
  }
}


.active:after{
  content: none;
}

#bdfilter{
  margin-bottom: 15px;
  display: none
}



/*
TABELAS
*/

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  width: 100%;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #314a62;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}


#tooltipContentBlacklist{
  display: none;

}
 .myWrapper {
  position: relative;
  padding-top: 20px;
}
.myWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.is-mobile {
  display: none !important;
}

@media (max-width: 600px) {
  img.is-mobile {
    display: inline-block !important;
  }

  img.is-desktop {
    display: none !important;
  }
}
