
h2{
	font-size: 1.7rem;
}

.hidden{
	display: none;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!  LOGIN SYSTEM  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.section-default {
    width: 100%;
    padding: 50px;
  }
  
  .section-default h1 {
    text-align: center;
  }
  
  .article-login {
    width: 45%;
    margin: 0 auto;
    padding: 2rem 4rem;
    background-color: #f2c043;
  }
  
  .article-login h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
  }

  .article-login .login-submit{
    padding: 0.5rem 5rem;
  }
  
  .article-reset {
    width: 60%;
    margin: 0 auto;
    padding: 2rem 4rem;
    background-color: #fdc02f;
  }
  
  .article-reset h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
  }
  
  .section-default form {
    width: 40%;
    margin: 50px auto 0;
  }
  
  .section-default .article-reset form {
    width: 60%;
  }
  
  .section-default input,
  .article-login input,
  .article-nova-pass input {
    margin-bottom: 1rem;
  }
  
  .section-centro {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 50px;
    transform: translate(-50%, -50%);
  }
  
  .article-nova-pass {
    width: 40%;
    margin: 0 auto;
    padding: 2rem 4rem;
    background-color: #fdc02f;
  }
  
  .esqueci-pass {
    margin-top: 35px;
  }
  
  .erros {
    width: 45%;
    margin: 50px auto;
    text-align: center;
  }
  
  .erros .alert-danger {
    color: #fff;
    background-color: #ca3845;
    border-color: #f5c6cb;
  }
  
  .erros-div {
    width: 45%;
    margin: 10px auto;
    color: #fff;
    background-color: #ca3845;
    border-color: #f5c6cb;
  }
  
  .erro-data {
    width: 45%;
    margin: 20px auto;
    text-align: center;
    display: none;
    color: #fff;
    background-color: #ca3845;
    border-color: #f5c6cb;
  }

  
  .erro-data p {
    margin: 0;
  }
  
  .nova-pass-msg {
    width: 45%;
    margin: 10px auto;
  }
  
  .actualizacao {
    display: inline-block;
  }
  
  .actualizacao .alert {
    padding: 0.375rem 1.25rem;
    margin: 0;
  }
  
  .entre-datas-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  
  .entre-datas-content .btn {
    line-height: 1.4;
  }
  
  .entre-datas {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .entre-datas p,
  .entre-datas form {
    width: 100%;
  }
  
  .entre-datas p {
    margin-bottom: 5px;
  }
  
  #data-fim {
    margin-right: 10px;
  }
  
  .dataTables_wrapper {
    padding: 0;
  }
  
  #data-inicio,
  #data-fim {
    border: 1px solid #cce4fd;
    padding: 4px 0 4px 10px;
  }
  
  #filtro {
    vertical-align: unset;
  }
  
  #filtro:hover {
    color: #fff;
    background-color: #43a5ed;
    border-color: #007bff;
  }
  
  .section-utilizadores {
    width: 100%;
    padding: 0 50px;
  }
  
  .section-utilizadores h2,
  .section-faq h2 {
    margin: 50px 0;
    text-align: center;
  }
  
  .section-faq .card ul {
    list-style-type: inherit;
    margin-left: 30px;
  }
  
  .section-utilizadores .alert-success {
    margin-top: 2rem;
    text-align: center;
  }
  
  .nome-th {
    width: 25%;
  }
  
  .email-th {
    width: 50%;
  }
  
  .acesso-th {
    width: 10%;
  }
  
  .btn-right {
    float: right;
  }
  
  .verifique-email {
    margin-top: 40px;
  }
  
  .main-body {
    min-height: 94vh;
  }

.jp-username {
    padding-right: 20px;
    color: #fff;
}


/*NAVBAR*/

.navbar-brand{
	color:#fff;
}

.navbar{
	background-color: #35b6ff;
	padding: 0.5rem 1rem;
}

.navbar-nav {
   align-items: center;
}

.navbar .navbar-left{
	width: 33.33%;
}

.navbar .navbar-center-right{
	width: 66.66%;
}

.navbar .navbar-center{
	width: 100%;
	justify-content: center;
}

.navbar .navbar-right {
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}

.navbar-nav .btn {
    padding: .475rem 1.5rem;
}

.username {
    border:none;
    color: #fff;
}

.btn-quadros{
	background-color: #ff8000;
}

.btn-tarefas{
	background-color: #ffbb6d;
}

.dropdown-toggle::after {
    margin-left: 1em;
}

.navbar-nav .dropdown-toggle{
	padding-right: 1rem;
}

