/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.10.2015, 15:19:37
    Author     : marius.codori
*/
@charset "UTF-8";
/*

  1.  base
    1.1 clearfix
  2.  layout
    2.1 header
    2.2 breadcrumbs
    2.3 main
    2.4 footer
  3.  content area



/*-------------------------------------------------------------------
/* 1. =reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------------------------
/* 1. =base
-------------------------------------------------------------------*/

body {
  font: 11px/18px Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;
  color: #999;
}

a {
  color: #747265;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

/* 1.1 =clearfix
-------------------------------------------------------------------*/

.breadcrumbs:after,
.files-list:after, 
.li-odd{
   content: "";
   display: block;
   height: 0;
   overflow: hidden;
   clear: both;
}

.breadcrumbs,
.files-list,
.li-odd{
    zoom: 1;
}

/*-------------------------------------------------------------------
/* 2. =layout
-------------------------------------------------------------------*/

.wrapper {
  margin: 0 auto;
  width: 960px;
}

/* 2.1 =header
-------------------------------------------------------------------*/

.header {
  position: relative;
  height: 144px;
}

.header .site-name,
.header .site-name span {
  position: relative;
  top: 0;
	display: block;
	overflow: hidden;
	width: 349px;
	height: 100px;
	text-align: left;
	text-indent: -666em;
}

.header .site-name span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
  background: url("../images/logo.gif") 0 50% no-repeat;
}

.header a img {
  width: auto;
  height: 150px;
}

.header a.site-name span {
	cursor: pointer;
}

// placeholder color //
*::-webkit-input-placeholder {
    color: black;
    opacity:1;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: black;
    opacity:1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: black;
    opacity:1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    opacity:1;
}

.top-bar {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  width: 555px;
  height: 36px;
  background: #eeeded;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.top-bar .eni-link {
  float: right;
  padding-right: 30px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  color: #000;
  background: url("/fileadmin/images/bg_enicom.gif") 100% 50% no-repeat;
}

.quick-access {
  position: absolute;
  right: 0;
  top: 46px;
  width: 575px;
  height: 36px;
  background: #998574;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.quick-access li {
  float: left;
}

.quick-access a {
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
}

.quick-access .searchform {
  float: right;
  padding: 6px 0 0 8px;
  height: 30px;
  border-left: 2px solid #8b7969;
}

.quick-access .searchform #s {
  vertical-align: middle;
}
.quick-access .searchform #submit {
  margin: 0 16.5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-indent: -99999px;
  background: url("/fileadmin/images/btn_search.gif") no-repeat;
  border: none;
  overflow: hidden;
  color:transparent;
  line-height: 0;
  background-size: contain;
}

.navigation {
  height: 30px;
  background: #ffd400 url("/fileadmin/images/bg_nav.gif") 0 100% repeat-x;
  padding-left:6px;
}

.navigation li {
  float: left;
  margin: 3px 3px 0;
}

.navigation a {
  display: block;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.navigation a:hover {
  background: #e2b615;
}

.navigation .active a {
  background: #fff;
}

/* 2.2 =breadcrumbs
-------------------------------------------------------------------*/

.breadcrumbs {
  padding: 10px;
  color: #787467;
}

.breadcrumbs li {
  float: left;
  margin: 0 5px 0 0;
}

/* 2.3 =main
-------------------------------------------------------------------*/

.main {
  border-top: 2px solid #747265;
  min-height:650px;
}


/* 2.4 =footer
-------------------------------------------------------------------*/

.footer {
  padding:20px 0px;
  /*border-top: 1px solid #747265;*/
}

.footer a {
  text-decoration: none;
  margin-right: 20px;
}

.footer a:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------------
/* 3. =content area
-------------------------------------------------------------------*/

.page-title {
  padding: 20px 0;
}

.page-title h1 {
  font-size: 20px;
  color: #787467;
}

/* files-list */

.std{
padding-top: 20px;
}

.std .files-list {
  margin: 0 0 18px;
  padding: 0 0 18px;
  list-style: none;
  border-bottom: 2px solid #737067;
}

.std .files-list li {
  float: left;
  padding: 13px 10px 10px 55px!important;
  width: 182px;
  height: 32px;
  background: url("/fileadmin/images/file-list-bg.gif") 0 0 no-repeat;
}

.std .files-list img{
  float: left;
  margin: 0 10px 0 0;
}

.std .files-list a{
  text-decoration: none;
}

.std .files-list a:hover {
  text-decoration: underline;
}

/* base content elements */

.std h1,
.std h2,
.std h3,
.std h4,
.std h5,
.std h6 {
	color: #1b3f4f;
	font-weight: normal;
	padding-bottom: 18px;
}

.std p {
  margin-bottom: 18px;
}

.std h1 {
	font-size: 22px;
	line-height: 27px;
}

.std h2 {
	font-size: 22px;
	line-height: 27px;
}

.std h3 {
	font-size: 13px;
	line-height: 16px;
}

.std h4 {
	font-size: 11px;
	line-height: 14px;
}

.std h5 {
	font-size: 9px;
	line-height: 11px;
}

.std h6 {
	font-size: 8px;
	line-height: 10px;
}

.std ul {
  margin-bottom: 18px;
	line-height: 18px;
	list-style: disc inside;
}

.std ul li {
	padding-left: 15px;
}

.std ul ul {
  margin-bottom: 0;
}

.std ol {
  margin-bottom: 18px;
	line-height: 18px;
	list-style: decimal;
	list-style-position: inside;
}

.std ol li {
	padding: 0;
	margin: 0;
}

.csc-header h2 {
  font-size: 20px;
  font-weight: normal;
  font-family: Verdana, Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;
  color: #787467;
}

.divider{
	padding : 10px 0;
	border-top: 1px solid #747265;

}

.breadcrumb a{
    margin-right:2px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid rgb(116, 114, 101);
}
.breadcrumb a:hover{
    border-bottom: none;
    padding-bottom: 2px;
}

