/*  
Description: APR Faculty Portal
Author: Center for Creative Instruction
Author URI: http://www.utoledo.edu/centers/cci/


/* ---------- Reset -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #FFF;
	line-height: 1;
	font-family: "Proxima Nova Rg Regular", Proxima Nova, sans-serif;
	color: #265867;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: none;
	line-height: 0;
}
a:link {
	color: #3975b9;
}

a:hover {
	color: #000;
}

/*a:visited {
	text-transform: none !important;
}*/
/* ---------- Global Styles -----------*/

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left !important;
}
#header {
	/*background: url(../images/structure/header_background.jpg) no-repeat top left;*/
	background: #3975b9;
	padding: 0 15px 0 0;
	display: block;
	height: auto;
	/*height: 69px;*/
}
#header h1 {
	float: left;
	display: block;
}
#logo {
	display: block;
	float: left;
}
#logo img {
	display: block;
	float: left;
}
#logo span {
	padding: 20px 0 0 15px;
	font-size: 12px;
	letter-spacing: 0.02em;
	display: block;
	float: left;
	color: #FFF;
}
#headerBtns {
	display: block;
	float: right !important;
	padding-top: 15px;
}
#headerBtns img {
	margin-left: 15px;
	height: 23px;
}
#mainTitle {
    margin-bottom: 15px;
    font-size: 24px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
#content {
	/*background: #1b1b1b url(../images/structure/content_top.gif) no-repeat top left !important;*/
	padding: 20px;
}
#content h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.02em;
	padding-bottom: 15px;
}
#content h2 span {
	font-style: italic;
}
.title {
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.02em;
	padding-bottom: 15px;
}
.bottom {
	display: block;
	width: 960px;
	height: 10px;
	clear: both;
	/*background: #1b1b1b url(../images/structure/content_bottom.gif) no-repeat bottom left;*/
}
#footer {
	margin: 20px 0 40px 20px;
}
#footer p {
	display: block;
	float: left;
	margin-right: 25px;
}
.copyright {
	width: 570px;
	font-size: 11px !important;
	color: #999;
	line-height: 1.75em;
}
.copyright a {
	color: #000;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.ends {
	clear: both;
}
.endsLeft {
	clear: left;
}
.displayNone {
	display: none;
}
.button {
	padding: 5px 15px;
	line-height: 23px;
	border-radius: 6px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid;
	cursor:pointer;
}
.button:hover {
	text-decoration: none;
}
.header-btn {
	background-color: #20487e;
	border-color: #FFF;
	color: #FFF !important;
	margin-left: 10px;
}
.header-btn:hover, .header-btn:visited, .header-btn:active {
	color: #FFF !important;
}
.general-btn {
	background-color: #f2f2f2;
	border-color: #d9d9d9;
	color: #333 !important;
	text-decoration: none;
}
.inactive-btn {
	background-color: #FFF;
	border-color: #ABBFCD;
	color: #ABBFCD;
	cursor: default;
}
/* ---------- Main Page Styles -----------*/

#colOne {
	width: 545px;
	float: left;
	display: block;
}
#colOne table {
	/*background: #2f2f2f url(../images/structure/th_background.gif) no-repeat top left;
	color: #333;*/
	background: #d9d9d9;
}
#colOne table th {
	font-size: 10px;
	text-align: center;
	padding: 7px;
	/*color: #FFF;*/
}
#colOne table td {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px 7px 7px 7px;
	vertical-align: top !important;
	/*background: #e8e8e8 url(../images/structure/listTdBg.gif) repeat-x top left !important;*/
	background: #fbfafc;
	border-bottom: 1px solid #d9d9d9;
}
#colOne table td h3 {
	font-size: 18px;
	font-weight: bold !important;
	margin-bottom: 3px;
}
.listNameCol {
	text-align: left !important;
	font-weight: normal !important;
}
#colOne a, a:hover {
	/* color: #000; */
	text-decoration: underline;
}
#colTwo {
	width: 355px;
	float: right;
	display: block;
}
.newlist {
	background: #fbfafc;
	padding: 0 15px 15px 15px;
	font-size: 10px;
	display: block;
}
#colTwo span {
	/*background: #2f2f2f url(../images/structure/colTwoHeader.gif) no-repeat top left;*/
	background: #d9d9d9;
	display: block;
	height: 27px;
}
.newlist p {
	display: block;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	padding: 7px 0;
	vertical-align: bottom;
}
.listfirst {
	padding-top: 15px !important;
}
.radios {
	margin-right: 5px;
}
.textfield {
	margin-left: 5px;
	padding: 2px;
	font-size: 10px;
	/*border: 1px solid #999;*/
}
.listName {
	width: 220px;
}
.listCode {
	width: 75px;
}
.listDrop {
	width: 163px;
}
.create {
	width: 76px;
	height: 23px;
	border: 0;
	background: transparent url(../images/structure/createBtn.gif) no-repeat top left;
	margin-top: 7px;
	text-indent: -1000em;
	display: block;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/* ---------- Structure List Styles -----------*/

#publishListHold {
	border-bottom: 1px solid #d9d9d9;
	display: block;
	height: 50px;
	float: left;
}
#publishListHold li {
	float: left;
	overflow: visible;
}
.publishListName {
	
	padding: 10px 5px;
}
.publishListName h2 {
	padding: 0 !important;
	margin-right:20px !important;
	display: block;
}
.publishListNameLink {
	font-size: 9px;
	color: #3975b9;
	text-transform: uppercase;
	
}
.publishListNameLink:hover {
	color: #3975b9 !important;
}
.publishListNameLink:visited {
	/* color: #3975b9 !important; */
	text-decoration: underline !important;
}

