﻿.cancel_link, .cancel_link:visited {
    color: #333399;
    text-decoration: underline;
    font-weight: normal;
}

.ks-filterCol, 
.ks-filterCol .x-column-header-over {
    background-color: #ff9797;
    background-image: none;
}

.ks-search-match {
    font-weight: bold;
    background-color: yellow;
}

.x-splitter-vertical {
    border: 1px solid lightgray;
}

.x-toolbar-navTree-toolbar-docked-top {
    width: 90%;
    padding: 5px;
}


.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);
}

.ksProgress {
    background-color: transparent;
    height: 4px;
    z-index: 999999;
}

.x-panel-header-navigator-ks-docked-top {
    padding: 10px;
    font-size: 18px;
    text-align: left;
    background-color: #f5f5f5;
}


.x-tab-icon-left > .x-tab-icon-el-default, .x-tab-icon-right > .x-tab-icon-el-default {
    width: 24px;
    height: 24px;
}

.x-tab-navigator-ks-bottom {
    padding: 3px;
}

.x-tab-navigator-ks.x-tab-active.x-tab, x-tab-navigator-ks-focus {
    background-color: #d0ecfa;
}

.x-tab-inner-navigator-ks {
    color: #f5f5f5;
    font-size: 0px;
}

/*.x-tool-tool-el {
    margin: 0 0 0 6px;
    width: 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
    height: 16px;
}*/

.login-box {
    border: 1px solid #999;
}

.ks-fileColumn {
    margin: 6px;
    width: 24px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 0;
    height: 16px;
}

.drag-file-label {
    text-align: center;
    word-wrap: break-word;
}

.ks-file-selectbtn {

}

.recovery-link {
    font-size: smaller;
    font-weight: normal;
    color: #333399;
    left: 165px !important;
    text-decoration: underline;
    cursor: pointer;
}

/*********************** 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;
}

/*********************** Property table ***********************/
.property-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid white;
}
.property-table td,
.property-table th {
    padding: 3px;
    border: 1px solid black;
    font-family: Myriad Pro, tahoma, verdana, sans-serif;
    font-size: 11px;
}
.property-table th {
    font-size: 12px;
    font-weight: bold;
    background-color: #EDEDED;
}

/*********************** xcrypt ***********************/
.xcrypt-header {
    margin: 10px;
    padding: 10px;
    border: 1px solid gray;
    font-size: 12px;
    font-weight: bold;
}

.xcrypt-content {
    padding-left: 10px;
    padding-bottom: 10px;
}

ol.x-normal {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0;
    margin: 5px;
}

    ol.x-normal > li {
        margin-top: 5px;
    }

ul.x-minus {
    list-style-position: outside;
    padding: 0;
    margin-left: 8px;
}

    ul.x-minus > li:before {
        content: "- ";
    }

    ul.x-minus > li {
        list-style: none;
        margin-top: 2px;
    }

.xcrypt-setup-header {
    margin-top: 8px;
}

.xcrypt-setup-el {
    margin-top: 2px;
}

/*********************** Document ***********************/
.doc-edit-container {
    background-color: #ffffff;
}

.doc-edit-groupbox {
    border: 1px solid gray;
    border-radius: 3px;
    background-color: #EDEDED;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.doc-edit-groupbox-title {
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}

/*********************** About window ***********************/
.about-window-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid white;
}

.about-window-table td, 
.about-window-table 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, 
    .performance-table th {
        padding: 3px;
        border: 1px solid black;
        font-family: Myriad Pro, tahoma, verdana, sans-serif;
        font-size: 10px;
    }

    .performance-table th {
        font-weight: bold;
    }

/*********************** Misc ***********************/

.ks-label-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x-panel-navigator-ks {
    background-color: white;
}

.x-fieldset-title {
    font-size: 14px;
}

.x-grid-checkcolumn-cell-inner {
    /*line-height: 11.4pt*/
    height: 24px;
    max-height: 24px;
}

.x-component.x-docked-summary.ks-filter-dock {
    max-height: 23px;
}

.ks-white-background {
    background-color: white;
}

.ks-multiline-row .x-editor,
.ks-multiline-row * {
    height: 100% !important;
    min-height: unset !important;
}

.ks-multiline-row .x-grid-cell-inner {
    overflow: auto !important;
    white-space: pre-line !important;
    text-overflow: ellipsis;
    display: block;
    word-break: break-word;
}

/* MAIL */
.mail-message-icon {
    display: inline-block;
    margin: 0 auto;
    float: left;
    height: 30px;
    width: 30px;
}

.mail-notification-theme {
    font-size: 15px;
}