/* these styles are in the head of this page because this is a unique page */

#wrap {
	background: #fff;
	
	border: 1px solid #fff;
	position: relative;
	text-align: left;
	
	margin: 20px 75px 2em 75px;
	max-width: 950px;
}

#languagebar {
	padding-left: 10px;
	padding-right: 10px;
}
#languagebar a:link, #languagebar a:visited {
	text-decoration: none;
	color: #777;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
#languagebar a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
	
}

.old {
	text-decoration: line-through;
}

.efieldlist {
	padding: .4em;
	margin: .8em;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.efieldlist.warning {
	background-color: #922;
	border: 1px solid #333;
	color: white;
}

.efieldlist.warning h5 {
	color: white;
}

.efieldlist h5 {
	font-weight: bold;
	color: #200;
	margin: .3em;
}

.trackidtext {
	border: 1px dashed #aaa;
	background: #eaeaea;
	padding: .6em;
	margin: .4em;
}

.trackidtext .trackid {
	border: 1px solid #ccc;
	background: #eee;
	margin: .4em;
	padding: .4em;
	font-family: monospace;
	font-size: large;
}

div.caution {
	background-color:  #FF9;
	background-image: url('icons/experience/gtk-dialog-warning.48x48.png');
	background-repeat: no-repeat;
	border: thin solid #444;
	padding: .2em .2em .2em 60px;
	margin: 1em 0px 1em 0px;
}

th.rowtitle {
        text-align: left;
}
.enablebox table {
	border: 1px solid #eee;

	margin-left: 1em;
}
.enablebox.mini table {
	float: right;
}
.enablebox tr td {
	padding: .5px 1em 1px .5em;
	margin: 0px;
}
.enablebox {
	font-size: 85%;
}
.enablebox tr.enabled td {
	background: #eee;
}
.enablebox tr.disabled td {
	background: #ccc;
}

.metadatabox {
	overflow: scroll; 
	border: 1px solid #eee; 
	padding: 0.5em;
	border-radius: 3px;
}
div.preferredidp {
	border: 1px dashed #ccc;
	background: #eee;
	padding: 2px 2em 2px 2em;	
}

table.modules {
	border-collapse: collapse;
}
table.modules tr td {
	border-bottom: 1px solid #ddd;
}
table.modules tr.even td {
	background: #f0f0f0;
}

/* Attribute presentation in example page */
table.attributes {
	width: 100%;
	margin: 0px;
	border: 1px solid #bbb;
	border-collapse: collapse;
}

table.attributes td.attrname {
	text-align: right;
}

table.attributes tr.even td {
	background: #eee;
}

table.attributes tr td {
	border-bottom: 1px solid #bbb; 
	border-left: 0px;
	border-right: 0px;	
	background: #fff;
	padding-top: 5px;
	padding-left: 1em;
	padding-right: 1em;
	
	vertical-align: top;
}

.attrvalue {
	word-break: break-all;
	word-wrap: break-word;
}

table#table_with_attributes tr:last-child td {
	border-bottom: none;
}


div#confirmation input {
	margin-top: .5em;
	margin-bottom: .5em;
}
div#confirmation {
	border: 1px solid #aaa;
	background: #eee;
	padding: .6em 1em .1em 1em;
}

#mobilesubmit, #mobile_remember_username, #mobile_remember_me {
	display: none;
}

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	input[type="text"], input[type="password"] {
		height: 1.5em;
		font-size: 1em;
	}
	.youareadmin {
		font-size: 50%;
	}
	#mobilesubmit, #mobile_remember_username, #mobile_remember_me {
		display: table-row;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
	.input-sm-placeholder {
		display: inline-block;
	}
}

@media screen and (min-width: 40em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 40em) {
	.show-for-large {
		display: none !important;
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	padding: auto;
	text-align: center;
}

.v-center { /*specify a height to center vertically*/
	display: table-cell;
	vertical-align: middle;
}

.language-menu {
	font-family: FontAwesome, sans-serif;
	min-width: 10rem;
}

.language-bar {
	height: 6rem;
}

/* SELECTIZE */
.selectize-input,
.selectize-dropdown,
.selectize-input.dropdown-active {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.selectize-input:after {
	transform: translate(8px, 0);
}

div .item {
	float: left;
}

.selectize-dropdown {
	text-align: left;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
	background-color: white;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	box-sizing: border-box;
	font-size: inherit;
	padding: 0.5em 0.6em;
	display: inline-block;
	vertical-align: middle;
}

.selectize-dropdown-content {
	cursor: pointer;
}

.selectize-dropdown-content .option:hover,
.selectize-dropdown-content .option:focus,
.selectize-dropdown-content .option:active {
	color: white;
	background-color: #444444;
}
.selectize-dropdown-content span.highlight {
	color: black;
	background-color: #fffbd5;
}



input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/* ***********************************************************
IMAGES
************************************************************ */
.fa {
	font-family: FontAwesome !important;
}

span.fa, i.fa {
	padding: 0 0.5em;
}

.message-box span.fa,
.message-box i.fa {
	padding: 0;
}
