﻿.box-task-list{
    position: fixed;
    width: 452px;
    height: 89%;
    right: 11px;
    bottom: 95px;
    background: #D9D9D9;
    border-radius: 16px;
}

.new-task{
    float: left;    
    width: 150px;
    text-align: center;
    margin: 10px 0 0 10px;
    background-color: #f340c3;
    color: white;
    height: 30px;
    border-radius: 20px;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.new-task:hover {
    background-color:#f340c38a;     
    color: white;
    text-decoration: none;
}

.confirm-button-task{
    float: left;
    width: 117px;
    text-align: center;
    background-color: #f340c3;
    border: 2px solid #c2339c;
    color: white;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.restore-button-task{
    float: left;
    width: 117px;
    text-align: center;
    background-color: #b3b3b3;
    border: 2px solid #8f8f8f;
    color: white;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.confirm-button-task:hover {
    background-color:#f340c38a;     
    color: white;
    text-decoration: none;
}

.restore-button-task:hover {
    background-color:#6e6e6e;     
    color: white;
    text-decoration: none;
}

.edit-button-task{
    float: left;
    width: 115px;
    text-align: center;
    background-color: #ffa629;
    border: 2px solid #cc8521;
    color: black;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px 0 3px;
}

.edit-button-task:hover {
    background-color:#ffa629a6;     
    color: black;
    text-decoration: none;
}

.delete-button-task{
    float: left;
    width: 110px;
    text-align: center;
    background-color: #f24822;
    border: 2px solid #c23a1b;
    color: white;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
}

.delete-button-task:hover {
    background-color:#f248227e;     
    color: white;
    text-decoration: none;
}


.hidden-task
{        
    width: 25px;    
    float: right;
    margin: 13px 10px 0 0;
}

.link-task-box {
    color:#f340c3; 
    cursor:pointer;
}

.link-task-box:hover {
    color:#f340c38a;     
}

.fadeInBottom { animation-name: fadeInBottom }
.fadeInTop { animation-name: fadeInTop }

.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both;
}



@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

@keyframes fadeInTop {
    from {
        opacity: 1;        
    }
    to { 
        opacity: 0;
        transform: translateY(100%);
    }
}

.box-task{
    position: fixed;
    width: 57px;
    height: 57px;
    right: 10px;
    bottom: 74px;          
}
/* Ellipse 1 */
.ellipse-big {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 12px;
    bottom: 12px;            
}
.ellipse-small {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 12px;
    bottom: 52px;
}
.circle-small{
    box-sizing: border-box;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #F340C3;
    border: 1px solid #C2339C;
    border-radius: 14px;
}
.circle-big{
    box-sizing: border-box;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #D6B6FB;
    border: 2px solid #B6A3CC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 29px;
    cursor: pointer;
}
.icon-task-button{
    position: absolute;
    left: 16.3%;
    right: 35.09%;
    top: 16.3%;
    bottom: 35.09%;
            
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    color: #FFFFFF;
}
.span-task-button{
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
}
/*===================*/
/* BOB
/*===================*/

@-webkit-keyframes bob-on-hover {
    0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
    50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    }
    100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
}
@keyframes bob-on-hover {
    0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
    50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    }
    100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
}
@-webkit-keyframes bob-on-hover-float {
    100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
}
@keyframes bob-on-hover-float {
    100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    }
}
.bob-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bob-on-hover:hover, .bob-on-hover:focus, .bob-on-hover:active {
    -webkit-animation-name: bob-on-hover-float, bob-on-hover;
    animation-name: bob-on-hover-float, bob-on-hover;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.open-task
{
    margin: 12px 23px 0 23px;
    border: 1px solid #a0a0a059;
    border-radius: 20px;    
    overflow: hidden;
    padding: 8px;    
    overflow-y: scroll; /* Add the ability to scroll */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.open-task::-webkit-scrollbar {
    display: none;
}

.close-task
{
    margin: 15px 23px 0 23px;
    border: 1px solid #a0a0a059;
    border-radius: 20px;    
    overflow: hidden;
    padding: 8px;        
    display:block;
    overflow-y: scroll; /* Add the ability to scroll */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.close-task::-webkit-scrollbar {
    display: none;
}

.single-active-task{
    width: 100%;
    background-color: #e4ccff;
    border: 1px solid #b6a3cc;
    border-radius: 10px;
    padding: 5px;
    min-height: 100px;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.panel-title-task{
    width: 100%;
    background-color: #e4ccff;
    border: 3px solid #b6a3cc;
    border-radius: 10px;    
    overflow: hidden;    
    margin-bottom: 5px;
}

.panel-title-closed-task{
    width: 100%;
    background-color: #d5d5d5;
    border: 1px solid #8f8f8f;
    border-radius: 10px;        
    overflow: hidden;    
    margin-bottom: 5px;
}

.single-closed-task{
    width: 100%;
    background-color: #b3b3b3;
    border: 1px solid #8f8f8f;
    border-radius: 10px;
    padding: 5px;
    min-height: 100px;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.single-level-task {
    float: right;
    color: white;
    background-color: #f24923;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    border-radius: 10px;
    margin: 0;
}

.count-level-task {
    float: right;
    color: white;
    background-color: #F340C3;    
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    border-radius: 10px;
    margin: 0;
    font-size: 12px;
}


.title-panel-task
{    
    font-size: 16px; 
    font-weight: bold; 
    color: #f24822;
    margin: 0;
    float: left;
}

.title-panel-task-closed
{    
    font-size: 16px; 
    font-weight: bold; 
    color: #000;
    margin: 0;
    float: left;
}

.single-active-from
{
    float: left; 
    font-size: 16px; 
    font-weight: bold; 
    color: #f24822;
    margin: 0;
}



.input-group {
position: relative;
margin: 30px 0 0;
width: 100%;
}

.input-floating {
font-size: 18px;
padding: 2px 0 0px 0;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #a0a0a0;
background-color: transparent;
}

.input-floating:focus {
outline: none;
}

.input-floating-label {
color: #999;
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 5px;
top: 0px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}

.input-floating:focus ~ label,
.input-floating:valid ~ label {
top: -20px;
font-size: 14px;
color: #F340C3;
}

.bar {
position: relative;
display:block;
top:2px;
}

.bar:before,
.bar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #F340C3;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}

.bar:before {
left: 50%;
}

.bar:after {
right: 50%;
}

.input-floating:focus ~ .bar:before,
.input-floating:focus ~ .bar:after {
width: 50%;
}

.highlight {
position: absolute;
height: 60%;
width: 100px;
top: 25%;
left: 0;
pointer-events: none;
opacity: 0.5;
}

.input-floating:focus ~ .highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}

/* animations */
@-webkit-keyframes inputHighlighter {
from { background: #F340C3; }
to   { width: 0; background: transparent; }
}
@-moz-keyframes inputHighlighter {
from { background: #F340C3; }
to   { width: 0; background: transparent; }
}
@keyframes inputHighlighter {
from { background: #F340C3; }
to   { width: 0; background: transparent; }
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.fade-in { animation: fadeIn 2s; }

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }


  /* LOADER 6 */

#loader-6{
    top: 40px;
    left: -2.5px;
  }
  
  #loader-6 span{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #F340C3;
  }
  
  #loader-6 span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
  }
  
  #loader-6 span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
  }
  
  #loader-6 span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
  }
  
  #loader-6 span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
  }
  
  @keyframes grow{
    0%, 100%{
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
    }
  
    50%{
      -webkit-transform: scaleY(1.8);
      -ms-transform: scaleY(1.8);
      -o-transform: scaleY(1.8);
      transform: scaleY(1.8);
    }
  }