@charset "UTF-8";

/* Spacer for the content area of the pages (otherwise behind absolute top-bar)  */
body {
	/*padding-top: 70px;*/
}

body legend {
	font-size: 18px;
}

body .wide-modal {
	width: 650px;
	margin-left: -300px;
}

body .wider-modal {
	width: 800px;
	margin-left: -400px;
}

body .narrow-modal {
	width: 350px;
	margin-left: -170px;
}


#contentInner {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 15px;
	border-top: 1px solid #DDDDDD;
}

hr {
	border-top: 1.5px solid #DDDDDD;
}


.model-list a {
	color: black;
	text-decoration: none;
}

.model-list a:hover {
	color: black;
	text-decoration: none;
}

.model-list a.btn{
  padding: 1px 5px 1px;
  /*font-size: 7px;*/
  margin-right: -3px;
}

.model-list .dropdown-menu li > a {
	padding-left: 10px;
}

/* Tables */
.model-list {
	margin-bottom: 0;
}

.model-list-50 {
	float: left; 
	width: 50%; 
	/*padding: 0 30px 0 0;*/
}

.model-list th {
	white-space: nowrap;
}

.model-list td {
	white-space: nowrap;
	cursor: pointer;
	vertical-align: middle;
}

.model-list td.floating {
	white-space: normal;
	width: 100%;
}

.model-list tr.selected {
	background-color: #CEE2F3;
}

/* Buttons are hidden depending on the state of the model element */
.model-list td.actionsLocked .modelLoading,
.model-list td.actions .modelActions {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: top;
}

.model-list td.actionsLocked .modelActions, 
.model-list td.actions .modelLoading {
	position: absolute;
	display: inline;
	width: 0;
	height: 0;
	visibility: hidden;
}

.model-list td.actionsLocked {
	background: url("../img/ajax-loader.gif") no-repeat 15px 13px;
}
	
/* Login area */
.modal form {
	margin: 0;
}

.modal form .form-footer {
	margin-bottom: 0;
}

.model-details {
	margin-left: 50%; 
	padding: 0 0 0 30px;
}

.model-details .nav-tabs {
	overflow: hidden;
	margin-bottom: 0;
}

.model-details .model-details-container {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

.model-details-container table th {
	white-space: nowrap;
	width: 0px;
	text-align: right;
}


.fileupload-buttonbar {
	overflow: hidden;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  /*margin-bottom: 5px;*/
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

.fileupload-file {
	clear: both;
	float: left;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin: 10px 10px 10px 0px;
	padding: 10px;
	 
}

.fileupload-file .fileupload-file-info {}

.fileupload-file .fileupload-file-buttonbar {
	text-align: left;
}


.overlay 
{
	width: 150px;
	height: 120px;
	text-align: center;
	line-height: 50px;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px; 
	margin-top: -120px; 
}

.spinner {
	margin: 55px auto;
}

#message-display-container {
	position: absolute;
	top: 55px;
	right: 10px;
}

.fileupload-selection-tab {
	margin-bottom: 0px;
}

.fileupload-selection-tabContent {
	border: 1px solid #DDDDDD;
	border-top: 0px;
	padding: 10px;
}

.accordion .control-label {
	padding-top: 9px;
}

/*############ Admin-Area ############ */
.model-list td.force-wrapped-cell {
	word-wrap: break-word;
	white-space: normal;
}

.form-horizontal .help-block { 
	font-size: small;
	font-style: italic;
	margin-top: 4px;
}

.form-horizontal.form-horizontal-long-labels .control-label { 
	width: 280px;
}

.form-horizontal.form-horizontal-long-labels .controls { 
	margin-left: 300px;
}

.form-horizontal span.error {
	color: #B94A48;
	font-weight: bold;
}

.nav-highlighted {
	font-size: 140%;
}

.group {
	background: none repeat scroll 0 0 padding-box #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px 20px 15px 20px;
    margin-left: -25px;
    margin-bottom: 15px;
}

.group label {
	font-size: 90%;
}

.group .option {
	padding-left: 10px;
	overflow: hidden;
}

.group .pull-left {
	margin-right: 10px;
}

.group .radio input[type="radio"], .group .checkbox input[type="checkbox"] {
	margin-left: -17px;
}


.lt-ie9 .group {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
}

.group h3 {
	line-height: normal;
	margin-bottom: 10px;
}

/*
 * Search-home
 */
#search-home-logo {
	margin: 0 0 20px 0;
}

#search-home-logo h1 {
	border-left: 1px solid #7A7395; 
	color: #60557C; 
	display: inline-block; 
	line-height: normal; 
	margin: 50px 0 0 20px; 
	padding: 15px 20px; 
	vertical-align: middle;
}

#search-home-info {
	color: #7A7395; 
	text-align: center; 
	font-style: italic;	
}

.wordcloud {
	height: 400px;
	width: 600px;
	margin: 0 auto;
}

a.btn.btn-remove-search-facet {
	background: #FFFFFF;
}

a.btn.btn-remove-search-facet.disabled:hover {
	text-decoration: none;
}

noscript div {
    background-color: #AE0000;
    color: #FFFFFF;
    font-family: "MuseoSansRounded700";
    font-size: 125%;
    /*font-weight: bold;*/
    left: 0;
    padding: 6px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 101;
}

/*
.group {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 15px 0 15px -30px;
    padding: 39px 19px 25px;
    position: relative;
}
.group:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #000000;
    content: attr(title);
    font-size: 18px;
    font-family: "MuseoSansRounded700";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}*/



