﻿body {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:12px;
}

/*********************** Стили объектов платформы ***********************/
.x-toolbar-title {
    font-family: 'Arial !important';
    font-size: 12px !important;
    padding-left: 10px !important;
    color: #00008B;
    font-weight: bold !important;
}
.x-toolbar-clock {
    font-family: 'Arial !important';
    font-size: 11px !important;
    font-weight: bold !important;
    color: #00008B;
}
.x-debug-output {
    font-family: 'Courier New' , Courier, monospace;
    font-size: 11px;
}
.cancel_link, .cancel_link:visited {
    color: #333399;
    text-decoration: underline;
    font-size: smaller;
    font-weight: normal;
}
.browser-info {
    line-height: 10px;
    font-size: 10px;
    color: gray;
}
.recovery-link {
    font-size: smaller;
    font-weight: normal;
    color: #333399;
    left: 170px !important;
    text-decoration: underline;
    cursor: pointer;
}

/*********************** Всплывающая подсказка ***********************/
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
.formatted-msg-big-text {
    font-size:20pt;
}

/*********************** 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;
} 

/*********************** Кнопки ***********************/
.marked-button {
    text-align: center;
    vertical-align: middle;
    background: whitesmoke;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #A9A9A9;
}
.marked-button .x-btn-mc, .marked-button .x-btn-mr, .marked-button .x-btn-ml,
.marked-button .x-btn-tc, .marked-button .x-btn-tr, .marked-button .x-btn-tl, 
.marked-button .x-btn-bc, .marked-button .x-btn-br, .marked-button .x-btn-bl,
.marked-button .x-btn-text {
    background: transparent;
    border-bottom-style: none !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    font-size: 12px !important;
    font-weight: bold;
}

.dim-button {
    color: gray !important;
    text-align: center;
    vertical-align: middle;
    background: whitesmoke;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid lightgray;
    margin: 5px;
    margin-left: 8px;
}
.dim-button .x-btn-mc, .dim-button .x-btn-mr, .dim-button .x-btn-ml,
.dim-button .x-btn-tc, .dim-button .x-btn-tr, .dim-button .x-btn-tl, 
.dim-button .x-btn-bc, .dim-button .x-btn-br, .dim-button .x-btn-bl,
.dim-button .x-btn-text {
    background: transparent;
    border-bottom-style: none !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    font-size: 11px !important;
}

.help-button {
    color: gray !important;
    text-align: center;
    vertical-align: middle;
    background: whitesmoke;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid lightgray;
    margin: 5px;
}
.help-button .x-btn-mc, .help-button .x-btn-mr, .help-button .x-btn-ml,
.help-button .x-btn-tc, .help-button .x-btn-tr, .help-button .x-btn-tl, 
.help-button .x-btn-bc, .help-button .x-btn-br, .help-button .x-btn-bl,
.help-button .x-btn-text {
    background: transparent;
    border-bottom-style: none !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    font-size: 12px !important;
}

/*********************** 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;
}

/*********************** Таблица SqlQueryManagerWebResult ***********************/
.sqlquerymanager-result-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid white;
}
.sqlquerymanager-result-table td,th {
    padding: 3px;
    border: 1px solid black;
    font-family: Myriad Pro, tahoma, verdana, sans-serif;
    font-size: 10px;
}
.sqlquerymanager-result-table th {
    font-weight: bold;
}

/*********************** История сообщений в строке статуса ***********************/
.status-log-table {
    width: 100%;
    /*border-top: 1px lightgray solid;*/
}
.status-log-row {
    font-size: 10pt;
}
.status-log-date-cell {
    border-left: 1px lightgray solid;
    border-right: 1px lightgray solid;
}

/*********************** Деревья ***********************/
.x-tree-noicon-node {
    display: none;
}

/*********************** Окно О программе ***********************/
.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;
}

/*********************** Таблица статистики ***********************/
.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;
}

/*********************** 3-state node UI ***********************/
.styledCheckbox {
    height: 13px;
    width: 13px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    outline: 0;
}
.styledCheckboxWrap {
    position: relative;
    background: url('images/checkboxes.gif') no-repeat top left;
    width: 13px;
    height: 13px;
    margin: 3px;
}
.padding-bottom-1 {
    padding-bottom: 1px;
}
.wrapChecked {
    background-position: 0px -13px;
}
.wrapPartial {
    background-position: 0px -26px;
}
