@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700;900&display=swap");

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    margin: 0;
    height: 100%;
    color: #384452;
    font-family: "Poppins";
    font-weight: 300;
}
/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins"; */
/* } */
p {
    padding: 0;
    margin-bottom: 12px;
    margin-top: 10px;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.width185 {
    width: 185px;
    min-width: 185px;
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color 0.4s linear, color 0.4s linear;
    -moz-transition: background-color 0.4s linear, color 0.4s linear;
    -o-transition: background-color 0.4s linear, color 0.4s linear;
    -ms-transition: background-color 0.4s linear, color 0.4s linear;
    transition: background-color 0.4s linear, color 0.4s linear;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #01b2fe;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2b2e31;
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #2b2e31;
}
.centered {
    text-align: center !important;
}
.navbar {
    min-height: 50px;
    margin-bottom: 0;
}
.navbar-brand {
    font: 900 25px "Poppins" !important;
    height: 55px;
}
.navbar-default {
    border-color: transparent;
}
.btn-theme {
    color: #fff;
    background-color: #384452;
    border-color: #384452;
    margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #00b3fe;
    border-color: #00b3fe;
}
.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
    color: #fff;
    background-color: #222;
    border-color: #fff;
}
.dmbutton {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1.025rem 2.25rem 1.0875rem;
    letter-spacing: 0.85px;
    font-size: 1.55rem;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    font-weight: normal !important;
}
.mtb {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mb {
    margin-bottom: 60px;
}
.mt {
    margin-top: 60px;
}
.hline {
    border-bottom: 2px solid #384452;
}
.hline-w {
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}
#headerwrap {
    background-color: #262626;
    padding-top: 85px;
    padding-bottom: 20px;
    text-align: center;
}
#headerwrap h3 {
    color: #fff;
    font-weight: 400;
}
#headerwrap h1 {
    color: #fff;
    margin-bottom: 25px;
}
#headerwrap .img-responsive {
    margin: 0 auto;
}
#service {
    margin-top: 30px;
    margin-bottom: 30px;
}
#service i {
    color: #00b3fe;
    font-size: 100px;
    padding: 15px;
}
#portfoliowrap {
    padding-top: 60px;
    margin-bottom: 60px;
    display: block;
    text-align: center;
}
#portfoliowrap h3 {
    margin-bottom: 25px;
}
.portfolio {
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block;
}
.portfolio-item .title:before {
    border-radius: 0;
    display: none;
}
.portfolio-item p {
    margin: 0px 0 30px;
}
.portfolio-item h3 {
    margin: -10px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.tpl6 h3 {
    color: #fff;
    margin: 0;
    padding: 40px 5px 0;
    font-size: 16px;
    text-transform: uppercase;
}
.tpl6 .dmbutton {
    display: inline-block;
    margin: 30px 5px 20px;
    font-size: 13px;
}
.tpl6 .bg {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 179, 254, 0.9);
    text-align: center;
}
#footerwrap {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #000;
}
#footerwrap p {
    color: #bfc9d3;
}
#footerwrap h4 {
    color: #fff;
}
#footerwrap i {
    font-size: 30px;
    color: #bfc9d3;
    padding-right: 25px;
}
#footerwrap i:hover {
    color: #00b3fe;
}
#blue {
    background: #00b3fe;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#blue h3 {
    color: #fff;
    margin-left: 15px;
}
.ctitle {
    color: #00b3fe;
    font-weight: 700;
    margin-bottom: 15px;
}
csmall {
    font-size: 12px;
    color: #b3b3b3;
}
.marginBottom15 {
    margin-bottom: 15px;
}
csmall2 {
    font-size: 12px;
    color: #f39c12;
}
.spacing {
    margin-top: 40px;
    margin-bottom: 40px;
}
.badge-theme {
    background: #00b3fe;
}
.popular-posts {
    margin: 0;
    padding-left: 0;
}
.popular-posts li {
    list-style: none;
    margin-bottom: 20px;
    min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
    color: #2f2f2f;
    text-decoration: none;
}
.popular-posts li img {
    float: left;
    margin-right: 20px;
}
.popular-posts li em {
    font-size: 12px;
    color: #b3b3b3;
}
.popular-posts p {
    line-height: normal;
    margin-bottom: auto;
}
.share i {
    padding-right: 15px;
    font-size: 18px;
}
.standalone {
    min-height: calc(100vh - 120px);
    margin-top: 65px;
}
.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(37, 37, 92, 0.05);
    
}

.card-block {
    padding: 1.25rem;
}
.card-block::after {
    content: "";
    display: table;
    clear: both;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.card-header::after {
    content: "";
    display: table;
    clear: both;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
    content: "";
    display: table;
    clear: both;
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}
.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}
.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}
.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}
.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}
.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}
.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}
.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}
.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}
.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}
.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}
.card-img {
    border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img-top {
    margin-top: 10px;
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (max-width: 991px) {
    .welcomeCard {
        height: 100% !important;
    }
    
    .nextExerciseOuter {
        width: 100% !important;
    }
    
    .nextExerciseDiv {
        width: 100% !important;
    }
}
@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }
    
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}
@media (min-width: 576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }
    
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    
    .card-group .card :not(:first-child) :not(:last-child) {
        border-radius: 0;
    }
    
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child).card-img-bottom {
        border-radius: 0;
    }
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.eblue {
    color: #00b3fe;
}
.marginTop25 {
    margin-top: 25px;
}
.marginTop2 {
    margin-top: 2px;
}
.backToOrgs {
    float: right;
    margin-top: 12px;
}
.red {
    color: red;
}
.bonusChallenge {
    color: #3c763d;
}
.green {
    color: green;
}
.awsb {
    border: 1px solid #F796FE;
}
.scalab {
    border: 1px solid #df321d;
}
.siemb {
    border: 1px solid #000;
}
.dockerb {
    border: 1px solid #0040FE;
}
.serverhardeningb {
    border: 1px solid #f0ad4e;
}
.javab {
    border: 1px solid #00b3fe;
}
.pythonb {
    border: 1px solid #009688;
}
.phpb {
    border: 1px solid #8893be;
}
.kubernetesb {
    border: 1px solid #3069e0;
}
.golangb {
    border: 1px solid #29bdb0;
}
.dotnetb {
    border: 1px solid #145da3;
}
.rubyb {
    border: 1px solid #dc5ecd;
}
.solidityb {
    border: 1px solid #7884cd;
}
.androidb {
    border: 1px solid #97c03c;
}
.agnosticb {
    border: 1px solid #000;
}
.awd {
    height: 60px;
}
.awd100 {
    height: 100px;
}
.scoreBadge {
    padding: 5px 10px;
    font-size: 40px;
    background-color: #2d7dd2;
}
.challengeBadge {
    padding: 2px 6px;
    font-size: 20px;
    margin-left: 5px;
}
.statsBadge {
    padding: 5px 10px;
    font-size: 40px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.statsTextColor1 {
    color: rgba(45, 125, 210, 0.72);
}
.statsBadgeColor1 {
    background-color: rgba(45, 125, 210, 0.72);
}
.statsBadgeColor2 {
    background-color: rgba(45, 164, 210, 0.78);
}
.statsBadgeColor3 {
    background-color: rgba(96, 196, 247, 0.81);
}
.statsBadgeColor4 {
    background-color: rgba(31, 71, 162, 0.67);
}
.statsBadgeColor5 {
    background-color: rgba(11, 77, 154, 0.71);
}
.statsText {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
}
.orgFilterText {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.justify {
    text-align: justify !important;
}
.marginLeft20 {
    margin-left: 20px;
}
.marginTop3 {
    margin-top: 3%;
}
.marginTop3px {
    margin-top: 3px;
}
.marginLeft5 {
    margin-left: 5px !important;
}
.marginTop15 {
    margin-top: 15px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop23 {
    margin-top: 23px;
}
.marginTop30 {
    margin-top: 30px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginTop35 {
    margin-top: 35px;
}
.marginLeft15 {
    margin-left: 15px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginLeft25 {
    margin-left: 25px;
}
.marginLeft12 {
    margin-left: 12px !important;
}
.marginBottom5 {
    margin-bottom: 5px !important;
}
.marginBottom20 {
    margin-bottom: 20px !important;
}
.marginBottom40 {
    margin-bottom: 40px !important;
}
.marginBottom30 {
    margin-bottom: 30px !important;
}
.marginBottom10 {
    margin-bottom: 10px !important;
}
.paddingBottom10 {
    padding-bottom: 10px !important;
}
.paddingBottom40 {
    padding-bottom: 40px !important;
}
.paddingLeftRight0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.paddingLeft15 {
    padding-left: 15px !important;
}
.paddingLeft0 {
    padding-left: 0px !important;
}
.paddingLeft5 {
    padding-left: 5px !important;
}
.paddingRight0 {
    padding-right: 0px !important;
}
.paddingRight10 {
    padding-right: 10px !important;
}
.paddingLeft10 {
    padding-left: 10px !important;
}
.paddingRight8P {
    padding-right: 8%;
}
.theadSpace {
    line-height: 40px !important;
}
.fInput {
    font: 200 1em sans-serif;
    border: 2px solid #999;
    padding: 0.75em 1em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.center {
    text-align: center;
}
.emailContact {
    color: #bfc9d3;
}
.outline {
    background-color: transparent;
    color: inherit;
    transition: all 0.25s;
}
.btn-primary.outline {
    color: #428bca;
}
.btn-success.outline {
    color: #5cb85c;
}
.btn-info.outline {
    color: #5bc0de;
}
.btn-warning.outline {
    color: #f0ad4e;
}
.btn-danger.outline {
    color: #d9534f;
}
.btn-primary.outline:hover,
.btn-success.outline:hover,
.btn-info.outline:hover,
.btn-warning.outline:hover,
.btn-danger.outline:hover {
    color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}
.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}
.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}
.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}
.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}
.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}
.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}
#exerciseNotStarted {
    padding: 10px;
}
.pictureH250 {
    height: 250px;
}
.pictureH300 {
    height: 300px;
}
.pictureH320 {
    max-height: 320px;
}
.pictureH350 {
    height: 350px;
}
.cdown {
    background-color: #00b3fe;
    font-size: 30px;
}
#exerciseScoreBadge {
    font-size: 12px !important;
    font-weight: 100;
    margin-right: 10px;
    padding: 5px 7px;
}
.marginLeft50 {
    margin-left: 50px;
}
.marginRight0 {
    margin-right: 0;
}
.marginRight10 {
    margin-right: 10px !important;
}
.marginRight15 {
    margin-right: 15px;
}
.marginRight20 {
    margin-right: 20px;
}
.marginRight30 {
    margin-right: 30px;
}
.marginRight40 {
    margin-right: 40px;
}
.marginRight4 {
    margin-right: 4px;
}
.marginLeft30 {
    margin-left: 30px;
}
.marginTop4 {
    margin-top: 4px !important;
}
.marginTopM5 {
    margin-top: -5px !important;
    margin-top: -5px;
}
.marginTopM2 {
    margin-top: -2px !important;
}
.marginTop7 {
    margin-top: 7px !important;
}
.marginTopM7 {
    margin-top: -7px !important;
}
.marginLeft40 {
    margin-left: 40px;
}
#exerciseInfo {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#exerciseTabs {
    margin-bottom: 5px;
}
#resultTable tr td:nth-child(1) {
    width: 30%;
}
#userlistmgt tr td:nth-child(1) {
    white-space: nowrap;
    max-width: 15vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
