/* GENERICS */
html, body { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: "ralewaymedium";
	background: #29292e;
	color: #aaa;
	font-size:12px;
	-webkit-font-smoothing:antialiased;
}
strong, h1, h2, h3 {
	color: white;
	text-transform:capitalize;
	font-weight:normal;
}
a {
	color: #a7acb2;
	text-decoration: none;
	font-weight: bold;
}
.disabled {
	background: grey!important;
}
a:hover {
	text-decoration: underline;
}
h3 {
	text-transform: uppercase;
	font-weight: bold; /*No dice.*/
	margin-bottom: 0.4em;
	font-size: 10pt;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/* ASSORTED LESS GENERIC RULES */
.clickable {
	cursor: pointer;
}
#addshop .modal-box {
	width: 750px;
}
.under-hover:hover{
	text-decoration:underline;
}
.inline-menu {
	float: right;
	position: relative;
	top: 18px;
	font-family:"ralewayheavy";
	text-transform: uppercase;
}
.color-link{
	font-family: "ralewayheavy";
	text-transform: uppercase;
	font-size:14px;
}
.color-link,
.inline-menu a {
	margin: 0 0.5em;
	color: #a7acb2;
}
.color-link, .color-link:hover,
.inline-menu a.selected-nav, .inline-menu a:hover /*probably don't want this hover once selectable headlines come back.*/ {
	color: white;
	padding-bottom: 2px;
	border-bottom: 3px solid;
	text-decoration: none;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #2073C7;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0px solid white;
}
.fake-link{
	font-family:"ralewayheavy";
	cursor:pointer;
	font-size:16px;
}
.fake-link:hover{
	text-decoration: underline;
}
.pad15{
	padding:15px;
}
/* FORMS */
form {
	text-align:left;
}
form input {
	display: block;
	width: 100%;
}
/* Buttons */
input[type="submit"], label.button, div.button {

	width:100%;
	display:block;
	color: white;
	text-align: center;
	padding: 1em 0;
	text-transform: uppercase;
	font-family: "ralewayheavy";
	font-size:18px;
	border: 0;
	cursor: pointer;
	margin:0;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* G.A. added for rental&demo tabs */
div.fancy-blue-button {
	width:100%;
	display:block;
	color: white;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	font-family: "ralewayheavy";
	font-size:18px;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	margin:0;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.gray-button{
	background: #787878; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4Nzg3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZTZlNmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #787878 0%, #6e6e6e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#6e6e6e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #787878 0%,#6e6e6e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #787878 0%,#6e6e6e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #787878 0%,#6e6e6e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #787878 0%,#6e6e6e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#6e6e6e',GradientType=0 ); /* IE6-8 */	
}
div.gray-button.focus,
div.gray-button:hover{
	background: #6a6a6a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhNmE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTYxNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6a6a6a 0%, #616161 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#616161)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6a6a6a 0%,#616161 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6a6a6a 0%,#616161 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6a6a6a 0%,#616161 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6a6a6a 0%,#616161 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#616161',GradientType=0 ); /* IE6-8 */	
}
.button a, .fancy-blue-button a{
	color:white;
}
.modal-box input[type="submit"],
.modal-box label.button,
.modal-box div.button, .modal-box div.fancy-blue-button{
	font-size:14px;
}

/* Text fields */
input[type="text"], input[type="password"], input[type="number"] {
	padding: 1em;
	border-width:1px;
	border-color:#3c3e40;
	background-color:rgba(0,0,0,0.4);
	color:white;
	font-family:"ralewayheavy";
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	text-transform: none;
}
.input.error,
.input.error .input,
.input.error input,
.picker .error,
.birthday-picker.error,
input.error{
	background: #7a1313 !important;
}
.modal-box input[type="text"],
.modal-box input[type="password"],
.modal-box input[type="number"]{
	font-size:14px;
}
.modal-box .tabs .tab{
	height:55px;
}
#event-emergency-button-input .input {
	border: none!important;
}
 #waiver_cell_phone, #waiver_work_phone {
  font: 13.3333px Arial;
  color: #000;
  text-transform: none;
  font-weight: normal;
  -webkit-box-sizing: initial!important;
 }
#waiver_first_name, #waiver_last_name, #waiver_relationship, #waiver_cell_phone, #waiver_work_phone {
background: #fff;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    padding: 5px;
    border-radius: 4px;
}
textarea {
	width:100%;
	height:140px;
	padding: 1em;
	border:none;
	border-bottom:solid;
	border-width:1px;
	background-color: rgba(0,0,0,0.4);
	border-color:#3c3e40;
	color:white;
	font-family:"ralewayheavy";
	font-size:18px;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	text-transform: none;
	margin-bottom:-3px;
}
/* Checkboxes */
label {
	cursor: pointer;
}
label.checkbox{
	text-align: left;
	display: block;
	padding: 5px 5px 5px 50px;
	margin: 0 auto;
	display: block;
	background-image: url("../images/custom-ui/checkbox-unchecked.png");
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}
label.checkbox.focus,
label.checkbox:hover{
	color:#DDD;
}
label.checkbox.focus span,
label.checkbox:hover span{
	color:#DDD;
}
label.checkbox.checked{
	background-image:url("../images/custom-ui/checkbox-checked.png");
}

