MediaWiki:Common.css

From its-wiki.no
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
/** moving footer together with wiki footer, 20Jan2016 - see suggestion from Neil */
.catlinks { display: none; } 

/** no edit section for anonymous users **/
/** .mw-editsection { display:none!important; }  %did not work, took out all section links **/

/* text colour settings green, red, blue */
.text-color-green {
  color: green;
}
.text-color-blue {
  color: blue;
}
.text-color-red {
  color: red;
}

/** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow **/
table.mbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa; /* Default "notice" gray */
	background: #f9f9f9;
}
table.mbox-wide {
	margin: 4px 0;
}
 
th.mbox-text,
td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}
 
td.mbox-image {                  /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
	text-align: center;
}
 
td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
	text-align: center;
}
 
td.mbox-empty-cell {         /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}
 
/* Built in semanics */
.smwbuiltin a,
.smwbuiltin a.new {
	color: #FF8000;
}
 
/** Former portal formatting (pls keep for backwards compatibility) */
div.userportal {
	padding-left: 130px;
	background: url(images/4/42/Userportal.png) top left no-repeat;
	height: 140px;
}
 
div.adminportal {
	padding-left: 130px;
	background: url(images/b/b1/Administrators.png) top left no-repeat;
	height: 140px;
}
 
div.devportal {
	padding-left: 130px;
	background: url(images/4/41/Developers.png) top left no-repeat;
	height: 140px;
}
 
div.mw-geshi {
	padding: 1em; 
	margin: 1em 0; 
	border: 1px dashed #2f6fab;
	background-color: #f9f9f9;
}
 
/** Language styles */
 
span.lang-de {
	padding-right: 25px;
	background: url(images/e/e7/Lang-De.gif) center right no-repeat;
}
 
span.lang-en {
	padding-right: 25px;
	background: url(images/7/78/Lang-En.gif) center right no-repeat;
}
 
span.lang-es {
	padding-right: 25px;
	background: url(images/6/61/Lang-Es.gif) center right no-repeat;
}
 
span.lang-fr {
	padding-right: 25px;
	background: url(images/f/f0/Lang-Fr.gif) center right no-repeat;
}
 
span.lang-ja {
	padding-right: 25px;
	background: url(images/9/95/Lang-Ja.gif) center right no-repeat;
}
 
span.lang-nl {
	padding-right: 25px;
	background: url(images/c/cb/Lang-Nl.gif) center right no-repeat;
}
 
span.lang-ru {
	padding-right: 25px;
	background: url(images/3/38/Lang-Ru.gif) center right no-repeat;
}
 
span.lang-zh-hans {
	padding-right: 25px;
	background: url(images/8/85/Lang-Zh-hans.gif) center right no-repeat;
}
 
span.lang-uk {
	padding-right: 25px;
	background: url(images/2/20/Lang-Uk.gif) center right no-repeat;
}
 
/** For main page */
 
div#content h1#firstHeading.firstHeading {
	border: none;
}
 
/**
 * Redesigned <code>.
 * Should improve readability by not having the samples blend into the white background,
 * but by having a visible (though subtle) border around the code sample.
 */
code {
	border: 1px solid #ddd;
	padding: 1px 4px;
	border-radius: 2px;
}
 
/** Various styles */
 
table.smworgtable {
	background: #164eaf;
	border: 1px solid black;
	margin: 0 0 0.5em 1em;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
table.smworgtable tr {
	background: #fff;
}
 
table.smworgtable td {
	padding: 5px;
        vertical-align: top !important;
}
 
table.smworgtable th {
	background: #164eaf;
	border: 0px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
        vertical-align: top !important;
}
 
table.smworgtable th.smworange {
	background: #d57520;
}
 
table.smworgtable th a {
	color: #fff;
}
 
table.smworgtable-toc th a {
	color: #164eaf;
}
 
th.headerSort {
	background-color: #C4D6F4 !important;
}
 
.wikitable th,
.wikitable td {
	vertical-align: top !important;
}
 
#smworgtable-toc #toc {
	border: 0px solid #AAA;
	background-color: #ffffff;
	font-size: 100%;
	width: 260px;
} 
#smworgtable-toc.smworgtable-toc th a {
	color: #164eaf;
}
 
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: right;
}
 
