 .splash
{
	display: none;
}

body
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #4A4A4A;
	overflow: hidden;
	min-height: 100vh;
	height: 100%;
	overflow: auto;
}

abody {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,#fbfbfb+75,dcdada+90 */
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #fbfbfb 60%, #dcdada 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 60%,#dcdada 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fbfbfb 0%,#fbfbfb 60%,#dcdada 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

a
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	color: #4A4A4A;
	font-weight: 200;
}

h1, .h1
{
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
}

h2, .h2
{
	font-weight: 500;
	font-size: 38px;
}

.item h4,
.item .h4,
h4, .h4
{
	font-size: 18px;
}

a,
a.item,
.color,
.icon-color .icon,
.modal-footer a,
.icon-active,
.bar .icon.icon-active,
.active,
.item.item-action,
.service-type.active
{
	color: #04A3FF;
}

.ngview
{
	height: 0;
}

.content
{
    position: absolute;
    top: 52px;
    bottom: 0;
    height: auto;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 82px;
}

.big-icon
{
	font-size: 32px;
}

.inner-padding
{
	padding: 10px;
}

.text-section
{
	font-size: 14px;
	line-height: 1.4;
}

/************************************************************************************/
/* Captions                                                                         */
/************************************************************************************/

.caption .h4
{
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 200;
}

.caption .h5
{
	font-size: 20px;
	line-height: 36px;
	font-weight: 200;
}

/************************************************************************************/
/* Helper classes                                                                   */
/************************************************************************************/

.capitalized
{
	text-transform: capitalize;
}

.centered
{
	text-align: center;
}

.margin
{
	margin-left: 10px;
	margin-right: 10px;
}

.double-spaced
{
	margin-top: 40px;
}

.spaced
{
	margin-top: 20px;
}

.half-spaced
{
	margin-top: 10px;
}

.to-bottom
{
	/*
	position: absolute;
	bottom: 64px;
	*/
}

.text-box
{
	margin-top: 12px;
}

.text-box h4
{
	width: 60%;
	margin: 0 auto;
}

.big-link
{
	font-size: 36px;
}

.not-visible
{
	visibility: hidden;
}

.small-inline
{
	font-size: 10px;
	line-height: 12px;
	position: relative;
	top: -2px;
}

.no-padding
{
	padding: 0;
}

.no-border-left
{
	border-left: none;
}

.no-border-right
{
	border-right: none;
}

.col-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

/************************************************************************************/
/* Lists                                                                            */
/************************************************************************************/
.list.no-space
{
	margin-bottom: 0;
}

.item
{
	padding: 14px;
}

.item-icon-right
{
	padding-right: 50px;
}

.item-icon-left
{
	padding-left: 50px;
}

.item.item-action
{
	font-size: 36px;
	line-height: 36px;
}

.item.item-action.item-icon-right
{
	padding: 16px 0;
}

.item.item-action.item-icon-right
{
	padding-right:50px;
}

.extra-padding
{
	padding-left: 40px;
	padding-right: 40px;
}

.item-big
{
	padding: 20px 40px;
	font-size: 20px;
	line-height: 24px;
}

.item.item-big.item-icon-right
{
	padding-right: 66px;
}

.item.item-big.item-icon-left
{
	padding-left: 66px;
}

.item.item-big.item-icon-right .icon
{
	right: 20px;
}

.icon.icon-big
{
	font-size: 40px;
}

.icon.icon-big::before
{
	width: 40px;
}

