/* test */
span.auth-true {
    background-color: #cbf6c2;
    color: green;
    border: 1px solid green;
}

span.auto-false {
    background-color: #f2f2f2;
    color: #928d7a;
    border: 1px solid #ada99c;
    font-style: italic;
}

.test-links, .test-links a {
    font-size: 12px;
    color: #999;
} 

.button-small {
    padding: 3px 3px;
    font-size: 11px;
}

.footer-info-message,
.footer-info {
    width: 510px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: silver;
    padding: 10px;
    margin-top: 25px;
    border-top: 1px solid silver;
}

.footer-info-message {
    color: maroon;
}

.section-logon label,
.form-label {
    width: 120px;
    display: inline-block;
    color: #444;
}

.form-control {
    width: 370px;
    display: inline-block;
    margin-left: 20px;
    padding: 2px 5px;
}

select.form-control {
    width: 370px;
}

.form-control, .form-label, .form-button {
    margin-bottom: 10px;
    font-size: 16px;
}

.form-button {
    padding: 4px 5px;
    margin-left: 384px;
}

* {
    font-family: sans-serif;
}

h1 {
    color: #aaa;
}

.json-text, #tbMiniOrangeJSON {
    display: block;
    border: 2px solid #555;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 11px !Important;
    color: #999;
    height: 95px !important;
    overflow: hidden;
}

.json-text {
    border: 1px dashed #999;
    margin-bottom: 10px;
    opacity: .8;
    height: 40px !important;
}

.test-links h2,
.test-links li {
    display: inline-block;
}

.test-links a {
    margin: 0px 8px;
}

#tbMiniOrangeJSON {
    overflow-y: scroll;
}

#tbMiniOrangeJSON {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 80% !important;
}


/* login | 20231115152433 */
.logon-page-message {
    display: block;
    width: 90%;
    max-width: 900px;
    text-align: center;
    margin: 15% auto 0;
    font-family: Tahoma, Geneva, sans-serif !important;
    color: #666;
    font-size: 19px;
    border: 1px solid #aaa;
    padding: 15px 20px;
    border-radius: 4px;
}

    .logon-page-message small {
        margin-top: 8px;
        display: block;
        font-size: 14px;
        color: #999;
    }

        .logon-page-message small a {
            color: #aaa;
        }

.sso-info {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    color: #999;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-top:10px !Important;
    display:none;
    
}

    .sso-info em {
        color: #0aafee;
        font-style: normal;
        font-weight: bold;
        display: inline-block;
        padding: 2px;
        text-decoration: underline;
    }

/* form 20231116064513 */
.grid-table th,
.form-label {
    font-size: 13px;
    font-weight: normal !important;
    color: #666;
    white-space: nowrap;
    padding-right: 10px;
}

select,
.grid-table td, .grid-table th {
    padding: 3px 6px;
}

.section-logon t
.grid-table th,
.grid-table td {
    text-align: center;
    border-color: #ccc;
}

.grid-table th {
    background-color: #eee;
}

select,
input[type=button],
input[type=submit] {
    padding: 3px 7px;
    font-size: 15px;
    border-style: none;
    border-radius: 4px;
    cursor: pointer;
}

select {
    border: 1px solid #aaa;
}
.section label .link-button,
input[type=submit][value*="Add"],
input[type=submit][value*="Save"],
input[type=submit][value*="Logon"],
input[type=button][value*="Add"],
input[type=button][value*="Save"],
input[type=button][value*="Logon"],
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #1595e0;
    color: #fff;
    border:1px solid #176d9d;
}

.grid-table tr td:first-child{
    font-weight:bold;

}

input[type=button],
input[type=submit]{
    background-color:#ddd;
    color:#333;
    border:1px solid #aaa;
}

/* sections */
div.section{
    border-bottom:1px solid #aaa;
}

div.section div,
div.section p,
div.section input,
div.section table,
div.section select{
    display:none;
}

div.section.active div,
div.section.active p,
div.section.active input,
div.section.active table,
div.section.active select{
    display:initial;
}

