﻿@import url("wb-colors.css");

@import url("reset.css");

@import url("wb-forms.css");

@import url("wb.custom.css");

@import url("ie.css");

html
{
    background-color: white;
    font-family: Tahoma;
    font-size: 11px;
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    height: 100%;
    margin: 0;
    min-height: 100%;
    min-width: 760px;
    padding: 0;
    position: relative;
}

em
{
    text-decoration: underline;
}

input,
button,
select
{
    font-family: Tahoma !important;
}

input::-ms-clear
{
    display: none;
    height: 0;
    width: 0;
}

input,
textarea
{
    margin: 0;
    outline: none;
    padding: 0;
}

input:active,
textarea:active
{
    outline: none;
}

:focus
{
    outline: none;
}

table
{
    border-collapse: collapse;
    font-family: Tahoma;
    font-size: 100%;
}

td
{
    padding: 0;
}

a
{
    color: #295270;
}

.Wb_Line-Through
{
    color: gray;
    text-decoration: line-through;
}


a:hover,
a.WbForm_ElementName:hover,
.WbForm_ElementAdd:hover,
.Wb_SelectButton_Element:hover span,
div.WbTabbedViewButton:hover,
.WbButton:hover > table td.WbButton_Title,
.Wb_InputRange:hover,
.Wb_InputDateRange .Wb_Select_Option:hover,
.FormButtons:hover input,
.link
{
    color: #E87C1E;
}

div.Wb_Control_HeaderButton:hover,
div.Wb_Control_HeaderButton-Active .Wb_Control_HeaderButton_Title
{
    color: #E87C1E !important;
}

.WbDisabledLink
{
    color: #295270 !important;
    text-decoration: none !important;
}

.WbDisabledLink:hover
{
    cursor: default;
}

.breakAll
{
    word-break: break-all;
}

/*****************window************************/

#wb_windowsContainer
{
    background-image: url('css/images/spinner.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

div.WbWindow
{
    background-color: white;
    border-style: solid;
    border-width: 5px;
    height: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
}

.WbLogo
{
    background-image: url('images/logo-icon.png');
    cursor: default;
    display: none;
    height: 24px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 24px;
}

.WbTabbedView_Content,
.WbWindow_Body
{
    line-height: 14px;
}

div.WbWindow_Header
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.06) 3px, rgba(0, 0, 0, 0) 6px);
    color: white;
    height: 34px;
    line-height: 16px;
    margin: 0;
    vertical-align: middle;
}

.WbWindow_Header td
{
    vertical-align: top;
}

div.WbWindow_Icon,
td.WbWidget_Icon
{
    background-image: url('../../square_plain.svg?color=white');
    background-repeat: no-repeat;
    display: none;
    float: left;
    height: 16px;
    margin-bottom: 8px;
    margin-left: 8px;
    min-width: 16px;
    width: 16px;
}

div.WbWindow_Icon
{
    margin-right: -5px;
    margin-top: 8px;
}

td.WbWidget_Icon
{
    margin-right: 5px !important;
    margin-top: 1px !important;
}

div.WbWindow_Title
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

div.WbWindow,
div.WbWindow_Body,
div.WbContentPane,
div.WbTabbedView,
div.WbTabbedView_Content
{
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

div.WbWindow_Body
{
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 0;
}

div.WbContentPane
{
    bottom: 0;
    position: absolute;
    top: 0;
}

div.WbTabbedView
{
    bottom: 0;
    position: absolute;
    top: 0;
}

div.WbTabbedView_Buttons
{
    background-image: url('images/background-shadow.png');
    background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #D0D0D0;
    display: block;
    display: inline-block;
    width: 100%;
}

div.WbTabbedView_Buttons:after
{
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.WbWidget_Content tr
{
}

.WbTabbedView_Controls_Bottom
{
    bottom: 36px;
    box-shadow: 0 -3px 3px rgb(200, 200, 200);
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

div.WbTabbedView_Controls,
div.WbMain_Controls
{
    margin: 0 auto;
    min-height: 36px;
    position: relative;
    vertical-align: middle;
}

div.WbTabbedView_Controls,
.Wb_Control_WindowView > div.WbMain_Controls,
.WbWindow_Body > div.WbMain_Controls
{
    z-index: 2001;
}

.WbTabbedView_Controls_LeftArea
{
    background-color: #FFFFFF;
    height: 36px;
    overflow: hidden;
    padding-right: 360px;
}

.WbTabbedView_Controls_LeftArea.ControlButtons_Hover
{
    height: auto;
    overflow: visible !important;
}

.WbContentPaneButtons
{
    background-image: url('images/arrow_down_gray.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 24px
}

.WbContentPaneButtons:hover
{
    background-image: url('images/arrow_top_gray.png');
    background-position: right bottom;
}


div.WbTabbedView_Controls_LeftArea,
div.WbMain_Controls_LeftArea
{
    padding-left: 5px;
    text-align: left;
}

div.WbTabbedView_Controls_LeftArea .WbButton,
.WbContentPaneButtons > div:not(.clear)
{
    float: left !important;
}

div.WbMain_Controls_LeftArea
{
    float: left;
    margin-right: 360px;
    padding-right: 24px;
}

.WbTabbedView_Controls div.WbMain_Controls_LeftArea
{
    margin-right: 0;
}

.WbMain_Controls_LeftAreaContainer
{
    height: 36px;
    overflow: hidden;
}

div.WbMain_Controls_LeftArea .WbButton,
div.WbMain_Controls_RightArea .WbButton
{
    float: left;
    margin: 0;
}

div.WbMain_Controls_LeftArea .Wb_Control_Checkbox,
div.WbMain_Controls_RightArea .Wb_Control_Checkbox,
div.WbMain_Controls_RightArea .Wb_Control_Search
{
    float: left;
}

.Wb_Control_Toolbar
{
    background-color: #FFFFFF;
}

.ControlButtons_Hover .WbMain_Controls_LeftAreaContainer
{
    height: auto;
    overflow: visible;
}

div.WbTabbedView_Controls_RightArea,
div.WbMain_Controls_RightArea
{
    padding-right: 5px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

div.WbTabbedViewButton
{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.02) 3px, rgba(0, 0, 0, 0) 6px);
    border-right: 1px solid #D0D0D0;
    float: left;
    font-size: 11px;
    padding: 15px;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}

div.WbTabbedViewButton:hover,
div.WbTabbedViewButton-Active
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, transparent 2px);
    border-top: 5px solid #2178B5;
    cursor: pointer;
    padding-top: 10px;
}

div.Wb_Control.WbTabbedViewButton:hover > .WbTabbedViewButton_Icon
{
    -ms-box-shadow: 0 0 3px 2px rgba(232, 124, 30, 0.50);
    -webkit-box-shadow: 0 0 3px 2px rgba(232, 124, 30, 0.50);
    background-color: transparent !important;
    box-shadow: 0 0 3px 2px rgba(232, 124, 30, 0.50);
}

.WbTabbedViewButton:hover .WbTabbedViewButton_Icon
{
    background-color: #E87C1E;
}

div.WbTabbedViewButton-Active:hover
{
    color: black;
    cursor: default;
}

div.WbTabbedViewButton-Active:hover > .WbTabbedViewButton_Icon,
div.WbTabbedViewButton:hover.WbForm_Disable > .WbTabbedViewButton_Icon
{
    -ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.WbTabbedViewButton_Icon
{
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 24px;
    margin: 0 auto;
    width: 24px;
}

div.WbTabbedViewButton_Title,
div.WbTabbedViewButton_Subtitle
{
    margin: 0 auto;
    text-align: center;
}

div.WbTabbedViewButton_Title
{
    line-height: 13px;
    margin-top: 4px;
}

div.WbTabbedViewButton_Subtitle
{
    color: gray;
    font-size: 9px;
    height: 10px;
    margin-top: 1px;
}

.WbButton
{
    cursor: pointer;
    display: block;
    float: right;
    padding: 6px;
    text-decoration: none;
}

div.WbButton_Icon
{
    background-color: #4793d0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 24px;
    margin: 0 auto;
    width: 24px;
}

td.WbButton_Title
{
    font-size: 12px;
    line-height: 1;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
}

.WbButton_Title_Invisible
{
    display: none;
}

.WbButton_Selection
{
    position: relative;
}

.WbButton_Selection:hover
{
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    padding-left: 5px;
    padding-right: 5px;
}

.WbButton.WbForm_Disable.WbButton_Selection:hover,
.WbButton_Disabled.WbButton_Selection:hover
{
    border: 0;
    padding: 6px;
}

.WbForm_CustomizedList_Add .WbButton.WbForm_Disable.WbButton_Selection:hover
{
    border-left: 1px solid #D0D0D0;
    padding: 6px 5px;
}

.WbButton_Selection:hover > .WbButton_Invisible
{
    display: block;
}

.WbButton.WbForm_Disable.WbButton_Selection:hover .WbButton_Invisible,
.WbButton_Disabled.WbButton_Selection:hover .WbButton_Invisible
{
    display: none;
}

.WbButton_Invisible
{
    -moz-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
    background: white;
    border: 1px solid #D0D0D0;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin-left: -6px;
    padding-right: 5px;
    position: absolute;
    top: 36px;
    z-index: 100001;
}

.WbForm_CustomizedList_Add .WbButton.WbButton_Selection
{
    border-left: 1px solid #D0D0D0;
    border-right: none !important;
    margin: 0;
    padding: 6px 5px;
}

.WbForm_CustomizedList_Add .WbButton_Invisible
{
    right: -11px;
}

.WbForm_CustomizedList_Add .WbButton_Invisible
{
    padding: 6px;
}

.WbButton_Invisible:hover
{
    display: block;
}

div.WbTabbedView_Controls_LeftArea .WbButton_Invisible div.WbButton,
div.WbMain_Controls_LeftArea .WbButton_Invisible div.WbButton,
.WbButton_Invisible div.WbButton
{
    float: none !important;
}

.WbButton_Invisible .WbButton_Title
{
    white-space: nowrap;
}

div.WbTabbedView_Gutter,
div.WbMain_Gutter,
div.WbModel_Gutter
{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.06) 3px, rgba(0, 0, 0, 0) 6px);
    height: 10px;
    position: relative;
    z-index: 1000;
}

