/* Theme Name: Standard */

input[type="file"] {
	display: none;
}

/**** BODY & MISC ****/

html {
	overflow-x: hidden;
	min-height: 100vh;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

body {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

hr {
	display: inline-block;
	margin: 30px 3%;
	width: 94%;
	padding: 0;
	height: 1px;
	background: #ccc;
	border: none;
	clear: both;
}

ul {
	list-style-type: circle
}

strong {
	font-weight: 600;
}

.alignright {
	display: block;
	float: right;
	margin: 15px 5x 15px 15px;
	padding-bottom: 15px;
}

.alignleft {
	display: block;
	float: left;
	margin: 15px 15x 15px 5px;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

#clear, .clear {
	clear: both;
}

html, body, div, ul, li, form, input, label, textarea, a, #submit, .submit, .styled-select, .styled-select select, #selectbox, select, .wp-caption, .gallery-item, h1, h2, h3, h4, h5 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-caption {
	max-width: 100%;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}

/**** ANIMATED ELEMENTS ****/

.animateblock {
	-webkit-transition: all 0.55s linear;
	-moz-transition: all 0.55s linear;
	transition: all 0.55s linear;
}

/*FORMAT: .animateblock.ANY_STYLE.animated */

.animateblock.fontsize {
	font-size: 44px!important;
}

.animateblock.fontsize.animated {
	font-size: 66px!important;
}

/**** FONT CONTROL ****/

body {
	font-family: 'Hind', 'Open Sans', Trebuchet MS, sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 50px;
	color: #1a1a1a;
}

h1 {
	display: block;
	clear: both;
	font-size: 45px;
	line-height: 54px;
	margin: 0 0 17px 0;
	padding-top: 22px;
	color: inherit
}

h2 {
	display: block;
	clear: both;
	font-size: 36px;
	line-height: 45px;
	margin: 0 0 17px 0;
	padding-top: 22px;
	color: inherit
}

h3 {
	display: block;
	clear: both;
	font-size: 30px;
	line-height: 39px;
	margin: 0 0 17px 0;
	padding-top: 50px;
	color: inherit
}

h4 {
	display: block;
	clear: both;
	font-size: 25px;
	line-height: 34px;
	margin: 0 0 17px 0;
	padding-top: 22px;
	color: inherit
}

h5 {
	display: block;
	clear: both;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 17px 0;
	color: inherit
}

h6 {
	display: block;
	clear: both;
	font-size: .7em;
	line-height: .7em;
	text-transform: uppercase;
	padding: 15px;
	margin: 0 0 17px 0;
	color: #0073bf;
	border: 1px solid #0073bf;
	display: inline-block;
}

p {
	font-size: 21px;
	line-height: 35px;
	margin: 20px 0;
	font-weight: 300;
}

ul, li {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

a {
	color: #0073bf;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

h1, h2, h3, h6 {
	font-weight: 300;
}

h4, h5 {
	font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit!important;
}

#date {
	font-size: 13px;
	font-weight: 300;
	color: #ddd;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	body {
		font-size: 16px;
		line-height: 23px;
	}
	h1, h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
	}
	h3, h4, h5 {
		font-size: 21px;
		line-height: 30px;
		margin: 0 0 17px 0;
		font-weight: 600;
	}
	p, ul, li {
		font-size: 17px;
		line-height: 25px;
		margin: 17px 0;
	}
}

/**** FORMS ****/

form {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	color: inherit;
}

#schedule-frac {
	height: 70px;
	overflow: hidden;
	margin: 0 0 25px 0;
	outline: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	color: #fff!important;
	text-transform: uppercase;
	background: #0073bf!important;
	color: #fff;
	clear: both;
	vertical-align: middle!important;
	line-height: 58px!important;
}

input, label, textarea, #submit, .submit, .styled-select, .styled-select select, #selectbox, select, .inputlike, .custom-file-upload {
	display: block;
	float: left;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 6px 9px;
	background: #f9f9f9;
	border: none;
	outline: none;
	vertical-align: middle;
	font-size: 15px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 58px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (max-width: 500px) {
	input, label, textarea, #submit, .submit, .styled-select, .styled-select select, #selectbox, select, .custom-file-upload {
		font-size: 13px;
	}
}

#submit, .submit, input[type=submit], .custom-file-upload {
	text-transform: uppercase;
	background: #0073bf!important;
	color: #fff;
	font-weight: 600;
	clear: both;
	text-align: center;
	vertical-align: middle!important;
	line-height: 58px!important;
	height: 70px;
}