div#main-profile-content h1,
div#dashboard-content h1,
div#main-content h1{
	text-transform:uppercase;
	color:white;
	font-family:ralewayheavy;
	font-weight: bold;
	font-size:42px;
}
div#main-profile-content .inline-menu,
div#dashboard-content .inline-menu,
div#main-content .inline-menu {
	margin-bottom:-10px;
	top:-64px;
}
/* Semi-transparent background */
div#main-content > div,
.semitransparent-bg {
	background: rgba(255,255,255,0.05);
	border:5px solid rgba(0,0,0,0.05);
	border-radius:5px;
}
/* HALF BUTTONS */
.selected {
	background: #565660;
}
table.person-table{
	color: #aaaaaa;
}
table.person-table span{
	color: #FFF;
	margin-right: 0.5em;
}

.tune-color{
	color:white !important;
}
.mount-color{
	color:#2382ce !important;
}
.adjustment-color{
	color:#6bb43b !important;
}
/* used for "today" bullet */
.red{
	color:#dd3030;
}
.white{
	color:white;
}
.unselectable{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Text Styles*/
.bold {
	font-family:"ralewayheavy";
}
.big-bold-headline{
	text-transform: uppercase;
	color: white;
	font-family: "ralewayheavy";
	font-weight: bold;
	font-size: 42px;
}
.medium-bold-headline{
	text-transform: uppercase;
	color: white;
	font-family: "ralewayheavy";
	font-weight: bold;
	font-size: 28px;
}
.short-bold-headline{
	text-transform:uppercase;
	font-family:"ralewayheavy";
	font-size:18px;
	color:white;
}
.super-short-bold-headline{
	text-transform:uppercase;
	font-family:"ralewayheavy";
	font-size:14px;
	color:white;
}
.thin-title{
	font-size:25px;
	font-family: "ralewaythin";
	margin: 0;
	color: white;
	font-weight: 100;
	text-transform: capitalize;
}
.font-12px{
	font-size:12px;
}
span.icon.new{
	color:#6bb43b;
	font-size:40px;
	margin-right:30px;
	float:left;
}

span.icon.active{
	color:#2890da;
	font-size:40px;
	margin-right:30px;
	float:left;
}

span.icon.ready{
	color:gold;
	font-size:40px;
	margin-right:30px;
	float:left;
}
span.icon.completed{
	color:gray;
	font-size:40px;
	margin-right:30px;
	float:left;
}
span.icon.declined{
	color:#dd3030;
	font-size:40px;
	margin-right:30px;
	float:left;
}
/* TABS */
table.tabs{
	width:100%;
	table-layout:fixed;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.tabs .tab {
	height: 72px;
	color:#a7acb2;
	font-family:"ralewayheavy";
	text-align: center;
	font-size:18px;
	text-transform: uppercase;
	
	background: #363636; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #363636 0%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#282828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363636 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363636 0%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363636 0%,#282828 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #363636 0%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#282828',GradientType=0 ); /* IE6-8 */
}

table.tabs .tab:hover{
	color:#DDD;
	background: #2d2d2d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2d2d2d 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d2d2d 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d2d2d 0%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d2d2d 0%,#212121 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d2d2d 0%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
}
table.tabs .selected-tab {
	color:white;
	background: #656565; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzRjNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #656565 0%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #656565 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #656565 0%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #656565 0%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #656565 0%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-8 */
}
table.tabs .selected-tab:hover {
	color:#DDD;
	background: #595959; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzQzNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #595959 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #595959 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #595959 0%,#434343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #595959 0%,#434343 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #595959 0%,#434343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#434343',GradientType=0 ); /* IE6-8 */
}

#rental-type table.tabs .tab{
	height:110px;
}
#rental-type table.tabs .tab:hover .icon,
#rental-type table.tabs .selected-tab .icon{
	color:#2890da;
}

.shop-list-blip{
	padding-top:20px;
	font-size:12px;
}
.request-notes{
	font-size: 16px;
	background: rgba(0,0,0,0.25);
	padding: 1em;
	text-align: justify;
}
#notification.post-customer .single{
	width:285px;
}
/* 
 * Specs table i.e. dashboard, shop rack
 */