.navbar-user{
	vertical-align: text-bottom;
}



/*SIDEBAR*/
.sidebar{
	position: relative;
    min-width: 175px;
    background-color: #f8f9fa;
    min-height: calc(100vh - 6.4rem);
    top: 0;
    bottom: 0;
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
}

.tog {
    background: url(../img/filter.png) 50% no-repeat;
    background-color: #f8f9fa;
    position: absolute;
    top: 0;
    left: 80%;
    width: 40px;
    height: 40px;
/*    border-top: 1px solid #fff;*/
    cursor: pointer;
    z-index: 9999;
}

.tog-mobile {
    display: none;
    left: 100%;
    background: url(../img/eyes.png) 50% no-repeat;
/*    background-color: #f8f9fa;*/
    position: absolute;
    top: 0;
    left: 80%;
    width: 40px;
    height: 40px;
/*    border-top: 1px solid #fff;*/
    cursor: pointer;
    z-index: 9999;
}

.tog-show {
    background: url(../img/hide.png) 50% no-repeat;
}

.tog-hide {
    background: url(../img/eyes.png) 50% no-repeat;
    left:100%;
}



.bloco-admin {
    border-radius: 0;
    color: #42433e;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;

}

.bloco-admin .more{
	position: absolute;
	top: 7px;
	right: 1rem;
}

.bloco-admin a {
    display: block;
    padding: .4rem 1rem;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    border: 1px solid transparent;
/*    color: #000;*/
    text-decoration: none;
}

.dropdown-menu a{
	color:#000;
}

.bloco-projectos {
    position: relative;
    border:none;
    
}

.bloco-projectos .edit{
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 999;
	width: 15px;
	cursor: pointer;
}

.bloco-projectos .more{
	position: absolute;
	top: 10px;
	right: 8px;
	z-index: 999;
	width: 15px;
}

.bloco-projectos .accordion-header{
	line-height: 1;
}

.projectos-header{
	display: flex;
	width: 100%;
}

.projectos-header h2{
	width: 115px;
}

.projectos-header img{
	width: 20px;
}

.proj-titulo{
	color: #000!important;
}

.more{
	cursor: pointer;
}


.body-pasta-main .dropdown-toggle-split{
	background-color: #f8f9fa;
	border: none;
}

.dropdown-menu a:hover{
	background-color: #f8f9fa;
}



.body-pasta-main .pasta-titulo{
	width: 100%;
	color: #000;
}

.body-pasta-main .btn-group{
	width: 100%;
	
}

.body-pasta{
	padding: 0;
}

.body-pasta a{
/*	padding: 0;*/
}

.btn-nova-pasta{
	border: none;
	background-color: rgba(0,0,0,0);
}

.btn-nova-pasta:hover{
/*	opacity: 0.8;*/
/*	background-color: #3e9cbf;*/
}

.btn-nova-pasta{
	position: absolute;
    right: 0;
    z-index: 999;
}

.btn-pasta-collapsed{
/*	background-color: #0080ff;*/
}

/*Acordeao*/

.bloco-projectos .accordion-button{
	
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #0080ff;
    box-shadow: none;
/*    opacity: 1;*/
}

.accordion-button.collapsed {
    color: var(--bs-accordion-active-color);
    background-color: #2ba8ff;
    box-shadow: none;
}

/*Fim Acordeao*/

.accordion-header .btn-group{
	width: 100%;
}


.bg-active{
	background-color: #f0dbb0!important;
}

/*FIM SIDEBAR*/


/* TAREFAS*/

.quadro-tarefas{
	background-color: #f4f4f6;
	padding: 10px ;
}

.tarefa{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	cursor: pointer;
	border-radius: 6px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .02), 0 2px 7px rgba(0, 0, 0, .04);
}

.tarefa-titulo{
/*	padding: 0 0 10px;*/
}

.tarefa-titulo p{
	margin: 0 0 0.5rem 0;
	font-size: 14px;
}

