.igpp_header { 
  border: 1 !important;
  padding: 0px;
}
html,body { 
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 45px;
}

body {
  /* margin-top:40px !important; */
  /* padding-top:50px;  */
  margin-bottom: 40px !important;
  background: #FAFAFA;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
padding-bottom: 30px;
}

h1 { 
  color:  #B90000;
}

a.active { 
  color:  #B90000;
}

img { 
  padding: 5px;

}

iframe { 
  border:none;
  -moz-box-shadow:1px 1px 6px #336699; /* Firefox */
  -webkit-box-shadow:1px 1px 6px #336699; /* Chrome, Safari */
  -khtml-box-shadow:1px 1px 6px #336699; /* Konqueror */
  box-shadow:1px 1px 6px #336699; /* CSS3 */
}
.iframe-aktuelles { 
  width:100%;
  height:120px;
}

.textbackgr {
  background: #E3E3E3;
}

content {
	
}

.content a{
  color: #337AB7;
}
.content a:hover{
  color: #23527C;
}

.igpp_aktuelles {
  width: 100%;
  background: #FFFFFF;
  overflow: auto; 
  height: auto;
  /*  border: none;  */
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
/*  z-index: 5; */
  min-height: 60%; 
  float: right;
 }
.igpp_aktuelles h1 {
	text-align: left;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #0066CC;
 }
.igpp_aktuelles h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #000000;
 }
.igpp_aktuelles p {
	margin-top: 0;
	margin-bottom: 10px;
 }
.igpp_aktuelles hr {
	margin-top: 0;
	margin-bottom: 10px;
	border-top: 1px dotted #0066CC;
 }


.igpp_content {
  width: 100%;
  background: #FFFFFF;
  overflow: auto; 
  height: auto;
  /*  border: none;  */
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
/*  z-index: 5; */
  min-height: 60%; 
  float: right;
-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
box-shadow:1px 1px 6px #292929; /* CSS3 */
 }

.igpp_content ul, .content ul {
  list-style: none;
  text-indent:-0.75em;
  margin-left: 0.5em; 
  padding-left: 0.5em;
}

.igpp_content ul li:before, .content ul li:before {
  content: "\25AA \0020"        !important; 
  color: blue;
  font-size: 100%;
  vertical-align: middle;
}

.igpp_content ol ul, .content  ol ul {
  list-style: none;
  text-indent:-0.5em;
}

.igpp_content ol ul li:before, .content ol ul li:before {
  content: "\25AA \0020"        !important; 
  color: blue;
  font-size: 66%;
  vertical-align: middle;
}

.container { 
width: auto;
 }

.header { 
  position:fixed;
  top: 0px;
 }

.sidebarspace { 
  width: 20px;
 }

.footer {
  filter:alpha(opacity=80); 
  opacity: 0.8; 
  moz-opacity:0.8; 
  background-color: #FFFFFF;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  position:fixed;
  left: 0px;
  bottom:0px;
  width:100% !important;
  /* background-color:#fff; */
/*  background:    transparent    !important;  */
  border-color: #007acc;
  border-top:#B90000 1px solid; 
  z-index: 5;
/*  background: rgb(250, 250, 250);
   background: rgba(250,250,250,.6);  */
}

.igpp_footer ,.igpp_footer {
  /* border: 0 !important;  */
/*  height: 60px; */
}
.igpp_sidebar, #sidebar {
  display: inline-block;
/*  position:relative;
  float: left;  */
  padding: 10px;
  border-right: 10px;
  /* position: relative; */
  /*  border: 0 !important; */
  /* bottom: 40px; */
  /*  height: auto; */
  /*  -webkit-hyphens: auto; */
  /*  -moz-hyphens: auto; */
  /*  -ms-hyphens: auto; */
  /*  hyphens: auto; */
  background: white;
/*  margin-right: 10px;
  margin-bottom: 10px; */
/* transparent; */
  z-index: 1;
-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
box-shadow:1px 1px 6px #292929; /* CSS3 */
}
.sidebar  img { 
  padding: 5px; 
}

/* for the pictures of the staff */

.crop {
 height: auto;
 width: 25%;
 overflow: hidden;
}
.crop img {
 height: auto;
 width: 75%;
}

h1 { 
  text-align: center;
}

.igpplist table {
  font-size: 10pt;  /* for IE7 (6?))*/
  border-collapse: collapse;
  z-index: 2;
}

.igpplist tr { 
  height: 3em;
 }

