/**** GREDI PERUSPALVELU ******/

/*** KIRJAUTUMISSIVU ***/

table#loginWrapper {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%; 
    background-color: #f7f7f7;
}

#loginWrapper > form {
 margin-bottom: 60px;
}

#loginTable {
    width: 600px;
}
#loginHeader {
    height: 75px;
}

table#loginTable h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0;
}
table#loginTable div#loginText2 p.teksti {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0;
}

div#loginText#loginText {
    margin: 24px 119px;
}

#loginInformation2 {
    background-color: #ffffff;
    color: #000000;
    height: 250px;
    padding: 0 40px;
    vertical-align: top;
}
#loginInformation2 table {
    margin: 0;
    padding: 0;
}
table#loginTable #loginInformation2 td.right {
    text-align: left;
}

strong#lblUsername, strong#lblPassword {
    font-size: 14px;
    font-weight: normal;
}
#loginInformation2 input[id="login"] {
}
#loginInformation2 input[type="submit"] {
    background-color: #169fdb;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 28px;
    width: 100px;
}

input[type="submit"] {
   margin: 0px 0; 
    border: none;
    font-size: 16px;
    height: 45px;
    width: 136px;
}
#loginInformation2 #login, #loginInformation2 #password {
     width: 125px;
}
#loginInformation3 {
    display: flex;
    flex: 1;
    align-self: center;
    background: #ffffffad;
height: 350px;
}

#loginInformation3 .loginColumn.padded {
    margin: 0 32px 80px 32px;
}

td#headerCell2.center, td#headerCell2.right {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
td#headerCell2.center a, td#headerCell2.right a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}
td#headerCell2.right a {
	padding-right: 30px;
}
td#headerCell1 a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    padding-left: 80px;
    position: relative;
    text-decoration: none;
}

#forgottenPassword {
    height: 30px;
    vertical-align: top;
     margin-left: 0px; 
}
#forgottenPassword a {
    color: #169fdb;
    font-size: 14px;
    text-decoration: underline;
}


#langHeader > strong {
    font-size: 14px;
    font-weight: normal;
}
td#loginInformation2 select#lang {
    background-color: #ddd;
    border: 0 none;
    float: right;
    font-size: 14px;
    height: 28px;
    margin-right: 122px;
    width: 140px;
}

#loginFooter {
    background-color: none;
    height: 40px;
}
#loginFooter {
    display: flex;
    align-items: center;
    min-height: 88px;
}

/*** Unohtuiko salasana -lomake ***/

table#loginTable td.logo {
    border: 0 none;
    margin: 20px auto;
    padding: 80px 0 0;
    width: 610px;
}
table#loginTable td.logo > img {
    display: none;
}

/*** Rekisterointilomake ***/

.emailFormWrapper {
    background-color: #eee;
}
div.emailFormFrame {
    border: 0 none;
    margin: 20px auto;
    padding: 80px 0 0;
    width: 610px;
}
div.emailFormFrame form {
    padding: 20px;
}
div.emailFormFrame table#fields th {
    border: medium hidden;
    font-weight: normal;
}
div.emailFormFrame table#fields td input[type="text"] {
    width: 312px;
}
div.emailFormFrame table#fields td textarea {
    height: 48px;
    width: 312px;
}
div.emailFormFrame h1#title {
    border: medium none;
    font-family: Rokkit;
    font-size: 24px;
}

/************** ETUSIVU ********************/

body#frontpage {
    height: auto;
}

/* START: GUI3 changes */

#search-wrapper {
    height: 37px;
    right: 40px;
    width: 335px;
}
#search-wrapper-content input {
background-color:white;
}
#frontpage #search-wrapper {
    top: 20px !important;
}
#msg_info_line { /* HIde until this is ok */
	display:none !important;
}

