/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */
body {
	background: #ccc;
	font-family: 'Play', sans-serif;
	font: 14pt Play;
}

/*colours*/
.bg_red { background-color: #ff0000; }
.bg_yellow { background-color: #f7d917; }
.bg_green { background-color: #4caf50; }
.bg_red_fade {background-color: #f28c8c; }
.bg_green_fade {background-color: #8de890; }

#print {
	background: #fff;
	font-family: 'Play', sans-serif;
	font: 12pt Play;
}
 #note_result {
  position: fixed; 
  bottom: 0px; 
  right: 0px; 
  border: 0px solid #73AD21;
 }
.notification-bg{
border-radius: 10px;
  background: #EFEFEF;
  border-top: 1px solid #D21C24;
  border-left: 1px solid #D21C24;
  border-right: 1px solid #D21C24;
}
.notification-bottom {
  width: 250px;
  padding: 10px;
  padding-right:25px;
  position: relative;
  bottom: 0;
  right: 0;
}

.notification-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10pt;
  text-decoration: none;
}

#scrollDiv {
		height: 150px;
		width: 100%;
		overflow-y: scroll; /* This is the key!! */
	}

input, select, textarea, button {
	font: 10pt Play;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
/*    resize: vertical;*/
   
}
input[type="radio"]{
	width: auto;
}
input, select, textarea {
background: rgb(239,239,239);
background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
}
button {
background: rgb(239,239,239);
background: radial-gradient(circle, rgba(239,239,239,1) 80%, rgba(223,223,223,1) 100%);
}

/* checkbox formatting */
.cBox_label {
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.cBox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cBox_label_checkmark {
  position: absolute;
  color: #D21C24;
  content: "check_box_outline_blank";
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cBox_label_checkmark:after {
  content: "check_box_outline_blank";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cBox_label input:checked ~ .cBox_label_checkmark:after {
	content: "check_box";
  display: block;
}

/* Style the checkmark/indicator */
.cBox_label .cBox_label_checkmark:after {
  left: 0px;
  top: 0px;
}
/* end checkbox formatting */

.strike {
	text-decoration: line-through;
}

.btn-container{
	position: relative;
}
.btn-wrapper {
  position: absolute;
  overflow: hidden;
  display: inline-block;
}
.btn-input {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.rad {
	border-radius: 10px;
}

.padTop {
	padding-top: 15px;
}

.padBot {
	padding-bottom: 15px;
}

.xtraPad {
	padding-top: 10px;
  	padding-bottom: 10px;
}

.headliner {
	color: #D21C24;
	font-weight: bold;
	background: rgb(221,221,221);
	background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(239,239,239,1) 100%);
	border-top: 1px solid #cf7075;
	/*border-radius: 4px;*/
	padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
}
table.tablelike,table.tablelike tr,table.tablelike td{
  border: 1px solid #666;
  border-collapse: collapse;
  padding: 5px;
}


input.checkMin {
	width: 15px;
}
button.checkMin {
	width: 25px;
}
a {
	font-size: 12pt;
	color: #D21C24;
	text-decoration: none;
}

iframe {
	width: 100%;
	border: #ccc 0px dashed;
	margin-top: 10px;
}
textarea {
		font: 10pt Play;
		height:100%;
		width:100%;
}

button {
	padding: 0px 2px 0px 2px;
	color: #D21C24;
	font-color: #D21C24;
}
button.hilite {
	background: none;
	padding: 0px 2px 0px 2px;
	background-color: #D21C24;
	color: #fff;
	font-color: #D21C24;
}
ul.chList {
	list-style-image: url('https://lakeheadironworks.com/vulcan/sys_img/chBullet.png');
}

.fieldset {
	border: 1px solid #666;
	border-radius: 4px;
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

.fieldset h1 {
  font: bold 10px Play, sans-serif;
  text-align: left;
}

.fieldset h1 span {
  display: inline;
  border: 1px solid #666;
  border-radius: 4px;
  color: #fff;
  background: #D21C24;
  padding: 5px 10px;
  position: relative;
  top: -1.3em;
}

fieldset {
	box-sizing: border-box;
	border: 1px solid #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 10px 10px 10px;
	margin-bottom: 5px;
}
legend {
	padding: 2px;
}
img.buttonImg {
	width: 30px;
}
img.buttonImgSmall {
	width: 20px;
}

img.icon {
	width: 25px;
}
.rFloater {
	float: right;
	bottom: 0;
}
.lineHr {
	border-top: 1px solid #333;
}

.stroke { 
  text-decoration: line-through;
}
.borders {
	border: 1px solid #ccc;
}
.border3 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}
.borderBot {
	border-bottom: 1px solid #ccc;
}
.borderTop {
	border-top: 1px solid #ccc;
}
.borderRgt {
	border-right: 1px solid #ccc;
}
.borderLft {
	border-left: 1px solid #ccc;
}
.alert {
	position: absolute;
    z-index: 10;
    padding: 20px;
    background-color: #FF9F1C;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 50%;
    font: 18px Play;
	font-weight: bold;
	border-radius: 4px;
}

.alertFixed {
	position: relative;
	z-index: 10;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    opacity: 0.9;
    transition: opacity 0.6s;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 50%;
    font: 18px Play;
	font-weight: bold;
	border-radius: 4px;
}

.pop {
	border-bottom: #ccc 1px solid;
	margin: 0px;
    padding: 2px;
	display: inline-block;
	line-height: 12px;
	width: 100%;

}
.green {
	/*background-color: #8fce91;*/
	background-color: #4caf50;
	border: #666 1px solid;
	border-radius: 4px;
}
.td-center {
	text-align: center;
}
.pad {
	padding: 5px;
}
.small_text {
	font: 10px Play;
}

.med_text {
	font: 10pt Play;
}

.head_4_blk {
	font: 10pt Play;
	font-weight: bold;
	color: #000000;
} 
.head_4 {
	font: 10pt Play;
	font-weight: bold;
	color: #D21C24;
} 

.head_3_blk {
	font-weight: bold;
}

.head_3 {
	font-weight: bold;
	color: #D21C24;
}

.head_2_blk {
	font: 18pt Play;
	font-weight: bold;
}

.head_2 {
	font: 18pt Play;
	font-weight: bold;
	color: #D21C24;
}

.head_1_blk {
	font: 24pt Play;
	font-weight: bold;
}

.head_1 {
	font: 24pt Play;
	font-weight: bold;
	color: #D21C24;
}

.blk {
	color: #000000;
}
.red {
	color: #D21C24;
}
.stress {
	color: #D21C24;
}
.redRow {
	background-color: #D21C24;
	color: #ffffff;
}
.altRow1 {
	background-color: #dfdfdf;
	border-radius: 0px;	
}

.altRow2 {
	background-color: #efefef;
	border-radius: 0px;	
}

.greyOut {
	color: #ccc;
}

#topnav {
	background-color: #f1f1f1;
}

.accordion {
	background: none;
  background-color: #4CAF50;
  color: #fff;
  font-weight: bold;
  font-size: 18pt;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: #4CAF50 1px solid;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover, .accordion:hover:after {
  background-color: #B8E9BA;
  color: #000;
}

.accordion:after {
	font-size: 18pt;
  	content: "\271A";
  	color: #fff;
  	font-weight: bold;
  	float: right;
  	margin-left: 5px;
}

.active:after {
  content: "\2716";
  color: #000;
}

.panel {
  border: #fff 1px solid;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#noteOutline {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding: 2px;
}

#noteTitle {
	font: 8px Play;
}

#noteBtn {
	float: right;
}

.bg {
	background: #ffffff;
	box-shadow: 5px 5px 20px;
	border-style: dashed;
	border-width: 0px;
}

ul.autocomplete{
	position: absolute;
    z-index: 1;
	list-style-type: none;
	margin-top: -7px;
	padding: 0;
	width: 300px;
}

li.autocomplete a{
	background-color:#f1f1f1;
	color: #000;
	padding: 5px;
	display:block;
	text-decoration: none;
}


li.autocomplete a:hover {
	color: #000;
    background-color: #ffb5b8;
}

.easy-autocomplete{position:relative}
.easy-autocomplete input{}
.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}
.easy-autocomplete a{display:block}
.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}
.easy-autocomplete-container ul{background:none repeat scroll 0 0 #f1f1f1;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-8px}
.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-bottom:1px dotted #555;border-left:1px dotted #555;border-right:1px dotted #555;display:block;font-size:14px;font-weight:normal;padding:4px 12px}
.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}
.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ffb5b8;cursor:pointer}
.easy-autocomplete-container ul li.selected div{font-weight:normal}
.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}
.easy-autocomplete-container ul li b{font-weight:bold}
.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}
.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}
.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}
.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}
.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}


