@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,300italic,400italic,700italic);


body {
	font-family: 'Roboto', sans-serif;
	color: #484a42;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
  	text-rendering: optimizeLegibility;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
	height: 100%;
	width: 100%;
}

html {
	height: 100%;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.list-holder {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.navbar-toggle {
	background: #cecece !important;
	border: none;
}

.navbar-toggle:hover {
	background: #005d9c !important;
	border: none;
}

.navbar-inverse {
	background: #fff;
	border-bottom: 1px solid #cecece;
	box-shadow: 0 5px 5px rgba(65, 65, 65, .1);
}

.logo {
	width: 250px;
	height: 55px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	background: url("../images/amst-horiz-logo.svg") 0 0 no-repeat;
	background-size: 250px auto;
}

.navbar-right {
	height: 76px;
}

.navbar-collapse {
	border: none;
	display: none;
}

@media screen and (min-width: 768px) {

	.navbar-collapse {
		display: block !important;
	}
	
}

.navbar-right {
	height: 90px;
}

.navbar-right li a {
	font-size: 1.25rem;
	color: #484a42 !important;
	text-transform: uppercase;
}

.navbar-right li a:hover {
	color: #0067b0 !important;
}

.content {
	padding-top: 0;
	padding-bottom: 130px;
}


/* Typography
----------------------------------------------------------------------*/

p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 6px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover, a:visited {
	color: inherit;
	text-decoration: none;
}

a:focus {
	color: inherit;
	text-decoration: none;;
	outline: 0;
}

.bold-subhead {
	color: #0067b0;
	font-weight: 700;
	margin-right: 10px;
}

.separator {
	border-top: 1px solid #9ba09b;
	border-bottom: 1px solid #fff;
}


/* Home Page
----------------------------------------------------------------------*/

.home {
	padding-top: 80px;
	padding-bottom: 250px;
}

.sub-header {
	font-size: 2.25rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-group {
	margin: 0 !important;
	padding: 0 !important;
}

#category-list {
	margin-top: 40px;
}

.category-list-item {
	width: 100%;
	min-height: 65px;
	padding: 15px;
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #cecece;
}

.category-list-item:hover {
	background: #cbd1cb;
	color: #484a42;
}

.active {
	/*background: #484a42 !important;
	color: #fff !important;*/
}

.category-list-item label {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 8px 0 0 30px;
}

@media only screen and (min-width: 840px) {

	.category-list-item label {
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		display: inline-block;
		position: relative;
		padding: 8px 0 0 30px;
	}

}

.category-list-item .category-checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border: 1px solid #cecece;
}

.category-list-item:hover .category-checkbox ~ .checkmark {
	background-color: #fff;
	border: 1px solid #cecece;
}

.category-list-item .category-checkbox:checked ~ .checkmark {
	background-color: #0067b0;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.category-list-item .category-checkbox:checked ~ .checkmark:after {
	display: block;
}

.category-list-item .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.product-list-item {
	padding: 0 !important;
	margin: 0 !important;
	min-height: auto !important;
	border: none !important;
	background: transparent;
}

.product-list-item:hover {
	background: transparent !important;
}

.product-list-item label {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	padding-top: 10px;
}

.product-list-item .category-checkbox:checked ~ .checkmark {
	background-color: #fff;
	border: 1px solid #0067b0;
}

.product-list-item .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #0067b0;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.product-checkbox {
	width: 15px;
	height: 15px;
	margin-right: 2px !important;
	margin-left: 0 !important;
	margin-top: 9px !important;
}

.product-submit {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	background: #0067b0;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 7px;
	padding-bottom: 6px;
}

.product-submit:hover {
	background: #cecece;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
       -moz-box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
            box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
}

.toggle-products {
	float: right;
	margin-right: 0;
	margin-top: -1px;
}

@media only screen and (min-width: 840px) {

	.toggle-products {
		float: right;
		margin-right: 70px;
		margin-top: -1px;
	}

}

