/*
 * Globals
 */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
	{
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	}

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #000;
  border: .05rem solid #000;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000;
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

.cover-container {
  width: 90%;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000;
  border-bottom-color: #000;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding-top: 15px;
}
.cover a {
	color:#007bff;
	text-decoration:underline;
}
.cover a:hover {
  text-decoration:none;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(0, 0, 0, .5);
}
.mastfoot a {
	color:#007bff;
	text-decoration:underline;
}
.mastfoot a:hover {
  text-decoration:none;
}

/*
 * Monitor White
 */
.white
	{
	font-weight: 400;
	font-style: normal;
	font-family: Courier New, Courier, Serif;
	color: #FFF;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0px;
	background-color:#FFF;
	}

.red
	{
	color: #ff0000;
	}

.red-shadow
	{
	color: #ff0000;
	text-shadow: 1px 1px 2px #900000;
	}

.monitor a {
	color: #007bff;
	text-decoration:underline;
}
.monitor a:hover {
	color: #007bff;
	text-decoration:none;
}

.blue
	{
	color: #007bff;
	}

.blue-shadow
	{
	color: #007bff;
	/* text-shadow: 1px 1px 2px #030395; */
	}

.wrapper
	{
	width: 830px;
	margin: 50px auto 0;
	}

.monitor
	{
	/* background: rgba(26, 26, 26, 0.7); */
	color: #000000;
    width: 830px;
    height: 230px;

	font-size: 18px;
	/* text-shadow: 1px 1px 2px #089119; */

	border-radius: 10px;
    box-sizing: border-box;

    margin: 30px auto;
    padding: 20px;

	position: relative;
	}

.typed-cursor
	{
	/* background: #0bff27; */
	background: #000000;
	text-shadow: none;
	padding: 1px 2px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
	}

.bot
	{
	position: absolute;
	bottom: 20px;
	left: 20px;
	}

@keyframes blink
	{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
	}
@-webkit-keyframes blink
	{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
	}
@-moz-keyframes blink
	{
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
	}

/*
 * Access Code
 */
.table-responsive
	{
    display: table;
	}

input, textarea, select
	{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
	}
form, fieldset
	{
	margin:0;
	padding:0;
	border-style:none;
	}

td
	{
	border:0px white solid;padding:5px 5px 5px 5px;
	}
.table tr
	{
	vertical-align:middle;
	}
.table p
	{
	margin:0px;
	}

.input_field
	{
	width:	230px;
	height: 230px;
	background:url('/images/bg_input_field.png') no-repeat;
	background-position:center;	
	}

.tablecodeform td
	{
	border: 0px;
	}

input[type="text"].code_input
	{
	width:65px;
    color:#000000;
    font-family:Courier New, Courier, iTerm, Monospace;
    font-size:24pt;
    font-weight:bold;
    outline:none;
    }

input[name="codeone"]
	{
	margin-top:27px;
	margin-bottom:10px;
    }
input[name="codetwo"]
	{
	margin-top:27px;
	margin-bottom:10px;
    }
input[name="codethree"]
	{
	margin-bottom:10px;
    }
input[name="codefour"]
	{
	margin-bottom:10px;
    }

#codeverificationresult
	{
	height: 100px;
	font-size:14pt;
	line-height:1.2;
	}

#codeverificationresult a {
	color:#007bff;
	text-decoration:underline;
}
#codeverificationresult a:hover {
  text-decoration:none;
}

/*
 * Feedback
 */
.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}
.heading {
text-align: left;
text-indent: 40px;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
.paragraph {
text-align: justify;
text-indent: 40px;
}
.note {
padding:20px;
background:#dddddd;
}

/*
 * Social
 */
.f_2_soc_desc a {
    font-size: 16px;
	color: rgba(0, 0, 0, .5);
    margin: 0 5px;
}
.f_2_soc_desc a:hover {
	color: rgba(0, 0, 0, .25);
}