html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
html{ font-size: 16px; font-family: "times", "times new roman", serif; }
body{ height: 100%; }
#body{ min-height: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer,  header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	margin: 1em 40px;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

html,body{ margin: 0; padding: 0;}
html, body, #template, #html{height: 100%;}

.layout{width: 900px; margin: 0px auto;}
.row{clear: both; float: left; width: 100%; position: relative; }
.column{float:left; min-height:1px; overflow:visible !important;}
		
p{margin-bottom:1em;}
.clear{clear:both;}

/* #template button{padding: 2px 6px 3px;} */
input[type='text']{width:200px; padding: 3px 2px 3px 2px; font-size: 0.95em; line-height: 1em;}

input.long{width:411px;}
input.short{width:100px;}
input.chk{width: auto; margin-right:5px;}
input.error{background:#FFFFDD; }

#templatefooter{text-align: center; clear:both;}

.field-block input,
.field-block textarea{margin:0 0 1px 0;}

/* mobile styles */
#mobile-canvas .row{
	float: none;
	width: 100%;
	clear:none;
}

#mobile-canvas .columns-widget .col{
	float: none;
	width: 100%;
}

#mobile-wrapper{
 	 position: relative;
    overflow: hidden;
    width: 100%;
}
#mobile-canvas{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

#template.shownav #mobile-canvas{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}




pre{white-space: normal;}
blockquote{
	margin: 9px 18px;
	padding: 9px;
	border-left: 4px solid #AAA;
	font-style: italic;
	display: flex;
}

p{}
dl{margin: 9px 27px;}
dt{margin-top: 0px;}
dd{
	padding-left: 0px;
}

pre{
	white-space: normal;
	font-family: Consolas, "Andale Mono", "Courier New", Courier, monospace;
	font-size: 14px;
	margin: 9px 18px;
	padding: 9px;
}

blockquote.specific{
	border-color: #d7d7d7;
	border-left: 5px solid;
	margin: 10px;
	padding:10px;
}

.pagination{text-align: center;}
.pagination ul{list-style: none; padding: 0; margin: 0;}
.pagination li{list-style: none; display: inline-block; margin: 0; padding: 0;}
.pagination li a{ margin: 2px; }
.pagination li a.current{ color:#fff; background:#000; }

table.cfdump_query,
table.cfdump_struct{color:#000 !important;}



/*
.button, .btn, button, #template .formWizForm input[type=submit], input[type=submit]{
	color: #fff;
	background: #3776ea;
	padding: 0.5em 1.5em;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	transition: .2s ease-in;
	border: none;
	cursor: pointer;
	margin-top: 1em;
}

.button:hover, .btn:hover, button:hover, #template .formWizForm input[type=submit]:hover, input[type=submit]:hover {
	color: #fff;
	background: #000;
}
*/

div.tab-block{
	background:rgba(255,255,255,0.9);
	padding:6px 6px 0;
	border-radius: 4px 4px 0 0;
	position: relative;
	min-width: 210px;

}
div.tab-block:before{
	content:"";
	border-bottom: 1px solid #bbb;
	width:100%;
	height: 2px;
	position: absolute;	
	bottom:0;
	left:0;
}
div.tab-block ul.tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    width: 50%;
    white-space: nowrap;
    padding:0;
    min-width: 200px;

}

div.tab-block ul.tabs li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
	line-height: 3em;
	height: 3em;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .8px;
    width: 15%;
    min-width: 80px;
	border-radius: 4px 4px 0 0;
	border:1px solid #bbb;
	border-bottom:none;
}

div.tab-block ul.tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
    cursor: pointer;
    background-color:  rgba(193, 193, 193, 0.8);
	color:#333;
}
ul.tabs li:hover a{
	background-color: rgba(134, 134, 134, 0.6);	
}

div.tab-block ul.tabs li:active a,
div.tab-block ul.tabs li.active a{
	font-weight: bold;
	background-color: #fff;
	color:#000;
} 


div.tab-block ul.tabs li.disabled a {
    color: #f9c9cb;
    cursor: default
}

/*
div.tab-block + div{
	background:#fff;
	padding:1em;
    min-width: 210px;

}
*/

/*
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right
}
*/


