﻿html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
	font-family: Arial, Verdana, Geneva, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #404041;
	background: linear-gradient(rgba(185, 187, 189, 0.25),rgba(185, 187, 189, 0.95));
    background-attachment: fixed;
	overflow-y:scroll;
}

body.no-scroll
{
	overflow: hidden;
}

.clear-float
{
	clear: both;
}

.hidden
{
	display: none !important;
}

.bold
{
	font-weight: bold;
}

.inactive {
	color: rgba(185,187,189, 0.25);
    cursor: default !important;
}

.page-wrapper
{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: calc(100% - 55px);
	transition: filter 0.25s;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}

.page-wrapper.blur
{
	filter: blur(3px);
	-ms-filter: blur(3px);
	-moz-filter: blur(3px);
	-webkit-filter: blur(3px);
}

.page-wrapper.full-extent-scroll
{
	min-height: inherit;
	height: calc(100% - 55px);
}

.page-content
{
	overflow: auto;
	margin: 0px auto;
	max-width: 900px;
	min-height: 100%;

	background-color: #f4f4f4;
}

.page-content .glossary-term
{
	cursor: pointer;
	color: #750a0a;
}

.page-content .glossary-term:hover
{
	text-decoration: underline;
}

.page-content > .text
{
	padding: 10px;
	background-color: #fff;
}

.page-content > .text p
{
	margin: 0px;
	margin-bottom: 20px;
}

.page-content a
{
	color: #750a0a;
	text-decoration: none;
}

.page-content a:hover
{
	text-decoration: underline;
}

.text, .step, p, li
{
	line-height: 1.4em;
    font-size: 1.2em;
}

#landing-hero
{
	cursor: default;
	position: relative;
    min-height: 150px;
	width: 100%;
	height: 25vh;
    border-bottom: 4px solid #b9bbbd;
}

#landing-hero .image 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url(../../images/main_hero.jpg);
    
    transition: opacity 2.0s, background 0.5s;
}

#landing-hero .image.inspection 
{
    background-image: linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url('../../images/common/external-inspection.jpg');
} 

#landing-hero .image.search
{
    background-image: linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url('../../images/common/search.jpg');
}

#landing-hero .image.glossary
{
    background-image: linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url('../../images/common/glossary.jpg');
}

#landing-hero .image.maintenance 
{
    background-position: center bottom !important;
    background: linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url(../../images/main_hero.jpg);
}

#landing-hero .image.troubleshooting 
{
    background-image:  linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url('../../images/common/P1040846_opt.jpg');
}

#landing-hero .image.safety 
{
    background-image:  linear-gradient(rgba(33, 63, 73, 0.85),rgba(33, 63, 73, 0.85)), url('../../images/common/P1040864_opt.jpg');
}

#landing-hero .image.visible
{
	opacity: 1.0;
}

#landing-hero .icon-indicators
{
	position: absolute;
	top: 0px;
	right: 50px;
}

#landing-hero .icon-indicators > .icon
{
	cursor: pointer;
	display: inline-block;
	margin: 8px;
	margin-left: 0px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.25);
}

#landing-hero .icon-indicators > .icon:after
{
	content: " ";
	display: block;
	margin-top: 1px;
	margin-left: 1px;
	width: 16px;
	height: 16px;
	opacity: 0.2;
	border-radius: 8px;
	background-color: #fff;
	transition: opacity 2.0s;
}

#landing-hero .icon-indicators > .icon.active:after
{
	opacity: 0.8;
}

#landing-hero .button
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	width: 50px;
	height: 100%;
	background-size: 70% auto !important;
	background-repeat: no-repeat !important;
	background-position: 50% 35% !important;
	background-color: rgba(255, 255, 255, 0.2) !important;
}

#landing-hero .button.left
{
	left: 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	background: url(../images/home/left-arrow.png);
}

#landing-hero .button.right
{
	right: 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	background: url(../images/home/right-arrow.png);
}

#landing-hero > .card
{
	position: absolute;
	bottom: 0px;
	padding: 15px;
    text-shadow: 1px 1px 3px #000;
	width: calc(100% - 30px);
}