.fullNote {
	width: 100% !important;
	line-height: normal !important;
}

.fill90Form {
	width: 90% !important;
}

.leftbutton {
	width: 40% !important;
	float: left;
	clear: none !important;
}
.rightbutton {
	width: 40% !important;
	float: right;
	clear: none !important;
}
.chooseFile {
	border: 1px solid #ccc;
	height:70px;
	line-height: 37px!important;
	vertical-align: middle!important;
	text-transform: uppercase;
	text-align: center;
	font-family: inherit;
	font-weight: 600;
	cursor: pointer;
	font-size:15px;
}

.fileUpload {
	text-transform: uppercase;
	background: #0073bf!important;
	color: #fff;
	font-weight: 600;
	clear: both;
	text-align: center;
	vertical-align: middle!important;
	line-height: 58px!important;
	height: 70px;
	float: left;
}

textarea {
	display: block;
	font-family: 'Hind', 'Open Sans', Trebuchet MS, sans-serif !important;
	height: 320px;
	resize: vertical;
}

label {
	height: auto;
	font-size: 13px;
	border: none;
	background: none!important;
	line-height: 12px;
	margin: 0;
	padding: 18px 9px 6px 9px;
	text-transform: uppercase;
}

input[type=checkbox]+label, input[type=radio]+label {
	padding: 10px 20px;
	height: 70px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
	text-transform: initial;
}

input[type=checkbox]:checked+label, input[type=radio]:checked+label {
	background: #0073bf!important;
	color: rgb(253, 246, 246)!important;
	font-weight: 600;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

.accountchoiceimg {
	height: 170px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: .8em;
	vertical-align: bottom;
	margin-bottom: 15px;
}

input[type=checkbox]:checked+label.accountchoiceimg, input[type=radio]:checked+label.accountchoiceimg {
	border-bottom: 10px solid #ff0000;
	background: #fff;
	color: inherit!important;
}

.styled-select {
	height: 40px;
	line-height: 40px;
	border: none;
}

.styled-select select {
	height: 40px;
	margin: 0;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	border: none;
	line-height: 40px;
}

#selectbox {
	text-align: center;
	padding: 0;
	border: 1px solid #e2e2e2;
}

select {
	background: transparent;
	width: 100%!important;
	height: 100%;
	padding: 6px 20px;
	margin: 0;
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: inherit!important;
	text-align: center;
}

option {
	padding: 3px 9px
}

select, ::placeholder {
	color: #3a3a3a;
	font-style: italic;
	text-align: left;
}

/**** TABLES ****/

table {
	font-size: .75em;
	line-height: 1em;
}

.event_report_row_top {
	background: #1a1a1a;
	color: #fff;
	font-weight: bold;
}

td {
	padding: 18px 12px;
}

#linedTable {
	width: 100%;
}

#lineTable table {
	border: 1px solid black;
	border-collapse: collapse;
}

#lineTable th {
	border: 1px solid black;
	border-collapse: collapse;
}

#lineTable td {
	border: 1px solid black;
	border-collapse: collapse;
}

/**** VIDEO LIGHTBOX ****/

.videobox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.8);

}

.videoposition {
	position: absolute;
	top: 7%;
	left: 15%;
	width: 70%;
	height: 0;
	padding-top: 39.3%;
}

.videobox iframe {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 500px) {
	.videoposition {
		position: absolute;
		top: 7%;
		left: 2%;
		width: 96%;
		height: 0;
		padding-top: 53.5%;
	}
}

/**** HEADER & MENU ****/

#header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 139px;
	padding: 0px 60px 15px 15px;
}

.banner {
	height: 90px;
	width: 728px;
	margin-top: 20px;
}

#header #logo {
	max-width: 95%;
max-height: 119px;
display: block;
position: relative;
margin-left: 82px;
margin-top: -88px;
}

#header a {
	font-size: .75em;
	color: #1a1a1a;
	font-weight: bold;
	padding: 12px;
}

#sidemenu {
	position: absolute;
	top: 180px;
	left: 0;
	width: 250px;
	padding: 25px;
	font-size: .75em;
	text-transform: uppercase;
}

#sidemenu li {
	display: block;
	width: 100%;
	padding: 6px;
	font-size: .85em;
}

#sidemenu a {
	color: #999!important;
	font-weight: bold;
}

#sidemenu .fas {
	margin-right: 12px;
}

#sidemenu hr {
	margin: 17px 3%;
}

@media (max-width: 1200px) {}

