/*

*/

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
    color: #222;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

p {

}

iframe {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
}

/*

*/

/*

*/

#wrapper {

}

/*

*/

.quote {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 45px;
    overflow: auto;
    background-color: #0A246A;
}

.quote h2 {
    max-width: 90%;
    width: 540px; margin: 220px auto;
    font-family: Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #000;
    line-height: 150%;
    letter-spacing: 2px;
}

.buttons {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 45px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.button {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    display: block;
    float: left;
}

.button:hover, .button:active {
    background: rgba(0, 0, 0, .2);
}

/*

*/

.tasks {
    position: relative;
}

.mww > .photo {
    position: fixed;
    top: 0;
    left: 0;
    right: 45px;
    bottom: 0;
    background-position: center center;;
    background-size: cover;
}

.circle {
    margin: 20px auto;
    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 75px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
    margin: 10px;
    margin-bottom: 40px;
}

.circle span em {
    border-radius: 999px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 20px solid transparent;
    box-sizing: border-box;
}

.circle:not(.show) span em {
    transform: rotate(0deg)!important;
}

.circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute
}

.circle > span:first-child {
    left: 0
}

.circle > span:last-of-type {
    left: 49.9%
}

.circle span:first-child em {
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent!important;
    border-left-width: 0!important;
    transform-origin: 0 50%;
    transition: transform ease-out 1s 1s;
}

.tasks.delay .circle span:first-child em {
    transition: transform ease-out 1s 2s;
}

.circle span em {
    transform: rotate(0deg);
    transition: transform ease-in 1s;
}

.tasks.delay .circle span em {
    transition: transform ease-out 1s 1s;
}

.circle span:last-of-type em {
    left: -100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent!important;
    border-right-width: 0!important;
    transform-origin: 100% 50%
}

.circle h4 {
    position: absolute;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    width: 80%;
    height: 80%;
    border-radius: 100%;
    top: 10%;
    left: 10%;
    line-height: 120px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #999;
    font-size: 13px;
}

.tasks .circle.red span em {
    border-color: #D61F1F;
}

.tasks .circle.green span em {
    border-color: #006B3D;
}

.circle strong {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.circle.luana h4, .color-luana {
    background: #E03C32;
    color: #fff;
}

.circle.seidia h4, .color-seidia {
    background: #FFD301;
    color: #fff;
}

.circle.nadia h4, .color-nadia {
    background: #7BB662;
    color: #fff;
}

.circle.marten h4, .color-marten {
    background: #f7f7f7;
    color: #000;
}

.circle.mirella h4, .color-mirella {
    background: #627bb6;
    color: #fff;
}

/*

*/

table.calendar {
    border-collapse: collapse;
    width: 100%;
}

table tr td {
    border-left: 5px solid #fff;
    padding: 5px;
    position: relative;
}

table tr td:not(.color-):not(.continue):not(.time) {
    border-top: 5px solid #fff;
    margin-right: -5px;
}

table tr.active td {
    background: #fcc;
}

table tr.active td.time {
    color: #900;
}

/*

*/

.video-js > * {
    display: none;
}

.video-js > .vjs-control-bar {
    display: block;
}

.video-js > .vjs-control-bar > * {
    display: none;
}

.video-js > .vjs-control-bar .vjs-play-control {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-appearance: none;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    border: none;
    background: none;
}

.video-js > .vjs-control-bar .vjs-play-control.vjs-paused {

}

.video-js > .vjs-control-bar .vjs-play-control > span {
    display: none;
}

.video-js > .vjs-control-bar .vjs-play-control:after {
    content: "P1"
}

#hls-p3.video-js > .vjs-control-bar .vjs-play-control:after {
    content: "P3"
}