@charset "UTF-8";.readmore-js-toggle {
  font-size: 10px;
  line-height: 10px;
}
/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.0.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2011 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 200;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 300;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	text-align: left;
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	margin: 0 0 0 50px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}
/*!
 * jQuery UI Bootstrap (0.5)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { 
  border: 0; clip: rect(0 0 0 0);
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px; 
}
.ui-helper-reset { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  line-height: 1.3; 
  text-decoration: none; 
  font-size: 100%; 
  list-style: none; 
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.ui-helper-clearfix { 
  /*display: inline-block; */
  display:block;
  min-height: 0; /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
  height:1%; 
}

/* end clearfix */
.ui-helper-zfix { 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  position: absolute; 
  opacity: 0; 
  filter:Alpha(Opacity=0); 
}
.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { 
  display: block; 
  text-indent: -99999px; 
  overflow: hidden; 
  background-repeat: no-repeat; 
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*
 * jQuery UI Resizable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */

.ui-resizable { 
  position: relative;
}
.ui-resizable-handle { 
  position: absolute;
  font-size: 0.1px;
  z-index: 99999; 
  display: block; 
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { 
  display: none; 
}
.ui-resizable-n { 
  cursor: n-resize; 
  height: 7px; 
  width: 100%; 
  top: -5px; 
  left: 0; 
}
.ui-resizable-s { 
  cursor: s-resize; 
  height: 7px; 
  width: 100%; 
  bottom: -5px; 
  left: 0; 
}
.ui-resizable-e { 
  cursor: e-resize; 
  width: 7px; 
  right: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-w { 
  cursor: w-resize; 
  width: 7px; 
  left: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-se { 
  cursor: se-resize; 
  width: 12px; 
  height: 12px; 
  right: 1px; 
  bottom: 1px; 
}
.ui-resizable-sw { 
  cursor: sw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  bottom: -5px; 
}
.ui-resizable-nw { 
  cursor: nw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  top: -5px; 
}
.ui-resizable-ne { 
  cursor: ne-resize; 
  width: 9px; 
  height: 9px; 
  right: -5px; 
  top: -5px;
}

/*
 * jQuery UI Selectable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper { 
  position: absolute; 
  z-index: 100; 
  border:1px dotted black; 
}

/*
 * jQuery UI CSS Framework 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * 
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
 }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}


/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter:Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;filter:Alpha(Opacity=30); 
  border-radius: 8px; 
}

/*
 * jQuery UI Accordion 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */

/* IE/Win - Fix animation bug - #4615 */

.ui-accordion { 
  width: 100%; 
}
.ui-accordion .ui-accordion-header { 
  cursor: pointer; 
  position: relative; 
  margin-top: 1px; 
  zoom: 1; 
  font-weight:bold; 
}
.ui-accordion .ui-accordion-li-fix { 
  display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
  border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
  display: block; 
  font-size: 1em; 
  padding: .5em .5em .5em 1.7em; 
}
.ui-accordion-icons .ui-accordion-header a { 
  padding-left: 2.2em; 
}
.ui-accordion .ui-accordion-header .ui-icon { 
  position: absolute; 
  left: .5em; 
  top: 50%; 
  margin-top: -8px; 
}
.ui-accordion .ui-accordion-content { 
  padding: 1em 2.2em; 
  border-top: 0; 
  margin-top: -2px; 
  position: relative; 
  top: 1px; 
  margin-bottom: 2px; 
  overflow: auto; 
  display: none; 
  zoom: 1; 
}
.ui-accordion .ui-accordion-content-active { 
  display: block; 
}

/*
 * jQuery UI Autocomplete 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */

.ui-autocomplete { 
  position: absolute; 
  top: 0;
  left: 0;
  cursor: default; 
}

/*
 * jQuery UI Button 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */

.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;
} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */


/*
 * jQuery UI Menu 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { 
  font-weight: normal; 
  margin: 0; 
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-menu { width: 200px; margin-bottom: 2em; }


/*
 * jQuery UI spinner 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner{}
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}

/*
 * jQuery UI Dialog 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { 
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: .2em; 
  width: 300px; 
  overflow: hidden; 
  outline: 0; 
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
  margin-left: -280px;*/
  outline: medium none;
  position: fixed;
  /*top: 10%;
  width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/
  position: relative;
  padding:5px 15px;
  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom:1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background:none;
  border-width: 0;
  border:none;
  box-shadow: none;
}

.ui-dialog .ui-dialog-titlebar-close span { 
  display: block; 
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   
}

.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
 .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }

.ui-tabs-nav .ui-state-default{ /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ /* FF3.5 - 3.6 */
  box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;


 }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
  background:#ffffff;
  outline:none;
  margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li{
  -webkit-filter:none;
          filter:none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    max-width: 300px;
    -o-box-shadow: 0 0 5px #ddd;
    /*box-shadow: 0 2px 5px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff;
}

body .ui-tooltip { border-width:2px; }

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  -webkit-filter: mask();
          filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
    color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  -webkit-filter:none;
          filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color: #ffffff;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #0064cd;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }



/*** Input field styling from Bootstrap **/
 input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  box-shadow: none;
  outline: 1px dotted #666;
}

/**Toolbar**/

.ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming**/

div.wijmo-wijmenu{
  padding:0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{    
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-hover{
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
  color:#ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3{
  position: relative;
  margin-top:1px;
  padding:0;
}

.wijmo-wijmenu h3 a{
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top:1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover{
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header{
  border:0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
  background: #333;
  border:0;
  margin:0;
  padding: 6px 0;
  width:160px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item{
  margin:0;
  border:0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link{
  margin:0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border:0;
  border-radius:0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
  display:block;
  float:none;
  padding: 4px 15px;
  width:auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
  float:none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom:0;
  border-left:0;
  border-right:0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width:100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}


.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow:none;
}


.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
  -webkit-filter: none;
          filter: none;
}


/*
 * jQuery File Upload UI Plugin CSS 8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-300px, 0) scale(4);
          transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  -webkit-filter: none;
          filter: none;
}
.fileupload-loading {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) center no-repeat;
  background-size: contain;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.text-core {
  position: relative;
}
.text-core .text-wrap {
  background: #fff;
  position: absolute;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #9daccc;
  outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 4px 5px;
  white-space: nowrap;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  line-height: 13px;
  height: auto;
}
.text-core .text-wrap .text-tags {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 35px 3px 3px;
  cursor: text;
}
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}
.text-core .text-wrap .text-tags .text-tag {
  float: left;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px solid #9daccc;
  background: #e2e6f0;
  color: #000;
  padding: 0px 17px 0px 3px;
  margin: 0 2px 2px 0;
  cursor: pointer;
  height: 16px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("close.png") 0 0 no-repeat;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/** Not from the standard library, created for Cyanna's use */

ul.collection-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.collection-list.ui-sortable li {
    cursor: move;
    cursor: drag;
    cursor: -webkit-grab;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('https://d2da775iud2jvt.cloudfront.net/assets/fontawesome-webfont-4c4e33cd8f728dc6eb51eca6249e756c.eot');
  src: url('https://d2da775iud2jvt.cloudfront.net/assets/fontawesome-webfont-4c4e33cd8f728dc6eb51eca6249e756c.eot?#iefix') format('embedded-opentype'), url('https://d2da775iud2jvt.cloudfront.net/assets/fontawesome-webfont-7613f6984708eb870a673c1316a5c0ed.woff2') format('woff2'), url('https://d2da775iud2jvt.cloudfront.net/assets/fontawesome-webfont-68d3fbf17861c66b355df957a91a9fe3.woff') format('woff'), url('https://d2da775iud2jvt.cloudfront.net/assets/fontawesome-webfont-71699c5dfc28f6e171fbcad28066d089.ttf') format('truetype'), url('https://d2da775iud2jvt.cloudfront.net/assets/fontawesome-webfont-357040634c8ff604917f62f0887de237.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box;}
.ui-autocomplete{max-height:300px;overflow-y:auto;overflow-x:hidden;}
body{font-size:14px;padding-bottom:35px;padding-top:50px;}
body.iframe{padding-top:10px;}
p{font-size:14px;}p .attention{font-size:14px;font-weight:bolder;}
hr{border-top:solid 1px #ddd;}
.tab-content{overflow:visible;}
body#passwords #signup-forms,body.errors #signup-forms,body#home #signup-forms{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:center;-webkit-box-align:center;align-items:center;}body#passwords #signup-forms #signup-forms-header,body.errors #signup-forms #signup-forms-header,body#home #signup-forms #signup-forms-header,body#passwords #signup-forms #signup-forms-body,body.errors #signup-forms #signup-forms-body,body#home #signup-forms #signup-forms-body{width:768px;}
body#passwords #signup-forms #signup-forms-header,body.errors #signup-forms #signup-forms-header,body#home #signup-forms #signup-forms-header{margin-top:10px;}body#passwords #signup-forms #signup-forms-header #header,body.errors #signup-forms #signup-forms-header #header,body#home #signup-forms #signup-forms-header #header{margin-bottom:20px;}
body#passwords #signup-forms #signup-forms-body,body.errors #signup-forms #signup-forms-body,body#home #signup-forms #signup-forms-body{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}body#passwords #signup-forms #signup-forms-body h3,body.errors #signup-forms #signup-forms-body h3,body#home #signup-forms #signup-forms-body h3{background:#f5f5f5;border-bottom:solid 1px #ddd;padding:10px;margin:0;}body#passwords #signup-forms #signup-forms-body h3 i.fa-user-plus,body.errors #signup-forms #signup-forms-body h3 i.fa-user-plus,body#home #signup-forms #signup-forms-body h3 i.fa-user-plus{color:#999;}
body#passwords #signup-forms #signup-forms-body form,body.errors #signup-forms #signup-forms-body form,body#home #signup-forms #signup-forms-body form{padding:15px;}
body#passwords #signup-forms #signup-forms-body #col-1,body.errors #signup-forms #signup-forms-body #col-1,body#home #signup-forms #signup-forms-body #col-1{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;}body#passwords #signup-forms #signup-forms-body #col-1 .login-container,body.errors #signup-forms #signup-forms-body #col-1 .login-container,body#home #signup-forms #signup-forms-body #col-1 .login-container{height:100%;border:solid 1px #ddd;width:320px;}body#passwords #signup-forms #signup-forms-body #col-1 .login-container form input[type=text],body.errors #signup-forms #signup-forms-body #col-1 .login-container form input[type=text],body#home #signup-forms #signup-forms-body #col-1 .login-container form input[type=text],body#passwords #signup-forms #signup-forms-body #col-1 .login-container form input[type=email],body.errors #signup-forms #signup-forms-body #col-1 .login-container form input[type=email],body#home #signup-forms #signup-forms-body #col-1 .login-container form input[type=email],body#passwords #signup-forms #signup-forms-body #col-1 .login-container form input[type=password],body.errors #signup-forms #signup-forms-body #col-1 .login-container form input[type=password],body#home #signup-forms #signup-forms-body #col-1 .login-container form input[type=password]{height:40px;line-height:40px;font-size:22px;}
body#passwords #signup-forms #signup-forms-body #col-2,body.errors #signup-forms #signup-forms-body #col-2,body#home #signup-forms #signup-forms-body #col-2{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;}body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container,body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container,body#home #signup-forms #signup-forms-body #col-2 .sign-up-container{height:100%;border:solid 1px #ddd;border-left:none;}body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form select,body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form select,body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form select,body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=text],body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=text],body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=text],body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=email],body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=email],body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=email],body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=date],body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=date],body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=date],body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=number],body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=number],body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=number],body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=password],body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=password],body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form input[type=password]{display:block;width:100%;min-height:30px;box-sizing:border-box;}
body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form .control-group fieldset.control-group,body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form .control-group fieldset.control-group,body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form .control-group fieldset.control-group{margin-bottom:0;}
body#passwords #signup-forms #signup-forms-body #col-2 .sign-up-container form .help-block,body.errors #signup-forms #signup-forms-body #col-2 .sign-up-container form .help-block,body#home #signup-forms #signup-forms-body #col-2 .sign-up-container form .help-block{margin-top:5px;}
body#passwords #header,body.errors #header,body#home #header{margin:0;}body#passwords #header #logo,body.errors #header #logo,body#home #header #logo{margin:20px 0;}body#passwords #header #logo img,body.errors #header #logo img,body#home #header #logo img{max-width:430px;}
body#passwords #header #tagline,body.errors #header #tagline,body#home #header #tagline{font-weight:bold;}
body#passwords .login-header .help-link,body.errors .login-header .help-link,body#home .login-header .help-link{color:#0890ca;}
body#passwords .login-header .fa-lock,body.errors .login-header .fa-lock,body#home .login-header .fa-lock{color:#999;}
body#passwords #login-form,body.errors #login-form,body#home #login-form{border:solid 1px #ddd;}body#passwords #login-form #flash .alert,body.errors #login-form #flash .alert,body#home #login-form #flash .alert{margin-bottom:0;border-radius:0;border:none;border-bottom:solid 1px #ceae78;}
body#passwords #login-form h1,body.errors #login-form h1,body#home #login-form h1{padding:10px 20px;background:#f5f5f5;border-bottom:solid 1px #ddd;margin-top:0;font-size:34px;font-weight:normal;}
body#passwords #login-form #login form,body.errors #login-form #login form,body#home #login-form #login form{margin-bottom:0;}body#passwords #login-form #login form .form-content,body.errors #login-form #login form .form-content,body#home #login-form #login form .form-content{padding:0 20px;}
body#passwords #login-form #login form fieldset,body.errors #login-form #login form fieldset,body#home #login-form #login form fieldset{margin-bottom:0;}body#passwords #login-form #login form fieldset input[type=text],body.errors #login-form #login form fieldset input[type=text],body#home #login-form #login form fieldset input[type=text],body#passwords #login-form #login form fieldset input[type=email],body.errors #login-form #login form fieldset input[type=email],body#home #login-form #login form fieldset input[type=email],body#passwords #login-form #login form fieldset input[type=password],body.errors #login-form #login form fieldset input[type=password],body#home #login-form #login form fieldset input[type=password]{height:40px;line-height:40px;font-size:22px;margin-bottom:15px;}
body#passwords #login-form #login form fieldset.form-actions,body.errors #login-form #login form fieldset.form-actions,body#home #login-form #login form fieldset.form-actions{background:none;border-top:none;margin-top:0;padding:10px 20px;}
body#passwords #retrieve-password input[type=email],body.errors #retrieve-password input[type=email],body#home #retrieve-password input[type=email]{font-size:24px;line-height:40px;height:40px;}
body#passwords #retrieve-password .form-actions,body.errors #retrieve-password .form-actions,body#home #retrieve-password .form-actions{padding:0;margin:0;background:none;border-top:none;}
@media (min-width:768px) and (max-width:979px){body#home .span6{width:476px;} body#home .offset3{margin-left:144px;}}@media (max-width:768px){body#home #signup-forms #signup-forms-header{display:block;width:100%;} body#home #signup-forms #signup-forms-body{display:block;width:100%;}body#home #signup-forms #signup-forms-body #col-1,body#home #signup-forms #signup-forms-body #col-2{display:block;}body#home #signup-forms #signup-forms-body #col-1 h3,body#home #signup-forms #signup-forms-body #col-2 h3{background:none;border-bottom:none;padding:10px 0;} body#home #signup-forms #signup-forms-body #col-1 form,body#home #signup-forms #signup-forms-body #col-2 form{padding:0;} body#home #signup-forms #signup-forms-body #col-1 .login-container,body#home #signup-forms #signup-forms-body #col-2 .login-container{width:auto;border:none;} body#home #signup-forms #signup-forms-body #col-1 .sign-up-container,body#home #signup-forms #signup-forms-body #col-2 .sign-up-container{width:auto;border:none;padding:0;}body#home #signup-forms #signup-forms-body #col-1 .sign-up-container h3,body#home #signup-forms #signup-forms-body #col-2 .sign-up-container h3{border-top:solid 1px #ddd;} body#home #login-form{border:none;}body#home #login-form h1{padding:10px 0;background:none;border-bottom:none;} body#home #login-form #login form .form-content,body#home #login-form #retrieve-password form .form-content{padding:0;} body#home #login-form #login form fieldset.form-actions,body#home #login-form #retrieve-password form fieldset.form-actions{background:transparent;border-top:none;margin-top:0px;padding:20px 0;}}@media (max-width:468px){body#home #header #logo img{max-width:350px;}}@media (min-width:961px){body#home #signup-forms #signup-forms-header,body#home #signup-forms #signup-forms-body{width:960px;}body#home #signup-forms #signup-forms-header #col-1 .login-container,body#home #signup-forms #signup-forms-body #col-1 .login-container{width:400px;}}@include clearfix;
.text-right{text-align:right;}
.text-center{text-align:center;}
.no-transform{text-transform:none;}
form #flash{margin-top:0px;}
.page-header{margin:0 0 10px 0;border-bottom:solid 1px #d5d5d5;}.page-header h1,.page-header h2{margin:0;}
.page-header .pull-right{line-height:40px;}
.page-header .btn-toolbar{margin-top:0px;}
.page-header.no-border{border-bottom:none;margin-bottom:0px;}
.btn.xsmall{padding:3px 5px 3px;}
.document-status{margin-bottom:10px;}.document-status .document-status-label{color:#e77c01;}
.call-attention-reverse{background:#999999;color:#ffffff;padding:0 5px;border-radius:3px;}
ul.questions li,ol.questions li{margin-bottom:18px;}ul.questions li ol li,ol.questions li ol li,ul.questions li ul li,ol.questions li ul li{margin-bottom:0;}
.indented{margin-left:20px;}
.horizontal-scroll{overflow-x:scroll;}
.well{background:#FFF;border-color:#ddd;box-shadow:none;}.well ul.nav-tabs{border-bottom:solid 1px #CCC;}.well ul.nav-tabs li.active a{background:#fff;}
.well dl{margin-bottom:0;}
.well dl.first{margin-top:0;}
.well.error-container{background:#EEE;}
.white-info-box{background:#FFF;border-color:#ddd;}
.well.titled-well{padding:0px;}.well.titled-well .title{padding:10px 19px;background:#EEE;font-size:16px;font-weight:bold;}
.well.titled-well .content{padding:10px 19px;}.well.titled-well .content .well-list li a{padding:10px 0;border-bottom:1px dashed #DDD;display:block;}
.well.titled-well .content .well-list li a:hover{text-decoration:none;background:#EEE;}
.well.titled-well .content .well-list li:last-child a{border-bottom:none;}
.well.titled-well .content.scrollable-area{max-height:300px;overflow:scroll;overflow-x:hidden;overflow-y:auto;}
.well.titled-well .well-footer .alert{margin:0;border-radius:0;border-right:none;border-left:none;border-bottom:none;}
.well.titled-well .well-footer .alert-block{padding:10px 19px;}
.nav-tabs{border-bottom:solid 1px #CCC;}.nav-tabs li.active a{border:solid 1px #CCC;border-bottom-color:transparent;}
.nav-tabs .open .dropdown-toggle,.nav-tabs .open .dropdown-toggle:hover{border-color:#CCC;background-color:#eeeeee;background-image:none;color:#444;}
.nav-tabs .open ul.dropdown-menu li a{border:none;background-image:none;}
.dropdown-header{display:block;padding:3px 20px;color:#999999;}
dl.loose dt{white-space:nowrap;}
dl.loose ol,dl.loose ul{margin:0 0 0 20px;}
dl.loose dd{margin-bottom:10px;min-height:1em;}
dl.loose.wrap-titles dt{white-space:normal;}
dl.dl-horizontal.wide dt{width:230px;}
dl.dl-horizontal.wide dd{margin-left:250px;}
dl.dl-horizontal.thin dt{width:30px;text-align:right;}
dl.dl-horizontal.thin dd{margin-left:50px;}
dl.dl-horizontal.tight{margin-top:0;margin-bottom:0;}
ul.loose li{padding-bottom:5px;}
.btn-toolbar-inline{margin:10px 0;}.btn-toolbar-inline .column{margin-right:20px;}
.btn-toolbar-inline .btn-group-label{padding:5px 0;}
.footer{margin-top:20px;padding:5px 0 20px;border-top:solid 1px #E5E5E5;bottom:0;width:100%;min-height:80px;}.footer p{padding:0px 40px;}
.powered-by a{width:129px;margin:20px auto 0;display:block;}.powered-by a img{width:115px;border:2px solid #959595;border-radius:4px;padding:5px;}
.powered-by-linkless{width:129px;margin:20px auto 0;display:block;}.powered-by-linkless img{width:115px;border:2px solid #959595;border-radius:4px;padding:5px;}
html{position:relative;min-height:100%;}
body{margin-bottom:150px;}
#environment{position:fixed;top:0;right:50px;width:100px;padding:5px;background:red;border:solid 1px #ffffff;border-top:none;color:#ffffff;font-weight:bold;text-align:center;}
.explain{font-style:italic;color:#666;}
.nobr{white-space:nowrap;}
.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:moz-none;-ms-user-select:none;user-select:none;}
.no-outline:focus{outline:none;}
table.table-borderless td,table.table-borderless th{border:none !important;}
table.table-colorless td,table.table-colorless th{background-color:transparent !important;}
td.align-bottom{vertical-align:bottom;}
.text-medium{font-size:1.3em;}
.sub-text{font-size:.8em;}
.signature{border-bottom:1px solid black;}
legend i.align-middle{margin-top:5px;}
legend.no-border{border-bottom:none;}
a i:hover{text-decoration:none;}
input[type="file"]{line-height:normal;}
.collapse>.alert{margin-top:1px;}
.checklist{list-style:none;}.checklist li:before{content:'✔';margin-right:.3em;}
@media only screen and (max-width:767px){h1,h2,h3,h4,h5,h6{line-height:100%;} h1{margin-bottom:10px;font-size:22px;} h2{margin-bottom:10px;font-size:20px;} h3{margin-bottom:10px;font-size:18px;} h5{margin-bottom:10px;font-size:16px;} h6{margin-bottom:10px;font-size:14px;}}.breadcrumb-capped li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.breadcrumb{font-size:12px;padding:7px 14px;margin:0 0 20px;list-style:none;background-color:#fbfbfb;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image:linear-gradient(to bottom, #ffffff, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);border:1px solid #ddd;border-radius:3px;box-shadow:inset 0 1px 0 #ffffff;}.breadcrumb li{display:inline !important;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;}
.breadcrumb .divider{padding:0 5px;color:#999999;}
.breadcrumb .active a{color:#333333;}
.comment-well{margin-top:30px;padding:0px;background-color:#f0f0f0;border-radius:0px;border:solid 1px rgba(0, 0, 0, 0.2);}.comment-well form{margin-bottom:0;}.comment-well form .mce-panel{border:none;}.comment-well form .mce-panel .mce-toolbar-grp{border-bottom:solid 1px rgba(0, 0, 0, 0.2);}
.comment-well form .mce-panel .mce-statusbar{border-top:solid 1px rgba(0, 0, 0, 0.2);}
.comment-well form .btn-toolbar{margin-bottom:0;}.comment-well form .btn-toolbar .internal{margin-left:20px;}
.comment-well form .comment-form-footer{padding:7px;}.comment-well form .comment-form-footer .supporting-documents{margin:0;}.comment-well form .comment-form-footer .supporting-documents .fileupload-buttonbar{padding-top:0px;}
.comment-well form .comment-form-footer .supporting-documents .fileupload-content{margin-left:10px;}.comment-well form .comment-form-footer .supporting-documents .fileupload-content ul.files-list{margin-bottom:0px;}
.comment h4.media-heading{font-weight:normal;}
body.no-background{background:none;}
.center{text-align:center;}
table.faculty.table-bordered,table.programs.table-bordered{font-size:11px;}table.faculty.table-bordered tr.top-header th,table.programs.table-bordered tr.top-header th{text-align:center;}
table.faculty.table-bordered tr th,table.programs.table-bordered tr th{border-top:1px solid #DDD;}
table.signature-table tr td{vertical-align:bottom;}
table.signature-table tr td.input-cell{border-bottom:solid 1px #000;}
div.documents .bold{font-weight:bold;}
div.documents .page-break{display:block;clear:both;page-break-after:always;}
div.documents .text-right{text-align:right;}
div.documents .text-left{text-align:left;}
div.documents fieldset{margin-top:25px;}
div.documents legend{margin:0px;}
div.documents td.underline{border-bottom:1px solid #000;}
div.documents table.documents{margin-top:10px;}div.documents table.documents td{padding:10px 10px 0px 10px;vertical-align:bottom;}
div.documents table.documents td.text-area{width:740px;height:100px;border:1px solid #000;vertical-align:top;}
div.documents table.documents td.text-area-short{width:740px;height:50px;border:1px solid #000;}
div.documents table.documents td._15{width:15px;}
div.documents table.documents td._30{width:30px;}
div.documents table.documents td._50{width:50px;}
div.documents table.documents td._100{width:100px;}
div.documents table.documents td._125{width:125px;}
div.documents table.documents td._200{width:200px;}
div.documents table.documents td._400{width:400px;}
div.documents table.documents td._700{width:700px;}
.tabs-right .tab-content{width:85%;}
.document ol.question-list li{margin-bottom:9px;}.document ol.question-list li p{margin-bottom:0px;}
.document ol.question-list li .explanation{margin-top:9px;}
.document legend{margin-top:25px;}
.span6 ol.question-list{padding-left:40px;}
.attestation-area .uneditable-input{margin:0;}
.quotation{font-style:italic;padding:5px;}
.dropdown-menu li.heading{padding:0 0 0 10px;margin:0;font-size:12px;color:#666;font-weight:bold;}
.supporting-documents table.table{box-shadow:none;}
ul li ul.supporting-documents,ol li ul.supporting-documents{margin-bottom:18px;}
.form-inline .column{margin-right:10px;}.form-inline .column label{text-align:left;}
.form-horizontal .form-vertical .control-group>label{float:none;padding-top:0;text-align:left;width:auto;}
.form-horizontal .form-vertical .controls{margin-left:0;}
form select.date-select{width:auto;}
form .auto-width select{width:auto;}
form fieldset.control-group .controls.info{padding-top:20px;}
form fieldset.form-actions{background:#e1e1e1;border-top:solid 1px #c8c8c8;}
form fieldset.form-actions.align-left{padding-left:20px;}
form .vertically-collapsed label{display:inline-block;}
form .vertically-collapsed .controls{margin-left:0;}
form .vertically-collapsed fieldset{display:inline-block;}
form .vertically-collapsed fieldset label{display:none;}
form .vertically-collapsed .collapsed-controls{display:inline-block;padding-left:10px;}
form .vertically-collapsed .collapsed-controls>*{margin-left:10px;float:left;}
form .vertically-collapsed .error .help-block{max-width:220px;}
form label:first-letter{text-transform:uppercase;}
.error-text{color:red;}
.uneditable-input{color:#333333;height:auto;min-height:20px;white-space:normal;word-wrap:break-word;}
.uneditable-input.field-error{background-color:#F8E0E0;}
input.field-error{background-color:#F8E0E0;}
.list-select-one-radios label{text-decoration:none;font-weight:bold;}
.list-select-one-radios .description{margin-top:5px;margin-left:20px;display:none;}.list-select-one-radios .description.active{display:block;}
.disabled-input{cursor:not-allowed;}.disabled-input:disabled{background:none;color:#999999;}
.disabled-textrea{cursor:not-allowed;color:#999999;background-color:#fcfcfc;}
.intro-btns{padding-left:20px !important;}
li.checkbox{margin-bottom:5px;list-style:none;}
.input-append>div,.input-prepend>div{font-size:14px;}
.input-append .add-on,.input-prepend .add-on{vertical-align:middle;}
@media (min-width:980px){.input-full-width{width:100%;}}table tr.unread{background-color:#fff6d9;}
#message-frame-container iframe{height:600px;width:100%;border-style:none;overflow:scroll;}
.pagination ul li a{color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.pagination ul li a:hover,.pagination ul li a:focus,.pagination ul li a:active,.pagination ul li a.active,.pagination ul li a.disabled,.pagination ul li a[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.pagination ul li a:active,.pagination ul li a.active{background-color:#cccccc \9;}
.pagination ul li a:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.pagination ul li.active a{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.pagination ul li.disabled a{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);box-shadow:none;}.pagination ul li.disabled a:hover{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);box-shadow:none;}
table.table-permissions tr.row-group th{background:#F9F9F9;border-top:solid 1px #DDD;}
.subnav{width:100%;min-height:36px;background-color:#fbfbfb;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image:linear-gradient(to bottom, #ffffff, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);border:1px solid #ddd;background:white;border-radius:4px;}
.subnav .nav{margin-bottom:0;}
.subnav .nav>li>a{margin:0;padding-top:11px;padding-bottom:11px;border-radius:0;}
.subnav .nav>.active>a,.subnav .nav>.active>a:hover{padding-left:13px;color:#777;background-color:#e9e9e9;box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.07);}
.subnav .nav>.active>a .caret,.subnav .nav>.active>a:hover .caret{border-top-color:#777;}
.subnav .nav>li:first-child>a,.subnav .nav>li:first-child>a:hover{border-left:0;padding-left:12px;border-radius:4px 0 0 4px;}
.subnav .nav>li:last-child>a{border-right:0;}
.subnav.vertical{height:auto;}
.subnav .nav-list{padding-left:0;padding-right:0;}
.subnav .nav-list>li{border-bottom:solid 1px #DDD;}
.subnav .nav-list>li:last-child{border-bottom:none;}
.subnav .nav-list>li>a{padding-right:12px;padding-left:12px;line-height:14px;border:none;}
.subnav .nav-list>li.active>a{box-shadow:none;background-color:#e9e9e9;}
.subnav .nav-list>li>a:hover{background-color:#d3d3d3;}
.subnav .nav li a span.step{font-size:1.2em;padding-right:5px;}
.subnav .dropdown-menu{border-radius:0 0 4px 4px;}
.subnav-spacer{height:18px;}
@media (min-width:980px){.subnav-fixed{position:fixed;top:40px;left:0;right:0;z-index:1020;border-color:#d5d5d5;border-width:0 0 1px;border-radius:0;box-shadow:inset 0 1px 0 #ffffff,0 1px 5px rgba(0, 0, 0, 0.1);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);} body.switch-orgs .subnav-fixed{top:70px;} .subnav-fixed .nav{width:938px;margin:0 auto;padding:0 1px;} .subnav .nav>li:first-child>a,.subnav .nav>li:first-child>a:hover{border-radius:0;} .subnav-fixed.vertical{left:auto;right:auto;width:220px;border:solid 1px #ddd;box-shadow:none;}.subnav-fixed.vertical ul.nav-list{width:220px;}}@media (min-width:1200px){.subnav-fixed .nav{width:1168px;} .subnav-fixed.vertical{width:270px;}.subnav-fixed.vertical ul.nav-list{width:270px;}}.popover{z-index:9999999;text-transform:none !important;font-weight:normal !important;}
table.table thead .header,table.table thead .sorting,table.table thead .sorting_asc,table.table thead .sorting_desc,table.table thead .sorting_asc_disabled,table.table thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;}
table.table thead .header,table.table thead .sorting{background:url(https://d2da775iud2jvt.cloudfront.net/assets/sort_both-4c367c6229aa4d2621719dbb9af849c7.png) no-repeat center right;background-color:#eeeeee;}
table.table thead .headerSortDown,table.table thead .sorting_asc{background:url(https://d2da775iud2jvt.cloudfront.net/assets/sort_asc-0cb36bdbfec434cc80ec47fef0abd4b8.png) no-repeat center right;background-color:#eeeeee;}
table.table thead .headerSortUp,table.table thead .sorting_desc{background:url(https://d2da775iud2jvt.cloudfront.net/assets/sort_desc-c85720ad08ef76ba59083ab613b69837.png) no-repeat center right;background-color:#eeeeee;}
table.table thead .sorting_asc_disabled{background:url(https://d2da775iud2jvt.cloudfront.net/assets/sort_asc_disabled-0253fc680e85e104ba267ff94b0e47ac.png) no-repeat center right;}
table.table thead .sorting_desc_disabled{background:url(https://d2da775iud2jvt.cloudfront.net/assets/sort_desc_disabled-65f35631d2b46b33ca73c9e623aaad97.png) no-repeat center right;}
table.table thead tr.subheader-row th{border-top:1px solid #DDD;}
table.table tr td{vertical-align:middle;}table.table tr td input,table.table tr td select{margin-bottom:0px;}
table.table tr td.center{text-align:center;}
table.table tr td.right{text-align:right;}
table.table tr th{background-color:#eeeeee;}
table.table tr th.actions,table.table tr td.actions{text-align:right;}
table.table tr td.actions,table.table tr td.dropdown-actions{width:120px;text-align:right;}table.table tr td.actions .btn-group .btn.edit,table.table tr td.dropdown-actions .btn-group .btn.edit{background-position:0px 0px;}
table.table tr td.actions ul.dropdown-menu,table.table tr td.dropdown-actions ul.dropdown-menu{right:0;text-align:left;}
table.table tr td.dropdown-actions-right ul.dropdown-menu{left:0;}
table.table tr td.text-right,table.table tr th.text-right{text-align:right;}
table.table tr td.text-center,table.table tr th.text-center{text-align:center;}
table.table tr th.check-box-td{width:5%;}
table.left-headers{border-bottom:solid 1px #DDD;}table.left-headers tr th{width:200px;text-align:right;padding-right:10px;vertical-align:top;border-top:solid 1px #DDD;}
.well table.left-headers{margin-bottom:0;}
table.auto-width{width:auto;}
table.table{background:#ffffff;}
table.table-sticky-headers thead.tableFloatingHeader tr th{background-color:#eeeeee;border-bottom:solid 1px #e1e1e1;}
table.noborder-table{border:none;}table.noborder-table tr,table.noborder-table th,table.noborder-table td{border:none;border-top:none;}
table.half{width:50%;}
div.dataTables_wrapper{position:relative;}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:75px;left:50%;width:175px;margin-left:-125px;margin-top:-15px;padding:2px 0;border-radius:4px;border:solid 1px #a6a6a6;padding:20px;box-shadow:0 0 5px #999999;text-align:center;color:#555555;font-size:14px;font-weight:bold;background:#f5f5f5;}
div.dataTables_wrapper div.toolbar{margin-top:2px;margin-left:10px;}
div.dataTables_length label{float:left;text-align:left;}
div.dataTables_length select{width:75px;}
div.dataTables_info{padding-top:8px;}
div.dataTables_paginate{float:right;margin:0 0 8px 0;}div.dataTables_paginate ul li a,div.dataTables_paginate ul li span{padding:2px 10px;font-size:12px;}
table.dataTable th:active{outline:none;}
table.table{clear:both;margin-bottom:6px !important;}
table.table.chargeable-items-table tr.no-items{font-style:italic;color:#666;text-align:center;}
table.table.chargeable-items-table span.pending-text{font-style:italic;color:#666;}
table.table.chargeable-items-table tr.subitem .description{padding-left:40px;}
table.table.chargeable-items-table tr.counter-credit .description{font-style:italic;}
table.table.chargeable-items-table tr.counter-credited .description{text-decoration:line-through;}
.payment-schedule-table{margin:0 auto !important;float:none !important;}
.number-table-form{margin:40px 0;}
.number-table-form .table{width:auto;}
.number-table-form .column_header{width:90px;}
.number-table-form .row_header{padding-right:20px;}
table.table-query tbody tr td{cursor:pointer;-webkit-transition:background-color 100ms ease-out;transition:background-color 100ms ease-out;}
table.table-query tbody tr td.context-menu{width:14px;text-align:center;}table.table-query tbody tr td.context-menu .context-icon{visibility:hidden;}
table.table-query tbody tr:hover td{background-color:#eeeeee;-webkit-transition:background-color 100ms ease-in;transition:background-color 100ms ease-in;}
.accordion-query form.quick-search .control-group .controls input,.accordion-query form.quick-search .control-group .controls select{width:100%;}
.accordion-query form.quick-search .show-enhaned-search{display:none;}
.accordion-query table{box-shadow:none;}.accordion-query table tr td{cursor:pointer;}
.accordion-query table tr td:last-child{text-align:right;}.accordion-query table tr td:last-child.align-left{text-align:left;}
.accordion-query table tr:hover td{background-color:#eeeeee;-webkit-transition:background-color 100ms ease-in;transition:background-color 100ms ease-in;}
.accordion-query table tr.detail td{background-color:#eee;padding:0;text-align:left;}.accordion-query table tr.detail td hr{margin:2px 0;}
.accordion-query table tr.open td{background-color:#eee;}
.accordion-query table tr.open:hover td{background-color:#eee;}
.no-select:hover>td.context-menu .context-icon{visibility:visible;}
.filters-wrapper h4{border-bottom:solid 1px #ddd;}
table.table-filters tr td{padding:4px 0;}
div.add-filter{margin-top:5px;}
fieldset.keyword{margin-bottom:5px;}
fieldset.collapsible{margin-bottom:10px;}fieldset.collapsible legend{cursor:pointer;padding:0;margin-bottom:0px;font-size:16px;line-height:22px;background-color:#E5E5E5;border:solid 1px #E5E5E5;padding:4px;box-sizing:border-box;background-color:#ededed;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image:-webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);}
fieldset.collapsible .collapse{border:solid 1px #E5E5E5;border-top:none;}fieldset.collapsible .collapse .pad{padding:10px;background-color:#ffffff;}
fieldset.keyword{min-height:40px;}
.course-registration-detail .heading{border-bottom:1px solid #ccc;margin-bottom:5px;}.course-registration-detail .heading .course-name{font-size:18pt;line-height:100%;}
.course-registration-detail .heading .organization{font-size:12pt;line-height:100%;font-weight:normal;}
.course-registration-detail .heading .mini-details{color:#ccc;font-style:italic;}
.course-registration-detail .menu{width:150px;float:left;}.course-registration-detail .menu .group .grade{margin-bottom:20px;}
.course-registration-detail .menu .group .info{font-size:10pt;font-style:italic;}
.course-registration-detail .menu .group ul{list-style-type:none;margin:0;}.course-registration-detail .menu .group ul li#actions>a{display:none;}
.course-registration-detail .menu .group .btn{margin-bottom:5px;min-width:100px;}
.course-registration-detail .content{margin-left:150px;padding:0 5px 5px 5px;}
.supporting-documents{margin:10px 0;}
.full-page .supporting-documents{margin:0 0 10px 0;}
.supporting-documents .fileupload-buttonbar{padding:5px 0;}.supporting-documents .fileupload-buttonbar .btn{margin:0;}.supporting-documents .fileupload-buttonbar .btn.highlight{color:#333333;text-decoration:none;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.supporting-documents ul.files-list li{padding:5px 0;}.supporting-documents ul.files-list li button.delete{border:solid 1px #ccc;background:#ddd;border-radius:15px;padding:3px;margin-left:10px;font-size:12px;line-height:8px;}.supporting-documents ul.files-list li button.delete:hover{background:#ccc;}
.chosen-container-single .chosen-default{color:#333333;}
.chosen-container{min-width:200px !important;}
.voucher-identifier{font-family:"Courier New",Courier,monospace;font-size:16px;}
.voucher-label{font-size:20px;padding:6px 12px;}
.table .no-wrap-cell{white-space:nowrap;}
#planModal{width:80%;margin-left:-40%;}
.chargeable-items-table .divider-row th,.chargeable-items-table .divider-row td{border-top-width:thick;}
@media (min-width:768px){#makePaymentModal{width:60%;margin-left:-30%;}}.section-events .time-select{max-width:100px;}
.billing-account-statement .credit{color:#46a546;}
.billing-account-statement .debit{color:#9d261d;}
.certificate .wrapper{height:800px;}
.page-loader{border:16px solid #f5f5f5;border-top:16px solid #555555;border-radius:50%;display:inline-block;width:120px;height:120px;animation:spin 2s linear infinite;-webkit-animation:spin 2s linear infinite;-ms-animation:spin 2s linear infinite;}
@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);} 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(360deg);}}.sis_object_id_field{width:30%;}
.break-lines{height:auto;overflow:auto;margin:0;padding:5px;}
body.iframe-integration{height:100%;padding-top:40px;padding-bottom:0;}body.iframe-integration iframe{display:block;width:100%;height:100%;padding:0 0 0 0;margin:0;border:none;}
body.iframe-integration .full-screen{display:block;position:absolute;height:auto;bottom:0;top:0;left:0;right:0;margin-top:40px;margin-bottom:0px;margin-right:auto;margin-left:auto;}
body.iframe-integration .container{height:100%;}
@media (max-width:1024px){body.iframe-integration .container{width:100%;}}@media (max-width:1024px){body.iframe-integration .full-screen{position:relative;margin-top:0;}}#institution-log .btn-toolbar .btn-group ul.dropdown-menu{width:250px;}
.btn-toolbar-inline #visit-selectors-visit-type{width:520px;}
.btn-toolbar-inline #visit-selectors-visit-status{width:180px;}
.remove_site_visit_record{padding:5px;background-color:pink;}.remove_site_visit_record form{margin-bottom:0;}
body#annual_cp_reports .cps-status{margin-bottom:10px;}
table#enrollment-statistics tr.errors td{background:#f2dede;}
#aser_standards ul.nav.nav-list{padding-left:0;padding-right:0;}#aser_standards ul.nav.nav-list li.nav-header{padding:0px;margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;border:none;}#aser_standards ul.nav.nav-list li.nav-header a{margin-left:0px;margin-right:0px;}
#aser_standards ul.nav.nav-list li ul li a{font-weight:normal;}#aser_standards ul.nav.nav-list li ul li a i.icon-completion{width:14px;height:14px;vertical-align:text-top;background-image:url(https://d2da775iud2jvt.cloudfront.net/assets/completion-icons-78757f676f1a3ef27f5d2017c08c846a.gif);}
#aser_standards ul.nav.nav-list li ul li a i.icon-completion-info{background-position:0px -2px;}
#aser_standards ul.nav.nav-list li ul li a i.icon-completion-0{background-position:-16px -2px;}
#aser_standards ul.nav.nav-list li ul li a i.icon-completion-1{background-position:-32px -2px;}
#aser_standards ul.nav.nav-list li ul li a i.icon-completion-2{background-position:-48px -2px;}
#aser_standards ul.nav.nav-list li.active a{color:#0d0d0d;text-shadow:none;background-color:#e1e1e1;}
table#commission-meetings tr td{vertical-align:middle;}
table#commission-meetings tr.current td{background-color:#cdeacd;}
.commission-meeting-item .well{padding:10px;}
.commission-meeting-item form{margin-bottom:0;}.commission-meeting-item form fieldset.form-actions{background:transparent;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-top:none;}
.commission-meeting-item table{box-shadow:none;}
.commission-meeting-item table.ratings_details th,.commission-meeting-item table.strengths_and_weaknesses_details th{background:#e8e8e8;}
.commission-meeting-item table.ratings_details td,.commission-meeting-item table.strengths_and_weaknesses_details td,.commission-meeting-item table.ratings_details th,.commission-meeting-item table.strengths_and_weaknesses_details th{border-right:solid 1px #dcdcdc;border-top:solid 1px #dcdcdc;}
#cps_reports_table th.select,#cps_reports_table td:first-child{text-align:center;}#cps_reports_table th.select input,#cps_reports_table td:first-child input{margin:0 0;padding:0;}
#cps_report_form{min-width:1150px;}#cps_report_form select{padding:0px;}
#cps_report_form img.program_loading{vertical-align:middle;}
#cps_report_form .header label{font-weight:bold;display:inline-block;margin-right:5px;}
#cps_report_form .header input[type="text"]{width:150px;padding:2px;}
#cps_report_form .header select{height:22px;font-size:12px;}
#cps_report_form .header fieldset.calendar_year{margin-bottom:5px;}#cps_report_form .header fieldset.calendar_year label{width:95px;}
#cps_report_form .header fieldset.calendar_year select{display:inline-block;}
#cps_report_form .header fieldset.update_as_of{margin-bottom:5px;}#cps_report_form .header fieldset.update_as_of label{width:95px;}
#cps_report_form .header #institution_detail{padding:5px;height:65px;margin-bottom:5px;}
#cps_report_form .header fieldset.location{margin-bottom:5px;}#cps_report_form .header fieldset.location label{width:70px;}
#cps_report_form .header fieldset.location select{width:250px;}
#cps_report_form .header fieldset.program{margin-bottom:5px;}#cps_report_form .header fieldset.program label{width:70px;}
#cps_report_form .header fieldset.program select{width:275px;}
#cps_report_form .header fieldset.program_status{margin-bottom:5px;}#cps_report_form .header fieldset.program_status label{width:100px;margin-bottom:0;}
#cps_report_form .header fieldset.program_types{margin-bottom:5px;}#cps_report_form .header fieldset.program_types fieldset.checkbox label{white-space:nowrap;}
#cps_report_form .header fieldset.cip_code label{width:330px;}
#cps_report_form .header fieldset.cip_code input{width:75px;}
#cps_report_form .header fieldset.placement_staff{margin-bottom:5px;}#cps_report_form .header fieldset.placement_staff label{width:300px;}
#cps_report_form .header fieldset.placement_staff input{width:300px;}
#cps_report_form input[disabled='disabled']{color:#000000;}
#cps_report_form table.report_months{margin:10px 0;}#cps_report_form table.report_months .report-dates{min-width:105px;}
#cps_report_form table.report_months th,#cps_report_form table.report_months td{padding:2px;vertical-align:top;text-align:center;}
#cps_report_form table.report_months td.adjusted_header,#cps_report_form table.report_months td.summation_header{text-align:left;font-weight:bold;}
#cps_report_form table.report_months tr.header_top td,#cps_report_form table.report_months tr.summation td,#cps_report_form table.report_months tr.header_top th,#cps_report_form table.report_months tr.summation th{text-align:center;background:#eeeeee;}
#cps_report_form table.report_months tr.header_bottom td,#cps_report_form table.report_months tr.summation td,#cps_report_form table.report_months tr.adjusted td,#cps_report_form table.report_months tr.header_bottom th,#cps_report_form table.report_months tr.summation th,#cps_report_form table.report_months tr.adjusted th{background:#eeeeee;}
#cps_report_form table.report_months tr.header_bottom th{border-bottom:1px solid #999999;}
#cps_report_form table.report_months tr.summation td{border-top:1px solid #999999;}
#cps_report_form table.report_months tr.even td{background:#f5f5f5;}
#cps_report_form table.report_months td input{padding:0;width:40px;}
#cps_report_form table.report_months td input.date-datepicker{width:60px;}
#cps_report_form table.report_months td input.percentage{width:55px;}
#cps_report_form table.report_months td select{height:22px;font-size:12px;}
#cps_report_form table.report_months td input.inputError{border-color:#E9322D;color:#B94A48;}
#cps_report_form table.report_months tr.summation td input{font-weight:bold;}
#cps_report_form table.report_months tr.adjustmentsInForce td input{color:#B94A48;font-weight:bold;}
#cps_report_form #errors{margin-top:3px;padding:5px 10px;color:#B94A48;border:solid 1px #EE5F5B;border-radius:4px;background-color:#F2DEDE;}
.cps_report_loading{text-align:center;margin-top:300px;font-size:14px;line-height:14px;}
.cps_reports_container{height:300px;overflow:auto;}
#cps_report_form.view-form fieldset.checkboxes .checkbox.inline{padding-top:0px;padding-left:0px;margin-left:0px;margin-right:17px;}
#print-version{font-size:11px;}#print-version h1{font-size:1.2em;margin-bottom:20px;text-align:center;text-decoration:underline;text-transform:uppercase;}
#print-version .header{line-height:1.8em;}#print-version .header .col1{margin-left:0px;}
#print-version .span7,#print-version .span8{width:45%;}
#print-version #institution_detail{background:white;border-radius:0px;box-shadow:none;}
#print-version fieldset.checkboxes .checkbox.inline{padding-top:0px;padding-left:0px;margin-left:0px;}
#print-version table.report_months{margin-top:2em;border-collapse:collapse;}#print-version table.report_months tr.header_bottom th{border-bottom:2px solid #000000;}
#print-version table.report_months tr.summation td{border-top:2px solid #000000;}
#print-version table.report_months td,#print-version table.report_months th{height:1.5em;font-weight:normal;text-align:center;white-space:nowrap;padding:1px;}
#print-version table.report_months tr.header_top td,#print-version table.report_months tr.header_bottom td,#print-version table.report_months tr.summation td,#print-version table.report_months tr.adjusted td,#print-version table.report_months tr.header_top th,#print-version table.report_months tr.header_bottom th,#print-version table.report_months tr.summation th,#print-version table.report_months tr.adjusted th{background-color:#ffffff;font-weight:bold;}
#print-version table.report_months tr.even td{background:#ffffff;}
#print-version table.report_months .adjusted_header,#print-version table.report_months .summation_header{text-align:left;}
.aser{word-wrap:break-word;}
table.program-hours{width:auto;border:solid 1px #ccc;box-shadow:0 0 2px 2px #eeeeee;}
tr.program_verification_label_row td{line-height:300%;}
#ratings_profile table td.header-cell{border-left:none;}
#ratings_profile table td.header-cell{background:#eeeeee;border-right:solid 1px #e1e1e1;}
#ratings_profile table td.blank-cell{background:#ffffff;}
#ratings_profile table tr.even td{background:#fbfbfb;}
@include '_base';
.detail-card{display:block;border:1px solid #dddddd;padding:20px;margin-bottom:20px;border-radius:5px;}.detail-card legend{font-size:1.2em;line-height:normal;margin-bottom:10px;}
.detail-card p:last-child{margin-bottom:0px;}
@include '_base';
.coach-profile-card{display:block;border:1px solid #dddddd;padding:20px;margin-bottom:20px;border-radius:5px;}.coach-profile-card legend{font-size:1.2em;line-height:normal;margin-bottom:10px;}
.coach-profile-card p:last-child{margin-bottom:0px;}
.coach-profile-card .left{display:inline-block;float:left;}.coach-profile-card .left img{border-radius:5px;}
.coach-profile-card .right{display:inline-block;padding-left:20px;}.coach-profile-card .right .name{font-weight:bold;}
.coach-profile-card .right .icons{margin-top:5px;}.coach-profile-card .right .icons a{display:inline-block;color:#4C9591;min-width:18px;text-align:center;padding:0;margin-right:8px;}
.coach-profile-card .biography{padding-top:20px;}
@include '_base';
.academic-progress-overview{width:100%;}.academic-progress-overview .progress-badge{display:block;height:80px;width:80px;position:relative;margin-bottom:20px;}.academic-progress-overview .progress-badge .progress-pie-node{width:80px;position:relative;display:inline-block;float:left;}.academic-progress-overview .progress-badge .progress-pie-node i.graduation-cap-icon{font-size:25px;padding:25px 0 0 25px;position:absolute;}
.academic-progress-overview .progress-badge .progress-description{font-size:17px;width:280px;margin-left:100px;display:inline-block;position:absolute;left:0;top:0;}.academic-progress-overview .progress-badge .progress-description .requirements-met .numbers{font-size:20px;font-weight:bold;}
.academic-progress-overview .course{margin-bottom:10px;}.academic-progress-overview .course .course-title{font-weight:bold;font-size:18px;}
.academic-progress-overview .course .course-detail{font-size:12px;font-style:italic;color:#d3dce3;}
.academic-progress-overview .course .requirement-grad-cap-icons{padding-top:8px;margin-bottom:20px;}.academic-progress-overview .course .requirement-grad-cap-icons .cap{border-radius:50%;width:28px;height:28px;border:2px solid #d3dce3;margin-right:10px;display:inline-block;}.academic-progress-overview .course .requirement-grad-cap-icons .cap .graduation-cap-icon{font-size:16px;color:white;width:100%;height:100%;text-align:center;margin-top:6px;}
.academic-progress-overview .course .requirement-grad-cap-icons .cap.passed{background-color:#98cf73;}
.academic-progress-overview .course .requirement-grad-cap-icons .cap.failed{background-color:#e31921;}
.academic-progress-overview .course .requirement-grad-cap-icons .cap.danger_of_failure{background-color:#edd847;}.academic-progress-overview .course .requirement-grad-cap-icons .cap.danger_of_failure .graduation-cap-icon{color:black;}
.academic-progress-overview .course .requirement-grad-cap-icons .cap.unmet{background-color:white;}.academic-progress-overview .course .requirement-grad-cap-icons .cap.unmet .graduation-cap-icon{color:#d3dce3;}
.academic-progress-overview .disclaimer{margin-bottom:16px;}
.academic-progress-overview .learn-more{text-align:center;padding:16px 0 3px;border-top:1px solid #c5ced5;}.academic-progress-overview .learn-more a{font-size:16px;color:#146c66;}
.requirement-subhead{font-size:22px;}
.timeline{margin:10px auto;}
.timeline__container{float:left;width:33%;text-align:center;}
.timeline__container--centered{float:none;margin:0 auto;}
.timeline__container__contents{margin-top:30px;position:relative;}.timeline__container__contents:before{content:'';position:absolute;top:0;bottom:0;left:50%;width:1px;height:100%;margin-left:-0.5px;border-left:2px solid #e8eced;}
.timeline__container__contents .node{position:relative;margin:0 auto 70px;text-align:center;background:#fcfbfd;width:150px;height:150px;}.timeline__container__contents .node--with_date:before{content:"";position:absolute;width:60px;border:1px solid #e8eced;margin-top:-1px;top:50%;left:-67px;}
.timeline__container__contents .node--first{border-radius:100px;}
.timeline__container__contents .node--rect{background-color:#f0f3f6;border:5px solid #d3dce3;height:75px;width:300px;}
.timeline__container__contents .node--default{border:5px solid #bec6cd;}
.timeline__container__contents .node--attended{border:5px solid #4ca31d;}
.timeline__container__contents .node--missed{border:5px solid #e31921;}
.timeline__container__contents .node--first_child{border-radius:100%;}
.timeline__container__contents .node__icon{position:absolute;top:-22px;left:133px;width:35px;height:35px;border-radius:100%;}.timeline__container__contents .node__icon--default{border:2px solid #bec6cd;background:#fcfbfd no-repeat center url(https://d2da775iud2jvt.cloudfront.net/assets/iin/graduation_cap-638735a10539f1aba70513dc83f857ca.png);background-size:25px 30px;}
.timeline__container__contents .node__icon--attended{border:2px solid #4ca31d;background:#fcfbfd no-repeat center url(https://d2da775iud2jvt.cloudfront.net/assets/iin/graduation_cap-638735a10539f1aba70513dc83f857ca.png);background-size:25px 30px;}
.timeline__container__contents .node__icon--missed{border:2px solid #e31921;background:#fcfbfd no-repeat center url(https://d2da775iud2jvt.cloudfront.net/assets/iin/graduation_cap-638735a10539f1aba70513dc83f857ca.png);background-size:25px 30px;}
.timeline__container__contents .node__icon img{position:absolute;top:50%;left:50%;width:25px;height:30px;margin-top:-15px;margin-left:-12.5px;}
.timeline__container__contents .node__title{position:relative;top:25%;}.timeline__container__contents .node__title a{text-decoration:none;text-transform:capitalize;cursor:pointer;font-weight:bold;}
.timeline__container__contents .node__date{position:relative;left:-200px;top:45px;font-weight:bold;color:#e8eced;}
.timeline__container__contents .node__status{position:relative;top:50%;text-transform:capitalize;}.timeline__container__contents .node__status--default{color:#bec6cd;}
.timeline__container__contents .node__status--attended{color:#4ca31d;}
.timeline__container__contents .node__status--missed{color:#e31921;}
.timeline__tags{text-align:right;}.timeline__tags .timeline__tags__item{display:inline;margin:0px 3px 0 3px;padding:0px 2px 0px 2px;}.timeline__tags .timeline__tags__item--clear .badge{display:none;}
.timeline__tags .timeline__tags__item--transparent{opacity:0.3;}
.timeline__tags .timeline__tags__item .badge{border:none;}
#course-outline{clear:both;width:20em;margin:auto;display:block;position:relative;text-align:center;padding-bottom:10em;font-size:16px;}#course-outline *{box-sizing:border-box;}
#course-outline a:hover{text-decoration:none;}
#course-outline .course-module{position:relative;margin-bottom:6em;vertical-align:baseline;}#course-outline .course-module:not(:last-child):before,#course-outline .course-module.expanded:before{content:'';background-color:#c5ced5;border:1px solid #c5ced5;height:100%;position:absolute;left:50%;top:7em;}
#course-outline .course-module.expanded .course-module-header{cursor:default;}
#course-outline .course-module:last-child.expanded:before{height:100%;-webkit-transform:translateY(-200px);transform:translateY(-200px);}
#course-outline .course-module .course-module-header{position:absolute;font-size:1.125em;left:0;line-height:1.25em;text-align:center;width:100%;height:160px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:2;}#course-outline .course-module .course-module-header.misc .title{font-size:12px;font-weight:bold;}
#course-outline .course-module .course-module-header.complete .course-module-container .title{color:white !important;}
#course-outline .course-module .course-module-header.test{z-index:2;}#course-outline .course-module .course-module-header.test .attempt-status{font-size:0.8em;text-transform:uppercase;}
#course-outline .course-module .course-module-header.test .attempt-count{font-size:0.8em;}
#course-outline .course-module .course-module-header.test .test-status{font-size:0.75em;}
#course-outline .course-module .course-module-header.test .new-submission-label{font-size:0.75em;width:160px;}
#course-outline .course-module .course-module-header.locked{cursor:default;}
#course-outline .course-module .course-module-header .course-module-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}#course-outline .course-module .course-module-header .course-module-container .title{text-transform:uppercase;color:#e51b24;width:120px;}
#course-outline .course-module .course-module-header .course-module-container i.icon-lock{font-size:2.2em;color:#ededed;}
#course-outline .course-module .course-module-header .course-module-container .course-module-date{position:relative;font-size:0.75em;}
#course-outline .course-module .course-module-header-graph-container{margin:0 80px;position:relative;z-index:1;}#course-outline .course-module .course-module-header-graph-container canvas{margin-bottom:2em;width:150px;}
#course-outline .course-module .course-module-loading{color:#3b434e;background:#fcfbfd;cursor:pointer;font-size:0.85em;margin:0 auto 4em;padding:1.5em;position:relative;text-align:center;width:21em;box-shadow:0 0 0.15em #c5ced5;border-radius:0.25em;font-size:14px;}
#course-outline .course-module .course-module-overview{background:#fcfbfd;cursor:pointer;font-size:0.85em;margin:0 auto 4em;padding:1.5em;position:relative;text-align:center;width:21em;box-shadow:0 0 0.15em #c5ced5;border-radius:0.25em;}#course-outline .course-module .course-module-overview a{font-size:14px;}
#course-outline .course-module .course-module-overview .modal{text-align:left;}
#course-outline .course-module .course-module-item-info{position:relative;width:100%;height:100%;left:-68%;top:-0.5em;border-left:0.25em #d3dce3 solid;border-right:0 none;background:#fcfbfd;border-radius:0.25em;box-shadow:0 0 0 0.12em #ededed;}#course-outline .course-module .course-module-item-info.right{left:68%;width:100%;border-right:0.25em #d3dce3 solid;border-left:0 none;}
#course-outline .course-module .course-module-item-info .nothing-filtered{text-align:center;position:absolute;top:60px;width:100%;}
#course-outline .course-module .course-module-group-header{min-height:initial;border:0;margin:1em auto;text-align:left;background:none;box-shadow:none;}#course-outline .course-module .course-module-group-header h4{padding:0.5em 0;width:118%;color:#3b434e;position:relative;font-size:0.85em;}#course-outline .course-module .course-module-group-header h4:after{content:' ';position:absolute;width:100%;display:block;top:100%;left:0;border-bottom:2px solid #c5ced5;margin-left:1px;}
#course-outline .course-module .course-module-group-header.right{border:0;}#course-outline .course-module .course-module-group-header.right h4{padding-left:1em;left:-18%;}
#course-outline .course-module .course-module-activity-item{position:relative;text-align:left;margin-bottom:0.75em;clear:both;min-height:6em;}#course-outline .course-module .course-module-activity-item .course-module-activity-type{left:38%;position:absolute;width:4em;height:4em;display:block;z-index:1;}#course-outline .course-module .course-module-activity-item .course-module-activity-type canvas{position:absolute;width:80px;}
#course-outline .course-module .course-module-activity-item .course-module-activity-type i{font-size:2.2em;line-height:2.2em;position:absolute;text-align:center;width:2.3em;height:2.2em;color:#3b434e;}
#course-outline .course-module .course-module-activity-item .course-module-activity-type.complete i{color:white;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail .content{color:#3b434e;display:block;min-height:6em;padding:0.85em 1em 1em;}#course-outline .course-module .course-module-activity-item .course-module-item-detail .content h4.title{margin:0;padding:0;width:75%;display:inline-block;font-size:0.85em;color:#338a86;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail .content span.media-length{color:#3b434e;font-size:0.85em;float:right;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail .content .overview{max-height:3.5em;overflow:hidden;font-size:0.75em;line-height:1.125em;}#course-outline .course-module .course-module-activity-item .course-module-item-detail .content .overview p{margin:1em auto!important;display:block;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail .content:after{content:'';position:absolute;width:0;height:0;left:100%;top:38px;z-index:1;border-top:0.65em solid transparent;border-left:0.65em solid #fcfbfd;border-right:0.65em solid transparent;border-bottom:0.65em solid transparent;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail:after{content:'';position:absolute;width:0;height:0;left:100%;top:36px;border-top:0.8em solid transparent;border-left:0.85em solid #ededed;border-right:0.8em solid transparent;border-bottom:0.8em solid transparent;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail.right .content:after{top:38px;left:-6.25%;border-top:.65em solid transparent;border-right:0.65em solid #fcfbfd;border-left:.65em solid transparent;border-bottom:.65em solid transparent;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail.right:after{left:auto;right:100%;border-top:.8em solid transparent;border-left:.8em solid transparent;border-right:0.85em solid #ededed;border-bottom:.8em solid transparent;}
#course-outline .course-module .course-module-activity-item .course-module-item-detail .description{font-size:0.75em;line-height:1.125em;}
#course-outline .course-module .course-module-activity-item--hidden{display:none;}
.module-footer-nav{text-align:center;background-color:#f0f3f6;}.module-footer-nav li{float:none;display:inline-block;top:5px;margin-left:20px;margin-right:20px;margin-top:5px;padding-top:15px;font-size:20px;width:50px;height:50px;border-radius:50%;background-color:#c5ced5;color:#ffffff;}
.module-footer-nav li:hover{color:#c5ced5;background-color:#ffffff;}
@media (max-width:961px){#course-outline{width:100%;}#course-outline .course-module-content .course-module-group-header{left:0;padding-left:0px;text-align:center;background-color:white;margin-bottom:-10px;margin-top:40px;}#course-outline .course-module-content .course-module-group-header h4{width:100%;padding:20px 0;}#course-outline .course-module-content .course-module-group-header h4:after{top:0;} #course-outline .course-module-content .course-module-group-header.right h4{left:0;padding-left:0;} #course-outline .course-module-content .course-module-activity-item .course-module-item-info{left:0;padding-left:80px;border-right:0.25em #d3dce3 solid;border-left:0 none;}#course-outline .course-module-content .course-module-activity-item .course-module-item-info.right{border-right:0.25em #d3dce3 solid;border-left:0 none;} #course-outline .course-module-content .course-module-activity-item .course-module-item-info:before,#course-outline .course-module-content .course-module-activity-item .course-module-item-info:after{content:none;} #course-outline .course-module-content .course-module-activity-item .course-module-activity-type{left:15px;} #course-outline .course-module-content .course-module-activity-item .course-module-item-detail .content:after{content:none;} #course-outline .course-module-content .course-module-group-header.course-module-item-info{left:0;}#course-outline .course-module-content .course-module-group-header.course-module-item-info:before,#course-outline .course-module-content .course-module-group-header.course-module-item-info:after{content:none;}}#filters{text-align:right;}#filters #filter-toggle{float:left;color:#d3dce3;font-size:24px;text-decoration:none;}
#filters .filter-option{font-weight:bold;}#filters .filter-option.yellow{color:#ffcc00;}
#filters .filter-option.gray{color:#999999;}
#filters .filter-option.green{color:#468847;}
#filters .filter-option.red{color:#b94a48;}
#filters .filter-option.blue{color:#3a87ad;}
#filters .filter-option.purple{color:#000099;}
#filters .filter-option.orange{color:#ff9900;}
.timeline-tag-detail.left-border.yellow{border-left-color:#ffcc00 !important;}
.timeline-tag-detail.left-border.gray{border-left-color:#999999 !important;}
.timeline-tag-detail.left-border.green{border-left-color:#468847 !important;}
.timeline-tag-detail.left-border.red{border-left-color:#b94a48 !important;}
.timeline-tag-detail.left-border.blue{border-left-color:#3a87ad !important;}
.timeline-tag-detail.left-border.purple{border-left-color:#000099 !important;}
.timeline-tag-detail.left-border.orange{border-left-color:#ff9900 !important;}
.timeline-tag-detail.right-border.yellow{border-right-color:#ffcc00 !important;}
.timeline-tag-detail.right-border.gray{border-right-color:#999999 !important;}
.timeline-tag-detail.right-border.green{border-right-color:#468847 !important;}
.timeline-tag-detail.right-border.red{border-right-color:#b94a48 !important;}
.timeline-tag-detail.right-border.blue{border-right-color:#3a87ad !important;}
.timeline-tag-detail.right-border.purple{border-right-color:#000099 !important;}
.timeline-tag-detail.right-border.orange{border-right-color:#ff9900 !important;}
#hctp-tour h1.red{text-transform:uppercase;color:#cf1820;}
#hctp-tour .tip{clear:both;margin-bottom:20px;}#hctp-tour .tip img{float:left;margin-right:10px;}
#hctp-tour .tip p{overflow:hidden;text-align:left;}
#hctp-tour .tip:after{content:'';clear:both;visibility:hidden;}
#hctp-tour .center-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 75px;text-align:center;}
#hctp-tour .rows{display:-ms-flexbox;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}#hctp-tour .rows .grow{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:auto;align-self:auto;padding:20px 75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;}
#hctp-tour .rows .image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;min-height:250px;background-size:cover;background-position:center;}
#hctp-tour .columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}#hctp-tour .columns .grow{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:auto;align-self:auto;padding:20px 20px 75px 75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;}
#hctp-tour .columns .image{min-width:250px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;background-size:cover;background-position:center;}
#hctp-tour .carousel-indicators .active{background-color:#338B76;}
#hctp-tour .carousel-indicators{left:0;right:0;top:auto;bottom:40px;text-align:center;}
#hctp-tour .carousel-indicators li{background-color:#CCCACC;}
#hctp-tour .carousel-indicators li{float:none;display:inline-block;}
@media only screen and (max-width:767px){#hctp-tour .center-content{padding:0;} #hctp-tour .rows .grow{padding:0;} #hctp-tour .columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}#hctp-tour .columns .grow{padding:0;} #hctp-tour .columns .image{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;min-height:250px;background-size:cover;background-position:center;} #hctp-tour .carousel-control{display:none !important;} #hctp-tour .carousel-indicators{position:fixed;} #hctp-tour .presentation{min-height:480px;} #hctp-tour p,#hctp-tour td{font-size:14px;line-height:20px;} #hctp-tour .image.large-grad-cap{display:none;} #hctp-tour .swipe-notice{display:block;}}@media only screen and (min-width:768px){#hctp-tour h1{margin-bottom:30px;} #hctp-tour .carousel-control{position:absolute;top:50%;z-index:5;display:inline-block;} #hctp-tour .presentation{margin-top:3em;min-height:555px;max-height:555px;border:1px solid #CCCACC;overflow:hidden;} #hctp-tour p,#hctp-tour td{font-size:18px;line-height:26px;} #hctp-tour .swipe-notice{display:none;}}
.wqu{font-family:Verdana,Geneva,sans-serif;font-size:14px;}.wqu legend{color:#423c6d;font-size:30px;}
.wqu textarea{margin-bottom:15px;resize:none;}
.wqu .text-info{color:#e77c01;font-size:15px;font-weight:bold;}
.wqu .confirmation{color:#423c6d;font-weight:bold;}
.wqu .agreement{color:#565656;font-size:16px;font-weight:bold;}
.wqu .control-label,.wqu .custom-selector,.wqu .text-areas{color:#000000;font-weight:bold;}
.wqu .checkbox>span,.wqu .control-label>span,.wqu .text-areas>li>p>span{color:#e77c01;}
.courses-components-form-standard .modality-block{line-height:12px;}
.courses-components-form-standard .modality-name{font-weight:bold;font-size:12px;display:inline;}
.courses-components-form-standard .modality-description{font-size:10px;display:inline;}
.courses-components-form-standard .hours-field{width:80px;}
.schedule_wrapper{position:relative;width:95%;margin:0 auto;text-align:center;}.schedule_wrapper .org_logo{width:100%;}.schedule_wrapper .org_logo img{width:30%;margin:12px auto;}
.schedule_wrapper .titles{width:100%;}.schedule_wrapper .titles p{font-size:20px;font-weight:bold;}
.schedule_wrapper .copy{margin:35px 0 20px;padding:0 10px;text-align:left;}
.schedule_wrapper table.schedule{border-collapse:collapse;border:1px solid black;border-spacing:inherit;width:100%;margin:0 auto;}.schedule_wrapper table.schedule th,.schedule_wrapper table.schedule td{border:1px solid black;}
.schedule_wrapper table.schedule th{background:#cccccc;}
.schedule_wrapper table.schedule td{background:white;padding:7px 18px;text-align:left;}.schedule_wrapper table.schedule td .item p .cb{margin:0 5px 3px 0;}
.role-form .well{padding:10px;overflow:auto;}
.role-form legend{margin-bottom:5px;line-height:28px;}
.role-form ul{margin:0;}
.role-form li.checkbox{text-align:left;}
.clock-hour-item-template{position:relative;background-color:#EBEBFF;padding:5px 10px 7px 5px;margin:-1px 0 0 0;border:1px solid #999999;border-radius:2px;}.clock-hour-item-template .type{display:inline-block;margin-right:5px;vertical-align:top;}.clock-hour-item-template .type .label{min-width:80px;}
.clock-hour-item-template .name{display:inline-block;max-width:80%;margin-right:200px;}
.clock-hour-item-template .meta{position:absolute;top:5px;right:10px;}
.clock-hour-item-template .hours{color:#999999;font-size:10pt;margin-right:5px;}
.collection-list.ui-sortable .clock-hour-item-template:hover{background-color:#FFFFD6;}
.loading-area-template{margin-left:auto;margin-right:auto;background-image:url(https://d2da775iud2jvt.cloudfront.net/assets/loading-a771cbd00b8b9b8cfdb4baf7dbc11c12.gif);background-repeat:no-repeat;min-height:16px;padding-left:20px;color:#CCC;}
.clock-hour-badge-template .hours .bigtext{font-size:24px;font-weight:bold;}
.clock-hour-badge-template .hours .description{font-size:12px;display:block;}
.clock-hour-badge-template .alternative-hours .bigtext{font-size:18px;font-weight:bold;}
.clock-hour-badge-template .alternative-hours .description{font-size:9px;display:block;}
.clock-hour-badge-template .alternative-divider{border-bottom:1px solid #EEE;color:#CCC;text-align:center;font-style:italic;margin-top:10px;margin-bottom:10px;}
.clock-hour-badge-template .credit-hours{color:#333;}
.clock-hour-badge-template .credit-type{color:#AAA;}
.clock-hour-badge-template .invalid{font-weight:bold;color:#F8E0E0;}
.available-accountable .typed{padding-right:10px;display:inline-block;}
.available-accountable.display-for-list .typed{min-width:100px;}
.available-chargeable .typed{padding-right:10px;display:inline-block;}
.available-chargeable.display-for-list .typed{min-width:100px;}
.line-items-table-header a{color:black;}.line-items-table-header a:hover{text-decoration:none;}
.accounting-line-item .typed{padding-right:10px;display:inline-block;}
.accounting-line-item.display-for-list .typed{min-width:100px;}
#course-catalog-container{-webkit-animation:fadein 2s;animation:fadein 2s;}
.btn-catalog{display:block;float:left;height:130px;margin-bottom:3%;padding:10px 3%;background:#f3f3f3;border-radius:0;border:none;position:relative;text-align:left;font-family:"Palatino","Palatino",serif;-webkit-transition:all .3s;transition:all .3s;}@media (min-width:1030px){.btn-catalog{width:27.5%;margin-right:2.5%;padding:10px 2%;}.btn-catalog:nth-child(3){margin-right:0;}}@media (max-width:1220px){.btn-catalog .course-price{font-size:1.25em;} .btn-catalog .course-description{font-size:0.9em;}}@media (min-width:480px) and (max-width:1029px){.btn-catalog{width:42.5%;margin-right:3%;padding:10px 3%;}.btn-catalog:nth-child(2){margin-right:0;}}.btn-catalog:hover,.btn-catalog:focus,.btn-catalog:active{transform:scale(1.1);-webkit-transform:scale(1.1);-webkit-transition:all .3s;transition:all .3s;}
.btn-catalog-sidebar{color:#41515d;text-align:left;}.btn-catalog-sidebar:hover,.btn-catalog-sidebar:focus,.btn-catalog-sidebar:active{color:#f38f12;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;}
.catalog-sidebar{list-style:none;}.catalog-sidebar li{padding-bottom:16px;}
.course-detail-wrapper{position:relative;width:100%;height:100%;}
.course-description{color:#41515d;font-size:1em;}
.course-number{color:#f38f12;font-weight:bold;}
.course-price{color:#00497f;font-size:1.5em;position:absolute;bottom:0 !important;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;}
@media (max-width:751px){#course_catalog.show .access-course{float:none;margin-top:20px;}}@keyframes fadein{from{opacity:0;} to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;} to{opacity:1;}}#edvera-toolbar{position:fixed;bottom:25%;right:-20px;border:solid 1px #000;border-bottom:none;border-top-left-radius:4px;border-top-right-radius:4px;background:red;padding:3px 10px;z-index:10000;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}#edvera-toolbar .rails-env{color:white !important;display:inline-block;font-weight:bold;}
#development-toolbox-modal.modal .modal-body{max-height:100%;min-height:600px;}
#development-toolbox-modal.modal select{width:350px;}
.custom-selector input[type=number]::-webkit-inner-spin-button,.custom-selector input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
.custom-selector .custom-select-input{display:none;}
@include 'twitter/bootstrap/labels-badges';
.session-start-selector{padding-top:20px;}.session-start-selector .modal .modal-body{max-height:100%;min-height:400px;}
.session-start-selector .modal select{width:350px;}
.session-start-selector .instructor-pill{display:inline-block;position:relative;}.session-start-selector .instructor-pill .instructor-detail.highlighted-instructor{background-color:darkorange !important;}
.session-start-selector .instructor-pill .instructor-detail .initials{display:inline-block;cursor:pointer;}
.session-start-selector .instructor-pill .instructor-detail .remove-instructor{display:inline-block;color:white;font-weight:bold;text-shadow:none;font-size:1.2em;}.session-start-selector .instructor-pill .instructor-detail .remove-instructor:hover{color:red;text-decoration:none;}
.session-start-selector .instructor-pill .section-detail{display:block;visibility:hidden;opacity:0;-webkit-transition:opacity 0.5s;transition:opacity 0.5s;font-size:1em;font-weight:normal;text-align:left;position:absolute;top:30px;z-index:9999999;width:200px;border:1px solid gray;}.session-start-selector .instructor-pill .section-detail p{margin:0;}
.session-start-selector .instructor-pill:hover .section-detail{visibility:visible;opacity:1;}
.session-start-selector select{display:none;}
.session-start-selector p.session-length{padding-top:20px;}
.session-start-selector .hour-format-toggle{display:block;position:relative;height:70px;}.session-start-selector .hour-format-toggle a{display:inline-block;font-weight:bold;font-size:1.2em;padding:10px;color:black;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;width:50px;text-align:center;position:absolute;}.session-start-selector .hour-format-toggle a:hover{text-decoration:none;}
.session-start-selector .hour-format-toggle a.inactive:hover{background-color:lightgray;}
.session-start-selector .hour-format-toggle a.active{background-color:red;background-color:#DAE1E6;}
.session-start-selector .hour-format-toggle a:first-child{border-radius:5px 0 0 5px;border-left:1px solid lightgrey;margin-right:0;}
.session-start-selector .hour-format-toggle a:last-child{left:71px;margin-left:0;border-radius:0 5px 5px 0;border-right:1px solid lightgrey;}
.session-start-selector td .debug{display:inline;font-size:8px;font-weight:normal;color:#ff0000;}
.session-start-selector table{width:100%;}.session-start-selector table td{position:relative;width:14%;}.session-start-selector table td.am-pm-column{width:2%;border:0;color:lightgrey;}
.session-start-selector table.view-action-schedule td.time-slot{height:80px;}.session-start-selector table.view-action-schedule td.time-slot .add-instructor{display:none;}.session-start-selector table.view-action-schedule td.time-slot .add-instructor:hover{background-color:dimgray;}
.session-start-selector table.view-action-schedule td.time-slot:hover{background-color:lightyellow;}.session-start-selector table.view-action-schedule td.time-slot:hover a.add-instructor{display:inline-block;}
.session-start-selector table thead tr.spacer td.spacer{border-top:4px solid lightgrey;height:10px;}
.session-start-selector table tfoot tr.spacer td.spacer{border-bottom:4px solid lightgrey;height:10px;}
.session-start-selector table tbody tr.meridian-divider-start{border-top:2px solid lightgrey;}
.session-start-selector table tr th{background-color:white;padding:10px;font-weight:normal;text-align:center;overflow:hidden;text-overflow:ellipsis;}
.session-start-selector table tr td{text-align:center;font-weight:bold;padding:0 5px 0 5px;border-right:2px solid lightgrey;}.session-start-selector table tr td:last-child{border-right:none;}
.session-start-selector table tr td .formatted-time{padding:5px 0 5px 0;border-radius:5px;}
.session-start-selector table tr td.available{color:black;}.session-start-selector table tr td.available .formatted-time:hover{background-color:lightgray;cursor:pointer;}
.session-start-selector table tr td.available.selected .formatted-time{background-color:#DAE1E6;}
.session-start-selector table tr td.unavailable{color:lightgrey;cursor:default;}
.photo-upload{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:540px;}.photo-upload img.preview{border-radius:5px;display:block;margin-left:auto;margin-right:auto;border:1px solid gray;}
.photo-upload .choices{padding:20px 0 10px 0;}.photo-upload .choices .btn-cancel{display:none;}
.photo-upload .config{display:none;}.photo-upload .config.active{display:block;}
.photo-upload .config.config-upload{padding:20px;}.photo-upload .config.config-upload input{width:100%;}
.photo-upload .config.config-upload .explain{text-align:center;display:none;}
.resource-tabs ul.nav-tabs li#status{float:right;}
.resource-tabs ul.nav-tabs li#actions{float:right;}.resource-tabs ul.nav-tabs li#actions span{display:none;}
.resource-tabs ul.nav-tabs li#actions ul.dropdown-menu{right:0;left:auto;}
.payment-schedule-builder .hidden-build-strategy-form-set{display:none;}
.payment-schedule-builder #pay_by_date .installment_count{display:none;}
.payment-schedule-builder #pay_by_date .amount-switch{display:none;}
#chargeable-field-sets{display:none;}
#nested-scheduled-charge-builder .sidebar{height:500px;overflow:scroll;}#nested-scheduled-charge-builder .sidebar .active-edit{border-color:#46a546;}
#nested-scheduled-charge-builder .scheduled-charge-field-container{padding-bottom:10px;}
#nested-scheduled-charge-builder .installment-fields #non-matching-balance-warning{display:none;}
#nested-scheduled-charge-builder .installment-fields .charge-field{width:80%;}
#nested-scheduled-charge-builder .installment-fields .amount input{width:90%;}
.changeable-model-selector{}.changeable-model-selector .model-view{font-weight:bold;}
.changeable-model-selector .change-button{margin-left:10px;}
.changeable-model-selector .null-model-selection{font-style:italic;}
.changeable-model-selector .loading-text{background-image:url(https://d2da775iud2jvt.cloudfront.net/assets/loading-a771cbd00b8b9b8cfdb4baf7dbc11c12.gif);background-repeat:no-repeat;min-height:16px;padding-left:20px;}
.changeable-model-selector input.ui-autocomplete-input{width:800px;}
#parallax-footer{height:60px;white-space:nowrap;overflow:hidden;}#parallax-footer #horizontal-scroll-container{white-space:nowrap;width:90%;margin:0 auto;}
#parallax-footer .footer-scrolling{bottom:0px;}
#parallax-footer .parallax-scroll-control{width:5%;font-size:20px;margin-top:20px;}
#parallax-footer #parallax-scroll-left{float:left;}
#parallax-footer #parallax-scroll-right{float:right;}
@media (max-width:768px){.parallax-scroll-control{display:none;width:0px;}}
