body {
    height: 100%;
}

/* General HTML */

h1 {
    /* color: #7799bb; */
    font-size: 2em;
}

h1 small {
    font-size: .7em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    margin-top: 10px;
    font-size: 1.3em;
}

a {
    /* color: #527091; */
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

.alert .link a {
    text-decoration: underline;
}

p {
    margin: 10px 10px;
    text-align: justify;
    line-height: 1.5em;
}

p.error {
    background: #FFF3F3;
    padding: 5px 5px 5px 20px;
    margin-left: -30px;
}

p.error label {
    color: #CC0000;
}

fieldset {
    padding: 1px;
}

label {
    font-weight: bold;
    vertical-align: middle;
    color: #666;
    margin-top: 0;
}

.has-error label {
    color: #a94442;
}

.form-label {
    font-weight: bold;
    color: #666;
    margin: 0 0 0 -2px;
    font-size: 1.1em;
    padding: 0 0 5px 0;
    /* border-bottom: 1px solid #5bc0de; */
}

label.radio {
    font-weight: normal;
    margin-top: 0;
}

label.checkbox {
    font-weight: normal;
    margin-top: 0;
}
/*
form {
    margin: 5px 0 10px 10px;
}
*/
li button {
    width: 148px;
}

li button {
    text-align: left;
}

form hr {
    margin: 0 0 7px -10px;
}

.span-hr {
    margin-bottom: -20px;
}

/* End General HTML */


/* App-specific */
.skip-content {
    display: none;
}

.left-line {
    border-left: 1px solid #eee;
    height: 2000px;
    overflow: hidden;
    position: fixed;
}

.form-fields {
    padding-left: 20px;
}

.search-field {
    display: inline-block;
    margin-top: 9px;
}

.alert-danger h3 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    color: #B94A48;
}

.item-row {
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    margin-left: 20px;
    padding: 5px 0 8px 0;
}

.span3span {
    display: inline;
    margin-left: 15px;
}

.token-value {
    margin: 10px 0 20px 20px;
    font-family: monospace;
    font-size: 2em;
}

.options-list {
    list-style: none;
}

.buttons li {
    /* line-height: 3em; */
}

.buttons li a {
    width: 125px;
    text-align: left;
}

.large {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
}
.full-width {
    width: 98%;
}