/*** Custom fonts
@font-face {
    font-family: Rokkit;
    src:  url(/NiboWEB/css/fonts/Rokkitt/Rokkitt-Regular.ttf);
}
@font-face {
    font-family: Rokkit;
    src:  url(/NiboWEB/css/fonts/Rokkit/Rokkitt-Bold.ttf);
    font-weight: bold;
} ***/

/* List files table */
#content table.list th.header a {
	background-color: transparent;
}
#content table.list img {
	vertical-align: middle !important;
}
#frontpage .link-text, #frontpage #main-content .box-content h2 {
    color: black;
    font-family: Arial,Helvetica,sans-serif !important;
}

/* Frontpage: Show Gredi link in bottom */
#frontpage #bottom-bar #bottom-link-2 {
display:block !important;
}

/* Breadcrumbs fix */
select#path_2_0 {
display:none;
}
#extBreadCrumbs {
    margin-left: 22px;
    padding-top: 3px;
}
#extBreadCrumbs a {
    color: #000000;
}


/* START: TOP BAR */
#frontpage #top-bar, #frontpage #video-area, #frontpage video {
        background-color: transparent !important;

}
#frontpage #video-area {
        position: relative;
        overflow:hidden;
}
#frontpage #video {
    z-index: 0;
        position:absolute;
        width:100%; /*
        height: 100%; */
        background: transparent;
}
#frontpage #logo {
        position: absolute;
        left: 317px;
        top: 117px;
        z-index: 5;
width: auto:
height: 150px !important;
}

/* OVERRIDE: SEARCH BOX */
#search-wrapper {
    top: 10px !important;
}

/* START: CONTENT AREA */
#frontpage #main-content {
/*      margin-top: 15px; */
        display: table;
        table-layout: fixed;
}
#frontpage #main-content .box {
        display: table-cell;
        text-align: left;
}
#frontpage #main-content .box-content {
        background-color: #F7F7F7;
        padding: 20px;
        line-height: 23px;
        margin: 10px;
        height: 185px;
        position: relative;
        overflow: hidden;
}
#frontpage #main-content .box-content h2 {
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
        margin-bottom: 10px;
}
#frontpage #main-content .box-content ul {
        list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}
#frontpage #main-content .box-content ul li {
background-image: url(../../img/gui3/bullet.png);
   background-position: 0 6px;
   background-repeat: no-repeat;
   padding-left: 14px;
}
#frontpage #main-content .box-content .bottom-link {
        position: absolute;
        bottom: 10px;
}
#frontpage #main-content .box-content .bottom-link a {
        color: #ffffff;
        text-decoration: underline !important;
}
/* Override frontpageElement stuff */
#frontpage #main-content .box-content ul.baskets  {
        list-style-image: none !important;
        margin-left: 0px !important;
}
#frontpage #main-content .box-content a {
        padding-left: 0px !important;
        background-image: none !important;
        word-wrap: normal;
}
#frontpage #main-content .box-content a img {
        display: none;
}
#frontpage #main-content .box-content .fpDate {
        display: none;
}
/* END: CONTENT AREA */

/* START: QUICK LINKS */
#frontpage #quick-links {
        position:relative;
        text-align: center;
        height:0px;
        margin-top:0px;
        margin-bottom: 15px;
      /*  margin-top: -50px; Offset on top of video */
      /*    height: 130px; Height of icons + texts area */
}
#frontpage #quick-links-wrapper {
        display: inline-block;
        margin-top:-50px;
}
#frontpage .quick-link {
        display:inline-block;
        position: relative;
        vertical-align: bottom;

        width: 110px; /* Spacing between icons */
        height: 90px; /* Must be same as icon small height */
}
#frontpage .link-text {
    font-size: 14px;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 97%;
}
/* For link icons to work in IE, make sure width,height and viewBox
attributes are set properly in the <svg> tag. Example:
<svg
   ...
   width="90"
   height="90"
   viewBox="0 0 90 90"
   ...
*/
#frontpage .link-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px; /* Icon small width */
    height: 90px; /* Icon small height */
    margin-left: -45px; /* Icon small width/2 */
    margin-top: -45px; /* Icon small height/2 */
    z-index: 5;

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#frontpage .link-icon:hover {
    width: 130px; /* Icon large width */
    height: 130px; /* Icon large height */
    margin-left: -65px; /* Icon large width/2 */
    margin-top: -65px; /* Icon large height/2 */
}
#frontpage .icon {
    width:100%;
    height:100%;
}
/* END: QUICK LINKS */