#smworgtable-toc #toc.toc {
	font-size: 110%;
}
 
#toc h2,
.toc h2 {
	display: none;
}
 
#toc .toctoggle,
.toc .toctoggle {
	text-align: right !important;
}
 
.smwblue {
	border: 1px solid black;
	background: #164eaf;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
}
 
.smworgange {
	border: 1px solid black;
	background: #d57520;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
}
 
.smwblue a,
.smworange a {
	color: #fff;
}
 
table.smworgsample {
	background: #C4D6F4;
	border: 1px solid #164EAF;
	margin: 0 0 0.5em;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
table.smworgsample tr {
	background: #fff;
}
 
table.smworgsample td {
	padding: 5px;
        vertical-align: top !important;
}
 
table.smworgsample th {
	background: #C4D6F4;
	border: 0px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
        vertical-align: top !important;
}
 
table.smworgsample th a {
	color: #fff;
}
 
#smworgsample-toc #toc {
	border: 0px solid #AAA;
	background-color: #ffffff;
	font-size: 100%;
	width: 260px;
} 
 
#smworgsample-toc #toc.toc {
	font-size: 110%;
}
 
.demo-30-percent-width {
	width:30%;
	clear:both;
}
 
h2.header-blue {
	margin: 3px;
	/*background: #e4ecf4 url('images/1/12/Header-bg.png') repeat-x scroll 0 0;*/
	background: #164eaf;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	border: 1px solid black;
	text-align: left;
	color: white;
	padding: 0.2em 0.4em;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
h2.header-blue a, div.header-blue a {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
}
 
h2.header-orange {
	margin: 3px;
	/*background: #e4ecf4 url('images/e/e4/Header-bg-orange.png') repeat-x scroll 0 0;*/
	background: #d57520;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	border: 1px solid black;
	text-align: left;
	color: white;
	padding: 0.2em 0.4em;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
h2.header-orange a,
div.header-orange a.external {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
}
 
div.button-orange a,
div.button-orange a.external {
	background:url('images/a/ae/Button-orange.png') no-repeat scroll 0 0 !important;
	color:white !important;
	font-size:30px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif !important;
	height:43px !important;
	padding: 0px !important;
	padding-top: 28px !important;
	position:relative;
	text-align:center;
	width:211px;
	display:block;
	margin: 0 auto;
}
 
.button-orange-sf a,
.button-orange-sf a.external {
	background:url('images/a/ae/Button-orange.png') no-repeat scroll 0 0 !important;
	color:white !important;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif !important;
	height:43px !important;
	padding: 0px !important;
	padding-top: 28px !important;
	text-align:center;
	width:211px;
	display:block;
	margin: 0 auto;
}
 
div.button-blue a,
div.button-blue a.external {
	background:url('images/1/1b/Button-blue.png') no-repeat scroll 0 0 !important;
	color:white !important;
	font-size:30px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	height:43px !important;
	padding: 0px !important;
	padding-top: 28px !important;
	position:relative;
	text-align:center;
	width:211px;
	display:block;
	margin: 0 auto;
}
 
/* misc */
.smw {
	width: 100%;
	vertical-align: top;
}
 
/* semantic balloon */
.smwtt {
	font-size: 1.5em;
}
 
/* Regular tables */
.wikitable tbody tr th {
	background-color: #dadada;
}
 
/* Sortable tables */
.sortable tbody tr th {
	background-color: #dadada;
}
 
/* Char Insert */
.my-buttons {
	padding: 0.5em;
}
 
.my-buttons a {
	color: black;
	background-color: #C4D6F4 !important;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	border: thin #003300 outset;
	padding: 0 .1em .1em;
}
 
.my-buttons a:hover,
.my-buttons a:active {
	background-color: #C4D6F4;
	border-style: inset;
}
 
/* Header Tabs */
.ui-tabs {
	padding: 0;
}
 
.ui-tabs .ui-tabs-panel {
	padding: 1em 1.4em 0;
}
 
.ui-tabs .ui-tabs-nav li {
	margin: 0 .1em;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 0.6em;
}
 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 0;
	border-color: #2C2C2C;
}
 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	color: white;
	font-weight: bold;
	background-color: #2C2C2C;
	border-bottom: 1px solid #2C2C2C;
}
 
