@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

html {
	height:100%;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

h1, h2, h3, h4, h5, h6, p, input, textarea, button {
	margin:0;
	padding:0;
	font-family:'Varela', sans-serif;
	font-weight:normal;
	font-style:normal;
}

p {
	font-size:1rem;
}

/* input {
	box-sizing:border-box;
} */

a, a:hover, a:active {
	border:none;
	outline:none;
	cursor:pointer;
}

a {
	color:#2590af;
	
}

a:hover {
	color:#2590af;
	text-decoration:none;
}

.clear {
	clear:both;
}

body {
	background-color:#F5F5F5;
	margin:0;
	padding:0;
	font-family:'Varela', sans-serif;
	font-weight:normal;
	font-style:normal;
	height:100%;
}

/* --- HEADER --- */
#header {
	width:100%;
        border-top:thick blue;
	background:#f7f7f7;
	overflow:hidden;
}

#staff-header {
	width:100%;
        border-top:thick blue;
	background:LightSkyBlue;
	overflow:hidden;
}

#header .container {
	max-width:1160px;
	margin:0;
	padding-left:50px;
	padding-right:50px;
}

#header .container .col-1 {
	width:50%;
	float:left;
}

#header .container .col-2 {
	width:50%;
	float:left;
	padding-top:12px;
}

#header .container .col-2 .profile-name {
	float:right;
	padding-top:6px;
}

#header .container .col-2 .profile-name .name {
	text-align:left;
	color:#FFF;
}

#header .container .col-2 .profile-name .profile {
	text-align:left;
	color:#a6adae;
}

#header .container .col-2 .profile-pic {
	float:right;
	padding-right:20px;
}

/* --- LEFT NAV --- */

#leftNav {
	max-width:250px;
	width:100%;
	background:#091726;
	overflow:hidden;
	min-height:140%;
	float:left;
}

#leftNav h2, #leftNav h3, 
#leftNav span {
	/* reset styles for accordion */
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	list-style:circle;
}

#leftNav h3 {
	background:#324254;
	height:60px;
	color:#FFF;
	font-size:1.3em;
	padding:15px 0 5px 30px;
}

#leftNav a h2, #leftNav a:visited h2 {
	cursor:pointer;
	color:#fff;
	font-size:1.1em;
	padding:10px 5px;
	background-color: #091726;
	text-align:left;
	transition: background-color 0.5s ease;
}

#leftNav a:hover h2, #leftNav a:active h2, #leftNav a.current h2 {
	background-color: rgb(31, 50, 71);
	color:#fff;
	text-decoration:none;        
}

#leftNav a:hover h2, #leftNav a.current h2 {
	background-image:url(../images/arrow-nav.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
}

#leftNav h2 img {
	float:left;
	padding-left:15px;
	padding-right:15px;
        height: 15px;
        padding-top: 6px;
background: #3EA3C1;
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
}

#leftNav #textNav a h2 img 
{
    margin-left: 10px;
}

#leftNav #iconNav h2 img 
{
    margin-left: 20px;
}

#leftNav .sub-menu img
{
  background: none !important;
margin-left: 3px;   
 margin-right: 5px;
}
#leftNav #iconNav li .sub-menu li img
#leftNav a h3, #leftNav a:visited h3 {
	cursor:pointer;
	padding:10px 0 10px 65px;
	color: #7b8086;
	background-color: #142333;
	text-align:left;
	transition:color 0.5s ease;
}

#leftNav a:hover h3, #leftNav a:active h3, #leftNav a.sub-current h3 {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

#leftNav a.sub-first h3 {
	padding-top:15px;
}

#leftNav a.sub-last h3 {
	padding-bottom:15px;
}

#leftNav .border-b {
	border-bottom:1px solid #091726;
}

#leftNav span {
	display:block;
	text-align:left;
	padding:8px 0 8px 47px;
        color: rgb(204, 204, 204)
}

#leftNav span a, #leftNav span a:visited {
	color: #7b8086;
	text-decoration:none;
	cursor:pointer;
	transition:color 0.5s ease;
}

#leftNav span a:hover, #leftNav span a:active, #leftNav span a.sub-sub-current {
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}

#leftNav img {
	display:block;
}

#nav-mob {
	display:none;
}