#frontpage div#bodybox div#gui3frontpageContent {
    padding-top: 20px;
}
#frontpage #main-content-layout-3x1, 
#frontpage #main-content-layout-2x2, 
#frontpage #main-content-layout-3x2, 
#frontpage #main-content-layout-3x3, 
#frontpage #main-content-layout-4x4 {
/*      margin-top: 15px; */
        display: table;
        table-layout: fixed;
}
#frontpage #main-content-layout-3x1 .box-content a, 
#frontpage #main-content-layout-2x2 .box-content a,
#frontpage #main-content-layout-3x2 .box-content a,
#frontpage #main-content-layout-3x3 .box-content a, 
#frontpage #main-content-layout-4x4 .box-content a {
    background-image: none !important;
    padding-left: 0 !important;
    word-wrap: normal;
    color:black;
}
#frontpage .content-area {
    margin: auto;
    min-width: 900px;
    width: 900px;
}
#frontpage #main-content-layout-3x1 .box-content h2, 
#frontpage #main-content-layout-2x2 .box-content h2, 
#frontpage #main-content-layout-3x2 .box-content h2, 
#frontpage #main-content-layout-3x3 .box-content h2, 
#frontpage #main-content-layout-4x4 .box-content h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
}



/* START: BOTTOM */
#frontpage #bottom-bar {
        margin-top: 10px;
        height: 40px;
        background-color: #43474a;
        /* display:block; */
    display: none;
}
#frontpage #bottom-bar .bottom-link-box {
        float: right;
        padding-top: 12px;
        padding-left: 50px;
        padding-right: 10px;
}
#frontpage #bottom-bar .bottom-link-box a {
        color: #ffffff;
}
#frontpage #bottom-bar .bottom-link-box a:hover{
        text-decoration: underline;
}

#frontpage #bottom-bar #bottom-link-2 {
        display:none;
}
/* END: BOTTOM BAR */



/* END: GUI3 changes */


/* publicCart fix */

table#publicCart {
width:100%;
}


/* LINKKIVÄRI VJ*/ 
a { color: #169fdb; }

/* VASEMMAN REUNAN "PIILOTA TYÖKALUT" PALKIN TAUSTAVÄRI VJ */
td#toggle  { background-color: #0064a5; }

/* VASEMMAN REUNAN NAPIN TAUSTA LÄPINÄKYVÄKSI VJ */
td#toggle a { background-color: transparent; }

/* VAAKANAVIGOINNIN LINKKIVÄRI VJ */ 
#horizontalNavi a { color: #FFFFFF;
/*                            background-color: #0064a5; */
                            font-family: arial;
                            /* font-variant: small-caps; */
                            font-size: 12px; }

/* VAAKANAVIGOINNIN LINKKIVÄRI VJ */ 
#horizontalNavi { background-color: #0064a5; }


/* VAAKANAVIN "TYHJÄ TILA" */
/*
#HorizontalNavi td table tr { background-color: #0070b2; }
*/

/* SARAKEOTSIKOIDEN LINKKIVÄRI */	
	
/* VASEMMAN REUNAN TEKSTI VJ */
	
#navi {
	color: #0070b2;	}

/* POISSA KÄYTÖSTÄ OLEVA ELEMENTTI */ 

