/*Begin styles */

@font-face {
    font-family: 'Centrale Sans';
    src: url('/global/fonts/centrale_sans_medium-webfont.eot');
    src: url('/global/fonts/centrale_sans_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/fonts/centrale_sans_medium-webfont.woff') format('woff'),
         url('/global/fonts/centrale_sans_medium-webfont.ttf') format('truetype'),
         url('/global/fonts/centrale_sans_medium-webfont.svg#centrale_sans_mediummedium') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Centrale Sans';
    src: url('/global/fonts/centrale_sans_regular-webfont.eot');
    src: url('/global/fonts/centrale_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/fonts/centrale_sans_regular-webfont.woff') format('woff'),
         url('/global/fonts/centrale_sans_regular-webfont.ttf') format('truetype'),
         url('/global/fonts/centrale_sans_regular-webfont.svg#centrale_sans_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	font-family: "Centrale Sans", Helvetica, Arial, sans-serif !important;
}

body {
	background-color: rgba(57,39,91, 0.4);
}

strong {
	font-weight: bold;
}

#wrapper {
	background-color: white;
	margin: 0 auto;
	width: 80%;
	min-width: 955px;
	max-width: 1200px;
	padding: 1em;
	overflow: visible;
	color: #585858;
}

#header {
	padding-bottom: 0.7em;
	border-bottom: 2px solid #BCBCBC;
	margin-top: 2em;
}

#header h1 {
	margin-left: 4.5%;
}

#main h1 {
	font-size: 125%;
	font-weight:bold;
	margin-bottom: 1em;
}

#contactbox {
	font-size: 110%;
	float: right;
	background-color: #E6E6E6;
	margin: -5.5em 3em 1.8em 0;
	padding: 1em 3em 1em 2em;
	border-radius: 0.5em;
	color: #585858;
	max-width: 32%;
}

#contactbox .userinfo {
	margin: 0.7em 0;
	clear: both;
	overflow: hidden;
}

#contactbox strong {
	float: left;
	width: 5em;
	font-weight: bold;
}

#contactbox button {
	font-size: 80%;
	background: #F2F2F2 url("select_arrow.png") no-repeat left center;
	padding: 0.4em 0.7em 0.4em 2em;
}

#contactbox p {
	margin: 1.5em 0;
}

#contactbox a {
	color: inherit;
}

.button, button a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.button, button, input[type="submit"] {
	font-size: 100%;
	font-weight: bold;
	color: inherit;
	background: #F2F2F2;
	border: 2px solid #BCBCBC;
	cursor: pointer;
	padding: 0.5em 0.8em;
	border-radius: 4px;
	margin: 0;
}

.buttonwrap {
	position: relative;
}

.user_select {
	position: absolute;
	height: 0;
	display: none;
	visibility: hidden;
	z-index: 1000;
	overflow: visible;
	font-size: 90%;
}

.user_select, .user_select .employees {
	border: 2px solid #BCBCBC;
	border-radius: 4px;
}

.buttonwrap:hover .user_select {
	display: block;
	visibility: visible;
	height: auto;
}

.user_select .entity,
.user_select .employees {
	background-color: #F2F2F2;
}

.user_select .entity,
.user_select .employee {
	border-bottom: 1px #BCBCBC solid;
}

.user_select .entity {
	width: 20em;
	position: relative;
	padding: 0.3em;
	margin: 0;
	overflow: visible;
}

.user_select .employees {
	left: 5em;
	width: 18em;
	top: 1.3em;
	position: absolute;
	z-index: 100;
	border: 2px solid #BCBCBC;
	padding: 0.3em 0.5em;
}

.user_select .employees {
	display: none;
	height: 0;
	visibility: hidden;
}

.user_select .entity:hover .employees {
	display: block;
	height: auto;
	visibility: visible;
}

.user_select .employee {
	padding: 0.4em 0;
}

.user_select a {
	color: inherit;
	text-decoration: underline;
}

.hidden {
	display: none;
	visibility: hidden;
	height: 0;
}

.visible {
	display: block;
	visibility: visible;
	height: auto;
}

.edit_form input[type="text"]{
	height: 2em;
	border: 2px solid #BCBCBC;
	border-radius: 4px;
	padding: 0.1em 0.2em;
	font-size: 80%;
}

.edit_form fieldset, .edit_form .element {
	margin: 0.8em 0;
}

.alert {
	background-color: #FADADD;
	border: 2px solid #C90016;
	border-radius: 4px;
}

.warning {
	background-color: #F5F19A;
	border: 2px solid #F3CF00;
	border-radius: 4px;
}

p.alert {
	padding: 0.6em 0.4em;
	margin: 1em 0;
}

p.welcome {
	line-height: 1.5em;
	width: 62%;
	margin: 0 auto 2em auto;
}

.hours_table {
	border-spacing: 10px;
	line-height: 2em;
	width:100%;
}

.hours_table td {
	padding: 0 1em;
}

.hours_table tr.scheduled {
	display: none;
}


/* Kelden Modernization CSS */
body { background-color: #8396dc  }
#wrapper {
  border-radius: .25em;
  padding: 1em 1.5em;
  margin-bottom: 2em;
}

#contactbox {
  margin: 0 1em;
  padding: 0;
  background: transparent;
  float: left;
  max-width: none;
}

#contactbox > h2 {
  font-weight: 600;
  font-size: 150%;
}

#contactbox > #title {
  font-size: 115%;
  margin: 4px 0 12px 0;
}

#contactbox > p {
  margin: 4px 0;
  color: #888;
}

#header {
  border: none;
  margin-top: 1em;
}

.buttonwrap { 
  float: right;
  margin-top: 6px;
}

.weekbutton {
  font-size: 80%;
  background: transparent;
  border-width: 1px;
  transition: 0.2s all ease-in-out;
}

.weekbutton:hover { background: #efefef; }
.lastweekbutton, .nextweekbutton {
  border: none;
  border-radius: 100%;
}

.calendar_frame .cur_week {
  font-size: 120%;
  vertical-align: middle;
}
