/* AmericaSmiles Network CSS Stylesheet */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background: #002749; /* Old browsers */
	background: -moz-linear-gradient(top,  #002749 0%, #013f66 18%, #013f66 28%, #168be5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002749), color-stop(18%,#013f66), color-stop(28%,#013f66), color-stop(100%,#168be5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002749 0%,#013f66 18%,#013f66 28%,#168be5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002749 0%,#013f66 18%,#013f66 28%,#168be5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002749 0%,#013f66 18%,#013f66 28%,#168be5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002749 0%,#013f66 18%,#013f66 28%,#168be5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002749', endColorstr='#168be5',GradientType=0 ); /* IE6-9 */
	overflow-x: hidden;
}





#top-nav .container {
	width: 100%;
}

.navbar {
	margin-bottom: 0;
	background: #333;
	color: #fff;
}

.navbar-default .navbar-nav {
	letter-spacing: 0px;
	font-family: "FontAwesome";
	/*height: 30px;*/
}

.navbar-default .navbar-nav > li > h5 {
	background: #333;
	color: #000;
	font-size: 1.1em;
}

.navbar-default .navbar-nav > li > h4 {
	background: #333;
	color: #000;
	font-size: 1.3em;
}

.navbar-default .navbar-nav > li > a {
	background: #333;
	color: #fff;
	font-size: 1.3em;
}

.navbar-default .navbar-nav > li > a:hover {
	background: #333;
	color: #fff;
	font-size: 1.3em;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	background: #e0e0e0;
	color: #fff;
}

.navbar-toggle {
	position: relative;
	right: -40px;
}

.settings:hover {
	background: #888;
	color: #fff;
}

#user-icon {
	font-size: 2.3em;
	position: relative;
	top: 20px;
	left: -15px;
}

#top-links {
	background: #333;
	color: #fff;
}

#top-nav .navbar-header {
	width: 100%;
}

#header-title {
	position: absolute;
	top: -20px;
}

#header-title a {
	font-size: 0.5em;
}

#header-title a:hover {
	color: #fcff00;
}

#header-title span {
	color: #67b2ff;
}

#header-title:hover span {
	color: #67b2ff;
}

#taskButton {
	background: #333;
	color: #fff;
	font-size: 1.1em;
}

#taskButton:hover {
	background: #888;
	color: #fff;
}

#actionsButton {
	background: #333;
	color: #fff;
	font-size: 1.1em;
}

#actionsButton:hover {
	background: #888;
	color: #fff;
}

.dropdown-menu-large {
	width: 300px;
}









#site-title {
	display: none;
}

.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content {
    display: inline-block;
    text-align: left;
    max-width: 40%;
}

.login-content {
	margin-top: 10px;
	margin-bottom: 20px;
}

.login-content input {
	margin-left: 5%;
	width: 90%;
	color: #fff;
	background: #a0a0a0;
}

.login-content ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.login-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.login-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.login-content :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.login-content .btn-done {
	margin-left: 5%;
	width: 90%;
	font-size: 2.0em;
	color: #fff;
	background: #d01515;
	-webkit-border-radius: 13px;
	-moz-border-radius:    13px;
	border-radius:         13px;
}

.login-content .btn-done:hover {
	color: #fff;
	background: #ef1616;
}

.footer-content {
	margin-top: 30px;
}

.footer-content p {
	font-size: 1.3em;
	color: #ffffff;
}

.footer-content p strong {
	font-size: 1.4em;
	font-weight: 800;
	color: #fff;
}

#login-container {
	background-color: #cfcfcf;
	-webkit-box-shadow: 0px 0px 120px 0px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    0px 0px 120px 0px rgba(50, 50, 50, 0.95);
	box-shadow:         0px 0px 120px 0px rgba(50, 50, 50, 0.95);
	-webkit-border-radius: 20px;
	-moz-border-radius:    20px;
	border-radius:         20px;
}

#footer-container {
	background: none;
}

#login-message div {
	border: 1px solid #ff0000;
	margin-top: 15px;
}


/* User Page Styles */

#user-container {
	position: fixed;
	top: 50px;
	left: 0px;
	background: rgba(200,200,200,0.8);
	height: 100%;
	width: 100%;
	min-height: 100%;
}

#user-table-div {
	overflow-x: hidden;
	overflow-y: auto;
}

#user-table {
	height: 100%;
	width: 100%;
	min-height: 100%;
	background: #fff;
	font-size: 1.2em;
	font-weight: 700;
}

thead tr td {
	font-size: 1.3em;
	font-weight: 700;
}

.table-header {
	font-size: 1.5em;
	font-weight: 700;
}

.table-sub-header {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 600;
}

.table-total h3 {
	font-size: 1.6em;
	font-weight: 700;
	margin-right: 20px;
}

.caret {
	margin-left: 8px;
	border-bottom-width: 0px;
    border-top: 5px solid #000000;
}