div.section.active h2,
div.section h2:hover{
    color:#111;
}
div.section h2{
    display:block;
    color:#777;
    cursor:pointer;
}

hr{
    display:none;
}

#lbURLResult, #tbURLBase{
    text-overflow:ellipsis;
    overflow-x:hidden;
    width:90%;
    max-width:1800px;
    font-size:12px;    
    display:block;
    /* white-space:nowrap; */
    border:1px solid #999;
    border-radius:3px;
    padding:3px 8px;
}
#lbURLResult {
    color: #428895;
    padding: 9px;
    margin: 15px 0;
    height: 50px;
    text-overflow: initial;
    white-space: initial;
    overflow-x: scroll;
}
.section .link-button:hover{
    border-color:#444;
    color:#444;
    text-decoration:underline
}
.section .link-button{
    font-size:12px; 
    border:1px solid #999;
    color:#999;
    text-decoration:none;
    padding:3px 5px;
    margin-left:3px;
}

.section label{
    position:relative;
    width:92%;
    display:block;
    margin-top:15px;
}
.section label .link-button{
    font-size:11px;
    padding:3px;
    height:12px;
    display:block;
    width:50px;
    text-align:center;
    position:absolute;
    right:10px;
    top:-2px;
    text-decoration:none !important;
}
#lbURLResult{
    margin:2px 0px 10px;
    min-height:20px;
}


table.section-logon,
.section-logon tr,
.section-logon td{
    border-style:none !Important;
    border-color:transparent !important;
}
#btLogoff{
    position:absolute;
    top:10px;
    right:10px;
}

/* CE 20240105085015 */

footer {
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 12px;
    color: #ccc;
    font-family: sans-serif;
    width: 99%;
    text-align: center;
    padding: 15px 0px 10px;
    border-top: 1px solid #ddd;
}

body:before {
    content: '';
    display: block;
    height: 100px;
    width: 99%;
    background-image: url(/css/images/logo-cls.png);
    background-repeat: no-repeat;
    background-position: center;
    /* -webkit-filter:grayscale(1); */
    opacity: .2;
    position: absolute;
    top: 10px;
}

div#sso-footer-dots:active,
div#sso-footer-dots:hover {
    color: #444;
}

div#sso-footer-dots {
    position: absolute;
    bottom: 50px;
    left: 0px;
    font-size: 27px;
    padding: 5px 20px 10px;
    cursor: pointer;
    color: #aaa;
    user-select:none;
}

span#lbSSOInfo {
    display: none;
    border: 1px solid #ccc;
    width: 310px;
    padding: 10px 5px 20px;
    position: absolute;
    bottom: 90px;
    background-color: #f4f4f4;
    border-radius: 0px;
    color: #333;
    left: 10px;
}
span#lbSSOInfo label.sso-info-title,
span#lbSSOInfo label.sso-info-heading {
    display: block;    
    width: 100%;
    border-bottom: 1px solid #bbb;
    margin: 5px 0px;
    padding-bottom: 5px;
    color:#777;
    font-size:110%;
}
span#lbSSOInfo label.sso-info-title{
    font-size:135%;
    border-bottom:none;
    color:#bbb;
    font-weight:bold;
    text-align:center ;
}
span#lbSSOInfo label{
    display:block;
    text-align:left;
    color:#444;    
    margin:2px 0px 2px 10px;        
    height:21px;
}

span#lbSSOInfo label em{
    color:#000;
    width: 202px;
    /* border:1px solid red; */
    float:right;
    height:15px;
    overflow:hidden;
}

/* #lbSSOInfo label.sso-info-heading {
    border:1px solid red;
    margin-top:5px !important;
} */

/* test */
span.auth-true {
    background-color: #cbf6c2;
    color: green;
    border: 1px solid green;
}

span.auto-false {
    background-color: #f2f2f2;
    color: #928d7a;
    border: 1px solid #ada99c;
    font-style: italic;
}

.test-links, .test-links a {
    font-size: 12px;
    color: #999;
}

.button-small {
    padding: 3px 3px;
    font-size: 11px;
}

.footer-info-message,
.footer-info {
    width: 510px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: silver;
    padding: 10px;
    margin-top: 25px;
    border-top: 1px solid silver;
}

