/*
 ================================
 General styles
 ================================
 */

:root {
    --prussian-blue: #003049;
    --ut-orange: #f77f00;
    --mustard: #fdcf58;
    --barn-red: #800909;
    --amaranth-red: #d62828;
    --sonic-silver: #757676;
    --prussian-blue-wash: #bfcbd1;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--prussian-blue) !important;
}

.bg-dark {
    background-color: var(--prussian-blue) !important;
}

i{
    font-size: 14px;
}

body{
/*    background:url('../imgs/wood.png') ; */
   background: #fff;
   /*DKDK increase font size*/
   /*font-size: .8rem;*/
   font-size: 1rem;
}

.bg-box {
  background: #f4f3f3;
  margin: -15px -15px 25px -30px;
  padding: 25px 15px 20px 30px;
}

.bg-box-full {
  background: #fff;
  margin: -15px -15px -15px -30px;
  padding: 20px;
}

hr {
    background-color: #ddd; /* #f4cfcf #b09877 */
    border: 0;
    height: 1px;
}

p.emphasis {
  font-size: 1rem;
}

ul.plain {
  list-style-type: none;
  padding-left: 0;
}
ul.plain li {
   /*DKDK increase font size*/
  /*font-size: .85rem;*/
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
ul.plain li a i {
  margin-left: .35rem;
}
ul.plain.dk-links li a {
  color: var(--prussian-blue);
}
ul.plain.ul-lg li {
  font-size: 1rem;
}

a{color:#0088cc;text-decoration:none;}
a:hover{color:#005580;text-decoration:underline;}
a:focus {text-decoration: none}

ul li {
    margin-bottom:2px;
}

label {
    cursor:pointer;
}

.sm-print {
  font-size: .7em;
  font-style: italic;
}


table {
    background-color: #fff;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.btn-idap {
  padding: .375rem 1.25rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1px;
  background-color: var(--prussian-blue);
  border-width: 2px;
  border-color: var(--prussian-blue);
}

.btn-idap:hover {
  color: var(--prussian-blue);
  font-weight: 600;
  letter-spacing: .1px;
  background-color: var(--mustard);
  border-color: var(--prussian-blue);
}

.btn-outline-idap {
  padding: .375rem 1.25rem;
  color: var(--prussian-blue);
  font-weight: 600;
  letter-spacing: .1px;
  border-width: 2px;
  border-color: var(--prussian-blue);
}
.btn-outline-idap:hover {
  color: var(--prussian-blue);
  font-weight: 600;
  letter-spacing: .1px;
  background-color: var(--mustard);
  border-color: var(--prussian-blue);
}

button.dt-button,
button.dt-button:not(.disabled) {
  color: #fff;
  font-weight: 600;
  letter-spacing: .1px;
  background: var(--prussian-blue);
  border: 2px solid var(--prussian-blue);
  margin-bottom: 1rem;
}
button.dt-button:hover,
button.dt-button:hover:not(.disabled) {
  color: var(--prussian-blue);
  font-weight: 600;
  letter-spacing: .1px;
  background: var(--mustard);
  border: 2px solid var(--prussian-blue);
  margin-bottom: 1rem;
}

/*DKDK datatable button*/
button.dt-button.active {
    /*background: black !important;*/
    color: black;
}

div.dataTables_length label {
  margin-left: .5rem;
}
div.dataTables_length select {
/*DKDK change padding*/
  /*padding: .375rem 1rem;*/
  padding: .375rem .5rem;
  height: 2rem;
  vertical-align: middle;
}

/*DKDK add vertical align*/
table.dataTable tbody td {
  vertical-align: middle;
}

table td, th {
  vertical-align: middle;
   /*DKDK increase font size*/
  /*font-size: 1rem;*/
}

/*
 ================================
 Top navbar and main content
 ================================
 */

nav.navbar {
    border-radius: 1.5rem;
    margin: -15px 0 15px;
}

nav.navbar .navbar-brand {
  font-size: 1.6rem;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar .navbar-brand img {
  margin: .5rem;
  height: 35px;
}
nav.navbar .navbar-brand img.brand-lg {
  margin: .75rem;
  height: 80px;
}

nav.navbar .navbar-text {
  font-size: .9rem;
  color: rgba(255,255,255,0.65);
  padding-right: .5rem;
}

/* overrides bootstrap to behave fluid to wider widths */
.container-xl {
  max-width: 1600px;
  min-width: 800px;
}

#content-wrapper{
    padding: 69px 0 0; /* 69px 8px 10px 8px; */
    margin-top:-69px;
}

#content{
    background: #fff;
/*  background: #fff url('../imgs/grids.png') repeat; */
    position:relative;
    padding:15px 15px 15px 175px;
    min-height: 600px;
}

#main-content{
    background: var(--mustard);
    padding: 25px 25px 25px 25px;
    margin-bottom: 15px;
    border-radius: 1.5rem;;
    opacity: .9;
}

.card.idap-section {
  border-radius: 1rem;
  border-color: #edb628;
}

/*
 ================================
 Sidebar
 ================================
 */

#sidebar{
    float:left;
    background: var(--prussian-blue);
    width: 160px;
    border-radius: 0 1.5rem 1.5rem 0;
    z-index:6;
    position:absolute;
    top:0;
    left:0;
    height:100%;
}
/*#sidebar.affix{*/
    /*position:fixed;*/
    /*float:left;*/
    /*top:0*/