.cbp-spmenu {
	/* background: #47a3da; */
	position: fixed;
}

/* .cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
} */

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

/* .cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
} */

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -250px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 250px;
}

.cbp-spmenu-push-toleft {
	left: -250px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* --- MAIN CONTENTS ---*/

#main {
	margin-left:0;
	overflow:hidden;
	background-color:#F5F5F5;
        margin-top:4px !important;
}

#main .container {
	padding:25px 50px;
}

#main .container .top-left {
	float:left;
	width:75%;
	margin-bottom:40px;
}

#main .container .top-right {
	float:left;
	width:25%;
	margin-bottom:40px;
}

#main .container .b-clear {
	clear:both;
}

#main .container .top-left h1 {
	color:#324254;
	background:transparent;
}

#main .container .top-right  a.signup {
	display:block;
	max-width:125px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:10px 0 8px 0;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .top-right  a.signup:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .search input {
	float:left;
	width:25%;
	background:#FFF;
	padding:6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #cdcdcd;
	margin-right:10px;
	box-sizing:inherit;
}

#main .container .search select.filter {
	background-color:#FFF;
	display:inline-block;
	color:#839091;
	border:1px solid #cbcbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:6px 6px;
	margin:0 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#main .container .search label.search-f {
	position:relative;
}

#main .container .search label.search-f:after {
	content:url(../images/select-arrow.jpg);
	position:absolute;
	right:27px;
	height:34px;
	border-left:1px solid #cbcbcb;
	padding-top:9px;
	padding-left:11px;
	pointer-events:none;
}

#main .container .search {
	margin-bottom:30px;
}

#main .container .search a.search-but {
	display:inline-block;
	max-width:100px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:9px 0;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .search a.search-but:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .profile {
	width:100%;
	border-collapse:collapse;
	text-align:left;
	margin-bottom:50px;
}

#main .container .profile tr.row-1 {
	border-bottom:1px solid #324254;
}

#main .container .profile tr.row-2 {
	
}
#main .container .profile tr.row-2-inactive {
     color:red;	
}

#main .container .profile tr.row-2-last {
	border-bottom:1px solid #324254;
}

#main .container .profile th, #main .container .profile td {
        /* width:25%; */ 
}

#main .container .profile th {
	font-weight:400;
}

#main .container .profile th {
	padding-bottom:15px;
}

#main .container .profile th.first {
	font-size:18px;
	letter-spacing:1px;
}

#main .container .profile tr.row-2 td {
	/* padding:15px 0; */
	vertical-align:middle;
	color:#839091;
 }

#main .container .profile tr.row-2 td img {
	padding-right:10px;
}

#main .container .profile tr.row-2-last td {
	/* padding:15px 0; */
	vertical-align:middle;
	color:#839091;
}

#main .container .profile tr.row-2-last td img {
	padding-right:10px;
}

#main .container .profile td a.edit, .blueButton {
	float:left;
	display:block;
	max-width:110px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:6px 0;
	margin-left:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}


#main .container .profile td a.edit:hover {
	border-bottom:3px solid #35a5c6;
}

/* --- PAGINATION --- */

nav[role="navigation"] {
  text-align: center;
}

.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: 1em;
  font-size: .8rem;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  background-color: #3fa9c8;
  border-color: #64a281;
  color: #ffffff;
  pointer-events: none;
}

/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  padding:1em 1.4em;
  border: none;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}

/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}

.results {
	text-align:center;
	color:#839091;
	margin:20px 0;
}

.results p {
	font-size:.9rem;
}

.results select {
	background-color:#FFF;
	color:#839091;
	border:1px solid #cbcbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px 40px 10px 10px;
	margin:0 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.results label {
	position:relative;
}

.results label:after {
	content:url(../images/select-arrow.jpg);
	position:absolute;
	right:27px;
	height:31px;
	border-left:1px solid #cbcbcb;
	padding-top:9px;
	padding-left:11px;
	pointer-events:none;
}

/* --- ADMIN USER PROFILE --- */

#main .container .top-left img.admin-photo {
	float:left;
	padding-right:25px;
}

#main .container .top-left h1.admin-name {
	padding-bottom:5px;
	padding-top:5px;
}

#main .container .top-left p.admin-details {
	padding-bottom:12px;
}

