﻿/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
    min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
    overflow: visible;
}

/* main sidebar not under model */
.modal {
    z-index: 1110;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.nav-user-menu .user-image {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}

.famfamfam-flags {
    display: inline-block;
}

body {
    font-family:Arial !important;
    font-size:13px;
}

.description-text {
    font-size:10px !important;
}
/*table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    content: '>' !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: 'v' !important;
}*/

.lowRisk{
    background-image: url('../img/low.png');
    background-repeat:no-repeat;
}
.mediumRisk {
    background-image: url('../img/medium.png');
    background-repeat: no-repeat;
}
.highRisk {
    background-image: url('../img/high.png');
    background-repeat: no-repeat;
}
iframe {
    width: 100% !important;
    height: 75vh !important;
}
.StartTraining .card {
    height: 80vh !important;
}
.slideTraining .card {
    height: 80vh !important;
}

.cardList .card {
    height: 80vh !important;
}
