@charset "UTF-8";
/* CSS Document */

/* Required to allow #content to fill 100% height */
html, body{
  height:100%;
}

body {
	margin: 0px;
	padding: 0;
	/* [disabled]width: 280px; */
	/* [disabled]min-width: 320px; */
	background-repeat: repeat;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A1F4A;
}
body#admin {
	margin: 0;
	padding: 0;
	/* [disabled]width: 280px; */
	/* [disabled]min-width: 320px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A1F4A;
	background-color: #ededed;
}
#content {
    max-width: 1630px;
    margin: 0 auto;
    /*text-align: center;*/
    line-height: 20px;
    background-color: #FFF;
	/*padding: 0 0 60px 0;*/
	min-height:100%;
}
#content2 {
	width: 720px;
	margin: 24px auto;
	text-align: center;
}
#content3 {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    background-color: #FFF;
	padding: 0 0 60px 0;
}
.main {
	padding: 6px;
	/* [disabled]border-color: #054D7A; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 14px/18px Arial Black, Gadget, sans-serif;
	color: #FFF;
	margin: 12px 0;
	background-color: #D0D4E6;
}
.mainlist {
	padding: 6px;
	border-color: #0A1F4A;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 14px/18px Arial Black, Gadget, sans-serif;
	color: #0A1F4A;
	margin: 12px 0;
}
.welcome {
    font-size: 16px;
    line-height: 23px;
	padding: 0 120px;
}
.topnav {
    /* [disabled]height: 60px; */
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: auto;
    /*min-width: 80px;*/
    /*max-width: 280px;*/
    text-align: center;
    vertical-align: bottom;
    font: 14px Arial Black, Gadget, sans-serif;
    background-color: #171772;
    padding: 8px 10px;
    color: #FFF;
    position: relative;
    float: right;
    display: inline-block;
    border: 2px solid #FFFFFF;
    margin-left: 10px;
}
.topnav.topnav-left {
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-right: 10px;
}
.topnav:hover {
	background-color: #4affbc;
	color: #171772;
	border: 2px solid #4affbc;
}
.topnav > a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.divbutton-flex {
    /* [disabled]height: 60px; */
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 280px;
    text-align: center;
    vertical-align: bottom;
    font: 16px Arial Black, Gadget, sans-serif;
    background-color: #171772;
    padding: 9px 0;
	margin: auto;
    color: #FFF;
    position: relative;
}
.divbutton-flex:hover {
	background-color: #4affbc;
	color: #171772;
}
.divbutton-flex a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.divbutton {
    /* [disabled]height: 60px; */
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 300px;
    text-align: center;
    vertical-align: bottom;
    font: 16px Arial Black, Gadget, sans-serif;
    background-color: #171772;
    padding: 12px 0;
    margin: 12px 10px 12px 0;
    color: #FFF;
    position: relative;
    border-width: medium;
}
.divbutton:hover {
	background-color: #4affbc;
	color: #171772;
}
.divbutton a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton narrow {
	width: 282px;
}
.divbutton2 {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 130px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Arial Black, Gadget, sans-serif;
	background-color: #0A1F4A;
	padding: 12px 0;
	margin: 4px;
	color: #FFF;
	position: relative;
}
.divbutton2:hover {
	background-color: #4affbc;
	color: #171772;
}
.divbutton2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton3 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #171772;
	padding: 6px 0;
	margin: 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton3:hover {
	background-color: #4affbc;
	color: #171772;
}
.divbutton3 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton4 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 170px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #171772;
	padding: 6px 0;
	margin: 8px 12px 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton4:hover {
	background-color: #4affbc;
	color: #171772;
}
.divbutton4 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pagediv {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #0A1F4A;
	padding: 6px 0;
	margin: 4px 6px 4px 0;
	color: #FFF;
	position: relative;
	float: left;
}
.pagediv:hover {
	background-color: #F0B510;
}
.pagediv a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pagediv2 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;
	padding: 6px 0;
	margin: 4px 6px 4px 0;
	color: #FFF;
	position: relative;
	float: left;
}
.pagediv2:hover {
	background-color: #F0B510;
}
.pagediv2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.formbutton3 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #0C3;
	width: 204px;
	height: 40px;
	font: 24px Arial Black, Gadget, sans-serif;
	color:#FFF;
	margin: 8px 0;
	border: 0px;
}
.formbutton3:hover {
	background-color: #F00;
}
.formbutton4 {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #181773;
    width: 120px;
    /*height: 26px;*/
    font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    margin: 8px 0;
    border: 0px;
}
.formbutton4:hover {
    background-color: #4affbc;
		color: #171772;
}
.formbutton7 {
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 6px;
	background-color: #171772;
	min-width: 200px;
	min-height: 40px;
	font: 16px Arial Black, Gadget, sans-serif;
	color:#FFF;
	text-align: center;	
	/* margin: 8px 0px; */
	border: 0px;
}
.formbutton7:hover {
	background-color: #4affbc;
	color: #171772;
}
.approve {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* width: 130px;*/
	text-align: center;	
	vertical-align: bottom;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;
	padding: 2px 6px;
	/*margin: 2px;*/
	color: #FFF;
	position: relative;
	font-weight: bold;
}
.approve hover {
	background-color: #46AA08;
	color: #FFF;
}
.approve a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.approve2 {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* width: 130px;*/
	text-align: center;
	vertical-align: bottom;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1eb01e;
	padding: 2px 6px;
	/*margin: 2px;*/
	color: #FFF;
	position: relative;
	font-weight: bold;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	/* [disabled]padding: 0 6px; */
	font-size: 14px;
	padding: 0 16px;
}
.tabletextright {
	font-family: Arial, Helvetica, sans-serif;
	color: #1FCA3E;
	text-align: right;
	font-size: 18px;
	padding: 4px 10px;
	font-weight: bold;
}
.hilite {
	background-color: #D0D4E6;
}
.hilite2 {
	background-color: #FFF;
}
.tabletext1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A1F4A;
	text-align: left;
	/* [disabled]padding: 0 6px; */
	font-size: 12px;
	padding: 4px 16px 4px 4px;
}
a.tabletext1:link {
	color: #0A1F4A;
	text-decoration: none;
}
a.tabletext1:hover {
	color: #0C3;
	text-decoration: none;
}
a.tabletext1:visited {
	color: #0A1F4A;
	text-decoration: none;
}
a.tabletext1:active {
	color: #0A1F4A;
	text-decoration: none;
}
input {
	font-size: 18px;
	width: 280px;
	text-align: left;
	height: 30px;
	margin: 10px 0;

}
select {
	font-size: 16px;
	-webkit-text-fill-color: #0a1f4a; /* Override iOS / Android font color change */
	-webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
	color: #0a1f4a; /* Override IE font color change */
}
/*select[disabled="disabled"] {
    color: #f0b510;
    background-color: #0a1f4a;
} */
.maintable {
	margin: 6px;
	width: 260px; 
}
    #progressbox {
	border: 1px solid #000;
	padding: 1px;
	position:relative;
	width:280px;
	border-radius: 3px;
	margin: 10px 0;
	display:none;
	text-align:left;
}
    #progressbar {
	height:30px;
	border-radius: 3px;
	background-color: #06F;
	width:1%;
}
    #statustxt {
	top:3px;
	left:45%;
	position:absolute;
	display:inline-block;
	color: #000000;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 8px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.Upload {
	font-size: 10px;
}
.pikbox {
	/*-webkit-transform: rotate(90deg); /* Safari and Chrome */
	/*-moz-transform: rotate(90deg);   /* Firefox */
	/*-ms-transform: rotate(90deg);   /* IE 9 */
	/*-o-transform: rotate(90deg);   /* Opera */
	/*transform: rotate(90deg); */
	width: 400px;
	height: auto;
	text-align: center;
	padding : 16px 0px;
	margin-top: 40px;
	/*margin: auto;*/

}
.pikbox a img {
    display : block;
    margin-top : 40px;
}
.pikbox2 {
	width: 400px;
	height: auto;
	text-align: center;
	padding : 12px 0px;
	/*margin-top: 40px;*/
	margin: auto;

}
.pikbox2 a img {
    display : block;
    margin : auto;
}
.split {
	width: 150px;
	float: left;
}
/* label {
    display: block;
    padding-left: 15px;
    text-indent: -22px;
} */
.myCheck input {
	width: 22px;
	height: 22px;
	/*margin: 50%; */
	overflow-y: hidden;
	overflow-x: hidden;
}
/* unvisited link */
a.nav:link {
    color: #181773;
    text-decoration: none;
}
/* visited link */
a.nav:visited {
	color: #4affbc;
	text-decoration: none;
}
/* mouse over link */
a.nav:hover {
    color: #181773;
    text-decoration: none;
    background-color: #49FFBC;
}
/* selected link */
a.nav:active {
    color: #181773;
    text-decoration: none;
}

