/* *** Basic Stuff *** */
/* *** Basic Stuff *** */

body{
	color: ##4e4d4;
	/*background-color: #000;*/
}
IMG
{
	border: none;
}

a{
/*
	color: #777;
*/
}

#content{
	/*background-color: #f00;*/
}

#infocol{
	/*background-color: #ff0;*/
	float:right;
}

#subentries{
	/*background-color: #0f0;*/
}

#footer{
	/*background-color: #0ff;*/
	border-top: 1px solid #eee;
	margin-top:20px;
	text-align:center;
}

#sitetitle{
	/*background-color: #00f;*/
}

#sitecreation{
	/*background-color: #f0f;*/
}

#menue{
	/*background-color: #ddd;*/
}

#breadcrumbs{
	/*background-color: #550;*/
	margin: 0 0 20px 0;
}

.systemItem{

}

.box{
	margin: 0 0 20px 0;
	padding:20px;
}

.mainLogo * img{
/*	width:250px; */
	margin: 20px 20px 0 20px;
}

.mainLogo{
	margin-bottom: 20px;
}

.navbar {
margin-bottom: 3px;
}

.pathLink {
	color: #777;
	padding: 0 5px 0 5px;
}

.pathLink a{
	color: #777;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px
}

#logo-text{
	font-size: 52px;
color: #4e4d4d;
font-family: 'Copse', serif;
font-weight: normal;
position:relative;
top:50px;
left:50px;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/js/ISCore/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/js/ISCore/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/js/ISCore/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/js/ISCore/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/js/ISCore/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.footerBar * a{
margin: 0 10px 0 10px;
}

.footerBar {
color: #777;
margin: 0 0 20px 0;
}

.subentryIcon{
	float:left;
	margin: 0 10px 0 0;
}

.btn-group-vertical * button{
	background:#fff;
}

.btn-group-vertical  button{
	background:#fff;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
text-align: left;
width:186px;
}

.btn-group-vertical * a{
	text-decoration:none;
}

#btnGroupVerticalDrop1{
	color:#777;
}

.navbar-collapse {
	paddint-left: 0;
	padding-right:0;
}

.btn-social-icon {
margin: 8px 3px 0 0;
}

.navbar-right * .btn-facebook, .navbar-right * .btn-google-plus, .navbar-right * .btn-twitter {
background-color: #777;
}

.navbar-right * .btn-facebook:hover{
background-color: #30487b;
}

.navbar-right * .btn-twitter:hover{
background-color: #309aea;
}

.navbar-right * .btn-google-plus:hover{
background-color: #ca3523;
}

.navbar-right{
width:247px;
}

.navbar-right li{
float:right;
}

.navbar-nav>li>a{
padding: 15px 12px 15px 12px;
}

.margin-bottom-sm {
margin-bottom: 5px !important;
}

.margin-bottom-xl {
margin-bottom: 30px !important;
}

.margin-top-sm {
margin-top: 5px !important;
}

.margin-top-xl {
margin-top: 30px !important;
}

.navItem{
	display:block;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#fbfbfb 0,#f8f8f8 100%);
  border:1px solid #eee;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.form-control{

}

A.entry
{
	font-weight: bold;
	display: block;
}

A.enabledTreeEntry
{
	font-size: 88%;
	color: #992222;
}

A.enabledTreeEntry:hover
{
	color: red;
}

A.disabledTreeEntry
{
	font-size: 88%;
	color: gray;
}



.alert-success * .fa{
color:#3c763d;
} 

.alert-success * .fa:hover{
color:#0a420a;
} 

.social-buttons  * .fa{
color:#fff;
} 

.subentry{
list-style-type:none;
}

.subentries{
padding:5px;
}

#links a{
text-decoration:none;
}

#links * img{
margin-bottom:3px;
}

.dropdown-menu>li>a {
color: #777;
}

#authors_menue button{
color: #777;
}

.btn-white{
	background:none;
	background-color:#fff;
}

.btn-fullwidth{
	width:100%;
}

.fullwidth{
	width:100%;
}

.btn-white:hover{
	background:none;
	background-color:#f5f5f5;
}


.uploadsHeader{
width:100%;
padding: .2em .6em .3em;
margin: 10px 0 10px 0;
font-weight: bold;
line-height: 1;
color: #777;

white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background-color: #e7e7e7;
}

