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

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

body {
    background: #f7f8f9;
}

.material-icons {
    vertical-align: bottom;
    font-size: 1.2rem;
}

code {
    background: #f5f5f5;
    border: 1px dotted #bbb;
    padding: 1em;
    color: #555;
    display: inline-block;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #004e9f;
    background-color: #004e9f;
}

button.btn-primary, input.btn-primary, a.btn-primary {
    height: 40px;
    color: white;
    background: #004E9F;
    border-color: #004E9F;
}

#logo a {
    border: none;
    display: inline-block;
    text-decoration: none;
}

#logo img {
    height: 40px;
    margin-right: 10px;
}

#logo .logo-text {
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 1.5rem;
    color: black;
    /*text-transform: uppercase;*/
}

.paper {
    padding: 0 10%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    margin: 14px 0;
}

#header {
    background: #004E9F;
    color: #ffffff;
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
}

#outer .paper.row, #top .paper.row {
    margin: 0;
}

.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card.centered {
    margin: 0 auto;
    max-width: 500px;
}

.body-embed {
    padding: 0;
    background: #ffffff;
    font: 83%/1.5 arial, tahoma, verdana, sans-serif;
}

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

/* LINKS */
a, a:link, a:link, a:link, a:hover {

    color: #004e9f;
    text-decoration: none;
    font-weight: normal;
}


a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #004e9f;
}

.ui-tabs-nav a {
    border: none ! important;
    text-decoration: none;
}

a:visited {
    /*color: #999;*/
}

a:hover, a:active {
    text-decoration: underline;
}

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

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

li {
    margin-left: 2em;
}

dt {
    font-weight: bold;
}


#languagebar {
    padding-left: 10px;
    padding-right: 10px;
}

#languagebar a:link, #languagebar a:visited {
    text-decoration: none;
    color: #777;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
}

#languagebar a:hover {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;

}

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

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 #ddd;
    border-radius: 3px;
    padding: 5px;
    line-height: 1.5em;
}

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

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

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

dl dt {
    color: #333;
}

dl dd {
    color: #666;
    margin-left: 3em;
}

.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: #FF9;
    background-image: url('icons/experience/gtk-dialog-warning.48x48.png');
    background-repeat: no-repeat;
    border: thin solid #444;
    padding: .2em .2em .2em 60px;
    margin: 1em 0px 1em 0px;
}

th.rowtitle {
    text-align: left;
}

.enablebox table {
    border: 1px solid #eee;

    margin-left: 1em;
}

.enablebox.mini table {
    float: right;
}

.enablebox tr td {
    padding: .5px 1em 1px .5em;
    margin: 0;
}

.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: 0;
    border: 1px solid #bbb;
    border-collapse: collapse;
}

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

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

table.attributes tr td {
    border-bottom: 1px solid #bbb;
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding-top: 5px;
    padding-left: 1em;
    padding-right: 1em;

    vertical-align: top;
}

.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 0;
    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;
}

.error {
    color: #FF9800;
}


@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #wrap {
        margin: 0;
    }

    #content,
    .paper {
        padding: 0;
    }

    #content.paper > div {
        padding: 0;
    }

    #content.paper > div .card.centered {
        border-left: 0;
        border-right: 0;
    }

    #mobilesubmit, #mobile_remember_username, #mobile_remember_me {
        display: block;
    }
}


.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;
}

.input-group .input-left {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}
