@import url('https://fonts.googleapis.com/css?family=Ubuntu');
html,
body{
    height: 100%;
}
body{
    background-color: #f2f2f2;
    margin: 0;
    font-family: "Ubuntu";
}
input[type=checkbox]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(3); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;

}
input[type="checkbox"]:checked {
    background: #40e0d0 !important;
  }
#headerTable{
    display: flex;
    justify-content: space-between;
    font-size: smaller;
    padding-bottom: 10px;
}
#users #headerTable{
  display: flex;
  justify-content: space-between;
  font-size: smaller;
  height: 30px;
  background: #a5d76e;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
table{
    border-collapse: collapse;
    width: 100%;

}
table td{
    /* padding: 5px 20px; */
    border-bottom: 1px solid black;
    text-align: center;
    color: #6e6e6e;
}
table .user td, .kanbanUser td{
    font-weight: 500;
    margin: 20px;
    color:#6e6e6e;
}
.containerUsers #users {
  border: 2px solid #a5d76e;
  border-radius: 5px;
}
.containerUsers #users .user{
  display: flex;
  justify-content: space-between;
  color: #a5d76e;
  align-items: center;
  padding: 0 50px 0 30px;
}
.containerUsers #users .user:nth-child(even){
    background: #f6f6f6;
}
.containerUsers #users .user:nth-child(odd){
    background: #fff;
}
.containerUsers #users .user .nome,
.containerUsers #users .user .email {
    min-width: 200px;
}
.containerUsers #users .user .input {
    padding: 0 10px;
}
table .user:hover{
    background: rgba(255,255,255, 0.07);
}
table .kanbanUser{
  border: 2px solid #a5d76e;
  border-radius: 3px;
}
table .kanbanUser:nth-child(even){
   background:  rgba(165, 215, 110, 0.21);
}
table .kanbanUser:nth-child(odd){
    background: #e6e6e6;
}
table .kanbanUser:hover{
    background: rgba(170, 170, 170, 0.2);
}
table .user td:first-child{
    text-align: left;
}
table .user td:last-child, table .user td:nth-child(2){
    text-align: center;
}
.badge{
    background:#ff6464;;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 20px;
}
h1{
    font-family: Arial, Verdana, sans-serif;
    color: rgb(51, 137, 195);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    font-size: 50px;
    margin: 0;
}
.logo {
    height: 100px;
}
.loading{
   width: 50px;
   height: 50px;
}
.header {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px #6e6e6e;
    min-height: 100%;
    max-height: max-content;
    font-family: "Ubuntu";
}
.login{
    padding-top: 25px;
}
h5{
    margin: 0;
    color: #999;
}
input{
    border: none;
    color: #6e6e6e;
    padding-top: 5px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 5px 0 10px 0;
    height: 25px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #999;
}
}
input:focus {
    outline: none;
    border-bottom: solid 1px #555;
}
.header input {
    width: 100%;
    display: block;
}
a {
    text-decoration:none;
}
a:visited{
  text-decoration: none;
}
.header button {
    position: relative;
    width: 30%;
    left: 70%;
}
button {
    border: none;
    /*display: block;*/
    padding: 10px;
    background-color: #75a2ea;
    color: #fff;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
button:hover {
    background-color: rgb(40, 107, 152);
    cursor: pointer;
}
.img-logo-main{
    width: 25%;
    margin: auto;
    padding-top: 40px;
}
form{
    width: 50%;
    font-family: 'Ubuntu';
    margin: auto;
}
form{
    position: relative;
    padding: 30px;
    text-align: justify;
}
form label {
    font-size: 16px;
    color: #6e6e6e;
    padding-left: 5px;
}
.btn-bottom button,
.bottom button,
.bottons button{
  padding: 5px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #6e6e6e;
  box-shadow: 0 1px 2px #999;
  margin-left: 15px;
}
.bottom > button img,
.btn-bottom > button img,
.bottons > button img{
  width: 25px;
  margin-right: 5px;
}
.cadastro {
    font-size: 12px;
    text-align: center;
    padding: 15px;
}
.cadastrar, .recuperar{
    display: none;
}
.notification {
    font-size: 14px;
    color: #ff6666;
    text-align: center;
}
.container,
.containerUsers{
    margin: 30px auto;
    width: 90%;
    box-sizing: border-box;
    color:#6e6e6e;

}
.containerNot{
    width: 90%;
    color: #75a2ea;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
}
.column-not{
    width: 700px;
    margin: auto;
    padding: 10px;
    font-family: "Ubuntu";
    background-color: #fff;
    box-shadow: 0 2px 5px #999;
}
.containerNot .headerNot{
    margin-bottom: 10px;
    display: flex;
    font-size: 22pt;
    padding: 5px 2px;
    background-color: #6e6e6e;
    color: #fff;
}
.containerNot .headerNot img{
    width: 40px;
    height: 40px;
}
.containerNot .headerNot p{
    padding-left: 10px
}


.containerNot input{
    margin-right: 6px;
    margin-left: 20px;
}

.containerNot input:nth-child(2){
    margin-left: 0;
}

.noti{
    display: block;
    color: #6e6e6e;
    padding: 10px;
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: 600;
    text-align: justify;
}
.noti:nth-child(odd){
    background-color: #f2f2f2;
}
.noti:hover{
    background: rgba(250, 250, 250, 0.9);
}
.noti span{
    color: #75a2ea;
}
.noti .data-rem{
    font-size: 14px;
    color: rgba(0,0,0, 0.5);
}
.kanbox {
    padding: 20px 40px;
    border-radius: 0px 10px 10px 0px;
    display: inline-table;
    width: 31.2%;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.06);
    font-size: 11px;
    color: #333;
    /* border-left: solid 17px #75a2ea; */
    height: 150px;
    display: inline-table;
    margin: 10px;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.kanbox:hover {
    background: rgba(250, 250, 250, 0.8);
}
.kanbanId.kanbox{
    background: #fff;
}
.kanbox p {
    margin: 0;
    line-height: 150%;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
}
.kanbox .data{
    display: none;
}
.kanbox .title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #75a2ea;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
}

