@charset "utf-8";
/* CSS Document */
@media (min-width: 1200px) {

	/* fixes the alphabetical "jump-to" links on the glossary page to jump correctly in ARC */

	dt a[name] {
	   display: block;
	   position: relative;
	   top: -90px;
	}

	h2 a[name] {
	   display: block;
	   position: relative;
	   top: -180px;
	}

	/* controls the size of flashcard definitions */

	#am_flipbox #Layer1 .bold12 {
		font-size: 80%;
	}


}

/* controls the style of web links on ARC HTML content pages */

div.row.margin-bottom-40 a:link {
	color:#0066CC;
    font-weight: bold;

}

div.row.margin-bottom-40 a:visited {
	color:#660033;
    font-weight: bold;
}

 p.caption {

	font-size: 85%;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 30px;
}

/*for FITB*/
#sortable1 {
	list-style-type: none;
	margin: 0% 2% 2% 2%;
	padding: 0;
	float: left;
	width:96%;
	border:0px black dashed;
	min-height:50px;
}
.sortable2 {
	list-style-type: none;
	margin: 0 0 -0.5em 0;
	padding: 0;
	min-width:50px;
	display:inline-block;
	border:1px #DDDDDD solid;
	padding-bottom:0;
	min-height:23px;
	background:#FFF
}
.sortable2 li {
	margin-bottom:0px;
	font-size: 1.0em;
	line-height:1.2em;
	background:#FFF;
	text-align:center;
	cursor:pointer;
	padding:2px 0 2px 0;
	border:1px #000000 dashed;
}
.sortable2 .dataA{
	margin:0;
}
#sortable1 li{
	margin-bottom:5px;
	font-size: 1.0em;
	line-height:1.2em;
	background:#FFF;
	text-align:center;
	cursor:pointer;
	padding:2px 0 2px 0;
	border: 1px solid #d3d3d3;
}
#sortable1 li span p, .sortable2 li span p{
	margin: 0;
}
.targetZone{
	background:#EEEEEE;
	border:1px #DDDDDD solid;
	padding:2%;
}
.targetZone p{
	margin:2%;
}

.button-padding{
	padding-right: 1px !important;
	padding-left: 1px !important;
	cursor:pointer;
}
.fb_icon{
	position:absolute;
	top:-10px;
	right:-6px;
	border:0px solid red;
	width:20px;
	height:20px;
	font-size:20px;
}
.dropPlaceHolder{
	background:#CCC !important;
	height:21px;
}
/*
@media (min-width: 160px){
	.mainContent{
		display:none;
	}
	#sizeWarning{
		display:block;
	}
}
*/
@media (min-width: 460px){
	#sortable1 li, .sortable2 li {
		font-size: 0.8em;
	}
}
@media (min-width: 768px){
	#sortable1 li, .sortable2 li {
		font-size: 0.9em;
	}
}
@media (min-width: 992px){
	#sortable1 li, .sortable2 li {
		font-size: 1.0em;
	}
}



.bg-color-yellow {
	background-color: #f1c40f !important;
}
.bg-color-dark,
.bg-color-darker,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
  color: #fff;
}
.bg-color-white {
  color: #555;
}
.bg-color-dark { background-color: #555 !important;}
.bg-color-darker { background-color: #222 !important;}
.bg-color-white { background-color: #fff !important;}
.bg-color-sea { background-color: #1abc9c !important;}
.bg-color-red { background-color: #e74c3c !important;}
.bg-color-aqua { background-color: #27d7e7 !important;}
.bg-color-blue { background-color: #3498db !important;}
.bg-color-grey { background-color: #95a5a6 !important;}
.bg-color-light { background-color: #f7f7f7 !important;}
.bg-color-green { background-color: #72c02c !important;}
.bg-color-brown { background-color: #9c8061 !important;}
.bg-color-orange { background-color: #e67e22 !important;}
.bg-color-green1 { background-color: #2ecc71 !important;}
.bg-color-purple { background-color: #9b6bcc !important;}
.bg-color-dark-blue { background-color: #4765a0 !important;}
.bg-color-light-grey { background-color: #585f69 !important;}
.bg-color-light-green { background-color: #79d5b3 !important;}

.rgba-red { background-color: rgba(231,76,60,0.8);}
.rgba-blue{ background-color: rgba(52,152,219,0.8);}
.rgba-aqua { background-color: rgba(39,215,231,0.8);}
.rgba-yellow { background-color: rgba(241,196,15,0.8);}
.rgba-default { background-color: rgba(114,192,44,0.8);}
.rgba-purple { background-color: rgba(155,107,204,0.8);}

/*Grey Backroud*/
.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.color-red{
	color: #e74c3c;
}
.likert_btn {
	cursor:pointer;
}
.button-padding{
	padding-right: 1px !important;
	padding-left: 1px !important;
	cursor:pointer;
}
.bg-color-none{
	background-color:transparent !important;
	background-image: none !important;
	color:#333;
}
.btn-u{
	cursor: pointer;
	    font-size: 16px;
    line-height: 1.6;
	color: #fff !important;
	border-radius: 30px !important;
	    background-color: #a61d37 !important;
	position: relative;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
	    font-family: inherit;
}