.igpplist  tr:nth-child(even):not(#special)  { background: #FFF; }
.igpplist  tr:nth-child(odd):not(#special)  { background: #CCD; }

.igpplist  td {
  padding:.5em;
}
.igpplist th {
  padding:.5em;
  background-color: #cccccc;
}

.small   {
  font-size: smaller;
}

.red { 
  color: darkred;
  
 }
.blue {
  color: blue;
}

.even { 
  background: #FFF;
 }

.odd { 
  background: #CCD;
 }

.citation	{
  font-size: 100%;
  padding-left: 1em;
}

.left { 
  float: left;
  width: 33%;
}

.right { 
  float: right;
 }

.middle { 
  float: auto;
  width: 33%;
}

.person { 
  margin: 15px;
  padding: 15px;
  border:1px solid black;
  float: left;
}

#warnung {
  padding: 3; 
  background-color: #ee7e68;
  border: 1px solid black;
  border-color: black;
}

/* search */

#namanyay-search-btn {
  background:#ffde00;
  color:#777777;
padding:5px 5px;
  border-radius:0 5px 5px 0;
  moz-border-radius:0 5px 5px 0;
  webkit-border-radius:0 5px 5px 0;
  o-border-radius:0 5px 5px 0;
  border:0 none;
  font-weight:normal;
  font-size:11px;
}

#namanyay-search-box {
  background: #eee;
  padding:5px;
  border-radius:5px 0 0 5px;
  moz-border-radius:5px 0 0 5px;
  webkit-border-radius:5px 0 0 5px;
  o-border-radius:10px 0 0 5px;
  border:0 none;
  width:160px;
  font-size:11px;
}

#logoimage { 
padding: 3px;
 }

.navbar-default { 
  background: #eee;
/*  max-height: 50px; */
 }

.navbar-brand {
    padding: 10px 15px;
/*    max-height: 40px; */
    overflow: visible;
    padding-top: 3;
    padding-bottom: 0;
  color: rgb(255,55,255);
}

.navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 15px;
}

.navbar-brand > img {
height: 81px;
}


/* Sidebar hack - I do not fully believe what I did here */

.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.igpp_sidebar, #sidebar {
    max-width: 20%;
/*    border: 2px solid red; */
  }  

#sidebar { 
  display: table-cell;
  max-width: 20%;
  margin-right: 10px;
    
 }

/* Languages */

