#footer {
	z-index: 1000;
}

#footer a {
	border-style: none !important;
    background: none !important;
}

#footer_menu li {
	margin-left: 0px;
}

#footer_menu li a {
	border-style: none !important;
    background: none !important;
}

#social li {
	margin-left: 0px;
}

#footer_menu li h2 {
	border-top-style: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: none !important;
	text-align: left;
}

#footer_menu li a.yellow {
	color: yellow !important;
	font-weight: bold;
	font-size: 14px;
}

#footer_menu li a.yellow:hover {
	color: red !important;
	font-weight: bold;
	font-size: 14px;
}

#footer_menu p {
	color: #d4ff7b !important;
}

#footer_menu li div.dropdown_3columns p a {
	color: #82d5fe;
}

ul#cssInfos {
	position: fixed;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 5px 10px;
	padding-top: 10px;
	list-style-type: none;
		
	-webkit-border-top-left-radius: 5px;
	background-color: rgba(240, 240, 255, 0.8) !important;
	background-color: rgb(240, 240, 255);
	font-size: 8pt;
	border: 1px solid rgb(200, 200, 215);
	color: rgb(80, 80, 95);
	border-bottom: none;
	border-right: none;
}

ul#cssInfos li {
	margin-bottom: 0.2em;
}

ul#cssInfos li a{
	color: rgb(80, 80, 95);
	font-weight: normal;
	font-style: normal;
}

#cmsworker {
	height: 30px;
	background-image: url(../images/warning.png);
	background-color: #fbff1d;
	top: 0;
	right: 0;
	left: 0;
	font-size: 11px;
	font-weight: bold;
}

#debugform {
	display: inline;
	background-color: rgba(252,255,151,0.75);
	color: black;
	left: 10px;
	float: left;
	height: 26px;
	padding: 2px 10px;
}

#debugform input.text.span-4 {
	width: 110px;
}

#cssInfos li {
	list-style-position: inside;
	opacity: 1;
	list-style-type: none;
}

/* TBCMS */

.tbcmsBlock { 
	position: relative;
	height: 100%;
	background-color: white;
}

.tbcmsHeader { 
	height: 45px; 
	padding: 6px 16px; 
	color: white; 
	background-color: #007bff; 
	font-size: 16px;
}

.tbcmsHeaderLogo { 
	font-size: 30px;
}

.tbcmsHeader strong {
	font-size: 24px;
	margin-left: 10px;
}

.tbcmsClose {
	font-size: 30px;
	float: right;
	text-decoration: none;
	color: yellow !important;
}

.tbcmsBody { 
	width: 92%;
	margin: 15% auto; 
}
		
.tbcmsFooter {
	position: absolute;
	bottom: 5px;
	left: 10px;
	right: 10px;
	height: 25px;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 16px; 
	background-color: #007bff;
	color: white;
}

.tbcmsError {
	background:#fbe3e4;
	color:#8a1f11;
	border-color:#fbc2c4;
	-webkit-border-radius: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}

.tbcmsInDraftCheckbox {
	position: absolute;
	left: 35px;
	top: 55px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.tbcmsInLockCheckbox {
	position: absolute;
	left: 235px;
	top: 55px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.tbcmsSaveButton {
	position: absolute;
	top: 50px;
	float: right;
	right: 10px;
	cursor: pointer;	
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border:1px solid #007bff;
	background-color: #007bff;
	color: white;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 16px;
	line-height: 12px;
	text-decoration: none;
}

.tbcmsSaveButton:hover {
	background-color: yellow;
	color: #007bff;
}

table { 
	border-style: none;
}

tbody.tbcmsTable { 
	border-style: none;
}

.tbcmsTable {
	position: absolute;
	top : 80px;
	background-color: white;
	margin: 0px;
	padding: 0;
	border-spacing: 0;
	text-shadow: none;
	border-style: none;
}

.tbcmsTable td {
	position: relative;
	left : 10px;	
	right: 10px;
	margin: 0;
	padding: 0;
	border-style: none;
	font-size: 12px;
	line-height: 24px;
}

table.tbcmsTable tr td:first-child { 
	text-align: left; 
	padding-left: 0px; 
	border-left: 0;
	padding: 0;
	border-style: none;
}

.tbcmsTable td input {
	Xmargin-top: 5px;
	Xmargin-bottom: 5px;
	Xmargin-left: 25px;
	Xpadding: 3px;
}

.tbcmsTable td select {
	Xmargin-top: 5px;
	Xmargin-bottom: 5px;
	Xmargin-left: 25px;
	Xpadding: 3px;
}

.tbcmsLabel {
	background-color: #007bff;
	color: #fff;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: inline-block;
	padding: .25em .4em;
	line-height: 1;
	white-space: nowrap;
	border-radius: .25em;
	vertical-align: baseline;
	text-align: center;
	transition : color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tbcmsEditorDataString {
	margin-top: 3px; 
	margin-bottom: 3px; 
	display: block;
	height: 32px;
}

.tbcmsEditorDataString.text {
	width:598px !important;
	display: block;
	clear: left;
}

.tbcmsEditorDataText {
	margin-top: 3px; 
	margin-bottom: 3px; 
	margin-left: 25px;
	display: block;
	width:598px !important;
	clear: left;
}

.tbcmsEditorDataPopup { 
	margin-top: 3px; 
	margin-bottom: 3px; 
	display: block;
	width:598px !important;
	height: 48px; 
	clear: left;
}

.tbcmsEditorRadio { /* TODO */
	background-color: red;
	margin-top: 13px; 
	margin-bottom: 3px; 
	display: block;
	width:598px !important;
	height: 24px; 
	clear: left;
}

.tbcmsEditorDataCheckbox { 
	margin-top: 3px; 
	margin-bottom: 3px; 
	display: block;
	width:598px !important;
	height: 24px; 
	clear: left;
}

.tbcmsEditorDataFourCorner { 
	background-color: #007bff;
	color: #fff;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: inline-block;
	padding: .25em .4em;
	line-height: 1;
	white-space: nowrap;
	border-radius: .25em;
	vertical-align: baseline;
	text-align: center;
	transition : color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: 3px; 
	margin-bottom: 3px; 
	margin-left: 20px; 
	height:18px; 
	width: 100px !important; 
}

.tbcmsEditorDataMarkdown {
	margin-top: 3px; 
	margin-bottom: 3px; 
	margin-left: 25px;
	display: block;
	width:598px !important;
	clear: left;
}

.tbcmsEditorDataNumber {
	margin-top: 3px; 
	margin-bottom: 3px; 
	display: block;
	height: 32px;
}

.tbcmsEditorDataColor {
	margin-top: 3px; 
	margin-bottom: 3px; 
	margin-left: 25px;
}










.snowDraftMode {
	background-image: url(../images/draft.png);
	padding: 7px;
}

.snowDraftModeContent {
	background-color: white;
}



.snowMatrix {
	color: #212121;
}

#MainWidgetCreator tbody tr td.snowMatrix table {
	width: 610px;
	padding: 0;
	margin: 0;
}

#MainWidgetCreator tbody tr td.snowMatrix table tbody tr td table.TBMatrixTable {
	width: 150px;
	padding: 0;
	border-style: none;
	margin: 0;
}

#MainWidgetCreator tbody tr td.snowMatrix table tbody tr td {
	padding: 0;
	margin: 0;
	float: left;
}