.footer-info-message {
    color: maroon;
}

.section-logon label,
.form-label {
    width: 120px;
    display: inline-block;
    color: #444;
}

.form-control {
    width: 370px;
    display: inline-block;
    margin-left: 20px;
    padding: 2px 5px;
}

select.form-control {
    width: 370px;
}

.form-control, .form-label, .form-button {
    margin-bottom: 10px;
    font-size: 16px;
}

.form-button {
    padding: 4px 5px;
    margin-left: 384px;
}

* {
    font-family: sans-serif;
}

h1 {
    color: #aaa;
}

.json-text, #tbMiniOrangeJSON {
    display: block;
    border: 2px solid #555;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 11px !Important;
    color: #999;
    height: 95px !important;
    overflow: hidden;
}

.json-text {
    border: 1px dashed #999;
    margin-bottom: 10px;
    opacity: .8;
    height: 40px !important;
}

.test-links h2,
.test-links li {
    display: inline-block;
}

.test-links a {
    margin: 0px 8px;
}

#tbMiniOrangeJSON {
    overflow-y: scroll;
}

#tbMiniOrangeJSON {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 80% !important;
}


/* login | 20231115152433 */
.logon-page-message {
    display: block;
    width: 90%;
    max-width: 900px;
    text-align: center;
    margin: 15% auto 0;
    font-family: Tahoma, Geneva, sans-serif !important;
    color: #666;
    font-size: 19px;
    border: 1px solid #aaa;
    padding: 15px 20px;
    border-radius: 4px;
}

    .logon-page-message small {
        margin-top: 8px;
        display: block;
        font-size: 14px;
        color: #999;
    }

        .logon-page-message small a {
            color: #aaa;
        }

.sso-info {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    color: #999;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-top: 10px !Important;
    display: none;
}

    .sso-info em {
        color: #0aafee;
        font-style: normal;
        font-weight: bold;
        display: inline-block;
        padding: 2px;
        text-decoration: underline;
    }

/* form 20231116064513 */
.grid-table th,
.form-label {
    font-size: 13px;
    font-weight: normal !important;
    color: #666;
    white-space: nowrap;
    padding-right: 10px;
}

select,
.grid-table td, .grid-table th {
    padding: 3px 6px;
}

.section-logon t
.grid-table th,
.grid-table td {
    text-align: center;
    border-color: #ccc;
}

.grid-table th {
    background-color: #eee;
}

select,
input[type=button],
input[type=submit] {
    padding: 3px 7px;
    font-size: 15px;
    border-style: none;
    border-radius: 4px;
    cursor: pointer;
}

select {
    border: 1px solid #aaa;
}

.section label .link-button,
input[type=submit][value*="Add"],
input[type=submit][value*="Save"],
input[type=submit][value*="Logon"],
input[type=button][value*="Add"],
input[type=button][value*="Save"],
input[type=button][value*="Logon"],
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #1595e0;
    color: #fff;
    border: 1px solid #176d9d;
}

.grid-table tr td:first-child {
    font-weight: bold;
}

input[type=button],
input[type=submit] {
    background-color: #ddd;
    color: #333;
    border: 1px solid #aaa;
}

/* sections */
div.section {
    border-bottom: 1px solid #aaa;
}

    div.section div,
    div.section p,
    div.section input,
    div.section table,
    div.section select {
        display: none;
    }

    div.section.active div,
    div.section.active p,
    div.section.active input,
    div.section.active table,
    div.section.active select {
        display: initial;
    }

    div.section.active h2,
    div.section h2:hover {
        color: #111;
    }

    div.section h2 {
        display: block;
        color: #777;
        cursor: pointer;
    }

hr {
    display: none;
}

#lbURLResult, #tbURLBase {
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: 90%;
    max-width: 1800px;
    font-size: 12px;
    display: block;
    /* white-space:nowrap; */
    border: 1px solid #999;
    border-radius: 3px;
    padding: 3px 8px;
}

#lbURLResult {
    color: #428895;
    padding: 9px;
    margin: 15px 0;
    height: 50px;
    text-overflow: initial;
    white-space: initial;
    overflow-x: scroll;
}

