/*
main: #48b0e4
complement: #d56231
border grey: #aaaaaa
*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.prev-controls {
    top: 2px;
    font-weight: 0;
    position: absolute;
    float: left;
    text-align: left;
    width: 50%;
    left: 30%;
}
.prev-controls a {
	font-size: 1.5em;
	white-space: nowrap;
	font-weight: 100;
	overflow-x: hidden;
	width: 10%;
	background-color: #48b0e4;
    color: white;
    line-height: 1.3em;
    display: table;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #888888;
    cursor: auto;
}
.prev-controls a:active {
    background-color: #48b0de;
    box-shadow: 1px 1px 5px #888888;
    transform: translateY(2px) translateX(2px);
}
.next-controls {
    top: 2px;
    position: absolute;
    float: left;
    text-align: left;
    width: 50%;
    left: 70%;
}
.next-controls a {
	overflow-x: hidden;
	white-space: nowrap;
	font-weight: 100;
	font-size: 1.5em;
	background-color: #48b0e4;
    color: white;
    line-height: 1.3em;
    display: table;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #888888;
    cursor: auto;
}
.next-controls a:active {
    background-color: #48b0de;
    box-shadow: 1px 1px 5px #888888;
    transform: translateY(2px) translateX(2px);
}
@-webkit-keyframes glowdown {
	to {
         border-color: #00dd09;
    -webkit-box-shadow: 5px 5px 5px 0 #ddd;
       -moz-box-shadow: 5px 5px 5px 0 #ddd;
           	box-shadow: 5px 5px 5px 0 #ddd;
    }
}
@keyframes glowdown {
	to {
         border-color: #00dd09;
    -webkit-box-shadow: 5px 5px 5px 0 #ddd;
       -moz-box-shadow: 5px 5px 5px 0 #ddd;
           	box-shadow: 5px 5px 5px 0 #ddd;
    }
}
@-webkit-keyframes glow {
	to {
         border-color: #00dd09;
    -webkit-box-shadow: 0 -5px 5px -5px #ddd;
       -moz-box-shadow: 0 -5px 5px -5px #ddd;
           	box-shadow: 0 -5px 5px -5px #ddd;
    }
}
@keyframes glow {
	to {
         border-color: #00dd09;
    -webkit-box-shadow: 0 -5px 5px -5px #ddd;
       -moz-box-shadow: 0 -5px 5px -5px #ddd;
           	box-shadow: 0 -5px 5px -5px #ddd;
    }
}
.box-upper {
    border-top: 2px dashed transparent;
    border-right: 2px dashed transparent;
    border-left: 2px dashed transparent;
    -webkit-animation: glow 1.0s infinite alternate;
    animation: glow 1.0s infinite alternate;
   	-webkit-transition: border-top 1.0s linear, box-shadow 1.0s linear;
       -moz-transition: border-top 1.0s linear, box-shadow 1.0s linear;
            transition: border-top 1.0s linear, box-shadow 1.0s linear;
    -webkit-transition: border-right 1.0s linear, box-shadow 1.0s linear;
       -moz-transition: border-right 1.0s linear, box-shadow 1.0s linear;
            transition: border-right 1.0s linear, box-shadow 1.0s linear;
    -webkit-transition: border-left 1.0s linear, box-shadow 1.0s linear;
       -moz-transition: border-left 1.0s linear, box-shadow 1.0s linear;
            transition: border-left 1.0s linear, box-shadow 1.0s linear;
}
.box-under {
    border-bottom: 2px dashed transparent;
    border-right: 2px dashed transparent;
    border-left: 2px dashed transparent;
    -webkit-animation: glowdown 1.0s infinite alternate;
    animation: glowdown 1.0s infinite alternate;
    -webkit-transition: border-bottom 1.0s linear, box-shadow 1.0s linear;
       -moz-transition: border-bottom 1.0s linear, box-shadow 1.0s linear;
            transition: border-bottom 1.0s linear, box-shadow 1.0s linear;
   	-webkit-transition: border-right 1.0s linear, box-shadow 1.0s linear;
       -moz-transition: border-right 1.0s linear, box-shadow 1.0s linear;
            transition: border-right 1.0s linear, box-shadow 1.0s linear;
    -webkit-transition: border-left 1.0s linear, box-shadow 1.0s linear;
       -moz-transition: border-left 1.0s linear, box-shadow 1.0s linear;
            transition: border-left 1.0s linear, box-shadow 1.0s linear;
}
#removeimage {
	font-size: 1.15em;
}
#hover-parent {
	display: inline-block;
	color: #48b0e4;
}
#hover-content {
    display: none;
    border-radius: 0 0 25px 25px;
    border-bottom: 1px red;
    background-color: #ddd;
  	border: 1px solid transparent;
}
#hover-parent:hover #hover-content {
    display: block;
    animation: slide-down .3s ease-out;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    border: 1px solid #d56231;
}
@keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-100%); }
  100% { opacity: 1; -moz-transform: translateY(0); }
}
@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}
#myqimg {
	border: 2px solid #c41717;
}
#quizsubmitbutton, .quizsubmitbutton {
    margin: auto;
    display: inline;
    background-color: #aaaaaa;
}
pre {
	width: 100%;
	height: 360px;
	overflow: scroll;
}
.cover-container {
    width: 30em;
    overflow-x: auto;
    white-space: nowrap;
}
.cover-item {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
    box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;
    width: 116px;
    height: 158px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.slides {
    display: inline-block;
    white-space: normal;
    user-select: none;
    text-align: center;
    z-index: 5;
    color: black;
    vertical-align: bottom;
}


.sortablehover {
    transform: scale(1.5);
    transition-timing-function: ease-in-out;
    transform-origin: center;
    overflow: visible;
    position: relative;
    z-index: 9599;
}
.slidedeck {
	background-color: #ccc;
    float: left;
    font-size: 1.25em;
    white-space: nowrap;
    width: 100%;
    border-top: 2px;
	border-bottom-left-radius: 2px;
	opacity: 1;
	border-bottom-left-radius: 2px;
}
.slidePageNo {
    font-size: 2.5em;
    position: relative;
    z-index: 9999;
    text-shadow: 0 0 5px #ffffff;
    float: left;
    margin-left: 10px;
}

pre {
	width: 100%;
	height: 360px;
	overflow: scroll;
}
#result section {
	width: 100%;
	height: 690px;
	position: relative;
	background-color: #EFEFEF;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	transform: scale(0.9);
}
#result section div.block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#result section div.content {
	display: flex;
	flex-direction: column;
}
#result section div.v-up {
	justify-content: flex-start;
}
#result section div.v-mid {
	justify-content: center;
}
#result section div.v-down {
	justify-content: flex-end;
}
#result section div.h-left {
	align-items: flex-start;
	text-align: left;
}
#result section div.h-mid {
	align-items: center;
	text-align: center;
}
#result section div.h-right {
	align-items: flex-end;
	text-align: right;
}
#result section div.up-left {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
#result section div.up-center {
	justify-content: flex-start;
	align-items: center;
}
#result section div.up-right {
	justify-content: flex-start;
	align-items: flex-end;
}
#result section div.center-left {
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}
#result section div.center-center {
	justify-content: center;
	align-items: center;
}
#result section div.center-right {
	justify-content: center;
	align-items: flex-end;
}
#result section div.down-left {
	justify-content: flex-end;
	align-items: flex-start;
	text-align: left;
}
#result section div.down-center {
	justify-content: flex-end;
	align-items: center;
}
#result section div.down-right {
	justify-content: flex-end;
	align-items: flex-end;
}
li.slide {
	margin: 10px 0px;
	font-size: 18px;
}
#result section table {
	position: absolute;
}
#result section svg.drawing {
	position: absolute;
	overflow: visible;
}
.cover-container {
    width: 30em;
    overflow-x: auto;
    white-space: nowrap;
}
.cover-item {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
    box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;
    width: 116px;
    height: 158px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.row-outline {
    border: 1px solid black;
}
.left {
    line-height: 1.25;
    display: table-cell
}
.right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3%;
}
.respRowHeader {
	text-align: center;
	font-size: 1.5em;
}
#responseAddRow {
	text-align: center;
}
#addResponseButton {
	font-size: 2.5em;
}
body {
	background-color: #ffffff;
}
#questiontext {
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}
.blur {
    opacity: 0.5;
}
.left {
    top: 0;
    right: 100%;
}
.statusradio {
    clear: none;
}
.radiolabels {
    clear: none;
    display: block;
    padding: 2px 1em 0 0;
}
input[type=radio],
input.radio {
    clear: none;
    margin: 2px 0 0 2px;
}
#kquestion #resizeheader {
    font-size: 1.2vmin;
}
#b {
    display: none;
}
#toggleinfo:hover~#b {
    display: block;
}
.disabled {
    color: darkgrey;
}
.dataTables_filter {
	width: 50%;
	text-align: left !important;
	float: left !important;
}
.dataTables_length {
	width: 30%;
    float: right !important;
    position: absolute;
    right: 0%;
    display: block;
}
exampletable_filter {
    width: 100%;
}
.input-group-addon:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: thin solid #cccccc;
}
.searchq {
	position: absolute;
	color: white;
    right: 0%;
}
@media (min-width: 760px) {
	.searchq {
		color: white;
		right: 5%;
		position: absolute;
	}
}
.searchq:hover {
    text-decoration: none;
	color: white;
}
.searchq:focus {
    text-decoration: none;
	color: white;
}
th.dpass, td.dpass {display: none;}
.typeahead {
    overflow-y: auto;
    overflow-x: hidden;
}
.responses {
	width: 100%;
}
#modalert {
	width: 25%;
	background: -moz-linear-gradient(top,#000,#444 45%, #777 45%, #555);
	background: rgba(234,230,0,0.5);
	position: absolute;
	left: 300px;
	max-height: 30px;
	overflow: hidden;
	text-align: right;
	bottom: 3px;
	color: white;
	font-size: 10px;
	border: thin double;
	border-radius: 10px;
	padding-right: 10px;
	z-index: 1000;
    transition: all 1s;
}
.pre-animation {
    opacity: 0;
    max-height: 0;
    display: none;
}
#modalert .btn {
	font-size: 10px;
	overflow: hidden;
}
#modalert a {
	color: white;
}
#modalert:hover {
	max-height: 30%;
	background-color: orange;
}
#modalert:hover #modcontent {
    display: block;
    height: 30%;
}
#modcontent {
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
#modrequests {
	bottom: 0;
	left: 0;
}
.authclass {
	text-decoration: none; font: menu;
    display: inline-block; padding: 2px 8px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	font-size:0.75em;
}
.authclass:active {
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
#progress p {
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
}
#progress p.success {
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
	background: #c00 none 0 0 no-repeat;
}
.schedList {
	padding-left: 0;
}
.settings {
	position: absolute;
	right: 5%;
	border: 0px solid rgba(255, 255, 255, 0.2); border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 500;
	text-align: right;
}
.samplebutton {
    background-color: #48b0e4;
    color: white;
    border: 0px solid rgba(255, 255, 255, 1); border-radius: 2px;
}
.demo [class*="wrapper"] img {
    width: 100%;
}
.demo {
	font-size: 1.25em;
}
.demo [class*="wrapper"] {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
}
.participant [class*="wrapper"] img {
    width: 100%;
}
.participant {
	font-size: 1.25em;
}
.participant [class*="wrapper"] {
    position: relative;
}
.event [class*="wrapper"] img {
	width: 100%;
}
.event {
	font-size: 1.25em;
}
.event [class*="wrapper"] {
    overflow: hidden; /* hide the cropped portion */
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
}
.mod [class*="wrapper"] img {
	width: 100%;
}
.mod {
	font-size: 1.25em;
}
.mod [class*="wrapper"] {
    overflow: hidden; /* hide the cropped portion */
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
}
.arch [class*="wrapper"] img {
	width: 100%;
}
.arch {
    font-size: 1.25em;
}
.arch [class*="wrapper"] {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
}
.a1wrapper .glyphicon {
	position: absolute;
	color: red;
	top: 68%;
	left: 35%;
	font-size: 1.5em;
}
.a2wrapper #a2arrow {
	position: absolute;
	color: red;
	top: 3%;
	left: 43%;
	font-size: 1.5em;
}
.a2wrapper #a2arrow-1 {
	position: absolute;
	color: red;
	top: 85%;
	left: 24%;
	font-size: 1.5em;
}
.a3wrapper .glyphicon {
	position: absolute;
	color: red;
	top: 34%;
	left: 31%;
	font-size: 1.5em;
}
.a4wrapper .glyphicon {
	position: absolute;
	color: red;
	top: 20%;
	left: 24%;
	font-size: 2em;
}

