html, body{
	height: 100%;
	width: 100%;
}

.portal-wrapper{
	min-height: 100%;
	position: relative;
}

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar a, .title, .subtitle, h1, h2, h3, h4, h5, h6{
	font-family: "Libre Franklin", Arial, sans-serif;
	font-weight: 500;
}

th{
	font-family: "Libre Franklin", Arial, sans-serif;
	font-weight: 600 !important;
}

body.portal-mobile-view.modal-open{
	overflow: hidden;
	width: 100%;
}

#container {
	box-sizing: border-box;
	padding-bottom: 100px;
}

#header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 1001;
}


#footer {
	display: inline-block;
	position: relative;
	bottom: 0px;
	height: 2.5rem;
	width: 100%;
	padding: 0px 0px 0px 5px;
	border-top: 1px solid #333;
	background-color: #fff;
	z-index: 1001;
}

.header-container{
	width: 100%;
	height: 65px;
	overflow: hidden;
}
#header-logo, .lifestation #header-logo{
	display: inline-block;
	width: 230px;
	background-size: contain !important;
	height: 55px;
	margin: 3px 10px 3px 10px;
}

#header-logo {
	background: transparent url(../imgs/am-logo.png) no-repeat 0 0;
}

.lifestation #header-logo {
	background: transparent url(../imgs/lifestation-logo.png) no-repeat 0 50%;
}

.seemyalarm #header-logo{
	background: transparent url(../imgs/sma-banner.jpg) no-repeat 0 0;
}

#section-heading.section-header {
	display: none;
}

#section-heading.section-header.cs-section-header {
	display: block;
	height: 39px;
	overflow: hidden;
	padding: .8rem 1rem;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
}

#edit-system-account-btn {
	margin-top: -5px;
	padding: 5px;
}

.bordertop {
	border-top: 1px solid #d3d3d3;
}

.bordertopnoneimportant {
  border-top: none !important;
}

#partnerresources {
	width: 800px;
}

/* Live chat button */
div#comm100-float-button-2 {
	color: white;
	top: initial !important;
	bottom: 0px !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.loginwidth {
	width: 200px;
}

.boldtext {
	font-weight: bold;
}

#section-heading strong {
	color: #00457c;
}

.graycolor{
	color: gray;
}

.glyphleft{
	margin-left: 20px;
}

.glyphright{
	margin-left: 35px;
}

.typewidth {
	width: 100px;
}

.phonewidth {
	width: 150px;
}

.tooltipsize {
	height: 16px !important;
	width: 16px !important;
}

.floatleft {
	float: left !important;
}


.uppercaseonly {
	text-transform:uppercase
}

/* Side Navigation */
.side-nav {
	position: fixed;
	height: 100%;
	top: 13.3rem;
	width: 15rem;
	padding: .6rem 0 0 0;
	background-color: #eee;
	z-index: 1000;
}

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

.side-nav a {
	display: block;
	width: 15rem;
	color: #00457c;
	padding:.4rem 0 .4rem 1rem;
	line-height:1.1em;
	text-decoration:none;
}

.side-nav a:hover {
	background-color: #ccc;
}
#user {
	margin-top: 1.3rem;
	margin-right: 1.5rem;
	background: #00457c;
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	min-width: 110px;
	width: auto;
	max-width: 180px;
	z-index: 1;
	cursor: pointer;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
#user.bg-warning {
	background: #f0ad4e;
}
#user ul {
	display: none;
	background-color: #eee;
	margin: 0;
	padding: 0;
	border: 1px solid #333;
	position: absolute;
	top: 52px;
	right: 0;
	list-style: none;
	text-align: left;
	z-index: 10;
}

.portal-desktop-view #user:hover ul {
	display: block !important;
}

#user ul a {
	width: 15rem;
	display: inline-block;
}

#topnav {
	margin: 0;
	padding: 5px;
	height: 31px;
	list-style: none;
	background-color: #00457c;
	white-space: nowrap;
}

#topnav li {
	display: inline-block;
	color: white;
	font-weight: bold;
}

#topnav li a {
	color: white;
	font-weight: bold;
	padding: 0 2em 0 0.4em;
}

#topnav li a:hover {
	color: grey;
	text-decoration: none;
}