/*}*/

#sidebar #main-navigation > ul {
    padding: 1.25rem 1rem .5rem 0;
    margin:0;
    position:relative
}

#sidebar #main-navigation > ul > li {
    margin:0;
    width: 100%;
    cursor:pointer;
    display:block
}

#sidebar #main-navigation > ul > li > a {
    margin: .25rem 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height:1;
    font-weight: 600;
    text-align: left;
    color: var(--mustard);
    display:block;
    border-radius: 0 50rem 50rem 0;
    border:1px solid transparent;
}
#sidebar #main-navigation > ul > li > a i {
    font-size: 24px;
    padding-right: .25rem;
}

#sidebar #main-navigation ul li:hover > a,
#sidebar #main-navigation ul li:hover > a:focus {
    color: var(--prussian-blue);
    background: var(--mustard);
    text-decoration: none;
    opacity: .75;
}

#sidebar #main-navigation > ul > li.active > a {
    color:var(--prussian-blue);
    background: var(--mustard);
    opacity: 1;
}

#sidebar #main-navigation hr {
    background-color: var(--mustard);
    border: 0;
    height:2px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

#assessment-groups_section_wrapper {
    background-color: var(--white);
    padding: 25px;
    border-radius: 15px;
    filter: drop-shadow(0 2mm 2mm var(--prussian-blue));
}

#assignments_section_wrapper {
    background-color: var(--white);
    padding: 25px;
    border-radius: 15px;
    filter: drop-shadow(0 2mm 2mm var(--prussian-blue));
    margin-bottom: 50px;
    margin-top: 50px;
}


/*
 ================================
 Widget Boxes
 ================================
 */
.widget{
    margin-bottom:30px;
    position:relative
}
.widget:after,.widget:before{
    content:'';
    position:absolute;
    display:block;
    height:1px;
    bottom:-2px;
    left:3px;
    right:3px;
    background-color:#fff;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    border:1px solid #ccc;
    border-top:0
}
.widget:before{
    bottom:-4px;
    left:6px;
    right:6px
}