#main .container .top-left  p a.edit-admin {
	display:inline-block;
	max-width:120px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:10px 0 8px 0;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .top-left  p a.edit-admin:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .contact-info {
	float:left;
	width:47%;
	margin-right:3%;
	padding-bottom:20px;
}

#main .container .contact-info table {
	background-color:#FFF;
	border:1px solid #e1e3e4;
	width:100%;
	text-align:center;
}

#main .container .contact-info table tr.head {
	border-bottom:1px solid #e1e3e4;
}

#main .container .contact-info table th {
	padding-top:15px;
	padding-bottom:15px;
	font-weight:300;
	font-size:18px;
}

#main .container .contact-info table td {
	padding-top:10px;
	padding-bottom:10px;
	color:#848f91;
}

#main .container .contact-info table td.first-a {
	padding-top:20px;
}

#main .container .contact-info table td.last {
	padding-bottom:30px;
}

#main .container .contact-info table td.left {
	width:39%;
}

#main .container .contact-info table td.right {
	text-align:left;
}

#main .container .stores {
	float:left;
	width:47%;
	margin-right:3%;
	padding-bottom:20px;
}

#main .container .stores table {
	background-color:#FFF;
	border:1px solid #e1e3e4;
	width:100%;
	text-align:center;
}

#main .container .stores table tr.head {
	border-bottom:1px solid #e1e3e4;
}

#main .container .stores table th {
	padding-top:15px;
	padding-bottom:15px;
	font-weight:300;
	font-size:18px;
}

#main .container .stores table td {
	padding-top:10px;
	padding-bottom:10px;
	color:#848f91;
}

#main .container .stores table td.first-a {
	padding-top:20px;
}

#main .container .stores table td.last {
	padding-bottom:30px;
}

#main .container .stores table td.left {
	width:60%;
}

#main .container .stores table td.right {
	text-align:left;
}

/* --- STORE PROFILE --- */

#main .container .top-left h1.store-name {
	padding-bottom:15px;
	padding-top:10px;
	font-size:32px;
}

#main .container .top-left  p a.store-profile {
	display:inline-block;
	max-width:175px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:10px 0 8px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .top-left  p a.store-profile:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .contact-info table td span {
	display:block;
	padding-bottom:3px;
}

#main .container .contact-info table td span.contact-name {
	display:block;
	font-size:18px;
	color:#777f88;
	padding-top:3px;
	padding-bottom:5px;
}

#main .container .hours {
	float:left;
	width:47%;
	margin-right:3%;
	padding-bottom:20px;
}

#main .container .hours table {
	background-color:#FFF;
	border:1px solid #e1e3e4;
	width:100%;
	text-align:center;
}

#main .container .hours table tr.head {
	border-bottom:1px solid #e1e3e4;
}

#main .container .hours table th {
	padding-top:15px;
	padding-bottom:15px;
	font-weight:300;
	font-size:18px;
}

#main .container .hours table td {
	padding-top:10px;
	padding-bottom:10px;
	color:#848f91;
}

#main .container .hours table td.first-a {
	padding-top:20px;
}

#main .container .hours table td.last {
	padding-bottom:30px;
}

#main .container .hours table td.left {
	width:45%;
	text-align:left;
	padding-left:60px;
}

#main .container .hours table td.right {
	text-align:left;
}

/* --- STORE MANAGER --- */

#main .container .sm-col-1 {
	float:left;
	width:31%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #e2e6e7;
	background:#324254;
}

#main .container .sm-col-1 .contents {
	background:#FFF;
	margin-top:5px;
	padding-top:25px;
	text-align:center;
}

#main .container .sm-col-1 .contents h2 {
	padding-bottom:25px;
}

#main .container .sm-col-1 .contents p {
	color:#839091;
	font-size:1.1rem;
	padding-bottom:20px;
}

#main .container .sm-col-1 .contents  p a.edit, blueButton {
	display:inline-block;
	max-width:80px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .sm-col-1 .contents  p a.edit:hover, blueButton:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .sm-col-2 {
	float:left;
	width:31%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #e2e6e7;
	background:#324254;
}

#main .container .sm-col-2 .contents {
	background:#FFF;
	margin-top:5px;
	padding-top:25px;
	text-align:center;
}