.disabled, .disabled a {
	color: #999999;	} 

/* VAAKAEROTIN */ 

hr {
	color: #E0E0E0; background-color: #E0E0E0; }

/* KORIKANSION-RIVIN TEKSTI JA LINKKI */

.basketFolder  {
	color: #FFFFFF;	}

/* POPUP-TABIEN TEKSTI */

.tabs td a	{
	color: #FFFFFF;	}
	
/* VASEMMAN REUNAN NAVIGOINNIN LINKIT */

#navi ul li a {
	color: #004b8a;	}

/* VASEMMAN REUNAN HAE-PAINIKKEEN TEKSTI */	
	
#navi form button {
	color: #FFFFFF;	}

/* VIRHEILMOITUKSET */

.error {
  color: #FF0000; }

/* ILMOITUKSET */
.success {
  color: #2780e3; }

/***********************************/
/*		 	     TAUSTAVÄRIT			  	 */
/***********************************/

/* KORIKANSIO-RIVI */

.basketFolder {
	background-color: #666666; }

/* ??? */
	
.tabs td.nolink {
	background-color: #666666; }

/* HAKU-PAINIKKEEN VÄRI */

#navi form button {
	background-color: #767676; }

.basketFolder .arrow a:hover {
	background-color: #999999; }

/* POPUP-TABIT (EI-VALITTU) */
	
.tabs td {
  background-color: #999999; }
  
/* POPUP-TABIEN (EI-VALITTU) HOVER */
	
.tabs td a:hover {
	background-color: #A5A5A5; }

/* VAAKANAVIN LINKIN HOVER VJ */	

#horizontalNavi a:hover { color: #FFFFFF;
                                     background-color: #3989cd; }
	
/* VAAKANAVIN VALITTU LINKKI JA VALITUN LINKIN HOVER */

#horizontalNavi a.selected, #horizontalNavi a.selected:hover {
	background-color: #B4B4B4	}
	
/* VASEMMAN REUNAN LINKKIEN JA HAKUBOXIN TAUSTAVÄRI */
	
#navi ul li a, #navi form  {
	background-color: #d9d9d9; }

/* VASEMMAN REUNAN LINKKIEN HOVER */
		
#navi ul li a:hover {
	background-color: #0064a5;
        color: #FFFFFF; }
	
/* VASEMMAN REUNAN HALLINNOINTILINKKIEN TAUSTAVÄRI */
	
#navi ul.hallinta a {
	background-color: #ededed;
       color: #2b4455; }
	
/* VASEMMAN REUNAN HALLINNOINTILINKKIEN TAUSTAVÄRI HOVER */	

#navi ul.hallinta a:hover {
	background-color: #ededed;
        color: #ff0000;
 }	

/* PERUSLOMAKKEEN VÄLIOTSIKON TAUSTAVÄRI */
	
table.commonform tr.headerRow td, #content #contentHeader {
	background-color: #D5D5D5; }

/* VAAKANAVIN TAUSTAVÄRI VJ */
	
/* #horizontalNavi { */
/*	background-color: #E0E0E0; } */

/* VASEMMAN REUNAN TAUSTAVÄRI (Huom. Tähän vaikuttaa myös taustakuva!) */

#navi {
	background-color: #ededed; }

 
/* ETUSIVUN OTSIKKOPALKIT VJ EI SELITETTÄ */
table.index #element1 h2, table.index #element2 h2, table.index #element3 h2, table.index #element4 h2, table.index #element5 h2, table.index #element6 h2 {
    color: #FFFFFF;
    height: 25px;
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
    font-size: 14px;
    border-radius: 8px 8px 8px 8px;
}

table.index #element1 h2, table.index #element4 h2 {
    background-color: #69BE28;
}
table.index #element2 h2, table.index #element5 h2 {
    background-color: #A90061;
}
table.index #element3 h2, table.index #element6 h2 {
    background-color: #E98300;
}
table.index #element5 p {
    margin-left: 15px;
}
#element5 div#somelogot {
    padding-left: 15px;
}

/* KANSION / KORIN KUVAUKSEN TAUSTAVÄRI */	

p.description {
	background-color: #F0F0F0; }

/* PERUSLOMAKKEEN OTSIKKOSARAKKEEN TAUSTAVÄRI */

table.commonform th {
	background-color: #F0F0F0; }
	
/* LYHYEN NÄKYMÄN TAUSTAVÄRI */

table.details,  
	background-color: #F0F0F0; }
	
/* */	
	
.commonformArea,
.basketItems th, 
div#contentHeader a.up:hover, 
.dynAineisto .entry, 
#picture, 
#language, 
#form,  
.customize td  {
		background-color: #F0F0F0; }

/* YLÄALUE VJ */

div#logoArea { 
    text-align: left;
 }

div#logoArea img { height: auto }

#frontpage div#logoArea { 
    margin-bottom:100px;
 }

div#logoArea img {
    height: 36px;
}

#logoArea > div > img {
    position: absolute;
    top: 11px;
    z-index: 2;
    left: 17px;
}
#logoArea a img {
    position: absolute;
    top: 11px;
    z-index: 2;
    left: 21px;
}

/* MURUPOLKU VJ */

#path * {
	background-color: #FFFFFF;
        height: auto;
        color: #000000;	}

/* POPUP-SISÄLTÖALUE */	

#content.popup {
	background-color: #FFFFFF	}
	
/* VALITTU TABI / POPUPIT */

.tabs td.selected {
	background-color: #FFFFFF	}

/* AINEISTO-TYYPIN TAUSTAVÄRI */

tr.aineisto td, td.aineisto {
	background-color: #FFF1D1; }

/* YKSITYINEN KORI */	
	
tr.private td. td.private {
	background-color: #ECF0F9; }

/* DEMOKÄYTTÄJÄ */		

tr.demo td, td.demo {
	background-color: #ECF0F9; }

/* ULKOINEN KÄYTTÄJÄ */		

tr.external td, td.external {
	background-color: #E4EFE2; }

/* SUODATUKSEN TAUSTAVÄRI */

.suodatus {
	background-color: #FFF6CC; }

/* KUVAKKEET-NÄKYMÄSSÄ AINEISTON YLÄPALKIN TAUSTAVÄRI */
	
.thumbNails table .entryHeader {
	background-color: #E0E0E0; }
	
/* KUVAKKEET-NÄKYMÄSSÄ AINEISTON YLÄPALKIN TAUSTAVÄRI KUN AINEISTO KORISSA */
	
.thumbNails .inBasket .entryHeader {
	background-color: #ffe0a0; }

/* JÄRJESTELMÄVIESTIN TAUSTAVÄRI */
	
#message {
  background-color: #FFFEBF;
}

/***********************************/
/*		 	     REUNUKSET  			  	 */
/***********************************/

#toolbar td.basket, p.instructions, div.filter, .basketSelect, table.layout td   {
	border: 1px solid #E0E0E0;
}

/* YLÄPALKIN ALAVIIVA (=Toolbarin yläviiva) */

#newheader {
  border-bottom: 1px solid #E0E0E0; }
  
/* PÄÄOTSIKON ALAVIIVA */

h1 {
	  border-bottom: 1px solid #E0E0E0; }

/* VASEMMAN REUNAN NAVIGOINNIN LIKKIEN VÄLISSÄ OLEVA VÄLI */	  

#navi ul li a {
	  border-bottom: 1px solid #EdEdEd;}

/* PERUSLOMAKKEEN VÄLIVIIVA */

table.commonform td {
	  border-bottom: 1px solid #E0E0E0; }
	  
table.details table td, #language {
	border-top: 1px solid #E0E0E0;
}

/*  */

.customize td {
	border: 1px solid #D5D5D5;
}

/* AINEISTO-TYYPIN TAUSTAVÄRI */

tr.aineisto.row td {
	border-top: 1px solid #FFE5A1;
}

/* VAAKANAVIN ELEMENTTIEN VÄLISSÄ OLEVA VIIVA VJ */
#horizontalNavi td td {	border-left: 0px solid #C0C0C0;
                                 border-bottom: 1px solid #0064a5;
                                 border-right: 1px solid #0064a5; }

/* JÄRJESTELMÄVIESTIN ÄÄRIVIIVAT */

#message {
	border: 1px solid #E9E781; }
	
/* MARGINAALI LYHYEN NÄKYMÄN AINEISTOJEN VÄLISSÄ (=taustaväri) */

table.details th {
	border-top: 10px solid #FFFFFF;	}

/* PERUSLOMAKKEEN ALOITUSVIIVA */

table.commonform.line {
	border-top: 8px solid #CCCCCC; }

/* PERUSLOMAKKEEN VÄLIOTSIKON YLÄPUOLELLE JÄTETTÄVÄ TYHJÄ TILA (=taustaväri) */
	
table.commonform tr.headerRow td {
	border-top: 20px solid #FFFFFF; }
	
/* KANSION / KORIN KUVAUS */

p.description {
	border: 1px solid #D5D5D5; }

/* POPUP-TABIT (EI-VALITUT) */
	
.tabs td {
	border-right: 4px solid #666666;				
	border-top: 10px solid #666666;	 }

/* KUVAKKEET-NÄKYMÄN KUVAKKEIDEN ÄÄRIVIIVAT */
		
.thumbNails table {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


/***********************************/
/*		 	      FONTIT	  			  	 */
/***********************************/


html, body, textarea {
	font: 13px Arial, Helvetica, sans-serif;	
}

/* Linkkiteksti */

a {
font-size:10pt;	
}

h1 {
	font-weight: normal;
	font-size: 22px;	
}

h4 {
	font-size: 13px;
	margin-top: 10px;	
	margin-bottom: 4px;
}

/**Pystynavigointi */

#navi {
	font: 12px arial, helvetica, sans-serif; 
}

/* Pystynavigoinnin linkit */

#navi ul li a {
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
}

/* Hakuboksin hae-painike */

#navi form button {
	font: bold 11px Arial, Helvetica, sans-serif;
       color: #0070b2;	
}

/* Hakukenttä */

#navi form input {
	font-size: 12px;	
}


/* Painikkeiden teksti */
button {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

table.basketItems {
	font-size: 12px;
}
.basketItems td.empty {
	font-size: 0px;
}


/******** DYNAMIC MATERIAL ********/

/* HTML TAGS */ 
table.dynMaterial {
  background-color: #F0F0F0;
}
table.dynMaterialTitle {
  background-color: #E0E0E0;
  border-bottom: 1px solid #999999;
  width:100%;
}
table.dynMaterialTitle * {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}
table.dynMaterial td {
  font-family: Arial;
  font-weight: normal;
  font-size: 9pt;
  color: #000000;
  vertical-align:top;
}
table.dynElemenlist * {
  font-family: Arial;
  font-weight: normal;
  font-size: 9pt;
}

/* FORM ELEMENTS */
.dynTF {
  width:80px;
  height:20px;
}

.dynDrop {
  width:100px;
}

/* MISC */ 
.dynOrigo * {
  font-size:9px;
  width:9px;
  height:9px;
  line-height:9px;
  margin:0px;
  padding:0px;
}

.dynWrapper {
  margin-bottom:5px;
}

.colPreview {
  display:inline;
  height:18px;
  font-size:18px;
  line-height:18px;
  border: 1px solid #000000;
}

.dynButtonOn {
  background-color:#FFFFFF;
  background-image:none;
}

.dynButtonOff {
  background-image:url(../img/button_bg.png);
}

.dynPDFPreviewBg {
  background-color: #F0F0F0;
}

.dynBtmLine {
  height:1px;
  width:100%;
  background-color: #CCCCCC;
  background-repeat:repeat-x;
  margin:0px;
  padding:0px;
  font-size:0px;
  line-height:0px;
}

.dynRowTitle {
  margin-left: 10px;
  font-weight: bold;
}

/* Korin hakemistojen indentointi */

tr.indented td.indentColumn {
  background-color: #FFFFFF;
  background-image:url('../img/indentedColumn.gif');
  background-repeat:no-repeat;
}

tr.indentedLast td.indentColumn {
  background-color: #FFFFFF;
  background-image:url('../img/indentedLast.gif');
  background-repeat:no-repeat;
} 

#footerTable {
height: 30px;
}

body#frontpage table#newheader {
display: none;
}

/* GUI 2 ALAPALKIN SISÃLTÃ */

#bottomArea {
background:url("getFile.do?downloadDialog=false&uuid=2334204&type=original") no-repeat scroll right top #ffffff;
        margin-right:20px;
        margin-left: 12px;
        height: 40px; 
}

table#footerTable td#headerCell1 {
width:33%;
}
table#footerTable td#headerCell2 {
width:33%;
}

#footerTable {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 115px;
    color: var(--color-text);
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 160px;
}

p#materialID {
display:none;
}

#pageHelp {
display:none;
}

#commentApprove {
display:none;
}

#commentDisapprove {
display:none;
}

#commentDisapproveAlt {
display:block;
}

#saveChanges {
visibility: hidden;
}	