.lang-xs{background-position:0 -473px;min-width:14px;height:11px;min-height:11px;max-height:11px;background-repeat:no-repeat;display:inline-block;background-image:url(languages.png)}.lang-sm{background-position:0 -1172px;min-width:22px;height:16px;min-height:16px;max-height:16px;background-repeat:no-repeat;display:inline-block;background-image:url(languages.png)}.lang-lg{background-position:0 -2134px;min-width:30px;height:22px;min-height:22px;max-height:22px;background-repeat:no-repeat;display:inline-block;background-image:url(languages.png)}.lang-xs[lang=ar]{background-position:0 0}.lang-xs[lang=be]{background-position:0 -11px}.lang-xs[lang=bg]{background-position:0 -22px}.lang-xs[lang=cs]{background-position:0 -33px}.lang-xs[lang=da]{background-position:0 -44px}.lang-xs[lang=de]{background-position:0 -55px}.lang-xs[lang=el]{background-position:0 -66px}.lang-xs[lang=en]{background-position:0 -77px}.lang-xs[lang=es]{background-position:0 -88px}.lang-xs[lang=et]{background-position:0 -99px}.lang-xs[lang=fi]{background-position:0 -110px}.lang-xs[lang=fr]{background-position:0 -121px}.lang-xs[lang=ga]{background-position:0 -132px}.lang-xs[lang=hi]{background-position:0 -143px}.lang-xs[lang=hr]{background-position:0 -154px}.lang-xs[lang=hu]{background-position:0 -165px}.lang-xs[lang=in]{background-position:0 -176px}.lang-xs[lang=is]{background-position:0 -187px}.lang-xs[lang=it]{background-position:0 -198px}.lang-xs[lang=iw]{background-position:0 -209px}.lang-xs[lang=ja]{background-position:0 -220px}.lang-xs[lang=ko]{background-position:0 -231px}.lang-xs[lang=lt]{background-position:0 -242px}.lang-xs[lang=lv]{background-position:0 -253px}.lang-xs[lang=mk]{background-position:0 -264px}.lang-xs[lang=ms]{background-position:0 -275px}.lang-xs[lang=mt]{background-position:0 -286px}.lang-xs[lang=nl]{background-position:0 -297px}.lang-xs[lang=no]{background-position:0 -308px}.lang-xs[lang=pl]{background-position:0 -319px}.lang-xs[lang=pt]{background-position:0 -330px}.lang-xs[lang=ro]{background-position:0 -341px}.lang-xs[lang=ru]{background-position:0 -352px}.lang-xs[lang=sk]{background-position:0 -363px}.lang-xs[lang=sl]{background-position:0 -374px}.lang-xs[lang=sq]{background-position:0 -385px}.lang-xs[lang=sr]{background-position:0 -396px}.lang-xs[lang=sv]{background-position:0 -407px}.lang-xs[lang=th]{background-position:0 -418px}.lang-xs[lang=tr]{background-position:0 -429px}.lang-xs[lang=uk]{background-position:0 -440px}.lang-xs[lang=vi]{background-position:0 -451px}.lang-xs[lang=zh]{background-position:0 -462px}.lang-sm[lang=ar]{background-position:0 -484px}.lang-sm[lang=be]{background-position:0 -500px}.lang-sm[lang=bg]{background-position:0 -516px}.lang-sm[lang=cs]{background-position:0 -532px}.lang-sm[lang=da]{background-position:0 -548px}.lang-sm[lang=de]{background-position:0 -564px}.lang-sm[lang=el]{background-position:0 -580px}.lang-sm[lang=en]{background-position:0 -596px}.lang-sm[lang=es]{background-position:0 -612px}.lang-sm[lang=et]{background-position:0 -628px}.lang-sm[lang=fi]{background-position:0 -644px}.lang-sm[lang=fr]{background-position:0 -660px}.lang-sm[lang=ga]{background-position:0 -676px}.lang-sm[lang=hi]{background-position:0 -692px}.lang-sm[lang=hr]{background-position:0 -708px}.lang-sm[lang=hu]{background-position:0 -724px}.lang-sm[lang=in]{background-position:0 -740px}.lang-sm[lang=is]{background-position:0 -756px}.lang-sm[lang=it]{background-position:0 -772px}.lang-sm[lang=iw]{background-position:0 -788px}.lang-sm[lang=ja]{background-position:0 -804px}.lang-sm[lang=ko]{background-position:0 -820px}.lang-sm[lang=lt]{background-position:0 -836px}.lang-sm[lang=lv]{background-position:0 -852px}.lang-sm[lang=mk]{background-position:0 -868px}.lang-sm[lang=ms]{background-position:0 -884px}.lang-sm[lang=mt]{background-position:0 -900px}.lang-sm[lang=nl]{background-position:0 -916px}.lang-sm[lang=no]{background-position:0 -932px}.lang-sm[lang=pl]{background-position:0 -948px}.lang-sm[lang=pt]{background-position:0 -964px}.lang-sm[lang=ro]{background-position:0 -980px}.lang-sm[lang=ru]{background-position:0 -996px}.lang-sm[lang=sk]{background-position:0 -1012px}.lang-sm[lang=sl]{background-position:0 -1028px}.lang-sm[lang=sq]{background-position:0 -1044px}.lang-sm[lang=sr]{background-position:0 -1060px}.lang-sm[lang=sv]{background-position:0 -1076px}.lang-sm[lang=th]{background-position:0 -1092px}.lang-sm[lang=tr]{background-position:0 -1108px}.lang-sm[lang=uk]{background-position:0 -1124px}.lang-sm[lang=vi]{background-position:0 -1140px}.lang-sm[lang=zh]{background-position:0 -1156px}.lang-lg[lang=ar]{background-position:0 -1188px}.lang-lg[lang=be]{background-position:0 -1210px}.lang-lg[lang=bg]{background-position:0 -1232px}.lang-lg[lang=cs]{background-position:0 -1254px}.lang-lg[lang=da]{background-position:0 -1276px}.lang-lg[lang=de]{background-position:0 -1298px}.lang-lg[lang=el]{background-position:0 -1320px}.lang-lg[lang=en]{background-position:0 -1342px}.lang-lg[lang=es]{background-position:0 -1364px}.lang-lg[lang=et]{background-position:0 -1386px}.lang-lg[lang=fi]{background-position:0 -1408px}.lang-lg[lang=fr]{background-position:0 -1430px}.lang-lg[lang=ga]{background-position:0 -1452px}.lang-lg[lang=hi]{background-position:0 -1474px}.lang-lg[lang=hr]{background-position:0 -1496px}.lang-lg[lang=hu]{background-position:0 -1518px}.lang-lg[lang=in]{background-position:0 -1540px}.lang-lg[lang=is]{background-position:0 -1562px}.lang-lg[lang=it]{background-position:0 -1584px}.lang-lg[lang=iw]{background-position:0 -1606px}.lang-lg[lang=ja]{background-position:0 -1628px}.lang-lg[lang=ko]{background-position:0 -1650px}.lang-lg[lang=lt]{background-position:0 -1672px}.lang-lg[lang=lv]{background-position:0 -1694px}.lang-lg[lang=mk]{background-position:0 -1716px}.lang-lg[lang=ms]{background-position:0 -1738px}.lang-lg[lang=mt]{background-position:0 -1760px}.lang-lg[lang=nl]{background-position:0 -1782px}.lang-lg[lang=no]{background-position:0 -1804px}.lang-lg[lang=pl]{background-position:0 -1826px}.lang-lg[lang=pt]{background-position:0 -1848px}.lang-lg[lang=ro]{background-position:0 -1870px}.lang-lg[lang=ru]{background-position:0 -1892px}.lang-lg[lang=sk]{background-position:0 -1914px}.lang-lg[lang=sl]{background-position:0 -1936px}.lang-lg[lang=sq]{background-position:0 -1958px}.lang-lg[lang=sr]{background-position:0 -1980px}.lang-lg[lang=sv]{background-position:0 -2002px}.lang-lg[lang=th]{background-position:0 -2024px}.lang-lg[lang=tr]{background-position:0 -2046px}.lang-lg[lang=uk]{background-position:0 -2068px}.lang-lg[lang=vi]{background-position:0 -2090px}.lang-lg[lang=zh]{background-position:0 -2112px}.lang-lbl-en:after,.lang-lbl-full:after,.lang-lbl:after{content:"Unknown language"}.lang-lbl[lang=ar]:after{content:"\000627\000644\000639\000631\000628\00064A\000629"}.lang-lbl[lang=be]:after{content:"\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"}.lang-lbl[lang=bg]:after{content:"\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"}.lang-lbl[lang=cs]:after{content:"\00010Ce\000161tina"}.lang-lbl[lang=da]:after{content:"Dansk"}.lang-lbl[lang=de]:after{content:""}.lang-lbl[lang=el]:after{content:"\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"}.lang-lbl[lang=en]:after{content:""}.lang-lbl[lang=es]:after{content:"Espa\0000F1ol"}.lang-lbl[lang=et]:after{content:"Eesti"}.lang-lbl[lang=fi]:after{content:"Suomi"}.lang-lbl[lang=fr]:after{content:"Fran\0000E7ais"}.lang-lbl[lang=ga]:after{content:"Gaeilge"}.lang-lbl[lang=hi]:after{content:"\000939\00093F\000902\000926\000940"}.lang-lbl[lang=hr]:after{content:"Hrvatski"}.lang-lbl[lang=hu]:after{content:"Magyar"}.lang-lbl[lang=in]:after{content:"Bahasa\000020indonesia"}.lang-lbl[lang=is]:after{content:"\0000CDslenska"}.lang-lbl[lang=it]:after{content:"Italiano"}.lang-lbl[lang=iw]:after{content:"\0005E2\0005D1\0005E8\0005D9\0005EA"}.lang-lbl[lang=ja]:after{content:"\0065E5\00672C\008A9E"}.lang-lbl[lang=ko]:after{content:"\00D55C\00AD6D\00C5B4"}.lang-lbl[lang=lt]:after{content:"Lietuvi\000173"}.lang-lbl[lang=lv]:after{content:"Latvie\000161u"}.lang-lbl[lang=mk]:after{content:"\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"}.lang-lbl[lang=ms]:after{content:"Bahasa\000020melayu"}.lang-lbl[lang=mt]:after{content:"Malti"}.lang-lbl[lang=nl]:after{content:"Nederlands"}.lang-lbl[lang=no]:after{content:"Norsk"}.lang-lbl[lang=pl]:after{content:"Polski"}.lang-lbl[lang=pt]:after{content:"Portugu\0000EAs"}.lang-lbl[lang=ro]:after{content:"Rom\0000E2n\000103"}.lang-lbl[lang=ru]:after{content:"\000420\000443\000441\000441\00043A\000438\000439"}.lang-lbl[lang=sk]:after{content:"Sloven\00010Dina"}.lang-lbl[lang=sl]:after{content:"Sloven\000161\00010Dina"}.lang-lbl[lang=sq]:after{content:"Shqipe"}.lang-lbl[lang=sr]:after{content:"\000421\000440\00043F\000441\00043A\000438"}.lang-lbl[lang=sv]:after{content:"Svenska"}.lang-lbl[lang=th]:after{content:"\000E44\000E17\000E22"}.lang-lbl[lang=tr]:after{content:"T\0000FCrk\0000E7e"}.lang-lbl[lang=uk]:after{content:"\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"}.lang-lbl[lang=vi]:after{content:"Ti\001EBFng\000020vi\001EC7t"}.lang-lbl[lang=zh]:after{content:"\004E2D\006587"}.lang-lbl-en[lang=ar]:after{content:"Arabic"}.lang-lbl-en[lang=be]:after{content:"Belarusian"}.lang-lbl-en[lang=bg]:after{content:"Bulgarian"}.lang-lbl-en[lang=cs]:after{content:"Czech"}.lang-lbl-en[lang=da]:after{content:"Danish"}.lang-lbl-en[lang=de]:after{content:"German"}.lang-lbl-en[lang=el]:after{content:"Greek"}.lang-lbl-en[lang=en]:after{content:"English"}.lang-lbl-en[lang=es]:after{content:"Spanish"}.lang-lbl-en[lang=et]:after{content:"Estonian"}.lang-lbl-en[lang=fi]:after{content:"Finnish"}.lang-lbl-en[lang=fr]:after{content:"French"}.lang-lbl-en[lang=ga]:after{content:"Irish"}.lang-lbl-en[lang=hi]:after{content:"Hindi"}.lang-lbl-en[lang=hr]:after{content:"Croatian"}.lang-lbl-en[lang=hu]:after{content:"Hungarian"}.lang-lbl-en[lang=in]:after{content:"Indonesian"}.lang-lbl-en[lang=is]:after{content:"Icelandic"}.lang-lbl-en[lang=it]:after{content:"Italian"}.lang-lbl-en[lang=iw]:after{content:"Hebrew"}.lang-lbl-en[lang=ja]:after{content:"Japanese"}.lang-lbl-en[lang=ko]:after{content:"Korean"}.lang-lbl-en[lang=lt]:after{content:"Lithuanian"}.lang-lbl-en[lang=lv]:after{content:"Latvian"}.lang-lbl-en[lang=mk]:after{content:"Macedonian"}.lang-lbl-en[lang=ms]:after{content:"Malay"}.lang-lbl-en[lang=mt]:after{content:"Maltese"}.lang-lbl-en[lang=nl]:after{content:"Dutch"}.lang-lbl-en[lang=no]:after{content:"Norwegian"}.lang-lbl-en[lang=pl]:after{content:"Polish"}.lang-lbl-en[lang=pt]:after{content:"Portuguese"}.lang-lbl-en[lang=ro]:after{content:"Romanian"}.lang-lbl-en[lang=ru]:after{content:"Russian"}.lang-lbl-en[lang=sk]:after{content:"Slovak"}.lang-lbl-en[lang=sl]:after{content:"Slovenian"}.lang-lbl-en[lang=sq]:after{content:"Albanian"}.lang-lbl-en[lang=sr]:after{content:"Serbian"}.lang-lbl-en[lang=sv]:after{content:"Swedish"}.lang-lbl-en[lang=th]:after{content:"Thai"}.lang-lbl-en[lang=tr]:after{content:"Turkish"}.lang-lbl-en[lang=uk]:after{content:"Ukrainian"}.lang-lbl-en[lang=vi]:after{content:"Vietnamese"}.lang-lbl-en[lang=zh]:after{content:"Chinese"}.lang-lbl-full[lang=ar]:after{content:"\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"}.lang-lbl-full[lang=be]:after{content:"\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"}.lang-lbl-full[lang=bg]:after{content:"\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"}.lang-lbl-full[lang=cs]:after{content:"\00010Ce\000161tina\0000A0/\0000A0Czech"}.lang-lbl-full[lang=da]:after{content:"Dansk\0000A0/\0000A0Danish"}.lang-lbl-full[lang=de]:after{content:"Deutsch\0000A0/\0000A0German"}.lang-lbl-full[lang=el]:after{content:"\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"}.lang-lbl-full[lang=en]:after{content:"English\0000A0/\0000A0English"}.lang-lbl-full[lang=es]:after{content:"Espa\0000F1ol\0000A0/\0000A0Spanish"}.lang-lbl-full[lang=et]:after{content:"Eesti\0000A0/\0000A0Estonian"}.lang-lbl-full[lang=fi]:after{content:"Suomi\0000A0/\0000A0Finnish"}.lang-lbl-full[lang=fr]:after{content:"Fran\0000E7ais\0000A0/\0000A0French"}.lang-lbl-full[lang=ga]:after{content:"Gaeilge\0000A0/\0000A0Irish"}.lang-lbl-full[lang=hi]:after{content:"\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"}.lang-lbl-full[lang=hr]:after{content:"Hrvatski\0000A0/\0000A0Croatian"}.lang-lbl-full[lang=hu]:after{content:"Magyar\0000A0/\0000A0Hungarian"}.lang-lbl-full[lang=in]:after{content:"Bahasa\000020indonesia\0000A0/\0000A0Indonesian"}.lang-lbl-full[lang=is]:after{content:"\0000CDslenska\0000A0/\0000A0Icelandic"}.lang-lbl-full[lang=it]:after{content:"Italiano\0000A0/\0000A0Italian"}.lang-lbl-full[lang=iw]:after{content:"\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"}.lang-lbl-full[lang=ja]:after{content:"\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"}.lang-lbl-full[lang=ko]:after{content:"\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"}.lang-lbl-full[lang=lt]:after{content:"Lietuvi\000173\0000A0/\0000A0Lithuanian"}.lang-lbl-full[lang=lv]:after{content:"Latvie\000161u\0000A0/\0000A0Latvian"}.lang-lbl-full[lang=mk]:after{content:"\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"}.lang-lbl-full[lang=ms]:after{content:"Bahasa\000020melayu\0000A0/\0000A0Malay"}.lang-lbl-full[lang=mt]:after{content:"Malti\0000A0/\0000A0Maltese"}.lang-lbl-full[lang=nl]:after{content:"Nederlands\0000A0/\0000A0Dutch"}.lang-lbl-full[lang=no]:after{content:"Norsk\0000A0/\0000A0Norwegian"}.lang-lbl-full[lang=pl]:after{content:"Polski\0000A0/\0000A0Polish"}.lang-lbl-full[lang=pt]:after{content:"Portugu\0000EAs\0000A0/\0000A0Portuguese"}.lang-lbl-full[lang=ro]:after{content:"Rom\0000E2n\000103\0000A0/\0000A0Romanian"}.lang-lbl-full[lang=ru]:after{content:"\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"}.lang-lbl-full[lang=sk]:after{content:"Sloven\00010Dina\0000A0/\0000A0Slovak"}.lang-lbl-full[lang=sl]:after{content:"Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"}.lang-lbl-full[lang=sq]:after{content:"Shqipe\0000A0/\0000A0Albanian"}.lang-lbl-full[lang=sr]:after{content:"\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"}.lang-lbl-full[lang=sv]:after{content:"Svenska\0000A0/\0000A0Swedish"}.lang-lbl-full[lang=th]:after{content:"\000E44\000E17\000E22\0000A0/\0000A0Thai"}.lang-lbl-full[lang=tr]:after{content:"T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"}.lang-lbl-full[lang=uk]:after{content:"\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"}.lang-lbl-full[lang=vi]:after{content:"Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"}.lang-lbl-full[lang=zh]:after{content:"\004E2D\006587\0000A0/\0000A0Chinese"}.lang-lg:before,.lang-sm:before,.lang-xs:before{content:'\0000A0'}.lang-xs.lang-lbl,.lang-xs.lang-lbl-en,.lang-xs.lang-lbl-full{padding-left:16px}.lang-sm.lang-lbl,.lang-sm.lang-lbl-en,.lang-sm.lang-lbl-full{padding-left:24px}.lang-lg.lang-lbl,.lang-lg.lang-lbl-en,.lang-lg.lang-lbl-full{padding-left:32px}.lang-lg.lang-lbl-en:before,.lang-lg.lang-lbl-full:before,.lang-lg.lang-lbl:before,.lang-sm.lang-lbl-en:before,.lang-sm.lang-lbl-full:before,.lang-sm.lang-lbl:before,.lang-xs.lang-lbl-en:before,.lang-xs.lang-lbl-full:before,.lang-xs.lang-lbl:before{content:''}.lang-lg,.lang-lg:after{top:0;position:relative}.lang-sm{top:1px;position:relative}.lang-sm:after{top:-1px;position:relative}.lang-xs{top:4px;position:relative}.lang-xs:after{top:-4px;position:relative}.lead>.lang-lg{top:2px}.lead>.lang-lg:after{top:-2px}.lead>.lang-sm{top:6px}.lead>.lang-sm:after{top:-6px}.lead>.lang-xs{top:8px}.lead>.lang-xs:after{top:-8px}small>.lang-sm{top:-1px}small>.lang-sm:after{top:1px}small>.lang-xs{top:2px}small>.lang-xs:after{top:-2px}h1>.lang-lg{top:9px}h1>.lang-lg:after{top:-9px}h1>.lang-sm{top:12px}h1>.lang-sm:after{top:-12px}h1>.lang-xs{top:14px}h1>.lang-xs:after{top:-14px}h2>.lang-lg{top:5px}h2>.lang-lg:after{top:-5px}h2>.lang-sm{top:8px}h2>.lang-sm:after{top:-8px}h2>.lang-xs{top:10px}h2>.lang-xs:after{top:-10px}h3>.lang-lg{top:1px}h3>.lang-lg:after{top:-1px}h3>.lang-sm{top:5px}h3>.lang-sm:after{top:-5px}h3>.lang-xs{top:8px}h3>.lang-xs:after{top:-8px}h4>.lang-lg{top:-1px}h4>.lang-lg:after,h4>.lang-sm{top:1px}h4>.lang-sm:after{top:-1px}h4>.lang-xs{top:4px}h4>.lang-xs:after{top:-4px}h5>.lang-sm,h5>.lang-sm:after{top:0}h5>.lang-xs{top:2px}h5>.lang-xs:after{top:-2px}h6>.lang-sm,h6>.lang-sm:after{top:0}h6>.lang-xs{top:1px}h6>.lang-xs:after{top:-1px}.btn>.lang-sm{top:2px}.btn>.lang-sm:after{top:-2px}.btn>.lang-xs{top:4px}.btn>.lang-xs:after{top:-4px}.btn.btn-xs>.lang-sm,.btn.btn-xs>.lang-sm:after{top:0}.btn.btn-xs>.lang-xs{top:3px}.btn.btn-xs>.lang-xs:after{top:-3px}.btn.btn-sm>.lang-sm,.btn.btn-sm>.lang-sm:after{top:0}.btn.btn-sm>.lang-xs{top:3px}.btn.btn-sm>.lang-xs:after{top:-3px}.btn.btn-lg>.lang-lg{top:1px}.btn.btn-lg>.lang-lg:after{top:-1px}.btn.btn-lg>.lang-sm{top:3px}.btn.btn-lg>.lang-sm:after{top:-3px}.btn.btn-lg>.lang-xs{top:6px}.btn.btn-lg>.lang-xs:after{top:-6px}


