body
{
	background-color: #fff;
	background-image: url(../img/layout/bkg-fall.jpg);
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
	font-family: 'MyriadProRegular', sans-serif;
	overflow-x: hidden;
}
body.fall
{
	background-image: url(../img/layout/bkg-fall.jpg);
}
body.winter
{
	background-image: url(../img/layout/bkg-winter.jpg);
}
body.spring
{
	background-image: url(../img/layout/bkg-spring.jpg);
}
body.summer
{
	background-image: url(../img/layout/bkg-summer.jpg);
}
h1,h2,h3,h4,h5,h6
{
	/* color: rgba( 0,181,224, 1 ); */
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i
{
	float: right;
	color: rgba( 134,78,155, .95 );
	/* margin-left: 1em; */
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
	margin-left: .5em;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba( 134,78,155, .95 );
}
h1 span.badge, h2 span.badge, h3 span.badge, h4 span.badge
{
	position: relative;
	top: -1.2em;
	font-weight: bold;
}
hr
{
	border-bottom: 1px dotted #bbb;
	max-width: 100%;
}

#app-side-nav
{
	/* background-image: linear-gradient(to bottom right, rgba( 42, 42, 42, .9 ), rgba( 64, 64, 64, .9 ) ); */
	background-color: rgba( 42, 42, 42, 0 );
	width: 50px;
	flex-shrink: 1;
	transition: all 180ms ease;
	/* box-shadow: 0px 0px 10px #864e9b; */
	z-index: 2;
}
#app-side-nav:hover
{

}
#app-side-nav div.profile-image
{
	min-height: 34px;
	max-height: 34px;
	width: 34px;
	position: absolute;
	top: 3px;

	background-position: center center;
	background-size: cover;
}
#app-side-nav .profile-label
{
	display: none;
	text-shadow: 1px 1px 2px #666;
}
#app-side-nav a
{
	display: block;
	text-align: center;
	max-width: 34px;
	color: #fff;
}

#app-side-nav.expand
{
	width: 225px;
	flex-grow: 1;
	transition: all 180ms ease;
}
#app-side-nav.expand .profile-label
{
	position: absolute;
	top: 3px;
	left: 45px;
	line-height: 34px;
	color: #fff;
	font-size: 0.9em;
	display: block;
}
#app-side-nav.expand .side-menu a
{
	text-align: left;
	max-width: 100%;
}

.side-menu
{
	position: relative;
	margin-top: 50px;
}
.side-menu a
{
	color: #fff;
	background-color: rgba( 134,78,155, .75 );
	padding: .3em .7em .2em .7em;
	font-size: .9em;
	border-radius: .2em;
	margin-bottom: 1px;
	position: relative;
	/* font-weight: bold; */
}
.side-menu a.selected
{
	background-color: rgba( 134,78,155, .95 );
}
.side-menu a.secondary
{
	background-color: rgba( 134,78,155, .25 );
	font-weight: bold;
	/* font-size: 0.9em !important; */
}
.side-menu a.secondary:hover
{
	background-color: rgba( 134,78,155, .35 );
}
.side-menu a:hover
{
	background-color: rgba( 134,78,155, .95 );
}
.side-menu a i
{
	font-size: 1.2em;
	margin-right: .4em;
	margin-top: 1em;
}
.side-menu a span.menu-label
{
	display: none;
}
.menu-toggle
{
	margin-top: 1em;
	background-color: rgba( 134,78,155, .95 );
	border-radius: 3em;
	padding: .4em 0em 0em 0em;

}
#app-side-nav.expand .side-menu a span.menu-label
{
	display: inline;
	position: absolute;
	left: 35px;
	font-size: 0.9em;
	line-height: 25px;
}
#app-side-nav.expand .side-menu a span.menu-label-arrow
{
	display: inline;
	position: absolute;
	right: 5px;
	font-size: 1.8em;
	line-height: 25px;
}

#app-container
{
	width: calc(100% - 50px);
	flex-grow: 1;
	transition: all 180ms ease;
	z-index: 1;

	background-color: rgba( 42, 42, 42, 0 );
	min-height: 100vh;
}
#app-container.collapse
{
	width: calc(100% - 225px);
	flex-shrink: 1;
	transition: all 180ms ease;
}
#app-header
{
	color: #fff;
	height: 58.4px;
	line-height: 58.4px;
}
#app-body
{
	/* background-color: rgba( 255,255,255,.9); */
	background-image: linear-gradient(to bottom right, rgba( 255,255,255, .9 ), rgba( 255,255,255, .7 ) );
	/* background-image: linear-gradient(to bottom right, rgba( 42,42,42, .9 ), rgba( 64,64,64, .7 ) ); */

	padding: 1em;
	border-radius: .2em;
	box-shadow: 0px 0px 4px #aaa;
}
.logo_mltc
{
	max-height: 32px;
	margin-left: 1em;
}

.profile-image
{
	border-radius: 3em;
	/* border: 1px solid rgba(0,0,0,.9); */
	box-shadow: 0px 0px 2px rgba( 134,78,155, .95 );
}
.profile-image:hover
{
	box-shadow: 0px 0px 3px #000;
}
/* .expand .toggle-show
{

}
.toggle-show
{
	display: none;
}
.show-elem
{
	display: inline !important;
} */
.app-title
{
	font-weight: bold;
	margin-left: 1em;
	font-size: 1.1em;
}
.app-title span
{
	font-weight: normal;
	font-size: 0.9em;
}
.app-title-label
{
	font-size: 1.1em !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 2px #666;
	margin-right: 2em;
}
.menu-toggle-small
{
	float: right;
	margin-top: .4em;
	margin-right: .6em;
}
#menu-dropdown
{
	padding: 1px;
	background-color: transparent;
	background-image: linear-gradient(to bottom right, rgba( 255,255,255, .99 ), rgba( 255,255,255, .9 ) );
}
#menu-dropdown a
{
	color: #222;
	display: block;
	padding: .4em 1em .4em 1em;
}
#menu-dropdown a.secondary
{
	padding-left: 2em !important;
	font-size: 0.9em;
}
#menu-dropdown a:hover
{
	background-color: rgba( 134,78,155, .95 );
	color: #fff;
}
#menu-dropdown a i
{
	margin-right: .5em;
}
#menu-dropdown a span.small
{
	display: block;
	font-size: 0.8em;
}
/* .toggle-show
{
	display: inline;
} */
.margin0
{
	margin: 0;
}

.signin
{
	border-radius: 1em;
	background-image: linear-gradient(to bottom right, rgba( 42,42,42, .9 ), rgba( 64,64,64, .9 ) );
	margin: 1em;
	padding: 1em;

	color: #f1f1f1;
}
.signin label
{
	color: #fff;
}

fieldset
{
	background-color: rgba( 255,255,255,.05);
}
fieldset legend
{
	background-color: transparent !important;
	font-size: 1.1em;
}
fieldset.fieldset-bold
{
	font-size: 0.8em !important;
	font-weight: bold;
}
fieldset.fieldset
{
	padding: 0.25rem 1.25rem 0.25rem 1.25rem;
}

table.tblData
{
	font-size: 0.9em;
}
table.tblData th
{
	text-align: left;
}
table.tblData td
{
	font-size: 0.9em;
}
table.tblDataVertical td
{
	vertical-align: top;
}
.card-em
{
	border-top: 3px solid rgba( 134,78,155, .95 );
}
.pad1
{
	padding: 1em 1.4em 1em 1.4em;
}
.dark
{
	background-image: linear-gradient(to bottom right, rgba( 134,78,155, .75 ), rgba( 42,42,42, .2 ) );
	color: #fff;
	border-top-left-radius: .3em;
	border-bottom-left-radius: .3em;
	margin-top: 1.4em;
	box-shadow: 0px 0px 4px #aaa;
}
.dark a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding: .2em .2em 0em .2em;
	border-radius: .2em;
}
.dark a:hover
{
	border-bottom: 2px dotted #fff;
}
.has-tip
{
	cursor: pointer !important;
	border: none;
	font-weight: normal;
}
.dropdown-pane
{
	padding: 0;
	background-color: transparent;
	background-image: linear-gradient(to bottom right, rgba( 255,255,255, 1 ), rgba( 255,255,255, .9 )) !important;
}
.dropdown-pane a
{
	font-size: 0.9em;
	padding: .8em .8em .6em .8em;
	border-bottom: 1px dotted #ddd;
}
.dropdown-pane a:hover
{
	background-color: #eee;
}
#dropdown-school
{
	width: 216px;
}
#dropdown-school-year
{
	width: 119px;
}
div.notifications
{

}
div.notifications a
{
	font-weight: 500;
}
div.notifications span
{
	font-size: 0.9em;
	display: block;
}
th.r, td.r
{
	text-align: right !important;
}
ul.tabs
{
	background-color: transparent !important;
	border: none;
	border-left: 1px solid #e6e6e6;
	position: relative;
	top: 1px;
	/* border-bottom: 1px solid #e6e6e6; */
}
li.tabs-title.is-active a
{
	background-color: #fff !important;
	border-bottom: 1px solid #fff !important;
}
li.tabs-title a
{
	background-color: #fafafa;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6 ;
	position: relative;
}
li.tabs-title a:hover
{
	background-color: #eee;
	border-top: 1px solid rgba( 228, 228, 228, 1 );
	border-right: 1px solid rgba( 228, 228, 228, 1 );
	border-bottom: 1px solid rgba( 228, 228, 228, 1 );
}
div.tabs-content
{
	border-top: 1px solid #e6e6e6;
}
li.tabs-title span.badge
{
	position: absolute;
	right: .8em;
	top: .8em;
	min-width: 1.6em;
}
li.is-active a.accordion-title
{
	border-top: 1px dotted rgba( 134,78,155, .95 );
	background-color: rgba( 134,78,155, .1 ) !important;
}
.accordion-larger .accordion-title
{
	font-size: 1em;
	font-weight: bold;
}
.accordion-larger .accordion-item
{
	font-size: 0.9em;
	font-weight: normal;
}
.fdatepicker
{
	background-image: url(../img/layout/calendar.png);
	background-position: 94% 50%;
	background-repeat: no-repeat;
	background-size: auto 68%;
}
i.icon-assessment
{
	color: #cc4343;
}
i.icon-child
{
	color: #999;
}
div.animals div
{
	text-align: center;
	font-weight: bold;
}
div.animals img
{
	max-height: 100px;
	/* max-width: 75%; */
	margin: 0 auto 1em auto;
}
div.animal-img
{
	vertical-align: middle;
}