#content.sidenav {
	width: 100%;
	padding: 15rem 0 2.5rem 15rem;
	overflow: auto;
}

.tabletitle {
	text-align: center;
	text-shadow: none;
	font-size: 12pt;
	background-color: #00457c;
	border-radius: 4px;
	color: #fff;
	font-family: "Source Sans Pro", Tahoma;
	font-style: normal;
	font-weight: 500;
	padding: 2px 15px 3px 15px;
	white-space: nowrap;
}

.tabletitle.tabletitle--left {
	text-align: left;
}

hr {
	border-color: #d3d3d3;
}

hr.portal-hr {
	width: 100%;
	border: 1px solid #d3d3d3;
}

.ninepointred {
	font-size: 9pt;
	color: red;
}

.ninepointred2 {
	font-size: 9pt;
	color: red;
}

.ninepointyellow {
	font-size: 9pt;
	color: #8a6d3b;
}
.linebreak {
	display: block;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-timer{
	display: block;
	position: relative;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.hamburger {
	width: 28px;
}

.red {
	color: red;
}

.price {
	width: 60px;
}

.monthprice {
	width: 45px;
}

.fixtop {
	margin-top: 6px !important;
}

.spacedown {
	margin-bottom: 5px !important;
}

.spacedownx2{
	margin-bottom: 10px !important;
}

.spacebelow {
	margin-bottom: 40px !important;
}

.spaceabove {
	margin-top: 20px !important;
}

.fullwidth{
	width: 100%;
}

.msg {
	padding: 1rem;
	color: black;
	border-top: 3px solid #00457c;
	background-color: #eee;
}
.msg.bg-danger {
	border-top: 3px solid #a94442 !important;
}

.block {
	margin: 0 1.5%;
}

.block tr:first-child td, .block tr:first-child th {
	border-top: none;
	padding-top: 0;
}

.table > tbody > tr > td {
	vertical-align: middle;
	word-break: break-word;
}

.block p {
	white-space: nowrap;
}

.tablefixed {
	table-layout: fixed;
}

.tablebottom {
	margin-bottom: 50px;
}

.portal-page-grid-overlay {
	display: none;
	height: 100vh;
	width: 100%;
	position: absolute;
	background-color: rgba(220, 220, 220, 0.1);
	background-image: url("../imgs/orig/page-load-wheel.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.title {
	background-color: #00457c;
	border-radius: .4rem;
	margin-left: -.4rem;
	/* offset border radius */
	margin-right: -.4rem;
	/* offset border radius */
	color: #FFF;
	font-style: normal;
	padding: .2rem 1.0rem .3rem 1.0rem;
	white-space: nowrap;
	min-height: 25px;
}

.title a{
	color: white;
	cursor: pointer;
}

.inline-2 {
	display: inline-block;
	width: 45%;
	margin: 2% 2%;
	vertical-align: top;
}

.inline-3 {
	display: inline-block;
	width: 33.1%;
	vertical-align: top;
}

.hidden {
	display: none;
}

#eventhistorytitle {
	margin: 0 2%;
}

#cs-overview #site-info-box {
	width: 25%;
	min-width: 3.5rem;
}

#cs-overview #history-search-box {
	min-width: 7rem;
	width: 95%;
}

#cs-overview #current-box #in-alarm .Yes, #cs-overview #current-box #alarm-activity .Yes, #cs-overview #current-box #test-status .Yes {
	font-weight: bold;
	color: #900;
}

#cs-overview #current-box #status .Yes {
	color: #d80;
	font-weight: bold;
}

.submitbutton {
	margin-top: 100px;
	width: 100%;
	display: block;
	height: 50px;
	font-size: 20px;
}

.seeall {
	text-decoration: underline !important;
	color: #0064C7 !important;
	font-size: 14 !important;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00457C;
	display: inline-block;
}

#page-load-wheel {
	position: absolute;
	top: 50%;
	left: 50%;
}

.pages {
	border-collapse: separate;
	border-spacing: 18px;
}

.tablespace {
	border-collapse: separate !important;
	border-spacing: 1em !important;
}

.page {
	width: 20px;
}

.pagenumber {
	cursor: pointer;
	color: #337AB7;
	text-decoration: underline;
}