.ui-widget-content a,
.ui-widget-content a:visited,
.ui-widget-content a.redirect,
.ui-widget-content a.redirect:visited {
	color:#FF012F;
}
 
.ui-widget-content a.new,
.ui-widget-content a.new:visited {
	color:#CC2200;
}
 
.ui-widget-content a.extiw {
	color:#3366BB;
}
 
.ui-widget-header {
	background: none repeat scroll 0 0 transparent;
	border-color: -moz-use-text-color -moz-use-text-color #c6c6c6;
	border-style: none none solid;
	border-width: 0 0 5px;
}
 
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border-bottom: 1px solid #c6c6c6;
}
 
.ui-tabs-panel div p br {
	display: none;
}

table.jquery-tablesorter th.headerSort {
    background:#6c6c6c;
}


.th.headerSort {
    background:#DADADA !important;
}

th.headerSort {
    background:#DADADA !important;
}
 
/* Liquid Threads */
.lqt_header_content {
	margin: -1em 0 1.5em;
}
 
.lqt-talkpage-header {
	background-color: #C4D6F4 !important;
}
 
.lqt_toc {
    border-collapse: collapse;
    width: 100%;
}
 
.lqt-post-wrapper {
	background: none repeat scroll 0 0 #FFF;
}
 
.lqt_post_new_message {
	background-color: #FFF !important;
	border: 1pt solid silver;
        width: 99%;
}
 
.thread-collapse-control a {
	background: url('images/f/fb/Arrow-down.png') no-repeat scroll 0 0 transparent;
}
 
.thread-collapse-control a.thread-control-collapsed  {
	background: url('images/c/c5/Arrow-right.png') no-repeat scroll 0 0 transparent;
}
 
/* Demo RunQuery Settings */
.demo-float-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}
 
.demo-float-left {
	margin-left:0px;
	margin-right:10px;
	float:left;
	clear:both;
}
 
.demo-center {
	display: inline-block;
}
 
/* Survey RunQuery Settings */
.survey-textarea {
	width: 99%;
}
 
/* syntax highlight and pre tags */
.mw-geshi {
	font-size: 10pt;
}
 
/**
 * Presentation class styling
 * @author mwjames
 */
.smw-presentation .slide h1 {
	color: #006699;
	font-size: 38px;
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: .33em;
	line-height: 40px;
	margin-top: -30px;
}
 
.smw-presentation .slide h2 {
	color: #006699;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: .3em;
}
 
.smw-presentation .slide h3 {
	color: #006699;
	font-size: 26px;
	font-weight: bold;
}
 
.smw-presentation .slide ul {
	color: #666;
	font-size: 28px;
 	line-height: 1.8em;
	vertical-align: middle;
	list-style-type: square;
	list-style-image: none;
}
 
.smw-presentation table.smw {
	color: #666;
	font-size: 120%;
}
 
.smw-presentation table.smw th {
	color: #e68f19;
 font-size: 120%;
}
 
.smw-presentation table.smw ul {
	color: #666;
	font-size: 110%;
}
 
.smw-presentation .gallerytext{
	font-style: italic;
	font-size: 80%;
	color: #ddd;
}
 
/* Event calendar help class */ 
.smw-eventcalendar {
	width: 100%;
	height: 350px;
}
 
/**
 * Tab/Panel right slide
 * @author mwjames
 */
#panel {
    /*position: absolute; */
	height: 100%;    
	background: transparent;
	right: 0;
}
 
#panel-content {
	position: relative;
	width: 0px;
	overflow: hidden;
	height: 100%;
	background: #fff;
	border: 0px solid #000;
	float:right;
	margin-left: 10px;
}
 
#panel-tab {
	position: relative;
	top: 2px;
/*	width: 50px;*/
/*	height: 100%;*/
	background-color: transparent;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: -10px;
	margin-left: 10px;
}
 
#smwTab {
/*	position: relative;*/
/*	top: 1px;*/
/*	height: 70px;*/
/*	width: 70%;*/
	color: white;
	float: right;
	margin: 0px;
	padding: 0px;
	background: #164EAF;
 	display: block;	 
	cursor:pointer;	
	border: 2px solid #fff;	
	border-right: 0;
