@charset "UTF-8";

* {
  margin: 0;
  padding: 0; 
}

html {
  font-size: 16px;
}

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


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;
}

body {
  /*background-color: #fafafa ;
  font-size: 14px;*/
}

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: 300px;
    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: 200px;
  /*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 !important;;
  /*border-collapse:collapse;*/
  width:100%;
  padding:0px 0px 0px 0px !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;
   /*border:none !important;*/
}

.tabelames td {
  text-align:left;
  /*border:1px solid #e5e5e5;*/
  border:1px solid white;
  /*color:#0032ff;*/
  /*color: #000000;*/
  /*font-weight:bold;*/
  /*font-size:12px;*/
  padding:0px 0px 0px 0px !important;
   /*border:none !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:center;
  height: 50px;
  width: 50px;
  background: #F7F7F7;
   border:none !important;
}

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

  padding:0px 0px 0px 0px !important;
  border:none !important;

}

td.dia_comum {
  text-align:center;
  height: 50px;
  width: 50px;
  /*background-color:#F4F4F4;*/
  background-color: #fafafa;
  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;
}
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    /*color: #636e73;*/
    /*padding: 20px 0;*/
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    /*border-right: 1px solid #2c7aca;*/
    padding: 8px;
    /*text-transform: uppercase;*/
    /*font-size: 12px;*/
    font-weight: bold;
    /*color: #818589;*/
    color: #fff;
    color: black;
    /*background-color: #448cd6;*/
    background-color: #e0e0e0 ;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    /*color: #7c878d;*/
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    /*margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;*/
    color: black;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}
