.selectize-dropdown-content {
  max-height: 500px;
}
* {
  font-family: Roboto;
}
.navbar{
  display: none;
}
.col-sm-12 .box-title {
  font-weight: bold;
}
.box-header {
  text-align: center;
  margin: 1px 1px 10px 1px;
  padding: 1px;
  padding-left: 155px;
}
.col-sm-4 .box .box-header {
  text-align: center;
  margin: 1px 1px 1px 1px;
  padding: 1px;
}
.box-body {
  padding: 1px;
}
h4 {
  margin: 1px 1px 1px 1px;
  padding: 1px;
}
#myLink {
  text-align: left;
  font-size: 30px;
}
body {
  -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
  zoom: 0.8; /* Other non-webkit browsers */
  zoom: 80%; /* Webkit browsers */
}
#stratvar_tabbox {
  visibility: hidden;
}
.btn {
  background-color: #fff;
  border: 3px #f5fafc solid;
}
.arrow {
  border: solid #003a71;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  bottom: 2px;
  left: 2px;
  position: relative;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#howToText{
  margin-top: 10px;
}
.selectize-input{
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 4px solid #163A6D !important;
  border-bottom-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
	position: relative;
	top: 12px;
	color: #000000;
	font-weight:bold;
	text-align: center;
	min-width: 80px;
}
.selectize-input.disabled{
   color:black;
}
.selectize-input.focus{
	box-shadow: none;
}
.selectize-dropdown{
box-shadow: 2px 2px 4px #000000;
	border: 1px solid #938c8c;
	border-radius: 0px;
  font-size: 16px;
  color: c4c4c4;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.selectize-dropdown .active{
  background: #317347;
  color: #fff;
  border: 1px solid #938c8c;
  border-radius: 0px;
}
.selectize-dropdown-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.selectize-dropdown-content > .option{
  border-bottom: 1px solid #938c8c;
  border-bottom-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 8px;
  margin: 0px;
}
.selectize-control .selectize-input.disabled{
  opacity:1;
}
.selectize-control.single .selectize-input:after{
  position: absolute;
  right: 0;
}
.btn.active {
  background-color: #fff;
  border: 3px #003a71 solid;
}