﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.odd-row {
    background-color: #b7d8df !important;
}

.right-item {
    float: right;
    margin: 1px;
}

.left-item {
    float: left;
    margin: 1px;
}

.boxxontainer {
    padding: 0px;
    width: 100%;
    margin: 1px 1px 20px 1px;
    height: 52px;
    border-bottom: 1px solid #ddd;
}

.navbar-light {
    background-color: antiquewhite !important;
}

.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid silver;
    padding-right: 10px;
    height: 46px;
}

@media (max-width: 768px) {
    .navbar-nav .nav-item:not(:last-child) {
        border-right: none;
    }
}

.arrow {
    border: solid #0d6efd;
    border-width: 0 3px 3px 0;
    display: inline-block;
}

.bottom-arrow {
    border-bottom: solid #0d6efd;
}

    .bottom-arrow:after {
        content: '';
        position: absolute;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 25px solid #0d6efd;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
    }

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.question {
    font-weight: bold;
    padding: 0% 0% 2% 2%;
}

.options {
    position: relative;
    padding-left: 40px;
}

#options {
    padding: 0% 0% 0% 2%;
}

    #options label {
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }

.options input {
    opacity: 0;
}

.circle {
    position: absolute;
    left: 2px;
    top: 0px;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 2px solid #0d6efd;
    border-radius: 50%;
}

.checkMark {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 7px;
    position: relative;
    top: -6px;
    left: 4px;
    border-bottom: 3px solid #0d6efd;
    border-right: 3px solid #0d6efd;
}

.crossMark {
    
}


    .crossMark::before {
        content: "\D7";
        color: red;
        font-weight: bold;
        font-size: x-large;
        position: absolute;
        top: -12px;
        left: 1px;
    }

#studentResultTable_filter.dataTables_filter{
    text-align: left;
    font-size: large;
}

.editIcon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil' viewBox='0 0 16 16'%3E%3Cpath d='M12.146.854a.5.5 0 0 1 .708 0l2.292 2.292a.5.5 0 0 1 0 .708L4.207 14.793l-2.5.5a.5.5 0 0 1-.606-.606l.5-2.5L12.146.854zM11.207 2L3 10.207V13h2.793L14 4.793 11.207 2z'/%3E%3C/svg%3E");
    height: 17px;
    color: blue !important;
    width: 17px;
    background-repeat: no-repeat;
}

.deleteIcon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5v7a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-1 0zm2 0v7a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 1 1 0-2h3.11a1 1 0 0 1 .9.58L7.7 2h.6l.19-.42a1 1 0 0 1 .9-.58h3.11a1 1 0 1 1 0 2H14.5zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118z'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
}