@media (max-width: 900px) {
	#topmenu {
		height: 100px;
	}
	#topmenu li {
		display: none;
	}
	#topmenu #menubutton {
		display: block;
		top: 15px;
	}
}

/**** CONTENT ****/

#content_wrapper {
	display: block;
	position: absolute;
	width: 100vw;
	max-width: 100vw;
	height: auto;
	min-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 28px 25px 0 25px;
}

#content {
	display: block;
	height: auto;
	min-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px 25px;
	background: #fff;
	border-top: 9px solid #ebebeb;
	width: 100%;
}

@media (max-width: 1000px) {
	#content {
		padding: 2% 5% 40px 5%;
		margin-top: -30px;
	}
}

#blueblock {
	display: block;
	width: 100%;
	padding: 35px;
	background: #0073bf;
	color: #fff!important;
	height: auto;
}

#blueblock input, #blueblock #selectbox {
	background: #fff;
	color: #1a1a1a;
}

/**** ACCOUNT ACTIVATION ****/

#accountchoices li {
	font-size: 1em;
	line-height: 1.55em;
	text-align: left;
	margin: 0 0 .55em 0;
	list-style: none;
	padding-left: 32px;
	padding-right: 20px;
	text-indent: -12px;
}

.accountchoice {
	display: block;
	float: left;
	vertical-align: top;
	text-align: center;
	font-size: .8em;
	margin: 0;
}

/**** SPIN ****/

#circle {
	display: inline-block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	padding: 40px 20px 20px 20px;
	margin: 20px;
	border-radius: 100%;
	border: 2px solid #0073bf;
	color: #0073bf;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

/**** CONTAINER SIZES ****/

#container {
	display: block;
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 0 3%;
	margin: 0 auto;
	position: relative;
	position: relative;
	overflow-y: auto;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33.3%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w49 {
	width: 49%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w66 {
	width: 66.6%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

@media (max-width: 800px) {
	.w5, .w10, .w15, .w20, .w25, .w30, .w33, .w33 .w35, .w40, .w45, .w49, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90, .w95, .w100 {
		width: 100%;
		clear: both;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

#license p, #license li, #license ol, #license ul {
	font-size: 13px;
	line-height: 16px;
}

#license ol, #license ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 4px;
}

#license p {
	margin: 0px 0px 8px 0px;
}

#license li {
	margin: 0px;
}

/**** Activity Dashboard ****/

.activity-dashboard {
	display: flex;
	flex-direction: row;
}

.dashboard-dropdown {
	width: 200px!important;
	height: 53px;
	line-height: 25px;
	background: #f9f9f9;
	border: none;
	margin: 0px 0px 0px 10px;
	font-size: 18px!important;
}

.dashboard-dropdown-prep {
	width: 200px!important;
	height: 53px;
	line-height: 25px;
	background: #f9f9f9;
	border: none;
	margin: 0px 0px 0px 0px;
	font-size: 18px!important;
}

.dashboard-input {
	width: 300px!important;
	height: 53px;
	padding: 6px 15px 6px 20px;
	margin: 0px 0px 0px 10px;
	font-style: normal;
	font-size: 18px!important;
	background: #f9f9f9;
	border: none;
}

.dashboard-dropdown-long {
	width: 225px!important;
}

.dashboard-dropdown-very-long {
	width: 678!important;
	font-size: 15px!important;
	font-family: 'Hind', 'Open Sans', Trebuchet MS, sans-serif;
	border: 2px solid #ccc;
	background-image:
	linear-gradient(45deg, transparent 50%, gray 50%),
	linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
	calc(96% - 15px) calc(1em + 5px),
	calc(96% - 10px) calc(1em + 5px),
	calc(96% - 5.5em) 5.5em;
  background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
  background-repeat: no-repeat;
}

.dashboard-dropdown-arrow {
	box-sizing: border-box;
	height: 5vw;
	width: 5vw;
	border-style: solid;
	border-color: white;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
}

.dashboard-table {
	position: relative;
	width: 100;
	background-color: lightgrey;
	margin: 45px 0 0 0;
}

.dashboard-table-header {
	position: relative;
	width: 100%;
	Color: white;
	background-color: black;
	margin: 0;
	padding: 3px 3px 3px 3px;
	line-height: 14px;
}

.dashboard-weekview {
	position: relative;
	width: 100%;
	Color: black;
	background-color: lightgray;
	margin: 0;
}

.dashboard-content-row {
	position: relative;
	width: 100%;
	Color: black;
	background-color: White;
	margin: 0;
	border-bottom: 1px lightgray;
	border-bottom-style: solid;
	padding: 10px 0px 3px 5px;
	font-size: 16px;
}

