﻿.cancel_link, .cancel_link:visited {
    color: #333399;
    text-decoration: underline;
    text-align: center;
    font-size: smaller;
    font-weight: normal;
}

.ksProgress {
    background-color: #d3e1f1;
    border: none;
    height: 2px;
    /*z-index: 999999;*/
}

div.x-toolbar-docked-top {
    background-color: #d3e1f1;
}

/*.x-panel-body-default*/
.ks-panel-progress {
    border-top-width: 0;
}

.x-toolbar-navTree-toolbar-docked-top {
    width: 90%;
    padding: 3px;
}

.ks-search-match {
    font-weight: bold;
    background-color: yellow;
}

.x-splitter-vertical {
    border: 1px solid lightgray;
}

.x-fieldset-collapsed {
    border-bottom-width: 0 !important;
}

.recovery-link {
    font-size: smaller;
    font-weight: normal;
    color: #333399;
    left: 150px !important;
    text-decoration: underline;
    cursor: pointer;
}

/*********************** Grid filters ***********************/

.ks-filterCol, 
.ks-filterCol .x-column-header-over {
    background-color: #ff9797;
    background-image: none;
}

.ks-filter {
    background: lightblue;
    border-radius: 50px;
    background-position: center;
    border: 1px solid rgba(173, 216, 230, 0.8);
    box-shadow: 2px 2px 3px #999;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.ks-filter:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.ks-filterCol,
.ks-filterCol .x-column-header-over {
    background-color: #ff9797;
    background-image: none;
}

/*********************** Loglevel colors ***********************/
.log-level-Trace {
    background-color: #e7e7e7;
}

.log-level-Debug {
    background-color: #FFFFFF;
}

.log-level-Info {
    background-color: #e4ffc9;
}

.log-level-Warn {
    background-color: #ffffcc;
}

.log-level-Error {
    background-color: #f69f95;
}

.log-level-Fatal {
    background-color: #ffd1ff;
}

/*********************** About window ***********************/
.about-window-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid white;
}

    .about-window-table td, th {
        padding: 3px;
        border: 1px solid black;
        font-family: Myriad Pro, tahoma, verdana, sans-serif;
        font-size: 11px;
    }

    .about-window-table th {
        font-size: 12px;
        font-weight: bold;
        background-color: #EDEDED;
    }

/*********************** Stat table ***********************/
.complex-name {
    font-family: "sans-serif";
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
}

.credits {
    font-family: "Arial,​Helvetica,​sans-serif";
    font-size: 11px;
    font-weight: 400;
    color: #888888;
}

.performance-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid white;
}

    .performance-table td, th {
        padding: 3px;
        border: 1px solid black;
        font-family: Myriad Pro, tahoma, verdana, sans-serif;
        font-size: 10px;
    }

    .performance-table th {
        font-weight: bold;
    }

/*********************** SSL ***********************/

.ks-no-secure-connect-page__container {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    background: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ks-no-secure-connect-page__body {
    position: relative;
    padding-left: 145px;
    margin-top: -10vh;
}

.ks-no-secure-connect-page__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.ks-no-secure-connect-page__title {
    color: #e83546;
    font-size: 28px;
    margin-bottom: 32px;
}

.ks-no-secure-connect-page__desc {
    font-size: 16px;
    margin-bottom: 24px;
}

.ks-no-secure-connect-page__content {
    max-width: 710px;
    line-height: 24px;
}

.ks-no-secure-connect-page__container:after {
    content: '';
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.ks-no-secure-connect-page__container:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' fill='%23e83546' xmlns='http://www.w3.org/2000/svg'%3E%3Cpattern id='line' patternUnits='userSpaceOnUse' width='66' height='66' stroke='%23fad7da' stroke-width='23' fill='none'%3E%3Cpolygon points='0,69 69,0'/%3E%3Cpolygon points='0,69 69,0' transform='translate(33 33)'/%3E%3Cpolygon points='0,69 69,0' transform='translate(-33 -33)'/%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='%23e83546'/%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23line)'/%3E%3C/svg%3E");
}

.ks-no-secure-connect-page__content {
    padding: 14px;
}

.ks-no-secure-connect-page__continue-link {
    color: #666666;
    font-size: 16px;
}

.ks-no-secure-connect-page__back-btn {
    margin-right: 30px;
}

.ks-no-secure-connect-page__buttons {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ks-no-secure-connect-page__link {
    color: #1e3f74;
    text-decoration: underline;
}

.ks-no-secure-connect-page__checkbox .x-form-cb-label {
    font-size: 16px;
}

.ks-no-secure-connect-page__icon {
    width: 91px;
}

    .ks-no-secure-connect-page__icon img {
        width: 100%;
        height: auto;
    }

/*********************** Misc ***********************/

.x-fieldset-title {
    font-size: 14px;
}

.x-grid-checkcolumn-cell-inner {
    height: 20px;
    max-height: 20px;
}

.x-component.x-docked-summary.ks-filter-dock.x-docked-summary {
    max-height: 21px;
}