﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@font-face {
    font-family: 'Roboto-Medium';
    src:url('/fonts/Roboto-Medium.ttf') format('truetype';
}*/

html, body {
    /* font-family: Roboto-Medium, Helvetica, Arial, sans-serif;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.show-course {
padding-top: 30px;
}

.link {
    color: #1a0dab !important;
}

.link:link {
    color: #6900ff;
}

    .link:visited {
        color: #681da8 !important;
    }

.link:focus {
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline !important;
        cursor:pointer!important;
    }

.link:active {
    color: #cdfeaa;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
}

.white {
    color: white;
}

.btn-blue-hide {
    height: 30px;
    border-radius: 20px;
    background-color: #6cbbcd;
    color: white;
    border-width: 0px;
    width: 40px;
    text-align: center;
    display:block;
    margin:auto;
}
.btn-red {
    height: 30px;
    border-radius: 20px;
    background-color: #D6636A;
    color: white;
    border-width: 0px;
    width: 40px;
    text-align: center;
    display: block;
    margin: auto;
}
.btn-round {
    height: 30px;
    border-radius: 20px;
    background-color: #D6636A;
    border-width: 0px;
    width: 40px;
    text-align: center;
    display: block;
    margin: auto;
}
.btn-blue-sm {
    height: 28px;
    border-radius: 20px;
    background-color: #6cbbcd;
    color: white!important;
    border-width: 0px;
    width: 40px;
    text-align: center;
    display: block;
    margin: 5px;
}
btn-close {
    border-width: 0px;
    outline: none !important;
    background-color: white;
    color: grey;
}
.btn-collapsible {
    color: grey;
    border: 0px solid white;
    height: 30px;
    border-radius: 20px;
    display: block;
    margin: auto;
    width: 40px;
    outline: none !important;
}

.btn-blue {
    height: 35px;
    border-radius: 20px;
    background-color: #6cbbcd;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}
    .btn-blue:hover {
        background-color: white;
        color: #6cbbcd;
        border: 2px solid #6cbbcd;
        text-align: center;
    }
.btn-blue-hide:hover {
    background-color: white;
    color: #6cbbcd;
    border: 2px solid #6cbbcd;
    text-align: center;
    width: 40px;
    display: block;
    margin: auto;
}
.btn-red:hover {
    background-color: white;
    color: #D6636A;
    border: 2px solid #D6636A;
    text-align: center;
    width: 40px;
    display: block;
    margin: auto;
}
.btn-blue-sm:hover {
    background-color: white;
    color: #6cbbcd!important;
    border: 2px solid #6cbbcd;
    text-align: center;
    width: 40px;
    display: block;
    margin: 5px;
}
.btn-collapsible:after {
    border: 0px solid white;
    box-shadow: initial;
    outline: none !important;
}
btn-close:after {
    border: 0px solid white;
    box-shadow: initial;
    outline: none !important;
}
btn-close:active {
    outline: none !important;
}
btn-close:focus {
    outline: none !important;
}
.btn-collapsible:focus {
    outline: none !important;
}

.btn-collapsible:active {
    outline: none !important;
}


.btn-collapsible:hover {
    color: grey;
    background-color: lightblue;
    height: 30px;
    border-radius: 20px;
    display: block;
    margin: auto;
    width: 40px;
    border: 0px solid white;
}
.btn-light-blue {
    height: 35px;
    border-radius: 20px;
    background-color: #00b4ed;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}
.btn-gray {
    height: 35px;
    border-radius: 20px;
    background-color: gray;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}
.btn-container {
   margin-left:200px;
}

    .btn-light-blue:hover {
        background-color: white;
        color: #00b4ed;
        border: 2px solid #00b4ed;
        text-align: center;
    }
.btn-gray:hover {
    background-color: white;
    color: gray;
    border: 2px solid gray;
    text-align: center;
}
.btn-green {
    height: 35px;
    border-radius: 20px;
    background-color: #00c796;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}

    .btn-green:hover {
        background-color: white;
        color: #00c796;
        border: 2px solid #00c796;
        text-align:center;
    }
.btn-green-dark {
    height: 35px;
    border-radius: 20px;
    background-color: #01745b;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}
.btn-red-danger {
    height: 35px;
    border-radius: 20px;
    background-color: #D6636A;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}
.btn-orange {
    height: 35px;
    border-radius: 20px;
    background-color: #D6B363;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}

    .btn-green-dark:hover {
        background-color: white;
        color: #01745b;
        border: 2px solid #01745b;
        text-align: center;
    }
.btn-help {
    height: 35px;
    border-radius: 20px;
    background-color: #999fa8;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    border-width: 0px;
}

    .btn-help:hover {
        background-color: white;
        color: #999fa8;
        border: 2px solid #999fa8;
        text-align: center;
    }
.btn-transparent {
    height: 30px;
    border-radius: 20px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    width: 160px;
    margin: 25px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
}

    .btn-transparent:hover {

        background-color: white;
        color: #6cbbcd;
        border: 2px solid white;
    }
.header {
width: 40%;
margin: 10px;
}
.card-caption {
    width: 98%;
    padding: 0.1rem 0.2rem!important;
    height: auto;
    background-color: #6cbbcd;
    border-radius: 4px;
    margin:auto;
    
}
.card-caption-modal {
    width: 100%;
    padding: 0.1rem 0.2rem !important;
    height: auto;
    background-color: #6cbbcd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: auto;
}
.content-container {
    width: 98%;
    padding: 0.1rem 0.2rem !important;
    height: auto;
    margin: auto;
}
.provider-container {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
}

.btn-close-modal {
    border: none;
    background-color: #6cbbcd;
    color: darkslategrey;
    float: right;
}
.btn-provider-remove {
    display:inline-block;
}

.tile-activity {
    width: 450px;
}
.faq {
    max-width: 30%;
}
@media only screen and (min-width: 800px) {
    /* For mobile phones: */
    .tile {
        width: 20%;
    }
    
    .provider-container {
        width:90%;
        margin:auto;
    }
}
@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    .faq {
        max-width: 100%;
        width: 100%;
    }

}
.reduced-100-d {
  max-width:100px;  
}
.btn-centered-container {
    position: relative;
   
}
.btn-centered {
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
}
@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    .btn-provider-remove {
        display: block;
    }
    .tile-activity {
        width: 100%;
    }
   
    .reduced-120-d {
        max-width: none;
    }
    .fieldset-provider {
        width: 100%;
    }
    .btn-container {
        margin-left: auto;
        margin-right: auto;
    }
    .btn-blue {
        width: 95%;
        margin: 20px;
    }
    .btn-blue-hide {
        width: 40px;
    }
    .btn-red {
        width: 40px;
    }
    .btn-round {
        width: 40px;
    }
    .btn-blue-sm {
        width: 40px;
    }
    .btn-light-blue {
        width: 95%;
        margin: 20px;
    }
    .btn-gray {
        width: 95%;
        margin: 20px;
    }
    .btn-green {
        width: 95%;
        margin: 20px;
    }
    .btn-green-dark {
        width: 95%;
        margin: 20px;
    }
    .btn-red-danger {
        width: 95%;
        margin: 20px;
    }
    .btn-orange {
        width: 95%;
        margin: 20px;
    }
    .btn-help {
        width: 95%!important;
        margin: 20px;
    }
    .card-caption {
        width: 92%;
    }
    .content-container {
        width: 92%;
    }
    .provider-container {
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .btn-provider-remove {
        display: block;
    }
    .reduced-100-d {
        max-width: none;
    }
    .fieldset-provider {
        width: 100%;
    }

    .card-caption {
        width: 92%;
    }
    .content-container {
        width: 92%;
    }
    .btn-light-blue {
        width: 95%;
        margin: 20px;
    }
    .btn-gray {
        width: 95%;
        margin: 20px;
    }
    .btn-green {
        width: 95%;
        margin: 20px;
    }
    .btn-green-dark {
        width: 95%;
        margin: 20px;
    }
    .btn-red-danger {
        width: 95%;
        margin: 20px;
    }
    .btn-orange {
        width: 95%;
        margin: 20px;
    }
    .btn-help {
        width: 95%;
        margin: 20px;
    }
    .collapseR:not(.show) {
        display: none
    }
    .header {
        width: 100%;
        margin: 10px;
    }
}