.section .link-button:hover {
    border-color: #444;
    color: #444;
    text-decoration: underline
}

.section .link-button {
    font-size: 12px;
    border: 1px solid #999;
    color: #999;
    text-decoration: none;
    padding: 3px 5px;
    margin-left: 3px;
}

.section label {
    position: relative;
    width: 92%;
    display: block;
    margin-top: 15px;
}

    .section label .link-button {
        font-size: 11px;
        padding: 3px;
        height: 12px;
        display: block;
        width: 50px;
        text-align: center;
        position: absolute;
        right: 10px;
        top: -2px;
        text-decoration: none !important;
    }

#lbURLResult {
    margin: 2px 0px 10px;
    min-height: 20px;
}


table.section-logon,
.section-logon tr,
.section-logon td {
    border-style: none !Important;
    border-color: transparent !important;
}

#btLogoff {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* CE 20240105085015 */

footer {
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 12px;
    color: #ccc;
    font-family: sans-serif;
    width: 99%;
    text-align: center;
    padding: 15px 0px 10px;
    border-top: 1px solid #ddd;
    z-index: 10;
}

body:before {
    content: '';
    display: block;
    height: 100px;
    width: 99%;
    background-image: url(/css/images/logo-cls.png);
    background-repeat: no-repeat;
    background-position: center;
    /* -webkit-filter:grayscale(1); */
    opacity: .2;
    position: absolute;
    top: 10px;
}

div#sso-footer-dots:active,
div#sso-footer-dots:hover {
    color: #444;
}

div#sso-footer-dots {
    position: absolute;
    bottom: 50px;
    left: 0px;
    font-size: 27px;
    padding: 5px 20px 10px;
    cursor: pointer;
    color: #aaa;
    user-select: none;
}
 
span#lbSSOInfo {
    display: none;
    border: 1px solid #ccc;
    width: 310px;
    padding: 10px 5px 20px;
    position: absolute;
    bottom: 90px;
    background-color: #f4f4f4;
    border-radius: 0px;
    color: #333;
    left: 10px;
    z-index: 1000;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

    span#lbSSOInfo label.sso-info-title,
    span#lbSSOInfo label.sso-info-heading {
        display: block;
        width: 100%;
        border-bottom: 1px solid #bbb;
        margin: 5px 0px;
        padding-bottom: 5px;
        color: #777;
        font-size: 110%;
    }

    span#lbSSOInfo label.sso-info-title {
        font-size: 135%;
        border-bottom: none;
        color: #bbb;
        font-weight: bold;
        text-align: center;
    }

    span#lbSSOInfo label {
        display: block;
        text-align: left;
        color: #777;
        margin: 2px 0px 2px 10px;
        height: 21px;
    }

        span#lbSSOInfo label em {
            color: #000;
            width: 202px;
            /* border:1px solid red; */
            float: right;
            height: 15px;
            overflow-x:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
            text-decoration:none;
            font-weight:normal;
        }

/* #lbSSOInfo label.sso-info-heading {
    border:1px solid red;
    margin-top:5px !important;
} */

#form-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 125px;
    max-width: 1000px;
    background-color: #f4f4f4;
    padding: 10px 15px 20px;
    border-radius: 6px;
    border: 1px solid#ccc;
    z-index: 100;
    position: relative;
}

div.section {
    padding-bottom: 30px;
}


div#loading {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 30%;
    text-align: center;
}


.loading-circle {
    border: 7px solid #eee; /* Light gray border */
    border-top: 7px solid #bbb; /* Dark gray border on top to create the circle */
    border-radius: 50%; /* Make it a circle */
    width: 30px;
    height: 30px;
    animation: spin 1.1s linear infinite; /* Animation for rotation */
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



input#btLogoff {
    background-color: #fff;
    color: #999;
    top: auto;
    bottom: 15px;
    right: 11px;
    z-index: 100;
}

    input#btLogoff:hover,
    input#btLogoff:active {
        background-color: #bbb;
        border-color: #bbb;
        color: #fff;
    }
