*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
body#page-index, body.bg{
    background-image: url('https://murilorusso.com.br/demos/mrworld/img/bg-new.jpg');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white !important;
}

body#page-index form {
    background-color: #efefef !important;
}
body#page-index .form-group input[type="email"],
body#page-index .form-group input[type="password"]{
    background-color: white !important;
}
body{
    min-height: 100vh;
    background-color: #efefef;
    display: flex;
}
.bg-transp{
    background-color: transparent !important;
}
h1{
    max-width: 80%;
    color: #007BFF;
    /* background-color: #007BFF; */
    display: flex;
    align-items: center;
    /* border-bottom: #eee 1px solid; */
    padding: 20px 40px 20px 20px;
    width: 100%;
}

h1 img{
    width: 30px;
    height: auto;
    margin: 0 5px;
}
a{
    text-decoration: none;
}



/* alerts */
.alert{
    min-width: -webkit-fill-available;
    text-align: center;
    padding: 10px 0 ;
    margin: 10px 0;
}
.alert-danger{
    background-color: #FFE8EE !important;
    color: #EE6C90 !important;
}
.alert-success{
    background-color: #B9ECE6 !important;
    color: #188477 !important;
}
/*status*/
.status{
    display: flex;
    flex-direction: row;
}
.statusProjeto{
    padding: 5px 10px;
    border-radius: 6px;
    color: white;
    margin: 5px 0;
}
.hoje .tarefa-details .path-nome{
    /* background-color: darkkhaki; */
    color: orange;
}
.atrasada .tarefa-details .path-nome{
    /* background-color: #ed8787 !important; */
    color: red !important;
}
/* btns */
.btn{
    padding: 15px;
    margin: 10px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
}
.btn-primary, .active{
    background-color: #007BFF;
    color: white;
}
.btn-access{
    background-color: #E9DBFF !important;
    color: #8A62CC !important;
}
.btn-access:hover{
    background-color: #d8caee !important;
}

.btn-edit{
    background-color: #DFEFFF !important;
    color: #0071E3 !important;
}
.btn-edit:hover{
    background-color: #cedeee !important;
}
.btn-success:hover{
    background-color: #B9ECE6 !important;
    color: #188477 !important;
}
.btn-delete{
    background-color: #FFE8EE !important;
    color: #EE6C90 !important;
}
.btn-delete:hover{
    background-color: #eed7dd !important;
}
.btn-back{
    color: #007BFF;
    width: -webkit-fill-available;
    font-size: 26px;
    text-align: left;
    padding-bottom: 2px;
    margin: 0;
    padding-left: 0;
}
.btn-back img{
    margin-right: 10px;
}
.btn.icon{
    display: flex !important;
    align-items: center;
}
.btn.icon img{
    width: 20px;
    margin-right: 10px;
}
.btn-download{
    display: flex;
    width: max-content;
}
.btn-download img{
    width: 20px;
    margin-right: 5px;
}
.row{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.wrap{
    flex-wrap: wrap;
}
#container-new{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#container-new a{
    display: block;
    width: max-content;
}
.actions{
    width: 100%;
    margin: 20px 0;
}

/* dropdown */
.btn-dropdown {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


.dropdown{
    height: 0 !important;  
    overflow: hidden;
}
.dropdown.opened{
    height: auto !important;
}

/* section */

section{
    max-width: calc(100% - 350px);
    width: calc(100% - 350px);
    padding: 20px;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
}
section ul{
    display: flex;
    flex-direction: column;
}

section ul li{
    list-style: none;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}
.concluido{
    background-color: #B9ECE6;
}
.date{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    margin: 0 10px;
    width: 108px;
    text-align: center;
}
section ul li p {
    color: #555;
    overflow: hidden;
}
.link{
    width: 100%;
}
.user, .password{
    width: 50%;
}
.container-search{
    margin: 10px 0; 
    display: flex;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.icon-folder{
    margin: 0 10px;
    width: 50px;
    height: 50px;
}


/*upload*/

#upload{	
	display: none;	
}
.upload{	
	width: 200px;
	background-color: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	border: 2px dashed;
	cursor: pointer;
	transition: color 300ms ease-in-out,  background 300ms ease-in-out;
	max-width: 100% !important;
    min-height: 200px;
    height: auto;	
}

.upload.edit{
    min-height: 50px !important;
}

.img-atual{
	max-width: 150px !important;
    float: left;
    margin: 10px 0;
}
.upload:hover{	
	color: #999;
	background-color: #ccc;
}

.upload:active{
	border-color: turquoise;
	color: turquoise;
	background-color: #eee;	
}
.upload img{	
	max-width: 100%;
}
.link, .user, .password{
    margin: 10px 0;
}
@media (max-width: 900px){
    .link, .user, .password{
        width: 100%;
    }
    #text-copy{
        left: 5%;
        width: 90%;    
    }
}
.logo{
    width: 100px;
    margin: 0 20px;
    text-align: center;
}
.logo img{
    max-height: 70px;
}
img{
    max-width: 100%;
}
.tarefa-details{
    padding: 0 5px;
    width: 400px;
}
.contact-details{
    width: 100%;
    text-align: left;
}
.contact-details p, .contact-details h3{
    margin: 10px 0;
}
.msg{
    padding: 10px;
    background-color: #cfcfcf;
    width: -webkit-fill-available;
    min-height: 60px;
    border-radius: 5px;    
}

/* tabela de tarefas */
.table-tarefas{
    padding-bottom: 10px; border-bottom: 1px solid #999; list-style: none; margin: 20px 0; display: flex;  justify-content: space-between; align-items: center;
}
.tarefa-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.projects-header{
    display: flex;
    align-items: center;
}
@media (max-width: 900px){
    body{
        display: block;
    }
    
    section{
        max-width: -webkit-fill-available !important;
        width: 100%;
    }
    section:first-of-type{
        padding-top: 100px;
    }
    .projects-header{
        padding: 20px 0;
        flex-direction: column;
    }
    .check{
        width: 70px;
        height: auto;
    }
    .tarefa-details{
        width: -webkit-fill-available;
    }
    .tarefa-header{
        padding: 20px 0;    
    }
    section ul li{
        padding: 10px;
    }
    #page-panel-projects section ul li{
        flex-direction: column;
    }
    .column-mobile{
        flex-direction: column !important;
    }
}

.container-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box{
    background-color: white;
    width: 300px;
    height: 152px;
    margin: 10px 0;
    border-radius: 2px;
    display: flex;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(128,126,128,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(128,126,128,1);
    box-shadow: 1px 1px 5px 0px rgba(128,126,128,1);
}
.box .content{
    padding: 10px;
}

.content p, .content span {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.box .freature{
    font-size: 30px;
    font-weight: 600;
}

.box.lightblue .icon{
    background-color: #00baf1;
}
.box.red .icon{
    background-color: #e7352f;
}
.box.green .icon{
    background-color: #22b35d;
}
.box.orange .icon{
    background-color: #f79f00;
}
.box .icon{
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box .icon img{
    width: 60px;
}

.grafic{
    width: 100%;
    background-color: white;
    height: 800px;
    margin-top: 30px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(128,126,128,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(128,126,128,1);
    box-shadow: 1px 1px 5px 0px rgba(128,126,128,1);
}

