/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
@import url(https://fonts.googleapis.com/css?family=Lato:700,400,300,100);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
}

html, body {

}

body {
    line-height: 1;
}

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

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

body {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    background: #eee;
}

#container {
    widows: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    #container {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 1024px) {
    #ssosessions-page #container {
        width: 100%;
        height: 100%
    }
}

@media only screen and (max-width: 1024px) and (min-device-width: 952px) {
    #container {
        width: 100%;
        height: 100%
    }

    #content {
        height: 100%;
        width: 100%;
    }
}

body#cas {
    background: #ffffff; /* Old browsers */
}

#showLinksStyle {
    margin-left: 40px;
    padding-top: 1.2em;
    display: inline-block;
    line-height: 1.2em;
}

a:link, a:visited {
    color: #257bb2;
}

a:hover {
    color: #0A5589;
}

p {
    margin-bottom: 1.4em;
}

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

#logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    text-indent: -999em;
    float: left;
    height: 100px;
    width: 80%;
    margin-right: 40px;
    border: 0px;
}

header h1 {
    float: right;
    width: 119px;
    height: 60px;
    background: url(../images/cas-logo.png) no-repeat;
    text-indent: -999em;
}

#content {
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: 100%;
}

#msg {
    padding: 20px;
    margin-bottom: 40px;
}

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

#msg.success {
    border: 1px dotted #390;
    color: #390;
    padding-left: 100px;
    background: url(../images/success.png) no-repeat 20px center;
}

#msg.info {
    border: 1px dotted #008;
    color: #008;
    padding-left: 100px;
    background: url(../images/info.png) no-repeat 20px center;
}

#msg.question {
    border: 1px dotted #390;
    color: #390;
    padding-left: 100px;
    background: url(../images/question.png) no-repeat 20px center;
}

#msg.warn {
    border: 1px dotted #950;
    color: #950;
    padding-left: 100px;
    background: #ffbc8f url(../images/info.png) no-repeat 20px center;
}

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

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

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

#login {
    width: 100%;
    text-align: center;
}

#login h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 20px;
}

#login .row {
    padding: 10px 0;
}

#login label {
    display: block;
    margin-bottom: 2px;
}

#login .check label {
    display: inline;
}

#login input[type=text], #login input[type=password] {
    font-size: 1.4em;
    padding: 5px;
    width: 200px;
}

#login .btn-submit {
    background: #1f50ba;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

#login .btn-reset {
    background: #eee;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 25px;
}

#login .btn-submit:hover, #login .btn-reset:hover {
    cursor: pointer;
}

#login .btn-submit:hover {
    background: #7fd36e;
}

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

#sidebar {
    width: auto;
    height: 100%;
}

#sidebar-content {
    padding-left: 20px;
}

#list-providers ul {
    margin-bottom: 3em;
}

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

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

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

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

@media only screen and (max-width: 1024px) {
    header {
        padding: 20px;
    }

    #container {
        height: 100%
    }

    #content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 950px) {
    #logo {
        display: none;
    }

    header h1 {
        font-size: 1em;
        width: 70px;
        height: 40px;
        background-size: 70px 40px;
    }

    #login {
        float: none;
    }

    #fm1 .row input[type=text],
    #fm1 .row input[type=password] {
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #fm1 .row .btn-submit {
        outline: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border: 0;
        background: #70ba61;
        color: white;
        font-weight: bold;
        padding: 10px 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #fm1 .row .btn-reset {
        display: none;
    }

    #sidebar {
        margin-top: 20px;
    }

    #sidebar .sidebar-content {
        padding: 0;
    }
}

/**
 * SSO Sessions Styles
 */
#loadingMessage {
    font-size: 14px;
}

#cas-sessions, #no-cas-sessions {
    display: none;
}

#no-cas-sessions div {
    margin-top: 2em;
}

.ssoSessions #content {
    border-radius: 4px;
    padding: 20px;
}

#container-stable {
    margin: 20px 0 20px;
}

.ssoSessions .btn-success {
    background: #70ba61;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ssoSessions .sorting_desc, .ssoSessions .sorting_asc {
    background-color: rgba(239, 239, 239, 0.8);
}

.ssoSessions #removeAllSessionsButton.btn .badge {
    color: #000;
    padding-right: 9px;
}

.ssoSessions .adminPanels {
    border-bottom: 1px solid #efefef;
    margin-bottom: 2em;
    margin-top: 1em;
    padding-bottom: 1em;
}

.ssoSessions .adminPanels .panel-default > .panel-heading {
    background-color: #fff;
    border-bottom: none;
}

.ssoSessions .adminPanels .panel-default > .panel-heading h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20pt;
}

.ssoSessions .adminPanels .panel-default > .panel-heading:after {
    position: absolute;
    font-family: FontAwesome;
    top: -5px;
    right: 30px;
    font-size: 70pt;
    color: #153e50;
    opacity: 0.1;
}

.adminPanels .users-panel.panel-default > .panel-heading:after {
    content: "\f0c0";
}

.adminPanels .usage-panel.panel-default > .panel-heading:after {
    content: "\f201";
}

.adminPanels .tickets-panel.panel-default > .panel-heading:after {
    content: "\f145";
}

.ssoSessions td.details-control {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10pt;
    color: #337ab7;
}

.ssoSessions td.details-control:after {
    content: "\f067";
    /*content: "\002B"; - thinner plus sign */
}

.ssoSessions tr.shown td.details-control:after {
    content: "\f068";
    /*content: "\002D"; - thinner minus sign */
}

.row-detail-wrapper {
    /*background-color: cornsilk;*/
    background-color: #d9edf7;
}

.ssoSessions .row-detail thead {
    display: none;
}

.ssoSessions .row-detail {
    /*font-size: 8pt;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ssoSessions .field-label {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 8pt;*/
    /*font-weight: bold;*/
}