.textdecorationunderline {
  text-decoration: underline;
}

.cursorpointer {
	cursor: pointer;
}

.cursordefault {
  cursor: default;
}

.alignleft {
	text-align: left !important;
}

.aligncenter {
	text-align: center !important;
}

.alignright {
  text-align: right;
}

.paddingtop10px {
  padding-top: 10px;
}

.paddingtop30px {
  padding-top: 30px;
}

.no-left-space{
	padding-left: 0px;
	margin-left: 0px;
}

.no-bottom-space{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.space-right{
	margin-right: 30px;
}

.valigntop {
	vertical-align: top !important;
}

.autonotifyleft {
	margin-left: -9px;
}

.boldandblack {
	color: black;
	font-weight: bold;
}

.tdsize {
	width: 100px;
}

.selectwidth {
	width: 200px !important;
}

.pushup {
	margin-top: -60px;
}

.balanceleft {
	margin-left: -5px;
}

.paymentright {
	margin-right: -24px;
}

.checkingleft {
	margin-left: 76px !important;
}

.spaceleft {
	margin-left: 10px;
}

.morespaceleft {
	margin-left: 15px;
}

.paddingleft {
	padding-left: 20px;
}

.moveup {
	margin-top: -40px;
}

.filter {
	margin-top: -5px;
	margin-bottom: 10px;
}

.wordwrap {
	table-layout: fixed;
	word-wrap: break-word;
}

.inlineblock {
	display: inline-block;
}

.display-block{
	display: block;
}

.btn-primary {
	color: #fff;
	background-color: #0074c8;
	border-color: unset;
}

.btn-primary:disabled {
	color: #fff;
	background-color: #0074c8;
}

.btn-primary:hover {
	color: #eee;
	background-color: #0064b8;
}

.transition-1s {
	transition: 1s;
	-ms-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}

.transform-translateX-200pc {
	transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	-o-transform: translateX(200%);
	-moz-transform: translateX(200%);
}

.reportalert {
	position: fixed;
	width: 30em;
	top: 2em;
	right: 3em;
	z-index: 1000;
}

.datespan.unused {
	display: none;
}

.datelabel.unused {
	display: none;
}

.dpr-title-blue-text{
	color: #00457c;
}

/* Form Validation */
.required-msg {
	display: none;
	font-size: 12px;
	font-weight: 400;
	color: red;
}

.required-msg.required--invalid{
	display: block;
}

.required .select2-selection{
	border: 1px solid red !important;
}

.required .required-msg{
	display: block !important;
}

.required.required--invalid{
	border-color: red;
}

.no-data-message{
	font-style: italic;
	color: gray;
}

.form-group-divider {
    text-align: center;
    height: 5px;
    padding-bottom: 0px;
}

.form-group-divider .divider-text{
    display: inline-block;
    position: relative;
    bottom: 25px;
    background-color: #f7f6f6;
    padding: 5px;
    z-index: 200;
}

.form-group-divider .divider-line {
    display: block;
    border-bottom: 1px solid black;
    z-index: 100;
}

/* Tables */
.table__tr-empty {
	text-align: center;
	cursor: default !important;
}

.table.table--selectable tbody tr {
	cursor: pointer;
}

.table__tr__td__action{
	width: 50px;
	text-align: center;
	cursor: pointer;
}

.table__tr__td__action i{
	display: none;
	color: gray;
}

.table tbody tr:hover .table__tr__td__action i{
	display: block;
}

.table-hover > tbody > tr:hover {
	background-color: #D9EDF7 !important;
}

/* Grid Spinners */
/* Older browser/IE Fallback */
.portal-refresh-rotating .glyphicon-refresh{
	background-image: url("/resources/imgs/small-loader.gif");
	background-repeat: no-repeat;
}
/* CSS Animations for rotating spinner */
.portal-refresh-rotating .glyphicon-refresh {
	-webkit-animation: spin-webkit 800ms infinite linear;
	-moz-animation: spin-moz 800ms infinite linear;
	animation: spin 800ms infinite linear;
}

@keyframes spin {
	0% {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			transform: rotate(0deg);
			background-image: none;
	}
	100% {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			transform: rotate(360deg);
			background-image: none;
	}
}

@-webkit-keyframes spin-webkit {
	0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			background-image: none;
	}
	100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
			background-image: none;
	}
}