.exCard {
    width: 380px;
    height: 420px;
    margin-left: 5px;
    display: inline-block;
}
.one2one {
    white-space: normal;
    line-height: 30px;
    margin-top: 60%;
}
.serviceContainer {
    min-height: 120px !important;
    display: flex;
    justify-content: center;
}
.serviceInnerContainer {
    align-self: center;
    padding: 2rem;
}
.printCertificate {
    float: right;
    cursor: pointer;
}
.modalStartExercise {
    padding-top: 10px;
    padding-bottom: 0;
}
.waitloader {
    display: none;
}
#loaderOpacityDiv {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background: #fff;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
.emptyTrophy,
.emptyTeam,
.emptyExercises,
.emptyHistory {
    padding: 20px;
    text-align:center;
}
.emptyTrophy img,
.emptyTeam img,
.emptyExercises img,
.emptyHistory img{
    height: 115px;
}


.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #acccd6;
    border-color: #46b8da;
    color: #fff !important;
}
.feedbackTextArea {
    width: 100%;
    height: 120px;
}
.alertPLead {
    color: rgba(255, 0, 0, 0.81);
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.historyButtons {
    font-size: 13px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.width12 {
    width: 12%;
}
.width20 {
    width: 20%;
}
.inlineBlock {
    display: inline-block;
}
.inlineGrid {
    display: inline-grid;
}
.teamBadge {
    font-size: 17px;
    padding: 5px 10px;
}
.leaderboardTable {
    text-align: left;
}
.marginTop0 {
    margin-top: 0;
}
.marginTop5 {
    margin-top: 5px;
}
.marginTop10 {
    margin-top: 10px !important;
}
.marginRight5 {
    margin-right: 5px !important;
}
.marginRight7 {
    margin-right: 7px;
}
.marginRight14 {
    margin-right: 14px;
}
.marginBottom0 {
    margin-bottom: 0;
}
.paddingBottom20 {
    padding-bottom: 20px;
}
.paddingTop0 {
    padding-top: 0px !important;
}
.paddingTop5 {
    padding-top: 5px;
}
.paddingTop10 {
    padding-top: 10px;
}
.paddingTop15 {
    padding-top: 15px;
}
.paddingBottom0 {
    padding-bottom: 0;
}
.paddingBottom5 {
    padding-bottom: 5px;
}
.verticalAlign {
    vertical-align: middle !important;
}
.alignVH {
    vertical-align: middle !important;
    text-align: center !important;
}
.downloadReference {
    font-size: 35px;
    display: inline-block;
}
.downloadReferenceIcon {
    height: 50px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}
.downloadReferenceIconMgm {
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.commentTextarea {
    width: 500px;
    padding-top: 0;
    padding-bottom: 0;
}
.scoreArea {
    width: 70px;
}
.marginLeft0 {
    margin-left: 0px !important;
}

.form-group input[type="checkbox"] {
    display: none;
}
.form-group input[type="checkbox"]+.btn-group>label span {
    width: 20px;
}
.form-group input[type="checkbox"]+.btn-group>label span:first-child {
    display: none;
}
.form-group input[type="checkbox"]+.btn-group>label span:last-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked+.btn-group>label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked+.btn-group>label span:last-child {
    display: none;
}
label.btn span {
    font-size: 1.5em;
}
label input[type="radio"]~i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}
label input[type="radio"]~i.fa.fa-dot-circle-o {
    display: none;
}
label input[type="radio"]:checked~i.fa.fa-circle-o {
    display: none;
}
label input[type="radio"]:checked~i.fa.fa-dot-circle-o {
    color: #7aa3cc;
    display: inline;
}
label:hover input[type="radio"]~i.fa {
    color: #7aa3cc;
}
label input[type="checkbox"]~i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}
label input[type="checkbox"]~i.fa.fa-check-square-o {
    display: none;
}
label input[type="checkbox"]:checked~i.fa.fa-square-o {
    display: none;
}
label input[type="checkbox"]:checked~i.fa.fa-check-square-o {
    color: #7aa3cc;
    display: inline;
}
label:hover input[type="checkbox"]~i.fa {
    color: #7aa3cc;
}
div[data-toggle="buttons"] label.active {
    color: #7aa3cc;
}
div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div[data-toggle="buttons"] label:hover {
    color: #7aa3cc;
}
div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.submitReviewButton {
    margin-top: 20%;
    width: 80%;
    text-align: center;
    border-radius: 15px;
    font-size: 32px;
    margin-left: 7%;
}
.borderRadius10 {
    border-radius: 10px;
}
.borderRadius20 {
    border-radius: 20px;
}
.toggleButton {
    padding: 20px;
}
.newIssueTextarea {
    height: 8em;
}
.newIssueTextarea:disabled {
    opacity: 0.5;
}
a.disabled {
    cursor: not-allowed;
}
.disabledAnchor {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}
.installed {
    background: rgba(0, 128, 0, 0.73);
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 10px;
}
.notInstalled {
    background: #d2d034;
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 10px;
}
.updateAvailable {
    background: rgba(37, 173, 173, 0.73);
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 10px;
}
.inProgress {
    background: rgba(37, 45, 173, 0.73);
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
}
.taken {
    background: rgba(0, 128, 0, 0.73);
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 10px;
}
.takenFailed {
    background: #c4bf68;
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
}
.notTaken {
    background: rgba(37, 173, 173, 0.73);
    padding: 0px 8px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    border-radius: 10px;
}
.assignedType {
    background: rgba(237, 156, 40, 0.56);
    padding: 8px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
}
.w60 {
    width: 60%;
    padding-right: 10px;
}
.w54 {
    width: 54%;
    padding-right: 10px;
}
.w50 {
    width: 50%;
    padding-right: 10px;
}
.w70 {
    width: 70%;
    padding-right: 10px;
}
.backToUsers {
    margin-bottom: 10px;
    float: right;
}
.backToAbsolute {
    right: 25px;
    position: absolute;
}
.editUser {
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
}
.backToTeams {
    float: right;
    margin-bottom: 10px;
    margin-top: -45px;
}
.marginLeft14 {
    margin-left: 14px;
}
.marginTopM25 {
    margin-top: -30px;
}
.preloadIframe {
    width: 1px;
    height: 1px;
    opacity: 0.1;
}
.toggleHideCancelled {
    float: left;
    margin-top: -42px;
}
.tableFilter {
    float: left;
    margin-top: -50px;
}
.exerciseTableFilter {
    float: left;
    margin-top: -40px;
}
.queryInput {
    width: 200px;
    margin-left: 8px;
}
.tableFilterResults {
    float: right;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -55px;
}
.font14 {
    font-size: 14px !important;
}
.font13 {
    font-size: 13px !important;
}
.font10 {
    font-size: 10px !important;
}
.font12 {
    font-size: 12px !important;
}
.font15 {
    font-size: 15px !important;
}
.font16 {
    font-size: 16px !important;
}
.font17 {
    font-size: 17px !important;
}
.font18 {
    font-size: 18px !important;
}
.font20 {
    font-size: 20px !important;
}
.font21 {
    font-size: 20px !important;
}
.font32 {
    font-size: 32px !important;
}
.marginTopM50 {
    margin-top: -50px;
}
.marginTopM10 {
    margin-top: -10px;
    margin-top: -5px;
}
.scoreBadgeMgmt {
    padding: 5px 10px;
    font-size: 25px;
    background-color: #2d7dd2;
}
.issuesItalicsNormal {
    font-style: italic !important;
    font-weight: normal !important;
}
.bold {
    font-weight: bold;
}
.italics {
    font-style: italic;
}
.creditsBadgeMgmt {
    padding: 5px 10px;
    font-size: 16px;
    background-color: rgba(177, 210, 45, 0.66);
}
.instanceLimitBadgeMgmt {
    padding: 5px 10px;
    font-size: 16px;
    background-color: rgba(45, 210, 164, 0.82);
}
tr .spaceUnder>td {
    padding-bottom: 1em;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.donut-inner {
    margin-top: -70%;
    margin-bottom: 70%;
}
.statsMenu {
    position: fixed;
}
.statsMenuItem {
    border-bottom: 1px solid #428bca;
}
.browseAsUser {
    color: #fff8dc;
}
.notificationcentre {
    border-radius: 10px;
    background: #282828;
}
.blackBackground {
    background: #000 !important;
}
.notificationCentreDropdown {
    min-width: 265px;
    overflow-y: auto;
    max-height: 525px;
    border-left: 3px solid #179ad6;
    border-bottom: 3px solid #179ad6;
    border-right: 3px solid #179ad6;
    margin-top: 6px !important;
    padding: 4px;
}
.dismissAll:hover {
    color: #179ad6;
}
a .dropdown-item {
    text-align: left;
    padding: 5px;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #bfbbbb;
}
a .dropdown-item-running {
    text-align: left;
    padding: 5px;
    color: #fff;
    display: block;
}
.dismissNotification:hover {
    background-color: rgba(97, 118, 142, 0.76) !important;
}
.dismissNotification {
    color: #a7a6bb;
}
.dismissNotificationIcon {
    font-size: 10px;
}
.dismissNotificationSpan {
    color: #a7a6bb;
    font: bolder 10px "Poppins";
    margin-left: 1px;
    cursor: pointer;
}
.notificationHoverable:hover {
    background-color: rgba(97, 118, 142, 0.76) !important;
    cursor: pointer;
}
.height90 {
    height: 65px;
}
.statsCanvas {
    height: 500px;
}
.tableFilterResultsCompleted,
.tableFilterResultsPending {
    float: right;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 28px;
}
.scrollableUserList {
    height: 495px;
    font-size: 12px;
    overflow-y: scroll;
}
#revLink .angular-notifications-icon .overlay {
    background: #00b3fe;
    right: -5px;
    top: -8px;
}
.floatLeft {
    float: left;
}
.filterByOrg {
    max-height: 165px;
    overflow-y: scroll;
}
.width1000 {
    width: 1000px;
}
.domainTextearea {
    width: 465px;
    border-radius: 3px;
    height: 110px;
    padding-left: 3px;
}
.challengeDeck {
    border-radius: 12px;
}
.chcol1 {
    border-top: 1px solid #dcdee0;
    border-left: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    height: 80px;
}
.chcol2 {
    border-top: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    height: 80px;
}
.chcol3 {
    border-top: 1px solid #dcdee0;
    border-right: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    height: 80px;
}
.chcol21 {
    background: #fafbfd;
    border-left: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    height: 35px;
}
.chcol22 {
    background: #fafbfd;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dcdee0;
}
.chcol23 {
    border-right: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    height: 35px;
    background: #fafbfd;
}
.yback {
    background: #fce036;
}
.chcol32 {
    background: #fafbfd;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dcdee0;
    border-right: 1px solid #dcdee0;
    border-left: 1px solid #dcdee0;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.cardChallenge {
    display: inline-block !important;
    margin-right: 12px !important;
}
.marginTop3P {
    margin-top: 3%;
}
.cardBadge {
    padding: 12px 2px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.cardBadgeSmall {
    padding: 12px 2px;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.navbar-nav {
    height: 55px;
    text-align: center;
    width: 100%;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbarI {
    margin-top: 4px;
}
.navbarC {
    width: 103% !important;
    width: 100% !important;
    height: 55px !important;
    text-align: center !important;
}
.navbarM {
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 0px 0px !important;
    height: 56px;
    display: table-cell !important;
    width: 55px;
    font-weight: 100 !important;
    font-size: 11px;
    color: #fff !important;
}
.navbarA:hover {
    color: #2c91ce !important;
}
.navbarA {
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px 0px 5px !important;
    height: 56px;
    display: table-cell !important;
    width: 60px;
    font-weight: 100 !important;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #2c91ce !important;
    color: #fff !important;
}
.status-vulnerable {
    color: red;
    font-weight: bold;
    text-align: center;
}
.status-not-tested {
    color: #af863c;
    font-weight: bold;
    text-align: center;
}
.status-remediated {
    color: green;
    font-weight: bold;
    text-align: center;
}
.noResult {
    font-size: 14px;
}
.marginTop34 {
    margin-top: 34px;
}
.enableButtons {
    padding: 3px;
    margin-top: 7px;
}
.ecsTaskButtons {
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 6px;
    margin-right: 4px;
}
.editEcsTaskButtons {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.enableOrg {
    display: inline-block;
}
.renewalToggle .toggle .btn .btn-default .off {
    width: 140px !important;
}
.renewalToggle .toggle .btn .btn-primary {
    width: 140px !important;
}
.exerciseToggle .toggle .btn .btn-default .off {
    width: 120px !important;
}
.exerciseToggle .toggle .btn .btn-success {
    width: 120px !important;
}
.gatewayToggle .toggle .btn .btn-default .off {
    width: 100px !important;
}
.gatewayToggle .toggle .btn .btn-success {
    width: 100px !important;
}
.gatewayRegion {
    margin-top: 20px;
}
.regionsModalLeft {
    height: 360px;
    overflow-y: scroll;
    padding-left: 0;
}
.regionsModalLeftContent {
    min-height: 101%;
}
.marginBottom2 {
    margin-bottom: 2px;
}
.marginTop6 {
    margin-top: 6px;
}
.regionsModal {
    height: 420px;
    padding-top: 2px;
}
.exercisesModal {
    height: 487px;
    padding-top: 2px;
}
.sectionsModal {
    height: 420px;
    padding-top: 2px;
}
.ecsModalFooter {
    padding-top: 8px;
    padding-bottom: 8px;
}
.addTaskButton {
    margin-top: 13px;
}
.suggestedReadings {
    margin-bottom: 5px;
}
#suggestedReadingsTable {
    overflow-y: scroll;
    max-height: 210px;
}
.width83 {
    width: 83%;
}
.resourceNumber {
    padding-right: 0;
    padding-left: 14px;
}
.titleColumn {
    padding-right: 0;
    padding-left: 10px;
}
.hrNewExercise {
    margin-top: 12px !important;
    margin-bottom: 5px !important;
}
.suggestedAvailable {
    margin-top: 12px !important;
    margin-bottom: 15px !important;
}
span .step {
    background: #ccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.trophyListSVG {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 2px;
    padding: 5px;
}
.tournamentListSVG {
    margin-top: -50px !important;
    width: 50px !important;
    height: 50px !important;
}
.pathTrophySVG {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
.certSVG {
    width: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.smallCertSVG {
    width: 75px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.smallTrophySVG {
    width: 30px;
}
.exerciseModal {
    padding-top: 5px !important;
}
#addNewExerciseModal .modal-dialog .modal-lg {
    margin-top: 10px !important;
}
#addNewExerciseModal .modal-content {
    height: 620px !important;
}
#addNewExerciseModal .modal-footer {
    padding-bottom: 0;
    padding-top: 5px;
    margin-top: 5px;
}
#newFlagsTable {
    max-height: 330px;
    overflow-y: scroll;
}
.borderAll {
    list-style: none;
    padding: 3px 10px;
    border: 1px solid #eee;
    margin-bottom: 3px;
    border-radius: 10px;
}
.borderDescr {
    padding: 5px 10px;
}
.floatRight {
    float: right;
}
.ulInfoList {
    overflow-y: scroll;
    max-height: 165px;
}
.fInput [disabled] {
    opacity: 0.5;
}
.marginLeft11P {
    margin-left: 11%;
}
.marginLeft10P {
    margin-left: 10%;
}
.marginLeft13P {
    margin-left: 13%;
}
.marginTopM20 {
    margin-top: -20px;
}
.exSearch {
    border-radius: 10px;
}
.exSearch::-webkit-input-placeholder {
    text-align: center;
}
.exSearch:-moz-placeholder {
    text-align: center;
}
.techPict {
    max-height: 55px;
}
.backToTechnologies {
    padding-right: 0;
}
.searchExercise {
    margin-bottom: 15px;
    padding-left: 0;
}
.dropdown .dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn [type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    #adv-search {
        width: 310px;
        margin: 0 auto;
    }
    
    #adv-search-wide {
        width: 500px;
        margin: 0 auto;
    }
    
    .dropdown.dropdown-lg {
        position: static !important;
    }
    
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 310px;
    }
    
    .dropdown.dropdown-xl .dropdown-menu {
        min-width: 500px;
    }
}
.marginL12P {
    margin-left: 12%;
}
#challengedFilteredExerciseList ul {
    margin: 0px 0px !important;
}
#challengeUserList ul {
    margin: 0px 0px !important;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}