.dashboard-content-row-callout-level-1 {
	background-color: #eeeeee;
	border-bottom: 1px white;
	border-bottom-style: solid;
	font-size: 16px;
	padding: 10px 0px 3px 5px;
}

.dashboard-content-row-callout-level-2 {
	background-color: lightgray;
	border-bottom: 1px white;
	border-bottom-style: solid;
	font-size: 16px;
}

.dashboard-table-header-main {
	position: relative;
	display: inline-block;
	min-height: 25px;
	width: 25%;
	padding: 5px 5px 5px 20px;
	font-size: 16px;
}

.dashboard-table-content-frac-well {
	position: relative;
	display: inline-block;
	min-height: 25px;
	width: 44%;
	font-size: 16px;
	padding: 40px 5px 5px 20px;
}

.dashboard-table-content-buttons {
	position: relative;
	display: inline-block;
	min-height: 25px;
	width: 55%;
	font-size: 18px;
	padding: 40px 5px 5px 20px;
	cursor: pointer;
	text-align: right;
}

.dashboard-table-content-info {
	position: relative;
	display: inline-block;
	min-height: 25px;
	width: 100%;
	font-size: 14px;
	padding: 0px 5px 0px 20px;
}

.dashboard-table-content-table {
	position: relative;
	display: inline-block;
	min-height: 25px;
	width: 100%;
	font-size: 14px;
	padding: 30px 5px 5px 20px;
	border-collapse: collapse;
}

div.dashboard-table-content-table table {
	width: 100%;
	border-spacing: 0px!important;
}

div.dashboard-table-content-table td, div.dashboard-table-content-table th {
	height: 35px;
	min-width: 10px;
	font-size: 18px;
	padding: 0;
}

div.dashboard-table-content-table th {
	background-color: black;
	color: white;
}

div.dashboard-table-content-table td {
	padding: 0;
	text-align: center;
	background-color: white;
	color: black;
}

div.dashboard-table-content-table td i {
	text-align: center;
}

.dashboard-table-well-name {
	position: relative;
	display: inline-block;
	min-height: 25px;
	width: 25%;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
}

.dashboard-table-header-month {
	position: relative;
	margin: 0;
	display: inline-block;
	border-left: 1px solid lightgray;
	text-align: center;
	font-size: 16px;
}