#publicCart #watermark {
display:none;
}

#langBr {
display:none;
}

#messageBarPanel {
display: none !important;
}

/* Hide unnecessary buttons */
button#showAllElementsId, button#hideAllElementsId, #orderSelectAddress #indesignParameters
{
display:none;
}

/* These need to be here if customer.public_cart_view_mode=1 */
#cartPublicContentHeader 
{
width:98%;
height:104px;
position:absolute;
overflow:hidden;
}

#cartPublicContent
{
overflow:auto;
position:absolute;
width:100%;
top:160px;
height:80%;
padding:16px;
}

/* New multiple upload */
#btnMultipleUploadMeta2 {
display:inline !important;
}
/* Old multiple upload */
#btnMultipleUploadMeta {
display:none !important;
}

#loginWrapper {
--color-text: #212121;
--color-background: #fff;
--background-image: none;
--color-field: black;
--color-field-background:  #ddd;
--color-error: red;
--background: #fff;
--font-family: "Calibri",sans-serif !important;
}
#loginWrapper {
font-family: "Calibri",sans-serif !important;
}


table#loginWrapper {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
background: #fff;
 background-color: #fff;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/*** Custom overriders ***/
#loginTable {
    transform: translateX(0%);
}
#loginTable input[type="submit"] {
    background: white;
    color: black;
    border-radius: 8px;