.uploadsHeader a{
	color:#777;
}

.label-default {
background-color: #777;
}

.help-link{
	cursor:pointer;
}
.input-group{
	display: table;
}

.number-button{
	display:table-cell;
	width:1%;
	border-left:none;
}

.but-inc{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.but-dec{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}


.bs-callout {
margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}
.bs-callout-danger {
background-color: #fdf7f7;
border-color: #d9534f;
}

.bs-callout-warning {
background-color: #fcf8f2;
border-color: #f0ad4e;
}

.bs-callout-info{
background-color:#f4f8fa;
border-color:#5bc0de
}

.bs-callout-success{
background-color:#F9FCF7;
border-color:#5cb85c
}

.bs-callout-success h4, .bs-callout-success h4 a{
color:#5cb85c
}

.bs-callout-info h4, .bs-callout-info h4 a{
color:#5bc0de
}

.bs-callout-warning h4, .bs-callout-warning h4 a {
color: #f0ad4e;
}

.bs-callout-danger h4, .bs-callout-danger h4 a {
color: #d9534f;
}

.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.clearer { clear: both; }
@font-face{ 
	font-family: 'Archistico';
	src: url('/js/ISCore/webfonts/archistico_normal/Archistico_Simple-webfont.eot');
	src: url('/js/ISCore/webfonts/archistico_normal/Archistico_Simple-webfont.eot?iefix') format('eot'),
	     url('/js/ISCore/webfonts/archistico_normal/Archistico_Simple-webfont.woff') format('woff'),
	     url('/js/ISCore/webfonts/archistico_normal/Archistico_Simple-webfont.ttf') format('truetype'),
	     url('/js/ISCore/webfonts/archistico_normal/Archistico_Simple-webfont.svg#Archistico_Simple-webfont') format('svg');
}

h1 { 
font-family: Arial, sans-serif;
/* font-family: 'Fredericka the Great', cursive; */
font-size: 30px;

text-shadow: 0 1px 2px rgba(0,0,0,.6);

}

.page-header{
font-family: Arial, sans-serif;
/* font-family: 'Fredericka the Great', cursive; */
font-size: 30px;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
padding-top: 20px;
padding-bottom: 10px;
margin: 0px 0 20px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  position: absolute;
right: 5%;
bottom: 20px;
left: 5%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0,0,0,0);
}

.boxentry{
	border: 1px solid #ddd;
	min-height: 350px;
	margin-bottom:20px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.boxentry h4{
	background-color: #f5f5f5;
	margin:0;
	padding:10px;
	text-align:center;
}

.boxentrycontent{
	padding:10px;
}

#edit{
	margin-top:10px;
}

.day {
	border:1px solid silver;
	border-radius: 4px;
}

.dayWithEvent{
	color:#00c28f;
}

.dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
absolute: bottom -28px left 3px;
height: 48px !important;
 line-height: 18px !important;
 overflow:hidden;
}

.dz-details{
	background-color:#fff !important;
}
/*


.dropzone .dz-preview .dz-details img{
	height:100px !important;
	width:auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dz-preview{
	overflow:hidden;
	width:200px !important;
}
.dz-details{
	
	width:200px !important;
}*/

.videoWrapper {
position: relative;
padding-bottom: 41%; /* video dimensions – height/width */
padding-top: 0px;
height: 0;
/*z-index: 1000;*/
}

.videoWrapper .video-js {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 1;
background: #000000;
}

.videoWrapper object,
.videoWrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
z-index: 1;
}

.vjs-control-bar {
z-index: 1002;
}

.vjs-big-play-button {
z-index: 1002;
}

.vjs-spinner {
display: none !important;
}

.vjs-poster {
z-index: 1;
}

.nav-tabs > li > a {
border: 1px solid #ddd;
}

.nav-tabs > li.active > a{
color: #555 !important;
cursor: default !important;
background-color: #fff !important;
border: 1px solid #ddd !important;
border-bottom-color: transparent !important;
}

.btn-author:hover{
	background: none;
	background-image: linear-gradient(to bottom,#aaa,#555 100%) !important;
}

.RepNavImg {
	border:none;
/*	width:52px; */
	width:15%;
}

.deactivated {
background-color:yellow;
}