/*	-moz-border-radius-topright: 5px;*/
	-webkit-border-top-left-radius: 5px;
/*	-moz-border-radius-bottomleft: 5px;*/
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 5px 0 0 5px;
	filter: progid:DXImageTransform.Microsoft.DropShadow(sProperties);
	-webkit-box-shadow: 0px 1px 5px 0px #000;
	-moz-box-shadow: 0px 1px 5px 0px #000;
}
 
#smwTab p {
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	color: white;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin: 25px -10px;
}
 
/* Browser specific (not valid) styles to 
 * make preformatted text wrap 
*/		
pre,
div.smwpre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Stuff needed for sponsoring boxes*/
div.confsponsor-box {
    border: 1px solid black;
    width: 100px;
    height: 18px;
    background-color: silver;
    position: absolute;
    top: -20px;
    left: -1px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
div.gold-box {
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}
div.platinum-box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
}
 
/* Styles for Agenda */
/*
	PT Sans, 400, 400 italic, 700, 700 italic
*/
@import "http://webfonts.ru/import/ptsans.css";
 
/* Responsive */
 
@media screen and (max-width: 960px) {
    .ag-push-top .ag-top-column-right {
        margin-left: 0px !important;
        display: block !important;
    }
    /* On every odd child show dev badge 
    .agenda-line .agenda-item:nth-child(3n) .ag-item-title .badge-dev {
        display: inline-block !important;
    }
    .agenda-line .agenda-item:nth-child(2n) .ag-item-title .badge-beg {
        display: inline-block !important;
    }*/
}
 
/* Normal styles */
 
.agenda-block {
    font-family: "PT Sans";
    margin: 40px 0px 40px 0px;
    max-width: 790px;
    font-size: 100%;
}
 
.agenda-block-header {
    font-size: 24px;
    font-family: Verdana;
    margin-left: 30px;
    margin-bottom: 30px;
}
 
.agenda-block-header .ag-title {
    color: black;
}
 
.agenda-block-header .ag-date {
    color: #1c56ac;
    padding-left: 5px;
}
 
.agenda-block-list {
    position: relative;
    margin-left: 70px;
    border-left: 2px solid #1c56ac;
    border-right: 2px solid #1c56ac;
    border-bottom: 2px solid #1c56ac;
    padding: 30px 0 30px 0;
}
 
.ag-push-top {
    position: relative;
    top: -30px;
    height: 30px;
    width: 100%;
    /*margin-bottom: -30px;*/
    color: white;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59);
    font-size: 15px;
}
 
.ag-push-top .ag-top-column-left {
    display: inline-block;
    background: transparent url('/w/images/d/d8/Agenda-bg-blue.png') 0 0 repeat-x;
    width: 49%;
    height: 30px;
    text-indent: 40px;
    line-height: 28px;
}
 
.ag-push-top .ag-top-column-right {
    display: inline-block;
    background: transparent url('/w/images/1/1e/Agenda-bg-orange.png') 0 0 repeat-x;
    width: 49%;
    margin-left: 10px;
    height: 30px;
    text-indent: 40px;
    line-height: 28px;
}
 
.ag-push-left {
    position: relative;
    left: -80px;
    width: 80px;
    height: 40px;
    background: transparent url('/w/images/4/45/Agenda-bg-left.png') 0 0 repeat-x;
    margin-bottom: -40px;
    color: white;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    text-indent: 20px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59);
    font-size: 16px;
}
 
.agenda-item {
    width: 320px;
    margin: 3px 10px 0 20px;
    /*display: inline-block;*/
    float: left;
    padding: 0;
    min-height: 120px;
}
 
.ag-item-pic {
    border-radius: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    border: 4px solid rgba(28, 86, 172, 0.73);
}
 
.ag-item-pic-normal {
    border: 4px solid rgba(28, 86, 172, 0.73);
}
 
.ag-item-pic-dev {
    border: 4px solid rgba(181, 133, 18, 0.89);
}
 
/*.agenda-line .agenda-item:nth-child(odd) .ag-item-pic {
    border: 4px solid rgba(181, 133, 18, 0.89) !important;
}
 
.agenda-line .agenda-item:nth-child(odd) .ag-item-title a {
    color: rgba(181, 133, 18, 0.89) !important;
}
 
.agenda-line .agenda-item:nth-child(odd) .ag-item-text .ag-item-more a {
    color: rgba(181, 133, 18, 0.89) !important;
}*/
 
