@keyframes enter {
    from {width: 0;}
    to {width: 380px;}
}
@keyframes getout {
    from {width: 380px;}
    to {width: 0;}
}
body {
    margin: 0;
    height: 100%;
    padding: 0;
    color: white;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255) 100%);
    opacity: 0.85;
}
#login{
    /* display:flex; */
    /* width: 100vw; */
    /* height: 100vh; */
    /* flex-direction:row; */
    /* align-items:center; */
    /* justify-content:center; */
    min-height: 100%;
    background: linear-gradient(180deg, rgb(131 59 53) 0%, rgb(91 83 124) 111%, rgb(80 40 63) 100%);
}
#login > div {
    /* padding-top: 12vh; */
    /* flex: 0 1 auto; */
}
.title {
    text-shadow: 1px 1px;
}
nav.bg-light{
    color: white;
    background-color: #9892dc !important;
    border-bottom: black 1px;
    border-radius: 0 0 5% 5%;
}
.page-wrapper{
    padding-top: 0;
    margin:0;
    /*background-color: #892cdc;*/
}
.jumbotron{
    background-color: #9892dc ;
    margin-top: 10vh;
}
div.asside{
    position: fixed;
    z-index: 1000!important;
    margin-top:100px;
    right: 0;
    float: right;
    background-color: darkviolet;
    /*height: 100vh;*/
    border-radius: 5% 0 0 10%;
    padding-top: 3vh;
    animation: getout 2s 1 ease 0.5s normal forwards ;
}
div.asside.open{
    animation: enter 2s 1 ease 0.5s normal forwards ;
}
.asside-wrapper{
    display: flex;
    flex-direction: column;
}
.asside-wrapper > div {
    font-size: 12px;
    flex: 0 0 1em;
}
.asside-profile{
    display: flex;
    flex-direction: row;
}
.asside-profile > div.assid-profile-item{
    font-size: 16px;
    flex: 0 0 33%;
}
div.assid-profile-item > .user{
    padding-top: 3vh;
}
div.assid-profile-item > .icon-notifer{
    padding-top: 3vh;
}

.chat-room{
    padding: 0 0 0 ;
    list-style: none;
}
.topic-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.team-member-pic-container{
    display: inline-flex;
    flex: 0 40%;
    padding-top: 2vh;
    padding-right: 2vh;
    padding-left: 2vh;
}
.pic-container{
    justify-self: center;
    width: 10vh;
    height: 10vh;
    background-color: greenyellow;
    border-radius: 50%;
}
.team-member-message-widget{
    display: flex;
    flex-direction: column;
    flex: 0 60%;
}
.team-message-message{
    max-height: 15vh ;
    overflow-y: scroll;
}
h5 {
    font-size: medium;
}