table.specs-table{
	table-layout: fixed;
	width:100%;
}
table.specs-table > tr > td{
	padding-left:20px;
}
table.specs-table > tr > td:first-child{
	padding:0;
}
.spec-header {
	padding: 0.5em 1.5em 1em;
	background: #343439;
	border: 1px solid #3c3e40;
	color: white;
	font-weight: bold;
	font-size: 18pt;
}
.spec-header span {
	float: right;
	font-weight: normal;
	font-size: 28pt;
	font-family:"ralewaythin";
	font-weight: bold;
}
.spec-body {
	padding: 0.5em 1.5em 1em;
	border: 1px solid #3c3e40;
	background-repeat: no-repeat;
	background-position: 10% 65%;
	min-height:56px;
}
.spec-body > div {
	float: right;
	margin-right: 1em;
	margin-top:13px;
	line-height: 1.75em;
}
.spec-body .service-box{
	max-width:50%;
	white-space: nowrap;
}
.spec-body .service-name{
	max-width:90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.spec-body > div > span {
	position: relative;
	top: 6px;
}
.spec-body .money {
	display: block;
	color: white;
	font-size: 22pt;
}
.spec-body .desc {
	top:6px;
}
.spec-body .icon{
	color: #29292e;
	font-size: 45px;
	margin-top: 25px;
	margin-left: 15px;
	width:0px;
}
.spec-body table{
	table-layout: fixed;
	width:100%;
}
/*
 * Order box i.e. addRequest, rentalCenter
 */
div#order-box{
	float:right;
	width:350px;
	background:#1e1e1e;
	padding:30px;
}
div#order-box .head {
	font-size:15px;
	padding-bottom:10px;
	border-bottom:1px solid #494c4e; 
}
div#order-box .shop-name {
	margin-top:5px;
	margin-bottom:10px;
}
div#order-box .head .right span{
	border-radius:15px;
	border:1px solid #3b3d3f;
	background:#29292e;
	font-family:"ralewayheavy";
	margin-right:10px;
	padding:5px 10px;
	color:white;
}
div#order-box .button.clickable{
	margin-top:10px;
}
div#order-box .foot {
	border-top: 1px solid #494c4e;
	padding-top:10px;
	font-size:20px;
	color:white;
}
div#order-box .list-container .list-blip:first-child{
	border:none !important;
}
div#order-box .details{
	min-height:75px;
	position:relative;
	left:-67px;
	top:-15px;
	width:250px;
	margin-bottom:-10px
}
div#order-box .order-item {
	padding:5px 5px 0 5px;
	margin-top: 5px;
	font-size:15px;
	font-family:"ralewayregular";
	text-transform:capitalize;
	text-align:left;
	cursor:auto;
}
div#order-box .order-item span{
	color:#DDD;
}
div#order-box .order-item .icon{
	font-size:19px;
	margin-left:5px;
	cursor:pointer;
}
div#order-box .selected {
	background-color: #333;
	padding: 15px 13px;
	margin: -1px -15px;
	border: 2px solid #494c4e;
}
/* BigDropDown */
.drop-down .row{
	border:1px solid #494c4e;
	text-align:left;
	background:#1c1e20;
}
.drop-down .row > div{
	padding:30px 30px 15px 30px;
}
.drop-down .icon{
	font-size:50px;
	margin-top:30px;
	margin-right:30px;
}
/* for customer rentals page */
td .drop-down .row > div > div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.input{
	border:1px solid #494c4e;
	text-align:left;
	background:#1c1e20;
}
#customers-content .list-blip .icon.right{
	padding:5px;
}
.ui-autocomplete{
	z-index:9999 !important;
	font-size:16px !important;
	font-family:"ralewayregular" !important;
}
.hover_blue:hover{
	background:#1f72b5;
	color:white;
}

.shop-profile-description-container{
	text-align:justify;
	margin-left:156px;
	margin-right:244px;
}
.shop-services-section{
	margin-right:272px;
}
.progressbar-text{
	font-size:40px;
	text-align:center;
}
iframe.legal{
	width:100%;
	text-align:left;
	height:515px;
	background-color:white;
	overflow-y:auto;
}
/*Ads*/