@-moz-keyframes spin-moz{
	0% {
			-moz-transform: rotate(0deg);
			transform: rotate(0deg);
			background-image: none;
	}
	100% {
			-moz-transform: rotate(360deg);
			transform: rotate(360deg);
			background-image: none;
	}
}

/* Custom Dialog Styles (Bootbox) */
.modal--tiny .modal-dialog {
	max-width: 430px;
}

.modal--centered .modal-dialog {
	padding: 0px;
	margin: 10% auto;
	text-align: left;
	vertical-align: middle;
}

.modal--centered-confirm .modal-dialog {
	padding: 0px;
	margin: 10% auto;
	width: 300px;
	text-align: left;
	vertical-align: middle;
}

.modal--centered .modal-dialog .modal-header,
.modal--centered-confirm .modal-dialog .modal-header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal--centered .modal-dialog .modal-body .container-fluid,
.modal--centered .modal-dialog .modal-body .container,
.modal--centered .modal-dialog .modal-body .form-group,
.modal--centered-confirm .modal-dialog .modal-body .container-fluid,
.modal--centered-confirm .modal-dialog .modal-body .container,
.modal--centered-confirm .modal-dialog .modal-body .form-group{
	padding-left: 0px;
	padding-right: 0px;
}

/* Custom Bootstrap Tooltip Styles */
.tooltip{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	opacity:1!important;
}

.tooltip-inner {
	max-width: 300px;
	padding: 10px;
	color: #1565c0;
	background-color: #d9edf7;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 0 7px rgba(50, 50, 50, 0.5);
	box-shadow: 0 0 7px rgba(50, 50, 50, 0.5);
}

.tooltip.right .tooltip-arrow {
	border-right-color: #d9edf7;
}

/* Header Info */
.header-info-list {
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	white-space: nowrap;
	width:100%;
}

.header-info-list li {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 0px;
	background-color: #eee;
	color: #00457c;
}

.header-info-list li#clock-wrapper {
	float:right;
	margin-left: 10px;
	margin-right: 0px;
}

.header-info-list li#clock-wrapper .clock {
	font-weight:700;
}

.header-info-list .view-system-info-cancel-alarm-btn{
	margin-right: 5px;
}

.header-info-list .view-system-info-cancel-alarm-btn.btn-disabled{
	background-color: #6c757d;
	color: #fff;
}

.view-system-info-cancel-alarm-btn.btn-disabled:hover {
	cursor: not-allowed;
}

.view-system-info-cancel-alarm-btn.btn-disabled:active {
	pointer-events: none;
	cursor: not-allowed;
}

.header-info-list  .tooltip {
	opacity:0.95!important;
	font-size: 1em;
}

#search-input{
	width: 170px;
}

#search-input:focus {
	outline: none;
}

li {
	text-decoration: none;
	list-style-type: none;
}

.in-alarm, .on-test {
	font-weight: bold;
}

.in-alarm {
	color: #DE381D;
}

.on-test {
	color: #7BB55F;
}

.event-color-box{
    background-color: #000000; /* default color */
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 4px;
}

.dropdown-menu {
	z-index: 1002;
}

.dropdown-menu .event-color-box{
    position: relative;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 10px;
}

.filter-option .event-color-box{
    display: none;
}

.sma-login {
	color: #00457c !important;
}

/* Change System */
.change-system-container .btn {
	width: 100px;
}

.modal--change-system .modal-body {
	padding: 0px !important;
}

.modal--change-system .modal-title {
	padding: 3px !important;
}

.modal--change-system .item {
	transition: transform .5s ease, opacity .5s ease-out;
}

.change-system-item-body {
	height: 150px;	
}

.content-loading{
	background: white url('../../imgs/small-loader.gif') center center no-repeat; 
}

form .error {
	border: 1px solid red;
		animation: shakeError 75ms 5 ease-in alternate;
	} 
	@keyframes shakeError {
	0% {
		margin-left: 10px;
	}
	100% {
		margin-left: 0;
	}
}

.modal--change-system .modal-sm {
	width: 300px !important;
}