header {
    height: 22vh;
}
.header-top {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.header-top > li.nav-item {
    flex: 1 1 0px;
    flex-direction: row;
    justify-content: center;
}
.profile-img{
    height: 9vh;
    width: 9vh;
    background-color: #bbb;
    border-radius: 50%;
}

.draggable-list-header {
    margin-bottom: 2vh;
}

.draggable-list-text {
    font-size: medium;
}

div.draggable-list {
    max-height: 100vh;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    min-height: 100vh;
}

div.target-table {
    min-height: 100%;
    border-radius: 1% 1% 1% 1%;
    /*background-color:yellow;*/
}

ul.tasker {
    padding-left: 0px;
    list-style: none;
}

ul.task-week {
    max-height: 40vh;
    /* overflow-y: scroll; */
    padding-left: 0px;
    list-style: none;
}

li.draggable-task {
    /*float: left;*/
    width: 90%;
    margin: 3px 5%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    min-height: 85px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: break-spaces;
}
li.task-hook{
    margin-top: 3px;
    font-size: small;
    text-align: center;
    min-height: 85px;
    border: #7e4280 dashed thin;
}
li.draggable-task[draggable=false] {
    background: greenyellow;
}

.flex-container {
    /* display: flex; */
    /*overflow: scroll;*/
}

.flex-container > div {
    /* display: flex; */
    /* flex-direction: column; */
    /* font-size: 16px; */
    /* flex: 0 0 11.6em; */
}

div.droppable-list {
    /*display: inline-flex;*/
    /*background-color: red;*/
    text-align: center;
}

div.week-header {
    background: darkviolet;
    color: #f1f1f1;
    align-content: center;
    font-weight: bold;
    font-size: medium;
    height: 40px;
    border: 1px solid lightgray;
}

div.week-container {
    /*display: flex;*/
    min-height: 40vh;
    /*border: 1px solid lightgray;*/
    /*background-color: #8644d3;*/
    /*opacity: 0.5;*/
}
.task-week > .draggable-task{
    padding-top: 3px;
    color: white;
    font-weight: bold;
    /* box-shadow: 1px 1px #f1f1f1; */
}

.subtitle-1 {
    border: 1px solid lightgray;
}

.subtitle {
    width: 20%;
    border: 1px solid lightgray;
}

.title > h2 {
    text-align: center;
}

.stopwatch {
    padding-top: 5px;
    text-align: center;
    font-size: 42px;
}

div.card-align {
    height: 15vh !important;
}
div.kpi-flex-container {
    display: flex;
    height: 20vh;
    flex-direction: row;
    justify-content: center;
}

.kpi-flex-container > div.kpi-item{
    display: flex;
    justify-content: center;
    font-size: 16px;
    flex: auto;

}
.kpi{

}
.kpi-circle{
    background: radial-gradient( 5px -9px, circle, purpule 8%, gray 26px );
    background-color: blueviolet;
    border: 6px solid whitesmoke;
    border-radius: 50%; /* one half of ( (border * 2) + height + padding ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 15px/13px Helvetica, Verdana, Tahoma;
    height: 16vh;
    width: 16vh;
    padding-top: 5vh;
    text-align: center;
}
.kpi-circle> span.score{

}
.card{
    background-color: #f5f5f5;
    text-shadow: none;
    color: #000;
    padding: 15px;
}
.modal{
    margin: auto;
    width: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: max-content;
}
.modal-header{
    background-color: #5c07c7;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.modal-title{
    text-transform: uppercase;
    font-family: 'Transformers Movie';
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
}
.modal-content{
    background-color: initial;
    float: left;
    width: 100%;
    /*background: #fff;*/
    border-radius: 0px 0px 10px 10px;
    /*padding: 15px;*/
}
.modal-body{
    background-color: #f1f1f1;
    color: black;
}
.modal-footer{
    background-color: #d0ced2;
    color: black;
    text-align: center;
    float: left;
    width: 100%;
}
.form-group question-container{
    font-size: 14px;
    color: #270257;
}
.transformerstype{
    font-family: 'Transformers Movie';
    background: #6a4cdd;
    color: #fff;
    letter-spacing: 1px;
    font-size: 21px;
    text-align: center;
    width: 230px;
    transition: all.3s;
    cursor: pointer;
    border: 0;
    padding: 6px 10px;
    margin-top: 15px;
    margin: 0 auto;
}
.team-wrapper{
    font-size: 24px;
}
.navbar-nav {
    margin-left: 5vw!important;
    box-shadow: #f1f1f1!important;
    border-bottom: #f1f1f1!important;
}
.hide{
    display: none!important;
}
#videoTeaser{
    /* padding-top: 15%; */
    height: 100%;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wrong-answer{
    color: red;
}

.parts-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body table {
    color: #000;
    text-shadow: none;
    width: 100%;
}

.card-body table td,.card-body table th {
    padding: 5px;
}
 .card-body table th {
    text-align: center;
    font-weight: 700;
}

.parts-tab button.btn {
    border-radius: 18px;
    padding: 4px 10px;
}

h3.m-portlet__head-text {
    color: #000;
    text-shadow: none;
}

body.m-content--skin-light2 {
    overflow-y: scroll !important;
}

tr.last {
    background: #c3c3c4 !important;
    font-size: 16px;
}

tr.tr-title-1 {
    background-color: #494b5a;
    color: #3c3c3c;
    font-size: 13px !important;
}

tr.tr-title-1 td,tr.tr-title-2 td {
    font-size: 12px !important;
    background-color: #c3c3c4;
    color: #3c3c3c;
}