/* Media-dependent switches */ 

/* Extra Small */
@media screen and (max-width:767px){

html,body { 
    min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 45px;
}

#sidebar { 
    max-width: 50%;
 }

  .container { 
    width: auto;
  }

.igpp_content { 
    width: 100%;
    min-height: 80%;
 }

  
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav .open .dropdown-menu > li > a, a {
    color: rgb(255,255,255);
  }

.dropdown-menu{
  z-index: 1000;
  list-style: square;
}
.row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active,  {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 3 columns */
  }
.navbar-brand, #search { 
   display: none                       !important;
    visibility: hidden                  !important;
 }

.navbar-header, .igppnavbar {
    text-decoration: none;
    color: white;
background: #207cca; /* Old browsers */
background: -moz-linear-gradient(left, #207cca 1%, #207cca 57%, #21568c 85%, #092d5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#207cca), color-stop(57%,#207cca), color-stop(85%,#21568c), color-stop(100%,#092d5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* IE10+ */
background: linear-gradient(to right, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#092d5e',GradientType=1 ); /* IE6-9 */
border-radius: 4px;
    overflow: visible;
    z-index: 3;
    width: 100%;
/*    max-height: 70px; */
  }
}

/* Small */
@media screen and (min-width:768px) and (max-width:991px){

.content { 
/*    border: 1px solid black; */
/*    display: table-cell; */
 }


.col-sm-height {
    display: table-cell;
    float: none !important;
  }

.igpp_content { 
/*    border: 1px solid blue; */
    display: table-cell; 
 }

  .dropdown-menu li ul li {
    z-index: 1000;
    list-style: square;
    color: blue;
  }

  .container { 
    width: auto;
    display: table;
  }


  .navbar-default { 
    border: none;
    color: #FFFFFF !important;
}
 .navbar-default .navbar-nav > li > a { 
    color: #FFFFFF;
  }
  .navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FAFAFA;
  }

 .navbar {
    text-decoration: none;
    color: white;
background: #207cca; /* Old browsers */
background: -moz-linear-gradient(left, #207cca 1%, #207cca 57%, #21568c 85%, #092d5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#207cca), color-stop(57%,#207cca), color-stop(85%,#21568c), color-stop(100%,#092d5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* IE10+ */
background: linear-gradient(to right, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#092d5e',GradientType=1 ); /* IE6-9 */
border-color: #007acc #007acc #004c80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #00a4db;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 4px;
    overflow: visible;
    z-index: 3;
    width: 100%;
/*    max-height: 70px; */
  }

.navbar-right, .navbar-collapse { 
    margin-right: 0px;
    max-height: 30px;
    padding-bottom: 15px;
 }
  
  .navbar-right > li > a { 
    color: white;
  }
}

/* Medium */
@media screen and (min-width:992px) and (max-width:1199px){
  
  .igpp_sidebar, #sidebar {
    max-width: 20%;
  }
 .container { 
    width: auto;
  }
  .navbar-default { 
    background-color: transparent; 
    border: none; 
}
 .navbar-default .navbar-nav > li > a { 
    color: #FFFFFF;
  }
  .navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FAFAFA;
  }

 .navbar {
    text-decoration: none;
    color: white;
background: #207cca; /* Old browsers */
background: -moz-linear-gradient(left, #207cca 1%, #207cca 57%, #21568c 85%, #092d5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#207cca), color-stop(57%,#207cca), color-stop(85%,#21568c), color-stop(100%,#092d5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* IE10+ */
background: linear-gradient(to right, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#092d5e',GradientType=1 ); /* IE6-9 */
    border-radius: 4px;
    overflow: visible;
    z-index: 3;
    margin-right: 0px;
  }
  
  .navbar-right > li > a { 
    color: white;
  }
  .dropdown-menu li ul li {
    z-index: 1000;
    list-style: square;
    color: blue;
  }
}

/* Large */
@media screen and (min-width:1200px){
  .igpp_sidebar, #sidebar {
    max-width: 20%;
  }
 .container { 
    width: auto;
  }
  .nav, .navbar, .navbar-default { 
    background-color: transparent; 
    border: none; 
}
 .navbar-default .navbar-nav > li > a { 
    color: #FFFFFF;
  }
  .navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FAFAFA;
  }
 .navbar {
    text-decoration: none;
    color: #FFFFFF;
    padding: 5;
background: #207cca; /* Old browsers */
background: -moz-linear-gradient(left, #207cca 1%, #207cca 57%, #21568c 85%, #092d5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#207cca), color-stop(57%,#207cca), color-stop(85%,#21568c), color-stop(100%,#092d5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* IE10+ */
background: linear-gradient(to right, #207cca 1%,#207cca 57%,#21568c 85%,#092d5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#092d5e',GradientType=1 ); /* IE6-9 */
border-radius: 4px;
    overflow: visible;
    z-index: 3;
  }
  
  .navbar-right > li > a { 
    color: white;
  }
 .dropdown-menu li ul li {
    z-index: 1000;
    list-style: square;
    color: blue;
  }
}


@media print {
  /**
     *	PRINT Stylesheet
     * 
     *	First 'neutralize' all the positioning/overflow CSS added by Layout
     *	Then change or add cosmetic styles (borders, padding) for printing
     *
     *	MUST use "!important" for all size, position, margin & overflow rules,
     *	so these will 'override' styles applied to the elements by Layout
     */
  
  html, body {
    /* NEUTRALIZE 'layout container' styles */
    overflow:	visible 	!important;
    width:		auto		!important;
    height:		auto		!important;
    position:	static		!important;
  }
  .igpp_content,
  .content ,
  .igpp_header,
  .igpp_footer,
  #sidebar {
    /* NEUTRALIZE 'layout element' styles */
    display:	none		!important; /* hide ALL by default */
    position:	relative	!important;
    top:		auto		!important;
    bottom:		auto		!important;
    left:		auto		!important;
    right:		auto		!important;
    width:		auto		!important;
    height:		auto		!important;
    overflow:	visible		!important;
  }
  /* SHOW ONLY the panes you want */
  .content,
  .igpp_content {
    display:	block		!important;
		/* OPTIONAL: change cosmetic styles as desired
		border:		0			!important;
		padding:	0			!important;
		background:	transparent	!important;
		*/
	}
	/* float the east pane to create a sidebar */
	.ui-layout-pane-east {
		float:			right;
		width:			25%			!important;
		margin-left:	1em			!important;
		margin-bottom:	1ex			!important;
	}
  .footer { 
    display: none                       !important;
    visibility: hidden                  !important;
 } 
  .nav { 
    display: none                       !important;
    visibility: hidden                  !important;
 }
}