#main .container .sm-col-2 .contents h2 {
	padding-bottom:25px;
}

#main .container .sm-col-2 .contents p {
	color:#839091;
	font-size:1.1rem;
	padding-bottom:20px;
}

#main .container .sm-col-2 .contents  p a.edit, blueButton {
	display:inline-block;
	max-width:80px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .sm-col-2 .contents  p a.edit:hover, blueButton:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .sm-col-3 {
	float:left;
	width:31%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #e2e6e7;
	background:#324254;
}

#main .container .sm-col-3 .contents {
	background:#FFF;
	margin-top:5px;
	padding-top:25px;
	text-align:center;
}

#main .container .sm-col-3 .contents h2 {
	padding-bottom:25px;
}

#main .container .sm-col-3 .contents p {
	color:#839091;
	font-size:1.1rem;
	padding-bottom:20px;
}

#main .container .sm-col-3 .contents  p a.edit, blueButton {
	display:inline-block;
	max-width:80px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .sm-col-3 .contents  p a.edit:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .sm-col-last {
	float:left;
	width:30.5%;
	margin-right:2.5%;
	margin-bottom:30px;
	border:3px dashed #9aa1a3;
}

#main .container .sm-col-last .contents {
	padding-top:59px;
	padding-bottom:58px;
	text-align:center;
}

#main .container .sm-col-last .contents img {
	display:block;
	margin:0 auto;
	padding-bottom:30px;
}

#main .container .sm-col-last .contents h2 {
	color:#acb3b5;
}

#main .container .sm-clear {
	clear:both;
}

/*--- EDIT STORE PROFILE ---*/

#main .input-container input.p-edit, #main .input-container select.profile-e {
    background: #FFF;
	display:inline-block;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    width: 50%;
    float: none;
	box-sizing:border-box;
}

#main .input-container select.profile-e {
	display:inline-block;
	float:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#main .container label.search-pe {
	position:relative;
}

#main .container label.search-pe:after {
	content:url(../images/select-arrow.jpg);
	position:absolute;
	right:20px;
	height:33px;
	border-left:1px solid #cbcbcb;
	padding-top:15px;
	padding-left:15px;
	pointer-events:none;
}

.m-left {
	margin-left:145px;
}

.main-container{
    width: 500px;
}

#main .input-container h3, #main .input-container h4{
    width: 23%;
    float: left;
    padding: 6;
}

input[type="submit"]:hover {
    border-bottom: 3px solid #35a5c6;
}
input[type="submit"] {
    width: 100%;
    background: #35a5c6 !important;
    color: #FFF;
    text-decoration: none;
    border: inherit;
    border-bottom: 3px solid #2590af;
}

#main .container .uploadPhoto {
	float:left;
	margin-right:25px;
}

#main .container p.upload-p {
	padding-top:18px;
}

#main .container .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

#main .container .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#main .container .btn-primary {
	display:inline-block;
	background:#7f8b8e;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #525f6d;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .btn-primary:hover {
	border-bottom:3px solid #7f8b8e;
}

#main .container .disabled {
margin-top:10px;
padding:7px 10px;
}

#main .container .btn {
cursor:pointer;
display:inline-block;
padding:6px 12px;
text-align:center;
}

#main .container select.filter-u {
	background-color:#FFF;
	display:inline-block;
	float:none;
	width:14%;
	color:#839091;
	border:1px solid #cbcbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:6px 40px 6px 6px;
	margin:0 5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#main .container label.search-u {
	position:relative;
}

#main .container label.search-u:after {
	content:url(../images/select-arrow.jpg);
	position:absolute;
	right:18px;
	height:18px;
	border-left:1px solid #cbcbcb;
	padding-top:5px;
	padding-left:11px;
	pointer-events:none;
}

#main .container input.save-c {
	display:block;
	float:none;
	max-width:150px;
	width:100%;
	margin:0 auto;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:9px 0;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container input.save-c:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .m-bot {
	margin-bottom:20px;
}

#main .container .input-container label h3.stores-p {
	padding-bottom:4% !important;
	display:block;
}

#main .container label.checkb {
	display:block;
	margin-bottom:10px;
}

#main .container input.c-box {
	float:left;
	width:10%;
}