@media (min-width: 250px) {
	.demo [class*="wrapper"] {
		font-size: 0.5em;
	}
	.event [class*="wrapper"] {
		font-size: 0.5em;
	}
	.mod [class*="wrapper"] {
		font-size: 0.5em;
	}
}
@media (min-width: 350px) {
	.demo [class*="wrapper"] {
		font-size: 0.75em;
	}
	.event [class*="wrapper"] {
		font-size: 0.75em;
	}
	.mod [class*="wrapper"] {
		font-size: 0.75em;
	}
}
@media (min-width: 750px) {
	.demo [class*="wrapper"] {
	    font-size: 2em;
	}
	.event [class*="wrapper"] {
		font-size: 2em;
	}
	.mod [class*="wrapper"] {
		font-size: 1.5em;
	}
}

#navtoc {
	position: fixed;
	top: 46px;
	padding-left: 0;
	z-index: 99999;
}
#navtoc .toc {
	font-size: 1.15em;
}
h10 {
    position: relative;
    font-size: 2em;
    margin: 0;
    color: #555;
    cursor: text;
}
h10:hover {
	text-decoration: underline;
}
h10 span {
    position: absolute;
    top: -46px;}
.m1wrapper {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
    font-size: 1em;
    color: red;
}
.m1wrapper #m1-1 {
    position: absolute;
    top: 17%;
    left: 35%;
}
.m1wrapper #m1-2 {
    position: absolute;
    top: 25%;
    left: 35%;
}
.m1wrapper #m1-3 {
    position: absolute;
    top: 32%;
    left: 35%;
}
.m1wrapper .glyphicon {
    position: absolute;
    top: 84%;
    left: 35%;
}
.m2wrapper {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
    font-size: 1.2em;
    color: red;
}
.m2wrapper #m2-1 {
    position: absolute;
    top: 56%;
    left: 12%;
    font-size: 0.5em;
}
.m2wrapper #m2-2 {
    position: absolute;
    top: 46%;
    left: 12%;
    font-size: 0.5em;
}
.m2wrapper #m2-3 {
    position: absolute;
    top: 38%;
    left: 12%;
    font-size: 0.5em;
}
.m2wrapper #m2-4 {
    position: absolute;
    top: 17%;
    left: 12%;
    font-size: 0.5em;
}
.m2wrapper #m2-5 {
    position: absolute;
    top: 55%;
    left: 80.5%;
    font-size: 0.5em;
}
.m2wrapper #m2-6 {
    position: absolute;
    top: 83%;
    left: 43%;
    font-size: 0.5em;
}
.m2wrapper .glyphicon {
	position: absolute;
	top: 93%;
	left: 44%;
}
.e1wrapper .glyphicon {
    position: absolute;
    top: 30%;
    left: 73%;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e2wrapper .glyphicon {
    position: absolute;
    top: 92%;
    left: 27.5%;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e3wrapper #e3arrow {
    position: absolute;
    top: 82%;
    left: 29%;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 1em;
}
.e3wrapper #e3-1arrow {
    position: absolute;
    top: 87%;
    left: 29%;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 1em;
}
#e3-1 {
    color: red;
    top: 82%;
    left: 23%;
    font-size: 0.75em;
}
#e3-2 {
    color: red;
    top: 87%;
    left: 23%;
    font-size: 0.75em;
}
.e4wrapper .glyphicon {
    position: absolute;
    top: 92.5%;
    left: 31%;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e5wrapper .glyphicon {
   position: absolute;
   top: 92.5%;
   left: 31%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e6wrapper .glyphicon {
   position: absolute;
   top: 95%;
   left: 30%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e7wrapper #e7arrow-1 {
   position: absolute;
   top: 39%;
   left: 23%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e7wrapper #e7arrow-2 {
   position: absolute;
   top: 2.5%;
   left: 91%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e7wrapper #e7arrow-3 {
   position: absolute;
   top: 93%;
   left: 16%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e9wrapper #e9arrow-1 {
   position: absolute;
   top: 85%;
   left: 48%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e9wrapper #e9arrow-2 {
   position: absolute;
   top: 18%;
   left: 27%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}
.e10wrapper #e10arrow-1 {
   position: absolute;
   top: 53%;
   left: 47%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e10wrapper #e10arrow-2 {
   position: absolute;
   top: 0%;
   left: 9%;
   font-size: 0.75em;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e11wrapper #e11arrow-1 {
   position: absolute;
   top: 81%;
   left: 57%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e12wrapper .glyphicon {
   position: absolute;
   top: 88%;
   left: 4.5%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.e13wrapper .glyphicon {
   position: absolute;
   top: 23%;
   left: 48%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.nu1wrapper {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
    font-size: 3.0em;
    color: red;
}
.nu1wrapper .glyphicon {
   position: absolute;
   top: 35%;
   left: 23%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.nu2wrapper {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
    font-size: 2.5em;
    color: red;
}
.nu2wrapper .glyphicon {
   position: absolute;
   top: 75%;
   left: 40%;
   color: red;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.nu3wrapper {
    position: relative;
    border-style: solid;
    border: thin double #ff0000;
    display: inline-block;
    font-size: 2.5em;
    color: red;
}
.nu3wrapper .glyphicon {
    position: absolute;
    top: 37%;
    left: 95%;
    color: red;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.stepicon {
    color: red;
    font-weight: bold;
    position: absolute;
}
.textstepicon {
	color: red;
	font-weight: bold;
}



@media (min-width: 360px) {.label-info {width: 8%;font-size: 100%;overflow: hidden;white-space: nowrap; } }
@media (min-width: 750px) {.label-info {width: 15%;font-size: 100%;overflow: hidden;white-space: nowrap; } }
@media (min-width: 760px) {.label-info {width: 18%;font-size: 100%;overflow: hidden;white-space: nowrap; } }
@media (min-width: 1300px) {.label-info {width: 22%;font-size: 100%;overflow: hidden;white-space: nowrap; } }

@media print {
    body {-webkit-print-color-adjust: exact;}
}
.clickable-row {
	cursor: pointer;
}
.select {
    background: rgb(55,105,205);
}
select::-ms-expand {
    display: none;
}
.select.highlight {
    background: #1fbfcb;
}
.urlclass {
	color: black;
}
.btn-circle {
    width: 40px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.3;
    border-radius: 50%;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
 .glyphicon.glyphicon-info-sign {
    font-size: 0.75em;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
#searchclear {
	z-index: 999;
    position: absolute;
    right: 5px;
    top:  auto;
    height: 14px;
    margin: auto;
    font-size: 35px;
    cursor: pointer;
    color: #ccc;
}
.presentationblock {
	border-radius: 5px;
    border: 1px double grey;
    text-align: center;
    color: white;
    padding: 5px;
    background-color: #545454;
}
.eventblock {
	border-radius: 5px;
    border: 1px double grey;
    text-align: center;
    color: black;
    padding: 10px;
    background-color: rgba(85,85,85,0.2);
}
.settings .presentationblock .in {
	background-color: black;
}
/* Effect 7a */
.hoverbtn.effect-7.sub-a:after {
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
}
.hoverbtn.effect-7.sub-a:hover:after {
    opacity: 1;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 1);
}
.hoverbtn.effect-7.sub-a:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.hoverbtn.effect-7.sub-a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.qhover {
	display: inline-block;
    /* cursor: pointer; */
    width: 100%;
    text-decoration: none;
    z-index: 1;
}
.preshover {
    display: none;
}
.qhover:hover .preshover {
    display: block;
}
.qhover:hover .klinks {
    background-color: #ddeaf1;
}
.qhover:hover .klinks2 {
    background-color: #ddeaf1;
}
.btlinks {
	display: block;
}
.lftlinks {
	display: block;
	float: left;
    color: #949ca9;
    margin: 5px 0;
}
.outter {
	position: relative;
	float: right;
}
.qhover + .btrtlinks {
	display: none;
}
.qhover:hover + .btrtlinks {
    display: block;
}
.qhover:hover {
	background-color: #ddeaf1;
	opacity: 80%;
}
.hoverpresbanner {
    color: white;
    height: 100%;
    font-size: 100%;
}
.hovereventbanner {
    color: white;
    height: 100%;
    font-size: 100%;
}
span.glyphicon-home {
    font-size: 1.3em;
    vertical-align: sub;
}
.blutip + .tooltip > .tooltip-inner {
	background-color:  black;
	z-index: 10000;
}
.blutip + .tooltip > .tooltip-arrow {
	border-top-color: #48b0e4;
	z-index: 10000;
}
.glyphlink {
    text-decoration: none !important;
}
.glyphlink:hover {
    text-decoration: none !important;
}
.activetip + .tooltip > .tooltip-inner {
	background-color:  black;
	z-index: 10000;
}
.activetip + .tooltip > .tooltip-arrow {
	border-top-color: #16dd00;
	z-index: 10000;
}
.deactivetip + .tooltip > .tooltip-inner {
	background-color:  black;
	z-index: 10000;
}
.deactivetip + .tooltip > .tooltip-arrow {
	border-top-color: #db0a0a;
	z-index: 10000;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    font-size: 25px;
    height: 50px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.qheadlink {
	padding-left: 8%;
}
.twitter-typeahead {
  width: 100%;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 24px;
	height: 48px;
	/*line-height: 5px;*/
	outline: medium none;
	padding: 4px 8px;
	width: 80%;
}
.dropdown-menu ul {
    margin: 0;
}
.dropdown-menu li {
    top: 33px; /*Adjust this to around 33px */
    left: -27px;
    list-style: none;
    padding: 0;
    line-height: 1;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
}
.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
}
.form-control-inline {
    min-width: 0;
    max-width: 20px;
    max-width: 20px;
    display: inline;
}
.box {
    border: 1px solid rgba(255, 0, 0, 1);
    border-radius: 2px;
    padding: .5em;
    margin: .5em 0em;
}
.archbutton {
    background-color: #48b0e4;
    color: white;
    border: 0px solid rgba(255, 255, 255, 1);
    border-radius: 2px;
 }
.taginput {
	text-align: left;
	margin-top: 0px;
}
.ks_date {
	font-weight: bold;
	font-size: 20px;
}
.ks_event {
	font-size: 20px;
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1em;
}
.ks_session {
	font-size: 16px;
	margin-left: 3em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25em;
	padding-top: .25em;
}
.ks_speaker {
	font-size: 16px;
	margin-left: 6em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25em;
	padding-top: .25em;
}
h5 {
	margin-left: 1em;
}
.ks_question {
	font-size: 14px;
	margin-left: 2em;
	border-bottom: 1px solid #cccccc;
}
.ks_response {
	font-size: 14px;
	margin-left: 1em;
}
.ks_response_bar {
	background-color: #ff9999 !important;
	white-space: nowrap;
}
.ks_response_bar_success {
	background-color: #99ff99 !important;
	white-space: nowrap;
	border: 1px solid #555555;
}

/*********************************/
/*         Carousel Stuff        */
/********************************/
html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
	font-family: 'Sansita', sans-serif;
}
.carousel-inner,.carousel,.item,.container,.fill {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.slide-wrapper {
    display: inline;
}
.slide-wrapper .container {
    padding: 0px;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .item.next,  .carousel-inner > .item.active.right { transform: translateY(100%); -webkit-transform: translateY(100%); -ms-transform: translateY(100%);
-moz-transform: translateY(100%); -o-transform: translateY(100%);  top: 0;left: 0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left { transform: translateY(-100%); -webkit-transform: translateY(-100%);  -moz-transform: translateY(-100%);
-ms-transform: translateY(-100%); -o-transform: translateY(-100%); top: 0; left: 0;}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {transform:translateY(0); -webkit-transform:translateY(0);
-ms-transform:translateY(0);-moz-transform:translateY(0); -o-transform:translateY(0); top: 0; left: 0;}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    left: -25%;
    width: auto;
}
.carousel-indicators li {
    margin-bottom: 5px;
    border: 1px solid #00a199;
    width: 10px;
    height: 10px;
    display: block;
}
.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #00a199;
}
/*-------- Animation slider ------*/
.device .screen {
    position: absolute;
    background-size: cover;
    cursor: none;
}
.animated {
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
}
.carousel-img {
	display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.item img {margin: auto;visibility: hidden; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
.item1.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease;
animation-duration: 2s; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s; animation-delay: 0.3s; -webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;-ms-animation-delay: 0.3s; }
.item .carousel-desc {color: #000; text-align: center;}

.item  h2 {font-size: 50px; animation-delay: 1.5s;animation-duration: 1s; }
.item  h3 {font-size: 25px; animation-delay: 1.5s;animation-duration: 1s; }
.item3 h3, item3.active h3 {visibility: hidden; opacity: 0; transition: all 5s ease;}

.item  p {animation-delay: 2.5s;animation-duration: 1s; width: 50%; margin: auto;}

.item2.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 0.3s ease; animation-duration: 3s; animation-delay: 0.3s}
.item2 h2, item2.active h2 {visibility: hidden; opacity: 0; transition: all 5s ease;}
.item2.active h2.animated {visibility: visible; opacity: 1;  animation-delay: 3s;}
.item1.active .carousel-img img {
	margin-top: 0%;
}
.item1 h2, item1.active h2 {visibility: hidden; opacity: 0; transition: all 5s ease;}
.item1.active h2.animated {visibility: visible; opacity: 1;  animation-delay: 3s;}
.item2.active .carousel-img img {
	margin-top: 0%;
}
.item2 .carousel-desc {color: #000; text-align: center;}
.item .fill {
    display: table;
}
.item .inner-content {display: table-cell;vertical-align: middle;}
.item3 .col-md-6 {float: none; display: inline-block; vertical-align: middle; width: 49%;}

.item3.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 0.3s ease; animation-duration: 2s; animation-delay: 0.3s}
.item3 h4 item3.active h4 {visibility: hidden; opacity: 0; transition: all 5s ease; }
.item.item3 .carousel-desc {text-align: left;}
.item3.active h4.animated {visibility: visible; opacity: 1;  animation-delay: 1.5s}
.item3 p, item3.active p {visibility: hidden; opacity: 0; transition: all 5s ease; width: 100%;  }
.item3.active p.animated {visibility: visible; opacity: 1;  animation-delay: 2.5s;}

.item4.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 0.3s ease; animation-duration: 2s; animation-delay: 0.3s}
.item4 h2, item4.active h2 {visibility: hidden; opacity: 0; transition: all 5s ease; }
.item.item4 .carousel-desc {text-align: left;}
.item4.active h2.animated {visibility: visible; opacity: 1;  animation-delay: 1.5s}
.item4 p, item4.active p {visibility: hidden; opacity: 0; transition: all 5s ease; width: 100%;  }
.item4.active p.animated {visibility: visible; opacity: 1;  animation-delay: 2.5s;}

.item5.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 0.3s ease; animation-duration: 2s; animation-delay: 0.3s}
.item5 h2, item5.active h2 {visibility: hidden; opacity: 0; transition: all 5s ease; }
.item.item5 .carousel-desc {text-align: left;}
.item5.active h2.animated {visibility: visible; opacity: 1;  animation-delay: 1.5s}
.item5 p, item5.active p {visibility: hidden; opacity: 0; transition: all 5s ease; width: 100%;  }
.item5.active p.animated {visibility: visible; opacity: 1;  animation-delay: 2.5s;}

.item6.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 0.3s ease; animation-duration: 2s; animation-delay: 0.3s}
.item6 h2, item6.active h2 {visibility: hidden; opacity: 0; transition: all 5s ease; }
.item.item6 .carousel-desc {text-align: left;}
.item6.active h2.animated {visibility: visible; opacity: 1;  animation-delay: 1.5s}
.item6 p, item6.active p {visibility: hidden; opacity: 0; transition: all 5s ease; width: 100%;  }
.item6.active p.animated {visibility: visible; opacity: 1;  animation-delay: 2.5s;}

.item7.active .carousel-img img.animated {visibility: visible; opacity: 1; transition: all 0.3s ease; animation-duration: 2s; animation-delay: 0.3s}
.item7 h2 {
	font-size: 32px;
}
.item7 h2, item7.active h2 {visibility: hidden; opacity: 0; transition: all 5s ease; }
.item.item7 .carousel-desc {text-align: left;}
.item7.active h2.animated {visibility: visible; opacity: 1;  animation-delay: 1.5s}
.item7 p, item7.active p {visibility: hidden; opacity: 0; transition: all 5s ease; width: 100%;  }
.item7.active p.animated {visibility: visible; opacity: 1;  animation-delay: 2.5s;}

@media(max-width: 768px) {
    .item  h2 {font-size: 30px; margin-top: 0px;}
    .item  h3 {font-size: 24px; margin-top: 0px;}
    .item .carousel-desc p {width: 100%; font-size: 12px;}
}
.carousel-control {
	color: #48b0e4;
}
.carousel-caption-outside {
	display: block;
	height: 200px;
    position: fixed;
    width: 45%;
    top: 45%;
    left: 73%;
    z-index: 3;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 1em;
	background-image: radial-gradient(ellipse farthest-corner at 45px 45px, rgba(50, 50, 50, 0.8) 0%, rgba(80, 80, 80, 0.6) );
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.carousel-caption-outside p {
	height: 90%;
	text-align: center;
	align-content: center;
    font-size: 1.2em;
}
.device {
    left: 20%;
}
#footerDiv {
    width: 200px;
    float: left;
}
@media(max-width: 1245px) {
	.carousel-caption-outside {
        height: 200px;
        width: 45%;
        top: 45%;
        left: 73%;
        background-image: radial-gradient(ellipse farthest-corner at 45px 45px, rgba(50, 50, 50, 0.9) 0%, rgba(80, 80, 80, 0.7) );
        -webkit-transform: translate3d(-50%,-50%,0);
            -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
            -o-transform: translate3d(-50%,-50%,0);
                transform: translate3d(-50%,-50%,0);
	}
}
@media(max-width: 790px) {
	.carousel-caption-outside {
        height: 300px;
        width: 190px;
        top: 45%;
        left: 490px;
        background-image: radial-gradient(ellipse farthest-corner at 45px 45px, rgba(50, 50, 50, 0.9) 0%, rgba(80, 80, 80, 0.7) );
        -webkit-transform: translate3d(-50%,-50%,0);
            -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
            -o-transform: translate3d(-50%,-50%,0);
                transform: translate3d(-50%,-50%,0);
	}
}
@media(max-width: 595px) {
    #outter-caption {
        display: none;
    }
}
@media(max-width: 415px) {
    .device-wrapper {
        width: 270px !important;
    }
    #typetext {
        top: -150px !important;
        right: -40px !important;
    }
    #footerDiv {
        width: 100%;
    }
}
@media(max-width: 555px) {
	.carousel-caption-outside {
        width: 100%;
        top: 75%;
        left: 50%;
        height: 150px;
        text-align: center;
        background-image: radial-gradient(ellipse farthest-corner at 45px 45px, rgba(50, 50, 50, 0.9) 0%, rgba(80, 80, 80, 0.7) );
        -webkit-transform: translate3d(-50%,-50%,0);
            -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
            -o-transform: translate3d(-50%,-50%,0);
                transform: translate3d(-50%,-50%,0);
    }
    #outter-caption {
        display: none;
    }
}

.carousel-caption h1 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.carousel-indicators {
	bottom: -30px;
}
.fade-carousel .carousel-inner .item .carousel-caption {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .carousel-caption {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
 .fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #48b0e4;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #d56231;
}
.carousel-cont {
	margin: auto;
    width: 90%;
    padding-bottom: 20px;
}
.joinlive-wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
    color: #fefefe;
}
@media screen and (min-width: 768px) {
    .joinlive-wrapper {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

/* Modal */
.modal {
    text-align: center;
}
.modal-header {
    text-align: center;
    background-color: #48b0e4;
}
.modal-footer {
    background-color: #48b0e4;
}
.modal-body {
    background-color: #fff;
    text-align: center;
}
.modal-body-left {
    background-color: #fff;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .livemain {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
#joinbutton {
	width: 100%
}
.livemain {
    text-align: left;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 15%;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/**/
.dropdown {
    right: 0px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
    min-width:210px;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
#completedevent {
    display: none;
}
#completedevent.toggled {
    display: block;
}
#archivedSched.toggled {
    display: block;
}
#archivedSched {
    display: none;
}
#completedsched {
    display: none;
}
#completedsched.toggled {
    display: block;
}
#archivedSnapPollSched {
    display: none;
}
#archivedSnapPollSched.toggled {
    display: block;
}
.completed-sched-toggle {
	border: 1px solid rgba(255, 255, 255, 255);
    padding-bottom: 5px;
}
.completed-event-toggle {
	border: 1px solid rgba(255, 255, 255, 255);
    padding-bottom: 5px;
}
.archived-sched-toggle {
	border: 1px solid rgba(255, 255, 255, 255);
    padding-bottom: 5px;
}
.archivedSnapPoll-sched-toggle {
	border: 1px solid rgba(255, 255, 255, 255);
    padding-bottom: 5px;
}
.progress {
	background: rgba(186, 186, 186, 1);
	border: 0px solid rgba(255, 255, 255, 1);
	border-radius: 2px;
  	height: 40px;
  	margin-bottom: 10px;
}
.progress-bar-custom {
    background: rgba(243, 38, 38, 0.95);
}
.progress-bar-custom > span {
  position: relative;
  top: 35%;
  text-align: center;
}
.progress-bar-custom-success {
    background-color: #01e51d;
}
.progress-bar-custom-success > span {
    position: relative;
    top: 35%;
    text-align: center;
}
.progress-bar {
    font-size: 1em;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
/* From vote.html styles / mriviewer.css */
#sidepanel {
	float: left;
	display: none;
	position: relative;
	overflow-y: auto;
    width: 50%;
	height: 100%;
}
.caseimage {
    max-width: 10%;
    max-height: 10%;
    transform: scale(10);
    transform-origin: top left;
}
#imagescontainer {
	width: 100%;
	background-color: black;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#quiztable {
	color: white;
	text-align: left;
}
#timer {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 36px;
    line-height: 2em;
}
.kquestiontext {
	text-align: left;
	width: 90%;
	margin: 0 auto;
    color: black;
    white-space: pre-line;
    font-size: 32px;
}
#quiz div.kchoicenobutton {
	float: left;
	text-align: left;
	color: white;
	text-shadow: 1px 1px #2e6da4;
}
#quiz div.kchoiceletter {
	float: left;
	width: 1.3em;
	font-weight: bold;
	text-align: left;
	color: white;
    text-shadow: 1px 1px #2e6da4;
    vertical-align: top;
}
.kcomment {
	position: relative;
	padding: 5px;
	margin-top: 1px;
	border: 1px solid #cccccc;
	font-size: 24px;
	background-color: white;
}
.kcomment_closed {
	background-color: #cccccc;
}
.kclosebtn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
}
.bargraphcontainer {
	width: 100%;
	margin-bottom: 10px;
}
.bargraph {
	height: auto;
	background-color: red;
	text-align: left;
}
.bargraphtext {
	width: 100%;
	text-align: left;
	padding-left: 5px;
}
.bargraphtext {
	 font-size: 20px;
}
.bargraph {
	font-size: 20px;
}
#quiz p {
    line-height: normal;
    padding: 5px 5px 0px 0px;
    width: 80%;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 16px;
    color: white;
	text-shadow: 1px 1px #2e6da4;
}
#quiz div.kchoicevbutton {
	min-height: 36px;
	border: 2px solid transparent;
	border-radius: 4px;
	background-color: white;
	text-align: center;
	display: block;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 1%;
	color: #2e6da4;
}
#qcount {
	width: 100%;
	background-color: black;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: white;
	font-size: 20px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