margin-left: 148px;
margin-right: auto;
height: auto;
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #484848;
}

#loginTable input[type="submit"]:hover {



}

#forgottenPasswordForm h1  {
font-weight: bold;
}

#forgottenPasswordForm p  {
}

#loginText p {
    font-size: 21px;
    margin: 0;
font-weight: bold;
}
#loginText h2 {
    display: none;
}
@media screen and (max-width: 300px) {
    #loginWrapper {
        background-image: var(--background-image);
background: #fff 1important;
    }
    #loginTable {
        transform: none;
    }



#forgottenPassword a {
    color: black;
    font-size: 11px;
    text-decoration: none;

}
}

@media screen and (max-width: 500px){
#forgottenPassword a {
    display: table;
    position: relative;
}
.loginField > input {
    width: 250px !important;
}
}

#loginLogo {
    margin: -60px 9px 18px 35px;
        margin-right: 0px;
        margin-left: 0px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}


.loginField > input {
    width: 200px;
}


#frontpage #extTopbarSearch {
    right: -247px;
    top: 217px;
}

.loginField > input, .loginField > select {
    background-color: #fff;
border: solid 1px;
    border-color: #696969;
}

.loginField > label {
font-weight: bold;
font-size: 15px;
}

#poweredByCell {
    margin-bottom: 33px;
    color: #ffffff;
}