#MainWidgetCreator tbody tr td.snowMatrix table tbody tr td table.TBMatrixTable tbody tr td input {
	width: 18px;
	height: 14px;
}

#MainWidgetCreator table tbody tr td {
	font: italic 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#SideWidgetCreator tbody tr td.snowMatrix table, #SidebarWidgetCreator tbody tr td.snowMatrix table{
	width: 610px;
	padding: 0;
	margin: 0;
}

#SideWidgetCreator tbody tr td.snowMatrix table tbody tr td table.TBMatrixTable, #SidebarWidgetCreator tbody tr td.snowMatrix table tbody tr td table.TBMatrixTable {
	width: 150px;
	padding: 0;
	border-style: none;
	margin: 0;
}

#SideWidgetCreator tbody tr td.snowMatrix table tbody tr td, #SidebarWidgetCreator tbody tr td.snowMatrix table tbody tr td {
	padding: 0;
	margin: 0;
	float: left;
}

#SideWidgetCreator tbody tr td.snowMatrix table tbody tr td table.TBMatrixTable tbody tr td input, #SidebarWidgetCreator tbody tr td.snowMatrix table tbody tr td table.TBMatrixTable tbody tr td input {
	width: 18px;
	height: 14px;
}

#SideWidgetCreator table tbody tr td, #SidebarWidgetCreator table tbody tr td {
	font: italic 12px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
}


.snowMatrix table tbody tr td {
	text-align: left;
}



.widgetEditBody {
	margin-left:20px;
	margin-right: 35px;
	padding-top: 5px;
}








.widgetEditorDataNumber.text.number {
	width:598px !important;
	background-color: #eaeaea;
	height: 20px;
	display: block;
	clear: left;
	margin: 0;
}

.widgetEditorDataFourCorner.text.number {
	width: 120px !important; /*XXX*/
	background-color: #eaeaea;
	height:20px;
	margin: 0;
	line-height: 20px;
}

.widgetEditorDataColor.text.color {
	width:598px !important;
	background-color: #eaeaea;
	height: 20px;
	display: block;
	clear: left;
	margin: 0;
}

.widgetEditorDataCheckbox {
	height: 20px;
	margin: 0;
	float: left;
}

.widgetEditorDataText {
	width:598px !important;
	display: block;
	margin: 0;
}

.widgetEditorDataMarkdown {
}

img.widgetEditorLogoImage {
	float: left;
}

span.widgetEditorDataFourLabel {
	color: gray;
}

li.menudebuger {
	color: red;
	background-color: yellow;
	border: 2px dotted black;
	list-style-type: none;
	padding-left: 20px;
	margin-left: 12px;
	margin-right: 12px;
}







.widgetEditLabel {
	color: white;
	background-color: #5a6475;
	float: left;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	padding-right: 10px;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 120px;
	font-weight: bold;
	font-size: 12px;
	height: 19px;
}

.widgetEditDataString {
	width: 500px;
	height: 20px;
	display: block;
	clear: left;
}

.widgetEditDataText {
	width: 420px;
	height: 60px;
	display: block;
	clear: left;
}

.widgetEditDataPopup {
	float: none;
	height: 22px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}

.widgetEditDataCheckbox {
	height: 22px;
	margin-left: 10px;
}










.widgetEditButtonList td {
	color: #414b5e;
	padding: 5px;
	height: 13px;
}

.widgetEditButtonList {
	float: left;
	clear: left;
}