#main .container .input-container-2 {
	float:left;
	width:50%;
}

#main .container .input-container-2 input.c-btn-l {
	display:block;
	float:none;
	width:80%;
	margin:0 auto;
	background:#2db061 !important;
	color:#FFF;
	text-align:center;
	padding:11px 0;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #259551;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .input-container-2 input.c-btn-l:hover {
	border-bottom:3px solid #2db061;
}

#main .container .input-container-2 input.c-btn-r {
	display:block;
	float:none;
	width:80%;
	margin:0 auto;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:11px 0;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .input-container-2 input.c-btn-r:hover {
	border-bottom:3px solid #35a5c6;
}

@media only screen and (min-width: 1170px) {
	
  .cd-pagination {
    margin: 2em auto;
  }
  
}

@media only screen and (max-width:1170px) {

#main .container .sm-col-1 {
	display:none;
}

#main .container .sm-col-2 {
	display:none;
}

#main .container .sm-col-3 {
	display:none;
}

#main .container .sm-col-last {
	display:none;
}

#main .container .sm-clear {
	clear:none;
}

#main .container .sm-col-1-tab {
	display:inherit;
	float:left;
	width:47%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #e2e6e7;
	background:#324254;
}

#main .container .sm-col-1-tab .contents {
	background:#FFF;
	margin-top:5px;
	padding-top:25px;
	text-align:center;
}

#main .container .sm-col-1-tab .contents h2 {
	padding-bottom:25px;
}

#main .container .sm-col-1-tab .contents p {
	color:#839091;
	font-size:1.1rem;
	padding-bottom:20px;
}

#main .container .sm-col-1-tab .contents  p a.edit, blueButton {
	display:inline-block;
	max-width:80px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .sm-col-1-tab .contents  p a.edit:hover, blueButton:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .sm-col-2-tab {
	display:inherit;
	float:left;
	width:47%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #e2e6e7;
	background:#324254;
}

#main .container .sm-col-2-tab .contents {
	background:#FFF;
	margin-top:5px;
	padding-top:25px;
	text-align:center;
}

#main .container .sm-col-2-tab .contents h2 {
	padding-bottom:25px;
}

#main .container .sm-col-2-tab .contents p {
	color:#839091;
	font-size:1.1rem;
	padding-bottom:20px;
}

#main .container .sm-col-2-tab .contents  p a.edit:hover {
	display:inline-block;
	max-width:80px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .sm-col-2-tab .contents  p a.edit:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .sm-col-3-tab {
	display:inherit;
	float:left;
	width:47%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #e2e6e7;
	background:#324254;
}

#main .container .sm-col-3-tab .contents {
	background:#FFF;
	margin-top:5px;
	padding-top:25px;
	text-align:center;
}

#main .container .sm-col-3-tab .contents h2 {
	padding-bottom:25px;
}

#main .container .sm-col-3-tab .contents p {
	color:#839091;
	font-size:1.1rem;
	padding-bottom:20px;
}

#main .container .sm-col-3-tab .contents  p a.edit, blueButton:hover{
	display:inline-block;
	max-width:80px;
	width:100%;
	background:#35a5c6;
	color:#FFF;
	text-align:center;
	padding:8px 0 6px 0;
	margin-right:10px;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:3px solid #2590af;
	-webkit-transition: border-bottom 0.4s ease-out;
    -moz-transition: border-bottom 0.4s ease-out;
    -o-transition: border-bottom 0.4s ease-out;
    transition: border-bottom 0.4s ease-out;
}

#main .container .sm-col-3-tab .contents  p a.edit:hover, blueButton:hover {
	border-bottom:3px solid #35a5c6;
}

#main .container .sm-col-last-tab {
	display:inherit;
	float:left;
	width:47%;
	margin-right:2%;
	margin-bottom:30px;
	border:3px dashed #9aa1a3;
}

#main .container .sm-col-last-tab .contents {
	padding-top:59px;
	padding-bottom:58px;
	text-align:center;
}

#main .container .sm-col-last-tab .contents img {
	display:block;
	margin:0 auto;
	padding-bottom:30px;
}

#main .container .sm-col-last-tab .contents h2 {
	color:#acb3b5;
}

.b-clear-tab {
	clear:both;
}
  
}

