h1, h2, h3, h4, h5, h6 {
  color: #572854;  
}
h1 {    
 
}
h5 {    
  border-bottom: 2px #ddd solid;
}

#wrap {
    margin: auto;
    width: 80em;
    min-height: 30em;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px #000;
    -moz-box-shadow: 0px 4px 8px #000;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
	border-radius: 1rem;
	border-color:  rgba(0,0,0,.125);
	
}

#header {
	border-radius: 1rem;
	padding-top: 1rem;
}
.teaser-darkblue {
    border: 1px solid #001A33;
    background: linear-gradient(to bottom right, #2E4078, #0a1930);
    color: #fff;
	padding: 0.75rem;
	
}

.teaser-lightgreen {
    border: 0px;
    background-color: #E2E6EC;
    color: #000;
	padding: 1rem;
}

.teaser-lightgreen input[type="button"] {
  background-color: #fff;
  color: #036;
  padding: 0.5rem 1rem 0.5rem 1rem;
  box-shadow: 0 7px 7px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}
.teaser-lightgreen input[type="button"]:hover {
  background-color: #fff;
  color: #036;
  padding: 0.5rem 1rem 0.5rem 1rem;
  box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
  transform: translateY(-1px);
}


#feedback textarea {
  margin: 5px 0 10px 0;
  min-width: 8em;
  width: 175px;
  height: 5em;
}

pseudofieldset.box-confirm {
  background-color: #DFFFE3;
  color: rgb(25.8565737052,174.1434262948,110.5919180421) !important;
}
.pseudofieldset.box-reject {
  background-color: #FFE0E0;
  color: #000;
}
/* if the title becomes a navigation link e.g. list of authors/ edit author, color 3 */
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: #FFFFFF;
}
a,a:link,a:visited {
    color: rgb(0, 40, 68);
}
a:hover,a:active {
    color: #003366;
    text-decoration:none;
}
#meta-bar a.act {
    color: #003366;
}
#nav-bar {
    /*background: #0C7DC3; */
    border: none;
    border-bottom: 1px solid rgb(0, 40, 68);
}
 
 .input[type="button"] {
	 padding: 0.25rem;
 }
 
 #content a {
  color: #fcc31e;
}
 
 input[type="submit"], input[type="button"], input[type="reset"] {
    border-color: #666;
    background-color: #572854;
    color: white;
    border: 0px;
	padding: 0.25rem;
	box-shadow: 0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.08);
}
 
.menu a,.menu a:visited {
    color: #fff;
    border-color: #fff;    
    background: #57285473;
    font-weight:bold;
}

/* background (2), link-color (3) and weight in the active status */
.menu a:hover,.menu ul ul a:hover,.menu a.act,.menu a.act:visited {
    color: #fff;
    background: #572854 ;
    font-weight:bold;
}
 /*hoover of the non active buttons */
.menu :hover>a,.menu ul ul :hover>a {
    color: #fff;
    border-color: #fff;    
    background: #572854 ;
    font-weight:bold;
}
#pagetabs li {
    border-color: #688BB5;
    background-color: #688BB5;
}

/*  tabs in the non active status. Here should be only changed the link color 3. */
#pagetabs ul li.activelinked a,#pagetabs ul li.active {    
    background-color: #7BA247 ;
	border-color:  #7BA247 ;
    color: #fff;
}

/* ? */
#pagetabs ul li.activelinked {    
    background-color: #688BB5 ;
    color: #fff;
}
#pagetabs ul li a,#pagetabs ul li a:link,#pagetabs ul li a:visited{color:#fff}
/* tabs is the hover status, link color 3 */
#pagetabs ul li a:hover {
    color: #FFFFFF;
    background-color: #572854 ;
}
/* ? */
#pagetabs li.disabled {    
  background-color: #fff;    
  color: #ccc;    
}

#startfeedbacklabel {
	color:rgb(0, 40, 68);
    font-size: 1em;
    font-weight: bold;
}


input[type="submit"], input[type="button"], input[type="reset"] { 
  border-color: #666;
  
  background-color: #572854;
  color: white;
  border: 0px;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  
  background-color: #fdc41f;
  border: 0px;
}


fieldset {
  background: #F8F9FA;
  border-color: #F8F9FA;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus  {
	background: white;
	color: #333;
}

.tooltip {
	background-color:white;  
	border: 1px solid #688BB5;  ;
	
}

.teaser-incomplete {
	
	border: 0px #DD6400 solid; 
	background-color:#F5C6CA;  	
	border-radius: 8px;
}

.teaser-complete {
	border: 0px #FFD100 solid; 
	background-color:#F9DCB7;
	
}

.teaser-submitted {
	border: 0px #8EBD00 solid; 
	background-color:#F0FBD0;  
	
}


.handle:hover {
	background:url(../images/status/move.gif) no-repeat 12em;
	background-color: #DEE2E6;
	border-bottom: 1px solid #ccc;
	cursor: move;
}

.dtree a.nodeSel {
  background-color: #ADB5BD;
  color: white;
}
#print-button img {
    height: 15px;
    width: auto;
}
.pseudofieldset img {
    height: 15px;
    width: auto;
}
.row-actions img {
    height: 15px;
    width: auto;
}
.teaser-incomplete img {
    height: 10px;
    width: 10px;
    object-fit: contain;
}
.teaser-complete img {
    height: 12px;
    width: 12px;
    object-fit: contain;
}
.actions img {
    height: 15px;
    width: auto;
}
.page-description img {
    height: 10px;
    width: auto;
}
.successbox {
    background-color:#d5edd6 url(../images/success.gif) no-repeat 7px center;
    background-size: 10px auto;
    margin-bottom:1em;
    background-color: #d5edd6 !important;
}
.successbox span{
    color:#4CAF50;
}
.level-up img {
    height: 10px;
    width: auto;
    margin: 2.5px;
}
.teaser {
    background-color: #E9ECEF;
    border: none;
}
.pseudofieldset {
    background-color: #d5edd6;
    border: none;
}
#preview .pseudofieldset {
    background-color: #f8f9fa;
    border: none;
}
.tooltip img {
    height: 10px;
    width: auto;
}
.leftAuthColumn img {
    height: 15px;
    width: auto;
}
#confirm-signout img {
    height: 20px;
    width: auto;
}
.errorbox {
    background-size: 10px auto;
}
.teaser-submitted img {
    height: 12px;
    width: 12px;
    object-fit: contain;
}
.teaser-submitted{
    background-color: #d5edd6;
}
#topic img {
    height: 18px;
    width: 18px;
    object-fit: cover;
}

.button-area input {
    padding: 8px;
    min-width: 70px;
}
.help_faq #content img {
    height: 12px;
    width: 12px;
    object-fit: contain;
}
#topic a{
    color: #000000;
}

#deadline .dllabel {
	font-size: 0.9rem;
}
#main-container {
  margin: 1rem 2em;
  padding: 2em 0 1em 0;
}