.checkbox-green {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    accent-color: #3ddbb1;
}
    .checkbox-green:checked {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        accent-color: #3ddbb1;
    }
/* Customize the label (the container) */
.container-cb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-cb input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius:4px;
    background-color: #eee;
}
.checkmark-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid lightgray;
}

/* On mouse-over, add a grey background color */
.container-cb:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-cb:hover input ~ .checkmark-link {
    background-color: #ccc;
}
.light{
    border: 1px solid lightgrey;
}
/* When the checkbox is checked, add a blue background */
.container-cb input:checked ~ .checkmark {
    background-color: #3ddbb1;
}
.container-cb input:checked ~ .checkmark-link {
    background-color: #3ddbb1;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark-link:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-cb input:checked ~ .checkmark:after {
    display: block;
}
.container-cb input:checked ~ .checkmark-link:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-cb .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-cb .checkmark-link:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
h4 {
    /*font-display:auto;*/
    font-size: 18px;
    font-style: normal;
    text-align: center;
}
h5 {
    /*font-display: auto;*/
    font-size: 16px;
    font-style: normal;
    text-align: center;
}

FitToParent{
    width: auto;
    height: auto;
}
/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.ucColor {
    border: thin !important;
    border-color: #3EC8A4 !important;
}
.lightIconColor {
    color: #b3b6ba !important;
}


