


@font-face {
    font-family: 'palanquin'; /*a name to be used later*/
    src: url('./fonts/palanquin-extralight.ttf'); /*URL to font*/
}


body {font-family: Arial, Helvetica, sans-serif;background-color: whitesmoke;}

.month {
  position: absolute;

  padding: 20px 0px;
  margin-top:49px;

  height: 50px;
  width:90%;
  margin-left:5%;
  background:#37474f;
  text-align: center;
  color:white;
  font-weight:bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month {
  float: left;
  padding-top: 10px;
  color: #ddd;

}

.month {

  float:right;
  padding-top: 20px;
  padding-right: 10px;
}

.weekdays {
  position:absolute;
  width: 90%;
  top:125px;
  margin-left:5%;
  margin-right: 0;
  padding-right:12px;
  padding-left: 0;
  padding-top: 10px;
  background-color:#37474f;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}

.weekdays li {
  display: inline-block;
  width: 13.9%;
  color: #ffffff;
  text-align: center;
}

.days {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  top:173px;
  width:90%;
  margin-left: 5%;
  padding-left: 10px;
  margin-right: 0px;
  padding-right: 0px;
  padding-top: 10px;
  background:#62717b;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.days li {
  display: inline-block;
  vertical-align: middle;
  spacing:0px;
  width: 14.1%;
  height: 200px;
  padding: 0;
  margin-right:-6px;
  margin-bottom: -1px;
  text-align: center;
  font-weight:900;
  border-width: thin;
  border-style: solid;
  font-size:12px;
  color: white;
}

.days li:hover{
  background:#eee;
  color: black;
}
.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}


.top{
  background-color: #ffff;
}

body{
  padding:0px;
  margin:0px;
}
.menu{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 400;
  background-color:#102027;
  width:100%;
  height:49;

  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 17px;
  font: palanquin;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

img{
  float: left;
  padding: 5px 5px;
}
.menu a{
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font: palanquin;

}

.menu a:hover{
  color:#f57c00;
/*  background-color: #f4ff80;*/
}

.menu a:active{
  background-color: #62727b;
  color: white;
}

.menu .icon{
  display: none;
}

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

a:active{
  color:white;
}


/* BOTAO CADASTRO*/

.tudo{
  float: left;
  overflow: hidden;
}


.tudo .botao{
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; 
  margin: 0; 
}

a:hover, .tudo:hover .botao{
  color: #ebd534;
}


a:visited{
  color:white;
}
.conteudo{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.conteudo a {
  float: none;
  color: gray;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.conteudo a:hover {
  background-color: #ddd;
}

.tudo:hover .conteudo{
  display: block;
}


.filtro{
  
  position: relative;
  float:right;
  top: -20px;
  padding: 10px;
  background-color: #f57c00;
  text-align: center;
  color:white;
  width: 150px;
  font-size: small;
  border-radius: 25px;
}
#dialogoInfo{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.dialogoTarefa{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.dialogoConteudo{
  width: 70%;
  margin-left:15%;
  margin-top:5%;
}
.dialogoHeader{

  padding-top: 20px;
  font-weight:900;
  padding-right: 16px;
  background-color:#102027;
  border: 2px solid #102027;
  height:60px;
  width: 100%;
  color: white;
}


.dialogoCorpo{
  position: relative;
  padding-bottom: 100px;
  padding-left: 20px;
  background-color: #37474f;
  color:#ffffff;
  width: 100%;
  height: 400px;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.dialogoBottom{
  padding-top: 10px;
  height: 60px;
  width: 100%;
  padding-right: 20px;
  background-color: #37474f;
}


.infoCorpo{
  position: relative;
  padding-bottom: 100px;
  padding-left: 20px;
  background-color:#62717b;
  color: #ffffff;
  text-emphasis:900;
  width: 100%;
  height: 200px;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.fechar {
  color: white;
  padding-left: 20px;
  padding-bottom: 30px;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.fechar:hover, .fechar:focus {
  color: #f57c00;
  text-decoration: none;
  cursor: pointer;
}

.header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;  
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

input,textarea {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-color: #101f27;
  border-bottom-style: solid;
  border-color:#b8b8b8;
  border-width:1px;
  background-color:#62727b !important ;
  color:white;

}
textarea:focus, input:focus {
  color:white;
}


.select2-container--default.select2-container--focus .select2-selection--multiple{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  color:#ffffff;
  background-color: #62727b !important ;

}

.new-multiple{
  width: 450px;

  border-top-style: hidden !important;
  border-right-style: hidden !important;
  border-left-style: hidden !important;
  border-bottom-style: groove !important;
}

#descricao{
  position: relative;
  width: 450px;
  height: 250px;
  padding: 0;
  margin:0;
}
#criarTarefa,#deletarBotao{
  height: 50px;
  border-bottom: hidden;
  color:#ffffff;
  width: 30%;
  background-color: #101f27 !important;
  text-emphasis: 1000;
}
.direita{
  float:right;
  position: relative;
  width: 300px;
}

.esquerda{
  float:left;
  position: relative;
  width: 300px;
}

.new-single{
  width: 300px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
}

.new-single1{
 width: 300px;
 border-top-style: hidden;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: groove;
}

td{
  width: 500px;
  vertical-align: top;
}
#robot{
  position: relative;

}

.red{
  
  width:100%;
  height:10%;
  margin: 0;
  margin-top:5px;
  color: white;
  font-weight:900;
  background-color:#fbc02d;
  padding-top: 5px;
}

.green{
  position:relative;
  width: 100%;
  height:10%;
  color: white;
  font-weight:900;
  background-color:#ff4081;
  margin-top:5px;
  padding-top: 5px;
}

.blue{
  position:relative;
  width: 100%;
  height:10%;
  color: white;
  font-weight:900;
  background-color:#4db6ac;
  margin-top:5px;
  padding-top: 5px;
}

#mesAtual{
  color:white;
  visibility: visible;
}

.details{
  position:absolute;
  visibility: hidden;
  top:200px;
  left:200px;
  background-color:#37464f;
  color:#ffffff;
  border-radius: 10px;
  margin-top:25px;
  margin-left:0px;
  padding-left: 5px;
  padding-top:5px;
  width:400px;
  height: 100px;
}

.dialogoTable{
  width:100%;
}

#previsao{
width: 500px;
}