div.WbModel_Gutter
{
    position: absolute;
    top: 34px;
    width: 100%;
}

.WbTabbedView_Gutter_Down
{
    height: 10px;
    position: relative;
    z-index: 1000;
}

div.WbTabbedView_Content,
.WbMain_Content
{
    background-color: #F0F0F0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 112px;
    width: auto;
}

#dialog_attachmentVersions .WbWindow_Modal_Content
{
    padding: 0;
}

.WbWindow_Modal_Body div.WbTabbedView_Content
{
    background-color: transparent;
}

div.WbMain_Content
{
    top: 37px;
}

div.WbTabbedView div.WbContentPane,
div.WbMain_Content div.WbContentPane
{
    background-position: top center;
    background-repeat: no-repeat;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    right: 0;
    width: auto;
}

div.WbShortcut
{
    cursor: pointer;
    display: block;
    height: auto;
    position: absolute;
    text-align: center;
}

div.WbWidget div.WbShortcut,
div.WbWindow_Launchpad div.WbShortcut
{
    float: left;
    margin: 5px;
    position: relative;
    z-index: 0;
}

div.WbShortcut_Background
{
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    height: 58px;
    margin: auto;
    width: 58px;
}

div.WbShortcut-large div.WbShortcut_Background
{
    background-image: url('images/shortcut-background_large.png');
    height: 58px;
    width: 58px;
}

div.WbShortcut-medium div.WbShortcut_Background
{
    background-image: url('images/shortcut-background_medium.png');
    height: 48px;
    width: 48px;
}

div.WbShortcut-small div.WbShortcut_Background
{
    background-image: url('images/shortcut-background_small.png');
    height: 38px;
    width: 38px;
}

