/* Add your custom css here */

.pyra-logo {
    width: 150px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url("softwareone-logo-nav.svg");
    cursor: pointer;
}

.not-production {
    display: none;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.not-production p {
    background-color: #cf0a2b;
    display: inline-block;
    padding: 6px 14px;
    color: #fff;
    font-size: 14px;
}

.not-production p span {
    font-weight: 700;
    color: #fff;
}
.not-production p a {
    font-weight: 700;
    color: #fff;
}

.chatbot {
    position:fixed;
    bottom:2%;
    right:1%;
    z-index: 100;
}

.no-hover .nav-tile-positive-counter-warning:hover {
    background-color: transparent !important;
    cursor: default;
}

.chatbot .circle {
    height: 70px;
    width: 70px;
    background-color: #009ABD;
    -webkit-box-shadow: 10px 13px 12px -8px rgba(168,168,168,0.82);
-moz-box-shadow: 10px 13px 12px -8px rgba(168,168,168,0.82);
box-shadow: 10px 13px 12px -8px rgba(168,168,168,0.82);
    border-radius:50%;
    position:fixed;
    bottom:2%;
    right:1%;
}

.contact {
    margin-top: 15px;
    border-bottom: 1px solid #E7E6E6;
    padding-bottom: 9px;
}

.contact a {
    font-size: 12px;
    padding-top: 10px;
    margin-right: 10px;
    color: #989FA8;
}

.contact a i {
    font-size: 12px;
    color: #989FA8;
}

.chatbot .circle:hover { 
    cursor: pointer;
    background-color: #318CA1;
}

.chatbot .circle i { 
    color: white;
    font-size: 35px;
    text-align: center;
    margin: 16px 0px 0px 18px;
}

.hidden {
    display: none;
}

.chatwindow {
    margin-bottom: 0px;
    margin-top: 70px;
    max-height: 400px;
    min-height: 100px;
    width: 400px;
    height: auto;
    background-color: white;
    border-radius: 1px;
    padding: 15px;
    border: 1px solid #F5F5F4;
    border-bottom-width: 0px;
}

.scrollable {
    overflow: auto;
    background-color: white;
    border: 1px solid #E7E6E6;
    -webkit-box-shadow: 10px 13px 12px -8px rgba(168,168,168,0.82);
-moz-box-shadow: 10px 13px 12px -8px rgba(168,168,168,0.82);
box-shadow: 10px 13px 12px -8px rgba(168,168,168,0.82);
    padding-bottom: 10px;
    max-height: 500px;
    min-height: 300px;
}

.typewindow .form-control {
    border: none;
}

.typewindow i {
    font-size: 20px;
    color: #CCD1D9;
    margin-top: 6px;
}

.chatbot .header {
    background-color: #009abd;
    padding: 15px;
    color: white;
    position: fixed;
    width: 400px;
}

.chatbot .header h4, .chatbot .header h5, .chatbot .header small {
    color: white;
}

.chatbot .header small {
    color: #F5F5F4;
    font-size: 10px;
}

.avatar {
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    background-color: #E7E6E6;
}

.header .fa-times {
    font-size: 20px;
    margin-right: 0px;
    margin-top: 12px;
    float: right;
    color: #EAF3F5;
}

.footer-help-sections {
    margin-bottom: 30px;
    margin-top: 45px;
    padding-top: 30px; 
    padding-bottom: 30px; 
    background-color: #FFF;
    margin: 0 auto;
    width: 1280px;
    
}

.footer-help-sections-full {
    background-color: #FFF;
    margin-right: -100%;
    margin-left: -100%;
    margin-top: 45px;
    margin-bottom:45px;
}

.footer-help-sections a {
    float:left;
    clear:left;
    color: #5A616B;
    margin-bottom: 3px;
}

.footer-help-sections .cols {
    padding-left: 30px;
}

.footer-help-sections .line {
    border-left: 1px solid #CCD1D9;
    height: 150px;
}

.footer-help-sections h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.topics .col-lg-2, .topics .col-lg-3 {
    border-right: 0px solid #CCD1D9;
    height: 1000px;
    margin-top: -2px;
}

.topics .question a {
    padding: 10px 20px !important;
    margin-top: -1px;
}

.topics .active {
    color: #009abd !important;
    font-weight: 700 !important;
}

.topics .nav-item a {
    color: #5A616B;
    padding: 15px;
    border: 1px solid #E7E6E6;
    margin-top: -1px;
}

.contact-us .circle {
    padding: 15px;
    background-color: #FEF8F1;
    height: 75px;
    width: 75px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.contact-us i {
    font-size: 30px;
    padding: 8px 8px;
    text-align: center;
    color: #33383F;
}




.ftp-grid {
    border-collapse:separate; 
    border-spacing:0 2px;
    border: 1px solid #E7E6E6;
}

.ftp-grid tr {
  padding: 10px;
  border-radius: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #E7E6E6;
}

.ftp-grid tr td {
border-top: 1px solid #E7E6E6;
}



.ftp-grid tr:hover {
padding: 10px;
border-radius: 1px;
margin-bottom: 10px;
border: 1px solid #009abd;
border-style: double;
}

.ftp-grid .active {
padding: 10px;
background-color: #EAF3F5;
border-radius: 1px;
margin-bottom: 10px;
}   

.ftp-grid td {
padding: 10px;
}

.ftp-grid th {
padding: 10px;
font-weight: 900;
}

/* ------------------------------- */
.tile .well-plain {
    border-color: #E7E6E6;
}

.tile .circle {
    padding: 15px;
    background-color: #f4f6f8;
    height: 50px;
    width: 50px;
}

.tile i {
    font-size: 20px;
    padding: 0px;
    color: #33383F;
}

#legend {
    padding: 15px;
}

#legend i {
    font-size: 14px;
}