.circle-container {
	position: relative;
	width: 32em;
	height: 32em;
	padding: 2.8em;
    /*2.8em = 2em*1.4 (2em = half the width of a link with img, 1.4 = sqrt(2))*/
	border: dashed 5px;
	border-radius: 50%;
	margin: 4em auto 3em 4em;
}
.circle-container a {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	width: 6em; height: 6em;
	margin: -3em;

	border-radius: 10em;
	text-align: center;
}
.circle-container img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.deg0 { transform: translate(16em); } /* 12em = half the width of the wrapper */
.deg45 { transform: rotate(45deg) translate(16em) rotate(-45deg); }
.deg90 { transform: rotate(90deg) translate(16em) rotate(-90deg); }
.deg135 { transform: rotate(135deg) translate(16em) rotate(-135deg); }
.deg180 { transform: translate(-16em); }
.deg225 { transform: rotate(225deg) translate(16em) rotate(-225deg); }
.deg270 { transform: rotate(270deg) translate(16em) rotate(-270deg); }
.deg315 { transform: rotate(315deg) translate(16em) rotate(-315deg); }

blockquote
{
	color: #222;
	border-left: 5px solid rgba( 134,78,155, .95 ) !important;
	background-color: #fff;
	font-style: normal !important;
	padding-top: 1em;
	padding-bottom: 1em;
}
cite
{
	color: rgba( 134,78,155, .95 );
}