.ag-item-desc {
   padding-left: 80px;
}
 
.ag-item-title {
    padding-bottom: 4px;
}
 
.ag-item-title a {
    font-size: 15px;
    color: #1c56ac;
    font-weight: bold;
    text-decoration: none;
}
.ag-item-title a:hover {
    color: #1e67da;
}
 
.agenda-line {
    overflow: hidden;
    margin-bottom: 0px;
}
 
.ag-item-author {
    font-size: 14px;
    text-align: left;
}
 
.ag-author-name {
    font-weight: bold;
    color: #747474;
}
 
.ag-author-job {
    color: #b9b9b9;
    padding-left: 2px;
    font-size: 13px;
}
 
.ag-item-text {
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #868686;
    line-height: 15px;
}
 
.ag-item-span-text {
    overflow: hidden;
    height: 30px;
    display: block;
}
 
.ag-item-more {
    margin-top: 5px;
    color: #868686;
    font-size: 13px;
    text-align: right;
}
 
.ag-item-more a {
    text-decoration: none;
    border-bottom: 1px dotted #1c56ac;
    color: #1c56ac;
}
.ag-item-more a:hover {
    color: #1e67da;
}
 
.item-coffee {
    text-align: center;
    width: 209px;
    height: 55px;
    margin: 10px auto 0 auto;
    background: transparent url('/w/images/f/fa/Agenda-cb.png') 0 0 no-repeat;
}
.item-food-break {
    text-align: center;
    width: 209px;
    height: 55px;
    margin: 10px auto 10px auto;
}
.ag-stripes {
    /*background: linear-gradient(45deg, white 25%,
    #ebebeb 25%,
    #ebebeb 50%,
    white 50%,
    white 75%,
    #ebebeb 75%);
    background-size:50px 50px;*/
    border-top: 1px dotted #1e67da;
    padding: 0px;
    margin-bottom: 0px;
}
 
.ag-item-badge {
    padding: 1px 2px 1px 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: white;
    display: none;
    font-size: 10px;
    position: relative;
    top: -1.5px;
}
 
.badge-dev {
    background-color: rgba(175, 113, 0, 0.83);
}
 
.badge-beg {
    background-color: rgba(60, 66, 131, 0.84);
}
 
.ag-line-title {
    padding: 10px 0 8px 20px;
    font-size: 18px;
    color: black;
    text-align: left;
    border-top: 1px dotted #1e67da;
}
 
.agenda-line:after {
    content:"";
    display:table;
    clear:both;
}
 
.smw-promo-btn {
 width:150px;
 height:29px;
 background: transparent url('/w/images/a/a5/Btn_blue_sprite.png') 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.smw-promo-btn:hover {
 background-position-y: -29px;
}
 
.smw-promo-btn2 {
 width:150px;
 height:29px;
 background: transparent url('/w/images/9/95/Btn_or_sprite.png') 0 0 no-repeat;
 cursor: pointer;
 display: inline-block;
}
.smw-promo-btn2:hover {
 background-position-y: -29px;
}
 
/* Single column */
 
.single-column {
 
}
 
 
.single-column .ag-top-column-left {
    display: none !important;
}
 
.single-column .ag-top-column-right {
    display: none !important;
}
 
.single-column .agenda-item {
    width: 640px !important;
}
 
.ag-item-author:empty, .ag-author-name:empty, .ag-author-job:empty{
 display:none !important;
}
 
.agenda-keynote {
	border: 1px solid rgba(255, 165, 0, 0.34);
	margin-bottom: 25px;
	border-radius: 5px;
	/*background-color: rgba(255, 165, 0, 0.22);*/
	padding: 20px;
background: rgb(254,252,234);
background: -moz-linear-gradient(-45deg,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1)));
background: -webkit-linear-gradient(-45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
background: linear-gradient(135deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 );
 
}
.agenda-keynote .ag-item-span-text {
 text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.69);
}
 