.kanban-badge {
    position: absolute;
    display: none;
    top: 119px;
    /* left: 273px; */
}

.kanbanConfig{
    background:  #75a2ea;
    position: absolute;
    cursor: pointer;
    width: 17px;
    height: 100%;
}
input#newKanban{
    width: 100%;
}
.containerButtons{
    position: relative;
    padding: 4px;
}
.containerButtons button{
    display: inline-table;
    cursor: pointer;
}
.containerButtons #btnNewColumn{
    margin-left: 34px;
}
.containerButtons .kanbanConfig{
    position: absolute;
    background-color: transparent;
    z-index: 1;
    bottom: 8px;
}
.containerButtons .kanbanConfig:hover{
    background-image: url("../img/icones/seta esq.svg");
    background-size: cover;
    background-color: transparent;
}
.kanbox .kanbanConfig{
    top: 0;
    left: -1px;
}
.newKanbox {
    border-radius: 10px;
    display: inline-table;
    width: 31.2%;
    background: #d1d1d1;
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,0.05);
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    display: inline-table;
    margin: 10px;
    height: 150px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    padding: 20px 0px;
}
.newKanbox p{
    width: 100%;
    box-sizing: border-box;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;

}
.newKanbox button{
    width: 100%;
    text-align: center;
}
.insidebox{
    display: none;
}
.body {
    margin: 30px auto;
    width: 60%;
}
.corpo{
    width: calc(75% - 4px);
    background: rgba(255,255,255, 0.4);
    padding: 20px;
    display: inline-table;
    margin: 0;
}
.menu{
    display: inline-table;
    width: calc(25% - 40px);
}
#buttonCreate {
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    color: #6e6e6e;
    font-weight: 600;
    font-size: 18px;
}
.sidebar{
    background: #3498db;
    height: 100%;
}
.sidelink {
    display: block;
    background: #3498db;
    color: #fff;
}
h2 {
    padding-left: 10px;
}
.newCard {
    background: rgba(221, 221, 221, 0.4);
    padding: 15px;
    width: calc(380px - 25px);
    border: dashed 2px #ccc;
    color: #bbb;
    text-align:center;
    margin: 20px 0;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.newColumm{
    background: rgba(68,68,68, 0.5);
    padding: 5px 5px 5px 10px;
    width: calc(380px - 10px);
    border: dashed 2px #777;
    color: #777;
    text-align:center;
    margin: 20px 0;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
}
#participantes{
    margin-bottom: 10px;
}
#div5 #participantes{
  border: none;
}
#participantes div.kanbanUser{
    display: flex;
    cursor: default;
}
#users #busca {
  min-height: 100px;
  max-height: 100px;
  overflow-x: auto;
}
.classBuscaRes #buscaRes {
  min-height: 150px;
  max-height: 150px;
  overflow-x: auto;
}
.kanbanUser .user{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    font-size: smaller;
}
.kanbanUser .exclude{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.kanbanUser img{
    width: 30px;
    vertical-align: middle;
}
.kanbanUser:nth-child(odd){
  background-color: rgba(165, 215, 110, .7);
}
.kanbanUser:nth-child(even){
  background-color: #fff;
}
#participantes div.kanbanUser:hover{
    background: #a5d76e;
}
.kanbanUser .name{
  margin: auto;
  font-size: 14px;
  padding: 5px 0;
}
table.#participantes a.removeUserKanban{
    font-size: 18px;
    cursor: pointer;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    padding: 0px 5px;
    border: 1px solid #a5d76e;
    width: 25px;
    border-radius: 4px;
    margin: 10px auto;
    color: #a5d76e;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#participantes a.removeUserKanban:hover{
    color: #000;
    font-weight: bold;
}
#responsavel{
    padding: 8px;
}
#responsavel div.kanbanUser{
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    margin: 10px 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px #999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    cursor: default;
}
#responsavel div.kanbanUser:hover{
    background: #75a2ea;
}
#responsavel a.removeResponsavel{
    font-size: 13px;
    cursor: pointer;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    margin-left: 5px;
    padding: 0px 5px;
    color: rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#responsavel a.removeResponsavel:hover{
    color: #000;
    font-weight: bold;
}
#responsavel a.addUserKanban{
    font-size: 25px;
    cursor: pointer;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    margin-left: 5px;
    padding: 0px 5px;
    color: rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#buscaRes div.kanbanUser{
    background: #8abfe2;
    border-radius: 5px;
    display: inline-table !important;
    padding: 8px;
    margin: 10px 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    cursor: default;
}
#procurarRes{
  padding: 0;
}
#procurarRes img{
  width: 35px;
}