/* unvisited link */
a.nav2:link {
    color: #49FFBC;
    text-decoration: none;
}
/* visited link */
a.nav2:visited {
	color: #49FFBC;
	text-decoration: none;
}
/* mouse over link */
a.nav2:hover {
    color: #181773;
    text-decoration: none;
    background-color: #49FFBC;
}
/* selected link */
a.nav2:active {
    color: #49FFBC;
    text-decoration: none;
}
a.logout:link {color:#ff0000;}
a.logout:visited {color:#0000ff;}
a.logout:hover {color:#ffcc00;}

.title {
    /* -webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center; */
    /* [disabled]width: 1230px; */
    /* [disabled]height: 26px; */
    padding: 6px 0;
    /*margin: 6px -6px; */ 
    font-size: 16px;
    color: #FFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #181773;
    /* [disabled]font-weight: bold; */
}
.title2 {
    text-align: center;
    width: 100%;
    /* [disabled]height: 26px; */
    padding: 6px 0 6px 0;
    margin: 20px 0 4px 0;
    font-size: 16px;
    color: #181873;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #4affbc;	/*font-weight: bold;*/
}
/* #errorContainer {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding: 12px;
	font: 21px Arial, sans-serif;
}
#errorContainer2 {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    padding: 6px;
	font: 44px Arial Black, sans-serif;
} */
input.error {
    border: 2px solid #FF2323;
}
.passlist {
	margin: 6px 0;
	background-color: #5999FA;
	color: #0A1F4A;
	padding: 3px 0;
	line-height: 6px;
}
.passlist2 {
	margin: 6px 0;
	background-color: #22970D;
	color: #FFF;
	padding: 3px 0;
	line-height: 6px;
	position:relative;
	background-image: url(images/approved.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.passlist3 {
	margin: 6px 0;
	background-color: #0a1f4a;
	color: #FFF;
	padding: 3px 0;
	line-height: 6px;
	position:relative;
	background-image: url(images/printed.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#admin {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	/*background-color: #FFFFFF; */
}
.search1 {
	width: 150px;
	height: 200px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 4px solid #45AF39;
	position: relative;
}
.search2 {
	width: 150px;
	height: 200px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 4px solid #E60A0E;
	position: relative;
}
.search3 {
	width: 150px;
	height: 200px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 4px solid #0a1f4a;
	position: relative;
}
.boxtext1 {
	margin-top: 3px;
}
.pikbox3 {
	width: 142px;
	height: 142px;
	text-align: center;
	padding : 4px 12px;
	/*margin-top: 40px;*/
	margin: auto;
	overflow: hidden;
}
.pikbox3 a img {
    display : block;
    margin : auto;
}
.pikbox8 {
    width: 142px;
    height: 142px;
    text-align: center;
    padding : 4px 12px;
    /*margin-top: 40px;*/
    margin: auto;
    overflow: hidden;
    clear: both;
}
.pikbox8 a img {
    display : block;
    margin : auto;
}
.cornerimage {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
 }
.menubar {
    /*width: 100%;*/
    /*min-height: 120px;*/
    padding: 40px 20px;
    color: #0a1f4a;
    font-size: 12px;
    background-image: url(images/navimage2.jpg);
    border-top: 8px solid #de923e;
}
/* Clear the menubar inner floats */
.menubar::after {
    content: "";
    clear: both;
    display: table;
}
.menubar2 {
	width: 100%;
	height: 44px;
	color: #0a1f4a;
	font-size: 12px;
	/*padding: 3px 0; */
}
.menubar3 {
    width: 100%;
    height: 120px;
    color: #FFF;
    font-size: 12px;
    background-image: url(images/navimage3.jpg);
	background-repeat: no-repeat
}
.menubar4 {
    width: 100%;
    height: 120px;
    color: #0a1f4a;
    font-size: 12px;
    background-color: #FFF;
}
.admin {
	text-align: left;
	color: #0a1f4a;
	font-size: 16px;
}
.editfield {
	width: 450px;
}
.info1 {

    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 12px 6px 24px;
    float: left;
}
.info2 {
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin: 12px 80px 12px 24px;
    clear: both;
}
.tablebox1 {
    text-align: left;
    float: left;
    clear: both;
}
.pikbox4 {
	object-fit: contain;
	flex: 1;
	text-align: centre;
	flex-basis: 32%;
}
.detailbox {
    display: flex;
    margin: 1em 0;
	justify-content: space-between
}
.detailside1 {
	flex: 1;
	flex-basis: 32%;
}
.detailside2 {
    flex: 1;
    flex-basis: 32%;
    /* [disabled]padding: 24px; */
    background-color: #DDDDDE;
}
.flexbuttonbox {
	max-width: 1230px;
	margin: 12px 0;
    display: flex;
	justify-content: center;
}
.flexbutton {
    /*display: flex; */
	flex: 1;
	width: 33%;
}
img {
	max-width:100%;
	height: auto;
}
.eventbutton {
padding: 1em;
}
.eventbutton:hover {
background-color: #4affbc;
}
.eventbutton2 {
padding: 1em;
}
.eventbutton2:hover {
    background-color: #4affbc;
    background-image: url(images/event-CS.png);
    background-repeat: no-repeat;	
}

/* Accordian*/

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    /* [disabled]font-size: 16px; */
    color: #FFF;
    background-color: #171872;
}
.ui-accordion .ui-accordion-header:hover {
	color: #171872;
	background-color: #4affbc;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.pickingbox {
    width: 75%;
	margin: auto;
    display: flex;
	font-size: 16px;
    font-weight: bold;
}
.pickbox1 {
    flex: 1;
}
.pickbox2 {
    flex: 1;
    width: 200px;
    text-align: center;
    vertical-align: bottom;
    font: 16px Arial Black, Gadget, sans-serif;
    background-color: #4affbc;
    padding: 12px;
    margin: 12px;
    color: #FFF;
    position: relative;
}
.pickbox2:hover {
    background-color: #171872;
}
.pickbox2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pickbox3 {
    flex: 1;
    width: 200px;
    text-align: center;
    vertical-align: bottom;
    font: 16px Arial Black, Gadget, sans-serif;
    background-color: #D2D2D2;
    padding: 12px;
    margin: 12px;
    color: #FFF;
}
.pickbox4 {
	flex: 1;	
}
.lines{
    width: 100%;
    text-align: center;
}


/* 
BootGrid Style Overrides
*/
table.bootgrid-table tr td { font-size: 13px !important; }
/* Remove checkbox width on the dropdown menus (width applied awex.css:485 ) */
.actionBar .actions ul.dropdown-menu li input { width: auto !important; }
/* Clear bootgrid footer floats */
.bootgrid-footer::after, .bootgrid-header::after {
    content: "";
    clear: both;
    display: table;
}

/*
Additional Awex Styles
*/

/* UTILITY CLASSES */
.text-center { text-align: center; }
.clear-float { clear: both;  }
/* reset class for use on input elements, resets styles set above on all input elements */
.input-reset {
	font-size: inherit;
	width: auto;
	text-align: inherit;
	height: auto;
	margin: 0;
}

/* TEXT STYLES */
.error-block {
	background: #ffeded;
	color: #cc4f4f;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
}
.success-block {
	background: #f4ffed;
	color: #69a33f;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
}

/* COLUMNS */
.col-container {
}
/* Clear the column container inner floats */
.col-container::after {
    content: "";
    clear: both;
    display: table;
}
.col-container .col {
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	width: 50%; /* default col-lg */
}
@media only screen and (max-width: 600px) {
    .col-container .col {
    	width: 100% !important;
    	display: block !important;
    	float: none !important;
    }
}
.col-container .col-quarter { width: 25%; }
.col-container .col-third { width: 33%; }
.col-container .col-half { width: 50%; }
.col-container .col-two-third { width: 66%; }
.col-container .col-three-quarter { width: 75%; }

.col-container .col.col-more-pad {
	padding: 30px;
}
.col-container .col.col-rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* DOCUMENT STRUCTURE */
#content .content-inner {
	padding: 30px 20px;
}

/* BUTTONS */
.awex-btn {
	padding: 10px 14px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
}
.awex-btn.awex-btn-default {

	background: #f6f6f6;
	color: #888;
}
.awex-btn.awex-btn-default:hover {
	background: #f2f2f2;
}

/* MENUBAR */
.menubar .content-title {
	color: white;
	float: left;
	font-size: 29px;
	font-weight: bolder;
	padding: 8px 0;
}
@media only screen and (max-width: 600px) {
    .menubar .content-title { display: none; }
}

/* TOPNAV ICON BUTTON */
.topnav.topnav-icon {
	width: 39px;
	height: 39px;
	position: relative;
	padding: 0 !important;
	min-width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topnav.topnav-icon .icon {
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
}
/* TOPNAV DROPDOWNS */
.topnav.topnav-dropdown {
    position: relative;
    /* padding-right: 25px;  */
    padding-right: 15px; 
    padding-left: 15px;
}
.topnav.topnav-dropdown:hover {
	cursor: default;
}
/* .topnav.topnav-dropdown:after {
	content: "\f280";
	position: absolute;
	width: 12px;
	height: 12px;
	line-height: 12px;
	top: 50%;
	margin-top: -5px;
	right: 9px;
	color: white;
	font-size: 15px;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
} */
/* .topnav.topnav-dropdown:hover:after {
	color: #171772;
} */
.topnav.topnav-dropdown .topnav-dropdown-content {
    display: none;
    position: absolute;
    z-index: 10;
    text-align: left;
    left: 0;
    top: 100%;
    width: 250px;
    /*overflow: hidden;*/
}
.topnav.topnav-dropdown.topnav-dropdown-with-icon {
	width: 39px;
	height: 39px;
	position: relative;
	padding: 0 !important;
	min-width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topnav.topnav-dropdown.topnav-dropdown-with-icon .icon {
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
}
.topnav.topnav-dropdown .topnav-dropdown-content.dropdown-left {
	left: auto;
	right: 0;
}
.topnav.topnav-dropdown .topnav-dropdown-content a, 
.topnav.topnav-dropdown .topnav-dropdown-content > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: #f9f9f9;
    color: #171772;
    display: block;
    width: 100%;
    padding: 13px 20px;
    text-decoration: none;
    margin-top: 10px;
    text-transform: uppercase;
	font-size: 13px;
}
.topnav.topnav-dropdown .topnav-dropdown-content > *:first-child {
	margin-top: 15px;
}
.topnav.topnav-dropdown .topnav-dropdown-content a:hover {
	background: #4AFFBC;
}
.topnav.topnav-dropdown:hover .topnav-dropdown-content {
    display: block;
}
/* TOPNAV MOBILE */
@media only screen and (max-width: 600px) {
	.menubar {
		min-height: 0;
		padding: 0;
		border-top: none;
	}
    .topnav {
    	position: relative;
    	display: block !important;
    	float: none !important;
    	width: 100% !important;
    	margin: 0 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;    	
		max-width: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #FFF;
		text-align: left;
		border-top: 0;
    }
    .topnav.topnav-icon .icon {
    	text-align: left;
    	left: 10px;
    }
    .topnav.topnav-dropdown .topnav-dropdown-content {
    	width: 100%;
		max-width: none;
    }
    .topnav.topnav-dropdown .topnav-dropdown-content a, 
	.topnav.topnav-dropdown .topnav-dropdown-content > div {
		margin-top: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 8px 10px;
	}
	.topnav.topnav-dropdown .topnav-dropdown-content > *:first-child {
		margin-top: 0;
	}
    .topnav:hover {
    	border: none;
    	border-bottom: 1px solid #FFF;
    }
    .topnav a {
    }
}

/* FORM STYLES */
form.awex-big-form {
	width: 60%;
	min-width: 200px;
	max-width: 100%;
}
form.awex-big-form.awex-big-form-center {
	margin: 0 auto;
}
form.awex-big-form.awex-big-form-standout {
	background: #f9f9f9;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top: 4px solid #e4e4e4;
}
form.awex-big-form.awex-big-form-sm {
	width: 30%;
}
form.awex-big-form.awex-big-form-md {
	width: 60%;
}
form.awex-big-form.awex-big-form-lg {
	width: 80%;
}
form.awex-big-form.awex-big-form-block {
	width: 100%;
}
form.awex-big-form input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.awex-big-form input.regular-input {
	display: block;
	padding: 25px 15px;	
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0;
	-webkit-appearance: none;
	border: 2px solid #ddd;
}
form.awex-big-form input.regular-input:focus {
	box-shadow: 0 0 5px rgba(158, 190, 255, 0.7);
	border-color: #7c99d6;
	outline: none;
}
form.awex-big-form input.regular-input.invalid {
	border-color: #EE6E74;
	color: #EE6E74;
}
form.awex-big-form input.regular-input.invalid:focus {
	box-shadow: 0 0 5px rgba(238, 110, 116, 0.4);
}
form.awex-big-form .regular-input-container {
	margin-bottom: 15px;
}
form.awex-big-form .regular-input-container:last-child {
	margin-bottom: 0;
}
form.awex-big-form .regular-input-container.hidden {
	display: none !important;
}
form.awex-big-form label {
	position: relative;
	display: block;
	font-weight: bold;
	color: #171772;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}
form.awex-big-form label.with-icon {
	padding-left: 25px;
}
form.awex-big-form label.with-icon .icon {
	position: absolute;
	width: 20px;
	top: 0;
	left: 0;
	font-size: 20px;
}
form.awex-big-form label.with-icon .icon.icon-muted {
	color: #555;
}

#barcode-dynamic-data {
	background: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}
#barcode-dynamic-data h2, 
#barcode-dynamic-data p {
	margin: 0;
	padding: 0;
}
#barcode-dynamic-data h2 {
	margin-bottom: 6px;
}
#barcode-dynamic-data .barcode-data-meta {
	color: #7C99D6;
}

/* PACKING/DELIVERY PAGE SPECIFIC STYLES */
.reset-button {
	cursor: pointer;
}

/* LOG*/
ul.scanner-log {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px dashed #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 480px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}
ul.scanner-log li {
	display: block;
	padding: 10px 15px;
	line-height: 1.3em;
	font-size: 13px;
	/*border-bottom: 1px solid #eee;*/
}
ul.scanner-log li:nth-child(even) {
	background: #fcfcfc;
}
ul.scanner-log li:last-child {
	/*border-bottom: none;*/
}
ul.scanner-log li.type-success {
	color: #666;
}
ul.scanner-log li.type-error {
	color: #DC5347;
}
ul.scanner-log:after {
	content: "The log will start when you begin scanning.";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -75px;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #aaa;
	font-size: 14px;
}
ul.scanner-log.log-has-started:after {
	display: none;
}

/* BIG NOTICE */
.big-notice {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
.big-notice:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #eee;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 9080;
}
.big-notice-inner {
	color: #aaa;
	text-align: center;
	position: relative;
	z-index: 9090;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	background: #fff;
	padding: 50px;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.big-notice-inner .notice-title {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bolder;
}
.big-notice-inner .notice-icon:before {
	content: ""; /* No icon by default */
	font-size: 120px;
	display: block;
	margin-bottom: 20px;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
/* Big Notice Error */
.big-notice.big-notice-error:after,
.big-notice.big-notice-error .big-notice-inner {
	color: white;
	background: #ED4341;
}
.big-notice.big-notice-error .notice-icon:before {
	content: "\f276"; /* Ionicon md-alert */
}
/* Big Notice Success */
.big-notice.big-notice-success:after,
.big-notice.big-notice-success .big-notice-inner {
	color: white;
	background: #20AA4F;
}
.big-notice.big-notice-success .notice-icon:before {
	content: "\f14a"; /* Ionicon ios-checkmark-circle */
}



/* Radio buttons */

.btn-group {
	flex-wrap: wrap !important;
}
#select-type {
	visibility: hidden;
}
input[type=radio] {
	  opacity: 0;
	}
	
	.box {
		   
		/* position: absolute; */
		opacity: 0.8;  /* for demo purpose  */
	}
	.stack-top {
		z-index: 9;
	}
	
	/* Radio buttons */
	
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute !important;
  left: -9999px !important;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative !important;
  /* padding: 5px 10px; */
  cursor: pointer !important;
  border-radius: 5px !important;
  width: 80px;
  color: #fff !important;
}

[type="radio"]:not(:checked)+label {
  /* border: 1px solid #196e2c; */
  color: #fff !important;
  background: #171772 !important;
}

[type="radio"]:not(:checked)+label:hover {
	color: #fff !important;
  background: #ffc107 !important;
}

[type="radio"]:checked+label {
  background: #ffc107 !important;
  /* border-color: #b58905; */
  color: #fff !important;
}

/* Checkboxes */
	
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute !important;
  left: -9999px !important;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
  position: relative !important;
  /* padding: 5px 10px; */
  cursor: pointer !important;
  border-radius: 5px !important;
  /* margin: 2px; */
  color: #fff !important;
}

[type="checkbox"]:not(:checked)+label {
  /* border: 1px solid #196e2c; */
  color: #fff !important;
  background: #6c757d !important;
}

[type="checkbox"]:not(:checked)+label:hover {
	color: #fff !important;
  background: #ffc107 !important;
}

[type="checkbox"]:checked+label {
  background: #d2232a !important;
  /* border-color: #b58905; */
  color: #fff !important;
}




