@media screen and (max-width: 480px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
    }
}
.scrollboxocr {
	border: 0px;
	margin: auto;
	width: 275px;
	height: 300px;
	overflow: scroll;
	text-align: left;
	background-color: #FFFFFF;
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #005984;
  color: black;
}

.active {
  color: white;
}

a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
}
.menuheader {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	background-color: #0071d3;
	color: white;
    padding: 5px 10px 5px 10px; 
}
.menucontent {
	font-size: 15px;
	line-height: 1.9;
	background-color: white;
	color: black;
    padding: 5px 10px 5px 10px; 
}
.row-height{
  height: 100vh;
}
.lcolumn{
  height: 100%;
  overflow-y: scroll;
}

.rcolumn{
  height: 100%;
  overflow-y: scroll;
}
/*Remove the scrollbar from Chrome, Safari, Edge and IE*/
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
* {
  -ms-overflow-style: none !important;
}

.dotgreen {
  height: 20px;
  width: 20px;
  background-color: #24a249;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.dotred {
  height: 20px;
  width: 20px;
  background-color: #ff6f61;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.dotblue {
  height: 20px;
  width: 20px;
  background-color: #0070d3;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.dotgray {
  height: 20px;
  width: 20px;
  background-color: #b8b8b8;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.topleft {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 18px;
}
.middleleft {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.middleheader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 20px;
}

.img-container {
  position: relative;
  text-align: left;
  color: white;
}
.topleft-img-overlay {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 18px;
}
.topleft-img-overlay1 {
  position: absolute;
  top: 8px;
  left: 20px;
}
.topleft-img-overlay2 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.middleleft-img-overlay {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.middlecenter-img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.bottomright-img-overlay {
  position: absolute;
  top: 80%;
  left: 85%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

.content {
  font-size: 20px;
  line-height: 1.7;
}
.contentS {
  font-size: 18px;
  line-height: 1.5;
}
.contentCenter {
	font-size: 20px;
	line-height: 1.6;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.contentlist {
  font-size: 17px;
  line-height: 3;
  margin-left: 30px;
}
.footer {
  font-size: 17px;
  line-height: 1.8;
  color: darkgray;
  text-align: center;
}
.greenblock {
    background-color: #30b7a6;
    color: #ffffff;
    width: 100%;
    margin-bottom: 2px;
    padding: 5px 10px 5px 10px; 
    display: inline-block;
}
.greenblocksmall {
    background-color: #30b7a6;
    color: #ffffff;
    width: 100%;
	font-size: 15px;
	text-align: center;
    display: inline-block;
}
.redblock {
    background-color: #ff6f61;
    color: #ffffff;
    width: 100%;
    margin-bottom: 2px;
    padding: 5px 10px 5px 10px; 
    display: inline-block;
}
.grayblock {
    background-color: #ededed;
    color: #000000;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.grayback {
    background-color: #ededed;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.blueblock {
    background-color: #d7ecf8;
    color: #0245ae;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.bs-table-bg {
    background-color: #d7ecf8;
    color: #0245ae;
}
.dblueblock {
    background-color: #003d73;
    color: #ffffff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.lgreenblock {
    background-color: #d9f8d7;
    color: #000000;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.pinkblock {
    background-color: #ffdbdb;
    color: #ae0202;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.inside {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.score {
	font-size: 16px;
	line-height: 1.6;
    width: 100%;
    font-size: 15px;
    text-align: center;
    display: inline-block;
}
.quiz {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
blockquote {
    border-left: 5px solid #30b7a6;
    padding-left: .5em;
}
div.col-xs-12 {
	font-size: 17px;
	line-height: 1.7;
}
div.col-xs-11 {
	font-size: 17px;
	line-height: 1.7;
}
div.col-xs-6 {
	font-size: 17px;
	line-height: 1.7;
}

div.col-12 {
	font-size: 17px;
	line-height: 1.9;
}
div.col-11 {
	font-size: 17px;
	line-height: 1.7;
}
div.col-10 {
	font-size: 17px;
	line-height: 1.7;
}
div.col-6 {
	font-size: 17px;
	line-height: 1.7;
}

div.panel-body {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7;
}
li {
	font-size: 17px;
	line-height: 1.7;
}

.card {
	margin-bottom:5px !important;
}
.modified-card-img-top {
    width: 100%;
    height: 75vw;
    object-fit: cover;
}
.bg-custom-green {
    background-color: #e0f0d8;
}
.border-custom-green {
    background-color: #3c763e;
}
.bg-custom-red {
    background-color: #f2dede;
}
.border-custom-red {
    background-color: #aa4443;
}
.bg-custom-yellow {
    background-color: #fcf8e3;
}
.border-custom-yellow {
    background-color: #8a6e3b;
}

tr>th:first-child,tr>td:first-child {
  position: sticky;
  left: 0;
}

.circular-progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.circular-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.circular-progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.circular-progress .circular-progress-left{
    left: 0;
}
.circular-progress .circular-progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.circular-progress .circular-progress-left .circular-progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.circular-progress .circular-progress-right{
    right: 0;
}
.circular-progress .circular-progress-right .circular-progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.circular-progress .circular-progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 24px;
    color: #d10b4f;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.circular-progress.blue .circular-progress-bar{
    border-color: #049dff;
}
.circular-progress.blue .circular-progress-left .circular-progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.circular-progress.yellow .circular-progress-bar{
    border-color: #fdba04;
}
.circular-progress.yellow .circular-progress-left .circular-progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.circular-progress.pink .circular-progress-bar{
    border-color: #ed687c;
}
.circular-progress.pink .circular-progress-left .circular-progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.circular-progress.green .circular-progress-bar{
    border-color: #1abc9c;
}
.circular-progress.green .circular-progress-left .circular-progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .circular-progress{ margin-bottom: 20px; }
}
