.sidebar .nav-collapse li a {
    list-style-type: none;
    padding: 2px 2px 2px 20px !important;
    margin: 0 !important;
}

.sidebar .nav-collapse {
    padding: 0 0 0 20px !important;
    margin: 0 !important;
}

.ot-modal-title {
    font-weight: bolder;
    font-size: 17px;
}

.hoverMenu {
    display: none;
    position: absolute;
    border-radius: 5px;
    background: #a4a4a477;
    height: 42px;
    vertical-align: middle;
    text-align: center;
    padding: 4px;
    z-index: 1002;
}

.hoverMenu span {
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    /*vertical-align:middle;
    text-align:center;*/
    padding: 8px;
}

.hoverMenu1 {
    background-color: #1953a9;
    color: white !important;
}

.hoverMenu2 {
    background-color: #cfb616;
    margin-left: 4px;
    color: white !important;
}

.hoverMenu3 {
    background-color: #0b910b;
    margin-left: 4px;
    color: white !important;
}

i.fa-circles {
    min-width: 20px;
    min-height: 20px;
    padding: 7px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    box-shadow: 0 0 3px #b036ed;
    color: #b036ed;
    margin: 2px;

}

i.fa-circles:hover {
    min-width: 20px;
    min-height: 20px;
    padding: 7px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    box-shadow: 0 0 3px #7609ac;
    color: #7609ac;
    margin: 2px;
}

i.fa-circles-alert {
    min-width: 20px;
    min-height: 20px;
    padding: 7px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    box-shadow: 0 0 3px #cc405a;
    color: #cc405a;
    margin: 2px;

}

i.fa-circles-alert:hover {
    min-width: 20px;
    min-height: 20px;
    padding: 7px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    box-shadow: 0 0 3px #ac0927;
    color: #ac0927;
    margin: 2px;
}

i.fa-circles-success {
    min-width: 20px;
    min-height: 20px;
    padding: 7px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    box-shadow: 0 0 3px #233adf;
    color: #233adf;
    margin: 2px;
}

i.fa-circles-success:hover {
    min-width: 20px;
    min-height: 20px;
    padding: 7px 5px 3px 5px;
    border-radius: 50%;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    box-shadow: 0 0 3px #233adf;
    color: #233adf;
    margin: 2px;
}

.noteeditor {
    width: 99%;
    min-height: 150px;
}

.overlay {
    /*
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.7);*/
    position: relative;
    top: 0;
    z-index: 0;
}

.gallery {
    padding: 5px;
    background-color: rgb(143, 226, 143);
    height: 60px;
    overflow-x: auto;
    overflow-y: auto;
}

