@import url("../assets/e2231535/css/all.min.css");

html,
body {
    font-weight: 200 !important;
    font-family: 'Manrope', sans-serif;
    height: 100%;
}

.assessment-name{
    font-weight: bold;
}

.wrap {
    /* min-height: 100%; */
    /* height: auto; */
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    overflow-y: auto;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\f15d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

a.desc:after {
    content: "\f882";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.sort-numerical a.asc:after {
    content: "\f162";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.sort-numerical a.desc:after {
    content: "\f887";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.sort-ordinal a.asc:after {
    content: "\f884";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.sort-ordinal a.desc:after {
    content: "\f161";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.pagination li{
    padding-right:10px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: 1.85s linear infinite spinner-grow;
}

input, .form-control, .card, .btn, .alert, .nav-link, .dropdown-toggle, .modal-content, .navbar-toggler{
    /* border-radius: 0px !important; */
  }
  .popover-header{
    background: #1e8c5f !important;
    color: #fff !important;
  }
  td > a{
    font-weight: 500 !important;
    color: #024f82 !important;
  }
  .dropdown-menu.show {
    /* border-radius: 0px !important; */
    border: 1px solid #024f82 !important;
    background: #fff !important;
  }

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    #main_question{
        font-size: 13px;
    }    
    table.responsive-text {
        font-size: 13px !important;
    }
}

@media(max-width:360px) {
    table.responsive-text {
        font-size: 10px !important;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*
 * Help Block class color
 */
.help-block { color: #E13434; }


/*canvas {
    position: absolute;
    border: 1px solid;
    left: 21%;
    top: 27%;
}*/

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#time-down-counter > div.progress{
    display: none;
}
.backBtn {
    font-family: "Work Sans";
    background: linear-gradient(to right, #D00005, #4B080A);
    font-weight: 600;
    color: white !important;
    width: auto;
    border-radius: 8px !important;
    position: relative;
    display: inline-block;
    border: none;
    padding: 12px 22px !important;
    overflow: hidden;
    z-index: 1;
}
.backBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FF4D4D, #751F24);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.backBtn:hover::before {
    opacity: 1;
}
.backBtn:hover {
    color: white !important;
}