@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900&display=swap');
* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:middle;
}
input {
	outline:none;
}
.clear {
	clear:both;
	height:0;
	width:0;
}
img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
img.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.form-field-container .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.form-field-container .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.form-field-container .col-sm-12, .form-field-container .col-sm-10 {
	padding-left: 5px;
	padding-right: 5px;
}
.request-started > a.btn-custom, .store-started a.btn-custom {
	margin-left: -10px;
}
.form-field-container .custom-pad {
	padding-left: 5px;
	padding-right: 5px;
}
.header-wrapper {
	max-width: 370px;
	margin: 0 auto;
}
.top-bar {
	height: 44px;
	background: #357637;
	width: 100%;
}
.header-logo {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.header-logo img {
	max-width: 100%;
	height: auto;
}
.header-tag-line-left {
	float: left;
	padding-top: 8px;
	color: #357637;
	font-size: 18px;
	font-weight: bold;
}
.header-tag-line-right {
	float: right;
	padding-top: 8px;
	color: #357637;
	font-size: 18px;
	font-weight: bold;
}
.header-tag-line-full-width {
	padding-top: 8px;
	color: #357637;
	font-size: 16px;
	font-weight: bold;
}
.header-tag-line-right a {
	text-decoration: none;
	color: #357637;
}
.header-tag-line-left i.fas, .header-tag-line-full-width i.fas {
	font-size: 10px;
	line-height: 18px;
	position: relative;
	top: -3px;
}
.header-tag-line {
	padding-bottom: 20px;
}
.form-wrapper {
	max-width: 420px;
	margin: 0 auto;
}
.form-field-container {
	padding-bottom: 15px;
}
.field-label {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
.field-label label + label {
	margin-left: 20px;
}
.d-form .field-label, .e-form .field-label {
	color: #37783B;
}
.right-aligned-label .field-label {
	text-align: right;
}
.form-field {
}
.form-field p {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.form-field input[type='text'], .form-field input[type='email'], .form-field input[type='date'], .form-field input[type='number'], .form-field input[type='password'] {
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background: #d6d6d6;
	line-height: 36px;
	height: 36px;
	border: none;
}
.form-field textarea {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background: #dcdcdc;
	height: 185px;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-field select {
	width: 100%;
	height: 56px;
}
select {
	width: 100%;
}
.select2-container .select2-selection, 
.select2-selection__rendered, 
.select2-selection__arrow {
    height: 36px !important;
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single {
	background: #dcdcdc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #357537 transparent transparent transparent;
	border-width: 10px 5px 0 5px;
	margin-left: -10px;
	top: 15px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #357537 transparent;
	border-width: 0 5px 10px 5px;
}
.form-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
}
.btn.btn-custom {
	/*line-height: 46px;*/
	height: 33px;
	color: #FFF;
	background: #357637;
	transition: all 0.2s;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-size: 7px;
}
.btn.btn-custom-2 {
	height: 33px;
	color: #FFF;
	background: #D93731;
	transition: all 0.2s;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-size: 7px;
}
a.btn.btn-custom.btn-sm, a.btn.btn-custom-2.btn-sm {
	/*font-size: 8px;*/
	padding-top: 10px;
}
a.btn.btn-custom, a.btn.btn-custom-2 {
	/*font-size: 8px;*/
	/*padding-top: 10px;*/
}
.data-table tbody tr td.width-175 {
	min-width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.btn.btn-custom:hover {
	opacity: 0.9;
}
.btn.btn-custom-2:hover {
	opacity: 0.9;
}
.forgot-login {
	cursor: pointer;
	line-height: 46px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.secure-icon {
	width: 40px;
	height: auto;
}
.submit-form {
	text-align: right;
}
.forgot-form {
	display: none;
}
.form-field-seperator {
	height: 11px;
}
.g-captcha {
	float: right;
}
.header-bg {
	width: 100%;
	background: #357537;
	padding-top: 24px;
	padding-bottom: 24px;
}
.main-wrapper {
	max-width: 1300px;
	margin: 0 auto;
}
.logout {
	text-align: right;
}
.logout img {
	width: 40px;
	height: auto;
}
.logout a {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.sidebar-menu {
	padding-top: 5px;
}
.sidebar-menu ul {
	margin: 0;
	padding: 0;
}
.sidebar-menu ul li {
	background: #F4F4F4;
	border-bottom: 4px solid #FFF;
	list-style: none;
	position: relative;
}
.sidebar-menu ul li i.fas {
	position: absolute;
	right: 10px;
	top: 40%;
	color: #357537;
	display: none;
}
.sidebar-menu ul li:hover > i.fas, .sidebar-menu ul li.active > i.fas {
	display: block;
}
.sidebar-menu ul li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.sidebar-menu ul li a span {
	color: #357537;
}
.message-board {
	background: #CBE1A6;
	padding: 35px;
}
.message-board h3 {
	font-weight: bold;
	font-size: 24px;
}
.message-board p {
	font-weight: bold;
}
.main-content {
	padding-top: 5px;
}
.data-table {
	width: 100%;
}
.data-table thead tr {
	background: #F4F4F4;
}
.data-table thead tr th {
	color: #357537;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.data-table thead tr th.button-container {
	text-align: center;
}
.data-table tbody tr {
	background: #F8F8F8;
}
.data-table tbody tr:nth-of-type(2n+1) {
	background: #EEEEEE;
}
.data-table tbody tr td {
	padding-left: 10px;
	padding-right:10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.data-table tbody tr td a {
	color: #000;
	text-decoration: underline;
}
.request-form {
	padding-top: 10px;
}
.store-form {
	padding-top: 10px;
}
.ui-details {
	text-align: right;
	color: #DE6135;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ui-details h2 {
	font-weight: bold;
	font-size: 24px;
}
.ui-details h3 {
	font-weight: bold;
	font-size: 22px;
}
.ui-details h4 {
	font-weight: 900;
	font-size: 20px;
}
.ui-form-submits {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title-bar {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	line-height: 40px;
	background: #357537;
}
.filter-bar {
	background: #F4F4F4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.date-container {
	font-size: 20px;
	font-weight: bold;	
	text-align: center;
	padding-top: 5px;
}
.filter-title {
	float: left;
	font-weight: bold;
	padding-top: 5px;
	float: left;
	width: 130px;
}
.filter-month {
	float: left;
	width: 185px;
}
.filter-month-title {
	float: left;
	width: 60px;
	padding-top: 5px;
}
.filter-month-input {
	float: left;
	width: 120px;
}
.filter-year {
	float: left;
}
.filter-year-title {
	float: left;
	padding-top: 5px;
	width: 60px;
	padding-left: 10px;
}
.filter-year-input {
	float: left;
	width: 100px;
}
.store-info-bar {
	background: #347436;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px
}
.edit-store-info-container {
	text-align: center;
	padding-top: 10px;
}
.store-info {
	background: #F4F4F4;
	margin-top: 5px;
}
.store-details {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.store-details span {
	color: #316E2C;
}
.store-info h3 {
	font-size: 24px;
	font-weight: bold;
}
.search-form-input {
	float: left;
	width: 210px;
}
.search-form-btn {
	float: left;
	width: 100px;
	padding-left: 10px;
}
.search-form-input input {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	background: #E0E0E0;
	height: 24px;
	line-height: 24px;
}
.search-form-btn input {
	background: none;
	color: #FFF;
	border: none;
}
.open-service-requests {
	margin-top: 5px;
}
.maintainence-voice-history {
	margin-top: 5px;
}
.open-work-orders {
	margin-top: 5px;
}
.completed {
	text-align: center;
}
.data-table tbody tr td.completed a {
	text-decoration: none;
}
.contract-history {
	margin-top: 5px;
}
.mobile-nav {
	display: none;
}
.signature-component canvas {
	display: block;
    position: relative;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}
.main-logo img {
	width: 266px;
	max-width: 100%;
	height:auto;
}
.calender {
	padding-top: 20px;
}
.calender-right-btn {
	text-align: right;
}
.calender-right-btn a, .calender-left-btn a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.calender-center-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.calender-table table {
	width: 100%;
	border-spacing: 5px;
}
.calender-table tr th {
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 5px solid #FFF;
	width: 14.28%;
	background: #357536;
}
.calender-table tr td {
	background: #E2EBD3;
	border: 5px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.calender-table tr td div {
	position: relative;
	height: 100%;
	height: 50px;
}
.calender-table tr td div img {
	max-width: 45%;
	height: auto;
}
.calender-table tr td span {
	position: absolute;
	bottom: 0;
	left: 5px;
}
.calender-table tr td.empty {
	background: #FFF;
}
.calender-table tr th + th {
	background: #AAAAAA;
}
.calender-table tr th + th + th + th + th + th + th {
	background: #357536;
}
.calender-table tr td + td {
	background: #E4E6E8;
}
.calender-table tr td + td + td + td + td + td + td {
	background: #E2EBD3;
}
@media screen and (max-width: 1145px) {
	.search-form-input {
		width: 150px;
	}
	.search-form-btn {
		width: 70px;
	}
}
@media screen and (max-width: 950px) {
	.filter-title {
		float: none;
		text-align: center;
		width: auto;
	}
	.filter-month {
		float: none;
		margin: 0 auto;
	}
	.filter-year {
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		width: 180px;
	}
	.filter-year-input {
		width: 120px;
	}
	.filter-bar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 860px) {
	.search-form-input {
		width: 100px;
	}
}
@media screen and (max-width: 768px) {
	.mobile-nav {
		border-top: 1px solid #FFF;
		color: #FFF;
		text-align: center;
		line-height: 40px;
		height: 40px;
		cursor: pointer;
		display: block;
		background: #357537;
		margin-left: -15px;
		margin-right: -15px;
		font-size: 24px;
		font-weight: bold;
	}
	.sidebar {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.calender-table tr td div img {
		max-width: 20px;
		height: auto;
	}
	
	.calender-table tr td div {
		height: 30px;
	}
	.calender-table tr td {
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 10px;
	}
	.calender-right-btn a, .calender-left-btn a {
		font-size: 14px;
	}
	.calender-center-title {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.main-logo {
		text-align: center;
	}
	.logout {
		text-align: center;
		padding-top: 10px;
	}
	.mobile-padding {
		padding-top: 10px;
	}
	.header-logo {
		padding-left: 10px;
		padding-right: 10px;
	}
	.empty-label {
		display: none;
	}
	.header-logo {
		padding-top: 10px;
	}
	.header-tag-line {
		padding-bottom: 10px;
	}
	.right-aligned-label .field-label {
		text-align: left;
	}
	.form-field-seperator {
		height: 20px;
	}
	.message-board {
		padding: 15px;
	}
	.search-form-input {
		width: 150px;
	}
}
@media screen and (max-width: 480px) {
	.header-tag-line-left {
		float: none;
		width: auto;
		text-align: center;
	}
	.header-tag-line-right {
		float: none;
		width: auto;
		text-align: center;
	}
}