.editlistnameLink {
	font-size: 9px;
	color: #3975b9;
	text-transform: uppercase;
	display: block;
	text-align: left;
}
.editlistnameLink a:hover {
	color: #3975b9 !important;
}
.editlistnameLink a:visited {
	/* color: #3975b9 !important; */
	text-decoration: underline !important;
}

#editlistname {
	padding: 0;
	display: block;
	margin-bottom: 5px;
}

#editlistname input {
	background-color: #FFF;
	border: 1px solid #d9d9d9;
	padding: 3px;
	color: #333;
	display: block;
	height: 20px;
	margin-bottom: 12px;
}

.publishBtn {
	padding: 10px 0;
	text-align: center;
}
.publishBtn a:hover {
	background-color: none !important;
}
.publishAlert {
	/*font-size: 12px;
	padding: 8px 15px;
	height: 40px;
	border-left: 1px solid #d9d9d9;*/
	padding: 10px 5px;
	/*color: #FFF !important;*/
}
.publishChanges {
	/*padding: 8px 15px;
	font-size: 12px;
	height: 40px;
	border-left: 1px solid #d9d9d9;*/
	color: red !important;
	padding: 10px 5px;
}
#moduleHold {
	display: block;
	padding: 10px 0 0 0;
	height: 48px !important;
	overflow: hidden;
}
#moduleHold li {
	float: left;
}
#selectModule {
	padding: 8px 0;
	font-size: 11px;
	line-height: 0;
	/*height: 40px;
	display: block;
	border-bottom: 1px solid #FFF;
	float: left;*/
}
#selectModule span {
	line-height: 0;
}
.moduleDrop {
	margin-left: 10px;
	padding: 2px;
	font-size: 10px;
	width: 130px;
	/*background-color: #1b1b1b;
	color: #FFF;*/
	background-color: #6f6f6f;
	color: #FFF;
	border: 1px solid #d9d9d9;
	display: inline;
}
#saveSystemHold {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	/*float: left;
	width: 920px;
	border-top: 1px solid #d9d9d9 !important;*/
}

#saveSystemHold li {
	float: left;
}
#saveBtnInactive {
	display: inline;
}
.saveSystemModule {
	padding: 8px 10px 0 0;
}
.saveSystemModule h2 {
	font-size: 20px !important;
}
.saveSystemSelect {
	padding: 10px 15px 0 15px;
	
}
.saveSystemBtn {
	padding: 8px 15px;
	margin-left: 15px;
	margin-bottom: 0;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	height: 23px;
	/* cursor: pointer; hand-shaped cursor */
	/* cursor: hand; for IE 5.x */
	/*float: left;*/
}
.saveSystemCount {
	padding: 8px 0;
	border-top: 1px solid #d9d9d9;
	font-size: 11px;
	display: block;
}
.saveSystemCount strong {
	/*display: block;
	padding-bottom: 4px;*/
}
.saveSystemCount span {
	/*color: #ffff78;*/
}
#moduleList {
	display: block;
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
	font-size: 11px;
}

#moduleList li {
	display: block;
	/*color: #fff;*/
	padding: 6px 5px !important;
	border-bottom: 1px solid #cfdadd;
}