.submit {
	margin-top: 30px;
}

#config-submit.btn-default, #contact-submit.btn-default {
	font-size: 16px;
	font-weight: 700 !important;
	color: #fff;
	text-transform: uppercase;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background: #0067b0;
	outline: none;
	border: none;
}

#config-submit.btn-default:hover, #contact-submit.btn-default:hover {
	background: #cecece;
	color: #484a42;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
       -moz-box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
            box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
}

#current-page-selector {
	width: auto;
	height: 30px;
	padding-top: 5px;
}

.checkbox-holder {
	display: inline-block;
}

pre {
	font-family: monospace;
	font-size: 1.6rem;
	background-color: #fff;
	padding: 40px 30px 20px;
	margin: 20px 0 0 0;
	width: 100%;
	height: auto;
	white-space: pre !important;
	word-break: normal !important;
	word-wrap: normal !important;
	overflow-x: auto;
}

@media only screen and (min-width: 640px) {

	pre {
		padding: 40px 30px 20px;
		margin: 5px 0 0 0;
	}

}

.code-panel {
	background: #d7d7d7;
	margin: 40px 15px 25px 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}



/* Modal Windows
----------------------------------------------------------------------*/

.modal {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.modal-content {
	background: #fafafa; !important;
	border: none !important;
	max-width: 100% !important;
	border-radius: 0 !important;
	min-height: 150px;
	margin: 30px auto !important;
}

.modal-header {
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	background: #cecece;
}

.modal-header h2 {
	font-weight: 400;
	color: #ffffff;
	letter-spacing: -.03em;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
}

.modal-subhead {
	margin-bottom: 20px;
}

.modal-body {
	border: none !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	box-shadow: none;
}

.modal-footer {
	height: auto !important;
	border: none !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#myModal .modal-head {
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	text-align: left;
	color: #484a42;
}

#myModal .modal-title {
	font-family: "Roboto", sans-serif;
	font-size: 1.65rem;
	text-align: left;
	color: #484a42;
}

.modal-title {
	font-family: "Roboto", sans-serif;
	font-size: 2.25rem;
	text-align: left;
	color: rgba(255, 244, 255, .35);
}

.modal .btn-close {
	position: relative !important;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.428571429;
	text-transform: uppercase;
	letter-spacing: .025rem;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background: $medium-tan;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding: 6px 12px 5px 12px;
	margin-bottom: 20px !important;
	float: right;
}



/* Support Contact Form
----------------------------------------------------------------------*/

.intro {
	font-size: 18px;
	font-weight: 500;
	text-align: left: 
}

.form-subhead {
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-top: 15px;
}


#contact input:focus:invalid, .contact_form textarea:focus:invalid {
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

.contact_form input:required:valid, .contact_form textarea:required:valid {
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
}

#contact {
	padding: 0;
	margin: 0;
}

#contact h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

fieldset {
	border: none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="url"],
#contact textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

#contact input[type="radio"] {
	margin-right: 8px !important;
}

input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

#contact textarea {
	height: 200px;
	max-width: 100%;
	resize: none;
}

#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

.error {
	color: #c71305 !important;
}

.message-success {
	font-size: 16px;
	font-weight: 700;
	color: #0067b0;
	opacity: .2;
	padding: 0;
	margin: 20px 0 30px 0;
}

.message-response {
	font-size: 16px;
	font-weight: 700;
	color: #0067b0;
	opacity: 0;
	padding: 0;
	margin: 20px 0 30px 0;
}

.fadein-fadeout {
	-webkit-animation: fadein-fadeout 2000ms linear 0s normal none infinite;
	animation: fadein-fadeout 2000ms linear 0s normal none infinite;
}

@-webkit-keyframes fadein-fadeout {
	0%, 100%, 50% {
		opacity: .5;
	}
	25% {
		opacity: .75;
	}
	75% {
		opacity: 1;
	}
}