#landing-hero > .card > .title
{
    color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

#landing-hero > .card > .sub
{
	margin-top: 5px;
	color: #c8c04c;
	font-size: 0.95em;
}

.error-message
{
	display: table;
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.error-message > .inside
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.error-message > .inside > .message
{
	color: #fff;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	text-align: left;
	background-color: #222;
	box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.error-message > .inside > .message > .title
{
	margin-bottom: 10px;
	color: #f00;
	font-weight: bold;
}

.error-message > .inside > .message .button
{
	float: right;
	cursor: pointer;
	display: inline-block;
	min-width: 60px;
	padding: 10px;
	margin: 30px 0px 0px 0px;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color: #ddd;
	background: linear-gradient(#ddd, #aaa);
}

/*accordian styles*/

.procedure-accordion 
{
    width: 93%;
    position: relative;
    left: -11px;
    margin: 10px auto 0;
}

.procedure-accordion .proc-accordion-title 
{
    background-color: #6a8892;
    width: 100%;
    display: block;
    padding: 7px 10px 0px;
    color: #fff;
    border: 1px solid #b9bbbd;
    cursor: pointer;
}

.procedure-accordion.open .proc-accordion-title 
{
    background-color: #356a7c;
}

.procedure-accordion.open .proc-accordion-title .marker 
{
    background-image: url('../../images/template/minus-icon.svg');

}

.procedure-accordion .proc-accordion-title .marker 
{
    width: 20px;
    display: block;
    height: 20px;
    position: relative;
    top: 6.5px;
    background-size: 20px 20px;
    background-image: url('../../images/template/plus-icon.svg');

}

.procedure-accordion .proc-accordion-title .title 
{
    display: inline-block;
    position: relative;
    top: -14px;
    margin-left: 24px;
    font-size: 1.2em;
    font-weight: 700;
}

.procedure-accordion.open .proc-accordion-data 
{
    max-height: 2000px;
    transition: max-height 0.4s ease-in;
    width: calc(100% + 21px);
}

.proc-accordion-data 
{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: calc(100% + 21px);
    background-color: rgba(106, 136, 146, 0.1);
    border: inset .5px rgba(185, 187, 189, 0.15);
}

.proc-accordion-data img 
{
    width: 100% !important;
    height: auto !important;
}

.proc-accordion-data > * 
{
    margin: 20px;
}

/*warning styles*/

.warning, .caution, .notice 
{
    border: 1px solid #000;
    margin: 25px auto;
    background-color: #fff;
}

.warning-title, .caution-title, .notice-title 
{
    text-align: center;
    background-color: darkorange;
    margin: 0;
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
    border-bottom: 1px solid #000;
    position: relative;
}

.warning-title:before, .caution-title:before 
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 20%;
    width: 20%;
    height: 60%;
    background: url(../../images/template/safety_icon.svg) no-repeat;
}

.warning-flex, .caution-flex, .notice-flex 
{
    display: flex;
}

.warning-image, .caution-image, .notice-image 
{
    min-height: 111px;
    float: left;
    width: 25%;
    background-image: url(../../images/warning_test.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.warning-after, .caution-after, .notice-after 
{
    border-top: 1px solid #000;
    clear: both;
    padding: 15px 25px 0px;
    margin-top: 0px;
}
.warning-text, .caution-text 
{
    float: right;
    width: calc(75% - 10px);
    margin: 0;
    border-left: 1px solid #000;
}

.warning-text p, .caution-text p 
{
    padding-left: 15px;
}

.caution-title 
{
    background-color: yellow; 
}

.notice-title 
{
    background-color: #0c99f1;
    color: #fff;
}

.notice-text p 
{
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

.note 
{
    border-left: 8px solid #750a0a;
    margin: 20px auto;
    box-shadow: 1px 1px 0px #b9bbbd;
    background-color: #fff;
}
.note p 
{
    padding: 10px 7px;
    margin: 0;
}

.related 
{
    background-color: rgba(106, 136, 146, 0.10);
    width: calc(100% - 12px);
    margin: 0 auto;
    border-left: 8px solid #c8c04c;
    margin-bottom: 10px;
}

.related.general-info 
{
    border-color: #1f3e49;
}

.related.other 
{
    border-color: #6a8892;
}

.related-title 
{
    padding: 10px;
    color: #404041;
    font-size: 1.2em;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
}

.related p 
{
    padding: 0 10px 12px;
    margin: 0;
    color: #1f3e49;
}

.related > a:hover 
{
	text-decoration: none;
}

.popup 
{
    z-index: 1000;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: calc(100% - 55px);
    opacity: 0.0;
    background-color: #fff;
    transition: opacity 0.25s;
}

.popup.opened 
{
    opacity: 1.0;
}

.popup > .top 
{
    padding: 10px;
    height: 40px;
}

.popup > .bottom 
{
    padding: 10px;
    padding-top: 0px;
    height: calc(100% - 60px - 20px);
}

.popup > .top > .close-button 
{
    float: right;
    cursor: pointer;
    margin: 3px;
    width: 34px;
    height: 34px;
    background: url(../../images/template/close-icon.svg) center center no-repeat;
    background-size: 50% auto;
    background-color: #750a0a;
    border-radius: 18px;
    box-shadow: 0px 2px 3px 0px #000;
}

@media (max-width: 500px)
{
    .text, .step, p, li 
    {
        font-size: 1em;
    }

    .proc-accordion-data .warning, .proc-accordion-data .caution, .proc-accordion-data .notice 
    {
        width: 86%;
    }

}

@media screen and (min-width: 768px) 
{
    .warning, .caution, .notice 
    {
        width: 50%;
    }

    .procedure-accordion 
    {
        width: 97%;
    }

}