.dashboard-weekview-monday {
	position: relative;
	margin: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.dashboard-button {
	height: 70px;
	width: 8%;
	margin: 0 0 0 3px;
	overflow: hidden;
	outline: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 600;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	color: #fff!important;
	text-transform: uppercase;
	background: #0073bf!important;
	color: #fff;
	clear: both;
	vertical-align: middle!important;
	line-height: 58px!important;
	white-space: nowrap;
}

.bccEmail-button {
	height: 70px;
	width: 8%;
	overflow: hidden;
	outline: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	color: #fff!important;
	text-transform: uppercase;
	background: #0073bf!important;
	color: #fff;
	clear: both;
	vertical-align: middle!important;
	line-height: 58px!important;
	white-space: nowrap;
}

.dashboard-popup {
	position: fixed;
	top: 18%;
	left: 10%;
	width: 80%;
	height: 80%;
	display: none;
	border: 4px #CCC;
	border-style: solid;
	background-color: white;
}

.dashboard-popup-close-button {
	position: absolute;
	left: 95%;
	bottom: 90%;
	height: 5%;
	width: 3%;
}

.dashboard-popup-textfield {
	length: 600;
	border: #3a3a3a;
}

/* #map {
	background: #C0C0C0;
	opacity: 0.45;
} */
.HamburgerMenuWrapperOpen {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	transition: width 0.3s;
	margin-left: 15px;
	height: calc(100vh - 139px);
	max-height: calc(100vh - 139px);
}
.HamburgerMenuWrapperClosed {
	overflow: hidden;
	width: 0;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	transition: width 0.3s;
}
.hamburger-header {
	white-space: nowrap;
	text-align: left;
	margin: -10px 0 -10px 15px;
	font-weight: bold;
	font-size: 16px;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
  }
  .hamburger-header-tools {
	white-space: nowrap;
	text-align: left;
	margin:27px 0 -10px 15px;
	font-weight: bold;
	font-size: 16px;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
  }
  .hamburger-header-tools-PC {
	white-space: nowrap;
	text-align: left;
	margin: 10px 0 0 15px;
	font-weight: bold;
	font-size: 16px !important;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
  }
.hamburger-menu-item {
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	margin: 2px 0 0 20px;
	font-size: 16px;
	line-height: 25px;
  }
.padded-line {
	margin: 12px 20px 10px 20px;
	width: 85%;
	display: block;
}
.hamburger-button {
	background-color: #0073bf;
	border-radius: 20px;
	margin-right: 35px;
	color: white;
	text-align: center;
	font-family: inherit;
	vertical-align: middle!important;
	white-space: nowrap;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	min-width: 145px;
	font-size: 15px;
	font-weight:700;
	/* margin-top:-20px; */
	padding: 5px;
  }
.menu-content-container {
	display: flex;
	width: 100%;
	font-family: Hind, Open Sans, Trebuchet MS, sans-serif;
}
.content-container-menu-open {
	width: 88%;
	padding: 0;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	transition: width 0.3s;
	display: block;
	height: auto;
	min-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px 25px;
	background: #fff;
	border-top: 9px solid #ebebeb;
}
.content-container-menu-closed {
	width: 100%;
	padding: 0;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	transition: width 0.3s;
	display: block;
	height: auto;
	min-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 25px 25px;
	background: #fff;
	border-top: 9px solid #ebebeb;
  }
.menu-class-open {
	vertical-align: top;
	width: 12%;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	transition: width 0.3s;
	overflow: hidden;
	padding-left: 10px;
}
.menu-class-closed {
	vertical-align: top;
	width: 1%;
	-webkit-transition: width 0.3s; /* Safari prior 6.1 */
	transition: width 0.3s;
	overflow: hidden;
  }
.menu-content-container {
    display: flex;
    width: 100%;
}
.center-alignment-helper {
	display: flex;
	height: 100%;
	vertical-align: middle;
}
.menuBarsContainer {
	margin-top: 46px;
	margin-left: 9px;
	text-align: center;
	height: 52px;
	width: 52px;
}
.menuBarsContainer:hover {
	border-radius: 90%;
	max-height: 52px;
	max-width: 52px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	cursor: pointer;
}
.menuBars {
	cursor: pointer;
	text-align: center;
	/* vertical-align: middle; */
}

.headerBadgeClass {
	margin-top: -50px;
}

.hamburgerMenuBadge{
	margin-top: -20px;
	margin-right: 10px;
}

/* scroll bar width */
::-webkit-scrollbar {
	width: 8px;
  }
  
  /* Scroll bar Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px white; 
	border-radius: 4px;
  }
   
  /* scroll bar Handle */
  ::-webkit-scrollbar-thumb {
	background: #cccccc; 
	border-radius: 4px;
  }
  
  /* scroll bar Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #888888; 
  }
  
#zohoSupportWebToCase select {
    box-sizing: border-box;
}

#zohoSupportWebToCase textarea, #zohoSupportWebToCase input[type='text'], #zohoSupportWebToCase select, .wb_common {
    width: 100%;
    box-sizing: border-box;
}

#zohoSupportWebToCase textarea, #zohoSupportWebToCase input[type='text'], #zohoSupportWebToCase select {
margin-bottom: 0px;
}

#zohoSupportWebToCase option {
    text-align: left;
}



.lefter {
	float: left;
	padding-right:15px;
}

.padleft {
  padding-left : 30px;
}

.smallbox {
	float: left;
	width: 24px;
	height: 27px;
	margin: 5px;
	/*border: 1px solid rgba(0, 0, 0, .2);*/
 }
 .fracColor {
  background: linear-gradient(0deg, #ff9a9a 48%, #ffffff 50%, #ff0000 52%);
 }
 .drillColor {
  background: linear-gradient(0deg, #ffde9a 48%, #ffffff 50%,#ffab00 52%);
 }
 .serviceColor {
  background: linear-gradient(0deg, #fffe9a 48%, #ffffff 50%, #fffe00 52%);
 }
 .fracprotectColor {
  background: linear-gradient(0deg, #a8ffa9 48%, #ffffff 50%, #00ff02 52%);
 }
 .paColor {
  background: linear-gradient(0deg, #347ebf 48%, #ffffff 50%, #0066bf 52%);
 }
.uicColor {
  background: linear-gradient(0deg, #e69ae5 48%, #ffffff 50%, #bf00bd 52%);
 }
 .otherColor {
  background: linear-gradient(0deg, #9a9a9a 48%, #ffffff 50%, #000000 52%);
}
.permitColor {
background: linear-gradient(0deg, #e6c19a 48%, #ffffff 50%, #bf6200 52%);
 }
 .dashUnder {
  text-decoration:underline;
  text-decoration-style: dashed;
 }
