﻿/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    width: 100%;
    height: 100%;
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr td { /* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */
        line-height: 22px;
    }

caption, th, td {
    text-align: left;
    font-weight: normal;
}

html {
    font-size: .9em;
}

thml, body, input, textarea, select {
    color: #005784;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left
}

h1, h2, h3, h4 {
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
}

h1 {
    font-size: 138.5%;
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

A, A:active, A:link, A:visited {
    color: #005784;
    text-decoration: underline;
}

    A:hover {
        color: #2576a2;
        text-decoration: none;
    }

div.AllANonUnderline A,
div.AllANonUnderline A:active,
div.AllANonUnderline A:link,
div.AllANonUnderline A:visited,
div.AllANonUnderline A:hover {
    text-decoration: none;
    display: block;
}

hr {
    color: #adc4cf;
    height: 1px;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

:focus {
    outline: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*PageTitle*/
div.PageTitleBody {
    padding-bottom: 10px;
}

    div.PageTitleBody div.PageTitleHeader {
        border-bottom: solid 2px #eb4800;
        padding-bottom: 4px;
    }

        div.PageTitleBody div.PageTitleHeader img.PageTitleImage {
            width: 24px;
            height: 24px;
            border: none;
            margin: 0 7px 0 7px;
        }

        div.PageTitleBody div.PageTitleHeader span.PageTitleText {
            color: #eb4800;
            font-weight: bold;
        }

    div.PageTitleBody div.PageTitleBreadCrumbs {
    }

        div.PageTitleBody div.PageTitleBreadCrumbs a.BreadCrumb {
        }

        div.PageTitleBody div.PageTitleBreadCrumbs span.BreadCrumb {
        }

        div.PageTitleBody div.PageTitleBreadCrumbs span.BreadCrumbSeparator {
        }

        div.PageTitleBody div.PageTitleBreadCrumbs span.BreadCrumbLast {
        }
/*.PageTitle * { font-weight:bold; color:#eb4800; text-decoration:underline; margin-bottom:10px; }*/

/*Tree*/
.FrameBorder {
    position: absolute;
    left: 0px;
    width: 3px;
    height: 100%;
    background-color: #faf8f0;
    border-left: solid 1px #a4b2bc;
    border-right: solid 1px #a4b2bc;
    overflow: hidden;
    /*cursor:e-resize;*/
    z-index: 1000;
}

.FrameResizer {
    background-color: #faf8f0;
    border: solid 1px #a4b2bc;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    height: 30px;
    width: 5px;
    position: absolute;
    top: 48%;
    left: 0px;
    vertical-align: middle;
    z-index: 2000;
}

.TreeArea {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 2px;
}

.TreeAreaInside {
    padding: 5px 0 0 5px;
}

.ContentTreeItem {
}

    .ContentTreeItem .Name {
        height: 16px;
        line-height: 16px;
        vertical-align: middle;
        padding: 0 5px 0 2px;
        margin-left: 1px;
        cursor: pointer;
    }

.TreeArea img, .TemplateTreeArea img {
    vertical-align: middle;
}

.ContentTreeSelectedItem .Name {
    background-color: #adc4cf;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding: 0 4px 0 3px;
    margin-left: 1px;
    cursor: pointer;
}

.mark {
    width: 9px;
    height: 9px;
}

/*TabControl*/
/* Tab control */

table.TabControlTable {
}

tr.TabControlRow {
}

td.TabControlLeft {
    background: url(Images/TabControl/WhiteTop/tab_left.gif) no-repeat bottom left;
    width: 5px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

td.TabControl {
    background: url(Images/TabControl/WhiteTop/tab_mid.gif) repeat-x bottom;
    height: 27px;
    line-height: 27px;
    padding: 0 .5em 0px .5em;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

td.TabControlLink {
    text-decoration: none;
}

td.TabControlRight {
    background: url(Images/TabControl/WhiteTop/tab_right.gif) no-repeat bottom right;
    width: 6px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

td.TabControlSelectedLeft {
    background: url(Images/TabControl/WhiteTop/tab_left_activ.gif) no-repeat bottom left;
    width: 6px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}

td.TabControlSelected {
    background: url(Images/TabControl/WhiteTop/tab_mid_activ.gif) repeat-x bottom;
    height: 27px;
    line-height: 27px;
    padding: 0 .5em 0px .5em;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

td.TabControlLinkSelected {
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}

td.TabControlSelectedRight {
    background: url(Images/TabControl/WhiteTop/tab_right_activ.gif) no-repeat bottom right;
    width: 6px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
}
/*General*/

div#ContentArea {
    background: #FDFDFD;
}

div.ContentPadding {
    padding: 10px 10px 10px 10px;
}

table tr td {
    white-space: nowrap;
    vertical-align: top;
}

table.middle tr td {
    vertical-align: middle;
    padding-right: 5px;
}

    table.middle tr td img {
        vertical-align: bottom;
    }

table.middle td:last-child:not(:only-child) {
    width: 100%;
}

table.BizForm tr td {
    vertical-align: middle;
    padding-right: 5px;
}

    table.BizForm tr td img {
        vertical-align: bottom;
    }

table.UniGridGridFilters td:not(:last-child) {
    padding: 0 1em 0 0;
}

table.UniGridGrid {
    width: 100%;
    border: solid 1px #cccccc;
    border-top: none;
}

    table.UniGridGrid td, table.UniGridGrid th {
        padding: 0 1em;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        border-top: solid 1px #cccccc;
    }

    table.UniGridGrid span {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        vertical-align: middle;
    }

        table.UniGridGrid span.UniGridActionSeparator {
            border-left: solid 1px #ccc;
            margin: 0 3px;
            display: inline-block;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
        }

    table.UniGridGrid td img, table.UniGridGrid td input {
        vertical-align: middle;
    }

div.UniGridLinkNew {
    height: 32px;
    line-height: 32px;
}

    div.UniGridLinkNew img, div.UniGridLinkNew a, div.UniGridLinkNew a:hover {
        vertical-align: middle;
    }

div.UniGridFooter {
    width: 100%;
    text-align: right;
    height: 32px;
    line-height: 32px;
}

.HeightQuarterLine {
    height: 5px;
}

.HeightHalfLine {
    height: 11px;
}

.HeightFullLine {
    height: 22px;
}

.Bold {
    font-weight: bold;
}

.Red, .ErrorLabel {
    color: Red;
}

.MainErrorLabel {
    color: Red;
    padding: 0 5px 0 5px;
    border: dotted 1px red;
    margin-bottom: 10px;
    white-space: normal;
}

.MainInfoLabel {
    padding: 0 5px 0 5px;
    color: #adc4cf;
    border: dotted 1px #adc4cf;
    margin-bottom: 10px;
}

    .MainErrorLabel:empty, .MainInfoLabel:empty {
        display: none;
    }

span.LabelInfoInCell {
    font-size: 11px;
    line-height: 1;
    color: #adc4cf;
    white-space: normal;
}

.RedAsterisk {
    color: Red;
    display: inline;
}

#PnlAttributeActions {
    margin-bottom: 5px;
}

div.pnlFields {
    margin-left: 10px;
}

div.TableSubTitle {
    border-bottom: solid 2px #eb4800;
    color: #eb4800;
    margin-bottom: 4px;
    margin-top: 22px;
    text-align: right;
    text-transform: uppercase;
}

td.LabelCell {
    width: 250px;
}

    td.LabelCell td {
        white-space: nowrap;
    }

td.LabelDual {
    width: 470px;
}

div.LabelCell {
    width: 250px;
}

td.InputCellForTextBoxNormal input.cmstextbox {
    width: 400px;
}

td.InputCellForDualTextBoxes input.cmstextbox {
    width: 140px;
}

.dotSeparator {
    text-align: center;
    display: none;
}

td.InputCellForTextBoxShort input.cmstextbox {
    width: 140px;
}

td.InputCellForDateBoxShort input.cmstextbox {
    width: 140px;
}

td.InputCellForDateBoxShort input.CalendarIcon {
}

td.InputCellForTextAreaNormal textarea.cmstextarea {
    width: 210px;
}

td.InputCellForTextAreaWide textarea.cmstextareawide {
    width: 100%;
}

td.InputCellForDropListNormal select.cmsddl {
    width: 212px;
}

td.InputCellForFileUploaderNormal input {
    width: 210px;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* ----------------------------- < Inputs ----------------------------- */
input.cmstextbox,
textarea.cmstextbox,
textarea.cmstextarea,
textarea.cmstextareawide,
select.cmsddl,
select.cmsfilterdll,
select.cmslistbox,
/*.Uploader .UploaderInputFile,*/
*[contenteditable="true"] {
    border: solid 1px #adc4cf;
    background: #FEFEFD;
}

textarea.cmstextareawide {
    height: 100px;
}

.cmsbutton, .cmsbuttonShort {
    display: inline-block;
    padding: 0 .75em;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #007dbd;
    background-image: linear-gradient(355deg, black(.2), transparent, rgba(255,255,255,.2));
    box-shadow: inset 1px 1px 1px rgba(255,255,255,.5), inset -1px -1px 1px rgba(0,0,0,.5);
    /*border:none; padding:0 10px 0 10px; height:20px; margin:1px 1px 1px 1px; color:White; background:#005784 url("../../App_Themes/Deotix/Images/background/band-medium.gif") repeat 0 0;*/
}

    .cmsbutton:hover, .cmsbuttonShort:hover {
        background-image: linear-gradient(355deg, black(.15), transparent, white(.15));
        box-shadow: inset 1px 1px 1px 0 rgba(255,255,255,.25), inset -1px -1px 1px 0 rgba(0,0,0,.25);
    }

    .cmsbutton:active, .cmsbuttonShort:active {
        background-image: linear-gradient(355deg, white(.15), transparent, black(.15));
        text-shadow: 1px 0px 1px rgba(0,0,0,.5);
        box-shadow: inset 1px 1px 1px rgba(0,0,0,.25), inset -1px -1px 1px rgba(255,255,255,.25);
    }

    .cmsbutton[disabled] {
        background-color: grey;
        pointer-events: none;
        user-select: none;
    }

.cmsbuttonShort {
    width: 60px;
}

input.cmsimgbutton, input.CalendarIcon { /*border:solid 1px #adc4cf;*/
    text-decoration: underline;
    vertical-align: middle;
    margin-right: .25em;
}

    input.cmsimgbutton:hover, input.CalendarIcon:hover {
        text-decoration: none;
    }

input.cmscheckbox {
    border: solid 1px #adc4cf;
    margin-right: 5px;
}

img.cmscheckbox {
    border: solid 1px #adc4cf;
    margin-right: 5px;
}

#CellAttributesList select.cmslistbox {
    width: 250px;
    height: 400px;
}

#CellAttributesList select.cmsddl {
    width: 250px;
}

select.cmsfilterdll {
    width: 100px;
}

input.cmstextbox,
textarea.cmstextbox,
textarea.cmstextarea,
textarea.cmstextareawide {
    padding: 1px 1px 1px 1px;
}
/* ----------------------------- Inputs > ----------------------------- */
div#CMSAdministrationLogo {
    float: left;
    width: 405px;
    font-weight: bold;
}

div#CMSAdministrationTop {
    float: right;
    text-align: right;
}

/* Sites */
.SiteStatusRunning {
    color: #00aa00;
}

.SiteStatusStopped {
    color: #ee0000;
}

.loading {
    width: 16px;
    height: 16px;
    background: url('../../App_Themes/Deotix/Images/loading_16x16.gif') 0 0 no-repeat;
}

.loading2 {
    width: 16px;
    height: 16px;
    background: url('../../App_Themes/Deotix/Images/loading2_16x16.gif') 0 0 no-repeat;
}

/* Header */
div.CMSDeskHeader {
    height: 39px;
    border-bottom: solid 1px #a4b2bc;
    background-color: #faf8f0;
}

div.CMSDeskHeaderInside {
    padding: 13px 10px 0px 10px;
    margin-bottom: -1px;
}

div.CMSDeskHeader #Logo {
    width: 274px;
}

.CurrentMode {
    font-weight: bold;
}

.SwitchMode {
}

#HeaderTable {
}

