#header-logo img{
    width: 90%;
    margin-bottom: 20px;
}

.alert-success{
    text-align: center;
    padding: 10px;
}
*{
    font-family: 'Roboto', sans-serif;
}
.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
    text-align: center;
}

.login-box  label , .login-box  input{
    display: block;
}


.login-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #f9b21c;
    font-size: 12px;
}


.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}
.login-box .logo{
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.login-box button{
    padding: 10px 35px;
    border-radius: 5px;
    border: none;
    background: #f9b21c;
}

.ek-ftp{
    display: flex;
    justify-content: space-between;
    max-width: 450px;
}
.ek-ftp .btn{
    width: 150px;
    text-align: center;
}

.ea-dark-scheme .site_ek{
    padding: 30px;
    margin-bottom: 25px;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ea-dark-scheme .site_ek{
    padding: 30px;
    margin-bottom: 25px;
    background: #303030;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_ek h2{
    text-transform: uppercase;
}
.ea-light-scheme .site_ek{
    padding: 30px;
    margin-bottom: 25px;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ek-dash-maintenance{
    padding: 30px;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.ea-dark-scheme .ek-dash-maintenance{
    background: #303030;
}


/* graph */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
    font-family: Lato;
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/176026/ProximaNova-Regular.otf);
    font-weight: 300;
}
body, html {
    font-family: Lato;
}

h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
}
h1 a {
    text-decoration: none;
    color: #48c15e;
}
h1 p {
    font-size: 22px;
}

#grid {
    -moz-transform: translate(1px, 0px);
    -ms-transform: translate(1px, 0px);
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
}

/* GRAPH - 1 */
#graph-1 {
    stroke: url(#gradient-1);
    stroke-width: 1.5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    -moz-animation: lineani 1.3s linear forwards;
    -webkit-animation: lineani 1.3s linear forwards;
    animation: lineani 1.3s linear forwards;
}

#graph-2 {
    stroke: url(#gradient-2);
    stroke-width: 1.5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    -moz-animation: lineani 1.3s linear forwards;
    -webkit-animation: lineani 1.3s linear forwards;
    animation: lineani 1.3s linear forwards;
}

#poly-1 {
    fill: url(#gradient-3);
}

#poly-2 {
    fill: url(#gradient-4);
}

