﻿/* common-tree-table-control */
.common-tree-table-control table { border: 1px solid #D9DAE0; border-collapse: collapse; }
.common-tree-table-control td { padding-left: 10px; border-right: 1px solid #D9DAE0; border-top: 1px solid #D9DAE0; border-bottom: 1px solid #D9DAE0; }
.common-tree-table-control tr { height: 30px; padding: 0px; }
.common-tree-table-control td.empty-cell { padding: 0; border-right: none; border-left: none; width: 30px; }
.common-tree-table-control td.title { font-weight: bold; }
/* .common-tree-table-control */

/* Общий контрол формы */
.cs-form-error-message { color: #ff0000; margin-bottom: 5px; font-weight: bold; text-align: center; }

.cs-common-form .fields-wrapper { border: 1px solid #C0C0C0; padding: 15px; border-radius: 5px; }
.cs-common-form .form-title { color: #6A6E71; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: center; }
.cs-common-form .form-success-message { color: #3d941e; margin-bottom: 10px; font-weight: bold; text-align: center; }
.cs-common-form .validation-error-message { color: #ff0000; margin-bottom: 10px; font-weight: bold; text-align: center; }
.cs-common-form .form-layout { border-collapse: collapse; margin-bottom: 15px; width: 100%; }
.cs-common-form .form-layout .group-title { border-bottom: 2px solid #00CC00; border-top: none; font-weight: bold; font-size: 16px; padding: 0 0 5px 0; font-size: 16px; }
.cs-common-form .form-layout .field { vertical-align: middle; }
.cs-common-form .form-layout .field-title { vertical-align: top; color: Black; width: 170px; text-align: right; padding-right: 15px; }
.cs-common-form .form-layout .field-help { padding: 2px 0 5px 0px; color: gray; }
.cs-common-form .form-layout .field-require { vertical-align: top; font-size: 10px; color: Red; }
.cs-common-form .form-layout .field, .cs-common-form .form-layout .field-title { min-height: 32px; padding-top: 5px; padding-bottom: 5px; }
.cs-common-form .form-layout .cs-autocomplete { border: 1px solid #000000; width: 250px; }
.cs-common-form .cs-text { border: 1px solid #000000; width: 250px; }
.cs-common-form .cs-select-ro { border: 1px solid #cccccc; width: 250px; color: gray; }
.cs-common-form .cs-text:hover, .cs-common-form .cs-text:focus { border: 1px solid #4D90FE; }
.cs-common-form .form-layout .field select { width: 252px; }
.cs-common-form .form-layout .field textarea { border: 1px solid #000000; width: 99.7%; height: 70px; }
.cs-common-form .form-layout .field textarea:hover, .cs-common-form .form-layout .field textarea:focus { border: 1px solid #4D90FE; }
.cs-common-form .buttons-layout { width: 100%; text-align: right; border: none; }
.cs-common-form .validation-error { text-align: left; color: Red; }
.cs-common-form span.validation-error { cursor: pointer; display: block; float: left; padding: 2px 0 5px 0px; }
.cs-common-form span.validation-error:hover { color: #e80000; background-image: url(/img/scross.png); background-position: right 6px; background-repeat: no-repeat; padding-right: 15px; }
.cs-common-form .form-help-message { margin-bottom: 10px; font-style: italic; text-align: center; }
.cs-common-form .buttons-layout a.back-link { float: left; }
/* .Общий контрол формы */

/* Общий контрол таблицы */
.cs-common-table-control .wrapper { }
.cs-common-table-control .table { width: 100%; border-top: none; border-collapse: collapse; line-height: 14px; }
.cs-common-table-control .table .headings th { height: 31px; text-align: center; font-weight: normal; padding: 5px; border: 1px solid #C0C0C0; }
.cs-common-table-control .table .headings .heading { min-width: 46px; }
.cs-common-table-control .table .headings .heading:hover { cursor: default; }
.cs-common-table-control .table .headings .heading .heading-block { }
.cs-common-table-control .table .headings .heading .sorting-block { display: none; position: absolute; }
.cs-common-table-control .table .headings .heading .sorting-block .sort-layout { margin: 0 auto; font-size: 8px; font-family: Verdana; }
.cs-common-table-control .table .headings .heading .sorting-block .sort-layout td { border: none; padding: 0 3px; }
.cs-common-table-control .table .headings .heading .sorting-block .sort-layout td span { color: #006699; }
.cs-common-table-control .table .headings .heading .sorting-block .sort-layout td a { text-decoration: none; }
.cs-common-table-control .table .headings .heading .sorting-block .sort-layout td a:hover { text-decoration: underline; }
.cs-common-table-control .table .headings .heading .sorting-block .sort-layout .img td { padding-bottom: 1px; }
/*.cs-common-table-control .table .headings .heading:hover { background-color: #D9DAE0; }*/
.cs-common-table-control .table .headings .heading-sorted { background-color: #D9DAE0; }
.cs-common-table-control .table .headings .notebook-column { width: 20px; }
.cs-common-table-control .table .headings .edit-button-column { width: 16px; }
.cs-common-table-control .table td { padding: 5px; border-bottom: 1px solid #C0C0C0; }
.cs-common-table-control .table tr.even td { background-color: #f8f8f8; }
.cs-common-table-control .table td a { text-decoration: underline; }

.cs-common-table-control-button { padding-left: 20px; background: url(/img/framework/common/cs-common-table-control-button.png) no-repeat; }
/* .Общий контрол таблицы */

/* Notebook */
a.note-counter { }
a.note-counter span.panel { border: 1px dashed gray; color: black; left: -1000px; padding: 5px; position: absolute; text-decoration: none; visibility: hidden; }
a.note-counter:hover span.panel { left: 60px; top: 0; visibility: visible; }
.popup { /*-moz-border-radius: 5px 5px 5px 5px;*/ background-color: #EFEFEF; border: 3px solid #CCCCCC; display: none; margin-top: 0; padding: 5px; position: absolute; text-align: left; z-index: 100000; }
div.popup-panel { position: relative; }
a.notebook-counter span { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
/* .Notebook */

/* list-control-panel */
.list-control-panel { }
.list-control-panel table { width: 100%; }
.list-control-panel table tr td.pagesize { padding-right: 30px; }
.list-control-panel table tr td.pagesize .title { padding-right: 10px; color: #999999; font-size: 12px; }
.list-control-panel table tr td.sorting .title { padding-right: 8px; color: #999999; font-size: 12px; }
.list-control-panel table tr td.sorting { text-align: right; }

ul.page-size-ul { list-style: none outside none; margin: 0; padding: 0; }
ul.page-size-ul li { display: inline; }
ul.page-size-ul li.active a { color: #000000; }
/* .list-control-panel */

.developer { font-size: 10px; color: red; line-height: 1.2em; }