.widget .widget-header{
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);
    background:#3a3a3a repeat-x left bottom;
    background-image:-ms-linear-gradient(top,#4a4a4a,#3a3a3a);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#4a4a4a),to(#3a3a3a));
    background-image:-webkit-linear-gradient(top,#4a4a4a,#3a3a3a);
    background-image:-o-linear-gradient(top,#4a4a4a,#3a3a3a);
    background-image:-moz-linear-gradient(top,#4a4a4a,#3a3a3a);
    background-image:linear-gradient(top,#4a4a4a,#3a3a3a);
    border:1px solid #000;
    font-weight:bold;
    position:relative;
    *zoom:1
}
.widget .widget-header.light{
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,1);
    background:#f2f2f2 repeat-x left bottom;
    background-image:-ms-linear-gradient(top,#fcfcfc,#f2f2f2);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f2f2f2));
    background-image:-webkit-linear-gradient(top,#fcfcfc,#f2f2f2);
    background-image:-o-linear-gradient(top,#fcfcfc,#f2f2f2);
    background-image:-moz-linear-gradient(top,#fcfcfc,#f2f2f2);
    background-image:linear-gradient(top,#fcfcfc,#f2f2f2);
    border-color:#ccc}

.widget .widget-header:before,.widget .widget-header:after{
    display:table;
    content:""
}
.widget .widget-header:after{
    clear:both}

.widget .widget-header .title{
    display:inline-block;
    *display:inline;
    *zoom:1;
    color:#fff;
    padding:10px
}
.widget .widget-header.light .title{
    color:#444
}

.widget .widget-header .title [class^="icon-"],.widget .widget-header .title [class^="icol-"],.widget .widget-header .title [class^="icos-"],.widget .widget-header .title img{
    margin-right:4px
}

.widget .widget-header .title img{
    max-width:16px;
    max-height:16px
}
.widget .widget-header .title [class^="icon-"]{
    font-size:16px;
    vertical-align:text-top
}

.widget-content {
    border: 1px solid rgb(204,204,204);
    padding:25px;
    background:#fff;
}

.widget-content hr {
    margin-bottom:15px;
}

.widget-content ul {
    margin-bottom: 15px;
}


/*
 ================================
 Questions
 ================================
 */

p.questionText {
    font-family: 'Open Sans',sans-serif;
    font-size:15px;
    margin-bottom:5px;
}


/*
 ================================
 Results page
 ================================
 */

.nav-item .nav-link.active{
    border-top:3px solid #54b8ea;
    color:#444
}

h3.results {
    border-bottom:1px solid #54b8ea;
    margin-bottom:15px;
}

/*
 ================================
 Paper-stack style
 ================================
 */
.paper-stack{
    position:relative;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px
}
.paper-stack:after,.paper-stack:before{
    content:'';
    position:absolute;
    display:block;
    height:1px;
    bottom:-3px;
    left:3px;
    right:3px;
    background-color:#fff;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    border:1px solid #d3d3d3;
    border-top:0
}
.paper-stack:before{
    bottom:-5px;
    left:6px;
    right:6px
}

/*
 ================================
 Alert boxes
 ================================
 */
.msg_box {padding:8px 20px 8px 46px;margin-bottom:10px;position:relative;color:#444;overflow:hidden}
.msg_error {background:#f2cac2 url(../imgs/error_ico.png) no-repeat 14px center;border:1px solid #ae432e}
.msg_error img {background-position:-47px 0}
.msg_info {background:#c2e2f2 url(../imgs/info_ico.png) no-repeat 14px center;border:1px solid #058dc7}
.msg_info img {background-position:-47px -18px}
.msg_ok {background:#d5e5b8 url(../imgs/ok_ico.png) no-repeat 14px center;border:1px solid #77ab13}
.msg_ok img {background-position:-47px -9px}
.msg_alert {background:#faf5c8 url(../imgs/alert_ico.png) no-repeat 14px center;border:1px solid #e6c26e}
.msg_alert img {background-position:-47px -27px}
.msg_box .msg_close {position:absolute;top:2px;right:2px;cursor:pointer}

/*
 ================================
 Data tables
 ================================
 */

div.dataTables_length {
    float: left;
}

div.dataTables_filter {
    float: right;
}

div.dataTables_info {
    float: left;
}

div.dataTables_paginate {
    float: right;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate,
div.dataTables_info {

}
table.qmatrix {
    clear: both;
}


table.qmatrix {
    width: 100%;
    clear: both;
}

table.qmatrix td,
table.qmatrix th {
    padding: 5px;
    border: 1px solid #fff;
}



div#qmatrix_table_paginate {
    margin-bottom:20px;
}
a.paginate_button,
a.paginate_active {
    display: inline-block;
    padding: 2px 6px;
    margin-left: 2px;
    cursor: pointer;
    *cursor: hand;
}

a.paginate_active {
    background-color: transparent;
    font-weight: bold;
    font-size:1.3em;
}

a.paginate_button_disabled {
    color: #999999;
}
.paging_full_numbers a:active {
    outline: none
}
.paging_full_numbers a:hover {
    text-decoration: none;
}

div.dataTables_paginate span>a {
/*DKDK change from 15 to 50px for large numbers (e.g., double digits)*/
    width: 60px;
    text-align: center;
}

div.dataTables_info {
    padding: 9px 6px 6px 6px;
}

div.dataTables_length select {
    width: 75px;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/*/!**/
/*Cheng edit youtube auto resizable iframe*/
/**!/*/

/*.auto-resizable-iframe {*/
    /*max-width: 100%;*/
    /*margin: 0px auto;*/
    /*margin-left: 0%;*/
    /*margin-right: 0%;*/
/*}*/

/*.auto-resizable-iframe > div {*/
    /*position: relative;*/
    /*padding-bottom: 75%;*/
    /*height: 0px;*/
/*}*/

/*.auto-resizable-iframe iframe {*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*DKDK set modal*/
/*.modal-backdrop {
  z-index: -1;
}
*/

/* carousel configuration */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}