.galleryitem {
    float: left;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.combobox {
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0px;
}

.compoboxfiltering {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.compoboxfiltering .form-control {
    font-size: 1rem;
    border-color: #ebedf2;
    padding: .3rem .5rem;
}

.capital {
    text-transform: capitalize;
}

.questiontitle {
    font-size: 14pt !important;
    font-weight: bold;
    padding: 5px;
}

.questionlink {
    font-size: 14pt !important;
    font-weight: bold;
    color: #495057 !important;
    padding: 5px;
}

.questionimage {
    width: 200px;
}

.orderno {
    width: 80px;
    border: 0;
    text-align: center;
}

.wrong-choice {
    background-color: darkred;
    color: white !important;
}

.correct-choice {
    background-color: darkgreen;
    color: white !important;
}

.hint-text {
    color: blue !important;
    font-style: italic;
}

.wrong-checkbtn {
    color: darkred !important;
}

.correct-checkbtn {
    color: darkgreen !important;
}

.wrong-input {
    color: darkred !important;
}

.correct-input {
    color: darkgreen !important;
}

#transcript {
    color: darkgreen !important;
    background-color: #E0C57F !important;
}

.form-check {
    padding: 0 10px;
}

.bookcover {
    width: 100px;
}

.cellbookcover {
    width: 100px;
}

.booktitle {
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
}

.booktype {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 10px;
}

.selecteditem {
    background-color: #1818EDFF;
    color: white !important;
}

.selecteditem:hover {
    background-color: #1818EDFF;
    color: white !important;
}

.word {
    font-weight: bold;
    font-site: 14px;
    padding: 0 5px;
}

.mean {
    font-style: italic;
    font-site: 14px;
}

.wordimage {
    width: 125px;
    margin-bottom: 5px;
}

input.word {
    height: 29px;
    border: 2px solid darkblue;
    color: darkblue;
}

.frontimage {
    width: 350px;
}

#frontcard {
    width: 350px;
    height: 500px;
    border: thin solid darkblue;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#backcard {
    width: 350px;
    height: 500px;
    border: thin solid darkblue;
    background-color: lightgray;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.wrong-choice {
    background-color: darkred;
    border: 5px solid darkred;
    color: white !important;
}

.correct-choice {
    background-color: darkgreen;
    border: 5px solid darkgreen;
    color: white !important;
}

.image-choice {
    width: 150px;
}

.matching {
    width: 400px;
    margin: 5px;
    border: thin solid black;
}

.matching td {
    width: 50%;
    border: thin solid black;
    vertical-align: middle;
    text-align: center;
}

.matching_0 {
    background-color: #ff1a1a;
    border: 5px solid #ff1a1a;
    color: white !important;
}

.matching_1 {
    background-color: #004d00;
    border: 5px solid #004d00;
    color: white !important;
}

.matching_2 {
    background-color: #004080;
    border: 5px solid #004080;
    color: white !important;
}

.matching_3 {
    background-color: #6600cc;
    border: 5px solid #6600cc;
    color: white !important;
}

.matching_4 {
    background-color: #b300b3;
    border: 5px solid #b300b3;
    color: white !important;
}

.matching_5 {
    background-color: #232332FF;
    border: 5px solid #232332FF;
    color: white !important;
}

.matching_6 {
    background-color: #ff9900;
    border: 5px solid #ff9900;
    color: white !important;
}

.matching_7 {
    background-color: #b38600;
    border: 5px solid #b38600;
    color: white !important;
}

.matching_8 {
    background-color: #00b3b3;
    border: 5px solid #00b3b3;
    color: white !important;
}

.matching_9 {
    background-color: #cccc00;
    border: 5px solid #cccc00;
    color: white !important;
}

.matching_10 {
    background-color: #264d73;
    border: 5px solid #264d73;
    color: white !important;
}

.language {
    padding-right: 10px;
}

table thead tr th {
    text-align: center;
}

table thead tr th span {
    text-transform: capitalize;
}

.example {
    background-color: #f1f0c8;
}

i.isuccess {
    color: #233adf;
    padding: 5px;
    font-size: 1.1em;
    border: 2px solid #233adf;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
}

i.isecondary {
    color: #31ce36;
    padding: 5px;
    font-size: 1.1em;
    border: 2px solid #31ce36;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
}

i.ialert {
    color: #e12043;
    padding: 5px;
    font-size: 1.1em;
    border: 2px solid #e12043;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
}

i.ideactive {
    color: #4e4e4e;
    padding: 5px;
    font-size: 1.1em;
    border: 2px solid #4e4e4e;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
}

i.iwarning {
    color: #ffad46;
    padding: 5px;
    font-size: 1.1em;
    border: 2px solid #ffad46;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
}


.ot-fieldset {
    margin: 2px;
    border: 1px solid #1572e8;
}

.ot-fieldset legend {
    color: #1572e8;
    font-size: 1rem;
    padding: 4px;
    text-decoration-line: underline;
}

.ot-modal-title {
    text-transform: capitalize;
}

#tbtitle img {
    max-height: 150px;
}

#tbtitle span {
    font-weight: bold;
}

.ot-card {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    background-color: white;
}

.ot-card-left {
    float: left;
}

.ot-card-right {
    float: right;
}

.page-portlet-fullscreen .portlet-fullscreen {
    z-index: 100;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
}

.page-portlet-fullscreen .navbar {
    display: none;
}

.page-portlet-fullscreen .main-header {
    display: none;
}

.page-portlet-fullscreen .sidebar {
    display: none;
}

.page-inner {
    height: 100%;
    overflow: auto;
}

.table {
    margin-bottom: 0;
}

.btn-label-margin {
    margin: 5px;
}