#busca div.kanbanUser{
    white-space: normal;
    background-color: rgba(165, 215, 110, 1);;
    border-radius: 5px;
    margin: 5px;
    display: inline-flex;
    padding: 2px 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    cursor: default;
}
#busca div.kanbanUser:hover{
    background-color: rgba(165, 215, 110, .7);
}
#busca a.addUserKanban{
    font-size: 16px;
    cursor: pointer;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    margin-left: 5px;
    padding: 2px 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#buscaRes{
    padding: 8px;
}
#buscaRes div.kanbanUser{
    white-space: normal;
    display: inline-table !important;
    background: #6e6e6e;
    border-radius: 5px;
    display: inline;
    padding: 8px;
    margin: 10px 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    cursor: default;
}
#buscaRes div.kanbanUser:hover{
    background: #75a2ea;
    cursor: pointer;
}
#buscaRes a.addUserKanban{
    font-size: 25px;
    cursor: pointer;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    margin-left: 5px;
    padding: 0px 5px;
    color: rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#buscaRes a.addUserKanban:hover{
    color: #000;
    font-weight: bold;
}
#acoes, #anexos{
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}
#acoes,
.listParticipantes,
.listAnexos{
    min-height: 270px;
    max-height: 270px;
    color: #6e6e6e;
    overflow-x: auto;
}
.listParticipantes{
  min-height: 200px;
  max-height: 200px;
}
#acoes{
    border: 2px solid #b98cdd;
}
#participantes{
  border: 2px solid #a5d76e;
  border-radius: 5px;
}
.listParticipantes::-webkit-scrollbar,
.listAnexos::-webkit-scrollbar,
#acoes::-webkit-scrollbar{
  width: 7px;
  background: #fff;
}
.listParticipantes::-webkit-scrollbar{
    border: 2px solid #a5d76e;
}
.listAnexos::-webkit-scrollbar{
    border: 2px solid #75a2ea;
}
#acoes::-webkit-scrollbar{
    border: 2px solid #b98cdd;
}
.listParticipantes::-webkit-scrollbar-thumb,
.listAnexos::-webkit-scrollbar-thumb,
#acoes::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
#acoes div.acaoCol{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 8px;
    width: 100%;
    cursor: default;
    font-size: smaller;
}
.acaoCol img{
    width: 25px;
    vertical-align: middle;
}
#acoes div.acaoCol:nth-child(odd){
  background-color: rgba(185, 140, 221, .4);
}
#acoes div.acaoCol:nth-child(even){
  background-color: #fff;
}
#acoes div.acaoCol:hover{
    background-color: #b98cdd;
}
#acoes a.rmvAcao{
    font-size: 13px;
    cursor: pointer;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    margin-left: 5px;
    padding: 0px 5px;
    color: rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#acoes a.rmvAcao:hover, #anexos a.removeAnexo:hover{
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
#anexos {
  display: flex;
  flex-wrap: wrap;
}
.listAnexos{
    border: 2px solid #75a2ea;
    border-radius: 5px;
}
#anexos .anexo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.anexo:nth-child(odd){
    background-color: rgba(117, 162, 234, .8);
}
.anexo:nth-child(even){
    background-color: #f2f2f2;
}
#anexos .anex{
    color: #000;
}
#anexos .anex:hover{
    color: #2244ee;
}
#anexos .anexo img{
    width: auto;
    height: 20px;
    margin-right: 6px;
}
#attach .bottom{
  display: flex;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  align-items: center;
  justify-content: space-between;
}
#attach .bottom > div{
  padding: 5px;
  background-color: #75a2ea;
  border-radius: 5px;
  width: 60%;
  box-shadow: 0 1px 2px #999;
}
#attach .bottom #tgFile{
  padding: 10px;
  color: #75a2ea;
  font-weight: 600;
}
#btnAddAnexos{
    width: 40px;
    padding: 0;
}
#btnAddAnexos img{
    width: 100%;
}
#kanbanName span, #myModal h3 span, #columnModal h3 span{
    color: rgba(0,0,0, 0.2);
    cursor: pointer;
}
#kanbanName span:hover, #myModal span:hover, #columnModal span:hover{
    color: rgba(20,130,230, 0.8);
    font-size: 18px;
}
#kanbanName #kConfig.active, #kanbanName #kUsers.active, #newTaskModal h3, #columnsModal h3,
#myModal #taskOpt.active, #myModal #taskCom.active, #myModal #taskRes.active, #myModal #taskAne.active,
#columnModal #optCol.active, #columnModal #acao.active{
    float: none;
    padding: auto;
    left: auto;
    color: rgba(20,130,230, 0.8);
    font-size: 18px;
}
/*#lookUser, #lookUserRes, #newAcao{
    width: 100%;
}
#newKanbanName, #newColumnName, #newTaskName{
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0,0,0, 0.2);
    resize: none;
}*/
/*#newComment, #newDesc, #newKanbanDesc, #newColumnDesc{
    width: 100%;
    height: 70px;
    border: 1px solid rgba(0,0,0, 0.2);
    resize: none;
}*/
#newComment, #newDesc, #newKanbanDesc{
    width: 100%;
    height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    resize: none;
}