.bac {
	position:relative;
	width:100%;
	display: inline-block;
}
.bac_list {
  position:absolute;
  top:25px;
  z-index: 99;
}
.bac_item {
	color: #000;
  	padding: 2px;
  	cursor: pointer;
  	background-color: #f1f1f1;
  	border-bottom: 1px dotted #555;
  	border-left: 1px dotted #555;
  	border-right: 1px dotted #555;
  	display: block;
}
.bac_item:hover {
	background-color: #ffb5b8;
}


/*dropdown menu buttons*/
.dropbtn {
  cursor: pointer;
  color: #D21C24;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  	background-color: #efefef;
  	border: 1px dotted #555;
  	display: none;
  	position: absolute;
  	right: 0;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1000;
 
}

.dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  border-bottom: 1px dotted #555;
  display: block;
}

.dropdown-content a:hover {background-color: #ffb5b8;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn:hover {background-color: #D21C24;}
/* end dropdown menu button */




ul.topnav {
	list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #555;
}

li.topnav {
	float: left;
}

li.topnav a {
	color: #fff;
	padding: 5px;
	font: 15px Play;
	display: inline-block;
	text-decoration: none;
}

li.topnav a:hover {
    background-color: #D21C24;
}

li.topdrop {
	float: left;
}

li.topdrop a {
	background-color: #555;
	color: #fff;
	padding: 5px;
	font: 15px Play;
	display: inline-block;
	text-decoration: none;
}

li.topdrop a:hover {
    background-color: #D21C24;
}

.topdrop:hover .topsub {
	display: block;
}


ul.topsub {
	display: none;
    position: absolute;
    z-index: 2;
	list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
}


li.topsub a {
	color: #000;
	width: 150px;
    background-color: #e0e0e0;
	display: inline-block;

}

li.topsub a:hover {
	color: #000;
    background-color: #ccc;

}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #D21C24;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    min-width: 100px;
    max-width: 500px;
    background-color: #ccc;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1000;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.modal{
	z-index:3;
	display:none;
	padding-top:100px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.6)
}
.modal-content{
	margin:auto;
	background-color:#fff;
	position:relative;
	padding:10px;
	outline:0;
	width:1000px
}