/* Family Picker Layout */
div#family-list{
	width:34%;
	float:right;
}
div#family-picker-content{
	padding-left:30px;
	float:left;
	width:58%;
}
div#family-picker-content .list-footer{
	margin:5px -10px 0 -30px
}
div#family-list .icon {
	float:right;
	font-size:15px;
	padding:5px;
}
div#family-list .list-blip {
	padding:16px 10px 16px 10px;
	cursor:pointer;
}
div#family-list .list-blip .info{	
	padding-top:12px;
	margin-left:95px;
}
div#family-list .list-blip .info .spacer{
	width:45px;
	float:right;
	height:10px;
}
div#family-list .list-blip .info .icon.right.clickable{
	margin-left:20px;
}
div#family-list .list-blip .info span {
	font-family:"ralewayheavy";
	color:white;
	text-transform:uppercase;
}
div#family-list .selected-fam:before,
div#family-list .selected-fam:after{
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}       
div#family-list .selected-fam:before{
	left:-72px;
	border: 55px solid transparent;
	border-right: 18px solid #1c1e20;
	margin-top: -55px;
	z-index:10;
}
div#family-list .ui-state-hover.list-blip{
	background:#2382CE;
	margin-left:-22px;
	padding-left:32px;
}
div#family-list .ui-state-hover.selected-fam:before{
	border-right-color:#2382CE;
}
div#family-list .selected-fam:after{
	left: -73px;
	border: 55px solid transparent;
	border-right: 18px solid #494c4e;
	margin-top: -55px;
}
div#family-list .selected-fam{
	position:relative;
	background-color: #1c1e20;
	border-right:solid 5px;
	margin-right:-5px;
	margin-left:-22px;
	padding-left:32px;
	margin-bottom:-1px;
	border-bottom: 1px solid #494c4e;
}
div#family-list .hexagon-mask{
	width:67px;
	height:77px;
}
div#family-list .hexagon-in2{
	background-size:67px;
}
.rental-timepicker{
	font-family:"ralewayheavy";
	font-size:15px;
	padding: 0 15px 0 0;
	font-size:18px;
}
.ui-datepicker{
	z-index:999 !important;
}
/* CALENDAR */
div#cal-container{
	margin-top:32px;
	min-width:620px;
}
div#calendar-container{
	padding:28px;
}
div#calendar-container table.calendar-view tr{
	height:120px;
}
.timetable-header td{
	padding:0 0 0 5px; overflow:hidden;
}
.timetable td{
	padding:2px 5px 2px 0;
}
.index-steps{
	background-color:white;
	color:#31aae2;
	border-radius:75px;
	padding:31px 30px 29px;
	width:26px;
	font-size:22px;
	border:1px solid #31aae2;
	margin:0 auto;
}
.index-steps:hover{
	background-color:#31aae2;
	color:white;
}
.index-info-section{
	background: #1d1f21;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.index-info-section .center-content{
	text-align: center;
	position: relative;
	margin: 50px auto;
	z-index: 2;
	max-width: 970px;
}
.index-info {
	margin:35px 15px;
	display:inline-block;
	text-align:left;
	float:left;
}
.index-info .icon,
.index-info .icon-img{
	background-color:rgba(245, 245, 245, 0.9);
	font-size:80px;
	color:#00b1ff;
	float:left;
}
.index-info:nth-child(odd) {
	margin-left:0;
}
.index-info:nth-child(even) {
	margin-right:0;
}
.index-info .info-body{
	color:#111;
	background-color:rgba(210, 210, 210, 0.9);
	display:inline-block;
	height:110px;
	width:280px;
	padding:20px;
	font-size:12px;
	line-height:16px;
}
#index-step-container{
	background: #dddddd;
	padding: 35px 0 0;
	cursor: default;
}
#index-step-container .step-container{
	display:inline-block;
	width:180px;
	font-size:12px;
	position:relative;
	top:-44px;
	color:#888;
}
#index-step-container .steps-line{
	border-top:1px solid #31aae2;
	display:inline-block;
	margin-top:55px;
}
#index-step-container .steps-header{
	color:#313131;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}

#index-stats-header{
	display:inline-block;
	border-bottom:2px solid #31aae2;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	margin-bottom:30px;
}

#info-background{
	width:1200px;
	margin: 75px auto;
	position:relative;
	left:-50%;
}

#company-page h3{
	color:#26292c;
	font-size:15px;
	font-family:'ralewaybold';
}
#company-page p{
	font-size:13px;
	line-height:25px;
	color:#26292c;
}
#company-page a{
	color:#26292c;
}
#rack-container #family-picker-content .list-blip.ui-draggable-dragging{
	background-color:rgba(0,0,0, 0.25);
	padding-left:20px;
	padding-right:15px;
	margin-left:-20px;
	margin-right:-15px;
	z-index:15;
}
#screenshot-container > div{
	display:inline-block;
	position: relative;
	margin-top:20px;
}
#screenshot-container > div:hover .shot-label{
	color:white;
	background-color:#313131;
}
#screenshot-container > div:hover .shot-expand{
	display:block !important;
}
#screenshot-container .shot-expand{
	position:absolute;
	top:0;
	bottom:30px;
	left:0;
	right:0;
	background-color:rgba(50, 170, 226, 0.5);
}
#screenshot-container .shot-expand .shot-box{
	width:80px;
	height:60px;
	border:solid 5px white;
	margin: 35px auto;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	position: relative;
}
#screenshot-container .shot-expand .shot-arrow:after {
  display:block;
  position:absolute;
  content:"";
  width:0; height:0;
  border-color:white;
  border-top:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:10px solid white;
  border-left:10px solid white;
  bottom:3px;
  margin:3px;
}
#screenshot-container .shot-expand .shot-arrow:before {
  display:block;
  position:absolute;
  content:"";
  width:0; height:0;
  border-color:white;
  border-top:10px solid white;
  border-right:10px solid white;
  border-bottom:10px solid transparent;
  border-left:10px solid transparent;
  right:3px;
  margin:3px;
}
#screenshot-container .shot-link{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#screenshot-container .shot-link a{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity: 0;
}
#screenshot-container .shot-label{
	position: absolute;
	bottom:0;
	height:30px;
	text-transform:uppercase;
	padding:15px;
	left:0;
	right:0;
	text-align:center;
	background-color:white;
	color:black;
}
#screenshot-container > div:nth-child(3n - 1){
	margin-left:15px;
}
#screenshot-container > div:nth-child(3n){
	margin-left:15px;
}
.fancy-break{
	width:150px;
	border-top:dashed 1px #aaa;
	margin:0 auto;
	overflow:visible;
}
.fancy-break > div:before{
	float:left;
	content:"";
	height:1px;
	position:relative;
	right:5px;
	margin-top:-4px;
	border-radius:3px;
	border:3px solid #2382ce;
}
.fancy-break > div:after{
	float:right;
	content:"";
	height:1px;
	position:relative;
	left:5px;
	margin-top:-4px;
	border-radius:3px;
	border:3px solid #2382ce;
}

