/*
Colors
NU Blue: #236EB9

NU Navy: #1A4B85

Dark Gray: #1E2021
Steel Gray: #35414F
Text Gray: #333333
Light Gray: #F5F5F5
White: #FFFFFF

CTA Green: #00AA5B
CTA Orange: #FA8612
Athletics Yellow: #FEBE10

*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {
	color: #236EB9;
	text-decoration: none;
}

body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
	max-width: 1050px;
	background: #fff;
}

h1 {
	width: 100%;
	color: #236EB9;
	text-align: center;
	font-size: 35px;
    font-weight: 800;
}


/* ------ kiosk landing page style ------ */

.kioskHeader {
	color: #0071BB; 
	font-size: 130px;
	text-align:center;
	margin-top: 125px;
	padding-bottom: 50px;
}


.option {
	
	display: flex;           /* use flex to center content inside */
    justify-content: center; /* horizontal center inside button */
    align-items: center;     /* vertical center inside button */
	margin: 50px auto;
    width: 235px;
    height: 55px;
    border-radius: 7px;
    background-color: #0071BB;
    color: white;
    text-align: center;
	
	/* flex: 5;
    text-align: center;
    margin: 20px 0px;
    max-width: 235px;
    min-width: 235px;
    height: 55px;
    border-radius: 7px;
    float: left;
    background-color: #0071BB;
	color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	*/
	
	/*
	position: relative;
	width: 99%;
	height: 80px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	box-shadow: 1px 1px 1px #ddd; 
	background-color: #eee;
	border-radius: 1px;
	border: 1px solid #ccc;
	font-size: 35px;
	text-shadow: 1px 1px #eee;
	*/
}

.option a::after {
	/* content: "\f054"; 
	font-family: FontAwesome; 
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 40px;
	color: #666;
	bottom: -1px;
	right: 20px;
	z-index: 1;
	*/
}

.option a {
	
	display: flex;           /* allow centering text */
    justify-content: center; /* horizontal center of text */
    align-items: center;     /* vertical center of text */
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
	
	/* display: inline-block; 
	line-height: 80px;
	width: 100%;
	height: 100%;
	*/
}
.option i {
	padding-right: 20px;
	padding-left: 20px;
}
/* New Kiosk version */
.option2 {
	float: left;
	text-align: center;
	width: 175px;
	height: 120px;
	padding: 0;
	margin-top: 30px;
	font-size: 25px;
	font-weight: 700;
	text-shadow: 1px 1px #eee;
}

#kioskid {
	margin-bottom: 200px;
	text-align:center; 
}

#patronid {
	border: 1px solid #1b2c3e;
    background-color: #ffffff;
    padding: 10px;
	font-size: 50px;  
	border-radius: 4px;
	padding: 10px;
}

.kioskGo {
	font-size: 50px; 
	background: #FA8612;
	border-radius: 4px; 
	padding: 10px;
	cursor:pointer;
}

.option2 a {
}
.option2 span {
	display: block;
	font-size: 95px;
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

div#nu_kiosk {
  text-align: center;
}

div#nu_kiosk_content {
	text-align: center;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

div#nu_kiosk_content > h1 {
	font-size: 55px;
    font-weight: 800;
	margin-top: 50px;
}

div#nu_kiosk_checkouts {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

#checkout_input {
	box-sizing: border-box;
	font-size: 20px;
	padding: 10px 10px;
	width: 100%;
	margin: 10px 0px;
}

#checkout_input input[type=submit] {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: center;
  background: #ecf0f1;
  border: 0;
  border-bottom: 2px solid #dadedf;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #dadedf;
  box-shadow: inset 0 -2px #dadedf;
}

#checkout_input input[type=submit]:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
} 

.checkout-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

.checkout-item {
    padding: 25px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.item-title {
    font-size: 1rem;
    color: #333;
	text-align: left;
}

.item-due {
    text-align: right;
    font-weight: bold;
    color: #0071bb;
    min-width: 200px;
}

.due-today {
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
    font-weight: normal;
    color: red;
}

.error {
    background-color: #fff0f0;
    color: red;
}


.res_link {
	cursor: pointer;
	text-decoration: none; 
	display: block; 
	height: 100%;
	width:100%;
}

.res_time {
	display: none;
}

.res_time_block {
	background-color: #00AA5B;
	margin-top: 5px;
}

.res_time_block a {
	color: white;
}

.image-container {
	width: 100%;
	text-align:center; 
	margin-top: 20px;
}

ul {
	list-style-type: none;
}

li {
	margin-top: 20px;
}
