/* these styles are in the head of this page because this is a unique page */

@import url(https://fonts.bunny.net/css?family=open-sans:300,400,600,700,800);

/* THE BIG GUYS */
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    padding: 3rem 2rem 3rem;
    background: #606062;
    color: #333;
    font: 0.9rem/1.2rem 'Open Sans', sans-serif;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 3rem 30rem;
	margin: 0.5rem;
}

.body-embed {
    padding: 0;
    background: #ffffff;
    font: 0.9rem/1.2rem 'Open Sans', sans-serif;
}

img {
    border: none;
    display: block;
}
img.logo {
	width: 100%;
	max-width: 20rem;
	height: 100%;
	flex-grow: 2;
	margin: 0 auto;
}

hr {
    margin: 1em 0;
    background: #eee;
    height: 1px;
    color: #eee;
    border: none;
    clear: both;
}

/* LINKS */
a, a:link, a:link, a:link, a:hover {
    text-decoration: none;
    color: #777;
    border-bottom: 1px dotted #ccc;
}

a:link, a:visited {
    text-decoration: none;
    color: #777;
    border-bottom: 1px dotted #ccc;
}
.ui-tabs-nav a {
    border: none ! important;
    text-decoration: none;
}
a:visited {
    color: #999;
}

a:hover, a:active {
    color: #069;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
}

/* LISTS */
ul {
    margin: .3em 0 1.5em 2em;
}

ul.related {
    margin-top: -1em;
}

li {
    margin-left: 2em;
}

dt {
    font-weight: bold;
}

#wrap {
    background: #fff;
    position: relative;
    text-align: left;
    width: 920px;
	box-shadow: 0px 3px 55px -3px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0px 3px 55px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 3px 55px -3px rgba(0,0,0,0.38);
}

#languagebar {
    padding: 0.25rem 1.5rem 0;
	display: flex;
	gap: 0.25rem 0.5rem;
}

#languagebar a:link, #languagebar a:visited {
    text-decoration: none;
    color: #777;
    font-weight: normal;
	display: block;
	padding: 0.25rem 0.5rem;
	transition: all .5s;
	border-bottom: 0;
}

#languagebar a:hover {
    text-decoration: none;
    color: #333;
	border-bottom: 0;
	background: #dedee2;
}

#languagebar span {
	padding: 0.25rem 0.5rem;
	display: block;
	background: #dedee2;
	color: #000;
}

#header {
	background: #6e6e70;
}

#header h1 {
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

#header h1 a, #header h1 a:visited {
	transition: all .5s;
	color: #fff;
	padding: 1rem 1.5rem 1rem;
	display: inline-block;
}
#header h1 a:hover {
	color: #ffcb06;
}

#content {
    padding: 0 1.5rem 1.5rem;
}

#footer {
	padding: 1rem 1.5rem;
	color: rgba(0, 0, 0, 0.5);
	background: #eee;
}

/* TYPOGRAPHY */
p, ul, ol {
    margin: 0 0 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    margin: 1.2em 0 0.75em;
    color: #000;
    padding-bottom: .1em;
}

h1 {
    font-size: 196%;
    margin-top: 0;
    border: none;
}

h2 {
    font-size: 136%;
}

h3 {
    font-size: 126%;
}

h4 {
    font-size: 116%;
    font-weight: bold;
}

h5 {
    font-size: 106%;
}

h6 {
    font-size: 96%;
}

input {
    border: 1px solid #6e6e70;
    padding: 0.75rem 1rem;
	font-size: 1rem;
	margin: 0.5rem 0 0 0.5rem;
}
input:focus {
	border: 1px solid #ffcb06;
}

h1 a {
    text-decoration: none;
    border: none ! important;
    color: white;
}

h1 a:hover {
    border-bottom: 1px dotted #eee;
}

#content {
    margin-top: 0.5rem;
}

.old {
    text-decoration: line-through;
}

dl dt {
    color: #333;
}

dl dd {
    color: #666;
    margin-left: 3em;
/*    font-family: monospace; */
}