div.WbShortcut_Icon
{
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

div.WbShortcut_Title
{
    font-family: Tahoma;
    font-size: 10px;
    margin-top: 2px;
    /*overflow: hidden;*/
    width: 60px;
}

div.WbShortcut-medium div.WbShortcut_Title,
div.WbShortcut-small div.WbShortcut_Title
{
    display: none;
}

div.WbShortcut_Background,
div.WbWidget,
.ui-selecting,
.ui-selected,
.WbControl_LinkWidget
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.WbWidget
{
    /*
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    */
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 2px;
    cursor: default;
    font-size: 12px;
    min-height: 29px;
    min-width: 84px;
    overflow: hidden;
    position: absolute;
}
div.WbWidget.WbWidget_Frameless,
div.WbWidget.WbWidget_Frameless:hover {
    background: initial;
    box-shadow: initial!important;
    border: 1px solid transparent;
    border-radius: 0;
}
.WbWidget_Frameless .WbWidget_BodyPosition {
    top: 0;
}
.WbWidget_Frameless .WbWidget_BodyPadding {
    padding: 0;
}
.WbWidget_Frameless > table {
    display: none;

}

div.WbFormWidget
{
    overflow-x: auto;
}

div.WbFormWidget.WbFormWidget_Folded .WbWidget_BodyHeight
{
    display: none;
}

div.WbWidget_Autoresize
{
    height: auto !important;
}

div.WbFormWidget_Folded
{
    height: 29px !important;
}

div.WbVerticalWidget.WbFormWidget_Folded
{
    height: inherit !important;
    width: 29px !important;
}

div.WbVerticalWidget.WbFormWidget_Folded .WbWidget_Body,
div.WbVerticalWidget.WbFormWidget_Folded .WbWidget_Gutter
{
    display: none;
}

div.WbWidget_Autoresize div.WbWidget_BodyPosition
{
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
.WbFormWidget.WbWidget_Autoresize>.WbWidget_ContentDiv {
    overflow: auto;
}
.WbFormWidget>.WbWidget_ContentDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.WbFormWidget.WbWidget_Autoresize>.WbWidget_ContentDiv {
    position: relative!important;
}
.WbWidget_ContentDiv>table>thead {
    display: none;
}
.Wb_DesktopWidget .WbWidget_ContentDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.Wb_DesktopWidget .WbWidget_BodyPosition {
    top:0
}
.Wb_DesktopWidget .WbWidget_ContentDiv>table>thead {
    display: table-header-group;
    visibility: hidden;
}
.Wb_DesktopWidget .WbWidget_Body {
    position: relative
}
div.WbWidget_Autoresize .WbWidget_BodyPadding
{
    margin-top: 6px;
}

div.WbWidget_Autoresize > .ui-resizable-handle
{
    display: none !important;
}

.WbWidget-Clicked
{
    -moz-box-shadow: 0 0 3px 2px rgba(196, 22, 28, 0.5) !important;
    -webkit-box-shadow: 0 0 3px 2px rgba(196, 22, 28, 0.5) !important;
    box-shadow: 0 0 3px 2px rgba(196, 22, 28, 0.5) !important;
}

table.WbWidget_Content
{
    border: 0;
    border-collapse: collapse;
    height: 100%;
    position: relative;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    table.WbWidget_Content tr:last-child
    {
        height: 100%;
    }
}

td.WbWidget_Title
{
    height: 1%;
    padding: 0;
    vertical-align: top;
}

div.WbWidget_Title
{
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    background-image: url('images/background-shadow.png');
    background-position: left -2px;
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    min-height: 17px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    user-select: none;
    /*	cursor: move; *//*Êóðñîð ïðè äîáàâëåíèè âîçìîæíîñòè ïåðåìåùåíèÿ âèäæèòîâ*/
    width: auto;
}

.WbFormWidget div.WbWidget_Title
{
    padding: 5px 8px 7px;
}

.WbWidget_TitleTable
{
    height: 100%;
    width: 100%;
}

.WbWidget_TitleTable td
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.WbWidget_TitleTable td.WbWidget_TitleTd_left
{
    padding-right: 0;
}

td.WbWidget_Title_Icon
{
    min-width: 19px;
    padding-right: 4px;
    width: 16px;
}

.WbForm_ResolutionInfo td.WbWidget_Title_Icon
{
    vertical-align: top;
}

.WbForm_ResolutionInfo .WbForm_AttributeTable
{
    margin-bottom: 8px;
}

td.WbWidget_Title_Icon img
{
    margin-top: 1px
}

.WbWidget_Turn
{
    background-image: url("../../x16-rounded-arrow.svg?color=white");
    background-position: center 1px;
    background-repeat: no-repeat;
    height: 17px;
}

td.WbWidget_Title:hover .WbWidget_Turn
{
    background-image: url("../../x16-rounded-arrow.svg?color=FFE5A4");
}

td.WbWidget_TurnDown
{
    background-image: url("../../x16-rounded-arrow.svg?color=white&angle=180");
    background-position: 3px 2px;
}

td.WbWidget_Title:hover td.WbWidget_TurnDown
{
    background-image: url("../../x16-rounded-arrow.svg?color=FFE5A4&angle=180");
    background-position: 3px 2px;
}

.WbWidget_TitleTable div
{
    padding-left: 2px;
}

td.WbWidget_Gutter
{
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
}

tr.WbWidget_InfoBar
{
    font-size: 11px;
    height: 1%;
    padding: 0;
    /*cursor: pointer;*/
    vertical-align: top;
}

tr.WbWidget_InfoBar td
{
    padding-top: 6px;
}

td.WbWidget_InfoBar_Category
{
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

td.WbWidget_InfoBar_Notes
{
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

td.WbWidget_Body
{
    /*cursor: pointer;*/
    vertical-align: top;
}

.LoginWindowContainer .WbWidget_Body
{
    padding: 6px 10px 10px 10px;
}

div.FolderWidget_LayoutContainer
{
    margin: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

table.FolderWidget_Layout
{
    font-family: times new roman;
    margin-right: -10px;
    width: 100%;
}

td.FolderWidget_Layout_Date
{
    height: 99%;
    line-height: 10px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: bottom;
    /*visibility: hidden;*/
}

td.FolderWidget_Layout_Icon
{
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 1%;
    min-width: 28px;
    text-align: left;
    vertical-align: bottom;
    width: 28px;
}

td.FolderWidget_Layout_Photo
{
    padding: 0;
    padding-left: 7px;
    vertical-align: bottom;
    width: 42px;
}

td.FolderWidget_Layout_Photo img
{
    border-radius: 4px;
    border-width: 0;
    height: 42px;
    width: 42px;
}

td.FolderWidget_Layout_Icon-Actual
{
    background-image: url('images/folder-widget-icon.png');
}

td.FolderWidget_Layout_Icon-Archived
{
    background-image: url('images/archived-folder-widget-icon.png');
}

td.FolderWidget_Layout_Totals
{
    font-size: 34px;
    height: 1%;
    line-height: 24px;
    padding: 0;
    text-align: right;
    vertical-align: bottom;
}

.WbWidget_Body_Email td.FolderWidget_Layout_Totals
{
    color: DarkGreen;
}

.WbWidget_Body_Email td.FolderWidget_Layout_Spam
{
    color: brown;
}

.WbWidget_Body_Email td.FolderWidget_Layout_Totals,
.WbWidget_Body_Email td.FolderWidget_Layout_Spam,
.WbWidget_Body_Email td.FolderWidget_Layout_All
{
    font-family: Tahoma;
    font-size: 17px;
    height: 1%;
    line-height: 21px;
    padding: 0;
    padding-left: 20px;
    text-align: right;
    vertical-align: bottom;
}

span.Totals_All
{
    color: black;
}

span.Totals_New
{
    color: black;
    font-weight: bold;
}

span.Totals_NearDeadline
{
    color: red;
}

div.ListWidget_LayoutContainer
{
    margin: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    vertical-align: top;
}

div.ListWidget_Item
{
    border-top: 1px solid #D0D0D0;
    margin-top: 7px;
    padding-top: 5px;
}

div.ListWidget_Item-First
{
    border-top: 0;
    margin-top: 0;
    padding-top: 2px;
}

div.ListWidget_Item_Date
{
    font-weight: bold;
}

div.ShortcutWidget_Container
{
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 7px;
}

.WbContextEditor
{
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
    background-color: white;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 250px;
    z-index: 1000;
}

.WbContextEditor input,
.WbContextEditor select,
.WbContextEditor textarea
{
    background-color: white;
    border: 1px solid #D0D0D0;
    color: black;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

.WbContextEditor_Header
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.WbContextEditor_Property
{
    margin-top: 5px;
}

.WbContextEditor_Property_Label
{
    margin-bottom: 1px;
}

.WbContextEditor_Buttons
{
    margin-top: 10px;
    text-align: left;
}

.WbContextEditor_Button
{
    display: inline;
    margin-right: 3px;
}

.WbContextEditor_Button input
{
    width: auto;
}

.WbContextEditor_Delimiter
{
    border-top: 1px solid #D0D0D0;
    margin-top: 8px;
    padding-bottom: 8px;
}

.WbForm_TitleDelimiter
{
    margin-bottom: 10px;
    margin-top: 6px;
    white-space: nowrap;
    width: 100%;
}

.WbForm_TitleDelimiter_left
{
    width: 20px;
}

.WbForm_TitleDelimiter_center
{
    color: #606060;
    font-size: 13px;
    font-weight: bold;
    padding: 0 6px;
    width: 20px;
}

.WbForm_TitleDelimiter .WbForm_HorizontalDelimiter
{
    margin-bottom: 0;
    margin-top: 3px;
}

.WbBreadcrumb
{
    color: #FFE9B3;
    cursor: pointer;
    text-decoration: underline;
}

.WbBreadcrumb:hover
{
    color: white;
}

span.WbBreadcrumb-Active
{
    color: #FFF;
    cursor: default;
    text-decoration: none;
}

span.WbBreadcrumb-Active:hover
{
    color: #FFF;
}

.ui-icon
{
    opacity: 0.6;
}

.ui-selecting,
div.WbWidget:hover,
div.WbShortcut_Background:hover,
.WbControl_LinkWidget:hover
{
    -moz-box-shadow: 0 0 3px 2px rgba(255, 153, 51, 0.5) !important;
    -webkit-box-shadow: 0 0 3px 2px rgba(255, 153, 51, 0.5) !important;
    box-shadow: 0 0 3px 2px rgba(255, 153, 51, 0.5) !important;
}

.ui-selecting
{
    background-color: #FFFBF5;
}

.ui-selected
{
    -moz-box-shadow: 0 0 3px 2px rgba(196, 22, 28, 0.5) !important;
    -webkit-box-shadow: 0 0 3px 2px rgba(196, 22, 28, 0.5) !important;
    background-color: #FFEEEE;
    box-shadow: 0 0 3px 2px rgba(196, 22, 28, 0.5) !important;
}



/*ìîäàëüíûå îêíà*/

#mask,
.mask
{
    -ms-opacity: 0.6;
    background-color: #cbcbcb;
    display: none;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    z-index: 9000;
}

.maskDesktopWidget
{
    height: 100%;
    width: 100%;
}

.Wb_DesktopWidget tbody
{
    position: relative
}

#mask.maskVisible,
.mask.maskVisible
{
    display: block !important;
    height: 100%;
    width: 100%;
}

#wb_dialogsContainer .WbWindow_Modal
{
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 9001;
}

.WbWindow_Modal_Close_Style
{
    background-image: url('../../x16-rounded-cross.svg?color=FFE5A4');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 5px;
    width: 24px;
}

.WbWindow_Modal_Close_Style:hover
{
    background-image: url('../../x16-rounded-cross.svg?color=white');
}

.WbWindow_Modal
{
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-style: solid;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}

.WbWindow_Modal .WbWindow_Header
{
    cursor: move;
}

.WbWindow_Modal_Body
{
    margin-bottom: 37px;
    min-height: 20px;
}

.WbWindow_Modal
{
    min-height: 150px;
    min-width: 405px;
}

.WbWindow_Modal_Content
{
    padding: 13px 10px 3px;
}

.WbWindow_Modal_Scroll
{
    bottom: 37px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 35px;
}

.WbWindow_Modal_Scroll.scroll-pane
{
    overflow: auto;
}

.WbWindow_Modal_Foot
{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.07) 3px, rgba(0, 0, 0, 0) 5px);
    background-position: center -36px;
    background-repeat: repeat-x;
    bottom: 0;
    height: 36px;
    left: 0;
    padding-top: 9px;
    position: absolute;
    right: 0;
}

.WbWindow_Modal_Foot .WbButton
{
    border-left: 1px solid #D0D0D0;
    padding: 6px 12px;
}

.WbWindow_Modal_Content .WbForm_CustomizedList_Add .WbButton
{
    margin: 0 0 0 10px;
}

.WbWindow_Modal_Content .WbForm_CustomizedList
{
    margin-bottom: 10px;
}

.WbWindow_DropdownPanel
{
    left: 0;
    position: absolute;
    right: 0;
}

.WbControl_LinkWidget
{
    border-style: solid;
    border-width: 3px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 34px;
    margin: 5px;
    overflow: hidden;
}

.WbControl_LinkWidget table
{
    height: 100%;
}

.WbControl_LinkWidget .WbWidget_Title
{
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    padding: 0;
}

.SimplifiedWidget_Layout_Totals
{
    background-image: url("images/background-shadow_left.png");
    background-position: left;
    background-repeat: repeat-y;
    vertical-align: top;
}

.WbControl_LinkWidget .WbWidget_Title,
.SimplifiedWidget_Layout_Totals div
{
    display: table-cell;
    height: 34px;
    vertical-align: middle;
}

.WbControl_LinkWidget .WbWidget_Title span,
.SimplifiedWidget_Layout_Totals span
{
    display: block;
    padding: 3px 10px 4px 10px;
}

.SimplifiedWidget_Layout_Totals span
{
    font-size: 14px;
    font-weight: bold;
}

.WbWindow_Launchpad .WbForm_TitleDelimiter_left
{
    padding-left: 5px;
}

.WbWindow_Launchpad .WbForm_TitleDelimiter_right
{
    padding-right: 5px;
}

.WbWidget_BodyPosition
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 29px;
}

.WbWindow_SystemMessages
{
    float: left;
    font-size: 12px;
    margin: 5px 0;
    width: 100%;
}

.WbWindow_SystemMessages img
{
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}

.WbWindow_SystemMessages_Date
{
    color: #606060;
    display: block;
    float: left;
    font-style: italic;
}

.WbWindow_SystemMessages_Text
{
    display: block;
    margin-left: 160px;
}

.WbWidget_List
{
    cursor: auto;
    padding: 0;
}

.WbWidget_List_Element .WbWidget_Content_Header
{
    padding-bottom: 6px;
}

.WbWidget_List_Element .WbForm_AttributeCell_Left
{
    padding-bottom: 0;
    padding-top: 6px;
}

.WbWidget_List_Element
{
    border-top: 1px solid #D0D0D0;
    cursor: pointer;
    min-height: 16px;
    padding: 10px 36px 10px 10px;
    position: relative;
}

.WbWidget_List_Icon,
.WbWidget_List_Del
{
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
}

.WbWidget_List_Element:first-child
{
    border: 0;
}

.WbWidget_Content_Header
{
    padding-bottom: 12px;
}

.WbWidget_Content_StatusIcon img
{
    float: right;
    padding-left: 10px;
}

div.ui-state-disabled
{
    filter: Alpha(Opacity=100);
    opacity: 1;
}

div.WbContentSort
{
    margin: 10px 16px 10px 10px !important;
}

.WbContentSort div.WbWidget,
.WbContentSort_Column div.WbWidget
{
    float: left;
    margin-bottom: 10px;
    position: relative;
}

div.ui-icon-gripsmall-diagonal-se
{
    background-position: -61px -221px;
}

/*__Tooltip__*/

.WbTooltip_Position
{
    display: none;
    position: absolute;
}

div.WbTooltip_Complex
{
    padding: 0;
}

.WbTooltip_Content
{
    padding: 10px 10px 0;
}

.WbTooltip_Header
{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.07) 3px, rgba(0, 0, 0, 0) 5px);
    background-position: left -2px;
    background-repeat: repeat-x;
    color: white;
    height: 26px;
    line-height: 16px;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.WbTooltip_Header .WbWindow_Modal_Close_Style
{
    margin: 0 4px
}

.WbTooltip_Header .WbWindow_Title
{
    padding: 4px 0 6px 10px;
}

.WbTooltip_Header_Icon
{
    margin: 4px 0 6px 10px;
}

.WbTooltip_Shadow
{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.07) 3px, rgba(0, 0, 0, 0) 5px);
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 10px;
    position: absolute;
    top: 26px;
    width: 100%;
}

