/*
Modals
*/
.huge {
    font-size: 30pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.semi-huge {
    font-size: 18pt;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

body {
    font-size: 12px;
    font-family: Verdana, sans-serif;
    background-color: #707070;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:link, a:visited {
    color: #2d5a96;
}

a:hover {
    color: #ff6600;
}

a.btn-success:link, a.btn-success:visited, a.btn-success:hover {
    color: white;
}

p {
    margin-bottom: 1.4em;
}

header {
    overflow: hidden;
    padding: 20px 0;
}

header h1 {
    float: left;
    color: white;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

table input[type="checkbox"], table input[type="radio"] {
    padding: 0px;
    margin: 0px;
    display: block;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#logo {
    display: block;
    background: url(../images/softdone_seed_service.png) no-repeat;
    float: left;
    height: 40px;
    width: 200px;
    margin-right: 20px;
    border: 0px;
    color: white;
}

#content {
    background: transparent;
    padding: 0px;
    border-radius: 10px;
}

#content h2 {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bolder;
}

#content .alert {
    border-radius: 20px;
}

#loadingMessage {
    font-size: 1.4rem;
}

#serviceui.serviceinfo {
    border: 1px dotted #0066FF;
    color: black;
    padding-left: 10px;
    padding-top: 5px;
}

#servicedesc {
    vertical-align: middle;
    padding-left: 30px;
    width: 90%;
}

.modal {
    display: none;
}

@media screen and (min-width: 960px) {
    #container {
        width: 960px;
    }
}

@media screen and (min-width: 1280px) {
    #ssosessions-page #container {
        width: 1280px;
    }
}

@media only screen and (max-width: 960px) {
    header {
        padding: 20px;
    }
    #container {
        width: 100%;
    }
    #content {
        border-radius: 0px;
        padding: 0;
    }
}

@media only screen and (max-width: 855px) {
    header {
        height: 40px;
    }
    #logo {
        display: none;
    }
    #login {
        float: none;
        width: 100%;
    }
    #sidebar {
        margin-top: 20px;
    }
    #sidebar .sidebar-content {
        padding: 0;
    }
    #copyright {
        text-align: center;
    }
}

/*
 * Since switching to the Bootstrap alerts, has this become depricated?
 */
#msg {
    margin-bottom: 40px;
    border: 1px dotted #eeeeee;
    padding: 20px 20px 20px 100px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

#msg .errors {
    border-color: #BB0000;
    color: #BB0000;
    background-image: url(../images/error.png);
}

#msg .success {
    border-color: #390;
    color: #390;
    background-image: url(../images/success.png);
}

#msg .info {
    border-color: #008;
    color: #008;
    background-image: url(../images/info.png);
}

#msg .question {
    border-color: #390;
    color: #390;
    background-image: url(../images/question.png);
}

#msg .warn {
    border-color: #960;
    color: #960;
    background: #ffbc8f url(../images/info.png);
}

.errors {
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding-left: 100px;
    padding-top: 5px;
    margin-bottom: 5px;
    background: url(../images/error.png) no-repeat 20px center;
}

/*
Modals
*/
/*
 * CAS default overrides
 */
.login #content {
    background: transparent;
}

#login, #panel {
    padding: 30px;
    background-color: #efefef;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: top;
}

#login .login-header, #panel .panel-header {
    text-align: center;
    padding: 20px;
    background-color: #d5d5d5;
    margin: -30px;
    margin-bottom: 10px;
}

#login .login-header h2, #panel .panel-header h2 {
    color: #555555;
    margin: 0;
}

#login .login-header .fa-circle {
    color: #bbbbbb;
}

#login form>h2 {
    display: none;
}

#login .row, #panel .row {
    margin: 20px 0;
}

#login .row-thin, #panel .row-thin {
    margin: 0;
}

#login label, #panel label {
    color: #555555;
    display: block;
    margin-bottom: 2px;
}

#login .check label, #panel .check label {
    display: inline;
    padding: 3px 8px 3px 3px;
}

#login input[type=text], #login input[type=password], #panel input[type=text], #panel input[type=password] {
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