/*
 * inplace editors
 */

.inplace{
	border-width:0.25em;
	border-radius:0.25em;
	border-color:rgba(0,0,0,0.05);
	border-style:none;
	position:relative;
}
.inplace input,
.inplace textarea{
	padding:0;
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
}
.inplace:hover{
	margin:-0.25em;
	border-style:solid;
}

.inplace .button-container{
	width:50px;
	height:25px;
	position:absolute;
	right:0;
	z-index:10;
}
.inplace:hover .button-container{
	display:block !important;
}
.inplace .button-container .button{
	width:25px;
	height:22px;
	padding:3px 0 0 0;
}
#earnings-container .spec-body{
	height: 80px;
	background: #212125;
}
#earnings-container .spec-header{
	height: 20px;
}
#header-nav .selected a{
	color:white;
}
#earnings-container .date-picker{
	float:left;
	width:400px;
}
#earnings-container .button{
	display:inline;
	padding:15px;
}
#earnings-container .chart-buttons{
	float:right;
	margin-top:20px
}
#earnings-container {
	border: none !important;
    min-width: 1010px;
}
#earnings-container .search-box {
	width:250px;
}
#earnings-container .amount-box {
	width:100px;
}
.customer-icon{
	border:1px solid #DDD;
	border-radius:25px;
	padding:10px;
	position:relative;
	top:-10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxNTQ1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzM3MzczZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #515456 0%, #37373e 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515456), color-stop(99%,#37373e));
	background: -webkit-linear-gradient(top,  #515456 0%,#37373e 99%);
	background: -o-linear-gradient(top,  #515456 0%,#37373e 99%);
	background: -ms-linear-gradient(top,  #515456 0%,#37373e 99%);
	background: linear-gradient(to bottom,  #515456 0%,#37373e 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515456', endColorstr='#37373e',GradientType=0 );
}


/*
 * REACTIVE LAYOUT
 */

@media (max-width: 1880px){
	#main-content.earnings-page {
		padding:60px;
	}
}
@media (max-width: 1840px){
	#main-content.earnings-page {
		padding:40px;
	}
}
@media (max-width: 1800px){
	#main-content.earnings-page {
		padding:20px;
	}
}
@media (max-width: 1770px){
	#main-content.earnings-page {
		padding:5px;
	}
}
@media (max-width: 1665px){
	#earnings-container input[type="text"]{
		font-size:14px;
		padding:0.5em;
	}
	#earnings-container td span.icon{
		display:none;
	}
	#earnings-container .date-picker{
		width:230px;
	}
	#earnings-container .button{
		font-size:14px;
		padding:0.5em;
	}
	#earnings-container .chart-buttons{
		margin-top:10px;
	}
	#earnings-container {
	    min-width: 110px;
	}
	#earnings-container .search-box {
		width:150px;
	}
	#earnings-container .amount-box {
		width:50px;
	}
}

#signin-box .input{
	border:none;
}
.tag-selected{
	background:#444;
	color:white;
}

/*
 * KIOSK
 */