#qcount a {
	color: white;
}
#qcount a:hover {
	color: white;
}
#askQuestion {
	width: 90%;
	margin: 0 auto;
}
#askQuestion label {
	font-size: 1.5em;
	color: white;
	font-weight: 400;
	display: inline;
}
#askQuestion input[type=text] {
	width: 100%;
	font-size: 16px;
}
#askQuestion textarea {
	font-size: 16px;
}
/*  */
.imgborder {
	border: 3px dashed #48b0e4;
	width: auto;
	display: inline-block;
	margin-bottom: 2px;
}
.bannerpreview {
	background-color: #e7e7e7;
}
.qbannerpreview {
	/* background-color: #000000; */
	position: relative;
}

div.kquestion { position: relative; width: 100%; border: 1px solid #eeeeee; padding: 5px; overflow: hidden;}
div.kquestion2 { position: relative; width: 100%; border: 1px solid #eeeeee; overflow: hidden;}
div.dquestion { position: relative; width: 100%; cursor: pointer; border: 1px solid #eeeeee; padding: 5px; overflow: hidden;}

a.kquestion, a.kquestion:hover { display: block; color: black; width: 100%; cursor: pointer; border: 1px solid #eeeeee; padding: 5px;}
a.kquestion2, a.kquestion2:hover { display: block; color: black; width: 100%; cursor: pointer; border: 1px solid #eeeeee;}
a.dquestion, a.dquestion:hover { display: block; color: black; width: 100%; cursor: pointer; border: 1px solid #eeeeee; padding: 5px;}

.kresponse { display: none;margin-bottom: 20px }
.klinks {position: absolute; right: 0px; top: 0px; background-color: #fff;}
.klinks2 {right: 0px; top: 0px; background-color: #fff;}
.klinks:hover {background-color: #ddeaf1;}
.klinks2:hover {background-color: #ddeaf1;}  
.btlinks {position: absolute; z-index: 100; right: 0px; bottom: 0px; padding: 5px 10px 5px 10px;font-size: 0.90em}
.btrtlinks {position: absolute; z-index: 100; right: 0px; bottom: -15px; padding: 5px 10px 5px 10px;font-size: 0.75em;text-align: right;}

.rtlinks {position: absolute; right: 0px; top: 0px; padding: 5px 10px 5px 10px;height: 2px; font-size: 0.65em}

form {margin-top: 2em;}
form li {margin-bottom: 1.5em;}
label {display: block; margin-bottom: 1em; font-weight: 700;}
input, select, textarea {
	border: 2px solid #aaaaaa;
	color: #222222;
	font-size: 1em;
	padding: 0.5em;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    *behavior: url(/js/boxsizing.htc);
}
textarea {
    margin: 0px 0px;
    padding: 1em;
    width: 100%;
    display: block;
    margin: 0px auto;
}
input, textarea {
    -moz-transition: border .25s;
    -webkit-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s;
}
input:hover, textarea:hover, input:focus, textarea:focus,input:active, textarea:active {
    border: 2px solid #777777;
}
input[type="text"],textarea {
    cursor: text;
}
input[type="radio"], input[type="checkbox"] {
    display: inline;
    width: auto;  /* linter is wrong - leave in */
    height: auto; /* linter is wrong - leave in */
    margin-right: 1em;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline;
}
input[type="file"] {
    border: none;
}
input[type="date"] {
    width: auto;
}
select {
    height: auto;
}
/* Placeholders */
::-webkit-input-placeholder {
    color: #BBB;
}
:-moz-placeholder {
    color: #BBB;
}
:-ms-input-placeholder {
    color: #BBB;
}
/* validate.js */
label.error {
    color: #0078CF;
    margin: 0.5em 0 0 0.5em;
    font-weight: normal;
    font-style: italic;
}

/* -- TYPO
------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
    margin:0 0 0.5em;
    font-weight: normal;
}

h1 {font-size: 4.1em;
	line-height: 0.9;
	color: #555;
	margin: 0 0 0.5em;
    font-weight: normal;
}
h2 { font-size: 2.5em; margin: 0 0px 2px; color: #555; line-height: 1;}
h3 { font-size: 2.0em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.15em; text-transform: uppercase; margin-bottom: 2px; color: #555; }
h6 { font-size: 1.1em; margin-bottom: 2px; font-weight: 700;  color: #555;}
h7 { font-size: 0.75em; text-transform: uppercase; margin: 0; color: #555; }
h8 { font-size: 0.95em; margin: 0; color: #555; cursor: text; }
h8:hover {text-decoration: underline;}
h9 { font-size: 0.65em; margin: 0; color: #555; cursor: text; }
h9:hover {text-decoration: underline;}
h11 { font-size: 1.75em; margin: 0;text-transform: uppercase; color: #555; }
h12 { font-size: 0.85em; margin: 0; color: #555; cursor: text; }
h13 { font-size: 1.25em; margin: 0; color: #555; cursor: text; }
h14 { font-size: 1.65em; margin: 0;text-transform: uppercase;color: #fff; text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#333; text-decoration: none;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: #0078CF;text-decoration: underline;}
h2#navtop {
    padding-right:100px;
    margin-top: 10px;
}

/* -- GRID  https://github.com/mattberridge/Proportional-Grids/
------------------------------------------------------------- */
/* .container {width: 90%; margin: 5em auto; max-width: 1100px; min-width: 300px;}
 */
.grid-wrap {
    margin-left: -2em; /* the same as your gutter */
    overflow: hidden;
    *zoom: 1;
}
.grid-wrap:before, .grid-wrap:after {
    content: "";
    display: table
}
.grid-wrap:after {
    clear: both
}
.grid {
    float: left;
    padding-left: 2em; /* this is your gutter between columns */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/boxsizing.htc);
}

.half-gutter {
    margin-left: -1.5em;
}
.half-gutter .grid-col {
    padding-left: 1.5em;
}

.col-full {width: 100%;}
.col-one-half {width: 50%;}
.col-one-third {width: 33.333%;}
.col-two-thirds {width: 66.666%;}
.col-one-quarter {width: 25%;}
.col-three-quarters {width: 75%;}

.divide-top {border-top: 1px solid #ccc;padding-top: 2em;margin-top: 1.5em;}

.mright {margin-right: 3em;}
.mleft {margin-left: 3em;}
.mtop {margin-top: 3em;}
.mbottom {margin-bottom: 3em;}
.halfmright {margin-right: 1.5em;}
.halfmleft {margin-left: 1.5em;}
.halfmtop {margin-top: 1.5em;}
.halfmbottom {margin-bottom: 1.5em;}

.fright, .fleft {display: block; overflow: hidden}
.fright {float: right}
.fleft {float: left}

.alignleft {float: left;clear: left;margin: 0.38em 1.62em 0.38em 0;}
.alignright {float: right;clear: right;margin: 0.38em 0 0.38em 1.62em;}
.aligncenter {margin: 0 auto 1.62em;display: block;
	border-radius: 10px;
	padding: 10px 20px;
	color: white;
	font-weight: 600;
	background-color: #48b0e4;
	border: none;
}
.centertext {text-align: center;}
.bg-grey {background-color: #F5F5F5;}
.bg-inst {background-color: #706f70;}
.bg-instdrk {
    background-color: #e2e2e2;
    border: 2px solid white;
 }
/* #1d1d1c */
.bg-blue {background-color: #48b0e4;}
.bg-orange {background-color: #e95138;}
.bg-green {background-color: #4fbb69;}
.white {color: white;}
.white > a {color: white;}
.blue {color: #48b0e4;}
.highlights {background-color: #4fbb69;}
.ui-sortable-placeholder {
    display: inline-block;
    width: 253px;
    height: 100px;
}
.title-banner>h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pptinstructions {
	margin-right: 10%;
	margin-left: 10%;
}
.half-banner {
	color: #c0c5bf;
	color: white;
}
.half-banner>h1 {
	margin-top: 7px;
	margin-bottom: 7px;
}
.block-label {
	display: block;
	margin-top: 30px;
	margin-bottom: 6px;
}
input[type="submit"] {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 10px 20px;
	color: white;
	font-weight: 600;
	background-color: #48b0e4;
	border: none;
}
input[type="text"] {
	font-size: 1.75rem;
}
input[type="text"],
select {
	width: 45%;
	margin-right: 0.5%;
}
input[type="text"][disabled] {
	background-color: white;
	color: #888;
}
select,
input.datepicker-field {
	background: url('../img/arrow.png') no-repeat 98% #F5F5F5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: inline-block;
}
input.text-block {
	width: 100%;
	height: 180px;
    font-size: 1.75rem;
}
input.full {
	width: 100%;
}
button.standard {
	border-radius: 2px;
	color: white;
	font-weight: 600;
	background-color: #48b0e4;
	border: none;
	cursor: pointer;
}
button.save-continue,
button.save-finish {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 10px 20px;
	color: white;
	font-weight: 600;
	background-color: #48b0e4;
	border: none;
	cursor: pointer;
}
a.save-finish {
	cursor: pointer;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 10px 20px;
	color: white;
	font-weight: 600;
	background-color: #48b0e4;
	border: none;
}
img.solo-mark {
	height: 3em;
	padding: 5px;
	margin-left: 10px;
}
footer {
	line-height: 30px;
}
footer a,
footer a:focus,
footer a:hover {
	color: white;
	text-decoration: none;
	display: inline-block;
}
footer > container > a:first-of-type {
	border-left: none;
}
@media (min-width: 768px) {
	footer > container > a {
		border-left: 1px solid white;
	}
}
.margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Navbar Start */
.navbar-brand {
	position: absolute;
	text-align: left;
	left: 0!important;
}
.navbar-brand-new {
	width: 40px;
	position: absolute;
	top: -10%!important;
	text-align: left;
	left: -30%!important;
	font-size: 2.5em;
}
.navbar-brand>img {
	height: 60px;
	width: auto;
}
.navbar .nav,
.navbar .navbar-header {
	margin-top: 5px;
	margin-bottom: 5px;
	z-index:10000;
}
.navbar .nav>li {
	padding: 5px 8px;
}
.navbar .nav>li:first-of-type {
	border-left: none;
}
.navbar-nav>li>a {
    padding: 7px;
}
@media (min-width: 768px) {
	.navbar .nav>li {
		border-left: 2px solid #48b0e4;
	}
}
@media (max-width: 1100px) {
	.navbar-nav>li>a {
		padding: 0;
	}
}
.navbar .nav>li>a {
	color: #48b0e4;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-fixed-bottom {
	min-height: 40px;
}
/* Navbar End */
.logoimage {
    height: auto;
    width: auto;
    max-width: 250px;
    max-height: 100px;
}
a.filldiv {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.insttoggled {
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 300px;
}
#sidebar-wrapper {
	padding-left: 10px;
    position: fixed;
    left: 300px;
    z-index: 1000;
    overflow-y: auto;
    margin-left: -300px;
    width: 0;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fefefe;
}
@media (min-width: 768px) {
    #wrapper.toggled {
        padding-left: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

div.fquestion {
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 1px solid #eeeeee;
    padding: 5px;
    display: none;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    left: 0px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 300px;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    color: #999999;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    background: none;
    color: #fff;
}
.sorting_1:first-of-type + td {
	width: 75%;
	text-align: left;
}
.scrollable {
    overflow-y: scroll
}
.linkButton {
    font-size: 18px;
    background-color: #48b0de;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    padding: 10px;
}
.linkButton:hover {
    background-color: #666;
    color: black;
    border: none;
}
.linkButton:focus {
    outline: 0
}
#toast-container > div {
    opacity: 1;
}
.control-group {
    display: flex;
    width: 100%;
}
.control-group button,
.control-group input,
.control-group select {
    display: table-cell;
    margin-bottom: 10px;
}
.control-group button {
    white-space: nowrap;
    margin-left: 10px;
}
.control-group input,
.control-group select {
    width: 90%;
}
.small {
    margin-bottom: 5px;
    margin-top: 5px;
}
.inputbox {
    max-width: 50px;
    max-height: 40px;
    text-align: right;
    padding-bottom: 2px;
    padding-top: 2px;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-body-touch {
    min-height: 100px;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-height: 600px) {
    .modal-body-touch {
        max-height: 500px;
    }
}
@media (min-height: 800px) {
    .modal-body-touch {
        max-height: 700px;
    }
}
@media (min-height: 1000px) {
    .modal-body-touch {
        max-height: 800px;
    }
}
@media (min-height: 1200px) {
    .modal-body-touch-body {
        max-height: 1000px;
    }
}

/***** quickdraw stuff *****/
.circle {
    width: 27px;
    height: 27px;
    background: black;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom-width: .7em;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-left: .3em solid transparent;
    font-size: 15px;
}
.star:before, .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
    border-bottom-width: .7em;
    border-bottom-style: solid;
    border-bottom-color: inherit;
}
.star:after {
    transform: rotate(35deg);
    border-bottom-width: .7em;
    border-bottom-style: solid;
    border-bottom-color: inherit;
}
.arrow {
    transform: rotate(45deg);
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
}
.arrow:before {
    content: "";
    box-sizing: border-box;
    right: 0;
    top: -3px;
    position: absolute;
    height: 4px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: inherit;
    transform-origin: right top;
}
.outline {
    background-color: rgba(204, 0, 102, 0);
    border: 3px solid #333;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
/***** end quickdraw stuff *****/
.pointer {
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.font2em {
    font-size: 2.0em;
    line-height: 1.1;
}
@media print {
    .noprint, .noprint * {
        display: none !important;
    }
    a[href]:after {
        display: none;
        visibility: hidden;
     }
}
.error {
    color:red;
    font-weight: bold;
}
.errorhide {
    color:red;
    font-weight: bold;
    display: none;
}
.hide {
    display: none;
}
.red {
    color: red;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.noDisplay {
    display: none;
}
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    display: inline-flex;
}
.loaderlarge {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    display: inline-flex;
}
/* Safari */
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.btnBlue {
    background-color:#48b0e4;
    color:white;
}
.btnGrey {
    background-color:#666;
    color:white;
}
