@charset "UTF-8";

* {
  margin: 0;
  padding: 0; 
}

body {
  background-color: #F0F0F0 !important;
}

html {
  font-size: 16px;
}

select.fixed {
    visibility: hidden;
    display: block;
    position: absolute;
}

fieldset {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border:1px solid grey;
 margin-bottom: 10px;
 color: red ;
}


legend:before {
  position: absolute;
  content: '';
  height: 8px;
  border-left: 1px solid gray;
  left: 0px;
  top: 7px;
}
legend:after {
  position: absolute;
  content: '';
  height: 8px;
  border-right: 1px solid gray;
  right: 0px;
  top: 7px;
}


h6 {
  font-size: 1.5rem;
  margin-top: 0;
}

p {
  margin: 0;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

i.large {
  font-size: 48px;
}

/*.card,
.card-panel {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding : 10px 10px 10px 10px;
}
*/
.container-fluid {
  padding: 1rem 1.5rem;
  /*margin: auto;*/
}


.row {
  margin: 0 -0.75rem;
}

.subheader {
  margin-bottom: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}

@media only screen and (min-width: 993px) {
  /*.main {
    padding-left: 20px;
    padding-right: 20px;
  }*/
}

/* nav */

nav {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
nav ul a {
  padding: 0 12px;
}
nav ul a img {
  line-height: 56px;
  vertical-align: middle;
}

nav,
nav .nav-wrapper i,
.navbar-fixed {
 /* height: 56px;
 line-height: 56px;*/
 padding-right: 0px !important;

}
/*
.nav-wrapper ul a:hover {
  background-color: transparent;
}*/
.nav-wrapper li:first-child a {
  padding-left: 24px;
}
.nav-wrapper .title {
  font-size: 1.4rem;
}

/* sidenav */
.sidenav .divider {
  margin: 8px 0;
}
.sidenav .active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .active a {
  color: #212121;
  font-weight: 500;
}
.sidenav .subheader {
  line-height: 24px;
  height: 32px;
  margin: 0;
  padding: 4px 16px;
  color: #616161;
  font-weight: normal;
  font-size: 13px;
}

@media only screen and (min-width: 993px) {
  .sidenav {
    width: 300px;
    /*top: 64px;*/
    /*padding: 12px 8px !important;*/
    /*height: calc(100% - 56px);*/
  }
  .sidenav li > a,
  .sidenav li > a > i.material-icons {
    height: 40px;
    line-height: 40px;
  }
  .sidenav li > a > i.material-icons {
    margin-right: 24px;
  }
  .sidenav li > a {
    padding: 0 16px;
    font-weight: normal;
    font-size: 13px;
    color: #616161;
  }
  .sidenav li > a:hover {
    border-radius: 2px;
  }
}

/* cards */
.card .card-action {
  border-top: none;
}

.card .card-action a {
  /*color: #fff !important;*/
}

.card  {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

table {
  font-size: 13px;
}

table td:first-of-type,
table th:first-of-type {
  padding-left: 24px;
}

table td:last-of-type,
table th:last-of-type {
  padding-right: 24px;
}

table.bordered > thead,
table.bordered > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.card table tr:last-child {
  border-bottom: none;
}

.card-text {
  width: calc(100% - 60px);
}

.card-icon i {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
}

.parallax-container {
  height: 300px;
  /*padding-left: 300px;*/
}

.dropdown-content {
  width: 200px !important;  
  top: 64px !important ;
  background-color: #BC8F8F !important;
}

.btn-small {
  height: 24px;
  line-height: 24px;
  padding: 0 0.5rem;
  text-transform: capitalize;
}


.btn {
  padding: 0 0.5rem 0 0.5rem  ;
  text-transform: capitalize;
}

.imagemBotoes {
  position:relative;
}

.imagemBotoes:hover {
  top:-2px;box-shadow:0 2px 2px #666;
  transition: all .2s ease-in-out;
}

.transp img {
  -moz-opacity: 0.5;
  opacity: 0.5 ;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";  
}

.zoom {
  overflow: hidden;
}

.zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-item {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.tabelames {
}

.tabelames table {
  /*border:none;*/
  border-collapse:collapse;
  width:100%;
  padding:0px 0px 0px 0px !important;
  vertical-align: top: !important;
}

.tabelames th {
  /*background:#4cc2e6;*/
  border:none !important;
  padding:0px 0px 0px 0px !important;
  text-align:left;
  color: #000000;
  /*:#fff;*/
  /*font-size:20px;*/
  /*background-color:#005F89;*/
}

.tabelames tr {
  border:1px solid #e5e5e5;
  padding:0px 0px 0px 0px !important;
  text-align:left;
}

.tabelames td {
  text-align:left;
  border:1px solid #e5e5e5;
  /*color:#0032ff;*/
  color: #000000;
  /*font-weight:bold;*/
  /*font-size:12px;*/
  padding:0px 0px 0px 0px !important;
    vertical-align: top: !important;


}

td.semanas {
  text-align:center;
  /*background-color:#E1E1E1;*/
  font-weight:bold;
  /*font-size:14px;*/
  padding:0px 0px 0px 0px !important;
  /*color:#FFFFFF;*/
  color: #000000;
 /*border:none !important;*/
 /*background-color:#F4F4F4;*/
}


td.dia_atual {
  text-align:left;
  height: 50px;
  width: 50px;
  background: #F7F7F7;
}

td.dia_branco {
  text-align:left;
  height: 50px;
  width: 50px;
  /*background-color:#FFFFFF;*/
  background-color: white ;
    margin: 0px 0px 0px 0px !important;

  padding:0px 0px 0px 0px !important;

}

td.dia_comum {
  text-align:left;
  height: 50px;
  width: 50px;
  background-color:#F4F4F4;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  /*background-color: #DCE8FF;*/
  border:1px solid #e5e5e5;
}

ul.dropdown-content.select-dropdown li span {
    color: #000; /* no need for !important :) */
    background-color: white ;
}

h5 {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

data-tooltip {
  background-color: red !important;
}