.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
#challengeResults td {
    padding-right: 2px !important;
    padding-left: 2px !important;
    border: 1px solid #fff;
}
#resultTable {
    border-collapse: separate;
    border-spacing: 5px;
}
#challengeResultsHeader {
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 0px !important;
}
.challengeResults {
    font-size: 10px !important;
    border-spacing: 2px !important;
}
#challengeResults {
    border-collapse: separate;
    border-spacing: 5px;
}
#resultTable th {
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: 0.8px;
    border: 0;
}
#challengeResults th {
    border: 0px !important;
    padding: 0px 0px !important;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.8px;
}
#challengeResultsHeader th {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.8px;
}
#challengeResults th:first-child {
    border: 0;
}
.challengeImg {
    height: 75px;
    display: block;
    margin: 15px auto;
}
.challengeImgPanel {
    height: 70px;
    display: block;
    margin: auto auto 5px;
    padding: 10px;
}
.clear {
    clear: both;
}
.margin30 {
    margin: 30px;
}
.tableCell {
    display: table-cell;
}
.padding5 {
    padding: 5px;
}
.btn-xl {
    padding: 14px 18px 18px !important;
    border-radius: 15px !important;
    border-radius: 15px !important;
}
.maxHeight410 {
    max-height: 410px;
    overflow: scroll;
}
.goldPlacement {
    background: rgb(210, 187, 59) !important;
    border: 0.5px solid rgba(210, 187, 59, 0.96) !important;
}
.silverPlacement {
    background: #ccc !important;
    border: 0.5px solid #ccc !important;
}
.bronzePlacement {
    background: rgb(195, 131, 40) !important;
    border: 0.5px solid rgba(195, 131, 40, 0.38) !important;
}
.flagModalQuestion {
    height: 430px;
    overflow: scroll;
}
.noResize {
    resize: none;
}
.exerciseFlagsTh {
    padding-top: 0px !important;
    font-size: 12px;
    letter-spacing: 0.8px;
    border: 0;
}
.nodesP16 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.nodesP14 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.opacity02 {
    opacity: 0.2;
}
.pointer {
    cursor: pointer !important;
    cursor: pointer;
}
.pointer:hover {
    cursor: pointer !important;
}
.removeImageButtons {
    font-size: 9px;
    margin-left: 7px;
}
.loadingBars {
    width: 75px;
}
.notificationDate {
    font-size: 10px;
    float: right;
    margin-top: 4px;
}
.videoWrapper {
    position: relative;
    width: 81%;
    height: 0;
    background-color: #000;
}
.videoWrapper43 {
    padding-top: 75%;
}
.videoWrapper169 {
    padding-top: 56%;
}
.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    background-position: 50% 50%;
    background-size: 100% 100%;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.videoPoster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: rgba(56, 68, 82, 0.63);
}
.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: rgba(56, 68, 82, 0.92);
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}
#homeservice {
    margin-top: 90px;
    margin-bottom: 90px;
}
.email {
    color: #bfc9d3;
}
#exerciseInfoMD {
    padding-bottom: 10px;
    margin-top: -10px;
}
#exerciseInfoMD img {
    max-width: 500px;
}
#exerciseStackMD {
    padding-bottom: 10px;
    margin-top: -10px;
}
#exerciseStackMD img {
    max-width: 500px;
}
.paddingLeft20 {
    padding-left: 20px;
}
.paddingLeft30 {
    padding-left: 30px;
}
.paddingLeft40 {
    padding-left: 40px;
}
summary {
    padding-bottom: 10px;
}
.disc {
    list-style: disc;
}
.square {
    list-style: square;
}
.kbDiv {
    margin-left: 45px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.historyRefreshTog{
    top: 93px !important;
}
.tournamentRefreshTog{
    right: 170px !important;
}
.tournamentTableRefreshTog{
    position: absolute;
    right: 40px;
    font-size: 11px;
    text-align:right;
}

.achievementsRefreshTog{
    top: 93px !important;
}
.refreshTog {
    position: absolute;
    top: 80px;
    right: 40px;
    font-size: 11px;

}
.disabledOpacity {
    opacity: 0.5;
}
.scrollModalBody {
    height: 495px;
    overflow-y: auto;
}
.scrollDialog {
    overflow-y: initial !important;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light .focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light .disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled) .active,
.show>.btn-light .dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark .focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark .disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark .dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled) .active:focus,
.show>.btn-dark .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#sidebar {
    width: 23%;
    height: 100vh;
    margin-top: -5px;
    background: #fff;
    padding: 0px 10px 35px;
    display: inline-block;
    border-right: 1px solid #384452;
    overflow-y: scroll;
    border-top-right-radius: 10px;
    -webkit-box-shadow: #000;
    -moz-box-shadow: #000;
    box-shadow: #000;
    linear-gradient: (180deg, rgba(56, 68, 82, 1) 0%, rgba(255, 255, 255, 1) 1%);
}
.botPanel {
    padding-right: 0;
    padding-left: 8px;
    border-left: 1px solid #384452;
}
.marginRight35 {
    margin-right: 35px;
}
.fontSize14 {
    font-size: 14px;
}
.marginBottomM7 {
    margin-bottom: -7px;
}
.small70 {
    font-size: 70% !important;
}
.p50 {
    font-size: 50px;
}
.p55 {
    font-size: 55px;
}
.top30 {
    top: 30%;
}
.wellExerciseStart {
    width: 93%;
    margin-left: 2%;
    text-align: center;
    border-radius: 20px;
}
.browsePict {
    height: 150px;
}
.browsePictSm {
    height: 50px;
}
.btn-label {
    position: relative;
    left: -5px;
}
.btn-labeled {
    padding: 3px 11px;
    border-radius: 12px;
}
.backToBrowse {
    margin-top: -85px;
    position: absolute;
    right: 3%;
}
.backToPaths {
    margin-top: -35px;
    position: absolute;
    right: 3%;
}
.marginTop110 {
    margin-top: 110px;
}
.gaugeRight {
    width: 55px;
    margin: auto;
}
.gaugeRight p {
    font: 100 10px Poppins;
    margin-top: 0;
}
.not-visible {
    visibility: hidden;
}
.backgroundCompleted {
    background-color: #7abd80 !important;
}
.backgroundCompletedFailed {
    background-color: #c4bf68 !important;
}
.backgroundNotCompleted {
    background-color: #68c3c4 !important;
}
.timeline-heading .glyphicon {
    margin-right: 4px;
    vertical-align: -1px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.img-rounded {
    border-radius: 3px;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all 0.2s ease-in-out;
    o-transition: all 0.2s ease-in-out;
    padding: 2px;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
.beginnerCircle {
    background: rgb(127 204 127);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.intermediateCircle {
    background: rgb(103 162 234);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.advancedCircle {
    background: rgb(82 82 82);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.timeline {
    padding: 0;
    list-style: none;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ccc;
    left: 50%;
    margin-left: -1.5px;
}
.timeline-event {
    margin-bottom: 20px;
    position: relative;
}
.timeline-footer {
    margin-top: 10px;
    padding: 10px 0;
}
.timeline-footer a {
    color: #fff;
    background-color: #acb7c0;
    border-radius: 0.25em;
    padding: 0.8em 1em;
    margin: 0;
}
timeline-badge .primary {
    background-color: #2e6da4 !important;
}
.b-primary {
    background-color: #2e6da4 !important;
}
timeline-badge .success {
    background-color: #3f903f !important;
}
.b-success {
    background-color: #3f903f !important;
}
timeline-badge .warning {
    background-color: #f0ad4e !important;
}
.b-warning {
    background-color: #f0ad4e !important;
}
timeline-badge .danger {
    background-color: #d9534f !important;
}
.b-danger {
    background-color: #d9534f !important;
}
.timeline-title {
    margin-top: 0;
}
.timeline-panel-c>* {
    margin: 0;
}
.timeline-panel-c {
    background-color: #fff;
    float: left;
    border-radius: 15px;
    padding: 12px;
    position: relative;
    -webkit-box-shadow: 0 0px 10px rgb(163, 178, 191);
    box-shadow: 0 0px 10px rgb(163, 178, 191);
}
.timeline-panel-c:before {
    position: absolute;
    top: 35px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline-panel-c:after {
    position: absolute;
    top: 36px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
timeline-badge {
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 04px rgba(0, 0, 0, 0.05);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -25px;
    background-color: #999;
    z-index: 100;
    border-radius: 50%;
}
.timeline-inverted .timeline-panel-c {
    float: right;
}
.timeline-inverted .timeline-panel-c:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline-inverted .timeline-panel-c:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-event:before,
.timeline-event:after {
    content: " ";
    display: table;
}
.timeline-event:after {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .timeline-panel-c {
        width: calc(50% - 45px);
        width: -moz-calc(50% - 45px);
        width: -webkit-calc(50% - 45px);
    }
}
@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 40px;
    }
    
    .timeline-panel-c {
        width: calc(100% - 85px);
        width: -moz-calc(100% - 85px);
        width: -webkit-calc(100% - 85px);
        float: right;
    }
    
    timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 36px;
    }
    
    .timeline-panel-c:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
        top: 46px;
    }
    
    .timeline-panel-c:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
        top: 47px;
    }
}
.timeline-hidden {
    display: block !important;
    opacity: 0;
}
@media only screen and (min-width: 768px) {
    .timeline timeline-event:nth-child(odd) .timeline-panel-c.bounce-in {
        animation: cd-bounce-2 0.6s;
    }
    
    .timeline timeline-event:nth-child(even) .timeline-panel-c.bounce-in {
        animation: cd-bounce-2-inverse 0.6s;
    }
    
    .timeline timeline-event:nth-child(odd) timeline-badge.bounce-in {
        animation: cd-bounce-2 0.6s;
    }
    
    .timeline timeline-event:nth-child(even) timeline-badge.bounce-in {
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@media only screen and (max-width: 767px) {
    .timeline timeline-event .timeline-panel-c.bounce-in {
        animation: cd-bounce-2 0.6s;
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale (1 0.2);
        transform: scale (1 0.2);
    }
    
    100% {
        -webkit-transform: scale (1);
        transform: scale (1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale (1 0.2);
        transform: scale (1 0.2);
    }
    
    100% {
        -webkit-transform: scale (1);
        transform: scale (1);
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (20px);
        transform: translateX (20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (20px);
        transform: translateX (20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (-20px);
        transform: translateX (-20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (-20px);
        transform: translateX (-20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
}
ul.timeline .timeline-badge .glyphicon {
    top: 2px;
}
.progress-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.progress {
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
    margin-top: 50px;
}
.progress .progress-bar {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite runningprogress-bar-stripes, animate-positive 1s;
    animation: 2s linear 0s normal none infinite runningprogress-bar-stripes, animate-positive 1s;
}
.progress-bar .progress-value {
    width: 60px;
    height: 100%;
    background: #000;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    line-height: 40px;
    top: 0;
    left: 0;
}
.progress:after,
.progress .progress-bar:after,
.progress .progress-value:after {
    content: "";
    border-left: 20px solid rgba(0, 0, 0, 0.1);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}
.progress .red .progress-bar:after {
    border-left-color: #d9534f;
}
.progress .progress-value:after {
    border-left: 20px solid #000;
}
.progress .blue .progress-bar:after {
    border-left-color: #5bc0de;
}
.progress .yellow .progress-bar:after {
    border-left-color: #f0ad4e;
}
.progress .green .progress-bar:after {
    border-left-color: #5cb85c;
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
tr.spaceUnder>td {
    padding-bottom: 1em;
}
.overflowHidden {
    overflow: hidden;
}
.maxHeight50 {
    max-height: 50px !important;
}
.maxHeight60 {
    max-height: 60px !important;
}
a.dropdown-item {
    text-align: left;
    padding: 5px;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #bfbbbb;
}
.height100 {
    height: 100px;
}
.height75 {
    height: 75px;
}
#revLink .angular-notifications-icon.overlay {
    background: #00b3fe;
    right: -5px;
    top: -8px;
}
.width100P {
    width: 100%;
}
.notificationTextarea {
    width: 360px;
    height: 125px;
}
.renewalToggle .toggle.btn.btn-default.off {
    width: 140px !important;
}
.renewalToggle .toggle.btn.btn-primary {
    width: 140px !important;
}
.exerciseToggle .toggle.btn.btn-default.off {
    width: 120px !important;
}
.exerciseToggle .toggle.btn.btn-success {
    width: 120px !important;
}
.gatewayToggle .toggle.btn.btn-default.off {
    width: 100px !important;
}
.gatewayToggle .toggle.btn.btn-success {
    width: 100px !important;
}
.sectionModal {
    height: 60vh !important;
    overflow: scroll;
}
.addUserSectionModal {
    height: 79vh !important;
    overflow-y: scroll;
}
.top3P {
    top: 3%;
}
span.step {
    background: #ccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.trophySVG {
    height: 65px;
    padding-top: 10px;
}
#addNewExerciseModal .modal-dialog.modal-lg {
    margin-top: 10px !important;
}
.fInput[disabled] {
    opacity: 0.5;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
@media screen and (min-width: 768px) {
    #adv-search {
        width: 310px;
        margin: 0 auto;
    }
    
    #adv-search-wide {
        width: 500px;
        margin: 0 auto;
    }
    
    .dropdown .dropdown-lg {
        position: static !important;
    }
    
    .dropdown .dropdown-lg .dropdown-menu {
        min-width: 310px;
    }
    
    .dropdown .dropdown-xl .dropdown-menu {
        min-width: 500px;
    }
}
.overflowScroll {
    overflow: scroll;
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.browseLearningPict {
    height: 70px;
}
.browseLearningPictAgnostic {
    height: 70px;
    position: relative;
    top: 20px;
}
.black {
    color: #000 !important;
}
.absolute {
    position: absolute;
}
.exerciseUserBack {
    display: inline-block;
    position: relative;
    top: 18px;
    float: right;
}
timeline-badge.primary {
    background-color: #2e6da4 !important;
}
timeline-badge.success {
    background-color: #3f903f !important;
}
timeline-badge.warning {
    background-color: #f0ad4e !important;
}
timeline-badge.danger {
    background-color: #d9534f !important;
}
timeline-badge.info {
    background-color: #5bc0de !important;
}
@media only screen and (min-width: 768px) {
    .timeline-panel-c {
        width: calc(50% - 45px);
        width: -moz-calc(50% - 45px);
        width: -webkit-calc(50% - 45px);
    }
}
@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 40px;
    }
    
    .timeline-panel-c {
        width: calc(100% - 85px);
        width: -moz-calc(100% - 85px);
        width: -webkit-calc(100% - 85px);
        float: right;
    }
    
    timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 36px;
    }
    
    .timeline-panel-c:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
        top: 46px;
    }
    
    .timeline-panel-c:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
        top: 47px;
    }
}
@media only screen and (min-width: 768px) {
    .timeline timeline-event:nth-child(odd) .timeline-panel-c .bounce-in {
        animation: cd-bounce-2 0.6s;
    }
    
    .timeline timeline-event:nth-child(even) .timeline-panel-c .bounce-in {
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@media only screen and (max-width: 767px) {
    .timeline timeline-event .timeline-panel-c .bounce-in {
        animation: cd-bounce-2 0.6s;
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale (1.2);
        transform: scale (1.2);
    }
    
    100% {
        -webkit-transform: scale (1);
        transform: scale (1);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale (1.2);
        transform: scale (1.2);
    }
    
    100% {
        -webkit-transform: scale (1);
        transform: scale (1);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (20px);
        transform: translateX (20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (20px);
        transform: translateX (20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (-20px);
        transform: translateX (-20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translateX (-20px);
        transform: translateX (-20px);
    }
    
    100% {
        -webkit-transform: translateX (0);
        transform: translateX (0);
    }
}
.progress.red .progress-bar:after {
    border-left-color: #d9534f;
}
.progress.blue .progress-bar:after {
    border-left-color: #5bc0de;
}
.progress.yellow .progress-bar:after {
    border-left-color: #f0ad4e;
}
.progress.green .progress-bar:after {
    border-left-color: #5cb85c;
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
.widget-grid-container {
    margin-top: -5px;
    font: 22px "Poppins";
    background-color: #f5f5f5;
}
.widget-main {
    background-color: #f5f5f5;
}
.widget-main-cards {
    margin: 20px;
}
.widget-card {
    -webkit-box-shadow: #b5c2ce;
    box-shadow: #b5c2ce;
    align-items: center;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    padding: 0;
    box-sizing: border-box;
}
.dashboardHeading {
    font: 35px "Poppins";
    color: #fff;
}
.widget-overviewcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    background-color: #fff;
    transform: translateY(0);
    transition: all 0.3s;
}
@media (max-width: 1620px) {
    .widget-overviewcard-icon {
        height: 20px !important;
        width: 20px !important;
        margin-left: 30px !important;
        margin-top: 10px !important;
    }
    
    .cardOverviewBadge {
        margin-left: 17px !important;
    }
}
@media (max-width: 1300px) {
    .widget-overviewcard-icon {
        margin-left: 10px !important;
    }
    
    .cardOverviewBadge {
        margin-left: 8px !important;
    }
}
.widget-overviewcard-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    background: #d7ecf9 0% 0% no-repeat padding-box;
    height: 40px;
    width: 40px;
    margin-left: 30px;
}
.widget-overviewcard-subtitle {
    color: #777;
    font-size: 13px;
    width: 100px;
}
.card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: linear-gradient(90deg, #0c0e3a, #000);
    color: #fff;
    width: 100%;
}
.card__header-title {
    margin: 0 10px;
    font-size: 18px;
    letter-spacing: 1px;
}
.card__header-link {
    font-size: 16px;
    color: #2c91ce;
    letter-spacing: normal;
    display: inline-block;
}
.card__header-link:hover {
    color: #fff;
}
.a100PC {
    width: 100%;
    height: 100%;
}
.a85PC {
    width: 100%;
    height: 85%;
}
.a90PC {
    width: 100%;
    height: 90%;
}
.flexRow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.flexCol-70 {
    width: 70%;
}
.flexCol-30 {
    width: 30%;
}
.emptyDash {
    position: relative;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}
.noStatsForProfile {
    padding-top: 80px;
    font-size: 15px;
    text-align: center;
}
.h350 {
    height: 350px;
}
.h360 {
    height: 360px;
}
.h400 {
    height: 400px;
}
.h450 {
    height: 450px;
}
.h165 {
    height: 165px;
}
.noBorderBottom {
    border-bottom: 0;
}
.marginLeft1P {
    margin-left: 1%;
}
.marginRight1P {
    margin-right: 1%;
}
.hideUncollapsed,
.hideCollapsed,
.hideUncollapsedMgmt,
.hideCollapsedMgmt {
    list-style: none !important;
}
@media (min-width: 1192px) {
    .hideUncollapsed {
        display: none !important;
    }
}
@media (max-width: 1192px) {
    .hideCollapsed {
        display: none !important;
    }
    
    .collapsedOverflow {
        height: 100% !important;
    }
}
@media (min-width: 1240px) {
    .hideUncollapsedMgmt {
        display: none !important;
    }
}
@media (max-width: 1240px) {
    .hideCollapsedMgmt {
        display: none !important;
    }
    
    .widget-main-header-mgmt {
        top: 1px !important;
    }
}
.white {
    color: #fff !important;
}
@media (min-width: 1240px) {
    .mgmtCollapse {
        display: none !important;
    }
}
@media (max-width: 1240px) {
    .mgmtCollapse {
        display: block;
    }
    
    .collapsedMgmtOverflow {
        overflow: scroll;
    }
}
@media (min-width: 1240px) {
    .navbar-collapse-mgmtCollapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (min-width: 1240px) {
    .navbar-fixed-bottom .navbar-collapse-mgmtCollapse,
    .navbar-fixed-top .navbar-collapse-mgmtCollapse,
    .navbar-static-top .navbar-collapse-mgmtCollapse {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1240px) {
    f.navbar-collapse-mgmtCollapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}
.verticalAlignTop {
    vertical-align: top !important;
}
@media (max-width: 990px) {
    .hide990 {
        display: none !important;
    }
}
.widget-main-header-mgmt {
    text-align: center;
    height: 5px;
    background-color: rgba(1, 178, 252, 0.78);
    top: 56px;
    position: relative;
}
.widget-main-header {
    text-align: center;
    height: 5px;
    background-color: rgba(1, 178, 252, 0.78);
}
.p23 {
    font-size: 20px;
    margin-right: 8px;
}
.p17 {
    font-size: 17px;
    margin-right: 8px;
}
.p11 {
    font-size: 11px !important;
}
.p18 {
    font-size: 18px;
}
.p14 {
    font-size: 14px;
}
.p16 {
    font-size: 16px;
}
.p28 {
    font-size: 28px;
}
.minHeight130 {
    min-height: 130px !important;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.25s;
    transform-style: preserve-3d;
}
.flip-card-flipped {
    transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.flip-card-back {
    transform: rotateY(180deg);
}
.checksButtonMini {
    height: 100%;
    margin-top: 3px;
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.sfblue {
    color: #384452;
}
.sf-button {
    background-color: #fff !important;
    border-color: #384452 !important;
    color: #384452 !important;
}
.sf-button:disabled {
    background-color: #fff !important;
    border-color: #384452 !important;
    color: #384452 !important;
    opacity: 0.4 !important;
}
.sf-button[disabled] {
    background-color: #fff !important;
    border-color: #384452 !important;
    color: #384452 !important;
    opacity: 0.4 !important;
}
.sf-button:hover,
.sf-button:active {
    background-color: #384452 !important;
    color: #fff !important;
}
#instructionsMarkdownMini-md .tui-editor-contents {
    font-size: 12px;
}
#instructionsMarkdownMini-md p {
    font-size: 12px;
}
#hintMarkdownMini-md .tui-editor-contents {
    font-size: 12px;
}
#hintMarkdownMini-md p {
    font-size: 12px;
}
#selfCheckMarkdownMini-md .tui-editor-contents {
    font-size: 12px;
}
#selfCheckMarkdownMini-md p {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .modal-lg {
        width: 1200px;
    }
}
.scrollableSF {
    height: 99%;
    overflow-y: scroll;
}
.displayNone {
    display: none !important;
}
.visibilityHidden {
    visibility: hidden !important;
}
.downloadQueue {
    position: absolute;
    right: 50px;
    font-size: 19px;
    float: right;
    text-align: center;
}
.downloadQueue a {
    color: #384451;
}
.downloadQueue a:hover {
    color: #17b7fe;
}
.downloadQueue .angular-notifications-icon.overlay {
    font-size: 13px !important;
    background: #21a033;
}
.modalStartExercise label {
    font-weight: 100;
}
.queueModalBody {
    height: 245px !important;
    overflow-y: scroll !important;
}
.width98 {
    width: 98% !important;
}
.refreshQueue {
    position: absolute;
    right: 14px;
    top: 5px;
}
.refreshQueue:hover {
    color: #25617e;
}
.d2h-code-line-ctn,
.d2h-code-line-prefix {
    display: inline !important;
}
.hljs {
    background: #f8f8f800 !important;
}
.sfhub {
    border-left: 1px solid #48c3fd;
    background: #00b3fe36;
    border-right: 1px solid #48c3fd;
    border-radius: 15px;
    font: 600 12px !important;
}
.sfhubactive {
    color: #fff !important;
    background: #00b3fea6 !important;
    border-left: none;
    border-right: none;
}
#tournamentTableMgmt th:nth-child(2) {
    text-align: center;
}
#tournamentTableMgmt th:nth-child(3) {
    text-align: center;
}
#leaderboardTable th:nth-child(5) {
    padding-left: 60px;
}
#leaderboardTable td:nth-child(5) {
    padding-left: 60px;
}
#leaderboardTable th:nth-child(3) {
    text-align: right;
}
#leaderboardTable th:nth-child(4) {
    text-align: right;
}
.tournamentTable th:nth-child(3) {
    text-align: center;
}
.tournamentTable th:nth-child(4) {
    text-align: center;
}
.tournamentsMgmtTable th:nth-child(4) {
    text-align: right;
}
.tournamentsMgmtTable th:nth-child(5) {
    text-align: right;
}
.userstable th:nth-child(4) {
    text-align: right;
}
.userstable th:nth-child(5) {
    text-align: right;
}
.userstable th:nth-child(9) {
    text-align: right;
}
.organizationsTable th:nth-child(3) {
    text-align: right;
}
.pendingReviewsTable tr td:nth-child(7) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12vw;
}
.completedReviewsTable tr td:nth-child(6) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12vw;
}
.completedReviewsTable th:nth-child(8) {
    text-align: right;
}
.completedReviewsTable th:nth-child(9) {
    text-align: right;
}
.completedReviewsTable th:nth-child(11) {
    text-align: right;
}
.completedReviewsTable th:nth-child(10) {
    text-align: right;
}
.completedReviewsTable th:nth-child(12) {
    text-align: right;
}
.completedReviewsTable th:nth-child(13) {
    text-align: right;
}
.completedReviewsTable th:nth-child(14) {
    text-align: right;
}
.completedReviewsTable th:nth-child(15) {
    text-align: right;
}
.completedReviewsTable th:nth-child(16) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(5) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(6) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(7) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(8) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(9) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(10) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(11) {
    text-align: right;
}
.pathsMgmtTable th:nth-child(12) {
    text-align: right;
}
#runningNavigation .angular-notifications-icon {
    margin-top: 3px !important;
    margin-left: 5px;
}
a.trip-prev.disabled {
    display: none;
}
.mdvideo video {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.39);
}
.mdvideo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dottedborder {
    border-style: dotted !important;
}
.cardAchievement {
    padding: 8px 4px 8px 5px;
    display: inline-block;
}
i.fa-history.pointer:hover {
    color: #189ad7 !important;
}
.headerAchievement {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    text-align: center;
    font-size: 12px !important;
}
.widgetAchievement {
    background: rgb(240, 240, 240);
    padding-top: 10px;
    padding-bottom: 10px;
}
.firstAchievementWidget {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.lastAchievementWidget {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.cursorDefault {
    cursor: default !important;
}
.cursorDefault:hover {
    cursor: default !important;
}
.buttonify {
    transform: translateY(0);
    transition: all 0.3s;
}
.buttonify:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.buttonifylight {
    transform: translateY(0);
    transition: all 0.3s;
}
.buttonifylight:hover {
    transform: translateY(-1px);
    opacity: 1;
}
.buttonify-reverse {
    transform: translateY(0);
    transition: all 0.3s;
}
.buttonify-reverse:hover {
    transform: translateY(3px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.buttonifylight-reverse {
    transform: translateY(0);
    transition: all 0.3s;
}
.buttonifylight-reverse:hover {
    transform: translateY(1px);
}
.notransform {
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
}
.tournamentCard {
    border: 1px solid #000052 !important;
    padding-bottom: 0;
}
.scrollx {
    overflow-x: auto;
    overflow-y: hidden;
}
.tournamentIcon {
    width: 35px;
}
.exerciseTournamentSvg {
    width: 32px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.highlightUser td {
    box-shadow: 0px 0px 4px 1px rgba(56, 68, 82, 0.49);
}
.highlightTableUser td {
    background: rgba(255, 255, 0, 0.12);
}
.racingFlagsTournament {
    height: 90px;
}
ol.orderedList {
    list-style: inside;
}
.allCaps {
    text-transform: uppercase;
}
.tui-editor-contents code {
    word-wrap: break-word !important;
}
.flagmdvideo video {
    max-width: 450px !important;
}
.frame100 {
    width: 100%;
    height: 100%;
}
.vHeading {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}
.tui-editor-contents {
    font-size: 14px !important;
    line-height: 24px;
}
.tui-editor-contents p {
    font-size: 14px !important;
    line-height: 24px;
}
.learningTech {
    max-height: 45px;
    position: absolute;
    right: 3px;
    top: 3px;
    max-width: 65px;
}
.timeline-inverted .learningTech {
    right: auto;
    left: 5px;
}
.statusModalBody {
    min-width: 550px;
    min-height: 325px;
}
.mTop11PC {
    margin-top: 14%;
}
.mTop14PC {
    margin-top: 14%;
}
.mTop21PC {
    margin-top: 21%;
}
.height250 {
    height: 290px;
}
.feedback {
    padding: 10px;
}
.feedbackTextarea {
    resize: none;
}
.exerciseCardText {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 15px;
}
.sfcard {
    width: 260px;
    height: 160px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 1.5rem;
    cursor: pointer;
}
.sftitle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.sfcard .h1title {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}
.exercise-completed {
    background: #15B797;
    background-blend-mode: normal;
    margin-top: 0px;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.exercise-failed {
    background: #CA110F;
    background-blend-mode: normal;

    margin-top: 0px;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.exercise-not-started {
    background: #a2a2a2;
    background-blend-mode: normal;
    margin-top: 0px;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.sfcard .additional {
    position: absolute;
    width: 75px;
    height: 100%;
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
}
.sfcard.dark .additional {
    background: linear-gradient(#9fbad6c4, #46638ea6);
}
.sfcard.grey .additional {
    background: linear-gradient(#e6e1e1, #d0cece);
}
.sfcard.bluegrad .additional {
    background: linear-gradient(#337fef75, #a3b7d499);
}
.sfcard.green .additional {
    background: linear-gradient(#92bca6, #a2ccb6);
}
.sfcard:hover .additional {
    width: 100%;
    border-radius: 0 5px 5px 0;
}
.sfcard:hover .sftitle {
    display: none;
}
.sfcard:hover .exerciseCompleted {
    display: none;
}
.sfcard:hover .exerciseFailed {
    display: none;
}
.sfcard:hover .exerciseNotStarted {
    display: none;
}
.sfcard:hover .sfsubtitle {
    display: none;
}
.sfcard .additional .user-sfcard {
    width: 75px;
    height: 100%;
    position: relative;
    text-align: center;
}
.sfcard .additional .user-sfcard::after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: -2px;
    height: 80%;
    border-left: 2px solid rgba(0, 0, 0, 0.025);
}
.sfcard .additional .user-sfcard .level,
.sfcard .additional .user-sfcard .points {
    top: 4%;
    color: #4a4646;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    margin-left: 2px;
    margin-right: 2px;
}
.sfcard .difficulty {
    top: 4%;
    position: relative;
    font-size: 9px;
    color: #4a4646;
}
.sfcard .duration {
    top: 60%;
    position: relative;
    font-size: 9px;
    color: #4a4646;
}
.sfcard .additional .user-sfcard .points {
    top: 60%;
}
.sfcard .additional .user-sfcard svg {
    top: 23%;
    position: absolute;
    left: -2%;
}
.sfcard .additional .more-info {
    width: 185px;
    float: left;
    position: absolute;
    left: 75px;
    max-height: 150px;
    height: 100%;
    top: 3px;
}
.sfcard .additional .more-info h6 {
    color: #fff;
    margin-bottom: 0;
}
.sfcard.green .additional .more-info h6 {
    color: #224c36;
}
.sfcard .additional .stats {
    font-size: 2rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    color: #585151;
    position: absolute;
    bottom: -5px;
    height: 48px;
}
.maxWidthTrophyTitle {
    max-width: 75px !important;
}
.sfcard.green .additional .stats {
    color: #325c46;
}
.sfcard .additional .stats>div {
    text-align: center;
}
.sfcard .additional .stats i {
    display: block;
}
.sfcard .additional .stats div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}
.sfcard .additional .stats div.value {
    font-size: 0.85rem;
}
.sfcard .additional .stats div.value.infinity {
    font-size: 1.55rem;
    margin-left: 8px;
    margin-top: 5px;
}
.sfcard .general {
    width: 185px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.sfcard .general .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.9em;
}
.sfcard .block-with-text {
    overflow: hidden;
    max-height: 8.8em;
    text-align: left;
    font-size: 11px;
    line-height: 1.5em;
    width: 185px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    position: relative;
}
.sfcard .block-with-text:after {
    background: inherit;
    bottom: 0;
    content: "...";
    margin-right: 1rem;
    position: absolute;
    right: 0;
    text-align: right;
    width: 1rem;
}
.sfcard .title-with-text {
    overflow: hidden;
    max-height: 5em;
    text-align: center;
}
.sfcard .fa-gamepad {
    position: relative;
    top: -5px;
}
.sfcard .fa-trophy {
    position: relative;
    top: 2px;
}
.getStarted {
    position: absolute;
    bottom: 7%;
    left: 28%;
}
.frameworkBucket {
    border: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.frameworkLabel {
    width: 260px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.frameworkLabel p {
    color: #59727b !important;
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexCenterLeft{
    display: flex;
    align-items: center;
}
.flexCenterColumn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.techPictHeading {
    height: 100px;
    border: 1px solid #cccc75;
    border-radius: 10px;
    padding: 5px;
}
.sfsubtitle {
    margin-top: 8px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    width: 185px;
    left: 0;
}
.multiline-ellipsis {
    position: relative;
}
.multiline-ellipsis-welcome {
    position: relative;
}
.multiline-ellipsis-welcome::after {
    content: "...";
    position: absolute;
    right: 0;
    padding-left: 13px;
    width: 1rem;
    bottom: 0;
    background: inherit;
    margin-right: 1rem;
    text-align: right;
}
.multiline-ellipsis::after {
    content: "...";
    position: absolute;
    right: 0;
    width: 1rem;
    bottom: 0;
    background: inherit;
    margin-right: 1rem;
    text-align: right;
}
#sffooter {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#sfheaderwrap {
    height: calc(100vh - 60px);
    background: linear-gradient(45deg, #000, #333);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#sfheaderwrapnb {
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.sflogo {
    height: 32vh;
}
.sfsubtitleL {
    font-weight: 300;
    width: 100%;
    letter-spacing: 3px;
    font-size: 3vh;
    margin-top: 20px;
}
.sfsubtitleL2 {
    font-size: 2.8vh;
    font-weight: 300;
    width: 100%;
    letter-spacing: 3px;
    margin-top: 3px;
    color: white;
}
.sfsubtitleS {
    font-weight: 200;
    width: 100%;
    position: relative;
    top: -21vh;
    letter-spacing: 1px;
    font-size: 17px;
}
.sfFooterLink {
    color: #777;
    font-size: 17px;
    font-weight: 200;
}
.sfLoginContainer {
    height: calc(100vh - 60px);
    width: 100%;
}
.sfLoginLeft {
    float: left;
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: linear-gradient(45deg, #000, #333);
}
.sfLoginRight {
    float: left;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ccc;
}
.sfNavbarN {
    background: linear-gradient(45deg, #333, #000);
}
.sfFooterN {
    background: linear-gradient(45deg, #333, #000);
}
.sfNavbarLogoStatic {
    height: 35px;
    margin-top: 7px;
    margin-left: 7px;
}
.sfNavbarLogo {
    height: 35px;
    margin-top: 8px;
}
.sfNavbarLogoMgmt {
    height: 35px;
    margin-top: 8px;
}
.sfservice {
    height: calc(100vh - 60px);
    width: 100%;
}
.termsservice {
    height: 100%;
    width: 100%;
}
.marginTop30VH {
    margin-top: 30vh;
}
.marginTop20VH {
    margin-top: 20vh;
}
.generateCode {
    margin-top: 30px;
}
.loadingStats {
    height: 40vh;
    color: grey;
    font-size: 20px;
}
.cursor4 {
    -webkit-animation: blink 1s 0s infinite;
    -moz-animation: blink 1s 0s infinite;
    -o-animation: blink 1s 0s infinite;
    animation: blink 1s 0s infinite;
}
.cursor3 {
    -webkit-animation: blink 1s 0s 2 forwards;
    -moz-animation: blink 1s 0s 2 forwards;
    -o-animation: blink 1s 0s 2 forwards;
    animation: blink 1s 0s 2 forwards;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    90% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    90% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    90% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    
    90% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes type {
    to {
        width: 17em;
    }
}
@-moz-keyframes type {
    to {
        width: 17em;
    }
}
@-o-keyframes type {
    to {
        width: 17em;
    }
}
@keyframes type {
    to {
        width: 17em;
    }
}
.noWrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#activeTournamentsTable tr td:nth-child(1) {
    white-space: nowrap;
    max-width: 20vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
#activeTournamentsTable tr td:nth-child(5) {
    white-space: nowrap;
    max-width: 7vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
#latestExercisesTable tr td:nth-child(1) {
    white-space: nowrap;
    max-width: 20vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
#latestExercisesTable tr td:nth-child(2) {
    white-space: nowrap;
    max-width: 5vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
#latestExercisesTable tr td:nth-child(3) {
    white-space: nowrap;
    max-width: 12vw;
    text-overflow: ellipsis;
    overflow: hidden;
}
.frameworkDiv {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    background: #f9fafd;
}
.addFrameworkDiv {
    border-left: 1px solid #ccc;
}
@media (min-width: 1192px) {
    .navbar-toggle-user {
        display: none !important;
    }
    
    .tournamentStatus {
        position: relative;
        top: 45px;
    }
    
    .block {
        display: block !important;
    }
}
@media (max-width: 1192px) {
    .navbar-toggle-user {
        display: block !important;
    }
    
    .svgMarginTop5 {
        margin-top: 5px !important;
    }
}
@media (min-width: 1192px) {
    .user-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
.user-collapse {
    display: none;
}
@media (min-width: 850px) {
    .navbar-header {
        float: none;
    }
}
@media (max-width: 850px) {
    .sfLoginRight {
        width: 100% !important;
    }
}
.transparentBackground {
    background-color: #fff0 !important;
}
#sfNavbar.collapse {
    background: linear-gradient(45deg, rgb(51, 51, 51), #000);
}
.vulnerabilityMapping {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
@media (max-width: 850px) {
    .sfLoginRight {
        width: 100% !important;
    }
    
    .sfLoginLeft {
        display: none;
    }
}
.fontWeight100 {
    font-weight: 100;
}
.fontWeight300 {
    font-weight: 300;
}
.fontWeight400 {
    font-weight: 400;
}
#manageCompulsoryModalTeam .modal-dialog {
    width: 90vw;
}
#manageCompulsoryModalTeam .modal-content {
    height: 88vh;
}
#manageCompulsoryModalTeam .modal-body {
    height: 68vh;
}
#manageCompulsoryModal .modal-dialog {
    width: 90vw;
}
#manageCompulsoryModal .modal-content {
    height: 88vh;
}
#manageCompulsoryModal .modal-body {
    height: 68vh;
}
.techExerciseElement {
    padding: 14px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.techExerciseElement:hover {
    background: #f5f5f5;
}
.activeTechElement {
    background: #f5f5f5 !important;
}
.techColumn {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
    height: 60vh;
    overflow: scroll;
}
.exerciseColumn {
    border-right: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
    height: 60vh;
    overflow: scroll;
}
.selectedCompulsoryExercise {
    padding-left: 30px;
    height: 66vh;
    overflow: scroll;
}
.selectedCompulsoryExercise ul {
    list-style: square;
}
.selectedCompulsoryExercise li {
    padding-top: 5px;
}
.selectedExercisesColumn {
    padding-left: 0;
}
.checkboxItemsList input {
    display: inline-block;
}
.checkboxItemsList label {
    display: inline-block;
    width: 15px;
}
.separatorOveriew {
    background: #cdd1fe 0% 0% no-repeat padding-box;
    height: 90%;
    width: 2px;
    position: relative;
    left: 25px;
    border-radius: 50%;
}
.nextExerciseDiv {
    height: 80px;
    background: rgba(205, 209, 254, 0.67);
    border-radius: 10px;
}
.recommendedDiv {
    height: 100px;
}
.progressBadge {
    border: 1px solid #cdd1fe;
    width: 90px;
    height: 72px;
    text-align: center;
}
.progressBadge p {
    color: #777;
    font-size: 14px;
}
.welcomeCard {
    height: 100px;
    margin-bottom: 10px;
}
.cardOverviewBadge {
    margin-top: 20px;
    margin-left: 20px;
}
.achievementOverviewBadge {
    margin-top: 20px;
}
.marginLeft25P {
    margin-left: 25px;
}
.borderSeparatorPink {
    border-left: 2px solid #cdd2fe;
}
.widget-overviewcard-achievements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    background-color: #fff;
    height: 50px;
}
.widget-overviewcard-icon-achievements {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    background: rgb(200 226 243) 0% 0% no-repeat padding-box;
    height: 38px !important;
    width: 38px !important;
}
#recommendedP {
    max-height: 50px;
    overflow: hidden;
}
.blur3 {
    filter: blur(3px);
}
#ssoLogin,#checkingAuthentication {
    font-size: 20px;
}
.btn-warning.outline[disabled] {
    background-color: #e6e6e6;
    cursor: not-allowed !important;
}
.btn-primary.outline[disabled] {
    background-color: #e6e6e6;
    cursor: not-allowed !important;
}
.btn-success.outline[disabled] {
    background-color: #e6e6e6;
    cursor: not-allowed !important;
}
.btn-danger.outline[disabled] {
    background-color: #e6e6e6;
    color: #000;
    cursor: not-allowed !important;
}
#logocontainer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 20vh;
    height: 20vh;
    margin-left: -8vh;
    margin-top: -17vh;
    overflow: hidden;
    transition: background-color 500ms;
    z-index: 101;
}
#pelogo {
    display: block;
    position: absolute;
    left: 2vh;
    top: 2vh;
    width: 16vh;
    height: 16vh;
    background: url(/assets/img/logo_small.png) no-repeat center #FFF;
    font: 700 11vh/20vh Poppins, sans-serif;
    color: #3ebffa;
    text-align: center;
    background-size: 130px;
    border: 1px solid #3ebffa;
}
.loader {
    display: block;
    position: absolute;
    background-color: #3ebffa;
}
@keyframes slide1 {
    50% {
        width: 32vh;
        margin-left: 0;
    }
    
    100% {
        margin-left: 32vh;
    }
}
@keyframes slide2 {
    50% {
        height: 32vh;
        margin-top: 0;
    }
    
    100% {
        margin-top: 32vh;
    }
}
@keyframes slide3 {
    50% {
        width: 32vh;
        margin-right: 0;
    }
    
    100% {
        margin-right: 32vh;
    }
}
@keyframes slide4 {
    50% {
        height: 32vh;
        margin-bottom: 0;
    }
    
    100% {
        margin-bottom: 32vh;
    }
}
#termsModal {
    top: 22vh;
}
.marginTop8VH {
    margin-top: 8vh;
}
.letter-list {
    list-style: lower-alpha;
}
.roman-list {
    list-style: lower-roman;
}
.termsservice li {
    font-size: 12px;
}
.consentClass {
    line-height: 30px;
    font-weight: 300;
}
.opacityHover:hover {
    opacity: 0.6 !important;
}
#kbMD .tui-editor-contents img,
#exerciseStackMD .tui-editor-contents img {
    max-width: 94% !important;
    display: block;
    margin: auto;
}
#tournamentModeNavbar {
    text-align: left !important;
}
.navbarTIcon {
    margin-top: 4px;
    color: #fff !important;
}
.navbarTIcon:hover {
    color: #ccc !important;
    background-color: transparent !important;
}
.navbarT {
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px 0px 5px !important;
    height: 56px;
    display: table-cell !important;
    font-weight: 100 !important;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 1px;
    cursor: default;
}
.navbarT:hover {
    color: #fff !important;
    background-color: transparent !important;
}
#shareLink {
    width: 480px;
    font: 700 11px Menlo, Monaco, Consolas, "Courier New", monospace;
    text-align: center;
    height: 35px;
    color: #2020b3;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
}
.sharePict {
    height: 58px;
}
.shareBox {
    box-shadow: 0 1px 5px 1px #8c95fdab;
    padding: 5px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.getShareLink {
    position: absolute;
    right: -8px;
    bottom: 83px;
    color: #4c4848 !important;
    border: 0px;
}
.getShareLinkTournament {
    position: absolute;
    right: 10px;
    bottom: 22px;
}
#pathDescriptionMD {
    text-align: justify !important;
}
#pathDescriptionMD .tui-editor-contents{
    height: 79vh;
    overflow: scroll;
}
.d2h-moved-tag {
    display: none !important;
}
#addUsersToTeamModal .modal-body {
    height: 495px;
}
.addTeamSelectedUsers {
    height: 435px;
    overflow-y: scroll;
}
.lockedTech {
    opacity: 0.6;
}
.lockedExercise {
    position: absolute;
    right: 5px;
    top: 3px;
}
#compulsoryExercisesModal .modal-body {
    height: 400px;
}
.scrollableAssigned {
    height: 280px;
    overflow-y: scroll;
}
#metricsTeamLevel {
    min-height: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
}
#metricsTeamLevel table td {
    height: 60px;
    vertical-align: middle;
}
#teamLevelTable tr th:nth-child(1) {
    text-align: left;
}
#teamLevelTable tr th {
    text-align: center;
}
.pickerInputGroup {
    width: 130px;
    display: inline-table;
    position: relative;
    top: 9px;
}
.statDatePicker {
    width: 92px !important;
    text-align: center;
    border: 1px solid #357ebd !important;
    height: 25px !important;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    border-left: none;
}
.addonPadding {
    padding: 0px 7px;
    border-radius: 8px;
    background-color: #eaf2f3;
    border-left: 1px solid #428bca;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
}
.historicTd {
    font-size: 10px;
    font-weight: 100;
    width: 90px;
    color: rgb(138 120 138);
    top: 4px;
    position:relative;
}
.displayInline {
    display: inline !important;
}
.progressbar-div {
    position: relative;
    height: 10px;
    display: block;
    width: 80px;
    background-color: #e6e6e6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: auto auto 5px;
    overflow: hidden;
}
.determinate {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: width 0.3s linear;
}
.progressbar-green {
    background-color: #27AE60 !important;
}
.progressbar-blue {
    background-color: #7ce;
}
.progressbar-yellow {
    background-color: #F2994A !important;
}
.progressbar-red {
    background-color: #EB5757;
}
.historicVariationNegative {
    color: red;
}
.historicVariationPositive {
    color: green;
}
.maxHeight500 {
    height: 500px !important;
}
.metricsUser {
    min-height: 500px;
}
.missingUserMetrics {
    margin-top: 300px;
}
#latestExercisesTable tr {
    height: 45px !important;
}
.badgeCard {
    height: 460px;
}
.h325p {
    height: 325px;
}
.badgeBox {
    padding: 3px 0px 0px;
    text-align: center;
    border-radius: 8px;
}
.badgeProgressClassTable td {
    padding: 10px 10px !important;
    vertical-align: middle !important;
}
.badgeProgressClassTable tr td:nth-child(3) {
    text-align: center;
}
.process-wrap {
    width: 100%;
    margin-left: -15px;
}
.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}
.col-3 {
    width: 25%;
    position: relative;
}
.col-3:first-child .process-step:before {
    content: "";
}
.col-3:nth-child(2) .process-step:before {
    content: "";
}
.col-3:nth-child(3) .process-step:before {
    content: "";
}
.col-3:last-child .process-step:before {
    content: "";
}
.process-main .col-3:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 15px);
    right: 0;
    background: #48a9ec;
    border: 2px #48a9ec solid;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.process-step-cont {
    font: 16px sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border: 5px #ebebeb solid;
    border-radius: 100%;
    line-height: 0;
    background: #48a9ec;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 35px;
    height: 35px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
}
.process-label {
    color: #959595;
    font-weight: 100;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.active-step1 .col-3:first-child .process-step,
.active-step1 .col-3:first-child .process-dots:first-child,
.active-step1-mini2 .col-3:first-child .process-step,
.active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-3:first-child .process-step,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-3:first-child .process-step,
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4) {
    background-color: #48a9ec;
}
.active-step1-mini2 .col-3:first-child .process-dots:first-child,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+3) {
    background-color: #48a9ec;
}
.active-step1 .col-3:first-child .process-label,
.active-step1-mini3 .col-3:first-child .process-label,
.active-step1-mini2 .col-3:first-child .process-label,
.active-step1-mini4 .col-3:first-child .process-label {
    color: #48a9ec;
}
.active-step2 .col-3:first-child,
.active-step3 .col-3:nth-child(-n+2),
.active-step4 .col-3:nth-child(-n+3) {
    opacity: 0.5;
}
.active-step1 .col-3:first-child .process-step:before,
.active-step2 .col-3:first-child .process-step:before,
.active-step2 .col-3:nth-child(2) .process-step:before,
.active-step3 .col-3:nth-child(-n+3) .process-step:before,
.active-step4 .col-3:nth-child(-n+4) .process-step:before {
    content: "\2713";
    padding: 7px;
}
.active-step2 .col-3:nth-child(-n+2) .process-step,
.active-step2 .col-3:nth-child(-n+2) .process-dots,
.active-step3 .col-3:nth-child(-n+3) .process-step,
.active-step3 .col-3:nth-child(-n+3) .process-dots,
.active-step4 .col-3:nth-child(-n+4) .process-step,
.active-step4 .col-3:nth-child(-n+4) .process-dots {
    background-color: #48a9ec;
}
.active-step2 .col-3:nth-child(-n+2) .process-label,
.active-step3 .col-3:nth-child(-n+3) .process-label,
.active-step4 .col-3:nth-child(-n+4) .process-label {
    color: #48a9ec;
}
.active-step2 .col-3:nth-child(-n+2):before,
.active-step3 .col-3:nth-child(-n+3):before,
.active-step4 .col-3:nth-child(-n+4):before {
    background: #48a9ec !important;
}
@media screen and (max-width: 1250px) {
    #dashboardChartDiv {
        display: none !important;
    }
}
@media screen and (max-width: 640px) {
    .process-main {
        flex-wrap: wrap;
    }
    
    .col-3 {
        width: 50%;
    }
    
    .process-main .col-3:nth-of-type(3):not(:first-child):before {
        top: -19.5px;
        left: calc(-50% + 145px);
        transform: rotate(150deg);
    }
}
.addExtraTechnologies {
    width: 93%;
}
.launchIcons {
    height: 120px;
}
.d100p {
    height: 100%;
    width: 100%;
}
.poorConnection {
    font-size: 16px;
    line-height: 25px;
}
.runningIcon {
    font-size: 1.5em !important;
}
#pathListSection {
    margin-bottom: 40px;
}
#pathListSection h4 {
    color: #000;
    font-weight: 200;
    font-size: 20px;
}
.notificationText {
    color: #fff !important;
}
.sfbg-placement {
    width: 6.8em !important;
}
.sfbg-placement .getShareLink {
    right: -14px !important;
    bottom: 85px !important;
}
.sfbg-badge {
    position: relative;
    margin: 1em 4em;
    width: 4.8em;
    height: 7.8em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
    cursor: pointer;
}
.sfbg-certification {
    width: 8em !important;
    height: 8em !important;
}
.sfbg-certification:before,
.sfbg-certification:after {
    background: none !important;
}
.sfbg-certification .ribbon {
    bottom: 0px !important;
    width: 11em !important;
}
.sfbg-certification .circle {
    top: -30px !important;
}
.sfbg-certification .sfbg-img {
    height: 45px !important;
    padding: 1px !important;
    margin-bottom: 0px !important;
}
.sfbg-certification .getShareLink {
    right: 0px !important;
    bottom: 90px !important;
}
.sfbg-badge:before,
.sfbg-badge:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sfbg-badge:before,
.sfbg-badge:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sfbg-badge:before {
    transform: rotate(60deg);
}
.sfbg-badge:after {
    transform: rotate(-60deg);
}
.sfbg-badge:hover {
    top: -4px;
}
.sfbg-badge .circle {
    width: 70px;
    height: 70px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sfbg-badge .circle i.fa {
    font-size: 2em;
    margin-top: 8px;
}
.sfbg-badge .font {
    display: inline-block;
    margin-top: 1em;
}
.sfbg-badge .ribbon {
    position: absolute;
    border-radius: 4px;
    padding: 2px 2px 2px;
    width: 110px;
    z-index: 11;
    color: #fff;
    bottom: 4px;
    left: 50%;
    margin-left: -55px;
    height: 31px;
    font-size: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
    text-align: center;
    font-weight: 100;
}
.sfbg-yellow {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
    color: #ffb300;
}
.sfbg-orange {
    background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
    color: #f68401;
}
.sfbg-pink {
    background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
    color: #dc306f;
}
.sfbg-red {
    background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
    color: #c62828;
}
.sfbg-purple {
    background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
    color: #7127a8;
}
.sfbg-teal {
    background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
    color: #34a297;
}
.sfbg-light-blue {
    background: linear-gradient(to bottom right, #9adcf9 0%, #78bef5 100%);
    color: #259af3;
}
.sfbg-blue {
    background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
    color: #259af3;
}
.sfbg-blue-dark {
    background: linear-gradient(to bottom right, #7ca4cc 0%, #9da2cc 100%);
    color: #1c68c5;
}
.sfbg-green {
    background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
    color: #7cb342;
}
.sfbg-green-dark {
    background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
    color: #00944a;
}
.sfbg-silver-dark {
    background: linear-gradient(to bottom right, #b3b3b3 0%, #6d6b6b 100%);
    color: #9e9e9e;
}
.sfbg-silver {
    background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
    color: #9e9e9e;
}
.sfbg-agnostic {
    background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
    color: #FFF;
}
.sfbg-silver-light {
    background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
    color: #ececec;
}
.sfbg-placements {
    background: linear-gradient(to bottom right, #e6ce6a 0%, #cab58a 100%);
    color: #b7892b;
}
.sfbg-gold {
    background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
    color: #b7892b;
}
.sfbg-img {
    height: 40px;
    margin-bottom: 10px;
    padding: 1px;
}
.achievementChartDiv {
    height: 385px;
}
.rememberMeLabel {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.nextRecTitle {
    overflow: hidden;
    height: 99%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
}
.beta-badge {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #06053B;
    border-radius: 0px 10px;
    color: white;
}
.marginLRAuto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.assignExerciseUser {
    float: right;
    margin-top: -40px;
}
.assigned-solved {
    background: #caecca !important;
}
.assigned-solved:hover {
    background: #caecca !important;
}
.assigned-expired {
    background: #eccad0 !important;
}
.assigned-expired:hover {
    background: #eccad0 !important;
}
.assigned-pending {
    background: #ffeb3b !important;
}
.assigned-pending:hover {
    background: #ffeb3b !important;
}
.assignedCompletedToggle {
    margin-top: 10px;
    float: left;
}
.padding0{
    padding: 0px !important;
}
button[disabled], html input[disabled] {
    cursor: not-allowed;
}
.top9{
top: 9%;
}
.outer{
  width: 100%;
  text-align: center;
}
.inner{
      display: inline-block;

}