#kiosk-outer{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:auto;
}
#ski_program_edit, #ski_program_edit_options, #ski_program_season_waiver {
	display:none;
}
#kiosk-container, #ski_program_edit, #ski_program_edit_options{
	color:white;
	line-height:20px;
	font-size:13px;
	position: absolute;
    z-index: 20;
    background-color: rgba(0,0,0,0.85);
    width: 888px;
    left: 50%;
    margin-left:-25%;
	margin-top:300px;
    padding:35px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: solid 10px rgba(128,128,128,.5);
}
#ski_program_season_waiver{
	color:white;
	line-height:20px;
	font-size:13px;
	position: absolute;
    z-index: 20;
    background-color: rgba(0,0,0,0.85);
    width: 888px;
    left: 50%;
    margin-left: -310px!important;
    top:15px;
    padding:35px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: solid 10px rgba(128,128,128,.5);
}
.event-text-div {
	/*padding-bottom: 20px!important;*/
}
#kiosk-container.login > div:nth-child(2) {
	width: 49.5%;
    float: left;
	border-right:1px solid gray;
}
#kiosk-container.login > div:first-child > div{
	padding-left:35px;
}
#kiosk-container.login > div:nth-child(2) > div{
	padding-right:35px;
}
#kiosk-container.login > div:first-child{
	float:right;
	width: 49.5%;
}
#kiosk-container input{
	width:100%;
	background:none;
}
#kiosk-container .input{
	background:none;
}
#kiosk-container span.clickable{
	font-size:12px;
	color:#aaaaaa;
	padding:0 10px;
}
#kiosk-container .list-blip{
	padding:15px 0;
}
#kiosk-container .list-blip .icon{
	margin-left:20px;
	font-size:20px;
}
#kiosk-error div.error{
	width:100% !important;
	padding:20px 0;
	color:white;
	font-size:18px;
	background-color:#ca2020;
	margin-bottom:30px;
	text-align:center;
}
#kiosk-error div.warn{
	width:100% !important;
	padding:20px 0;
	color:white;
	font-size:18px;
	background-color:#cc7222;
	margin-bottom:30px;
	text-align:center;
}
#kiosk-error div.login-msg{
	width:100% !important;
	padding:20px 0;
	color:white;
	font-size:18px;
	background-color:#111;
	margin-bottom:30px;
	text-align:center;
}
#kiosk-error div.login-success{
	width:100% !important;
	padding:20px 0;
	color:white;
	font-size:18px;
	background-color:#2cca20;
	margin-bottom:30px;
	text-align:center;
}

/*
 * Signup
 */
#shop-signup-container{
	color:white;
	line-height:20px;
	font-size:13px;
	position: absolute;
    z-index: 20;
    background-color: rgba(0,0,0,0.85);
    width: 600px;
    left: 50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: solid 10px rgba(128,128,128,.5);
}

#shop-signup-container div.input{
	margin:-2px;
}
#shop-signup-container div.overlay{
	padding:0.9em !important;
}
#shop-signup-container div.input input{
	padding:0.5em;
}
#shop-signup-container div.input input:focus{
	outline:none;
}
#customer-content .small-hexagon .hexagon-mask{
	width:67px;
	height:77px;
	margin-top:-15px;
	margin-right:30px;
}
.edit-menu {
	display: none;
}
.edit-menu {
	position: absolute;
	width: 25%;
    right: 100px;
	background: #2382CE;
	margin-top: 10px!important;
	z-index: 100;
}
.edit-menu > li {
	border-bottom: 1px solid #1D262D;
}
.arrow-up {
  position: absolute;
  display: none;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2382CE;
}
.marked {
 border: 2px red solid!important;
}
.select_box_program {
	font-family: ralewaymedium;
	font-size: 12px;
	background: #3B3D3F;
	color: #fff !important;
}
#event-risk-button, #event-pass-button, #event-rental-button, #event-emergency-button {
	float: none;
    font-weight: normal;
    font-family: ralewaymedium;
    background: #9B9A9A;
    padding: 6px 4px;
    margin: 5px 0;
    width: auto;
    margin-right: 0;
    display: inline-block;
    border-left: 1px solid #000;
	border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
#event-risk-button-input, #event-pass-button-input, #event-rental-button-input, #event-emergency-button-input {
	display: none;
	color: #000;
}
#add-another-select {
	display: none;
}
#event-emergency-button {
    border-right: 1px solid #000;
}
.selected-button  {
	background: linear-gradient(to bottom, #2382CE 0%,#1A63C2 100%)!important;
}
#event-emergency-button-input input {
 padding-left: 6px!important;
}
#ski_program_season_waiver textarea{
 padding-left: 10px!important;
 padding-top: 10px!important;
}