.agenda-block-header {
margin-bottom: -40px;
border: 2px solid rgb(27, 27, 112);
padding: 5px 10px 5px 15px;
border-radius: 3px;
 
/*background: rgb(184,225,252);
background: -moz-linear-gradient(-45deg,  rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1)));
background: -webkit-linear-gradient(-45deg,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
background: linear-gradient(135deg,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=1 );*/
 
 
background: rgb(207,231,250);
background: -moz-linear-gradient(-45deg,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(207,231,250,1)), color-stop(100%,rgba(99,147,193,1)));
background: -webkit-linear-gradient(-45deg,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
background: linear-gradient(135deg,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=1 );
 
text-shadow: 1px 1px 1px white;
}
 
.ag-push-duration {
 top: 35px;
 width: 60px;
 left: -62px;
 height: 30px;
 /*border: 1px solid rgb(86, 97, 226);*/
 text-indent: 7px;
 font-size: 14px;
 font-weight: bold;
 line-height: 34px !important;
background: rgb(123, 178, 204);
 border-right: 0px;
 border-radius: 2px;
 box-shadow: 0px 1px 3px 0px rgba(95, 44, 4, 0.25);
background: rgb(249,198,103);
background: -moz-linear-gradient(-45deg,  rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(249,198,103,1)), color-stop(100%,rgba(247,150,33,1)));
background: -webkit-linear-gradient(-45deg,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
background: linear-gradient(135deg,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=1 );
 
 
}
 
/* End styles for Agenda */
 
/* ... */
.frontpagebackground {
	background-image: url('/w/images/a/a6/Smw-hp-frontpagebackground.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
//	margin-top: -20px;
//	margin-left: -25px;
//	margin-right: -25px;
}
 
.button-orange-new {
	background-color: #FFB30F ;
	border: 0;
	float: none;
	padding: 15px 10px;
	font-size: 24px;
	line-height: 28px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	font-size: 18px;
	line-height: 20px;
	white-space: normal;
	cursor: pointer;
}
 
.button-orange-new a {
	color: #fff;
}
 
.frontpagegettingstartedbutton {
	line-height: 110%;
	width: 200px;
	margin-left: 10px;
	float: right;
	text-align: center;
}
 
.frontpagesectionheader {
	background-color: #4676EA;
	border: 0;
	float: none;
	padding: 10px 10px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
 
.smw-light-blue {
	background-color: #4676EA;
}
 
.smw-dark-blue {
	background-color: #164EAF;
}

#cwi-dynamic-nav {
background:#d3d3d3;
border-top-left-radius:5px;
border-top-right-radius:5px;
font-size:0.75em;
border-collapse:collapse;
}

#cwi-dynamic-nav a {
color:black;
}

#cwi-dynamic-nav a.visited {
color:black;
}


#cwi-dynamic-nav td {
}

#cwi-dynamic-nav td strong {
display:block;
padding:8px 14px 8px 14px;
background:#f8f8f8;
font-weight:normal;
}

#cwi-dynamic-nav td a {
display:block;
padding:8px 14px 8px 14px;
}

#cwi-dynamic-nav td a:hover {
color:black;
display:block;
background:#f8f8f8;
text-decoration:none;
}

#cwi-dynamic-nav td a.active {
color:black;
display:block;
background:#f8f8f8;
}

.hf-nsfooter {
position:relative;
top:10px;
}
.hf-nsfooter a {
color:white;
}
.hf-nsfooter a:visited {
color:white;
}
.hf-nsfooter a:active {
color:white;
}
.hf-nsfooter a:hover {
color:white;
text-decoration:underline;
}
.hf-nsfooter a.external {
color:white;
}

#bif-p-search {
display:inline;
}
#sat-p-search {
display:inline;
}
#gravid-p-search {
display:inline;
}

.hf-nsfooter {
position:relative;
top:10px;
}

.hf-nsfooter-IoTSec a {
color:black;
}
.hf-nsfooter-IoTSec  a:visited {
color:black;
}
.hf-nsfooter-IoTSec  a:active {
color:black;
}
.hf-nsfooter-IoTSec  a:hover {
color:black;
text-decoration:underline;
}
.hf-nsfooter-IoTSec  a.external {
color:black;
}


#cwi-personal-tools li#t-whatlinkshere { display:none }
#cwi-personal-tools li#t-recentchangeslinked { display:none}
#cwi-personal-tools li#t-permalink { display:none}