@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

html 	{
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 500;
	}

body {  margin: 0; }

main 	{
	width: 100%;
	bottom: 100px;
	}

page 	{
	width: 100%;
	align: center;
	margin: 0px;
	padding: 0px;
	}

.header	{
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: linear-gradient(to left, #add, #009fe3);
	}

.library-name {
	position: absolute;
	left: 25px;
	top: 25px;
	margin: 0px;
	color: black;
	height: 85px;
	width: 250px;
	background-image: url(https://onecard.network/custom/web/pae/2019/Images/PAE-libraries-WHITE.png);
	background-size: contain;
	background-repeat: no-repeat;
	}

	.library-name h1 {
	display: none;
	}

.nav-links {
	border: 2px solid;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 350px;
	height: 200px;
	background-color: #0067B1;
	overflow: visible;
	padding: 0px;
	margin: 10px;
	color: white;
	}

.nav-menu {
	color: white;
	overflow: hidden;

}

.nav-menu-sub {
	list-style: none;
	height: 40px;
	padding: 0px;
	color: white;
	overflow: hidden;
}


.nav-item {
	list-style: none;
	padding: 10px;
	}

.content {
	position: absolute;
	left: 360px;
	top: 120px;
	width: 60%;
	height: 100%;
	overflow: visible;
	padding: 10px;
	margin: 20px;
	margin-right: 0px !important;
	background-color: white;
	padding-right: 0;
	}

.footer {
	position: absolute;
	left: 10px;
	top: 360px;
	width: 350px;
	overflow: visible;
	padding: 0px;
	margin: 10px;
	font-size: 9pt;
	color: black;
	}

a	{   
	text-decoration: none;
	color: white;
	background-color: transparent;
	}

a:active, a:hover { outline: 0; }

b, strong {  font-weight: bold; }

p, h2, h3 {
	text-align: left;
    	orphans: 3;
    	widows: 3;
  	}

h1 	{
  	font-size: 2em;
  	margin: 0.67em 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  	font-family: sans-serif;
  	font-weight: 500;
  	line-height: 1.1;
  	font-family: 'Montserrat', sans-serif;
}

img 	{  border: 0; }

hr 	{
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
	}

.alert 	{
  	padding: 15px;
  	margin-bottom: 20px;
  	border: 1px solid transparent;
  	border-radius: 0;
	}

.alert-danger {
  	background-color: #f2dede;
  	border-color: #ebccd1;
  	color: #a94442;
	}

button { overflow: visible; }

button, select {  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  	-webkit-appearance: button;
  	cursor: pointer;
	}

button[disabled], html input[disabled] {
  	cursor: default;
	}

button::-moz-focus-inner, input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
	}

.btn-success {
  	color: #fff;
  	background-color: #009fe3;
  	border-color: #009fe3;
 }
 
 .btn-success:hover {
  	color: #009fe3;
  	background-color: #fff;
  	border-color: #009fe3;
 }

.btn-options {
  	color: #fff;
  	background-color: #512d6d;
  	border-color: #4cae4c;
	}

.btn-lg > .btn {
  	padding: 10px 16px;
  	font-size: 18px;
  	line-height: 1.3333333;
  	border-radius: 0;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	}

.btn-block {
  	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	}

.btn {
  	display: inline-block;
  	margin-bottom: 0;
  	font-weight: normal;
  	text-align: center;
  	vertical-align: middle;
  	touch-action: manipulation;
  	cursor: pointer;
  	background-image: none;
  	border: 2px solid transparent;
  	white-space: nowrap;
  	padding: 6px 12px;
  	font-size: 24px;
  	line-height: 1.42857143;
  	border-radius: 0;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	margin-left: auto;
  	margin-right: auto;
  	width: auto;
  	font-family: 'Montserrat', sans-serif;
  	border-radius: 70px;
  	box-shadow: #0067b1 0px 3px;
}

.btn-danger, td a {
  	color: #fff;
  	background-color: #d9534f;
  	border-color: #d43f3a;
	}

.btn-cancel {
  	display: inline-block;
	margin-bottom: 0;
  	font-weight: normal;
  	text-align: center;
  	vertical-align: middle;
  	touch-action: manipulation;
  	cursor: pointer;
  	background-image: none;
  	border: 1px solid transparent;
  	white-space: nowrap;
  	padding: 6px 12px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	border-radius: 0;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	}

.col1 {
    width: 58.33333333%;
  }
  
.col2 {
    width: 41.66666667%;
  }
.col3 {    width: 25%;  }
.col4 {width: 1px;}
.col5 {    width: 33.33333333%;  }
.col6 {
    width: 75%;
  }
.col7 {
    width: 14%;
  }
.col8 {width: 15px;}

.debug-display {
	top: 340px;
	left: 0px;
	width: 350px;
	margin: 10px;
	position: fixed;
	}

.form-horizontal {}

.form-group {
  margin-bottom: 15px;
}

.form-control {
	display: block;
	width: 40%;
	height: 34px;
	/* padding: 6px 12px; */
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #003055;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

.form-control-width {
	align: right;
	}

.form-labels {
	font-weight: bold;
	line-height: 2.5;
	}

input {   line-height: normal; }

input[type="text"], input[type="password"] {
	display: block;
	width: 39%;
	height: 20px;
	padding: 6px 0px;
	padding-left: 1%;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #003055;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

input[type="checkbox"], input[type="radio"] {
  	box-sizing: border-box;
  	padding: 0;
	}

table 	{
  	border-collapse: collapse;
  	border-spacing: 0;
  	width: 40%;
 }

td, th 	{
	padding: 0;
	}

.red-text {
	color: red;
	}

.res-time {
	align: left;
	text-align: center;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;

	font-size: 14px;
	line-height: 1.42857143;

	color: #000000;
	background-color: #FFFFFF;

	background-image: none;
	border: 1px solid #003055;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
#timer {
	font-weight: bold;
	text-decoration: underline;
	}

.text-center {
	text-align: center;
	}

	
    
@media only screen and (max-width: 1400px) {
    
}