/* sales container */
#insert_ad  input, select {
	text-transform: capitalize;
	padding-left: 5px;
}
.sales_container {
	width: 96%;
    float: left;
	margin: 2%;
}
.sales_left_nav{
	height: 600px;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    background: #29292E;
}
.sales_right_nav{
	min-height: 600px;
    float: left;
    width: 73%;
    margin-left: 1%;
    margin-right: 1%;
    background: #29292E;
}
.home_headline_div {
    padding: 13%;
    width: 74%!important;
    text-align: center;
}
.sales_left_search {
	float: left; 
	height: 70px; 
	width: 23%; 
	margin-left: 1%; 
	margin-right: 1%;
}
.sales_text{
	width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;
}
.sales_right_list {
	float: left; 
	width: 73%; 
	margin-left: 1%; 
	margin-right: 1%; 
	height: 70px;
}
.home_headline{
	text-transform: uppercase;
    font-family: "ralewayheavy";
    font-size: 30px;
    margin-top: 20px;
	color: #aaa;
}
.full_width_left {
	width: 100%;
    float: left;
}
.half_width_left {
	width: 49%;
    float: left;
    margin: 7px 2px;
}
.half_label {
	width: 24%;
    float: left;
    font-size: 13px;
    color: #fff;
}
.full_label {
    width: 64%;
    float: left;
    font-size: 13px;
    text-transform: capitalize;
	font-weight: bold;
}
.sales_right_nav > form > div {
	width: 100%;
    float: left;
}
.label_div_sales {
	width: 25%;
    float: left;
}
.label_div_upload {
    width: 100%;
    float: left;
}
.text_div_sales {
	float: left;
    width: auto;
}
.label_div_sales > label, .label_div_upload > label {
    font-size: 16px;
    color: white;
    padding-top: 8px;
    float: left;
    padding-left: 10px;
}
.text_div_sales > input , .text_div_sales > div, .select_size {
    padding: 0;
    background: #3B3D3F;
    border: 1px solid #000;
    border-radius: 5px;
    height: 30px;
	width: 315px;
	text-indent: 5px;
	color: #fff!important;
}
.sales_header h3 {
	font-size: 17px!important;
}
.select_publish {
    padding: 0;
    background: #3B3D3F;
    border: 1px solid #000;
    border-radius: 5px;
    height: 30px;
    width: 130px;
    text-indent: 5px;
    color: #fff!important;
    float: right;
    font-size: 14px;
    font-weight: normal!important;
}
.list_ad_left {
	width: 54%;
    float: left;
}
.list_ad_right {
	width: 45%;
    float: right;
}
.list_ad_left > div {
	width: 99%;
    float: left;
	margin-left: 1%;
}
.list_ad_left > div > h2{
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
	width: 99%;
	float: left;
}
.list_ad_right > div {
	width: 90%;
    float: left;
	margin-left: 1%;
}
.list_data_div {
	background: #3B3D3F;
    font-size: 15px;
    color: #fff;
    text-align: center;
	margin: 5px 0;
}
.list_ad_right > div > h2{
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
	width: 99%;
	float: left;
}
.list_name {
	width: 40%;
    float: left;
	padding: 5px 0;
}
.list_size {
    width: 35%;
    float: left;
	padding: 5px 0;
}
.list_action {
    width: 24%;
    float: left;
	padding: 5px 0;
}
.list_action_border {
	border-left: 1px solid #000;
}
.list_action > ul {
	padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list_action > ul > li {
	display: inline-block;
    width: 15px;
	margin-right: 5px;
	cursor: pointer;
}
ul > li.shop_list > label, ul > li.shop_list > ul > li > label{
	padding-left: 18px;
}
ul > li.shop_list > ul > li {
	list-style: none;
}
ul > li > ul > li.right_arrow_sub_li {
	color: #CACACA;
}
li.advertisement_list{
color: #cacaca;
}
li.active {
    background: #346184;
}
.list_action ul > li.right_arrow.shop_list {
	background: url('../images/ads_size/right_arrow.png') no-repeat 0px 0px;
	padding: 7px 0;
    margin: 0;
}
li > label.right_arrow_sub_li {
	background: url('../images/ads_size/right_arrow.png') no-repeat;
}
li > label.down_arrow_sub_li {
	background: url('../images/ads_size/down_arrow.png') no-repeat;
	color: #fff!important;
}
ul > li.right_arrow {
	background: url('../images/ads_size/right_arrow.png') no-repeat 0px 4px;
}
ul > li.down_arrow {
	background: url('../images/ads_size/down_arrow.png') no-repeat 0px 4px !important;
	color: #fff;
}
.list_action > ul > li.view {
	background: url('../images/ads_size/view.png') no-repeat;
	background-size: 17px;
    padding: 7px 5px 8px 0px;
}
.list_action > ul > li.edit {
	background: url('../images/ads_size/edit.png') no-repeat;
	background-size: 17px;
    padding: 7px 5px 8px 0px;
}
.edit_label {
	line-height: 25px;
    font-size: 14px;
    color: #fff;
}
label.edit {
	background: url('../images/ads_size/edit.png') no-repeat;
    background-size: 18px;
    padding: 1px 12px;
}
label.view {
	background: url('../images/ads_size/view.png') no-repeat;
    background-size: 18px;
    padding: 1px 12px;
}

.list_action > ul > li.delete {
	background: url('../images/ads_size/delete.png') no-repeat;
	background-size: 17px;
    padding: 7px 5px 8px 0px;
}
.permissions > div {
	width: 100%;
    float: left;
}
.permissions > div { 
	font-size: 14px;
    color: #fff;
}
.permissions {
	width: 70%!important;
}
.permissions > div > label { 
	 float: left;
	 width: 70%;
}

.squaredThree {
	width: auto;
    position: relative;
    margin: 0;
    float: left;
    margin-top: -3px;
    margin-left: 10px;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.circle {
	border-radius: 50%;
    width: 13px;
    height: 13px!important;
    float: left;
    margin: 0 45%;
}
.green_circle {
	background: #30FF00;
}
.black_circle {
	background: #000;
}
.size_select_block {
	width: 90%!important;
    float: left!important;
    margin-left: 5%;
	text-align: center;
}
#file_upload_data > label {
	background: #3B3D3F;
    border: 1px solid #000;
    border-radius: 5px;
    height: 30px;
    width: 315px;
}
#file_upload_data {
 	background: none;
	border: none;
	border-radius: none;
}
#file_upload_data > .big-hexagon {
	float: left;
}
.sales_left_nav > ul {
    list-style: none;
    font-size: 14px;
    color: #CACACA;
    padding: 5px 0px 5px 10px;
}
.sales_left_nav > ul > li {
    padding: 5px 0;
}
.text_div_sales > #file_upload_data >  label.button {
    background: #3B3D3F;
    border: 1px solid #000;
    border-radius: 5px;	
}
.text_div_sales > #file_upload_data >  label {
	width: 100%;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #fff;
    background: none;
    padding: 0;
    border: 0;
	line-height: 30px;
}
.text_div_sales > #file_upload_data >  .input {
	display: none;
}
.size_select_box {
	width: 25%;
    display: inline-block;
    margin: 0 2%;
}
.size_select_box > div {
	width: 100%;
    height: 300px;
    background: #2B2B30;
    border: 1px solid #434648;
}
.mention_label {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
	line-height: 40px;
}
.crossed {
	width: 100%;
    height: 83%;
}
 .check_label1, .check_label2, .check_label3{
	padding:12px 0;
	display:block;
	background-image:url("../images/custom-ui/radio-unchecked.png"); 
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:center;
	background-position:center;
	margin: 10px;
}
.check_label1.checked, .check_label2.checked, .check_label3.checked {
	background-image:url("../images/custom-ui/radio-checked.png");
}
.waiver_table {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.waiver_table > div:nth-child(odd) {
}
.waiver_table > div:nth-child(even) {
	background: #353535;
}
.waiver_table > div > span {
	border-right: 1px solid #4B4B4B; 
}
.waiver_table > div > span > img {
	width: 40px;
	cursor: pointer;
}

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font-family: "ralewayheavy";
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 65px;
  background: #222222; /* fallback color */
  background: #222222; 
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 40px solid #222222;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid #484848;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 20px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        #222222; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #222222; }
.breadcrumb li:nth-child(3) a       { background:        #222222; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #222222; }
.breadcrumb li:nth-child(4) a       { background:        #222222; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #222222; }
.breadcrumb li:nth-child(5) a       { background:        #222222; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #222222; }

.breadcrumb li:last-child a::after { 
 border-left-color: 0; 
}
.breadcrumb li a:hover { 
  background: #2382CE; 
}
.breadcrumb li a:hover:after { 
  border-left-color: #2382CE !important; 
}
.selected_bredcrumb > a {
	background: #2382CE !important;
}
.selected_bredcrumb > a:after  {
	border-left-color: #2382CE !important;
}

#pickUpToDropoffDate .ui-datepicker.ui-datepicker-multi {
    width: 100%!important;
	padding: 0!important;
    margin: 0!important;
}
 #pickUpToDropoffDate1 .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content {
	float: left;
    margin-left: 15%;
}
.table_equip tr > td {
	border: 1px solid #fff;
}
.table_equip {
	border-collapse: collapse;
}
#equipment-div  div.input,  #customer-div  div.input {
	float: left;
	width: 100%;
	position:relative!important;
	margin-bottom: 10px;	
}
#equipment-div  div.input > .overlay.no-select.clickable, #customer-div div.input > .overlay.no-select.clickable{
	display: none;
}
#equipment-div  div.input > input, #customer-div  div.input > input  {
	padding: 10px;
}
.border_div {
	border: 1px solid #fff;	
}
.border_div > span:first-child , .border_div > span:nth-child(2){
border-right: 1px solid #fff;
text-indent: 10px;
}
.checkClassEquip , .checkClassPerson{
	background: #1f72b5;
}
#equipment-div .clickable span {
	padding:10px 0;
}
#equipment-div div.list-container .list-blip span:first-child {
	    border-left: 1px solid #fff;
}
#equipment-div div.list-container .list-blip span {
		border-right: 1px solid #fff;
}

#equipment-div div.list-container .list-blip {
	border-top: 0;
	border-bottom: 1px solid #fff;
}