#wrapper {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1030px;
}
.senha {
    background-color: #00ccff !important;
    color:black !important;
}
.good{
    background-color: #99ffcc !important;
    color:black !important;
}
.warning {
    background-color: #ffcc66 !important;
    color:black !important;
}
.critical {
    background-color: #ff3300 !important;
    color:black !important;
}
.curved-div {
  background-color: #ffcc66; /* Beige background color */
  border-radius: 20px; /* Adjust the radius for desired curvature */
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  max-width: 300px;
}


.curved-div-beige {
  background-color: #ffcc66; /* Beige background color */
  border-radius: 20px; /* Adjust the radius for desired curvature */
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  max-width: 300px;
  margin: 16;
}

.curved-div-blue {
  background-color: lightblue;
  border-radius: 20px; /* Adjust the radius for desired curvature */
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  max-width: 300px;
  margin: 16;
}

.curved-div-chapa {
  background-color: #ffcc66; /* Beige background color */
  border-radius: 20px; /* Adjust the radius for desired curvature */
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  max-width: 850px;
  margin-top: 24px;
  margin: 16;
}

.curved-div-itens {
  background-color: #a8e56e; /* Beige background color */
  border-radius: 20px; /* Adjust the radius for desired curvature */
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  max-width: 700px;
  margin: 16;
  margin-top: 6px;
  margin-left: 150px;
}

.curved-div-chapa-inteira {
  background-color: yellow; /* Beige background color */
  border-radius: 20px; /* Adjust the radius for desired curvature */
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  max-width: 850px;
  margin-top: 24px;
  margin: 16;
}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.msg {
  height: 35px;
  padding: 0px;
  margin: 0px;
}

html {
  background: url(/divinal/images/logo.jpg) no-repeat center 100px fixed;
  -webkit-background-size: 1024px 435px;
  -moz-background-size: 1024px 435px;
  -o-background-size: 1024px 435px;
  background-size: 1024px 435px;
}

.br-on-mobile {
    display: none;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 90%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cardcontainer {
    padding: 2px 16px;
}


div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 180px;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:#EBEBEB;
}

tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.numberCircle {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 4px;

    background: #000;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;

    font: 16px Arial, sans-serif;
}

@keyframes blink-animation {
  to {
    background:#FFFFFF;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@media screen and (max-width: 800px) {
    .br-on-mobile {
        display: inline;
    }
}


@media screen and (max-width: 900px) {
  h3 {
    font-size: 18px !important;
  }
  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10.col-11,.col-12 {
    width: 100%;
  }
  .column {
      width: 100%;
  }
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
  }.row:after {
    content: "";
    display: table;
    clear: both;
  }
  table td:last-child {
    border-bottom: 0;
  }

  tr:nth-child(odd) {background: #fff;}
}

.label-text {
  color: rgba(0,0,0,1) !important;
  font-weight: bold;

}