@keyframes fadein-fadeout {
	0%, 100%, 50% {
		opacity: .5;
	}
	25% {
		opacity: .75;
	}
	75% {
		opacity: 1;
	}
}



/* Footer
----------------------------------------------------------------------*/

#footer {
	position: fixed !important;
	width: 100% !important;
	height: 80px !important;
	background: #393f4f !important;
}

.support-link {
	font-family: "Roboto", sans-serif !important;
	font-size: 18px !important;
	line-height: 1.25;
	text-align: center !important;
	color: #ffffff !important;
	margin: 15px 20px;
}

.show-for-small {
	display: inline-block;
}

@media only screen and (min-width: 640px) {

	#footer {
		position: fixed !important;
		width: 100% !important;
		height: 60px !important;
		background: #393f4f !important;
	}

	.support-link {
		font-family: "Roboto", sans-serif !important;
		font-size: 18px !important;
		line-height: 1.25;
		text-align: center !important;
		color: #ffffff !important;
		margin: 15px 20px;
	}

	.show-for-small {
		display: none;
	}

}

.support-link a {
	color: inherit;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

.support-link a:hover, a:visited {
	color: inherit;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #0067b0;
}

.support-link a:focus {
	color: inherit;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #0067b0;
	outline: 0;
}

.bold {
	color: #a7c9e1;
	font-weight: 700;
	padding: 3px 6px;
}


/* Login Page
----------------------------------------------------------------------*/

#login {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 15px;
}

.alert {
	margin-top: 20px;
}

#login .background-photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../images/background-photo.jpg') no-repeat center center;
	background-size: cover;
}

#login .form-signin {
    max-width: 300px;
    padding: 20px 30px 20px 30px;
    margin: 15% auto 0 auto;
    background-color: #eeeeee;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
            box-shadow: 0 0 4px rgba(0,0,0,.3);
}

#login .form-signin .as-logo {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 60px;
	background: url('../images/amst-horiz-logo.svg') no-repeat center center;
	margin-bottom: -10px;
}

#login .lost-password {
	max-width: 300px;
    padding: 20px 29px 20px;
    margin: 20px auto 20px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
            box-shadow: 0 0 4px rgba(0,0,0,.3);
}

#login .form-signin .form-signin-heading {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -.05em;
	margin-bottom: 10px;
}

#login .form-signin .checkbox {
    margin-bottom: 10px;
}

#login .form-signin input[type="text"],
#login .form-signin input[type="password"],
#login .form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    width: 100%;
}

#login .form-signin input[type="text"]:focus,
#login .form-signin input[type="password"]:focus,
#login .form-signin input[type="email"]:focus {
	border: 1px solid #005d9c !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 93, 156, .6);
		    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 93, 156, .6);
}

.btn-primary {
	font-weight: 700;
	background: #0067b0;
	border-color: #0067b0;
}

.btn-primary:hover {
	background: #cecece;
	border-color: #cecece;
	color: #484a42;
}

span.view-button {
	float: right;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0067b0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	letter-spacing: 1px;
	display: inline-block;
	background: #fff;
	margin-left: 20px;
	padding: 6px 17px 4px 17px;
	border: 1px solid #0067b0;
  	border-radius: 4px;
}

span.view-button:hover {
	background: #cecece;
	color: #484a42;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
       -moz-box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
            box-shadow: inset 0px 0px 4px 0px rgba(94,94,94,.4);
    text-shadow: 0px 1px 1px rgba(255,255,255,1);
    border: 1px solid #484a42;
}


/* Submenus
----------------------------------------------------------------------*/

.dropdown-menu-with-subs .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
	visibility: visible;
	display: block;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}

.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}


/* Global
----------------------------------------------------------------------*/

#content {
	margin-left: 0px;
}

.hide-sidebar, .show-sidebar {
	cursor: pointer;
}

.padd-bottom {
	margin-bottom: 5px;
}

.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	margin: 1em;
	min-height: .25em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}