@-moz-keyframes lineani {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes lineani {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes lineani {
    to {
        stroke-dashoffset: 0;
    }
}
.underlay {
    stroke-width: 5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #24303a;
}

#circle-graph-1 {
    stroke: url(#gradient-1);
    stroke-width: 5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-circle {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#circle-graph-2 , #circle-graph-3{
    stroke: url(#gradient-2);
    stroke-width: 5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.charts-container {
    width: 100%;

}

.chart {
    color: #4a667a;
    text-align: left;
    position: relative;
    height: auto;
    background-color: #1e2730;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 20px 20px;
    margin-bottom: 20px;
}
.chart.circle {
    padding: 15px 20px 40px 20px;
    height: calc(100% - 20px);
}


.title {
    font-size: 22px;
    margin-bottom: 12px;
}

.chart-circle {
    display: inline-block;
    position: relative;
}

.chart-svg {
    position: relative;
}

.circle-percentage {
    position: absolute;
    color: white;
    font-size: 48px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
    .circle-percentage {
        font-size: 32px;
    }
}

.align-center {
    text-align: center;
}

.chart-line {
    width: 100%;
}

.valueX {
    font-size: 14px;
    justify-content: space-between;
}

.chart-values {
    text-align: right;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.h-value {
    -moz-transition: ease-in-out 700ms;
    -o-transition: ease-in-out 700ms;
    -webkit-transition: ease-in-out 700ms;
    transition: ease-in-out 700ms;
    opacity: 0;
}
.h-value.visible {
    opacity: 1;
}

.percentage-value {
    -moz-transition: ease-in-out 700ms;
    -o-transition: ease-in-out 700ms;
    -webkit-transition: ease-in-out 700ms;
    transition: ease-in-out 700ms;
    color: #48c15e;
    margin-top: 2px;
    opacity: 0;
}
.percentage-value.negative {
    color: #ef6670;
}
.percentage-value.visible {
    opacity: 1;
}

.total-gain {
    color: white;
    font-size: 48px;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 0 28px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.triangle.red {
    border-color: transparent transparent transparent #ef6670;
}
.triangle.green {
    border-color: transparent transparent transparent #48c15e;
}

.horizontal,
.vertical {
    stroke-width: 0.1;
    stroke: #4a667a;
}

/* CLEARFIX HELPER */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*IRRELEVANT CSS*/
.followlinks {
    position: fixed;
    right: 35px;
    bottom: 15px;
    display: table;
}
.followlinks a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: white;
}
.followlinks a svg path {
    fill: white;
}

.heartIt {
    margin-top: 50px;
    margin-bottom: 80px;
}
.heartIt p {
    font-size: 24px;
    line-height: 40px;
}
.heartIt img {
    width: 64px;
    height: auto;
    opacity: 0.7;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.original {
    color: #ef6670;
    font-size: 14px;
}
.dates{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.dates div{
    flex: 1 1 0px;
    position: relative;
    height: 100%;
}

.dates div span{
    position: absolute;
    left: 0;
    display: none;
    width: 100px;
    height: 40px;
    background: #fff;
    text-align: center;
    color: #000;
    z-index: 10;
}

.dates div:hover span{
    display: block;
}

.titre-maintenances{
    background-color: #1e2730;
    padding: 20px;
    font-size: 22px;
}

.number-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.number-info a{
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    margin-bottom: 15px;
    background: #24303a;
}

.number-info a:last-child{
    margin-bottom: 0;
}

.number-info a span{
    font-size: 30px;
}


.ea-light-scheme .chart{
    color: #292d42;
    background-color: #e2e8f0;
}

.ea-light-scheme .number-info a{
    color: #292d42;
    background: #ffffff;
}

.ea-light-scheme .underlay{
    stroke: #ffffff;
}
.ea-light-scheme .circle-percentage{
    color: #292d42;
}

.ea-light-scheme .titre-maintenances{
    background-color: #e2e8f0;
}


#piechart rect{
    fill: #e2e8f0;
}

#piechart svg > g:last-child text{
    fill:#000;
}

.ea-dark-scheme #piechart rect{
    fill: #1e2730;
}

.ea-dark-scheme #piechart text{
    fill: #fff;
}


.ek-projet div[data-label="Name"]{
    background: #92cf51;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 21px;
}

.ek-projet div[data-label="Name"] span{
    color: #fff;
}

.ek-projet div[data-etat="en-attente"] div[data-label="Name"]{
    background: #fe0300;
}
.ek-projet div[data-etat="stand-by"] div[data-label="Name"] {
    background:#f47836;
}

.ek-projet .col-projet{
    background: #e2e8f0;
    padding: 5px;
    margin-bottom: 5px;

}

.ea-dark-scheme .ek-projet .col-projet{
    background: #404040;
}

.ea-dark-scheme .ek-projet .col-projet select{
    color: #000;
}

[draggable] {
    user-select: none;
    -webkit-user-drag: element;
    cursor: move;
}

.avatar-projet{
    display: flex;
}

.avatar-projet .user-avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 3px;
    object-fit: cover;
}

.title small{
    font-size: 12px;
    font-style: italic;
}

.ea-dark-scheme .jconfirm .jconfirm-box{
    background: #1e2730;
}


.col-guide{
    align-items: center;
    margin-bottom: 20px;
}

.col-guide .ek_check{
    width: 20px;
}

.col-guide p {
    width: 30%;
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
}

.col-guide .avatar-projet{
    width: calc(10% - 20px);
    justify-content: center;
}

.col-guide .ek_description{
    width: 60%;
}

.col-guide .ek_description input{
    width: 100%;
    min-height: 50px;
}

.ea-light-scheme .subtotal {
    background-color: #e2e8f0;
}

.subtotal{
    background-color: #1e2730;
    padding: 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

#shw-finished{
    margin-right: 10px;
}

.projet-termine{
    display: none;
}

 .ek-projet .projet-termine div[data-label="Name"]{
    background: #f8b21d;
}

 .ek-alert{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
 }

 #connect_ek label{
     color: #f9b21c;
     font-size: 12px;
     text-align: left;
 }
#connect_ek label[for="_trusted"]{
    display: flex;
    align-items: center;
    justify-content: center;
}