/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.nValue {
        display: block;
        text-align: center;
        font-size: 120%;
        font-weight: bold;
}
.textbox {
        clear: left;
        background: #fff;
        padding-top: 40px;
}
/*.content {
        width: 600px;
}*/

.chartContainer {margin: 0 auto;}

.bgfilter {
        background: #3E76A4; 
        padding-top: 5px;
        margin-bottom: 10px;
        border-radius: 3px;
}
.filter {
        padding-top: 12px;
        color: #fff;
        font-size: 90%;
        font-weight: bold;
        text-align: center;
        height: 40px;
        background: url(https://www.idg.ch/fileadmin/netq/images/ico-arrow.png) no-repeat right 12px;
}
.filterLine {
        margin: 0; 
        padding: 2px 0 0 5px;
}
.filterLine:hover {
        background: #376892;
        color: #fff;
        border-radius: 2px;
}
.filterLine label {
        margin: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
        display: inline;
        font-weight: normal;
        font-size: 75%;
		color: #000;
}
.userFilter {
        margin: 10px 5px;
        padding-top: 3px;
        padding-bottom: 3px;
}

.userFilterFiltered span {
		color: red !important;
}
.filterPopUp {
        margin-top: 10px;
        border-color: #ccc;
        background: #efefef;
}
.filterPopUp hr {display: none;}

.filterContent {margin-top: 10px;}
.layer1 hr {margin: 4px 0;
			display: block;}
.linklist h2,
.rowleft h2 {
        font-family: arial;
        font-size: 14px; 
        font-weight: 900;
        color: #666;
        border-bottom: 1px solid #ccc;
        line-height: 25px;
        margin-top: 20px;
        text-transform: uppercase;
}
.title {
        margin-bottom: 10px;
		border-bottom: 1px solid #376892;
        color: #376892;
        font-size: 20px;
        line-height: 30px;
		font-weight: 900
		
}
.topbar {
        color: white;
        font-size: 81.3% !important; 
}
.topbar a {
        color: #FFCC00;
}
.topbar img {
        margin-top: 10px;
}
.logo {
        text-indent: -10000em;
        background: url(../survalyzertemplates/images/analytics.idg.ch.png) no-repeat 0 0;
        margin-top: 10px;
        padding: 0 0 30px 0;
        overflow: visible;
		line-height: 50px;
}
.fullsize {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
}
.clearit {
        clear: left;
}
.bg-colored {
        background: #376892;
        color: #222;
}
.bg-colored.black {
        background: #000;
}
.bg-colored h5 {
        color: white;
}
#termsofuse {
        font-size: 81.3%;        
}
#termsofuse a {
        color: white;
}

#nav a,
.button.yellow {
        margin:15px 0 0 0;
        background:#ffcc00;
        background-image:-moz-linear-gradient(#ffcc00,#E8B900);
        background-image:-ms-linear-gradient(top,#ffcc00,#E8B900);
        background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffcc00),to(#E8B900));
        background-image:-webkit-linear-gradient(#ffcc00,#E8B900);
        background-image:linear-gradient(top,#ffcc00,#E8B900);
        border-color: #FFE67D;
}

p.check-termsofuse label {
        display: none !important;
}
#nav a {
        margin-right: 5px;
}
#cycle {
        margin-top: 5px;
        height: 485px;
}
#cycle p {
        display: inline-block;
        margin-top: 20px;
        font-family: georgia;
        font-size: 120%;
        color: #fff;
}
#cycle p a {
        color: #FFCC00;
}
.centered {
        text-align: center;
}

.RadChart {
        margin: 0 auto;
        padding-bottom: 3em;
}
.RadChart img {
        float: left;
        padding: 0;
        margin-top: 20px;
}



.userFilter span {
        color: #222;
}
.ReportList {
        float: left;
        margin-bottom: 40px;
}
.ReportList div {
        display: block;
        width: 100%;
        float: left;
        padding: 0 0 3px 0;
}
.ReportList div a {
        display: block;
        margin: 0 !important;
}