#overall__container .circle {
    text-align: center;
}

#overall__container #overall__icon {
    margin-left: -0px; 
    color: #fff !important;
}

/* HEALTHY */
#overall__container.healthy {
    background-color: #F5FBF7;
    border-color: #F5FBF7;
}

#overall__container.healthy .circle {
    background-color: #25C060;
}

/* UNHEALTHY */
#overall__container.unhealthy {
    background-color: #fbf5f5;
    border-color: #fbf5f5;
}

#overall__container.unhealthy .circle {
    background-color: #eb0f0f;
}

#overall__container.unhealthy #overall__icon {
    line-height: 18px;
}

/* DEGRADED */
#overall__container.degraded {
    background-color: #fbfaf5;
    border-color: #fbfaf5;
}

#overall__container.degraded .circle {
    background-color: #f99608;
}

#overall__container.degraded #overall__icon {
    line-height: 20px
}

/* UNKNOWN */
#overall__container.unknown {
    background-color: #f4f6f8;
    border-color: #f4f6f8;
}

#overall__container.unknown .circle {
    background-color: #9b9b9b;
}

#overall__container.unknown #overall__icon {
    line-height: 20px;
}

#overall__lastUpdateDateContainer {
    text-align: right;
    padding-bottom: 10px;
}

/* 2023 SoftwareOne branding update */

.page-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    margin-top: 78px;
    padding: 32px;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    padding: 24px 0;
}

.footer .logo-and-legal {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    gap: 80px;
    padding: 0 0 24px;
}

.footer .logo-and-legal .powered-by {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .logo-and-legal .powered-by .text {
    color: #6b7180;
    white-space: nowrap;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    letter-spacing: normal;
}

.footer .logo-and-legal .powered-by img {
    min-width: 120px;
    width: 120px;
    height: auto;
    max-width: 100%;
}

.footer .logo-and-legal .legal-notice {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 1;
    font-size: 0;
}

.footer .logo-and-legal .legal-notice .text,
.footer .logo-and-legal .legal-notice .link,
.footer .logo-and-legal .legal-notice .link-separator {
  color: #6b7180;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: normal;
}

#maintenance__area h4 * {
    font-weight: inherit;
}