.UserName {
    font-weight: bold;
}

.DetailLabel {
    white-space: pre;
    font-size: 85%;
}

.CalendarAction, .CalendarIcon {
    margin: 0 0 0 4px;
}

/* Footer */
.CMSDeskFooter {
    height: 29px;
    line-height: 29px;
    border-top: solid 1px #a4b2bc;
    background-color: #faf8f0;
}

.CMSDeskFooterInside {
    padding: 0 10px 0 10px;
    color: Gray;
    text-align: right;
}

div#CMSAdmin {
    width: 330px;
    padding: 15px 0;
    border: solid 1px #a4b2bc;
    background-color: #faf8f0;
    margin: 70px auto 0 auto;
}

.CapsLockOn {
    visibility: visible;
    color: Red;
    cursor: default
}

.CapsLockOff {
    visibility: hidden
}

/* Editable Regions */
.CMSEditableRegionEdit {
    box-sizing: border-box;
    /*border: dashed 1px #adc4cf;*/
    overflow: hidden;
    /*margin: 1px;*/
}

.CMSEditableRegionTitle {
    font-weight: bold;
    display: block;
    padding: 2px 2px 2px 5px;
    background-color: #F9F8F4;
    font-size: xx-small;
    color: Red;
}

    .CMSEditableRegionTitle:empty {
        display: none
    }

.FCKEditorDisabled {
    margin: 1px;
    border: solid 1px #888888;
    padding: 2px;
    color: #888888;
    overflow: auto;
}

.cke_reset {
    box-sizing: border-box !important;
}

div.BizFormSaveAndAnother {
    user-select: none;
}

    div.BizFormSaveAndAnother img {
        width: 24px;
        height: 24px;
    }

    div.BizFormSaveAndAnother * {
        line-height: 24px;
        vertical-align: middle;
    }

td.LogonTitle {
    font-size: 15px;
    color: #eb4800;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.NodePermissions {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    width: 640px;
}

    .NodePermissions fieldset {
        border: solid 1px #eb4800;
        padding: 10px 10px 10px 10px;
    }

    .NodePermissions legend {
        padding: 0 5px 0 5px; /*margin-left:-8px;	margin-right:4px;*/
        font-weight: bold;
        color: #eb4800;
    }

.GlobalArea {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.GlobalAreaInside {
}

table#calDate {
    width: 212px;
}

    table#calDate th, table#calDate td {
        text-align: center;
        vertical-align: middle;
    }