.WbTooltip_Header_Icon
{
    background-image: url('images/icon_all-items-white_small.png');
    background-repeat: no-repeat;
    height: 16px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.WbTooltip_Content .WbForm_AttributeName
{
    white-space: nowrap;
}

.WbTooltip_Header .WbWindow_Title
{
    margin-left: 24px;
}

/* Tooltip block */

.WbTooltip
{
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-style: solid;
    border-width: 5px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 8px 10px;
    position: relative;
    z-index: 99999;
}

.WbTooltip:before,
.WbTooltip:after
{
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    content: "\2666";
    font-family: monospace;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    user-select: none;
    width: 50px;
}

/* Left arrow */

.WbTooltip_LeftArrow:before,
.WbTooltip_LeftArrow:after
{
    clip: rect(0, 25px, 50px, 0);
    left: -30px;
    margin-top: -25px;
    top: 50%;
}

.WbTooltip_LeftArrow:before
{
    -moz-text-shadow: -4px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: -4px 0 3px rgba(0, 0, 0, 0.2);
    text-shadow: -4px 0 3px rgba(0, 0, 0, 0.2);
}

.WbTooltip_LeftArrow:after
{
    left: -24px;
}

/* Right arrow */

.WbTooltip_RightArrow:before,
.WbTooltip_RightArrow:after
{
    clip: rect(0, 50px, 50px, 25px);
    margin-top: -25px;
    right: -30px;
    top: 50%;
}

.WbTooltip_RightArrow:before
{
    -moz-text-shadow: 4px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 4px 0 3px rgba(0, 0, 0, 0.2);
    text-shadow: 4px 0 3px rgba(0, 0, 0, 0.2);
}

.WbTooltip_RightArrow:after
{
    right: -24px;
}

/* Top arrow */

.WbTooltip_TopArrow:before,
.WbTooltip_TopArrow:after
{
    clip: rect(0, 50px, 25px, 0);
    left: 25%;
    margin-left: -25px;
    top: -28px;
}

.WbTooltip_TopArrow:before
{
    -moz-text-shadow: 0 -4px 3px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 -4px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 -4px 3px rgba(0, 0, 0, 0.2)
}

.WbTooltip_TopArrow:after
{
    top: -21px;
}

/* Bottom arrow */

.WbTooltip_BottomArrow:after,
.WbTooltip_BottomArrow:before
{
    bottom: -28px;
    clip: rect(25px, 50px, 50px, 0);
    left: 25%;
    margin-left: -25px;
}

.WbTooltip_BottomArrow:before
{
    -moz-text-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}

.WbTooltip_BottomArrow:after
{
    bottom: -21px;
}

/* Content tooltip */

span.WbTooltip_ContentHeader
{
    display: block;
    margin: 3px 0 10px 0;
}

div.WbTooltip_ContentParagraph
{
    margin: 5px 0;
}

/*__END Tooltip__*/

div.WbMain_Content div.WbContentPane.WbContentSort_Column_Block,
div.WbTabbedView_Content div.WbContentPane.WbContentSort_Column_Block
{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.WbContentSort_Column
{
    margin-left: 5px;
    margin-right: 11px;
    margin-top: 0;
    position: absolute;
}

.WbStationing
{
    border-collapse: separate;
    width: 100%;
}

.WbStationing_Element
{
    vertical-align: top;
}

.WbStationing_Element.colLeft
{
    padding-right: 16px;
}

.Wb_FilterContainer,
.Wb_FilterContainer_List tr,
.Wb_Filter_Control
{
    border-color: #D0D0D0;
    border-style: solid;
}

.Wb_FilterContainer
{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.07) 3px, rgba(0, 0, 0, 0) 5px);
    background-position: left -2px;
    background-repeat: repeat-x;
    border-width: 1px;
    bottom: 13px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 13px;
}