@media all and (max-width: 900px) {
	
    #main .container .contact-info {
		float:none;
		width:100%;
		margin-right:0;
	}
	
	#main .container .stores {
		float:none;
		width:100%;
		margin-right:0;
	}
	
	#main .container .hours {
		float:none;
		width:100%;
		margin-right:0;
	}
  
}

@media all and (max-width: 866px) {

#main .container .sm-col-1-tab {
	float:none;
	width:100%;
	margin-right:0;
}

#main .container .sm-col-2-tab {
	float:none;
	width:100%;
	margin-right:0;
}

#main .container .sm-col-3-tab {
	float:none;
	width:100%;
	margin-right:0;
}

#main .container .sm-col-last-tab {
	float:none;
	width:100%;
	margin-right:0;
}
	
}

@media only screen and (min-width: 768px) {
	
  .cd-pagination li {
    display: inline-block;
  }
  
}

@media all and (max-width:717px) {
	
	.input-clear {
		clear:both;
	}
}

@media all and (max-width:600px) {
	
	#main .container h1 {
	display:inherit;
	}
	
	#header .container .col-1 {
		width:100%;
		float:none;
	}
	
	#header .container .col-1 img {
		display:block;
		margin:0 auto;
	}

	#header .container .col-2 {
		width:100%;
		float:none;
		padding-bottom:20px;
	}

	#header .container .col-2 .profile-name {
		float:right;
		width:58%;
		padding-left:2%;
	}

	#header .container .col-2 .profile-pic {
		float:left;
		width:39%;
		padding-right:1%;
	}

	#header .container .col-2 .profile-pic img {
		float:right;
	}
	
	#nestedAccordion {
		display:none;
	}
	
	#nav-mob {
		display:inherit;
		width:75px;
		background:#091726;
		overflow:hidden;
		float:left;
	}
	
	#nav-mob .home {
		height:60px;
	}
	
	#nav-mob img {
		display:block;
		margin:0 auto;
		padding-top:20px;
	}
	
	#nav-mob .home:hover, #nav-mob .home:active, #nav-mob .current {
		background-color: #3ea3c1;
	}

	#main {
		margin-left:75px;
	}
	
	#main .input-container h3 {
		padding:1% 3%;
	}
	
	#main .input-container input.p-edit {
		padding:6px 15px;
	}
	    height: 50px;
	#main .input-container input.p-edit, #main .input-container select.profile-e {
    padding: 6px 15px;
}

#main .container label.search-pe:after {
	height:24px;
	padding-top:5px;
}
	
}

#leftNav, #textNav, #iconNav {
	/*-webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;*/
-webkit-transition-duration: .55s;
-moz-transition-duration: .55s;
transition-duration: .55s;
}

.main-container .input-container label h3{
padding-top: 7px !important;
}
.main-container .input-container input{
margin-left: 15px !important;
}


.main-container .input-container input[type="submit"]{
margin-left: 130px !important;
}

#leftNav #textNav li:nth-child(1) img, #leftNav #iconNav li:nth-child(1) img{
  background-color: #3FA9C8;
}

#leftNav #textNav li:nth-child(2) img, #leftNav #iconNav li:nth-child(2) img{
   background-color: #e94d20;
}

#leftNav #textNav li:nth-child(3) img, #leftNav #iconNav li:nth-child(3) img{
 
background-color: rgba(38, 114, 199, 0.83);
}

#leftNav #textNav li:nth-child(4) img, #leftNav #iconNav li:nth-child(4) img{
background-color: #ED4537;
}

#toggle-menu input{
height: 18px;
outline: none;
}

#leftNav #iconNav li .sub-menu li img{
margin-left: 8px !important;
}

#leftNav #textNav li .sub-menu li img{
margin-left: 10px !important;
}

/* AngJS Grid styes */
.ag-root {
border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ag-header{
height: 30px !important;
}

.ag-body{
padding-top: 30px;
}

.ag-fresh .ag-header-cell-label{
padding: 6px 2px 4px 2px !important;
}

.ag-fresh .ag-row-odd{
    background: none !important;
}

.ag-header-viewport{
   font-size:11px;
}

.alert-danger{
background: #FFCCBA; padding: 10px; border-radius: 4px; color: #E46942; border: 1px solid #DE5227;
}