.principal_attributes td:first-child {
    width: 30%;
}

table.principal_attributes > tbody > tr > td {
    border-top-color: #E6E6E6;
}

.adminPanels .panel-body {
    padding-top: 5px;
}

.adminPanels .panel-body span {
    font-family: 'Lato', sans-serif;
    font-size: 30pt;
    font-weight: 100;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#alertBox {
    display: none;
}

/**
 SB Admin Styles
 */

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

/**
 * Statistics View
 */

.statisticsView {
    display: none;
}

.statisticsView .progress-meter .background {
    fill: #DFEAFD;
}

.statisticsView .progress-meter .foreground {
    fill: #2E7AF9;
}

.statisticsView .progress-meter text {
    font-family: 'Lato' sans-serif;
    font-size: 25pt;
    font-weight: 300;
}

.statisticsView .progress-meter .text2 {
    font-family: 'Georgia' sans-serif;
    font-size: 10pt;
}

.modal {
    display: none;
}

/**
 * Runtime Statistics Gauge styles
 */
.statisticsView .runtimeStatistics .background {
    fill: #DFEAFD;
}

.statisticsView .runtimeStatistics .foreground {
    fill: #2E7AF9;
}

.statisticsView .runtimeStatistics text {
    font-family: 'Lato' sans-serif;
    font-size: 25pt;
    font-weight: 300;
}

.statisticsView .runtimeStatistics .text2 {
    font-family: 'Georgia' sans-serif;
    font-size: 10pt;
}

#uptime-panel {
    display: none;
}

#uptime {
    font-family: 'Lato', sans-serif;
    font-size: 16pt;
}

.thread-dump-view {
    height: 600px;
    overflow-y: auto;
}

#metricsGauges strong {
    display: block;
}

#metricsGauges .panel {
    width: 100%;
}

#metricsGauges ul {
    height: auto;
    overflow: hidden;
}

#metricsGauges li {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 0 10px 10px;
    background: #d8d8d8;

}

#metricsGauges ul li:nth-child(5n + 1) {
    clear: left;
}

.statisticsView .equal, .statisticsView .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.statisticsView .section {
    margin-bottom: 25px;
}

#viewSsoSessions {
    color: white;
}

.statisticsView .adminPanels.container-fluid {
    padding-right: 0;
}

/**
 * View Configuration Styles
 */
#viewConfigError {
    display: none;
}

#view-configuration {
    display: none;
}

/**
* Errigal Alteration Onwards
*/

/**
* Navigation for top of login page
*/
.nav {
    /* This is the dark blue header */
    background-color: #0f3668;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding-left: 12px;
    display: block;
    height: 44px;
    line-height: 44px;
}

.pweredByLabel {
    text-align: right;
    font-weight: lighter;
    font-size: small;
    color: white;
    vertical-align: bottom;
    margin-right: 10px;
    margin-left: 5px;
}

#poweredByImage {
    vertical-align: bottom;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 9px;
    margin-bottom: 8px;
    border: 5px solid #fff;
    border-radius: 5px;
    height: 18px;
    width: 127px;
}

.lbbhWrapper {
    position: relative;
    height: 41px;
}

.lbbhWrapper .bottom-line {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    display: block;
    background-color: #ccc;
    z-index: 1;
}

.lightBlueButtonheader {
    background-color: #0f3667;
    display: block;
    height: 40px;
    padding: 0px;
    width: 100%;
}

div.login-tab {
    background: url(../images/icons/myprofile_icon.png) 8px center no-repeat;
    width: 80px;
}

div.subtab {
    position: relative;
    display: block;
    height: 40px;
    padding-left: 32px;
    margin-left: 17px;
    line-height: 40px;
    background-color: #d3e2e8;
}

div.active {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    z-index: 2;
}

div.subtab span.close {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 15px;
    background: url(../images/icons/close.png) left top no-repeat;
    display: block;
    cursor: pointer;
}

.login {
    margin-top: 60px;
    font-size: 18px;
    color: #0f3668;
}

ul.input-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix {
    display: inline-block;
}

.loginTD {
    width: 100px;
    align: right;
    font-size: 14px;
    vertical-align: middle;
}

.left {
    float: left;
}

.headDiv {
    font-size: 13px;
    display: block;
    height: 70px;
    overflow: hidden;
}

.mainDiv {
    width: 100%;
    padding: 0;
    height: auto;

    overflow: auto;
}

.subTitleBold {
    font-weight: bold;
    padding-left: 0px;
    font-size: 24px;
    color: #0f3668;
    text-align: center;
    vertical-align: top;
    line-height: 80px;
}

.subTitle {
    margin: 5px 0 0 0;
}

.right {
    float: right;
    margin-bottom: 5px;
    margin-right: 10px;
}

.applicationIcons {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    padding-right: 0px;
    padding-top: 12px;
    width: 45px;
    cursor: pointer;
}

.quickLinksHeader {
    padding-right: 25px;
    padding-left: 12px;
    vertical-align: top;
    font-weight: bold;
    font-size: 13px;
    color: #5e6768;
    line-height: 84px;
}

.submitButtonBox {
    width: 160px;
    height: 40px;
    padding: 1px;
    background-color: #0f3668;
    color: white;
    font-size: 15px;
    margin-left: 30px;
    margin-top: 10px;
    text-align: center;
    font-family: Verdana, sans-serif;
}

.applicationName {
    padding-left: 8px;
    font-size: 24px;
    color: #0f3668;
    text-align: center;
    vertical-align: top;
    line-height: 80px;
}

.eye {
    position: relative;
    left: -32px;
    top: 6px;
    width: 25px;
    height: 22px;
    margin-right: -33px;
    background-color: white;
}