.hr {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.terms {
    width: 100%;
    border: 1px solid #DDDDDD;
    max-height: 150px;
    overflow: auto;
}

.clickable tbody tr td a {
    display: block;
    text-decoration: none;
}

table {
    margin-top: 10px;
}

.provider-nav {
    margin-top: 15px;
}

.nav-stacked .icon-chevron-right {
    float: right;
    margin-top: 2px;
    opacity: .25;
}

.nav-page-controls {
    display: inline-block;
    float:right
}

nav.nav-page-controls ul.pagination {
    margin-top: 9px;
    margin-bottom: 0px;
}

li.active {
    font-weight: bold;
}

legend {
    color: #666;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 17px;
    margin-top: 5px;
}

.indented5 {
    margin-left: 5px;
}

.indented10 {
    margin-left: 10px;
}

.alert h3 {
    margin-top: 0;
    padding: 0;
}

.higher-ed-providers {
    height: 300px;
    overflow: auto;
    margin: 0 5px 15px 10px;
    border-right: 1px solid #DDDDDD;
}

.higher-ed-providers li {
    line-height: 2em;
}

.sub-heading {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.breathe li {
    line-height: 1.8em;
    width: 85%;
}

.federation-checkboxes-container {
    height: 190px;
    overflow: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.federation-tab-pane {
    margin-bottom: 20px;
}

.home-panel {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* border 1px solid #ddd */
    margin: 10px 0 50px 0;
}

.home-panel ul li {
    margin-bottom: 10px;
    padding: 10px 5px 25px 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
}

.home-panel ul.helplist {
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.5em;
    border-bottom: none;
}

.home-panel ul.helplist li {
    margin-bottom: 10px;
    padding: 0px ;
    line-height: 1.5em;
    border-bottom: none;
}

p.home-panel-help {
    padding-left: 5px;
    text-align: left;
    color: #999;
}

p.home-panel-help a {
    font-size: 1.1em;
    text-decoration: none;
}

p.home-panel-help a:hover {
    font-size: 1.1em;
    text-decoration: underline;
}

ul.condensed li {
    margin-bottom: 10px;
    padding: 5px 5px 10px 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
}

.home-panel a {
    font-size: 1.2em;
}

.home-panel .social-icon {
    text-decoration: none;
}

.home-panel h2 {
    color: #555;
    padding: 7px;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
    /* background-color: #f7f7f9; */
    margin: 0 0 10px 0;
    -webkit-border-radius: 6px 6px 0 0 ;
    -moz-border-radius: 6px 6px 0 0;
    /* border-radius: 6px 6px 0 0;
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image: linear-gradient(#fafafa, #eaeaea); */
}

.home-panel .entity-id {
    color: #999;
    padding: 0;
}

.home-panel .home-panel-details {
    color: #999;
    padding: 0;
}

#rightContent {
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    */
    /*border-left: 1px solid #ddd;
    padding: 0 30px 10px 20px;*/
}

.form form {
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 15px 0 15px;
}

.form form h2 {
    font-size: 1.4em;
    border-bottom: 1px solid #ddd;
    *-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background-color: #f7f7f9;
    margin: -10px -15px;
    padding: 10px 0 10px 15px;
}

.form-info {
    margin: 0 -15px 10px -15px;
    padding: 15px 5px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.form-info-no-border {
    margin: 0 -15px 0 -15px;
    padding: 15px 5px 3px 10px;
}

.form-info .alert {
    margin: 5px 0;
}

.form-submit {
    border-top: 1px solid #ddd;
    *-webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #f7f7f9;
    padding: 10px 0 10px 15px;
    margin-bottom: 0;
}

.delete-button {
    margin-right: 15px;
}

.setup-guide {
    height: 250px;
    overflow: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 3px;
    margin-top: 5px;
}

h1.login {
    font-size: 1.4em;
}

.ds-preferred-providers {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*padding: 5px;*/
    list-style-type: none;
}

.ds-preferred-providers li {
    width: 100%;
    overflow-x: hidden;
    /*margin-bottom: 5px;*/
}

.help-block {
    /* font-style: oblique; */
    border-left: 3px solid #5bc0de;
    background-color: #f4f8fa;
    padding: 3px 3px 3px 5px;
    margin-left: 5px;
    font-size: .9em;
}

.sm-text {
    width: 250px;
}

.md-text {
    width: 320px;
}

.input-group-sm-text {
    width: 320px;
}

.input-group-150-text {
    width: 150px;
}

.input-group-xs-text {
    width: 100px;
}

.input-group-smallish-text {
    width: 175px;
}

.input-group-tiny-text {
    width: 50px;
}

.indented-form-element {
    margin-left: 15px;
}
.popover-visible {
    margin-top: 30px;
}

.popover-visible .popover {
    display: block;
    position: relative;
}

.timeline-label {
    min-height: 200px;
}

.btn-for-popover {
    position: relative;
    top:60px;
    vertical-align: middle;
}

.tab-page .timeline {
    margin-left: 10px;
}

.email-message-pre {
    word-break: normal;
    background-color: #fff;
}

pre.tos {
    word-break: normal;
}

h3.metrics {
    border-bottom: 1px dotted #428bca;
}

.label-link-sm {
    font-size: .7em;
}

/* Amazing timeline from: http://bootsnipp.com/snippets/featured/timeline-responsive */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 30px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

/* metrics */
.ci-metrics-chart {
    width: 100%; height: 300px;
/*    margin: 5px 0px 15px 0;*/
}

.ci-metrics-chart-squat {
    width: 100%; height: 250px;
}

/* MFA token stuff */
.mfa-token-seed {
    background: #FFE166;
    border: 1px dashed rgba(0,0,0,0.1);
    font-family: monospace;
    font-size: 1em;
    color: #000000;
    padding: 10px;
}

.mfa-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfa-clipboard-btn {
    border-radius: 0 !important;
    border: none !important;
}

/* End App-specific */
