body {
    font-family: Roboto !important;/*Let's use roboto font for this site'*/
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}
.selectedLanguage {
    background-color: lightblue !important;
}

.spanClick{
    height:60px;
}

.spanClick:focus{
    outline:0;
}
.auth0-lock-overlay{
    opacity:1 !important;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 10px;
    margin: 10px;
}
.dragover {
    border: 5px dashed green;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 500px;*/
}

.lang-btn {
    border-color: white;
    color: white;
    min-width: 30px;
    width: 30px;
}

.md-chip.lang-chip {
    font-size: 12px;
}

md-toolbar.panel-toolbar {
    border-radius: 3px;
}

.panel-toolbar .panel-toolbar-title {
    padding-left: 16px;
}

.panel-toolbar .md-button.collapse-switch {
    width: 120px;
    text-align: right;
}

.panel-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: white;
}

.search-form {
    background-color: white;
}

.coaching-navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

ol.task-path > li {
    background-color: dodgerblue;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    position: relative;
    color: white;
    text-decoration: none;
}

ol.task-path > li:last-child {
    background: transparent;
    color: black;
    padding-left: 20px;
}

ol.task-path {
    padding-left: 0px;
}

ol.task-path > li > span::after {
    content: "";
    height: 0px;
    width: 0px;
    border-bottom: 20px solid white;
    border-top: 20px solid white;
    border-left: 12px solid dodgerblue;
    border-right: 2px solid white;
    float: right;
    z-index: 10;
    display: inline-block;
    position: relative;
    left: 14px;
}

ol.task-path > li:nth-last-child(2) > span::after {
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 2px solid transparent;
}

ol.task-path > li > span::before {
    content: "";
    height: 0px;
    width: 0px;
    border-bottom: 20px solid dodgerblue;
    border-top: 20px solid dodgerblue;
    border-left: 13px solid transparent;
    float: left;
    z-index: 11;
    display: inline-block;
    position: relative;
    left: 1px;
}

ol.task-path > li:first-child > span::before {
    display: none;
}

ol.task-path span {
    font-style: inherit;
    text-decoration: inherit;
    color: inherit;
    padding-left: 18px;
    padding-right: 2px;
}

.text-edit-dialog {
    -moz-min-width: 1000px;
    -ms-min-width: 1000px;
    -o-min-width: 1000px;
    -webkit-min-width: 1000px;
    min-width: 1000px;
    min-height: 500px;
    margin: 10px 10px 10px 10px;
    width: 1000px;
}

.text-edit-input > textarea {
    height: 500px;
}

.sidenav-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidenav-menu .sidenav-menu {
    padding-left: 30px;
}

ul.sidenav-menu > li > .sidenav-menu-btn {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: left;
}

.sidenav-menu-btn > span {
    margin-left: 10px;
}

.sidenav-menu .sidenav-menu-btn.sidenav-menu-selected {
    background: #afcfaf;
}

.sidenav-menu .sidenav-menu-btn.sidenav-menu-selected.subtask-navitem{
    background-color: #91b191;
}

.task-section-filled {
    background-color: blue;
}

.collapse-icon {
    margin-top:3px;
    margin-bottom:auto;
    transform: translateY(-20%);
}

.chartHoverOver {
    background-color: grey;
    position: fixed;
    top: 0;
    left: 200px;
    width: 600px;
    height: 500px;
    z-index: 9999;
}

.dot {
    height: 40px;
    width: 40px;
    border-radius: 60%;
    display: inline-block;
    font-size: 30px;
    color: white;
}

.pictureCircle {
    border-style:solid;
    border-width:thin;
    border-color:black;
    border-radius: 60%;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.autocomplete-linked-search li {
    line-height:20px;
}