.row.row-inner
{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.row-inner .col
{
	margin-left: -4px;
	padding-top: 1px;
	padding-right: 10px;
}

.row-inner .col:last-child
{
	margin-right: -9px;
}

.list-padded
{
	padding-left: 10px;
	padding-right: 10px;
}

.list-padded .item:first-child
{
	border-top: none;
}

.list-padded .item
{
	border-left: none;
	border-right: none;
}

.list-framed
{
	border: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.list-framed .item
{
	border: none;
	border-top: 1px solid #ddd;
}

.list-framed .item:first-child
{
	border-top: none;
}

.list-active
{
	border-color: #A9DFFF;
}

/************************************************************************************/
/* Forms                                                                            */
/************************************************************************************/
.item-input
{
	padding: 0 0 0 10px;
}

.item-input-wrapper
{
	background: transparent;
	width: auto;
}

.item-icon-left .item-input-wrapper
{
	margin-left: 40px;
}

.item-icon-right .item-input-wrapper
{
	margin-right: 40px;
}

.dropdown,
.item-input,
.item-active
{
	border: 1px solid #A9DFFF;
	background: #FFF;
}

.dropdown select
{
	border: none;
	background: transparent;
	height: 55px;
	width: 95%;
}

.big-inputs input
{
	font-size: 16px;
	height: 45px;
}

.inter-space,
.item-input.inter-space
{
	margin-bottom: 8px;
}

.inter-space.col
{
	padding-bottom: 0;
}

.form-error
{
	color: #F50808;
	font-size: 14px;
}

.error
{
	color: #F50808;
}

.error .icon,
.error .icon.icon-active
{
	color: #F50808;
}

.textarea-icon-input
{
	position: relative;
	padding: 0;
}

.textarea-icon-input .icon
{
    position: absolute;
    top: 5px;
    font-size: 28px;
}

.textarea-icon-input textarea
{
	padding-left: 30px;
	margin-right: 10px;
}

.placeholder-icon
{
	font-size: 26px;
}

.placeholder
{
	color: #ddd;
}

.invalid-input
{
	border-color: #F50808;
}

.invalid-input *
{
	color: #F50808 !important;
	border-color: #F50808 !important;
}

.item-input input.small-input
{
    padding-right: 0;
    padding-left: 7px;
}

.item-input-compact .input-label
{
	padding-right: 0;
}

.input-label.input-label-top
{
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	max-width: 100%;
}

/************************************************************************************/
/* Header                                                                           */
/************************************************************************************/
.bar-header
{
	background: #F1F1EF;
	border-bottom: 1px solid #e0e0e0;
}

.bar {
	height: 52px;
}

.bar .icon
{
	color: #787373;
}

.bar .button.button-icon .icon:before, .bar .button.button-icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before
{
	font-size: 26px;
}

.bar .title
{
	font-size: 23px;
	font-weight: 200;
	color: #4A4A4A;
	height: 52px;
	line-height: 53px;
}

.bar .button.button-clear
{
	border: none;
	background: transparent;
	padding-right: 10px;
	padding-left: 10px;
}

.has-header
{
	top: 51px;
}

/************************************************************************************/
/* Buttons                                                                          */
/************************************************************************************/

.button.button-positive,
.list .item.item-selected,
.card .item:first-child
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2bc0ff+0,05a2ff+100 */
	background: #32c7fe; /* Old browsers */
	background: -moz-linear-gradient(left,  #32c7fe 0%, #21acff 30%, #138cfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #32c7fe 0%, #21acff 30%, #138cfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #32c7fe 0%, #21acff 30%, #138cfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
}

.list .item.item-selected *
{
	color: #fff;
}

.button.button-positive
{
	border: none;
	box-shadow: 0 -4px 1px rgba(255,255,255,0.3) inset;
	font-size: 22px;
	text-transform: uppercase;
}

.button
{
	border-radius: 0;
}

.bar-footer
{
	height: auto;
	z-index: 900;
}

.bar-footer .button-block
{
	border-radius: 0;
	margin: 0;
}

.no-background
{
	background-image: none !important;
	border-color: transparent !important;
	background-color: transparent !important;
	padding: 0px;
}

.button.big-button
{
	font-size: 24px;
	line-height: 32px;
	font-weight: 200;
	height: 60px;
}

.button-facebook
{
	background: #296CA9;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 0 35px 0 12px;
	font-size: 19px;
	line-height: 40px;
}

.button-facebook .icon
{
	background: #fff;
	color: #296CA9;
	padding: 5px 12px;
	border-radius: 3px;
	margin-right: 20px;
}

.button-rounded
{
	border-radius: 18px;
}

.bar .button-rounded
{
	font-size: 18px;
	height: 36px;
}

.button.button-calm
{
	background: #04A3FF;
	border: 1px solid #1790D7;
	color: #fff;
	box-shadow: 0 0 4px rgba(255,255,255,1) inset;
}

.button.button-active,
.button.button-calm.button-active:hover
{
	border-color: #04A3FF;
	color: #04A3FF;
	background: #fff;
	box-shadow: none;
}

.full-width
{
	width: 100%;
	display: block;
}

.button-group
{
	margin: 5px;
}

.button-group .row
{
	padding: 0;
	border-radius: 25px;
	background: #ebeaea;
	border: 1px solid #D7D2D2;
}

.button-group .row .col
{
	padding: 3px;
}

/************************************************************************************/
/* Select business                                                                  */
/************************************************************************************/
.business-name
{
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
}

.icon.inline-icon
{
	position: relative !important;
	display: block !important;
	left: 0px;
	top: 0;
	line-height: 24px;
	margin-right: 5px;
	float: left;
}

.select-business-location
{
	font-size: 22px;
}

.select-business-name
{
	color: #666;
}

.business-selector.select-overlay
{
	height: 480px;
}

/************************************************************************************/
/* Login page                                                                       */
/************************************************************************************/

.business-details
{
	margin-top: 10px;
	margin-bottom: 20px;
}

/************************************************************************************/
/* Modal                                                                            */
/************************************************************************************/

.modal
{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	overflow: visible;
	background-color: transparent;
}

.modal-dialog
{
	position: absolute;
	top: 50%;
    left: 0;
    right: 0;
	padding: 0 20px;
	margin: 0;
}

.modal-content
{
	overflow: visible;
	margin-top: -50%;
}

.modal-header
{
	border-bottom: none;
	padding: 8px;
	text-align: center;
}

.modal-body
{
	padding: 25px;
	color: #868181;
	text-align: center;
}

.modal-body p
{
	font-size: 16px;
}

.modal-footer
{
	border-top: none;
	padding: 1px 0 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.modal-footer .col{
    padding: 0;
}

.modal-footer .item
{
	font-size: 22px;
	text-align: center;
	white-space: normal;
}

.modal-content
{
	border-radius: 0;
        background-color: transparent;
	box-shadow: none;
        border: none;
}

.modal-header
{
        border-radius: 10px 10px 0 0;
}

.modal-content .modal-wrapper *
{
	background: #F5F5F5;
}

.modal-footer .item
{
        background: transparent;
}

.modal-content, .modal-footer .opaque-button
{
	color: #868181;
}


/* Modal type 2 */

.modal-type-2
{
	position: relative;
	top: -70px;
}

.modal-type-2 .modal-header,
.modal-type-2 .modal-header *
{
    background-color: #04A3FF;
    color: white;
    font-size: 20px;
	line-height: 1;
}

.modal-type-2 .modal-subtitle
{
    font-weight: bold;
    margin-top: 0;
}

.modal-type-2 .modal-body-title
{
    color: #4A4A4A;
    font-weight: bold;
}

.modal-type-2 .modal-body
{
    border-radius: 0 0 10px 10px;
}

.modal-type-2 .modal-footer
{
    background: transparent;
}

.modal-type-2 .modal-footer .item
{
    color: white;
    border: none;
    height: 70px;
	line-height: 70px;
	font-size: 70px;
	padding: 0;
}

/* Long modal */

.modal-please-separate
{
    top: -50px;
    position: relative;
}

/************************************************************************************/
/* Menu                                                                             */
/************************************************************************************/

.menu-close
{
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 32px;
}

.menu
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2bbfff+0,1299ff+100 */
	background: #2bbfff; /* Old browsers */
	background: -moz-linear-gradient(left,  #2bbfff 0%, #1299ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2bbfff 0%,#1299ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2bbfff 0%,#1299ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 1000;
	width: 320px;
	box-shadow: 3px 0px 10px rgba(0,0,0,.5);
}

.menu,
.menu a
{
	color: #fff;
}

.main-menu
{
    position: absolute;
    width: 100%;
    width: 100%;
}

.menu .item
{
	background: transparent;
	font-size: 26px;
	font-weight: 100;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.05);
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 24px;
}

.menu .active .item
{
	background: rgba(29,29,38,0.36);
}

.menu .bottom
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.menu .bottom .item
{
	border: none;
	font-size: 24px;
	padding: 10px;
}

.menu .bottom .item .icon
{
	font-size: 32px;
    position: relative;
    top: 5px;
}

.menu-back
{
	z-index: 999 !important;
}

.menu .ng-click-active
{
	color: #126c9c;
}

/************************************************************************************/
/* Home                                                                             */
/************************************************************************************/

.home .content
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.home .map .angular-google-map-container
{
	position: absolute;
	top: 0;
	bottom: 52px;
	width: 100%;
}

.map-search-box
{
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 5px;
}

.map-search-box .icon
{
	font-size: 30px;
}

.map-search-box .item.item-input input
{
	text-align: center;
	padding-right: 52px;
}

.tiny-label
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	font-size: 11px;
	font-weight: 800;
}

.row.no-padding,
.row.no-padding .col
{
	padding-top: 0;
	padding-bottom: 0;
}

.bar-footer.no-padding
{
	padding: 0;
}

.home-screen
{
	width: 100%;
}

.item-select-full select
{
	width: 100%;
	max-width: 100%;
}

.widget-frame
{
	overflow: auto;
	background: #f4f3f3;
}


.map div.gmnoprint[title="Registered location"],
.map div.gmnoprint[title="Current location"],
.map div.gmnoprint[title="Search Location"]
{
  pointer-events: none;
}

/* pulsating blue dot from: https://github.com/stedman/GeoLocateMe */
.map div.gmnoprint[title="Registered location"],
.map div.gmnoprint[title="Current location"]
{
  box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f,       0 0 5px #06f,       0 0 5px #06f;
  margin: -18px 0 0 -18px;
  height: 51px !important;
  width: 51px !important;
  border: 1pt solid #fff;
  border-radius: 51px;
  animation: pulsate 1.5s ease-in-out infinite;
}

.map div.gmnoprint[title="Registered location"] img,
.map div.gmnoprint[title="Current location"] img
{
  display: none;
  z-index: 99999;
}

@keyframes pulsate {
  from {
    transform: scale(0.3) translateZ(0);
    opacity: 1.0;
  }
  95% {
    transform: scale(1.3) translateZ(0);
    opacity: 0;
  }
  to {
    transform: scale(0.3) translateZ(0);
    opacity: 0;
  }
}
/* compensate for iPhone and Android devices with high DPI, add iPad media query */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
  .map div.gmnoprint[title="Registered location"],
  .map div.gmnoprint[title="Current location"]
  {
    margin: -10px 0 0 -10px;
  }
}

