* {
    margin: 0;
}
body {
	background-color: #FEFFFF;
	color: #000;
	font-size: 1vmax;
}

body, .btn {
	font-family: Helvetica, sans-serif;
}

.btn-box{
	background: transparent;
	border: 2px solid #feb823;
	color: #fff;
}
.navbar .btn-box{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin: 10px 0 10px 10px;
}

.btn-active{
	background-color: #666;
	color: white;
}
.btn-active:hover, .btn-active:active, .btn-active:focus{
	background-color: #555;
	color: white;
}
.btn-warning{
	color: #000;
}
.text-warning {
	color: #ffe947;
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 12.5px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}


input[type="search"] {
  -webkit-appearance: textfield;
}

.clear {
	clear: both;
}

.navbar-brand {
padding-top: 3px;
}
.navbar-brand img {
max-height: 50px;
width: auto;
display: inline-block;
}

.font-bold {
font-weight: bold;
}


.dropdown-menu li {
  display: block;
}

.div-vertical{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-top: 250px;
margin-left: -250px;
width: 500px;
}


.btn-pay{
	background-color: #009cde; font-weight: bold; font-size: 17px; font-style: italic; font-family: Verdana, sans-serif; color: #fff;
}


@media screen and (max-width: 1000px) {
	body { font-size: 12px; }
}
@media screen {
	html, body {
	    height: 100%;
	}
	body {
		background-color: #FEFFFF;
		font-family: 'Open Sans', Helvetica, sans-serif;
	}
	h1, h2, h3, h4, h5 {
		font-family: 'Open Sans', Helvetica, sans-serif;
	}
}

.number_box{
	border: 1px solid #ccc;
	min-width: 110px;
	text-align: center;
	padding: 0 8px 8px 8px;
	margin: 10px;
	display: inline-block;
	background-color: #f6f8f9;
	color: #000;
}
.number_box h2{
color: #008bd8;
}


.table-hover tr.selected > td {
background-color: #d5e0f6;
-webkit-transition: background 1s linear;
-moz-transition: background 1s linear;
-ms-transition: background 1s linear;
-o-transition: background 1s linear;
transition: background 1s linear;
}

.navbar, .navbar-header {
	border-radius: 0px;
}
.navbar-header {
	height: 64px;
}

.user_html, .user_html h1, .user_html h2, .user_html h3, .user_html h4, .user_html h5 {
	font-size: 1.1em;
	line-height: 1.4em;
}
h1 b, h2 b, h3 b, h4 b, h5 b {
	font-weight: inherit;
}
.user_html h1 {
font-size: 25px;
font-weight: 600;
}
.user_html h2 {
font-size: 22px;
}
.user_html h3 {
font-size: 20px;
}
.user_html h4 {
font-size: 17px;
}
.user_html h5 {
font-size: 15px;
}
.user_html p a, .user_html li a {
text-decoration: underline;
}
.printing .hidden-print {
	display: none;
}

#fixed-guide{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background-color: #b6e6ff;
  min-height:40px;
  max-height: 100%;
  padding: 15px;
  font-size: 1.1em;
  z-index: 1000000;
  overflow: auto;
}
#fixed-guide .guide-ctrls {
  margin: -14px -14px 15px 15px;
}

#fixed-guide-mark-OLD{
  position:fixed;
  bottom:0;
  right:0;
  background-color: #b6e6ff;
  min-height:30px;
  padding: 10px 2px 2px 10px;
  font-size: 1em;
  z-index: 1000000;
  border-top-left-radius: 8px;
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
  position: fixed;
}
.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
}
.corner-ribbon.blue{background: #b6e6ff;}

#fixed-nag{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background-color: #a03131;
  min-height:40px;
  max-height: 100%;
  padding: 15px;
  font-size: 1.1em;
  z-index: 1000000;
  overflow: auto;
  color: #ffffff;
}

#is_loading{
	padding: 20px 0 0 30px;
}


code {
	color: #34cc99;
}

body.user.index .navbar {
	margin-bottom: 0;
}

#toc {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 40px;
}

#toc>ul>li>a{
	font-weight: bold;
}

@media print {
	.hidden-print {
		display: none !important;
	}
	#fixed-guide, .corner-ribbon{
		position: relative !important;
		bottom: auto !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
	}
}

#sub-123 li {
	margin-bottom: 10px;
}
#sub-123 li input {
	padding: 1px 6px;
	height: 25px;
}


table.export{
	font-size: 11px;
}
table.export tr td {
	white-space: nowrap;
	min-width: 90px;
}

.likert li {
  float: left;
  list-style-type: none;
  padding-right: 7px;
}
.likert li label {
  font-weight: normal;
  text-align: center;
}
.likert li label input {
  display: block;
}


ul.dropdown-menu li i.fa, ul.dropdown-menu li code {
	min-width: 17px;
}

.bold {
	font-weight: bold;
}
.light {
	color: #777;
}

.fa-sm {
	font-size: 0.75em;
    line-height: 1em;
    vertical-align: 15%;
}
.fa-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-bg-Developmental  {
	background-color: #b5dde7
}

.section-bg-Diagnostic  {
	background-color: #cabfd8
}

.border-left {
	border-left: 1px solid #000 !important;
}
.border-top {
	border: 1px solid #ddd;
	border-top: 1px solid #000 !important;
}

span div { /*turn all divs inside spans into spans*/
	display: inline-block;
}

.keep-together {
   page-break-inside: avoid;
}