.container.content .ReportList div a {
        margin: 0 0 3px 0;
}
.xls, .xlsx, .png {
        height: 30px;
        padding-left: 40px;
        background: url(https://www.idg.ch/fileadmin/netq/images/ico-excel.png) no-repeat 0 0;
}
.png {
        background: url(https://www.idg.ch/fileadmin/netq/images/ico-chart.png) no-repeat 0 0;
}
.rowleft span a,
.leftNavigation {

        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 2px;
}
.rowleft span a {
      color: #fff;
      text-shadow: 0 1px 0 #000;
      border-color: #1e5799;
      background: #1e5799; /* Old browsers */
      background: -moz-linear-gradient(top,  #376892 0%, #396F99 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
      background: linear-gradient(top,  #A6C5DD 0%,#7db9e8 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.rowleft span a:hover {
      text-shadow: 0 1px 0 #fff;
}

/* === Tabelle Startseite === */

.table-front td {padding: 6px;}

/* === Bilder für das Angebot === */

.angebot {	
		border: 4px solid #ddd;
		border-radius: 3px 3px 3px 3px;
		margin-bottom: 10px;}

/* === Tabellen (für Abfragen) === */

.tblStyle {border: 2px solid #ddd;
            margin: 20px 0 20px 0;}

.tblStyle .tblHeader td {
			font-size: 16px;
            font-weight: bold;
            padding: 4px;
            background-color: #efefef;
            border: 1px solid #ddd;
}

.tblStyle td {
			padding: 4px;
            border: 1px solid #ddd;
}

.tblDataOdd td {background-color: #efefef;}


/* === Pivot Styles === */

.pvtStyle, .ext {
        margin: 1em;
}
.pvtStyle tr {
        font-size: 75%;
        border-bottom: 1px solid #4380B1;
}

td.pvtValue, .pvtValuePivotTotal {
        text-align: center;
        font-size: 100%;
        font-weight: normal;}

.pvtColumnHeaderLevel1 {font-size: 12px;}


.pvtRowHeader, .pvtColumnHeader, .pvtColumnHeaderLevel2, .pvtColumnHeaderLevel3, .pvtColumnHeaderLevel4  {
       font-weight: bold;
       color: #222;
       line-height: 12px;
       padding: 5px 10px 5px 10px;
}
.pvtRowHeader {
       line-height: 12px;
       padding-bottom: 3px;
}

.pvtTotalRow, .pvtRowTotal, .pvtValueTotal, .pvtColumnTotal, .pvtTotalColumn , .pvtValuePivotTotal, .pvtTotalRow {
		font-weight: bold;
		background: #ddeef6;
		
}
.pvtTotalRow {padding-left: 6px;}
.pvtValueTotal {text-align: center;}

/* #Page Styles
================================================== */
.rowleft {
        float: left;
        position: relative;
        width: 200px;
        padding: 10px;
        background: white;
}
.rowright {
        float: left;
        position: relative;
        width: 80%;
        background: white;
        padding-left: 20px;
}
.wrapper {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        float: left;
        background: white;
}
.loadable {
        border: 1px solid #ddd;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-bottom: 10px;
		}
		
.spnStyle {padding: 4px;
        background: #ededed;
		margin-bottom: 10px;
        display: block;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
		
		
/* Spezielle Layout-Anpassungen für Swiss IT 2012 IT-Entscheider */

/* Herausforderung und Situation */

#id_52685a2f-1fe1-4651-8d2c-b592ac838d5b, /*Layout*/
#id_e5c74e14-f858-4f41-98a3-c76423705ea5, /*Wettbewerb */
#id_6e24bc92-67ff-45a3-a773-948a876c2f1c, /*Rohstoff und Energie */
#id_4db32086-0aa1-4d72-b0f9-7aa9fbedcbf3, /*Personalkosten   */
#id_56fb4ebe-ce29-4543-89aa-9664a7dac766, /*Fachkräftemangel */
#id_bd878900-dbd8-4310-a012-8ae878087a92, /*Wachstum und Gewinnziele */
#id_dec9c7da-bc27-4645-8de5-5da62ee1621e, /*Kundenzufriedenheit   */
#id_e2422abc-14a3-40a7-9a0b-f463e919cb8c, /*Erschliessen neuer Märkte */
#id_1302cd64-0ab2-4c47-8648-6e4536686792, /*Wechselkursschwankungen */
#id_9ac8b34b-2575-4991-9680-065e126c4cb1, /*Zunehmende Regulierung */
#id_4e237dc2-f394-4a54-8d17-c5dc8d267f2f, /*Einbrechende Absatzmärkte */
#id_1f8fca22-5bc5-4e32-a692-29b89de1ff3c, /*Globalisierungsdruck  */
#id_04f8e7ac-ec6e-4fd5-8ae1-56deaee849e7 /*Internationalisierung der Aktivitäten */ 
{float:left; width:445px;  margin: 0px 12px 12px 0px;}


/* === SWISS IT 2012 (IT-Entscheider */
/* Bewertung Hardware-Anbeiter */
#id_be4d3809-7e8f-4142-aebe-5d8388c58f5c, /*Preis */
#id_eb92c4e3-b468-4a52-9b99-059737b719ae, /*Qualität */
#id_28dedc48-5876-4597-9fdc-ebfd5c89ce55, /*Service */
#id_350a85c1-d73c-4f91-a426-469f74b92456, /*Innovation */
#id_78f1f75e-648b-4952-955a-e65bdcefbdb9, /*Usability */
/* Bewertung Software-Anbieter */
#id_0406386b-5e58-4a50-bb9d-4a3068f1b4ab, /*Preis */
#id_453b9f40-06cf-4d25-aabd-d880141e5dc7, /*Qualität */
#id_14089be5-104e-4281-92e0-eb6f15d5e856, /*Service */
#id_ada25286-45ac-44cc-89ee-7b936e02a9ea, /*Innovation*/
#id_cd1d903e-5aea-4653-8616-76b2382390ba, 	/*Usability*/
/* Bewertung Service-Anbieter */
#id_007b5abf-51bc-4c17-ab12-64ff89bd20fd,	/*Preis*/
#id_09db00b6-c22a-497e-8c6c-34115bc8d43b,	/*Qualität*/
#id_d858749e-84c2-40bd-aeb5-eaaf6dd83dc3,	/*Service*/
#id_34286f4f-dad1-4489-9e61-279d397c2e54,	/*Innovation*/
#id_9bb7275d-88aa-4130-b313-97a2ce5cfc8a,	/*Usability*/
/* Bewertung IT-Consultants */
#id_16cd96eb-2162-4ab6-84ba-06337f84f56c,	/*Preis*/
#id_1bc876ae-0c82-4337-b772-55d7189b81a3,	/*Qualität*/
#id_6983ee22-a303-4c9b-bcfc-1c869d7794df,	/*Service*/
#id_0df34d5a-de24-41a0-b043-4be897364805,	/*Innovation*/
#id_3d4e5a82-a4a0-4d05-8b84-008f7b6b6ea5,	/*Usability*/
/* Virtualisierung */
#id_87323c3e-61c3-4d50-902f-78702be6dbca,	/*Einsatz Servervirt. */
#id_40e22599-f1c9-48db-89d1-d1877c446ca4,	/*Einsatz Storagevirt. */
#id_05f2679c-271b-46ff-a974-2c498db3ccd0,	/*Einsatz Netzwerkvirt. */
#id_20e81638-822f-443d-b5a1-7cbe1c147b68,	/*Anteil Servervirt. */
#id_fc6b8117-d8f3-409e-85e8-63ac8acde4bd,	/*Geplanter Anteil Servervirt */
#id_64dbf8c7-ff4b-496b-a990-f1b6ebc89744,	/*Anteil Storagevirt.*/
#id_de8ba303-a81a-48f9-959f-0b8bc8955931,	/*geplanter Anteil Storagevirt */
#id_10c50ea0-f9d9-4bed-af3c-33b303ae97d8,	/*Anteil Netzwerkvirt */
#id_5140a549-eced-4e45-a9db-dbf438229769,	/*geplanter Anteil Netzwerkvirt */


/* === SWISS IT 2012 (Management) ===	*/
/* Kompetenzen des CIOs */
#id_9d38f30f-6322-45c6-b4f8-b6433219a120, 	/* IT-Knowhow */
#id_81cfb1c0-5ad6-45c4-b7d0-d0214eaa2473, 	/* Leadership */
#id_3e6942f8-d511-4432-96e5-40c6a03af8de,	/* BWL */
#id_9c0f21a9-3ddb-428d-9c9e-6791623446c4,	/* Networking */
/*Zufriedenheit */
#id_67aa0166-7dec-4e69-97eb-398fb4a4144d,	/*Zuverlässigkeit */
#id_f6ff16db-19c4-4f02-8d97-72fd9393a881,	/*Leistungsfähigkeit */
#id_b96dbde8-7b58-45fc-b961-8016b4caab4d,	/*Reaktionsgewschw*/
#id_d338453f-4969-4b2f-ae5a-2315c473d83e,	/*Technisches Know-How*/
#id_52913ff8-fb74-4742-8c96-53728e558d29,	/*Kenntnis Prozesse */
#id_285c834e-2dfd-4967-8909-390b3ef181c6, 	/*Kosten/Preis */
#id_4c3ddf34-f505-47a4-81df-926dd0a6f601,	/*Verständnis Belange Business */
#id_81d3a13c-f660-4718-a9d5-0a85e02f7623,	/*Unterstützung Optimierung Gesch-Prozesse */
#id_50c812ec-77a6-4cd3-87cb-7ebfe5c4e88d,	/*Aktive Vorschläge für Geschäftsideen */


/* === SWISS IT 2011 (IT-Entscheider) === */
/*Herausforderungen */
#id_0586bafd-f56b-40cc-8e28-407560c9b2ad,	/*Konjunkturelle Entwicklung*/
#id_eb3a1f9e-570d-46ef-8b65-81a2ccca05e7,	/*Steigender Wettbewerbsdruck*/
#id_35989c28-6bd7-40fe-8c34-82212e699601,	/*Rohstoff / Energiekosten */
#id_c4b36d7e-3c54-4981-8f70-3b17749f1910,	/*Personalkosten */
#id_414c8379-0160-478f-b10d-a5f4f88e77cd,	/*Fachkräftemangel */
#id_fc61234b-9e43-40de-9bfa-9351c48b3422,	/*Wachstums- / Gewinnziele */
#id_a06e6f7f-7cb2-4934-bd8f-87cce7c476f4,	/*Steigerung Kundenzufriedenheit */
#id_7c2e02d0-d5e5-4e5f-9d5a-c3de79e22189,	/*Erschliessung neuer Geschäftsfelder */
#id_d318b607-922e-4d97-a872-f3104a5bf690,	/*Wechselkursschwankungen */
#id_688cd74c-a0fb-405e-b262-75d590057b52,	/* Zunehmende Regulierung */
#id_64e4acaa-22dc-4dc3-afcc-9daaa764091b,	/*Einbrechende Absatzmärkte */
#id_5b89366a-d794-4ca0-98e0-e308b53821c0,	/*Globalisierungsdruck */
/*Software-Einsatz */
#id_50cd7393-704c-4e5d-923c-f5d91d728ca0,	/*ERP */
#id_7bab3869-2d1f-4377-b75f-39c4e9dc5c1d,	/*CRM */
#id_92e65c56-2638-45f9-ac35-defc684116f1,	/*Branchenlösung */
#id_51da5b86-f173-431a-bddb-8914b4524dd4,	/*bi/bpm*/
#id_9f492a28-cf1e-4ab1-8e7e-341c4874a2fa,	/*uc*/
#id_73c3b7dc-84ef-43b8-800f-6ccb068421a6,	/*Social Media*/

/* Software-Relevanz */
#id_68bd97bd-c2a5-4019-90ed-edc034e35dc0,	/* ERP */
#id_6dc8e07c-218e-408b-a6df-511bee4ba569,	/*CRM */
#id_11ee5f5e-d164-4cba-af3a-f5ec89828649,	/*Branchenlösung*/
#id_dfec44b0-16c7-4dbc-bd09-075519472b13,	/*BI/BPM*/
#id_189fa707-c40b-4c62-a4be-bcf0eef9dc8c,	/*UC*/
#id_b585c1c2-ffcf-4b01-a122-753860a8f57d,	/*Social Media*/

/* IT-Security */
#id_7b40fd3e-568a-42c5-9c28-b82249fcdbdb, 	/*Unabsuchtliches Fehlverhalten der Nutzer */
#id_07cc84fe-c31d-4351-959b-68a3edbbfce2,	/*Vorsätzliches Fehlverhalten der Nutzer */
#id_6fc24d1e-9dce-4e26-9fce-24ab09af5585,	/*Vorsätzliches Fehlverhalten von Externen */
#id_99969547-76d1-471f-91b9-90a9deb87443,	/*Malware */
#id_c469be16-4e99-4bca-85db-c5f40c318777,	/*Super-Malware */
#id_71e85954-da5f-48fc-b71e-3325d5a7d158,	/*Hackerangriffe */
#id_eed70b9e-81fd-4a15-b3f4-e1a7971d7b27,	/*Spam-Mails */
#id_5dcf11bb-8167-4d8b-8ee4-c93d3a68c052,	/*DDos-Attacken */
#id_275b6eb3-eae3-4153-9558-b3d2c1349c3e,	/*technische Defekte*/
#id_08a7f52e-f8d5-416c-adc4-4564d596ac18,	/*Verlust / Diebstahl */
#id_e340bc77-79f6-4c6b-af60-559e50e158f2,	/*Höhere Gewalt*/

/* Innovative IT.Lösungen */
#id_f24db1dd-2b89-412c-a3ed-05f1bac8897f,
#id_6e7c4a57-0182-43a5-8c2b-ecc4b33e955c,

 /* === SWISS IT 2013 (IT-ENTSCHEIDER) === */
 
#id_d0120d8b-1b14-4203-97c2-95c3181796f4,
#id_1e2dcd15-b384-48e0-af88-c69b02aca70f 

	{
		float:left; 
		width:545px;  		
		margin: 0px 12px 12px 0;
}

/* Clearing */
/*=== SWISS IT 2012 (IT-Entscheider) ==== */
/* Clear Herausforderungen */
#id_364c5030-b5d4-41bb-a036-4d5ea338208a,
/* Clear HW-Anbieter */
#id_9d21fcba-cd89-4915-8053-2d085f9f00f6,
/* Clear SW-Anbieter */
#id_4bdf96be-d2b4-431d-a997-f0ae6e4e1bde,
/* Clear Service-Anbieter */
#id_489632ba-9ae1-443b-aaf5-b3a82a9b138f,
/* Clear IT-Consultants */
#id_6c1a1871-7e2c-4c46-a2e0-2fac0889913d,
/* Clear Virtualisierung */
#id_c372beec-0163-4eae-adda-d74197d1be01,
#id_b5da1cd7-1f89-43d2-a802-e07d132f1401,
#id_9187dcd5-c06b-4ba7-993b-5c19fbe187b5,

/* === SWISS IT 2012 (Management) === */
/* Clear Kompetenzen CIOs */
#id_46ade9be-1136-4781-985f-783bc90d4e2a,
/*Clear Zufriedenheit */
#id_5c199f1f-8f5f-4eb9-9f6a-3a061e2b2a36,

/* === SWISS IT 2011 (IT-Entscheider === */
/* Herausforderungen */
#id_d975faf6-5a70-415a-a52b-aca956a0e4ac,
/*Software im Einsatz */
#id_e34b0ab2-d661-40a5-b351-f079aecf444a,
/*Software Relevanz */
#id_088ac0f7-4479-48f8-a9b9-6c155ac0cc23,
/*IT-Security*/
#id_a5ee8a67-6663-43aa-8db7-60a478ad6ac7,
/*Software-Lösungen */
#id_96b3e037-b83d-4804-9668-de262e65c66a,

/* === SWISS IT 2013 (IT-ENTSCHEIDER) === */
#id_99dd7273-4451-431f-a164-018f5a86fd47
 /*Projekte*/
 { clear:both; }

 
 


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file

		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