.AssessItemMemoWidth {
    border: thin !important;
    border-color: #3EC8A4 !important;
    flex: 100% !important;
    height: 100%;
}
    /*.AssessItemMemoWidth.dxbs-input-group input-group input-group-sm {
        display: inline;
        height: 100%
    }

    .AssessItemMemoWidth.input-group {
        display: inline;
        height: 100%
    }*/

    .AssessItemMemoWidth > div div {
        display: inline;
        height: 100%;
        width: inherit;
    }
     



.AssessItemRow {
    padding: 0 !important;
    margin: 0 !important;
}

 
.AssessItemBtnRow {
    padding: 0 !important;
    margin: 0 !important;
}


    .AssessItemBtnRow > div div {
        justify-content: center;
        text-align: center;
        align-items: center;
        display: flex;
    }

.GenericItemRow {
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #ced4da
    /*border-radius: .25rem*/
}
/*.dxbs-input-group-prepend {
    display:none;
}
.dxbs-input-group {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}*/
.div-horizotal-containerR {
    display: flex;
    flex-wrap: wrap;
    /*   justify-content: space-between;*/
}

.div-horizotal-itemR {
    float: left;
}

.imageR {
    width: 40%;
    margin: 0 auto;
    align-content: center;
    float: right;
}

.container {
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    float: left;
   
}

@media only screen and (min-width: 800px) {
    /* For mobile phones: */
    .tile {
        width: 20%;

    }
    .container {
        
        margin-left: 10px;
    }
   
}
@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    .container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 20px;
        row-gap: 10px;
        float: left;
        
    }
   
    .tile {
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .container {
        display: grid;
        column-gap: 30px;
        row-gap: 10px;
        grid-template-columns: 1fr;
    }
    .tile {
        max-width: 100% !important
    }
    .show-course {
        padding-top: 0px;
    }
}