.tarefa-body{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tarefa-prioridade{
	width: 50%;
}

.tarefa-prioridade span{
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 10px;
    min-height: 16px;
/*    min-width: 16px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;*/
}

.tarefa-prioridade .p-minima{
	background-color: #1fcb3d;
    color: white;	
}

.tarefa-prioridade .p-media{
	background-color: #f3cd45;
    color: white;	
}

.tarefa-prioridade .p-maxima{
	background-color: #d45566;
    color: white;
}

.tarefa-status span{
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 10px;
    min-height: 16px;
/*    min-width: 16px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;*/
}

.tarefa-status .s-inicio{
	background-color: #4d4d4d;
    color: white;	
}

.tarefa-status .s-andamento{
	background-color: #1990ec;
    color: white;	
}

.tarefa-status .s-feito{
	background-color: #1fcb3d;
    color: white;
}

.tarefa-status{
	width: 50%;
}

.modal-fullscreen {
    width: 60vw;
    max-width: 60%;
    float: right;
}

.tarefa-edit-modal{
	z-index: 99999;
}

.tarefa-edit-modal h1{
	text-align: center;
	width: 100%;
}

/*tarefa-updates*/

.tarefa-modal-body{
	padding:0;
}

.tarefa-modal-body .form-group{
	padding: 10px;
}

.tarefa-edit-modal .modal-footer{
	justify-content: start;
}

.tarefa-updates{
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	margin-top: 1rem;
    padding: 1rem;
}

.tarefa-tarefa{
	cursor: pointer;
}

.update-header span{
	font-size: 0.8rem;
}

.update-content{
	position: relative;
}

.delete-update{
	position: absolute;
    top: 30px;
    right: 11px;
    cursor: pointer;
}

.update-textarea{
	width: 100%;
	background-color: #94c2ed;
	border-radius: 10px;
	color: #fff;
	padding: 1rem;
	border: none;
}

/*.new-update{
	text-align: center;
}*/

/*FIM TAREFAS*/

.section-flex{
	display: flex;
}

.main-section{
	width: 100%;
	min-height: 100vh;
	display: flex;
}

.main-article{
	width: 25%;
/*	border: 1px solid #000;*/
	min-height: 100vh;
	padding-bottom: 1rem;
}

.main-app{
	min-width: 84%;
    padding: 1rem 3rem;
    width: 100%;
}

#gridDemo1,
#gridDemo2,
#gridDemo3,
#gridDemo4{
	width: 100%;
	height: 100%;
}

.grid-square{
	width: 200px;
	height: auto;
	
}

.editar-header{
	display: flex;
	justify-content: space-between;
}

.editar-header .editar-btn{
	padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.9rem;
}

.editar-header .editar-btn.accordion-button:not(.collapsed){
    background-color: #fff;
}

.prioridade-status-info{
	display: flex;
}

.tarefa-prioridade-editar {
    width: auto;
    line-height: 0.4;
}

.tarefa-status-editar {
    width: auto;
    line-height: 0.4;
}

.tarefa-prioridade-editar span{
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 11px;
}

.tarefa-prioridade-editar .p-minima{
	background-color: #1fcb3d;
    color: white;	
}

.tarefa-prioridade-editar .p-media{
	background-color: #f3cd45;
    color: white;	
}

.tarefa-prioridade-editar .p-maxima{
	background-color: #d45566;
    color: white;
}

.tarefa-status-editar span{
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 11px;
}

.tarefa-status-editar .s-inicio{
	background-color: #4d4d4d;
    color: white;	
}

.tarefa-status-editar .s-andamento{
	background-color: #1990ec;
    color: white;	
}

.tarefa-status-editar .s-feito{
	background-color: #1fcb3d;
    color: white;
}

.data-inicio-editar {
    width: auto;
    line-height: 0.4;
}

.data-inicio-editar span{
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}

.data-limite-editar {
    width: auto;
    line-height: 0.4;
}

.data-limite-editar span{
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}

.editar-btn-content{
	display: flex;
    justify-content: flex-end;
}

/*QUADROS*/

.dropzone{
	padding: 0 1rem;
}