.Wb_Filter_Control
{
    border-bottom-width: 1px;
    float: left;
    width: 100%;
}

.Wb_Filter_Control .WbButton
{
    float: left;
    padding: 5px 2px 5px 10px;
}

.Wb_FilterContainer_List
{
    bottom: 0;
    float: left;
    overflow: auto;
    position: absolute;
    top: 35px;
    width: 100%;
}

.Wb_FilterContainer_List table
{
    width: 100%;
}

.Wb_FilterContainer_List tr
{
    border-bottom-width: 1px;
}

.Wb_FilterContainer_List td
{
    padding: 5px 5px 5px 10px;
}

.Wb_Filter_Checkbox
{
    width: 26px;
}

.Wb_FilterContainer_List tr:hover
{
    background-color: #EBF4F7;
    cursor: pointer;
}


.WbWindow_Header > table
{
    width: 100%;
}

.WbWindow_Breadcrumbs
{
    /*width:100%;*/
    height: 34px;
    position: relative;
}

.WbWindow_Breadcrumbs_Position
{
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.BreadcrumbsDisabled .Breadcrumbs_Arrow
{
    visibility: hidden;
}

.BreadcrumbsDisabled .WbWindow_Breadcrumbs_Scroll
{
    margin-left: 1px
}

.WbWindow_Breadcrumbs_Scroll
{
    margin-left: 25px;
    overflow-x: auto;
    width: 100%;
}

.WbWindow_Breadcrumbs_Scroll .WbWindow_Title
{
    padding-left: 20px;
    padding-right: 20px;
}


.WbWindow_HeaderButtons
{
    text-align: right;
}

.WbForm_FormBlock td.labelFormBlock
{
    vertical-align: top;
}

.WbForm_FormBlock td.labelFormBlock label
{
    padding-top: 5px
}

.WbForm_FormBlockVerbatim td,
.WbForm_FormBlockVerbatim td.WbForm_AttributeCell_Left,
.WbForm_FormBlockVerbatim td.WbForm_AttributeCell_Right
{
    padding-bottom: 8px;
}


.WbForm_FormBlockVerbatim .WbForm_AttributeName,
.WbForm_FormBlockVerbatim label
{
    white-space: nowrap;
}

.WbForm_FormOver .WbForm_ElementAdd
{
    margin-left: 0;
}

.WbForm_AttributeValueDiv
{
    display: inline-block;
}

.WbForm_LinkButton
{
    display: block;
    margin: 6px 0;
}

.scroll-filling
{
    bottom: 0;
    left: 10px;
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 70px;
}

.WbForm_FormBlock > tbody > tr > td
{
    vertical-align: middle;
}


/*new - button*/

.WbButton_Pic,
.WbButton_Pic div.WbButton_Icon,
.WbButton_Pic_Small,
.WbButton_Pic_Small div.WbButton_Icon
{
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
}

.WbButton_Pic,
.WbButton_Pic div.WbButton_Icon
{
    height: 24px;
    width: 24px;
}

td.WbButton_Pic
{
    vertical-align: top;
}

.WbButton_Pic_Small,
.WbButton_Pic_Small div.WbButton_Icon,
.WbWidget_List_Del div.WbWidget_List_Pic
{
    height: 16px;
    width: 16px;
}

td.WbWidget_ListUsers_Edit .WbButton_Pic_Small
{
    float: right;
}

td.WbWidget_ListUsers_Edit div.WbButton_Pic_Small.WbForm_Button_Disable .WbButton_Icon,
.WbButton.WbForm_Disable div.WbButton_Icon
{
    cursor: default;
}

/*------------------------*/

.WbButton_Pic_Small .WbForm_ElementDel,
.WbButton_Pic_Small .WbForm_ElementDel:hover
{
    background-image: url("images/button-icon_remove_small.png");
}

.WbButton_Pic_Small .WbForm_ElementArrowRight,
.WbButton_Pic_Small .WbForm_ElementArrowRight:hover
{
    background-image: url("images/button-icon_arrow-right_small.png");
}

.WbButton_Pic_Small .WbForm_ElementViewedItems,
.WbButton_Pic_Small .WbForm_ElementViewedItems:hover
{
    background-image: url("images/button-icon_viewed-items_small.png");
}

.WbButton_Pic_Line
{
    margin-left: 4px;
    margin-top: 3px;
}

.WbButton_Pic_Line .WbForm_ElementDel,
.WbButton_Pic_Line .WbForm_ElementEdit,
.WbForm_CustomizedList_Item .WbButton_Pic_Line .WbForm_ButtonFlag
{
    margin: 0;
}

.WbButton_Pic_Line2 .WbForm_ElementAdd
{
    background-image: url("images/button-icon_add_small.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 16px;
    white-space: nowrap;
}

.WbButton_Pic_Line2
{
    background-position: 0 center;
    background-repeat: no-repeat;
    display: table;
    float: left;
    margin-left: 15px;
    min-height: 22px;
}

.WbButton_Pic_Small .WbForm_ButtonFlag
{
    background-image: url("images/button-icon_flag_small.png");
}

.WbForm_AttributeValue_Green .WbButton_Pic_Small.WbButton_Pic_LightBlue
{
    background-image: url("images/button-background_green_small.png");
}

.WbForm_Directory .WbButton_Pic_Small
{
    margin: 0 0 0 10px;
}

.WbForm_Directory .WbButton_Pic_Small .WbForm_ElementDel
{
    margin: 0;
}


.WbButton_Pic_Small .WbForm_ButtonDel,
.WbWidget_List_Del div.WbWidget_List_Pic
{
    background-image: url("images/button-icon_remove_small.png");
}

.WbForm_Directory td.WbButton_Pic_Small.WbButton_Pic_Red
{
    background-position: 10px 5px;
    vertical-align: top;
}

.WbForm_CustomizedList_Ready td.WbButton_Pic_Small.WbButton_Pic_Red
{
    background-position: 10px 6px;
    vertical-align: top;
}

div.WbWidget_List_Pic
{
    display: none;
}

.WbWidget_List_Del div.WbWidget_List_Pic
{
    display: block;
}

.WbForm_ButtonDel div.WbButton_Icon
{
    background-image: url("images/button-icon_remove_small.png");
}

.WbForm_ButtonUp div.WbButton_Icon
{
    background-image: url("images/button-icon_arrow-top_small.png");
}

.WbForm_ButtonDown div.WbButton_Icon
{
    background-image: url("images/button-icon_new-items_small.png");
}

.WbForm_ButtonEdit
{
    background-image: url("images/button-icon_signed-items_small.png");
}

/*правка старого грида*/

.jqGridCellWrapper > .WbButton
{
    margin-bottom: 8px;
}


.WbWidget_Title_Info
{
    padding-right: 20px !important;
    white-space: nowrap;
    width: 210px;
    word-wrap: normal;
}

.WbWidget_TitleInfo .WbForm_AttributeName,
.WbWidget_Title_Info .WbForm_AttributeName
{
    font-weight: normal;
}

.WbWidget_TitleInfo .WbForm_AttributeValue,
.WbWidget_Title_Info .WbForm_AttributeValue
{
    color: #D93A37;
    font-weight: normal;
}

.WbForm_MultipleResolution
{
    padding-bottom: 6px;
}

.WbForm_MultipleResolution .WbForm_TableBotton .WbButton
{
    float: left;
    padding-left: 0;
    padding-top: 0;
}

.WbForm_Resolution_Min .WbForm_ResolutionInfo
{
    padding-bottom: 4px;
    padding-top: 0;
    vertical-align: middle;
}

.WbForm_MultipleResolution_Text.eplips
{
    display: none;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
}

.WbForm_MultipleResolution_Text.noEplips
{
    
    line-height: 16px;
}

.WbForm_Resolution_Completed .WbWidget_Content_Header td
{
    padding-bottom: 4px;
}

.WbForm_Resolution_Completed .WbForm_ResolutionInfo
{
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}

.WbForm_Resolution_Completed .WbForm_ResolutionInfo .WbForm_TableBotton
{
    width: 250px;
}

.WbForm_ResolutionInfo
{
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
    width: 100%;
}

.WbForm_ResolutionUserpic
{
    vertical-align: top;
}

.WbForm_ResolutionUserpic img
{
    padding-left: 2px;
}

.WbForm_ResolutionInfo .WbForm_AttributeCell_Right
{
    padding-right: 9px;
}

.WbForm_ResolutionInfo .WbForm_TableColumns_Delimiter
{
    padding: 0;
}

.WbForm_Resolution_Min .WbForm_ResolutionInfo .WbForm_TableColumns_Delimiter
{
    display: none;
}

.WbForm_ResolutionInfo .WbForm_TableBotton
{
    vertical-align: top;
    width: 135px;
}

.WbWidget_Content_Header table
{
    width: 100%;
}

.WbWidget_Content_Header td
{
    padding-right: 6px;
}

.WbWidget_Content_Header td.WbWidget_Title_Icon,
td.WbWidget_Title_Icon_Right.WbWidget_Title_Icon
{
    padding-left: 4px;
    padding-right: 0;
    vertical-align: top;
}

.WbForm_MultipleResolution > :last-child
{
    border-bottom: none;
    padding-bottom: 0;
}

.WbForm_MultipleResolution > :first-child
{
    margin-top: 0;
}

.WbForm_MultipleResolution li
{
    border-bottom: 1px solid #D0D0D0;
    margin-top: 2px;
    padding-bottom: 2px;
}

.WbForm_MultipleResolution .WbForm_ResolutionGroup
{
    padding-left: 15px;
    width: 1px;
}

.WbWidget_Group_Orange .WbForm_ResolutionGroup
{
    background-color: #FFD892;
}

.WbWidget_Group_Green .WbForm_ResolutionGroup
{
    background-color: #CBE3A9;
}

.WbWidget_Group_Pink .WbForm_ResolutionGroup
{
    background-color: #FAC1B7;
}

.WbWidget_Group_Gray .WbForm_ResolutionGroup
{
    background-color: #C0C0C0;
}

.WbForm_ResolutionGroup
{
    vertical-align: top;
}

.disabledStage.WbForm_ResolutionGroup
{
    background-color: #eeeeee;
}

.WbForm_ResolutionGroup img
{
    margin: 1px 1px 0 -14px;
}

.WbForm_ResolutionInfoLeft
{
    float: left;
    text-align: left;
    width: 65%;
}

.WbForm_ResolutionInfoRight
{
    float: right;
    text-align: right;
    width: 35%;
}

.WbForm_ResolutionInfoLeft > div,
.WbForm_ResolutionInfoRight > div
{
    padding-bottom: 6px;
}

.WbForm_ResolutionInfoLeft > div
{
    float: left;
    width: 100%;
}

.WbForm_ResolutionInfoRight > div
{
    padding-left: 9px;
    padding-right: 9px;
}

.WbForm_ResolutionInfoLeft .casesContainer,
.WbForm_ResolutionInfoLeft .WbForm_ElementBlock
{
    display: inline;
}

.WbForm_ResolutionInfoLeft .WbForm_ElementBlock

.WbForm_Resolution_Min .WbForm_TableColumns_Delimiter,
.WbForm_Resolution_Min .WbForm_TableBotton,
.WbForm_Resolution_Min .WbForm_Resolution_MinNon
{
    display: none;
}

.WbForm_Resolution_Min,
.WbForm_Resolution_Completed
{
    cursor: pointer;
    line-height: 8px;
}

.WbForm_Resolution_Min .WbForm_AttributeValue,
.WbForm_Resolution_Completed .WbForm_AttributeValue
{
    color: #606060;
    font-weight: normal;
}

.WbForm_ResolutionUserpic img
{
    height: 100px;
}

.WbForm_Resolution_Min .WbForm_ResolutionUserpic img
{
    height: 40px;
}

.WbForm_Resolution_Min .WbForm_ResolutionInfoLeft,
.WbForm_Resolution_Min .WbForm_ResolutionInfoRight,
.WbForm_Resolution_Completed .WbForm_ResolutionInfoLeft,
.WbForm_Resolution_Completed .WbForm_ResolutionInfoRight
{
    width: auto;
}

.WbForm_Resolution_Min .WbForm_ResolutionInfoRight,
.WbForm_Resolution_Completed .WbForm_ResolutionInfoRight
{
    float: left;
}

.WbForm_Resolution_Min .WbForm_ResolutionInfoLeft div,
.WbForm_Resolution_Min .WbForm_ResolutionInfoRight div,
.WbForm_Resolution_Completed .WbForm_ResolutionInfoLeft div,
.WbForm_Resolution_Completed .WbForm_ResolutionInfoRight div
{
    float: left;
    min-height: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
}

.WbForm_Resolution_Min .WbWidget_Content_Header,
.WbForm_Resolution_Completed .WbWidget_Content_Header
{
    padding-bottom: 0;
}

.Breadcrumbs_Arrow
{
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 34px;
    position: absolute;
    width: 16px;
}

.Breadcrumbs_ArrowRight
{
    background-image: url("images/button-icon_arrow-right.png");
    background-position: center 5px;
    right: 10px;
}

.Breadcrumbs_ArrowRight:hover
{
    background-image: url("images/button-icon_arrow-right_hover.png");
}

.Breadcrumbs_ArrowLeft
{
    background-image: url("images/button-icon_arrow-left.png");
    background-position: center 5px;
    left: 34px;
}

.Breadcrumbs_ArrowLeft:hover
{
    background-image: url("images/button-icon_arrow-left_hover.png");
}

.Breadcrumbs_ArrowRight.disabled
{
    background-image: url("images/button-icon_arrow-right_disable.png");
    cursor: default;
}

.Breadcrumbs_ArrowLeft.disabled
{
    background-image: url("images/button-icon_arrow-left_disable.png");
    cursor: default;
}

.WbForm_Directory .WbForm_ElementDel
{
    margin: 0;
}

.docList td.type_Resolution .Wb_ResolutionType_Icon
{
    background-image: url("../css/images/icon_resolution-incoming_small.png")
}

.docList td.type_Report .Wb_ResolutionType_Icon
{
    background-image: url("../css/images/icon_resolution-report-green_small.png")
}

.docList td.type_Completed .Wb_ResolutionType_Icon
{
    background-image: url("../css/images/icon_checked-items_small.png")
}

.Wb_ResolutionType_Icon
{
    background-position: left center;
    background-repeat: no-repeat;
    height: 16px;
    position: absolute;
    right: 6px;
    top: 2px;
    width: 16px;
}

.info_tree
{
    font-size: 10px;
}

.info_tree span
{
    float: left;
    padding-left: 20px;
}

.WbTooltip_UserInfo_Name
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.WbTooltip_UserInfo_Post
{
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
}

.WbTooltip_UserInfo > div,
.WbTooltip_UserInfo > img
{
    float: left;
}

.WbTooltip_UserInfo > img
{
    padding-right: 10px;
    width: 100px;
}

.WbTooltip_UserInfo > div
{
    padding: 5px 0;
    width: 240px;
}

.WbTooltip_UserInfo
{
    color: #285270;
}

.WbTooltip_Content_2
{
    padding: 2px 0;
}

.WbTooltip .WbForm_ResolutionInfoRight > div
{
    padding-right: 0;
}

.WbTooltip .WbForm_MultipleResolution
{
    margin-bottom: 10px
}


div.WbTooltip_Right_Arrow:before,
div.WbTooltip_Right_Arrow:after
{
    left: 93%;
}

.WbGrid_Resolution_Link,
.WbGrid_Report_Link,
.WbGrid_Missions_Link
{
    text-align: center;
    text-decoration: underline;
}

.WbGrid_Resolution .WbForm_AttributeValue span,
.WbGrid_Report .WbForm_AttributeValue span,
.WbGrid_RouteInformation .WbForm_AttributeValue span
.WbGrid_Missions .WbForm_AttributeValue span
{
    display: block;
    padding-bottom: 10px;
}

.disabledStage .classifierExecutive
{
    display: none;
}

.WbTooltip_Position
{
    z-index: 2000;
}

.warning input
{
    color: #D93A37 !important;
}

.WbWindow_Modal_Content .mesage_li,
.jGrowl-message .mesage_li
{
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 0;
}

.WbWindow_Modal_Content > .WbForm_AttributeValue
{
    float: left;
    line-height: 1.4em;
    margin-top: -2px;
    padding-bottom: 10px;
}

.docListModal .docList
{
    float: left;
    width: 100%;
}

.WbTooltip_Block
{
    padding: 5px 0 15px 0;
}

#tooltip .WbForm_TableColumns_Delimiter,
#tooltip .WbForm_TableBotton,
#tooltip_resolution .WbForm_TableColumns_Delimiter,
#tooltip_resolution .WbForm_TableBotton
{
    display: none !important;
}

.ui-jqgrid-htable th,
td.actionsContainer
{
    min-width: 36px !important;
    width: 36px;
}

.ui-row-ltr .commandButton.CheckboxButton
{
    margin: 5px;
}

#tooltip_resolution .WbTooltip_Block
{
    padding: 0 0 10px 0;
}

#tooltip_resolution .WbForm_MultipleResolution
{
    margin: 0;
    padding: 0;
}

.WbControlList .Wb_Checkbox_Control
{
    float: left;
    margin-bottom: 6px;
    margin-right: 23px;
}

/*WbVerticalWidget*/

div.WbTabbedView div.WbContentPane.WbHasVerticalWidget,
div.WbMain_Content div.WbContentPane.WbHasVerticalWidget
{
    bottom: 0;
    right: 46px;
}

.WbHasVerticalWidget div.WbWidget.WbVerticalWidget
{
    bottom: 0 !important;
    float: right !important;
    height: auto !important;
    left: auto !important;
    min-width: 29px !important;
    position: absolute !important;
    right: -51px;
    top: 0 !important;
    z-index: 1100 !important;
}

.WbContentSort_Column_Block div.WbWidget.WbVerticalWidget
{
    right: -40px;
}

.WbWidget_TitleInverted .WbWidget_Title_Icon
{
    display: none
}

div.WbVerticalWidget td.WbWidget_Title
{
    width: 1%;
}

* div.WbVerticalWidget td.WbWidget_Title
{
    width: 28px;
}

div.WbVerticalWidget div.WbWidget_Title
{
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 29px;
}

.WbVerticalWidget .WbWidget_TitleTable td
{
    vertical-align: top;
}

.WbWidget_TitleTable div.WbWidget_TitleInverted
{ /* Стиль текста */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    height: 16px; /* размеры задаем сразу с учетом, что будет повернут на 90 градусов */
    margin: 252px 0 0 -234px; /* подтягиваем отступы, образовавшиеся во время вращения */
    overflow: hidden;
    padding: 0;
    width: 500px;
}

.WbVerticalWidget .WbWidget_Gutter
{
    height: 100%;
    position: relative;
    width: 6px;
}

.WbVerticalWidget .WbWidget_Body
{
    vertical-align: top;
}

.WbVerticalWidget.WbFormWidget .WbWidget_BodyPosition
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 35px;
    top: 0;
}

.WbVerticalWidget .WbWidget_BodyPadding
{
    margin-top: 0 !important;
    padding: 10px 6px 10px 10px
}

.WbVerticalWidget .WbWidget_Turn
{
    background-image: url("../../x16-rounded-arrow.svg?color=white&angle=90");
    background-position: 7px 1px;
    
}

.WbVerticalWidget td.WbWidget_TurnLeft
{
    background-image: url("../../x16-rounded-arrow.svg?color=white&angle=-90");
    background-position: 6px 2px;
}

.WbVerticalWidget .WbWidget_Title:hover td.WbWidget_Turn
{
    background-image: url("../../x16-rounded-arrow.svg?color=FFE5A4&angle=90");
}

.WbVerticalWidget .WbWidget_Title:hover td.WbWidget_TurnLeft
{
    background-image: url("../../x16-rounded-arrow.svg?color=FFE5A4&angle=-90");
}

.WbVerticalWidget td.WbWidget_Title_Icon
{
    padding: 0 0 8px 0;
}

/*WbMessage*/

.WbMessage img
{
    float: left;
    margin-right: 6px;
    width: 60px;
}

.WbMessage_Icon
{
    float: left;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

.WbMessage_Author
{
    color: #606060;
    float: left;
}

.WbMessage_Date
{
    color: #606060;
    float: right;
}

.Wb_MessagesBlock
{
    overflow-x: hidden;
    padding: 0 8px;
}

.WbMessage
{
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    background-color: #D6EDE4;
    border-color: #20817B;
    border-radius: 6px;
    border-style: solid;
    border-width: 3px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    clear: both;
    margin-bottom: 10px;
    min-height: 29px;
    padding: 10px;
    position: relative;
}

.WbMessage.WbMessage_MyMessage
{
    background-color: white;
    border-color: #808285;
}

.Wb_MessagesBlock .WbMessage:before,
.Wb_MessagesBlock .WbMessage:after
{
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    content: "\2666";
    font-family: monospace;
    font-size: 70px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    user-select: none;
    width: 50px;
}

.Wb_MessagesBlock .WbMessage
{
    right: 8px;
}

.Wb_MessagesBlock .WbMessage:before,
.Wb_MessagesBlock .WbMessage:after
{
    clip: rect(0, 50px, 50px, 25px);
    margin-top: -30px;
    right: -27px;
    top: 100%;
}

.Wb_MessagesBlock .WbMessage:before
{
    -moz-text-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
    color: #20817B;
    height: 24px;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
}

.Wb_MessagesBlock .WbMessage:after
{
    color: #D6EDE4;
    height: 21px;
    right: -24px;
}

.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage
{
    left: 8px;
}

.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage:before
{
    color: #808285;
    height: 24px;
}

.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage:after
{
    color: white;
    height: 21px;
}

.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage:before,
.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage:after
{
    clip: rect(0, 25px, 50px, 0);
    left: -28px;
    margin-top: -30px;
    top: 100%;
}

.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage:before
{
    -moz-text-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
    text-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
}

.Wb_MessagesBlock .WbMessage.WbMessage_MyMessage:after
{
    left: -24px;
}

.Wb_MessagesBlock .WbMessage.WbMessage_New
{
    background-color: #FFE3BB !important;
    border-color: #A7651E !important;
}

.Wb_MessagesBlock .WbMessage.WbMessage_New:after
{
    color: #FFE3BB !important;
}

.Wb_MessagesBlock .WbMessage.WbMessage_New:before
{
    color: #A7651E !important;
}

.WbMessages
{
    float: left;
    width: 100%;
}

.WbMessage_Text
{
    clear: both;
    padding-top: 7px;
    white-space: pre-wrap;
}

.WbMessage .WbButton_Pic_Small
{
    float: right;
    margin: -2px 0 0 6px;
    padding: 0;
}

.WbMessage .WbButton_Pic_Small span
{
    margin: 0;
}

.WbMessages .WbButton
{
    margin-bottom: 4px
}

.WbMessage_Text_Edit .WbButton
{
    margin: 10px 0 0 0;
    padding-top: 0;
}

.msgDocs,
.msgAttachments
{
    float: left;
}

.WbMessage .WbForm_HorizontalDelimiter
{
    margin-top: 6px;
}


.EditMode .WbMessage_Icon,
.EditMode .WbMessage_Author,
.EditMode .WbMessage_Date,
.EditMode .WbMessage_ControlButtons,
.EditMode .WbMessage_Text,
.ViewMode .WbMessage_Text_Edit
{
    display: none;
}

.ViewMode .WbMessage_Text_Edit
{
    max-height: 150px
}


.WbButton_Pic_Small .WbForm_ElementEdit,
.WbButton_Pic_Small .WbForm_ElementEdit:hover
{
    background-image: url("images/button-icon_signed-items_small.png");
}

.breakWord
{
    word-wrap: break-word;
}

.WbForm_TdHeaderName
{
    color: #606060;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -6px;
}

.WbWindow_Modal_Content div.WbTabbedView
{
    margin: 0 -10px;
}

.WbWindow_Modal_Content .WbTabbedView_Buttons
{
    background-image: none;
}

.WbWindow_Modal_Content div.WbTabbedView_Content
{
    overflow: visible;
}

.Wb_FilterContainer .WbTabbedViewButton_Icon
{
    float: left;
}

.Wb_Filter_Name
{
    display: block;
    float: left;
    margin-left: 6px;
}

.docListSmall table
{
    width: 100%;
}

.docListSmall thead
{
    background-color: #F3F3F4;
    border-bottom: 2px solid #D3D3D3;
}

.docListSmall th,
.docListSmall td
{
    border: 1px solid #D3D3D3;
    font-weight: normal;
    height: 24px;
    overflow: hidden;
    padding: 8px 10px;
    white-space: normal;
}

.docListSmall th
{
    color: #555555;
    font-weight: bold;
}

.docListSmall td
{
    height: 14px;
}

.docListSmall .WbTabbedView_Gutter
{
    margin-bottom: -10px;
}

.docListSmall .WbButton
{
    padding: 0;
}

.docListSmall .WbButton,
.docListSmall .Wb_Input,
.docListSmall .WbIcon
{
    margin: -3px -5px;
}

.docListSmall th .WbIcon
{
    margin: 3px -5px;
}

.docList .docListSmall th span
{
    display: block;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.WbForm_AttributeValueOrange
{
    color: #f78162;
    font-weight: bold;
}

.skr
{
    padding: 0 !important;
}

.WbForm_TextColorRed
{
    color: #D93A37;
}

.WbForm_TextColorBlue
{
    color: #2178B5;
}

.WbForm_TextColorGreen
{
    color: #008000;
}

div.WbForm_TitleInfo_HasIcon
{
    background-position: center left;
    background-repeat: no-repeat;
    height: 16px;
    padding-left: 20px;
    white-space: nowrap;
}

.WbForm_TitleInfo_HasIcon.importance
{
    background-image: url("images/icon_important-red_small.png");
}

.WbForm_TitleInfo_HasIcon.urgency
{
    background-image: url("images/icon_sent-for-approvement_small.png");
}

.WbWindow_Body .WbMain_ContentPane,
.WbWindow_Modal_Body .WbMain_ContentPane {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.WbWindow_Modal_Body .WbMain_ContentPane {
    bottom:37px;
}

.WbTabbedView_Content .WbMain_ContentPane
{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.Wb_ContentPane
{
    margin: 0 !important;
    padding: 0 !important;    
}

.WbWidget_DocText_Background_Ie
{
    background-color: #ababab;
    display: none;
    height: 945px;
    width: 100%;
}

.layout
{
    height: 100%;
}

.Wb_Control_ContentPane_center,
.Wb_Control_ContentPane_east,
.Wb_Control_ContentPane_west,
.Wb_Control_ContentPane_north,
.Wb_Control_ContentPane_south
{
    display: none;
    overflow: auto;
}

.Wb_Control_Grid
{
    min-height: 100%;
}

.layoutContent .WbWidget:only-child
{
    margin-bottom: 0;
}

.WbWidget_DocumentsLink
{
    height: 30px
}

.WbWidget_PdfContent
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.WbWidget_PdfContent > div
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.WbMission_ToolTip_ListItem + li
{
    border-top: 1px solid #D0D0D0;
}

.missionFull > div
{
    padding-bottom: 10px;
}

.missionFull > div + div
{
    padding-bottom: 6px;
}

.favoriteUsers
{
    float: left;
    padding-top: 10px;
    width: 100%;
}

.layoutContent
{
    bottom: 0;
    left: 0;
    margin: 5px 10px 5px 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.Wb_Control_ContentPane_center > .layoutContent
{
    margin: 5px 11px 11px 5px;
}

.Wb_Control_ContentPane_east > .layoutContent
{
    margin: 5px 11px 11px 0;
}

.Wb_Control_ContentPane_west > .layoutContent
{
    margin: 5px 6px 11px 5px;
}

.Wb_Control_ContentPane_north > .layoutContent
{
    margin: 5px 11px 6px 6px;
}

.Wb_Control_ContentPane_south > .layoutContent
{
    margin: 0px 11px 11px 5px;
}

.layout > div > .ui-resizable-s
{
    bottom: 0;
}

.layout > div > .ui-resizable-n
{
    top: 0;
}

.layout > div > .ui-resizable-e
{
    right: 0;
}

.layout > div > .ui-resizable-w
{
    left: 0;
}

.WbWidget_Scroll
{
    bottom: 10px;
    left: 10px;
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 240px;
}

.courtCaseLinkedDocsList .WbForm_MultipleResolution li
{
    padding: 5px;
}

.courtCaseLinkedDocsList .WbForm_MultipleResolution li:hover
{
    background-color: #EBF4F7;
}

.courtCaseLinkedDocsList
{
    margin: 0;
}

.courtCaseLinkedDocsList .WbForm_AttributeName
{
    display: inline;
}

.courtCaseLinkedDocsList .WbForm_ResolutionInfoLeft
{
    margin-bottom: 6px;
    width: 100%;
}

.isControlDocument input,
.isControlDocument.WbForm_AttributeValue
{
    color: #DB3637 !important;
}

div.WbWidget_List_Element.noHover:hover
{
    background-color: inherit;
    cursor: default;
}

/*вынести в отдельный css*/

.WbForm_DesktopElementsBottom
{
    background-image: none;
    border-top: none;
}

/**/

.Wb_Control_ContentPane_Soaring .WbWidget
{
    bottom: 0;
    left: 0;
    margin: 5px;
    min-height: 29px !important;
    min-width: 29px !important;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 10;
}

.Wb_Control_ContentPane_Soaring_east .WbWidget
{
    left: auto;
}

.Wb_Control_ContentPane_Soaring_west .WbWidget
{
    right: auto;
}

.Wb_Control_ContentPane_Soaring_north .WbWidget
{
    bottom: auto;
}

.Wb_Control_ContentPane_Soaring_south .WbWidget
{
    top: auto;
}

.ResolutionText
{
    font-size: 13px;
}

.WbTooltip_Block .WbForm_List
{
    margin: -5px;
}

.WbTooltip_Block .WbForm_List td
{
    border-bottom: 1px solid #D0D0D0;
    padding: 5px;
}

.WbMain_Controls_LeftArea .Wb_InputDateRange
{
    float: left;
    margin: 5px 6px;
}

.WbMain_Controls_LeftArea .Wb_InputDateRange .Wb_InputDate
{
    width: 130px;
}

.Wb_Control_VerticalList .WbForm_CustomizedList_Add
{
    height: auto;
    padding: 0;
}

.Wb_Control_VerticalList div.WbMain_Controls
{
    background: none;
}
.DocumentContent .Wb_Control_ContentPane_center > .layoutContent {
    margin: 0 9px 6px 3px;
}