div.ra
{
	padding: 0.4em 0.5em 0.4em 0.5em;
	font-size: 0.8em;
	line-height: 1.1em;
}
div.ra i
{
	float: right;
}
div.ra-type
{
	background-color: rgba( 30, 161, 238, 1 );
	background-color: #999;
	color: #fff;
	font-weight: bold;
	border-bottom-right-radius: .6em;
}
div.ra-type_profile
{
    background-color: rgba( 49,53,116, .95 );
}
div.ra-type_signin_attempt
{
    background-color: #c60f13;
}
div.ra-type_signin_worker, div.ra-type_signin_admin
{
    background-color: rgba( 77, 184, 72, .95 );
}
div.ra-type_user_worker, div.ra-type_user_admin
{
    background-color: #ffae00;
}
div.ra-type_user, .history_user i:first-child
{
	background-color: #222;
}
div.ra-name
{
	font-weight: bold;
}
div.ra-details
{
    padding: .5em;
    font-size: 0.8em;
}
div.ra-ago
{
	background-color: rgba( 128,128,128, .1 );
	text-align: right;
}
div.ra-column
{
	padding-right: 0;
}
div.show-info
{
	font-size:80%;
	padding: 0 1em 0 1em;
}
.hidden
{
	display: none;
}
div.activity-log span
{
	float: right;
	color: #666;
}
div.points-total
{
	padding-top: .1em;
	font-size: 1.4em;
}
div.discussion
{
	max-height: 400px;
	overflow-y: scroll;
}
div.messenger-thread
{
	border-bottom: 1px solid #eee;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2em;
	color: #222;
}
div.messenger-thread:hover
{
	background-color: #fafafa;
}
div.messenger-image
{
	min-height: 36px;
	max-height: 36px;
	width: 36px;
	margin-left: auto;
	margin-right: auto;
	padding-left: .2em;
	padding-right: .2em;

	background-position: center center;
	background-size: cover;
	border-radius: 1em;
}
div.messenger-messages
{
	max-height: 400px;
	overflow-y: auto;
}
