/*
body, 
h1, h2, h3, h4, h5,
.ui.button,
.ui.cards > .card > .content > .header, .ui.card > .content > .header,
.ui.cards > .card > .content > .header:not(.ui), .ui.card > .content > .header:not(.ui) {
	font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
a {
	color:#458AC6;
}
a:hover {
	color: #18589F;
}
*/
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
/*.ui.selection.dropdown {
  padding: 0.7em 1.1em;
}
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="url"] {
	padding:0.7em 1.1em;
}*/
.ui.selection.dropdown {
	min-width: 0;
}
/*
.ui.inverted.blue.menu {
	background-color: #08284F !important;
}
.ui.grid > .blue.row, .ui.grid > .row > .blue.column {
	background-color: #08284F !important;
}
.ui.inverted.orange.menu {
	background-color: #fc9419 !important;
}
.ui.grid > .orange.row, .ui.grid > .row > .orange.column {
	background-color: #fc9419 !important;
}
*/
.ui.inverted.gray.menu {
	background-color: #f7f7f7 !important;
}
.ui.grid > .gray.row, .ui.grid > .row > .gray.column {
	background-color: #f7f7f7 !important;
}
.ui.segment.attached {
	border:0;
}
.ui.segment.inverted.orange,
.ui.segment.inverted.orange h3,
.ui.segment.inverted.orange h4 {
	background-color: #FC9419 !important;
	color: #333333;
}
.ui.orange.segment:not(.inverted) {
	border-top: 2px solid #fc9419;
}
.ui.segment.inverted.orange h4 {
	margin-top:0.25em;
}
/*
.ui.breadcrumb > a.section {
	color: #08284F;
}
.fringed {
	border:4px solid #fc9419; 
	border-left:0; 
	border-right: 0;
}
hr.fringed {
	border-top:0;
}
*/
.separated {
	border-right: 1px solid #eee;
}
.sidebar-menu-link {
	cursor: pointer;
}
.clear{ clear:both; }

#revertToAdmin {
	background:#C8E572;
	border-bottom:2px solid #009900;
	color:#353;
	display:block;
	height:21px;
	margin-top:-40px;
	margin-left:-20px;
	padding:9px;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:999;
}
/* #revertToAdmin a {
	text-decoration:underline;
} */

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/* start tutorial screen styles */
#wistiaEmbed_box {
	width: 300px;
	height: 150px; 
	color:#FFFFFF;
	text-align: center;
	position: absolute;
	margin-left: -150px;
	margin-top: -95px;
	left: 50%;
	top: 50%;
	z-index: 20;
	display: none;
	font-size:23px;
	font-weight:bold;
	
}
#wistiaEmbed_box span.glyphicon {
	padding:20px;
    font-size: 1.4em;
}
#wistiaEmbed_box span.info_play {
	width:80px;
	max-width:80px;
	display: inline-block;
	font-size:17px;
	font-weight:normal;
	font-style: italic;
}
#wistiaEmbed_screen {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

#supplementary-data a {
	color:inherit;
}
.card_hide {
	display: none;
}
.card_hidden {
	display:none;
}
/* end tutorial screen styles*/