.modal-content-large{
	margin:auto;
	background-color:#fff;
	position:relative;
	padding:10px;
	outline:0;
	width:1200px
}
.modal-close{
	width: 50px;
	position:absolute;
	right:5px;
	top:5px
}

.modal-save{
	width: 50px;
	position:absolute;
	right:5px;
	top:95px
}


/* Notice Modal Items */
.noticeModal {
	display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.noticeModal-content{
	position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.noticeModal-header{
	padding: 2px 16px;
  background-color: #ffcc00;
  color: #cc3300;
}
.noticeModal-close{
	color: #cc3300;
  float: right;
  font-size: 50px;
  font-weight: bold;
}
.noticeModal-close:hover{ cursor: pointer; }

.noticeModal-body {
	padding: 2px 16px;
	font-size: 12pt;
}

.noticeModal-footer {
  padding: 2px 16px;
  background-color: #ffcc00;
  color: #cc3300;
}

/*tabs for Company profiles*/
/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #D21C24;
  padding: 0px;
  margin: 0px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	width: auto;
  float: left;
  font: 14pt Play;
  border-top: 1px solid #D21C24;
  border-right: 1px solid #D21C24;
  border-left: 1px solid #D21C24;
  border-bottom: 0px solid #D21C24;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 0px;
  padding: 5px;
 
}

/* Change background color of buttons on hover */
.tab button:hover {
  background: #ddd;
}

/* Create an active/current tablink class */
.tab button.tabactive {
  background: #D21C24;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: inline;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


/*unused tabs?*/
ul.tabnav {
	list-style-type: none;
		margin: 0;
    padding: 5px;
    overflow: hidden;
    background-color: #DDD;
    border: 1px solid #ccc;
}

li.tabnav {
	float: left;
	padding: 5px;
}

li.tabnav a {
	color: #D21C24;
	display: inline-block;
	text-decoration: none;
}

li.tabnav a:hover {
    background-color: #ccc;
}

ul li.right {float: right;}

.quoteBG
    {
        text-align:left;
        background-image:url('../sys_img/watermark.png'); 
        background-color: #fff;
        background-repeat: repeat-y;
  		background-position: top center;
  		margin: 0px;
    }

@media screen and (max-width: 600px){
    ul li.right,
    ul li {float: none;}
}
/* =============================================================================
   Print Queries
   ========================================================================== */
 @media print {
 	.no-print, .no-print * { display:none !important; }
 }

/* =============================================================================
   Media Queries
   ========================================================================== */
/* Laptop Portrait size to Base 996px */
@media only screen and (min-width: 996px) and (max-width: 1559px) {}

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/