.div-quadro-main{
	background-color: lightblue;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.div-quadro-main .dropdown-toggle-split{
/*	background-color: #f8f9fa;*/
	border: none;
}

.div-quadro-titulo{
	width: 100%;
}

.div-quadro-titulo .quadro-titulo{
	width: 100%;
	color: #000;
}

.quadro-tarefas{
	background-color: lavenderblush;
}

.div-quadro-main a {
    display: block;
    padding: .4rem 1rem;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    border: 1px solid transparent;
    /* color: #000; */
    text-decoration: none;
}

.div-quadro-main .apagar-tarefa{
	font-size: 0.9rem;
    margin-right: 2rem;
    padding: 6px 10px;
    line-height: 1;
}

.editar-btn-content .apagar-tarefa{
	font-size: 0.9rem;
    margin-right: 2rem;
    padding: 6px 10px;
    line-height: 1;
}

/*FIM QUADROS*/




.colorPickSelectorBack {
  border-radius: 5px;
  width: 36px;
  height: 38px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid grey;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}


.colorPickSelectorFront {
  border-radius: 5px;
  width: 36px;
  height: 38px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid grey;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

#colorPick {
	    background: rgba(255, 255, 255, 1);
	    z-index: 999999;
}

.cor-exemplo{
	background-color: #3498db;
	color: #fff;
}


/*###############################################################*/
/*################ FILE INPUT #######################*/
/*###############################################################*/


.file-input {
    display: none;
}

.ficheiros{
	flex-wrap: wrap;
}

.ficheiro{
	margin-bottom: 1rem;
}

.ficheiro button{
	font-size: 0.9rem;
	line-height: 1;
}

.upload {
    background: url(../img/upload.png) center center no-repeat;
    width: 40px;
}

.not-upload,
.not-change {
    display: none!important;
}

.label-table {
    display: block;
    width: 40px;
    height: 35.19px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.change {
/*    background: url(../img/change.png) center center no-repeat;*/
}

.apagar-flag{
    cursor: pointer;
}

.preview img{
    width: 32px;
}

.ficheiro{
	border: 1px solid #4a4a4a;
	border-radius: 10px;
}

.brn-a{
	color: auto;
}

.ficheiro a{
	font-size: 0.9rem;
	color:#000;
	line-height: 1;
	padding: 0;
	cursor: auto;
	text-decoration: none;
  padding: 6px 12px;
}

.ficheiro a.download{
	cursor: pointer;
}

button.download{
  padding: 0;
}

.btn-remove{
	border-left: 1px solid #4a4a4a;
}

.btn-remove:hover{
	border-left-color: #4a4a4a;
}

.btn-remove img{
	width: 15px;
}

/*###############################################################*/
/*################ FIM FILE INPUT #######################*/
/*###############################################################*/

/*.colorPickSelector:hover { transform: scale(1.1); }*/


.lista-tarefas-content{
	padding: 2rem;
}

.lista-tarefas-content h3{
	margin: 0 auto;
	text-align: center;
}

/*###############################################################*/
/*################ TABELAS COM DATATABLES #######################*/
/*###############################################################*/
/*
#jp-datatable-buttons_wrapper .table-chep th{
	background-color: $corChep;
	color:#fff;
    width: 1%!important;
    vertical-align:middle;
}

*/



.table th, .table td, .table input {
    vertical-align: middle;
}

.table th, .table td, .table td input, .table td select {
    padding: 0.5rem 0.75rem;
    font-size: .9rem;
    border-radius: 0;
    border: 1px solid #fdc02f;
}

.table th {
    background-color: #f2be47;
    border: 1px solid #fff;
}

/* BOTÕES(PDF, EXCEL, ETC) */

#jp-datatable-buttons_wrapper .dt-buttons {
    float: right;
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-pdf, 
#jp-datatable-buttons_wrapper .dt-buttons .buttons-excel,
#jp-datatable-buttons_wrapper .dt-buttons .buttons-print {
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    background-image: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   
    box-shadow:none;
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-colvis {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background: url(../img/eye.png)center center no-repeat;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 45px;
    height: 38px;
    box-shadow:none;
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-columnVisibility {
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f7d7da;
    background-image: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: unset;
}

#jp-datatable-buttons_wrapper .dt-buttons .active {
    background-color: #d5edda;
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-colvisRestore {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #43a5ed;
    background-image: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: unset;
}


#jp-datatable-buttons_wrapper .dt-buttons .buttons-colvis:after{
    display: none;
    
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-pdf {
    background-color: #e85546;
    	&:hover{
    		background-color: #d45546;
    		background-image: none;
    	}
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-excel {
    background-color: #27a264;
    	&:hover{
    		background-color: #23915a;
    		background-image: none;
    	}
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-print {
    background-color: #3ea9f9;
        &:hover{
            background-color: #3693d9;
            background-image: none;
        }
}

#jp-datatable-buttons_wrapper .dt-buttons .buttons-colvis {
    color: #fff;
    background-color: #6c757d;
    	&:hover{
    		background-color: #636b73;
    	}
}

div.dt-button-background {
    background: rgba(0,0,0,0.5);
}

div.dt-button-collection {
	left: 47%!important;
}

#jp-datatable-buttons_wrapper .dataTables_paginate .paginate_button.current {
    padding: 0.3em 0.8em;
    background-color: #ffc107;
    background-image: none;
    	&:hover{
    		background-color: #e0a800;
    		background-image: none;
    	}
}


/* BOTÕES PARA SEGUNDA TABELA(PDF, EXCEL, ETC) */

#jp-datatable-buttons-second_wrapper .dt-buttons {
    float: right;
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-pdf, 
#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-excel,
#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-print {
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    background-image: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   
    box-shadow:none;
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-colvis {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background: url(../img/eye.png)center center no-repeat;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 45px;
    height: 38px;
    box-shadow:none;
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-columnVisibility {
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f7d7da;
    background-image: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: unset;
}

#jp-datatable-buttons-second_wrapper .dt-buttons .active {
    background-color: #d5edda;
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-colvisRestore {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #43a5ed;
    background-image: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: unset;
}


#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-colvis:after{
    display: none;
    
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-pdf {
    background-color: #e85546;
    	&:hover{
    		background-color: #d45546;
    		background-image: none;
    	}
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-excel {
    background-color: #27a264;
    	&:hover{
    		background-color: #23915a;
    		background-image: none;
    	}
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-print {
    background-color: #3ea9f9;
        &:hover{
            background-color: #3693d9;
            background-image: none;
        }
}

#jp-datatable-buttons-second_wrapper .dt-buttons .buttons-colvis {
    color: #fff;
    background-color: #6c757d;
    	&:hover{
    		background-color: #636b73;
    	}
}

div.dt-button-background {
    background: rgba(0,0,0,0.5);
}

div.dt-button-collection {
	left: 47%!important;
}

#jp-datatable-buttons-second_wrapper .dataTables_paginate .paginate_button.current {
    padding: 0.3em 0.8em;
    background-color: #ffc107;
    background-image: none;
    	&:hover{
    		background-color: #e0a800;
    		background-image: none;
    	}
}


.table tbody tr:nth-of-type(even) {
    /*background-color: #9da0b7;*/
    background-color:#ffffff;
}

.table tbody tr:nth-of-type(odd) {
    /*background-color: #9da0b7;*/
    background-color:#f9fafa!important;
}

.table tbody tr:nth-of-type(odd) td {
    /*background-color: #9da0b7;*/
    background-color:#f2f2f2;
}

.table .p-minima{
	background-color: #1fcb3d!important;
    color: white;	
}

.table .p-media{
	background-color: #f3cd45!important;
    color: white;	
}

.table .p-maxima{
	background-color: #d45566!important;
    color: white;
}

.table .s-inicio{
	background-color: #4d4d4d!important;
    color: white;	
}

.table .s-andamento{
	background-color: #1990ec!important;
    color: white;	
}

.table .s-feito{
	background-color: #1fcb3d!important;
    color: white;
}

.table.dataTable thead .linha-filtro td{
	padding: 0;
	border: 1px solid #899a9a;
	position: relative;
    background-color:#fff;
}

.table.dataTable thead .linha-filtro td input{
	width: 100%;
	padding: 0 0 0 0.2rem;
	border: none;
}

.table.dataTable thead .linha-filtro td select{
	position: absolute;
    top: 0;
    bottom: 0;
	width: 100%;
	padding: 0;
}

.table.dataTable thead .linha-filtro td.minmax-td input{
	width: 50%;
}

.table.dataTable thead .linha-filtro td.minmax-td .min{
	border-right: 1px solid #899a9a;
}

.filtro-active{
    background-color: #fdc02f;
}

.table.dataTable {
	border-left:none;
	border-right:none;
}

.table.dataTable tfoot th{
	border:none;
}

.table.dataTable tfoot th.total {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

table.dataTable thead .sorting {
    background-image: url(../img/datatables/sorting2.png);
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/datatables/asc2.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/datatables/desc2.png);
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #fece56;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #fece56;
}

table.dataTable.hover tbody>tr.selected:hover, table.dataTable.hover tbody>tr>.selected:hover, table.dataTable.display tbody>tr.selected:hover, table.dataTable.display tbody>tr>.selected:hover {
    background-color: #fec556;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background: #fec556;
}

/*###################################################################*/
/*################ FIM TABELAS COM DATATABLES #######################*/
/*###################################################################*/

/*###################################################################*/
/*################ FOOTER #######################*/
/*###################################################################*/

footer {
    min-height: 6vh;
    background-color: #6d6e6a;
}

.rodape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 3rem;
}

.rodape a {
    color: #ffc107;
    text-decoration: none;
}

.rodape p {
    color: #fff;
    text-align: right;
    margin: 0;
}

/*###################################################################*/
/*################ FIM FOOTER #######################*/
/*###################################################################*/