#fileDesc{
    width: 80%;
    resize: none;
    border: 1px solid rgba(0,0,0, 0.2);
}
#newComment hr, #newDesc hr{
    margin-bottom: 20px;
}
#commentsDiv .rmCom{
    float: right;
}
#commentsDiv .comacao{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
div .setMenu, .contMenu{
    display: inline-table;
}
.setMenu {
    box-sizing: border-box;
    margin: 0px;
    background: rgb(51, 137, 195);
    height: 386px;
}
.setMenu li a {
    display: block;
    padding: 0;
    padding: 40px;
    background: rgb(51, 137, 195);
    color: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.setMenu li a:hover{
    background: rgb(91, 167, 218);
    color: #fff;
}
.setMenu ul {
    background: rgb(51, 137, 195);
    height: 100%;
}
.central{
  width: 800px;
  margin: 0 auto;
}
.contMenu {
    width: 100%;
    background: rgba(255,255,255, 0.8);
    box-sizing: border-box;
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
}
.contMenu .body{
    width: 90%;
    border: 2px solid #75a2ea;
    border-radius: 5px;
    padding-bottom: 15px;
}
.contMenu .name{
  color: #75a2ea;
  font-weight: bold;
  padding: 15px 0 0 15px;
  font-size: 18px;
}
.contMenu .inputs{
  padding: 10px 0 0 15px;
}
.contMenu .cabecalho{
  background-color: #75a2ea;
  color: #fff;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.contMenu .cabecalho img{
  width: 35px;
  margin-right: 10px;
}
.contMenu label{
    text-align: left;
    font-size: 12px;
    padding: 5px;
    display: inline-block;
    width: 48.5%;
}
.savebtn{
  display: flex;
  justify-content: flex-end;
}
.contMenu button{
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #fff;
  color: #6e6e6e;
  border: 1px solid #999;
  box-shadow: 0 0 1px #999;
  margin-right: 20px;
}
.contMenu button img{
  width: 25px;
  padding-right: 5px;
}
label input {
    width: 100%;
    display: block;
}
h6 {
    font-family: 'Ubuntu',Arial, Verdana, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    padding-bottom: 20px;
}
input:disabled {
    background: rgba(220,220,220,1);
}
.newTaskItem{
    background: rgba(0, 0, 0, 0.05) !important;
}
.newItem{
    width: 100%;
}
.addItem{
    margin-top: 5px;
    font-size: 22px;
    cursor: pointer;
    color: rgba(245, 245, 245, 0.9);
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.newItem::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.newItem::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.newItem:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.newItem:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

.icones{
    width: 100%;
    height: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position:absolute;
    z-index: 1;
    top: 80px;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #75a2ea;
    display: block;
    transition: 0.3s;
}
.sidenav .titulo {
    width: 90%;
    line-height: 24px;
    margin: 0px auto;
    min-height: 31px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: #75a2ea;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
    border: 1px solid rgba(195, 195, 195, 0.63);
}

.sidenav .box-info{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5f5f5f;
    padding-left: 20px;
}

.sidenav .descricao{
    padding: 10px;
    color: #5f5f5f;
    display: block;
    font-size: 14px;
    height: auto;
    margin: 20px auto;
    border-radius: 7px;
    width: 90%;
    border: 1px solid rgba(195, 195, 195, 0.63);
    text-align: justify;
}

.sidenav .participantes{
    width: 90%;
    display: block;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.97);
    border: 2px solid #a5d76e;
    border-radius: 5px;
}

.participantes .title {
    background: #a5d76e;
    position: relative;
    width: 100%;
    color: white;
    height: 40px;
    display: flex;
}

.participantes .title p{
    margin: 10px auto;
    font-size: 20px;
}
.sidenav a:hover {
      color: #75a2ea;
}
.icone-table{
    width: 37px;
    height: 40px;
    top: -8px;
    margin-left: 10px;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.botoes{
    display: flex;
    justify-content: space-between;
    padding: 30px 10px 10px 10px;
    margin: -23px auto;
    text-align: center;
}
.botoes a img {
    width: 30%;
}
.botoes p {
    font-size: 14px;
    color: #5f5f5f;
}


@media screen and (max-width: 1024px){
    .kanbox,.newKanbox {
        width: 31.2%;
    }
    .container{
        width: 90%;
    }
}
@media screen and (max-width: 800px) {
    .central {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    form {
        width: 30%;
    }
    .header{
      width: 100%;
    }
    .header form{
        width: 70%;
    }
    .header button {
        width: 40%;
        left: 60%;
    }
    .kanbox, .newKanbox {
        margin: 10px;
        width: 46%;
    }
    .container{
        width: 80%;
    }
    
    .column-not{
        width: 100%;
    }
}
@media screen and (max-width: 425px){
    form {
        width: 50%;
    }
    .kanbox, .newKanbox {
        display: block;
        margin: 10px auto;
        width: 90%;
    }
    .container{
        width: 100%;
    }
    .tela{
        width: 320px;
    }

@media screen and (max-width: 320px){
    form {
        width: 70%;
    }
    h1 {
        font-size: 40px;
    }
    h5{
        font-size: 11px;
    }
    .kanbox, .newKanbox {
        display: block;
        margin: 10px auto;
        width: 90%;
    }
    .container{
        width: 100%;
    }

}