#structuresHold {
	display: block;
	width: 750px;
	float: right;
	border-left: 1px solid #d9d9d9;
	padding-left: 10px;
	padding-top: 10px;
	
}
#structuresHold p {
	border-top: 1px solid #d9d9d9;
	padding: 7px 0 7px 0;
	vertical-align: text-top !important;
	display: block;
	line-height: 0px !important;
	font-size: 11px;
}
#structuresHold a, a:hover {
	/*color: #ffffff;
	text-decoration:underline;*/
}
#structuresHold a:visited {
	/* color: #CCC;
	text-decoration:underline; */
}
#structuresHold p strong {
	text-transform: uppercase;
	color: #d8d89f;
	font-size: 16px;
	margin-top: 7px;
}
#structuresHold table {
	font-size: 11px !important;
	margin-bottom: 20px;
	width: 93%;
}
#structuresHold table td {
	padding: 3px 0;
	vertical-align: top !important;
}
.selectAll {
	/*background-color: #4d4d4d;
	padding: 3px;*/
	margin: 0;
	font-size: 10px;
	line-height: 0;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mainSection {
	padding: 7px 7px 10px 7px;
	margin-top: 10px;
	vertical-align: baseline !important;
	display: block;
	line-height: 0px !important;
	background-color: #e6e7e8;
}
.mainSection img {
	/* margin-right: 7px; */
}
.mainSection h3 {
	/*text-transform: uppercase;
	color: #ffff78;*/
	font-size: 16px;
	display: inline;
	margin-right: 25px;
	padding-top: 10px;
}
.new {
	border-bottom: 1px solid #cfdadd;
	padding: 7px 0 10px 0;
	vertical-align: text-top !important;
	display: block;
	line-height: 0px !important;
	font-size: 11px;
}
.new strong {
	text-transform: uppercase;
	color: #d8d89f;
	font-size: 16px;
	margin-top: 7px;
}
.topic {
	/*color: #A7BAE7;*/
	font-size: 12px;
	font-weight: bold;
	margin: 0 25px 0 7px;
}
.subTopic {
	color: #3975b9;
	font-size: 12px;
	font-weight: bold;
	margin: 0 25px 0 7px;
}
.structures {
	border-bottom: 1px solid #d9d9d9;
}
.structureIndent {
	margin-left: 15px;
}
.alert {
	color: red;
	padding: 10px 0 0 15px;
	/*border-left: 1px solid #d9d9d9;
	height: 40px;*/
	font-size: 12px;
}

/* ---------- Published List Styles -----------*/

#published {
	border-bottom: 1px solid #d9d9d9;
}
#published p {
	border-top: 1px solid #d9d9d9;
	padding: 7px 0 7px 0;
	vertical-align: middle !important;
	display: block;
}
#published p strong {
	display: block;
	width: 190px;
	float: left;
	text-transform: uppercase;
	/*color: #d8d89f;*/
	font-size: 12px;
	margin-top: 7px;
}
#published span {
	font-size: 24px;
	font-weight: bold;
}
#publishedCode {
	background-color: #FFF;
	color: #333;
	padding: 0 10px;
}
#published p img {
	display: inline;
}
#published em {
	font-size: 10px;
	color: #999;
	display: inline;
	margin-top: 7px;
	line-height: 0px;
	vertical-align: text-top !important;
}
.publish {
	width: 96px;
	height: 23px;
	border: 0;
	background: transparent url(../images/structure/publishBtn.png) no-repeat top left;
	margin-left: 10px;
	text-indent: -1000em !important;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.submit {
	margin-left:80px;
	margin-top:10px;
	}
	
#directions {
	height: 400px;
	/*color: #FFF;*/
	padding: 15px 0;
	}

#directions strong {
	color: #3975b9;
	font-size: 20px;
	display: block;
	line-height: 1.25em;
	}
.newStruct {
	color: red;
	}
	
.indicates {
	float: right;
	/*color: #fff;*/
	font-size: 12px;
	padding-top: 10px;
	}
	#sync-imaging-tag, #sync-model-tag,#sync-practiceatlas-tag
{
  width:180px!important;
}
#sync-regional-model-tag
{
	width:200px!important;
}
.label-help-btn {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #f1f3f4 !important;
  border: 1px solid #CCC;
  background-image: url(../images/structure/label-help-icon.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
cursor:pointer;
}
.label-help-btn:hover {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #f1f3f4 !important;
  border: 1px solid #CCC;
  background-image: url(../images/structure/label-help-icon.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.label-help-tag {
  position: absolute;
  left: 17px;
  top: -10px;
  padding: 10px 15px;
  line-height: 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  background-color: #f1f3f4;
  color: #000;
  z-index: 999999;
  text-align: left;
  width: 200px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.65));
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  -moz-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.65));
  /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.65); */
}
.label-help-tag::before {
  position: absolute;
  /* left: -8px;
  top: 11px;
  */
  bottom: -8px;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #f1f3f4 transparent transparent;
  transform: rotate(-90deg);
}
.label-help-tag.selected {
  visibility: visible !important;
}
.label-help-tag.left {
  left: 20px;
  top: -25px;
}
.label-help-tag.bottom
{
	left: -80px;
	top: 25px;
	height: unset!important;
}
.label-help-tag.left::before {
  position: absolute;
  /* left: -8px;
  top: 11px;
  */
  top: 20px;
  left: -5px;
  transform: rotate(120deg);
}