#go-home-btn
{
    position: absolute;
    top: -45px;
    right: 10px;
    background: #fff;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}

#go-home-btn img
{
    width: 100%;
    height: 100%;
}

/************************************************************************************/
/* Preferences                                                                      */
/************************************************************************************/

.item-icon-left .icon.small-icon,
.item-icon-right .icon.small-icon,
.icon.small-icon
{
/*	font-size: 25px; */
}

.options-list .item
{
	border-color: #A9DFFF;
    white-space: normal;
	font-size: 16px;
	line-height: 1.2;
}

.item.small-padding
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.item.extra-padding
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.item.big-text
{
	font-size: 20px;
	color: #999393;
}

.framed-section
{
	margin: 10px;
}

.preferences-feature .feature-option-list .selected
{
    color: #11c1f3 !important;
}

.preferences-main .preferences-notes
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.preferences-main .preferences-notes textarea
{
    width: 100%;
    min-height: 80px;
}

.preferences-category .item-note
{
    white-space: normal;
    text-align: right;
    line-height: 16px;
}

/************************************************************************************/
/* Address setup                                                                    */
/************************************************************************************/


.address .angular-google-map-container
{
	height: 250px;
}

.address .map
{
	margin-bottom: 10px;
}

/************************************************************************************/
/* Selector Overlay                                                                 */
/************************************************************************************/

.select-overlay-back
{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 30;
	top: 0px;
	background-color: #000;
	opacity: 0.5;
        margin: 0;
}

.select-overlay
{
	height: 410px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 950;
}

.select-overlay .list
{
	overflow-y: scroll;
	height: 100%;
	position: absolute;
	top: 57px;
	bottom: 0;
	padding-bottom: 60px;
}

.select-overlay .item
{
	border: none;
	color: #A4A2A4;
	font-size: 28px;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}

.select-overlay .ng-click-active
{
	background-color: #F5F5F5;
}

.widget-header
{
	font-size: 18px;
	padding: 12px 0px;
	border-bottom: 1px solid #ddd;
	line-height: 22px;
}


.time-window-date
{
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	padding-right: 20px;
}

.time-window-time
{
	font-size: 26px;
	line-height: 1;
	text-align: left;
}

.time-window
{
	padding: 0;
	white-space: normal;
}

.time-window .col
{
	padding-top: 0;
	padding-bottom: 0;
}

.selected-pick-up-window *
{
    text-align: left;
}
/************************************************************************************/
/* Service Types Swiper                                                             */
/************************************************************************************/

.swiper-slide
{
	padding-left: 40px;
	padding-right: 40px;
}

.service-type-row
{
	padding: 0;
	border-bottom: 1px solid #d1d1d1;
}

.service-type-row .col
{
	padding: 0;
}

.service-type
{
	font-size: 15px;
	padding: 16px 5px 10px;
	color: #999393;
	line-height: 18px;
}

.service-type .icon
{
	font-size: 48px;
}

.service-type-name
{
	min-height: 40px;
}

.swiper-button-next, .swiper-button-prev
{
	height: 22px;
	margin-top: -18px;
}

.swiper-container
{
	background: #fff;
	border: 1px solid #a7dfff;
}

.swiper-footer
{
	padding: 20px 10px 10px;
	min-height: 50px;
	font-size: 14px;
}

.swiper-has-footer .swiper-pagination
{
	bottom: 30px;
}

/************************************************************************************/
/* Cards                                                                            */
/************************************************************************************/

.card
{
	border-radius: 20px;
	border: 1px solid #04A3FF;
}

.card .item
{
	border: none;
}

.card .item:first-child
{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 22px;
	line-height: 24px;
	padding: 16px;
}

.card .item:last-child
{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.card-footer
{
	padding: 16px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 600;
	white-space: normal;
}

.col.vertical-separator
{
	border-left: 1px solid #ddd;
}

/************************************************************************************/
/* Items Gallery                                                                    */
/************************************************************************************/

.item-serviced
{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.item-serviced img
{
	width: 100%;
	min-height: 123px;
}

/************************************************************************************/
/* Order list                                                                       */
/************************************************************************************/

.order-item
{
	margin-bottom: 20px;
	min-height: 70px;
	padding: 0;
}

.order-item:last-child
{
	margin-bottom: 0;
}

.order-item-icon
{
	position: relative;
	font-size: 50px;
	top: -28px;
}

.order-item-date
{
	font-size: 12px;
	margin-top: -20px;
	padding: 0 10px;
	white-space: normal;
}

.order-item-status
{
	font-size: 16px;
	line-height: 1.2;
}

.order-item-status .icon
{
	font-size: 24px;
    line-height: 16px;
    position: relative;
    top: 3px;
}

.order-item-sub
{
	line-height: 1.4;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vertical-container
{
	position: relative;
	padding: 0;
}

.vertical-container .vertical
{
	position: absolute;
	top: 50%;
	width: 100%;
}

/************************************************************************************/
/* Kiosk access                                                                     */
/************************************************************************************/

.section-title
{
	margin-top: 16px;
	margin-bottom: 8px;
}

.section-title .icon
{
	font-size: 40px;
}

.text-title
{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.text-description
{
	padding-left:40px;
	padding-right:40px;
	margin-top: 14px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 24px;
}

/************************************************************************************/
/* Payment settings                                                                 */
/************************************************************************************/

.payment-option
{
	height: 52px;
}

.payment-option img
{
	height: 32px;
	position: relative;
	top: -8px;
}

.payment-settings
{
	font-size: 18px;
	line-height: 32px;
}

.payment-settings img
{
	height: 32px;
	margin-bottom: -8px;
	margin-right: 20px;
}


/************************************************************************************/
/* Map windows                                                                      */
/************************************************************************************/
.info-window
{
	font-size: 16px;
}

.info-window-title
{
	font-weight: bold;
}

.info-window-link
{
	font-size: 18px;
	margin-top: 20px;
}

.info-window-link .icon
{
	font-size: 16px;
}

.spinner
{
    background-color: rgba(0,0,0,0.3);
    background-image: url('../img/spinner.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
	top: 0;
	left: 0;
}

.spinner.no_img {
    background-image: none;
}

.spinner_msg {
    text-align: center;
    margin: 0 30px;
    position: relative;
    top: 47%;
    background-color: rgba(0,0,0,0.7);
    color: white;
    padding: 5px;
    border-radius: 10px;
}
/************************************************************************************/
/* Order Status                                                                     */
/************************************************************************************/

.detail-container .row
{
	padding: 20px 0;
}

.detail-container .col
{
	padding: 0 15px;
}

.detail-container .col.vertical-separator
{
	padding-left: 15px;
}

.detail-container .item .pre-title
{
	font-size: 16px;
}

.detail-container .item h3
{
	font-size: 27px;
	color: #999393;
}

.detail-container .item h3.active{
        color: #04A3FF;
}

.detail-container .item.item-text-wrap
{
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	color: #999393;
}

.detail-container .item .location-type-icon
{
	float: left;
}

/* Status Container */
.status-container
{
	padding: 20px 25px 20px;
	background: #fff;
	border-bottom: 1px solid #979797;
}

.status-container .item
{
	border-left: none;
	border-right: none;
}

.status-icon img
{
	width: 100%;
}

.status-container .col
{
	padding: 0;
}

.status-label
{
	margin-top: 5px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.status-location-info
{
	font-size: 16px;
	line-height: 20px;
}

.status-location-address
{
	font-weight: 600;
}

.row.small-padding
{
	padding: 10px 0;
}

.status-actions
{

}

/************************************************************************************/
/* Closed Order Info                                                                */
/************************************************************************************/
.my_closet__by_type [su-endless-scroll]
{
	position: fixed;
	top:52px;
	bottom:0;
	right:0;
	left:0;
	overflow-y:auto;
}

/************************************************************************************/
/* Item detail                                                                      */
/************************************************************************************/

.raw-image-container img
{
	width: 100%;
}

.submit-workaround{
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
}

/************************************************************************************/
/* Closed Order Info                                                                */
/************************************************************************************/
.order-info
{
	margin: 0;
}

.order-detail
{
}

.order-detail .order-item
{
	margin-bottom: 0;
}

.order-detail-item
{
	border-left: none;
	border-right: none;
	border-top: none;
	margin-top: 1px;
	padding: 10px;
	color: #999393;
	white-space: normal;
}

.order-detail-item .row
{
	padding: 0;
}

.order-detail-total
{
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #979797;
	padding: 0;
}

.order-item-title
{
	font-size: 18px;
	line-height: 22px;
}

.order-item-note
{
	font-size: 15px;
	line-height: 18px;
}

/************************************************************************************/
/* iPhone 5 screens                                                                 */
/************************************************************************************/
@media screen and (max-width: 320px) {

	.menu
	{
		width: 270px;
	}

}

/************************************************************************************/
/* Animations                                                                 */
/************************************************************************************/
.ngview.ng-animate
{
    position: absolute;
    height: 100%;
    width: 100%;
}

.slide-left.ng-enter
{
	animation: slideInRight 0.35s linear;
	-webkit-animation: slideInRight 0.35s linear;
	animation-delay: 0.005s;
	-webkit-animation-delay: 0.005s;
}

.slide-left.ng-leave
{
	animation: slideOutLeft 0.3s linear;
	-webkit-animation: slideOutLeft 0.3s linear;
}

.slide-right.ng-enter
{
	animation: slideInLeft 0.35s linear;
	-webkit-animation: slideInLeft 0.35s linear;
	animation-delay: 0.005s;
	-webkit-animation-delay: 0.005s;
}

.slide-right.ng-leave
{
	animation: slideOutRight 0.3s linear;
	-webkit-animation: slideOutRight 0.3s linear;
}

.slide-up
{
	animation: slideInUp 0.3s linear;
	-webkit-animation: slideInUp 0.3s linear;
	animation-delay: 0.05s;
	-webkit-animation-delay: 0.05s;
}

.slide-up
{
	animation: slideInUp 0.3s linear;
	-webkit-animation: slideInUp 0.3s linear;
}

.slide-down
{
	animation: slideOutDown 0.3s linear;
	-webkit-animation: slideOutDown 0.3s linear;
	animation-delay: 0.05s;
	-webkit-animation-delay: 0.05s;
}

.slide-down
{
	animation: slideOutDown 0.3s linear;
	-webkit-animation: slideOutDown 0.3s linear;
}

.menu.ng-hide-remove
{
	animation: slideInLeft 0.2s linear;
	-webkit-animation: slideInLeft 0.2s linear;
}

.menu.ng-hide-remove-active
{
	animation: slideInLeft 0.2s linear;
	-webkit-animation: slideInLeft 0.2s linear;
}

.menu.ng-hide-add
{
	animation: slideOutLeft 0.15s linear;
	-webkit-animation: slideOutLeft 0.15s linear;
	animation-delay: 0.05s;
	-webkit-animation-delay: 0.05s;
}

.menu.ng-hide-add-active
{
	animation: slideOutLeft 0.15s linear;
	-webkit-animation: slideOutLeft 0.15s linear;
}

.modal-order-on-hold .modal-header * {
    color: red;
}


[ng-show~=debugMode]:not([ng-click]):not([href]),
[ng-if~=showDebugInfo] {
    color: crimson;

/* [ng-show="debugMode"] {
    color: chocolate !important; 
*/

}

.expand * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.expand .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flex-centered {
    display: flex;
    align-items: center;
}