#login .btn-row, #panel .btn-row {
    text-align: center;
}

#login .btn-reset {
    display: none;
}

#login .btn-reset:hover {
    cursor: pointer;
    background: #d4d4d4;
}

#login #yubiKeyForm>h2 {
    display: block;
}

#login #yubiKeyForm .btn-reset {
    display: inline-block;
}

#capslock-on {
    color: firebrick;
}

#sidebar {
    width: auto;
}

#list-providers ul {
    list-style: none;
}

#list-providers ul li {
    list-style: none;
    margin-bottom: 1em;
}

#list-providers a.btn:link, #list-providers a.btn:visited {
    color: white;
}

#list-languages h3, #list-providers h3 {
    margin-bottom: 1.4em;
}

#list-languages ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}

#notices h2 {
    font-size: 1.75rem;
}

#notices p {
    font-size: 1.33rem;
}

#notices ul.list-group .fa {
    margin-right: 7px;
}

#notices #serviceui h2, #notices #serviceui h3, #notices #serviceui h4 {
    margin-top: 0;
}

#notices .well h3 {
    margin-top: 0;
    font-size: 1.75rem;
}

#notices .well ul.list-group {
    margin-bottom: 0;
}

footer {
    padding: 20px 10px;
    color: white;
}

footer a:link, footer a:visited {
    color: white;
}

/*
Modals
*/
.btn-social, .btn-social-icon {
    background-color: slategray;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social>:first-child, .btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg, .btn-lg.btn-social-icon {
    padding-left: 61px;
}

.btn-social.btn-lg>:first-child, .btn-lg.btn-social-icon>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm, .btn-sm.btn-social-icon {
    padding-left: 38px;
}

.btn-social.btn-sm>:first-child, .btn-sm.btn-social-icon>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs, .btn-xs.btn-social-icon {
    padding-left: 30px;
}

.btn-social.btn-xs>:first-child, .btn-xs.btn-social-icon>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

/**
 * Add in our own custom social colors.
 */
.btn {
    border: 0;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #707070;
    border-radius: 20px;
}

.btn:focus, .btn.focus {
    color: #fff;
    background-color: #808080;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn:hover {
    color: #fff;
    background-color: #808080;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn:active, .btn.active, .open>.btn.dropdown-toggle {
    color: #fff;
    background-color: #808080;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open>.btn.dropdown-toggle:hover,
    .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle.focus {
    color: #fff;
    background-color: #909090;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn:active, .btn.active, .open>.btn.dropdown-toggle {
    background-image: none;
}

.btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus,
    fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus {
    background-color: #707070;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn .badge {
    color: #707070;
    background-color: #fff;
}

.btn-submit {
    color: #fff;
    background-color: #506eb4;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:focus, .btn-submit.focus {
    color: #fff;
    background-color: #6482be;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:hover {
    color: #fff;
    background-color: #6482be;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:active, .btn-submit.active, .open>.btn-submit.dropdown-toggle {
    color: #fff;
    background-color: #6482be;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:active:hover, .btn-submit:active:focus, .btn-submit:active.focus, .btn-submit.active:hover, .btn-submit.active:focus,
    .btn-submit.active.focus, .open>.btn-submit.dropdown-toggle:hover, .open>.btn-submit.dropdown-toggle:focus, .open>.btn-submit.dropdown-toggle.focus
    {
    color: #fff;
    background-color: #788cc8;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit:active, .btn-submit.active, .open>.btn-submit.dropdown-toggle {
    background-image: none;
}

.btn-submit.disabled:hover, .btn-submit.disabled:focus, .btn-submit.disabled.focus, .btn-submit[disabled]:hover,
    .btn-submit[disabled]:focus, .btn-submit[disabled].focus, fieldset[disabled] .btn-submit:hover, fieldset[disabled] .btn-submit:focus,
    fieldset[disabled] .btn-submit.focus {
    background-color: #506eb4;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-submit .badge {
    color: #506eb4;
    background-color: #fff;
}

/**
 * Items that need a home
 */
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#alertBox {
    display: none;
}