.efieldlist {
    padding: .4em;
    margin: .8em;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.efieldlist.warning {
    background-color: #922;
    border: 1px solid #333;
    color: white;
}

.efieldlist.warning h5 {
    color: white;
}

.efieldlist h5 {
    font-weight: bold;
    color: #200;
    margin: .3em;
}

.trackidtext {
    border: 1px dashed #aaa;
    background: #eaeaea;
    padding: .6em;
    margin: .4em;
}

.trackidtext .trackid {
    border: 1px solid #ccc;
    background: #eee;
    margin: .4em;
    padding: .4em;
    font-family: monospace;
    font-size: large;
}

div.caution {
    background-color:  #ffcb06;
    background-repeat: no-repeat;
    padding: .5rem .75rem;
    margin: 0 0 1rem;
	color: #000;
}

th.rowtitle {
    text-align: left;
}
.youareadmin {
    border: 1px solid #aaa;
    margin-left: 1em;
    padding: 5px;
}
.enablebox table {
    border: 1px solid #eee;
    margin-left: 1em;
}
.enablebox.mini table {
    float: right;
}
.enablebox tr td {
    padding: .5px 1em 1px .5em;
    margin: 0px;
}
.enablebox {
    font-size: 85%;
}
.enablebox tr.enabled td {
    background: #eee;
}
.enablebox tr.disabled td {
    background: #ccc;
}

.metadatabox {
    overflow: scroll;
    border: 1px solid #eee;
    padding: 0.5em;
    border-radius: 3px;
}
div.preferredidp {
    border: 1px dashed #ccc;
    background: #eee;
    padding: 2px 2em 2px 2em;
}

table.modules {
    border-collapse: collapse;
}
table.modules tr td {
    border-bottom: 1px solid #ddd;
}
table.modules tr.even td {
    background: #f0f0f0;
}

/* Attribute presentation in example page */
table.attributes {
    width: 100%;
    margin: 0px;
    border: 1px solid #bbb;
    border-collapse: collapse;
}

table.attributes td.attrname {
    text-align: right;
}

table#table_with_attributes .attrname {
    font-weight: 700 !important;
}

table.attributes tr.even td {
    background: #eee;
}

table.attributes tr td {
    border-bottom: 1px solid #bbb;
    border-left: 0px;
    border-right: 0px;
    background: #fff;
    padding-top: 5px;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: top;
	width: 50%;
	padding: 0.5rem 1rem;
}

.attrvalue {
    word-break: break-all;
    word-wrap: break-word;
}

table#table_with_attributes tr:last-child td {
    border-bottom: none;
}

fieldset.fancyfieldset {
    margin: 2em 1em 1em 0px;
    border: 1px solid #bbb;
}
fieldset.fancyfieldset legend {
    margin-left: 2em;
    padding: 3px 2em 3px 2em;
    border: 1px solid #bbb;
}

div#confirmation input {
    margin-top: .5em;
    margin-bottom: .5em;
}
div#confirmation {
    border: 1px solid #aaa;
    background: #eee;
    padding: .6em 1em .1em 1em;
}

caption {
    display: none;
}

/* Left-to-Right CSS for RTL (Right to Left Support) */
.float-r {
    float: right;
}
.float-l {
    float: left;
}

#mobile_remember_username, #mobile_remember_me {
    display: none;
}

.btn, .btnaddonright {
    text-align: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
	margin: 0.5rem 0 0 0.5rem;
	border: none;
	display: inline-block;
	padding: .75rem 1.25rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1rem;
	transition: all .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn:after, .btnaddonright:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6e6e70;
    z-index: -2;
}

.btn:before, .btnaddonright:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #ffcb06;
	transition: all .5s;
	z-index: -1;
}
.btn:hover, .btnaddonright:hover {
    color: #6e6e70;
}
.btn:hover:before, .btnaddonright:hover:before {
    width: 100%;
}
/*
.btn:hover, .btnaddonright:hover {
    border-color: #ccc;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
}
*/

.btn img,
.btnaddonright img {
    max-height: 15px;
    max-width: 15px;
}

.topright {
    position: absolute;
    right: 2em;
}

.input-group {
    display: table;
}

.input-group pre {
    background: white;
    position: relative;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #eee;
    padding: 0.5em;
    display: table-cell;
}

.input-group .btnaddonright {
    position: relative;
    display: inline-block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-left: none;
}

.input-group .btnaddonright:hover {
    border-left: 1px solid #ccc;
}

.input-group .input-left {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #header, #languagebar, #footer, .erroricon, .loginicon, .logintext,
    #regular_remember_username, #regular_remember_me {
        display: none;
    }
    body {
        font-size: 1.1rem;
    }
    #wrap {
        margin: 0;
		padding: 0.5rem;
		width: 100%;
		overflow-x: hidden;
    }
    h1,h2,h3,h4 {
        font-size: 1.1rem;
		font-weight: 700;
    }

    #content {
        margin-bottom: 10px;
        padding: 0;
        padding-left: 5px;
    }
    input[type="text"], input[type="password"] {
        height: 1.5em;
        font-size: 1em;
		margin-left: 0;
		margin-bottom: .5rem;
    }
    .youareadmin {
        font-size: 50%;
    }
    #mobilesubmit, #mobile_remember_username, #mobile_remember_me {
        display: table-row;
    }
	td {
		display: block;
	}
	.btn {
		margin-left: 0;
	}
	table.attributes tr td {
		width: 100%;
		border-right: 1px solid #bbb;
		display: block;
	}
}