@media only screen and (max-device-width: 949px) {
    .imageR {
        padding-left: 40px;
        width: 100% !important;
        margin: 0 auto;
        align-content: center;
    }

    .centerR {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .textR {
        text-align: center !important;
        width: 100% !important;
    }

    pR {
        padding: 10px;
    }

    .instructionsR {
        height: 40px;
    }

    .containerR {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

.textR {
    display: table-cell;
    text-align: left;
    width: 50%;
    font-family: Calibri;
    vertical-align: middle;
}

h1R {
    font-size: 40px;
} 

.FormLayout .col-form-label {
    font-size:smaller;
    font-weight:300;
    letter-spacing: 0; 
    display:flex !important;
    padding-bottom: .02em;
}

.RemovePaddingAll {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.RemovePadding {
    padding-left: 0;
    padding-right: 0;
}
.RemovePaddingLabel {
    font-size: smaller;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    display: block;
}
.RemoveBorders {
    border: none;

}
.PopupMsg{
    min-height:75px;
    margin:20px 10px 20px 20px;
}
.PopBtnBar {
    display: flex;
    justify-content: space-evenly;
}

.pop-container {
    z-index: 1000;
    /* width: 100vw;
    height: 100vh;*/
    position: relative;
}

.popconfirm {
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    min-width: 250px;
    position: fixed;
    top: -50px;
    padding: 10px;
    border-radius: 15px;
    top: 40%;
    left: 40%;
    /*transform: translate(-50%, -50%);*/
}

.VerifyPopup {
    display:contents;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.form-group {
    border: inherit !important;
    border-style: inherit !important;
    text-align: inherit !important;
    height:100% !important;
}
    .form-group.row {
        height: 100% !important;
    }

        .form-group.row .dxbs-fl-ctrl {
            height: 100% !important;
        }

.row > div.dxbs-fl-ctrl, .row > label.dxbs-fl-cpt {
    padding-left: unset;
    padding-right: unset;
    height: 100%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3ddbb1;
    background-color: #3ddbb1;
}


.activityGrid {
    width: 99%;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #3ddbb1;
}

.allowclick {
    cursor: pointer;
    border: 1px solid !important;
    border-color: #707070 !important;
    text-align: center;
    align-content: center !important;
    justify-items: center !important;
    justify-self: center !important;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    border-radius: .5rem;
    padding: 5px 5px 5px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.allowclickCombined {
    cursor: pointer;
    border: 1px solid !important;
    border-color: #00C796 !important;
    text-align: center;
    align-content: center !important;
    justify-items: center !important;
    justify-self: center !important;
    border-radius: .5rem;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    padding: 5px 5px 5px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.progressImage {
    display: block;
    width: 100px;
    height: 100px;
    width: -moz-fit-content;
    width: fit-content;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3ddbb1;
}

.SameHeight {
    min-height: 220px !important;
    padding-bottom: 10px;
    /* padding: 5px 5px 22px 5px;*/
    margin: 5px 5px 5px 5px;
    display: inline-flex;
}

.CardDoubleSize {
    height: 30px;
    overflow: hidden;
    font-weight:500; 
}


.course-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.courseitem-container {
    display:inline-flex;
    border:1px solid black;
    margin-right: 2%;
    margin-bottom: 10px;
    justify-content:flex-start;
    align-items:center;
   /* text-align: center;*/
}
.flex-direction{
    flex-direction:row;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.button-container-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    float:right;
}



.course-wrapper {
    border: 2px solid #000;
    overflow: hidden;
}


.course-poster {
    width: 90px;
    height: 120px;
}
.filter-white {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(349deg) brightness(106%) contrast(101%);
}

.coursePlan {
    border: 1px solid black;
    margin-right: 2%;
}


.coursePlan_caption {
    font-size:smaller;
    font-weight:300;
}


.chartdiv {
    align-content: center;
    width: auto;
    height:auto;
}

.overduelabel {
    color: #D6636A;
}
.vl-ld {
    border-left: 2px #00000029;
    height: 50px;
    margin: 5px;
}

.addbtn {
    width: 16px;
    height: 16px;
    background-image: url("../img/Add_16x16.png");
    margin: 0 8px 0 0;
    border-radius: .5rem;
}
.arrowbtn {
    width: 16px;
    height: 16px;
    background-image: url("../img/Arrows_16x16.png");
    margin: 0 8px 0 0;
}
.comboShort {
    width: 40%;
}

.icon-step {
    width: 32px;
    height: 32px;
    color: white;
    background-image: url("../img/circle.svg") !important;
}
.icon-done {
    width: 32px;
    height: 32px;
    color: white;
    background-image: url("../img/check-circle.svg") !important;
    align-content:end
}
.figure {
    float: right;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    align-content:center;
    align-items:center;
}


.vi-skill-review-collapse-icon {
    background-size: 25px 25px !important;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    background-repeat: no-repeat;
}

.vi-skill-review-icon {
    background-size: 25px 25px !important;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    background-repeat: no-repeat;
}

.vi-collapse-control-toggle {
    padding: 4px 18px !important;
}

.vi-skill-review-minus {
    background-image: url('/img/skill-review-minus.svg');
}

.vi-skill-review-plus {
    background-image: url('/img/skill-review-plus.svg');
}

.vi-skill-icon-position {
    position: absolute;
    top: 10px;
}

.vi-skill-review-icon-left {
    right: 80px;
}

.vi-skill-review-icon-right {
    right: 40px;
}

.Plan {
    width: 32px;
    height: 32px;
    background-image: url("../img/plan.png");
    margin: 0 8px 0 0;
    border-radius: .5rem;
}

.Act {
    width: 32px;
    height: 32px;
    background-image: url("../img/act.png");
    margin: 0 8px 0 0;
    border-radius: .5rem;
}

.Reflect {
    width: 32px;
    height: 32px;
    background-image: url("../img/Reflect.png");
    margin: 0 8px 0 0;
    border-radius: .5rem;
}
.Completed {
    width: 32px;
    height: 32px;
    background-image: url("../img/Completed.png");
    margin: 0 8px 0 0;
    border-radius: .5rem;
}
tr td.table-active.bg-primary {
    background-color: #23C3B3 !important;
}
 
.FormHorizontalSeperatorBottom {
    background-color: #F1F2F38C;
    border: solid 1px #E0E2E3;
}

.gridcol {
    background: none;
    align-items: center;
    border: solid 1px #E0E2E3;
}

.miniText {
    font-size: 10px;
}

.GridNoBorder {
    border: hidden;
}

.GridNoBorderRow {
    border-style:none;
    height:30px;
}

.collapseHeader {
    background-color: #6BBBCC;
}
.collapseHeaderAlt {
    background-color: #0698B6;
}

.collapseHeaderNew {
    background-color: #6BBBCC;
    font-size: x-large;
    height: 50px;
    font-weight: 500;
    color: white;
    padding: 8px;
}

.collapseHeaderAltNew {
    background-color: #0698B6;
    font-size: x-large;
    height: 50px;
    font-weight: 500;
    color: white;
    padding: 8px;
}

.thin3ddbb1 {
    background-color: #3ddbb1;
    font-size: large;
    height: 30px;
    font-weight: 500;
    color: white;
    padding: 2px 8px;
}

.thin1db2c9 {
    background-color: #1db2c9;
    font-size: large;
    height: 30px;
    font-weight: 500;
    color: white;
    padding: 2px 8px;
}

.thin4169DC {
    background-color: #4169DC;
    font-size: large;
    height: 30px;
    font-weight: 500;
    color: white;
    padding: 2px 8px;
}

.incompleteTab {
    color: #D6636A;
    font-weight: 700;
}
.completeTab {
    color: #00C796;
    font-weight: 400;
}

.card-header {
    padding: .1rem 0.2rem !important;
    min-height: 30px !important;
    margin-bottom: 0;
    /*background-color: rgba(0, 199, 150, 1);*/
    background-color: #6BBBCC;
    border-bottom: 1px solid rgba(0,0,0,.125);
} 

.flex-container {
    display: flex;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    align-content: flex-start
}

    .flex-container > div {
        margin: 5px;
        padding: 5px;
        font-size: 14px;
        height: inherit; 
    }

    .f2 {
        width: 16.66667%
    }

/*
@media screen and (max-width: 800px) {

    .flex-container {
        flex-direction: column;
    }

    .f2 {
        width: 100%
    }
}
@media screen and (max-width: 1024px) {

    .flex-container {
        flex-direction: column;
    }

    .f2 {
        width: 50%
    }
}
*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1rem;
}

.dx-blazor-widget.card {
    border-style: none;
    flex-basis: 90%;
    flex-shrink: inherit;
    flex-grow: inherit;
    background: none;
}
.imageReset {
    width: auto;
}
.loginReset {
    width: auto;
}
.mysidebar {
    margin: 0;
    padding: 0;
    width: 300px;
    background: transparent linear-gradient(168deg, #00C796 0%, #0877A0 73%, #0E35A9 100%) 0% 0% no-repeat padding-box;
   /* background-color: #f1f1f1;*/
    position: fixed;
    height: 100%;
    overflow: auto;
    
}
div.mycontent {
    /*margin-left: 300px;*/
    padding: 1px 10px;
    height: 100%;
}


.mygradient {
    background: transparent linear-gradient(168deg, #00C796 0%, #0877A0 73%, #0E35A9 100%) 0% 0% no-repeat padding-box;
}

.fulllengthGradient {
    height: 100vh !important;
    background: transparent linear-gradient(168deg, #00C796 0%, #0877A0 73%, #0E35A9 100%) 0% 0% no-repeat padding-box;
}

.fulllength  {
    height: 100% !important; 
}

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
    .flex-direction {
        flex-direction: column;
    }
    .imageReset {
        width:0%;
        visibility:hidden;
    }
    .loginReset {
        width: 100%;
    }

    .comboShort {
        width: 80%;
    }

    .button-container-right {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        float: none;
    }
}

@media screen and (max-width: 700px) {
    .main {
        padding-top: 3rem;
    }

    .flex-direction {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 9999;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }

    .comboShort {
        width: 100%;
    }

    .button-container-right {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end; 
        float: none;
    }


}


@media screen and (max-width: 1024px) {

    .comboShort {
        width: 70%;
    }
}

.login-container {
    height: 100%;
    width: 100vw;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
}

.flex-center-content {
    align-items: center;
    justify-content: center;
}

.login-container .content {
    padding: 2rem;
    width: 100%;
}

.login-container-content {
    width: 50%;
    background-color: white;
}

.login-container-other {
    width: 50%;
    display: flex;
    color: white;
}

.login-menu {
    left: 0;
}

.register-menu {
    right: 0;
    top: 0;
    right: 0;
    left: auto;
}

.gradient {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(180deg, rgba(0,199,150,0.5), rgba(14,54,169,0.5));
}

.login-background {
    background-image: url(/img/background.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

@media screen and (max-width: 1024px) {
    .login-container-other {
        display: none;
    }

    .login-container-content {
        margin: 3rem;
        width: calc(100vw - 6rem);
    }
}


.button-round-mini {
    border-radius: 20px;
    line-height: 10px;
    padding: 5px 5px;
    color: white;
}

.button-round-small {
    border-radius: 20px;
    line-height: 10px;
    padding: 7px 20px;
    color: white;
    text-align: center;
}
.button-round-small-right {
    border-radius: 20px;
    line-height: 10px;
    padding: 7px 20px;
    color: white;
    float: right;
    display:inline;

}
.button-round-small-left {
    border-radius: 20px;
    line-height: 10px;
    padding: 7px 20px;
    color: white;
    float: left;
    display: inline;
}

.button-round {
    border-radius: 20px;
    line-height: 25px;
    padding: 7px 50px;
    color: white;
}

@media screen and (max-width: 1024px) {
    .button-round {
        width: 100%;
    }
    .button-round-small {
        width: 100%;
    }
    .button-round-small-right {
        width: 100%;
    }
    .button-round-small-left {
        width: 100%;
    }
    .button-round-mini {
        width: 100%;
    }
}


.button-white-no-fill {
    background-color: transparent;
    border: 2px solid white;
}

.button-white-no-fill:hover {
    background-color: white;
    border: 2px solid white;
    color: #2cb7ca;
}



.button-cncl {
    background-color: #00000029;
    border: 2px solid #00000029;
}

    .button-cncl:hover {
        background-color: white;
        color: #00000029;
    }

.button-help {
    background-color: #999fa8;
    border: 2px solid #999fa8;
}

    .button-help:hover {
        background-color: white;
        color: #999fa8;
    }

.button-fadeddarkerblue {
    background-color: #0698B6;
    border: 2px solid #0698B6;
}

    .button-fadeddarkerblue:hover {
        background-color: white;
        color: #0698B6;
    }

.button-fadedblue {
    background-color: #6CBCCD;
    border: 2px solid #6CBCCD;
}

    .button-fadedblue:hover {
        background-color: white;
        color: #6CBCCD;
    }

.button-blue {
    background-color: #00b4ed;
    border: 2px solid #00b4ed;
}

.button-blue:hover {
    background-color: white;
    color: #00b4ed;
}

.button-teal {
    background-color: #2cb7ca;
    border: 2px solid #2cb7ca;
}

.button-teal:hover {
    background-color: white;
    color: #2cb7ca;
}

.button-teal-inverted {
    background-color: white;
    color: #2cb7ca; 
}

    .button-teal-inverted:hover {
        background-color: #2cb7ca;
        border: 2px solid #2cb7ca;
    }


.button-del {
    background-color: #d6636a;
    border: 2px solid #d6636a;
}

.button-del:hover {
    background-color: white;
    color: #d6636a;
}


.button-allsave {
    background-color: #01745b;
    border: 2px solid #01745b;
}

    .button-allsave:hover {
        background-color: white;
        color: #01745b;
    }

.button-allsave-inverted {
    background-color: white;
    color: #01745b;
}

    .button-allsave-inverted:hover {
        background-color: #01745b;
        border: 2px solid #01745b;
    }

.button-green {
    background-color: #00c796;
    border: 2px solid #00c796;
}

.button-green:hover {
    background-color: white;
    color: #00c796;
}

.text-center {
    text-align:center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.flex {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .login-form {
        width: 100%;
    }

    .text-left {
        text-align: center !important;
    }

    .text-right {
        text-align: center !important;
    }
}

.login-container a {
    color: #2cb7ca;
    font-size: 12px;
    text-decoration: underline;
}

.comment {
    font-size: 14px;
    color: #7a7a7a;
}

.mt-10 {
    margin-top: 10px;
}

.actvityAdd-display {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: white;
    background-color: transparent;
}

.version-display {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
}

.black {
    color:black;
}

.white {
    color: white;
}

.mytextbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.authorized {
    border: none;
}