.caret.caret-reversed {
    border-top-width: 0px;
    border-bottom: 5px solid #000000;
}

#content {
	background: #fff;
	color: #000;
}

/* Rewards Page */

#rewards-main {
	min-height: 100%;
	border: 2px solid red;
}

#rewards-main .row {
	min-height: 100%;
}

#rewards-main .row .content {
	min-height: 100%;
}


/* Modal Dialogs */

#add-item-modal .modal-dialog {
	width: 500px;
}

#rewards-points-modal .modal-dialog {
	width: 800px;
}

#rewards-points-modal .row {
	padding: 10px 0px;
}

#zpuck-order-row {
	margin-top: 10px;
}


.zpuck-order-time-label span {
	position: relative;
	top: 10px;
	font-size: 1.2em;
	font-weight: 700;
}

.zpuck-order-dropdown {
	width: 100%;
}

.zpuck-order-dropdown:hover {
	background: #a0cfef;
}

#zpuck-order-datepicker {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.main-zpuck-header {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.0em;
	font-weight: 700;
}

#main-zpuck-order {
	margin-top: 10px;
	margin-bottom: 10px;
}

#zpuck-order-datepicker .ui-state-active {
	background: #00cc00;
	color: #fff;
	font-weight: 700;
}

.zpuck-order-section-header {
	background: #e7e9ea;
	margin-top: 10px;
	margin-bottom: 10px;
}

.zpuck-order-section-header h4 {
	text-align: left;
	margin-left: 10px;
	color: #178fc1;
	font-weight: 800;
}

#zpuck-list-table {
    margin-bottom: 0;
}





#view-zpuck-order-row {
	margin-top: 10px;
}


.view-zpuck-order-time-label span {
	position: relative;
	top: 10px;
	font-size: 1.2em;
	font-weight: 700;
}

.view-zpuck-order-dropdown {
	width: 100%;
}

.view-zpuck-order-dropdown:hover {
	background: #a0cfef;
}

#view-zpuck-order-datepicker {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.main-view-zpuck-header {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.0em;
	font-weight: 700;
}

#main-view-zpuck-order {
	margin-top: 10px;
	margin-bottom: 10px;
}

#view-zpuck-order-datepicker .ui-state-active {
	background: #00cc00;
	color: #fff;
	font-weight: 700;
}

.view-zpuck-order-section-header {
	background: #e7e9ea;
	margin-top: 10px;
	margin-bottom: 10px;
}

.view-zpuck-order-section-header h4 {
	text-align: left;
	margin-left: 10px;
	color: #178fc1;
	font-weight: 800;
}








.input-item {
	width: 100%;
	min-width: 120px;
	max-width: 250px;
	margin: 0px auto;
	font-size: 1.1em;
}


.alert-item {
	position: relative;
	top: 5px;
}

.alert-sm {
	padding-top: 3px;
	padding-bottom: 3px;
}


.item-save-button {
	min-width: 60px;
}


.select-container {
	display: none;
}


.item-code {
	width: 70px;
}


.item-today-price {
	width: 100px;
}

.item-qty {
	width: 80px;
}

.remove-item-link {
	position: relative;
	top: 5px;
}

.remove-item {
	font-size: 1.5em;
}


#zpuck-items-error {
	padding-top: 5px;
	padding-bottom: 5px;
}


.order-note {
	padding-top: 10px;
	padding-bottom: 3px;
}
.note-row {
    margin-bottom: 10px;
}
.alert.order-note {
    margin-bottom: 0;
}

.order-note h4 {
	font-weight: 700;
	font-size: 1.0em;
	margin-left: 10px;
	padding: 0px;
}

.order-note h5 {
	font-weight: 700;
	font-size: 0.9em;
	margin-right: 10px;
	padding: 0px;
}


.header-side {
	width: 200px;
	color: #000000;
	font-weight: 600;
	font-size: 0.9em;
	margin-left: 100px;
}

.table-header-options-row {
	height: 60px;
}

/* Media Styles */

/* xs devices */
@media (max-width: 768px) {
	.content {
	    max-width: 100%;
	}
}

/* small devices */
@media (min-width: 768px) and (max-width: 992px) {
	.content {
	    max-width: 60%;
	}
}

/* medium devices */
@media (min-width: 992px) and (max-width: 1200px) {
	.content {
	    max-width: 50%;
	}
}




@media (max-width: 1248px) {
	#user-table-div {
		overflow-x: auto;
	}
}

@media (max-height: 640px) {
	#user-table-div {
		overflow-y: auto;
	}
}

@media (max-width: 512px) {
	#user-table {
		font-size: 0.8em;
	}

	thead tr td {
		font-size: 0.9em;
	}

	.table-total h3 {
		font-size: 1.2em;
	}

	#rewards-points-modal .modal-dialog {
		width: 90%;
	}
}


/** Printing Styles **/

@media print {
	@page {
		size: portrait;
	}

	.no-print {
	    display: none;
	}
}
