textarea{
    resize: none;
}
.noPadding{
    padding:0;
}

.login-page {
    background: url("images/login_bg.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-input {
    border-bottom: solid #FFFFFF 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    width: 308px;
}

.login-input.wrong {
    border-bottom: solid #EF3F39 1px;
}

.login-div {
    width: 308px;
    height: 465px;
    position: absolute;
    top: calc(50% - 232px);
    left: calc(50% - 154px);
}

.login-div-ide {
    width: 398px;
    height: 538px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -199px;
    margin-top: -254px;
    background: inherit;
    overflow: hidden;
}

.login-div-ide:before{
    width: 448px;
    height: 558px;
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: 0;
    right: 0;
    background: inherit;
    box-shadow: inset 0 0 0 400px rgba(76,76,76,0.27);
    filter: blur(10px);
}

.redSynergy {
    font-family: Roboto-Bold;
    font-size: 22px;
    color: #EF3F39;
    line-height: 26px;
}
.welcome {
    font-family: Roboto-Light;
    font-size: 22px;
    color: #FFFFFF;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 76px;
}

.centerPanel {
    margin: auto;
    text-align: center;
    margin-top: 28px;
}

.logo, .logo-ide {
    background-image: url('logo');
    margin: auto;
}

.logo-ide {
    margin-top: 32px;
}
.message {
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}
.formRow, .formRowPsw, .formRowCheck {
    display: block;
    width: 308px;
    margin: auto;
}

.formRow img, .formRowPsw img {
    vertical-align: bottom;
    padding-bottom: 12px;
}

.formRowPsw {
    margin-top: 28px;
}

.formRowCheck {
    margin-top: 22px;
    text-align: left;
}

.login, .pswd {
    display: inline-block;
    width: 281px;
    font-family: Roboto-Medium;
    font-size: 15px;
    color: #FFFFFF;
    border: none;
    background-color: transparent !important;
    background-image: none !important;
    margin-left: 6px;
    margin-bottom: 9px;
}

.login.wrong{
    color: #EF3F39;
}

.rememberMe {
    font-family: Roboto-Medium;
    font-size: 15px;
    color: #FFFFFF;
    position: relative;
    bottom: 2px;
}

.enterButton {
    background: #E5E8F1;
    border: 1px solid #E5E8F1;
    border-radius: 40px;
    font-family: Roboto-Bold;
    font-size: 15px;
    color: #587179;
    height: 44px;
    width: 142px;
    margin-top: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.enterButton:active, .enterButton:hover {
    background-color: #DBE0EE;
    border: 1px solid #DBE0EE;
}

.recoverLink {
    position: relative;
    color: #FFFFFF;

    font-family: Roboto-Medium;
    font-size: 15px;
}

.recoverLink:hover {
    color: #DBE0EE;
}
.notError {
    color: #a7a7a7;
}

.errorMsg, .session_timeout {
    font-family: Roboto-Medium;
    font-size: 13px;
    color: #EF3F39;
    margin-top: 9px;
    text-align: left;
    width: 308px;
    margin-left: auto;
    margin-right: auto;
}

.locales-content {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 18px;
    width: 100%;
}
.locales {
    float: right;
    position: relative;
}

.dropbtn {
    background-color: transparent;
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    height: 18px;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.dropbtn img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 7px;
    padding-top: 7px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    overflow: visible;
    z-index: 1;
    cursor: pointer;
    right: 8px;
    text-align: right;
}

.dropdown-content.blur {
    position: absolute;
    right: 8px;
    overflow: hidden;
    background: url("images/ideadmin-bg.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dropdown-content.blur:before{
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: 0;
    right: 0;
    box-shadow: inset 0 0 0 125px rgba(76,76,76,0.27);
    background: inherit;
    filter: blur(10px);
}


.dropdown-content.ide {
}

.dropdown-content a {
    color: #FFFFFF;
    display: block;
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-right: 15px;
    padding-left: 15px;
}

.dropdown-content a:first-child {
    padding-top: 16px;
}

.dropdown-content a:hover {
    color: #EF3F39;
}

.show {
    display: block;
}


.userMessage{
    background-color:#d3e9f9;
    padding:5px;
}

.userMessageError{
    background-color:#ff9999;
    padding:5px;
}

.waitWindow{
    background-color:white;
    border-style:solid;
    border-color:black;
    border-width:1px;
}

.fon{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    background:#e3e8ee;
}
/*---------------------------------------------------------------------------------------------------------------*/
.buttonTable{
    border-style:none;
    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    cursor:default;
}

.buttonText{
    font-family :tahoma, sans-serif;
    font-size:9pt;
    color:white;
    white-space:nowrap;
    text-align:center;
}

.buttonTextOldGray{
    font-family :tahoma, sans-serif;
    font-size:9pt;
    color:black;
    white-space:nowrap;
    text-align:center;
    vertical-align:middle;
}

.buttonSelectedText{
    font-family :tahoma, sans-serif;
    font-size:9pt;
    white-space:nowrap;
    text-align:center;

}



.buttonCenterRoundGray{
    background-image:url("images/simple.button/round.gray/center.gif");
    background-repeat:repeat-x;
    height:23px;
}

/**/

.button-multi-toggle-28{
    background-image:url("images/simple.button/custom-28/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:28px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    padding:0;
}

.button-multi-toggle-pressed-28{
    background-image:url("images/simple.button/custom-28/center-pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:28px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    padding:0;
}

.button-multi-toggle-text-28{
    font-family:arial, tahoma, sans-serif;
    color:#454545;
    font-weight:bold;
    font-size:9pt;
    padding-right:22px;
    padding-left:22px;
    white-space:nowrap;
    text-align:center;
    height:28px;
}

.button-multi-toggle-left-28, .button-multi-toggle-left-pressed-28, .button-multi-toggle-right-28, .button-multi-toggle-right-pressed-28{
    width:5px;
    height:28px;
    margin:0;
    padding:0;
    background-position:center;
}

.button-multi-toggle-left-28{
    background-image:url("images/simple.button/custom-28/left.png");
}

.button-multi-toggle-left-pressed-28{
    background-image:url("images/simple.button/custom-28/left-pressed.png");
}

.button-multi-toggle-right-28{
    background-image:url("images/simple.button/custom-28/right.png");
}

.button-multi-toggle-right-pressed-28{
    background-image:url("images/simple.button/custom-28/right-pressed.png");
}

.button-multi-toggle-edge-cell-28{
    width:5px;
}

/**/

.button-multi-toggle{
    background-image:url("images/simple.button/toggle-group/center.gif");
    background-repeat:repeat-x;
    height:24px;
    white-space:nowrap;
    text-align:center;
}

.button-multi-toggle-pressed{
    background-image:url("images/simple.button/toggle-group/center.pressed.gif");
    background-repeat:repeat-x;
    height:24px;
    white-space:nowrap;
    text-align:center;
}

.button-multi-toggle-text{
    font-family:arial, tahoma, sans-serif;
    color:#454545;
    font-weight:bold;
    font-size:9pt;
    padding-right:22px;
    padding-left:22px;
    white-space:nowrap;
    text-align:center;
}

.button-navigation-border{
    border-radius: 2px;
    border: #e0e0e0 2px solid;
    box-shadow : inset 0 1px 1px rgba(255, 255, 255, 0.30);
}

.button-navigation-border-clicked{
    border-radius: 2px;
    border: #e0e0e0 2px solid;
    box-shadow : inset 0 1px 1px rgba(255, 255, 255, 0.30);
    background-color: #efefef;
}

.button-navigation-clicked{
    background-color: #efefef;
}

.button-multi-toggle-left, .button-multi-toggle-left-pressed, .button-multi-toggle-right, .button-multi-toggle-right-pressed{
    width:4px;
    height:24px;
}

.button-multi-toggle-left{
    background-image:url("images/simple.button/toggle-group/left.gif");
}

.button-multi-toggle-left-pressed{
    background-image:url("images/simple.button/toggle-group/left.pressed.gif");
}

.button-multi-toggle-right{
    background-image:url("images/simple.button/toggle-group/right.gif");
}

.button-multi-toggle-right-pressed{
    background-image:url("images/simple.button/toggle-group/right.pressed.gif");
}

.button-multi-toggle-edge-cell{
    width:4px;
}

.button-multi-toggle-text-slim{
    padding-right:5px;
    padding-left:5px;
}

.button-multi-toggle-text-super-slim{
    padding-right:1px;
    padding-left:1px;
}

.buttonCenterToggle{
    background-image:url("images/simple.button/toggle-group/center.gif");
    background-repeat:repeat-x;
    height:23px;
}

.button-center-black{
    background-image:url("images/simple.button/black/black.png");
    background-repeat:repeat-x;
    height:24px;
}

.button-center-black-pressed{
    background-image:url("images/simple.button/black/black.pressed.png");
    background-repeat:repeat-x;
    height:24px;
}

.button-black-text, .button-black-text-pressed{
    font-family: arial, tahoma,  sans-serif;
    font-size:9pt;
    text-align:center;
}

.button-black-text{
    color:#cccccc;
}

.button-black-text-pressed{
    color:#cccccc;
}

/*зеленая кнопка*/
.button-center-green{
    background-image:url("images/simple.button/green/center.png");
    background-repeat:repeat-x;
    height:35px;
}
.button-center-green-pressed{
    background-image:url("images/simple.button/green/center.pressed.png");
    background-repeat:repeat-x;
    height:35px;
}
.button-green-text, .button-green-text-pressed{
    font-family: arial, tahoma, sans-serif;
    font-size:9pt;
    text-align:center;
    font-weight: bolder;
    padding-left:5px;
    padding-right:5px;
}
.button-green-text{
    color:#000000;
}
.button-green-text-pressed{
    color:#000000;
}


/*темная серая кнопка со скругленными краями*/
.button-center-darkgray{
    background-image:url("images/simple.button/dark.gray/center.png");
    background-repeat:repeat-x;
    height:25px;
    padding:0px;
}

.button-center-darkgray-pressed{
    background-image:url("images/simple.button/dark.gray/center.pressed.png");
    background-repeat:repeat-x;
    height:25px;
}

.button-dotted{
    border: dotted 1px #848484;
    height: 33px;
    line-height: 33px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align: middle;
    text-align: center;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.button-dotted-text{
    font-family: arial, tahoma, sans-serif;
    color: #454545;
    font-size: 14px;
}

.dotted-bottom-border{
    border-bottom: dotted 1px #848484;
}

.button-darkgray-text, .button-darkgray-text-pressed{
    font-family: arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:center;
}

.button-darkgray-text{
    /*color : #b0b6c4;*/
    color:#ffffff;
    text-shadow: #16151a 0 1px;
}

.button-darkgray-black-text{
    color : #16151a;
    text-shadow: #7c8187 0 1px;
    font-size: 9pt;
    white-space: nowrap;
}



/*новая обычная кнопочка*/
.button-center-gray{
    background-image:url("images/simple.button/gray/center.png");
    background-repeat:repeat-x;
    height:28px;
}
.button-center-gray-pressed{
    background-image:url("images/simple.button/gray/center.pressed.png");
    background-repeat:repeat-x;
    height:28px;
}
.button-gray-text, .button-gray-text-pressed{
    font-family: arial, tahoma, sans-serif;
    font-size:9pt;
    text-align:center;
    font-weight:bold;
    padding-left:4px;
    padding-right:4px;
    vertical-align:middle;
    color:#464543;
}
.button-gray-text{
}
.button-gray-text-pressed{
}


.background-dotted-gray{
    color : #d0d3e6;
    background-image: url(images/background/gray.png);
    background-repeat:repeat;
}

.background-dotted-white{
    color : #d0d3e6;
    background-image: url(images/background/gray.png);
    background-repeat:repeat;
}

.background-dotted-darkgray{
    color : #d0d3e6;
    background-image: url(images/background/darkgray.png);
    background-repeat:repeat;
}

.background-asphalt-gray{
    background-color : #40434C;
    color:#818382;
}

.background-darkgray{
    color : #d0d3e6;
    background-color: #40434c;
}

.background-darkgray-stat{
    color : #d0d3e6;
    background-color: #40434c;
}

.background-darkgray-tree{
    color : #d0d3e6;
    background-color: #40434c;
}

.background-darkgray-htd{
    color : #d0d3e6;
    background-color: #40434c;
}

.background-black{
    color : #d0d3e6;
    background-color: #000000;
}

.background-lilacgray{
    background-color:#525661;
    color : #d0d3e6;
}
.background-coalgray{
    background-color:#3b3c41;
    color:#818382;
}

.background-white{
    background-color:#ffffff;
    color:#333333;
}


.buttonCenterOldGray{
    background-image:url("images/simple.button/old.gray/center.gif");
    background-repeat:repeat-x;
    height:23px;
    vertical-align:middle;
}

.buttonSelectedCenterRoundGray{
    background-image:url("images/simple.button/round.gray/center.pressed.gif");
    background-repeat:repeat-x;
    height:23px;
    vertical-align:middle;
}

.buttonSelectedCenterToggle{
    background-image:url("images/simple.button/toggle-group/center.pressed.gif");
    background-repeat:repeat-x;
    height:23px;
    color:black;
    vertical-align:middle;
}
.buttonSelectedCenterOldGray{
    background-image:url("images/simple.button/old.gray/center.pressed.gif");
    background-repeat:repeat-x;
    height:23px;
    vertical-align:middle;
}
/*-----------------------------------------------------------------------------*/
.buttonCenterWhiteBG{
    background-image:url("images/simple.button/white/center.gif");
    background-repeat:repeat-x;
    height:23px;
}

.buttonSelectedCenterWhiteBG{
    background-image:url("images/simple.button/white/center.pressed.gif");
    background-repeat:repeat-x;
    height:23px;
}

/*-----------------------------------------------------------------------------*/
.buttonCenterBlueBG{
    background-image:url("images/simple.button/blue/center.gif");
    background-repeat:repeat-x;
    height:23px;
}

.buttonSelectedCenterBlueBG{
    background-image:url("images/simple.button/blue/center.pressed.gif");
    background-repeat:repeat-x;
    height:23px;
}
/*-----------------------------------------------------------------------------*/
.buttonCenterRed{
    background-image:url("images/exit.button/center.gif");
    background-repeat:repeat-x;
    height:34px;
}

.buttonSelectedCenterRed{
    background-image:url("images/exit.button/center.pressed.gif");
    background-repeat:repeat-x;
    height:34px;
}

/*-----------------------------------------------------------------------------*/
/* классы для заголовков вложенных панелей  */

.subpanel-header {
    font-family:arial, tahoma, sans-serif;
    font-size:12pt;
    font-weight:bold;
    padding-left:4;
    vertical-align:middle;
    height:25px;
    background-image:url("images/subpanel/top_center.gif");
    background-repeat:repeat-x;
    border-style:none;
}

.subpanel-header-text {
    font-family:arial, tahoma, sans-serif;
    font-size:12pt;
    font-weight:bold;
}


.subpanel-synergy-header-text {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bold;
}
.subpanel-synergy-header {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    padding:0;
    padding-left:4px;
    vertical-align:middle;
    background-image:url("images/subpanel/synergy/header-center.gif");
    background-repeat:repeat-x;
    border-style:none;
    color:#3a3a3a;
    margin:0;
    height:32px;
}

.subpanel-synergy-light-header {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bold;
    padding-left:4px;
    vertical-align:middle;
    background-image:url("images/subpanel/synergy-light/header-center.gif");
    background-repeat:repeat-x;
    border-style:none;
    color:#3a3a3a;
}



.subPanelLeftGray{
    background-image:url("images/subpanel/gray/left_center.gif");
    background-position:left;
    background-repeat:repeat-y;
}

.subPanelLeftWhite{
    background-image:url("images/subpanel/white/left_center.gif");
    background-position:left;
    background-repeat:repeat-y;
}
.subpanel-synergy-left{
    background-image:url("images/subpanel/synergy/body-left.gif");
    background-position:left;
    background-repeat:repeat-y;
}

.subpanel-synergy-light-left{
    background-image:url("images/subpanel/synergy-light/body-left.gif");
    background-position:left;
    background-repeat:repeat-y;
}

.subPanelRightGray{
    background-image:url("images/subpanel/gray/right_center.gif");
    background-position:right;
    background-repeat:repeat-y;
}

.subPanelRightWhite{
    background-image:url("images/subpanel/white/right_center.gif");
    background-position:right;
    background-repeat:repeat-y;
}

.subpanel-synergy-right{
    background-image:url("images/subpanel/synergy/body-right.gif");
    background-position:right;
    background-repeat:repeat-y;
}

.subpanel-synergy-light-right{
    background-image:url("images/subpanel/synergy-light/body-right.gif");
    background-position:right;
    background-repeat:repeat-y;
}

.subPanelBottomGray{
    background-image:url("images/subpanel/gray/bottom_center.gif");
    background-position:right;
    background-repeat:repeat-x;
}

.subPanelBottomWhite{
    background-image:url("images/subpanel/white/bottom_center.gif");
    background-position:right;
    background-repeat:repeat-x;
}

.subpanel-synergy-bottom{
    background-image:url("images/subpanel/synergy/body-bottom.gif");
    background-repeat:repeat-x;
    background-position:bottom;
}

.subpanel-synergy-light-bottom{
    background-image:url("images/subpanel/synergy-light/body-bottom.gif");
    background-repeat:repeat-x;
    background-position:bottom;
}

.subPanelCenterGray{
    background-color:#ececec;
}

.subPanelCenterWhite{
    background-color:#ffffff;
}

.subpanel-synergy-center, .subpanel-synergy-light-center{
    background-color:#ffffff;
}

/*Dark gray subPanel*/
.subpanel-synergy-darkgray-header-left{
    border-top-left-radius: 5px;
    border-top: #2f3336 1px solid;
    box-shadow : inset 0 1px 1px rgba(255, 255, 255, 0.30);
    width:2px;
}

.subpanel-synergy-darkgray-header-center{
    background-image: url("images/subpanel/darkgray/center.png");
    background-repeat: repeat-x;
}

.subpanel-synergy-darkgray-header-text{
    color : #ffffff;
    font-weight : bold;
    padding-left: 4px;
}

.subpanel-synergy-darkgray-header-right{
    border-top-right-radius: 5px;
    border-top: #2f3336 1px solid;
    box-shadow : inset 0 1px 1px rgba(255, 255, 255, 0.30);
    width:2px;
}


.subpanel-synergy-darkgray-center{
    background-color:#40434c;
}
.subpanel-synergy-darkgray-left{
    background-image:url("images/subpanel/darkgray/left.border.png");
}
.subpanel-synergy-darkgray-right{
    background-image:url("images/subpanel/darkgray/right.border.png");
}

.subpanel-synergy-darkgray-bottom{
    background-image:url("images/subpanel/darkgray/bottom.border.png");
}




.tabPanelHeader {
    background-image:url("images/header/center.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bolder;
    border-width:2px;
    text-align:left;
}

.tabPanelHeader_32{
    background-image:url("images/header/center_32.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:left;
    height:32px;
}

.tabPanelHeader_32_left{
    background-image:url("images/header/left_32_fill.gif");
    background-repeat:repeat-y;
    height:32px;
}

.tabPanelHeader_32_right{
    background-image:url("images/header/right_32_fill.gif");
    background-repeat:repeat-y;
    height:32px;
}

.tabPanelHeader_24{
    background-image:url("images/header/center_24.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bolder;
    text-align:left;
    height:24px;
}

.tabPanelHeader_24_left{
    background-image:url("images/header/left_24_fill.gif");
    background-repeat:repeat-y;
    height:24px;
}

.tabPanelHeader_24_right{
    background-image:url("images/header/right_24_fill.gif");
    background-repeat:repeat-y;
    height:24px;
}

.tabPanelHeader-dotted-gray-32{
    background-image:url("images/header/dotted.gray.32/center.png");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:Arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:left;
    height:32px;
}
.tabPanelHeader-left-dotted-gray-32{
    background-image:url("images/header/dotted.gray.32/left.png");
    background-repeat:repeat-y;
    height:32px;
    width:4px;

}
.tabPanelHeader-right-dotted-gray-32{
    background-image:url("images/header/dotted.gray.32/right.png");
    background-repeat:repeat-y;
    height:32px;
    width:4px;
}

.tabPanelHeader-dotted-gray-24{
    background-image:url("images/header/dotted.gray.24/center.png");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:Arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:left;
    height:24px;
}
.tabPanelHeader-left-dotted-gray-24{
    background-image:url("images/header/dotted.gray.24/left.png");
    background-repeat:repeat-y;
    height:24px;
    width:4px;

}
.tabPanelHeader-right-dotted-gray-24{
    background-image:url("images/header/dotted.gray.24/right.png");
    background-repeat:repeat-y;
    height:24px;
    width:4px;
}


.tabPanelHeader-dotted-gray-24{
    background-image:url("images/header/dotted.gray.24/center.png");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:Arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:left;
    height:24px;
}
.tabPanelHeader-left-dotted-gray-24{
    background-image:url("images/header/dotted.gray.24/left.png");
    background-repeat:repeat-y;
    height:24px;
    width:4px;

}
.tabPanelHeader-right-dotted-gray-24{
    background-image:url("images/header/dotted.gray.24/right.png");
    background-repeat:repeat-y;
    height:24px;
    width:4px;
}


.tabPanelHeader-dotted-gray-26{
    background-image:url("images/header/dotted.gray.26/center.png");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:Arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:left;
    height:26px;
}
.tabPanelHeader-left-dotted-gray-26{
    background-image:url("images/header/dotted.gray.26/left.png");
    background-repeat:repeat-y;
    height:26px;
    width:4px;

}
.tabPanelHeader-right-dotted-gray-26{
    background-image:url("images/header/dotted.gray.26/right.png");
    background-repeat:repeat-y;
    height:26px;
    width:4px;
}


.tabPanelHeader-dotted-gray-26{
    background-image:url("images/header/dotted.gray.26/center.png");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:Arial, tahoma, sans-serif;
    font-size:10pt;
    text-align:left;
    height:26px;
}
.tabPanelHeader-left-dotted-gray-26{
    background-image:url("images/header/dotted.gray.26/left.png");
    background-repeat:repeat-y;
    height:26px;
    width:4px;

}
.tabPanelHeader-right-dotted-gray-26{
    background-image:url("images/header/dotted.gray.26/right.png");
    background-repeat:repeat-y;
    height:26px;
    width:4px;
}



.itemPanelCenter{
    background-image:url("images/subpanel/item/center.gif");
    background-repeat:repeat-x;
    background-position:top;
    font-family:arial, tahoma, sans-serif;
    font-weight:bold;
    font-size:28px;
    color:#333333;
}
/*------------------------------------------------------------------------------------*/

.gwt-TabBar{
    border-style:none;
    height:20px;
}

/* текст надписи вкладки */
.tabBlackText, .tabBlackTextSelected{
    font-family :tahoma, sans-serif;
    font-size:10pt;
    white-space:nowrap;
    color:gray;
    text-align:center;
    vertical-align:bottom;
    padding-bottom:2px;
}

.tabGrayText, .tabGrayTextSelected{
    font-family :tahoma, sans-serif;
    font-size:10pt;
    white-space:nowrap;
    color:gray;
    text-align:center;
    vertical-align:bottom;
    padding-bottom:2px;
}

/* текст надписи выделенного таба */
.tabBlackTextSelected{
    color:white;
}
.tabGrayTextSelected{
    color:black;
}

.tabWhiteText, .tabWhiteTextSelected{
    font-family :arial, tahoma, sans-serif;
    font-size:9pt;
    white-space:nowrap;
    color:#6a6a6a;
    text-align:center;
    vertical-align:middle;
    padding-left:14px;
    padding-right:14px;
    width: 100%;
}

.tabWhiteTextSelected{
    font-weight: bolder;
    color:black;
    width: 100%;
}

.tabCenterWhite{
    background-color:#ffffff;
}

.tabCenterPanelWhite{
    background-color: #e9e9e9;
    cursor:pointer;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    width: 100%;
    margin-left: -2px;
    padding-right: 2px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.tabCenterPanelWhiteBG{
    background-color: #e9e9e9;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    height: 31px;
}

.tabWhiteSelectedCenterPanel{
    background-color: #ffffff;
    cursor:pointer;
    border-right-style:solid;
    border-right-width: 1px;
    border-right-color: #000000;
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color: #000000;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    width: 100%;
}

/* центральная часть выделенной вкладки */
.tabBlackSelectedCenterPanel{
    background-image:url("images/tabs/black/center.selected.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    cursor:pointer;
}

.tabGraySelectedCenterPanel{
    background-image:url("images/tabs/gray/center.selected.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    cursor:pointer;
}

.smallTabCenter{
    background-image:url("images/smalltab/centre.jpg");
    background-repeat:repeat-x;
    background-position:bottom;
    cursor:pointer;
}

.smallTabCenterSeleted{
    background-image:url("images/smalltab/centre_white.jpg");
    background-repeat:repeat-x;
    background-position:bottom;
    cursor:pointer;
}

.smallTabText, .smallTabTextSelected{
    font-family :arial, tahoma, sans-serif;
    font-size: 8pt;
    vertical-align:bottom;
}
.smallTabTextSelected{
    font-weight:bold;
}

.scrollBottom{
    border-bottom-style:solid;
    border-bottom-width:1pt;
    border-bottom-color:gray;
}

/* крайняя выделенной вкладки */
.tabEdgePanel{
    cursor:pointer;
}

/* центральная часть не выделенной вкладки */
.tabCenterPanel{
    background-image:url("images/tabs/center.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*  Классы для внутренней панели табов  */
.tabBGLeftTopBlack{
    background-image:url("images/tabs/black/top_right.gif");
    background-position:left top;
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}

.tabBGLeftTopGray{
    background-image:url("images/tabs/gray/top_right.gif");
    background-position:left top;
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}

.tabBGRighTopBlack{
    background-image:url("images/tabs/black/top_left.gif");
    background-position:right top;
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}

.tabBGTopBlack{
    background-image:url("images/tabs/black/top_center.gif");
    background-repeat:repeat-x;
    height:14px;
}

.tabBGTopGray{
    background-image:url("images/tabs/gray/top_center.gif");
    background-repeat:repeat-x;
    height:14px;
}

.tabBGBottomBlack{
    background-image:url("images/tabs/black/bottom_center.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    height:7px;
}

.tabBGBottomGray{
    background-image:url("images/tabs/gray/bottom_center.gif");
    background-repeat:repeat-x;
    background-position:bottom;
    height:7px;
}

.tabBGLeftBlack{
    background-image:url("images/tabs/black/left_center.gif");
    background-repeat:repeat-y;
}

.tabBGLeftGray{
    background-image:url("images/tabs/gray/left_center.gif");
    background-repeat:repeat-y;
}

.tabBGRightBlack{
    background-image:url("images/tabs/black/right_center.gif");
    background-repeat:repeat-y;
    background-position:right;
}

.tabBGRightGray{
    background-image:url("images/tabs/gray/right_center.gif");
    background-repeat:repeat-y;
    background-position:right;
}

.tabCenterBlack{
    background-color:#414143;
}

.tabCenterGray{
    background-color:#e6e7e9;
}

.simpleButton{}
/*--------------------------------------------------------------------------------------------------------------------*/

/* Классы для дилоговых окошек */

.dialogHeader{
    padding-right:2px;
    padding-top:1px;
}

.dialogCenter{
}

.dialogCenterWhite{
}

.dialogCenterBlack{
    border-color: #24282B;
    border-style: none solid solid;
    border-width: 1px;
}

.dialogTopLeft, .dialogTopLeftWhite, .dialogTopLeftBlack{
    background-position:left top;
    background-repeat:no-repeat;
    width:3px;
    height:32px;
}

.dialogTopLeft{
    background-image:url("images/window/gray/top_left.jpeg");
}

.dialogTopLeftWhite{
    background-image:url("images/window/white/top_left.jpeg");
}

.dialogTopLeftBlack{
    background-image:url("images/window/black/left.png");
    width:7px;
    height:33px;
}

.dialogHeaderText{
    color:black;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bold;
    padding-left:7px;
    cursor:pointer;
}

.dialogHeaderTextWhite{
    color:black;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bold;
    padding-left:7px;
    cursor:pointer;
}

.dialogHeaderTextBlack{
    color:white;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bold;
    padding-left:7px;
    cursor:pointer;
}

.dialogTopCenter, .dialogTopCenterWhite, .dialogTopCenterBlack{
    background-repeat:repeat-x;
    background-position:top;
    font-family:arial, tahoma, sans-serif;
    font-size: 11pt;
    height:32px;
}

.dialogTopCenter {
    background-image:url("images/window/gray/top_center.jpeg");
}

.dialogTopCenterWhite{
    background-image:url("images/window/white/top_center.jpeg");
}

.dialogTopCenterBlack{
    background-image:url("images/window/black/center.png");
    height:33px;
}



.dialogTopRight, .dialogTopRightWhite, .dialogTopRightBlack{
    background-position:right top;
    background-repeat:no-repeat;
    width:3px;
    height:32px;
}

.dialogTopRight{
    background-image:url("images/window/gray/top_right.jpeg");
}

.dialogTopRightWhite{
    background-image:url("images/window/white/top_right.jpeg");
}

.dialogTopRightBlack{
    background-image:url("images/window/black/right.png");
    width:6px;
    height:33px;
}

.dialogLeft, .dialogLeftWhite{
    background-repeat:repeat-y;
    background-position:left;
    width:3px;
}
.dialogLeft{
    background-image:url("images/window/gray/left_center.jpeg");
}
.dialogLeftWhite{
    background-image:url("images/window/white/left_center.jpeg");
}

.dialogLeftBlack{
    border-left: #24282b solid 1px ;
    width: 7px
}

.dialogRight, .dialogRightWhite{
    background-repeat:repeat-y;
    background-position:right;
    width:3px;
}
.dialogRight {
    background-image:url("images/window/gray/right_center.jpeg");
}
.dialogRightWhite {
    background-image:url("images/window/white/right_center.jpeg");
}

.dialogRightBlack{
    border-right: #24282b solid 1px ;
    width: 7px
}

.dialogBotom, .dialogBotomWhite{
    background-repeat:repeat-x;
    background-position:bottom;
    height:3px;
}
.dialogBotom {
    background-image:url("images/window/gray/bottom_center.jpeg");
}
.dialogBotomWhite {
    background-image:url("images/window/white/bottom_center.jpeg");
}

.dialogBotomBlack{
    border-bottom: #24282b solid 1px ;
    width: 7px
}

.dialogBotomLeft, .dialogBotomLeftWhite{
    background-repeat:no-repeat;
    background-position:left bottom;
    height:3px;
    width:3px;
}
.dialogBotomLeft{
    background-image:url("images/window/gray/bottom_left.jpeg");
}
.dialogBotomLeftWhite{
    background-image:url("images/window/white/bottom_left.jpeg");
}

.dialogBotomLeftBlack{
    border-bottom: #24282b solid 1px ;
    border-left: #24282b solid 1px ;
    width: 7px
}

.dialogBotomRight, .dialogBotomRightWhite{
    background-repeat:no-repeat;
    background-position:right bottom;
    height:3px;
    width:3px;
}
.dialogBotomRight{
    background-image:url("images/window/gray/bottom_right.jpeg");
}
.dialogBotomRightWhite{
    background-image:url("images/window/white/bottom_right.jpeg");
}

.dialogBotomRightBlack{
    border-bottom: #24282b solid 1px ;
    border-right: #24282b solid 1px ;
    width: 7px
}



/*--------------------------------------------------------------------------------------------------------------------*/

.grid {
    border-collapse:collapse;
}

.tableHeader{
    background-color:#d1d2d4;
    font-family:arial, tahoma, sans-serif;
    font-size: 10pt;
    color:black;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:white;
}

.tableCell{
    background-color:#f2f2f2;
    font-family:arial, tahoma, sans-serif;
    font-size: 10pt;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:white;
}

.tableHeaderGray{
    background-color:#d1d2d4;
    font-family:arial, tahoma, sans-serif;
    font-size: 10pt;
    color:black;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:#ececec;
}

.tableCellGray{
    background-color:#f2f2f2;
    font-family:arial, tahoma, sans-serif;
    font-size: 10pt;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:#ececec;
}

.cellNotSelected{
    background-color:#f2f2f2;
    font-family:arial, tahoma, sans-serif;
    font-size: 10pt;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:#ececec;
    cursor:default;
}

.cellSelected{
    background-color:#dedede;
    font-family:arial, tahoma, sans-serif;
    font-size: 10pt;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:#ececec;
    cursor:default;
}

.cursorPointer{
    cursor:pointer;
}

.reflection{
    background-image:url("images/background/otrazhenie.gif");
    background-repeat:repeat-x;
    background-position:top;
    height:50px;
}

.exitTabCenter{
    background-image:url("images/exit.tab/center.gif");
    background-position:bottom;
    background-repeat:repeat-x;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:white;
    width:120px;
    cursor:pointer;
}

.exitTabText, .markedTabText{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:white;
    text-align:center;
    cursor:pointer;
    padding-left:3px;
    vertical-align:bottom;
    white-space:nowrap;
}

.markedTabText{
    padding-bottom:2px;
}

.gwt-TabBar  {
    padding-right:10px;
}

.hsplitter {
    background-color:darkgray;
}

.sph-Slider {
    width: 500px;
    border:none;
    border-collapse: collapse;
    cursor:pointer;
    padding:0;
    margin:0;
}

.sph-Slider-Center-mid{
    background: url("images/slider/pin.png") no-repeat center top,
    url("images/slider/bg.png") no-repeat left center,
    url("images/slider/bg.png") no-repeat right center;
    height: 14px;
}

.sph-Slider-Center-left{
    background: url("images/slider/pin.png") no-repeat center top,
    url("images/slider/bg.png") no-repeat left center,
    url("images/slider/bg.png") no-repeat right center;
    height: 14px;
}

.sph-Slider-Center-right{
    background: url("images/slider/pin.png") no-repeat center top,
    url("images/slider/bg.png") no-repeat left center,
    url("images/slider/bg.png") no-repeat right center;
    height: 14px;
}

.sph-Slider-Left, .sph-Slider-Right {
    border:none;
    border-collapse: collapse;
    cursor:pointer;
    padding:0;
    margin:0;
    background-image:url("images/slider/bg.png");
    background-repeat:repeat-x;
    background-position:center;
    vertical-align:bottom;
}

.sph-Slider-Border-Left, .sph-Slider-Border-Right {
    border:none;
    border-collapse: collapse;
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    vertical-align:bottom;
    width: 2px;
}

.sph-Slider-Border-Left {
    background-position:left;
    background-image:url("images/slider/left.end.png");
}

.sph-Slider-Border-Right {
    background-position:right;
    background-image:url("images/slider/right.end.png");
}

.sph-Slider-Left, .sph-Slider-Right {
    height:9px;

}

.sph-Slider-Left {
    text-align:left;
}
.sph-Slider-Right {
    text-align: right;
}

.sph-Slider-Center {
    width:15px;
    height:14px;
}

.sph-SliderGray {
    width: 500px;
    border:none;
    border-collapse: collapse;
    cursor:pointer;
    padding:0;
    margin:0;
}

.sph-SliderGray-Center-mid{
    background: url("images/slider/pin.png") no-repeat center top,
    url("images/slider/bg_gray.png") no-repeat left center,
    url("images/slider/bg_gray.png") no-repeat right center;
    height: 14px;
}

.sph-SliderGray-Center-left{
    background: url("images/slider/pin.png") no-repeat center top,
    url("images/slider/bg_gray.png") no-repeat left center,
    url("images/slider/bg_gray.png") no-repeat right center;
    height: 14px;
}

.sph-SliderGray-Center-right{
    background: url("images/slider/pin.png") no-repeat center top,
    url("images/slider/bg_gray.png") no-repeat left center,
    url("images/slider/bg_gray.png") no-repeat right center;
    height: 14px;
}

.sph-SliderGray-Left, .sph-SliderGray-Right {
    border:none;
    border-collapse: collapse;
    cursor:pointer;
    padding:0;
    margin:0;
    background-image:url("images/slider/bg_gray.png");
    background-repeat:repeat-x;
    background-position:center;
    vertical-align:bottom;
}

.sph-SliderGray-Border-Left, .sph-SliderGray-Border-Right {
    border:none;
    border-collapse: collapse;
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    vertical-align:bottom;
    width: 2px;
}

.sph-SliderGray-Border-Left {
    background-position:left;
    background-image:url("images/slider/left.png");
}

.sph-SliderGray-Border-Right {
    background-position:right;
    background-image:url("images/slider/right.png");
}

.sph-SliderGray-Left, .sph-SliderGray-Right {
    height:9px;

}

.sph-SliderGray-Left {
    text-align:left;
}
.sph-SliderGray-Right {
    text-align: right;
}

.sph-SliderGray-Center {
    width:15px;
    height:14px;
}

.sliderInput{
    border-style:solid;
    border-width:1px;
    border-color:#808080;
    text-align:center;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
}

.body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    font-size: small;
    margin: 8px;
}

.calendarBG{
    background-color:white;
    border-style:solid;
    border-color:darkgray;
    border-width:2px;
    padding:5px;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.datePicker-ListsHeader-Synergy{
    background-image:url("images/calendar/synergy/middle.gif");
    background-repeat:repeat-x;
}

.datePicker-List-Synergy{
    background-image:url("images/calendar/synergy/middle.gif");
    background-repeat:repeat-x;
    background-position:center;
    border-style:none;
}

.todayLabel{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:gray;
    text-decoration:underline;
    cursor:pointer;
}

.todayLabelSelected{
    font-weight:bold;
}

.datepicker-today-synergy{
    background-image:url("images/calendar/synergy/middle.gif");
    background-repeat:repeat-x;
    text-align:center;
    height:26px;
}

.datepicker-today-synergy-pressed{
    background-image:url("images/calendar/synergy/middle.pressed.gif");
    background-repeat:repeat-x;
    text-align:center;
    height:26px;
}

.datepicker-today-text{
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    font-weight:bold;
    color:#3a3a3a;
}




/*dark gray date picker ===========================================================*/
.datePicker-DayHeader-darkgray, .datePicker-DayHeader-Weekend-darkgray{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    text-align:center;
    color:#ffffff;
}
.datePicker-DayHeader-Cell-darkgray{
    width:38px;
    text-align:center;
    vertical-align:middle;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    display: table-cell;
    color:#ffffff;
}

.extListBox-label-datePicker-darkgray{
    font-weight: bolder;
    color: #3a3a3a;
}

.listBoxCalendar{
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/combo/down.gif) no-repeat;
    background-position: 100% top;
}

.listBoxPager{
    color: white;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/pages/dropdown.png) no-repeat;
    background-position: 100% center;
    padding-right: 10px;
    text-align: center;
}

.listBoxPager option {
    background: white;
    color:black;
}


.listBoxCalendar option {
    background: white;
    color:black;
}

/* Обычный день недели */
.datePicker-Date-darkgray{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    padding: 0;
    color:#ffffff;
}
.datePicker-emptyDate-darkgray{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    padding: 0;
    color:#ffffff;
}
/* Выделенный день недели */
.datePicker-Date-Selected-darkgray{
    background-color:#6f737e;
    color:#ffffff;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    padding: 0;
}
.datePicker-Date-Cell-darkgray{
    width:38px;
    text-align:center;
    vertical-align:middle;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    display: table-cell;
    color:#ffffff;
}
/* Текущий день недели */
.datePicker-Today-darkgray{
    width:38px;
    text-align:center;
    vertical-align:middle;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    display: table-cell;
    color:#ffffff;
}
.datePicker-DatesHeader-darkgray{
    margin: 0;
    padding: 0;
}
.datePicker-DatesBody-darkgray{
    margin: 0;
    padding: 0;
    text-align:center;
    color: #222421;
    font-family: arial, tahoma, sans-serif;
    font-size: 14px;
    background-color:#40434C;
}
.datePicker-Body-darkgray{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align:center;
}
.datePicker-DaysTable-darkgray{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.datePicker-BoxesTable-darkgray{
    margin: 0;
    padding: 0;
}
.datePicker-Back-darkgray, .datePicker-Back-Pressed-darkgray{
    background:url("images/calendar/left.top.png") no-repeat center;
    width:45px;
    height:25px;
    outline:none;
    border:none;
}
.datePicker-Back-Pressed-darkgray{
    background:url("images/calendar/left.top.pressed.png") no-repeat center;
}
.datePicker-Forward-darkgray, .datePicker-Forward-Pressed-darkgray{
    background:url("images/calendar/right.top.png") no-repeat center;
    width:45px;
    height:25px;
    outline:none;
    border:none;
}
.datePicker-Forward-Pressed-darkgray{
    background:url("images/calendar/right.top.pressed.png") no-repeat center;
}
.datePicker-ListsHeader-darkgray{
    background:url("images/calendar/center.png") repeat-x;
    /*    width:150px;*/
    text-shadow: #7f8289 0 1px;
}

.datePicker-ListsHeader-pressed-darkgray{
    background:url("images/calendar/center.pressed.png") repeat-x;
    width:150px;
    text-shadow: #7f8289 0 1px;
}

/*end of dark gray date picker ===========================================================*/




.gwt-DialogBox .Caption {
    /*background:none;*/
    color:black;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-weight:bold;
    padding-left:7px;
    vertical-align:bottom;
    cursor:pointer;
}
/*классы для стек панели*/

.stackSelected{
    color:#6e1212;
}

.stackHeader{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    cursor:pointer;
}

.stackHeaderSelected{
    font-weight:bold;
}

/*        Table          */
.selectedCell{
    background-color:#cccccc;
}

.simpleCell, .selectedCell{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    cursor:pointer;
}

.selectorPadding{
    padding-top:2px;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}

.gwt-Tree, .gwt-TreeItem{
    font-size:8pt;
    font-family:arial, tahoma,sans-serif;
    white-space:nowrap;
    cursor:pointer;
    background-style: none;
}

.gwt-Tree .gwt-TreeItem-selected{
    font-weight:bold;
    background-style: none;
}

.gwt-Tree .gwt-TreeItem-hidden{
    color:#A9A9A9;
}

.gwt-TextBox {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    border: 1px solid #939598;
    border-collapse:inherit;
    padding:0;
    margin:0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height:16px;
    line-height:16px;
}


.gwt-TextBox-readonly {
    border: 1px solid #939598;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#666666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gwt-PasswordTextBox {
    border: 1px solid #939598;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gwt-ListBox{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
    vertical-align:middle;
    border: 1px solid #939598;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gwt-CheckBox {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
}

.gwt-TextArea {
    border: 1px solid #939598;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.comboPopup{
    border-style:solid;
    border-color:#a4a5a4;
    border-width:1px;
    background-color:white;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.transparentPopup{
    border-style:solid;
    border-width:1px;
    border: none;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.comboBody, .comboBodyDisabled {
    border-top-style:solid;
    border-top-color:#a4a5a4;
    border-top-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#a4a5a4;
    border-bottom-width:1px;
    border-left:none;
    border-right:none;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    white-space:nowrap;
    background-color:white;
    height:20px;
    text-overflow: ellipsis;
}

.comboBodyDisabled{
    color:#cccccc;
}

.comboItem,.comboSelectedItem{
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    width:100%;
}

.comboSelectedItem{
    background-color:#e3e3e3;
}

.combo-LeftBorder{
    background:url("images/combo/left.jpg");
    width:3px;
    height:24px;
}

.combo-RightBorder{
    background: url("images/combo/right.jpg");
    width:13px;
    height:24px;
}

.combo-Base{
    height:24px;
}

.comboSeparator{
    background-color: #d1d1d1;
}

/*черный комбобокс*/


.comboPopup-Black{
    border-style:solid;
    border-color:#2f3438;
    border-width:1px;
    background-color:#40434c;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}
.comboBody-Black, .comboBodyDisabled-Black {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    white-space:nowrap;
    color: #ffffff;
    background-color:#40434c;
    padding-left : 6px;
    border-top: #2e3136 1px solid;
    border-left: #2f3237 1px solid;
    border-bottom: #2e3235 1px solid;
    border-bottom-left-radius:6px;
    border-top-left-radius:6px;
    border-right : none;
    border-width:1px;
    box-shadow:inset 0 1px 0px rgba(25, 26, 28, 0.2);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;

    height:17px; /* IE 8 and below */
    text-overflow: ellipsis;
}
.comboBodyDisabled-Black{
    color:#8a8b94;
}
.comboItem-Black,.comboSelectedItem-Black{
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    color : #ffffff;
    width:100%;
    height : 20px
}
.comboSelectedItem-Black{
    background-color:#545760;
}
.combo-LeftBorder-Black{
}
.combo-RightBorder-Black{
    background: url("images/combo/arrow.black.png");
    width:24px;
    height:21px;
}
.combo-Base-Black{
    height:21px;
    border-radius:6px;
    box-shadow :  0 1px 0px rgba(255, 255, 255, 0.3);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.comboSeparator-Black{
    background-color: #2a2b2f;
}

/*серый комбобокс*/
.comboPopup-Gray{
    border:solid 1px #b7b7b7;
    background-color:#ffffff;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.comboBody-Gray, .comboBodyDisabled-Gray {
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    white-space:nowrap;
    color: #333333;
    background-color:#ffffff;
    padding-left : 6px;
    border: #b7b7b7 1px solid;
    border-right : none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    height:24px; /* IE 8 and below */
    text-overflow: ellipsis;
}

.comboBodyDisabled-Gray{
    color:#666666;
}

.comboItem-Gray, .comboSelectedItem-Gray{
    font-family:arial,  tahoma, sans-serif;
    font-size: 12px;
    color : #333333;
    width:100%;
    height : 24px;
    white-space: nowrap;
}
.comboSelectedItem-Gray{
    background-color:#efefef;
}
.combo-LeftBorder-Gray{
}
.combo-RightBorder-Gray{
    background: url("images/combo/arrow.gray.png");
    width:30px;
    height:28px;
}
.combo-Base-Gray{
    height:28px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.comboSeparator-Gray{
    background-color: #666666;
}

/*----------------------------------------------*/

.cursorDefault{
    cursor:default;
}

.invalidInput, .invalidInputTable{
    border-color:#cb273e;
    border-style:solid;
    border-width:1px;
    background-color:#ffcccc;
}

.invalidInputTable{
    height: 21px !important;
}

.new-invalid-input{
    border-style: solid;
    border-color: rgb(236, 172, 173);
    border-width: 1px;
    border-radius: 5px 5px 5px 5px;

}


.datepicker-input-Gray{
    height: 24px;
    border: solid 1px #b7b7b7;
    border-right: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    padding-left: 4px;
}

.datepicker-input-Gray-noButton {
    height: 24px;
    border: solid 1px #b7b7b7;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    padding-left: 4px;
}

/*Resizable table*/

.rtable{
    border-collapse:collapse;
    border-left:solid 1px #ebebeb;
}

.rtable-focusable{
    outline:none;
}

.rtable-temp-widget{
    background-color:#ececec;
}

.rtable-splitter-bg{
    width:3px;
    background:url("images/rtable/splitter.gif");
    background-position:left;
    background-repeat:repeat-y;
}

.rtable-last-column{
    border-right:solid 1px #e1e1e1;
}

.rtable-loading-row{
    background:white;
    display:block;
    width:100%;
    height:22px;
}

.cursorMove{
    cursor:w-resize;
}

.cursorVMove{
    cursor:n-resize;
}

.innerPanel{
    padding:2px;
}

.movePanel{
    background-color:#c3deff;
    z-index:10;
}

.rtableHeaderText, .rtableHeader22, .rtableHeader32{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
}

.rtableHeader22, .rtableHeader32{
    background-repeat:repeat-x;
    color:#333333;
    vertical-align:middle;
    padding-left:4px;
    padding-top:4px;
    white-space:nowrap;
    background-color: #f9f9f9;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
}

.rtableHeaderGrayText, .rtableHeaderGray22{
    font-family: arial, tahoma, sans-serif;
    color: #555756;
    text-shadow: #e8f0f3 0 1px;
    font-size: 12px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
}

.rtableHeaderGrayText, .rtableHeaderGray32{
    font-family: arial, tahoma, sans-serif;
    color: #555756;
    text-shadow: #e8f0f3 0 1px;
    font-size: 12px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
}

.rtableHeaderGray22{
    background-color: #f9f9f9;
    height: 22px;
    border-bottom: solid 1px #bbbbbb;
    border-collapse: collapse;
    padding-left: 10px;
}

.rtableHeaderGray32{
    background-color: #f9f9f9;
    height: 32px;
    border-bottom: solid 1px #bbbbbb;
    border-collapse: collapse;
    padding-left: 10px;
}

.rtablePanelHeader32, .rtablePanelHeader22{
    background-repeat:repeat-x;
    background-position:top;
}

.rtablePanelHeader32{
    background-color: #f9f9f9;
}


.rtablePanelHeader22{
    background-color: #f9f9f9;
}

.rtableColoredRow, .rtableCell{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
    height:22px;
    padding-left:4px;
    white-space:nowrap;
    /*vertical-align:bottom;*/
}

.rtable-row{
    border-collapse:collapse;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:#ebebeb;
}

.rtableColoredRow{
    background-color:#fbfbfb;
}

.rtable-row-base{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.rtableSelectedRow{
    background-image:url("images/rtable/selected.bg.jpeg");
    background-repeat:repeat-x;
}

.rtableMarkedRow{
    background-color: #deefff;
}

.rtt-sel-center{
    background-color:#90e390;
    padding-right:3px;
}

.rtt-sel-top{
    border-top: solid 3px #90e390;
    padding-right:3px;
}

.rtt-sel-bottom{
    border-bottom: solid 3px #90e390;
    padding-right:3px;
}

.cursorHeader{
    cursor:default;
}

.headerTopPanel{
    opacity:0;
    filter: alpha(opacity = 0);
    width: 100%; /* stupid IE */
}

.rtableScroll{
    border-color:#dcdcde;
    border-style:solid;
    border-width:1px;
    background-color:white;
}

.hiddenLabel{
    visibility:hidden;
    white-space:nowrap;
}

.styledInputText{
    border-color: white;
    border-style:solid;
    width:100%;
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    height:16px;
    color:#333333;
}

.ruler {
    visibility:hidden;
    white-space: nowrap;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
}

.calendarInputStr{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    font-style:italic;
    color:#666666;
}

.calendarInputDates{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
    color:#333333;
}

.calendarInputHeader{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
    font-weight:bold;
}

.gwt-SuggestBoxPopupBlack{
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.gwt-SuggestBox{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    border: 1px solid #939598;
    height: 18px;
    padding:0px;
    margin:0px;
}

.suggestPopupContent {
    max-height : 400px;
    overflow-y:auto;
    overflow-x:hidden;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.gwt-SuggestBoxPopupBlack .item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background-color:white;
    margin:0px;
    width:200px;
}
.gwt-SuggestBoxPopupBlack .item-selected {
    background-color: #e6f2f7;
}

.gwt-SuggestBoxPopupBlack {
    border:solid 1px #666666;
    margin:0;
    padding:0;
    background-color:white;
}

.gwt-SuggestBoxPopupBlack .suggestPopupTopLeftInner {
    width: 1px;
    height: 1px;
    zoom: 1;
}
.gwt-SuggestBoxPopupBlack .suggestPopupTopRightInner {
    width: 1px;
    height: 1px;
    zoom: 1;
}
.gwt-SuggestBoxPopupBlack .suggestPopupBottomLeftInner {
    width: 1px;
    height: 1px;
    zoom: 1;
}
.gwt-SuggestBoxPopupBlack .suggestPopupBottomRightInner {
    width: 1px;
    height: 1px;
    zoom: 1;
}

.gwt-SuggestBoxPopupBlack .suggestPopupTopCenter {
    background: url(images/empty.gif) repeat-x;
}
.gwt-SuggestBoxPopupBlack .suggestPopupBottomCenter {
    background: url(images/empty.gif) repeat-x;
}
.gwt-SuggestBoxPopupBlack .suggestPopupMiddleLeft {
    background: url(images/empty.gif) repeat-y;
}
.gwt-SuggestBoxPopupBlack .suggestPopupMiddleRight {
    background: url(images/empty.gif);
}

.gwt-SuggestBoxPopupBlack .suggestPopupTopLeft {
    background: url(images/empty.gif);
}
.gwt-SuggestBoxPopupBlack .suggestPopupTopRight {
    background: url(images/empty.gif);
}
.gwt-SuggestBoxPopupBlack .suggestPopupBottomLeft {
    background: url(images/empty.gif);
}
.gwt-SuggestBoxPopupBlack .suggestPopupBottomRight {
    background: url(images/empty.gif);
}

* html .gwt-SuggestBoxPopupBlack .suggestPopupTopLeftInner {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopupBlack .suggestPopupTopRightInner {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopupBlack .suggestPopupBottomLeftInner {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopupBlack .suggestPopupBottomRightInner {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleCenter {
    background-color:white;
}

/*
.gwt-SuggestBoxPopup { the suggestion popup }
.gwt-SuggestBoxPopup .item { an unselected suggestion }
.gwt-SuggestBoxPopup .item-selected { a selected suggestion }
.gwt-SuggestBoxPopup .suggestPopupTopLeft { the top left cell }
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner { the inner element of the cell }

.gwt-SuggestBoxPopup .suggestPopupTopCenterInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupTopRight { the top right cell }
.gwt-SuggestBoxPopup .suggestPopupTopRightInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft { the middle left cell }
.gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupMiddleCenter { the middle center cell }
.gwt-SuggestBoxPopup .suggestPopupMiddleCenterInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupMiddleRight { the middle right cell }
.gwt-SuggestBoxPopup .suggestPopupMiddleRightInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupBottomLeft { the bottom left cell }
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupBottomCenter { the bottom center cell }
.gwt-SuggestBoxPopup .suggestPopupBottomCenterInner { the inner element of the cell }
.gwt-SuggestBoxPopup .suggestPopupBottomRight { the bottom right cell }
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner { the inner element of the cell }*/

.greenBG{
    background-color: green;
}

.popupMenu{
    background-color:white;
    border-style:solid;
    border-width:1px;
    border-color:#93a9c0;
}

.popupMenuItem{
    width:100%;
    cursor:default;
}

.popupMenuItemLeft{
    background-image:url("images/menu/left.gif");
    background-repeat:repeat-y;
    background-position:left;
}

.popup-menu-text{
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
    font-family:arial, tahoma, sans-serif;
    font-size:12px;
}

.popup-menu-text-disabled {
    color:#999999;
}

.popupMenuBlackBtn-bottom, .popupMenuBlackBtn-top{
    background-color:#40434c;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    outline: none;
}

.popupMenuBlackBtn-bottom{
    background-image: url("images/popup/bottom.png");
    background-repeat: repeat-x;
    background-position: top;
}

.popupMenuBlackBtn-top{
    background-image: url("images/popup/top.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.popupMenuWhiteBtn-bottom, .popupMenuWhiteBtn-top{
    background-color:#ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    outline: none;
}


.popupMenuBlack{
    background-color:#40434c;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    color:#d0d3e6;
}
.popupMenuItemBlack{
    width:100%;
    cursor:default;
}
.popupMenuItemLeftBlack{
    background-repeat:repeat-y;
    background-position:left;
}
.popup-menu-textBlack{
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
    font-family:arial, tahoma, sans-serif;
    font-size:12px;
    color: #c5cad9;
}
.popup-menu-text-disabledBlack {
    color:#7d7f86;
}

.menuSelectedItemBlack{
    background-color: #5e636f;
}

.menuSeperatorBlack{
    background-image:url("images/menu/separator.png");
    height:2px;
    width:100%;
}


.menuSelectedItem{
    background-image:url("images/menu/selected.gif");
    background-repeat:repeat-x;
    background-position:center;
}

.infoLabel{
    width:100%;
    text-align:center;
    font-family:arial, tahoma, sans-serif;
    font-size:12pt;
    font-weight:bold;
    color:#666666;
}

.innerHor14{
    padding-right:14px;
}

.innerHor4{
    padding-right:4px;
}

.innerHor5{
    padding-right:5px;
}

.innerHor2{
    padding-right:2px;
}

.innerVert14{
    padding-bottom:14px;
}

.innerVert{
    padding-bottom:4px;
}

.horizontal-padding-7{
    padding-left:7px;
    padding-right:7px;
}

.commonLabelRed, .commonLabelOrange, .commonLabel, .commonLabelGray, .commonLabelBold,
.commonLink, .commonLabelFilledRed,  .commonLabelFilledOrange, .commonLabelBrightRed,
.commonLabelDarkYellow, .commonLabelUnderlined, .commonLabelWhiteShadow, .commonLabelLinedThrough,
.commonLabelLined, .commonLabelDarkGray, .commonLabelCenter{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
}

.commonLabelCenter {
    text-align: center;
}


.commonLabelGray{
    color:#929292;
}

.commonLabelDarkGray{
    color:#484848;
}

.commonLabelLinedThrough{
    text-decoration: line-through;
}

.commonLabelLined{
    text-decoration: line-through underline;
}

.commonLabelFilledRed{
    background-color:#ff7777;
}

.commonLabelFilledOrange{
    background-color:#ffaa55;
}

.commonLabelRed{
    color:#990000;
}

.commonLabelBrightRed{
    color: #af0100;
}

.commonLabelDarkYellow{
    color: #874900;
}

.commonLabelUnderlined{
    text-decoration:underline;
}

.commonLabelOrange{
    color:#ffaa55;
}

.commonLabelWhite{
    color:#ffffff;
    text-color:#ffffff;
}

.commonLabelWhiteShadow{
    color:#ffffff;
    text-color:#ffffff;
    text-shadow: #16151a 0 1px;
}

.commonLabelDarkGrayShadow{
    color:#484848;
    text-color:#484848;
    text-shadow: #16151a 0 1px;
}

.noWrap{
    white-space:nowrap;
}

.commonLabelBold{
    font-weight:bold;
}

.commonLabelItalic{
    font-style:italic;
}

.commonLabel-8pt{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
}

.commonLabel-11pt{
    font-family:arial, tahoma, sans-serif;
    font-size:11pt;
}

.commonLabel-9pt{
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
}

.commonLink{
    color: #393939;
}

a.commonLink:visited{
    color:#354661;
}

a.commonLink:link {
    color:#034ac0;
}

.commonLink:hover{
    color:black;
}

.custom-splitter-bg{
    width:5px;
    background:url("images/splitter/bg.gif");
    background-position:left;
    background-repeat:repeat-y;
}

.custom-v-splitter-bg{
    height:5px;
    background:url("images/splitter/v_bg.gif");
    background-position:top;
    background-repeat:repeat-x;
}

.custom-splitter{
    border:solid #cccdd1 1px;
}

.auto-overflow {
    overflow: auto !important;
}

.scrollVert{
    background-image:url("images/scroll/vert.gif");
    background-repeat:repeat-y;
    background-position:left;
}

.scrollHor{
    background-image:url("images/scroll/hor.gif");
    background-repeat:repeat-x;
    background-position:top;
}

.scrollItemHor{
    background-image:url("images/scroll/hor_scroll.gif");
    background-repeat:repeat-x;
    border-style:solid;
    border-width:1px;
    border-color:#4e7296;
}

.scrollItem{
    background-image:url("images/scroll/scroll.gif");
    background-repeat:repeat-y;
    border-style:solid;
    border-width:1px;
    border-color:#4e7296;
    width: 13px;
}

.blackscrollVert{
    background-image:url("images/scroll/blackvert.gif");
    background-repeat:repeat-y;
    background-position:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.blackscrollHor{
    background-image:url("images/scroll/blackhor.gif");
    background-repeat:repeat-x;
}

.blackscrollItemHor{
    background:url("images/scroll/blackhor_scroll.gif") repeat-x;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.blackscrollItem{
    background: url("images/scroll/blackscroll.gif") repeat-y;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    width: 16px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/*-----------------------------------------------------------------------*/
/* классы для datepicker-a */

/* Выбранный месяц и год  */
.dateLabel{
    font-family:arial, tahoma, sans-serif;
    font-size:11;
    font-weight:bold;
    color:#404040;
    white-space:nowrap;
}

/* Заголовок. День недели */
.datePicker-DayHeader, .datePicker-DayHeader-Weekend{
    font-family:arial, tahoma, sans-serif;
    font-size:11;
    text-align:center;
    color:#404040;
}

.datePicker-DayHeader-Synergy, .datePicker-DayHeader-Weekend-Synergy {
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    text-align:center;
    font-weight:bold;
}

.datePicker-DayHeader-Synergy{
    color:#8a8b8d;
}

.datePicker-DayHeader-Weekend-Synergy{
    color:#8c3838;
}

.datePicker-DayHeader-Cell{
    width:28px;
    height:18px;
    text-align:center;
    padding-top:2px;
}



/* Обычный день недели */
.datePicker-Date{
    font-family:arial, tahoma, sans-serif;
    font-size:11;
    cursor:pointer;
    text-align:center;
}

.datePicker-Date-Synergy{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
    cursor:pointer;
    text-align:center;
    color:#5f5f5f;
}

/* Выделенный день недели */
.datePicker-Date-Selected{
    font-family:arial, tahoma, sans-serif;
    font-size:11;
    background-color:#8e8e8e;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
}

.datePicker-Date-Selected-Synergy{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
    font-weight:bolder;
    background-color:#e9e9e9;
    color:#5f5f5f;
    cursor:pointer;
    text-align:center;
}

.datePicker-Date-Cell{
    width:28px;
    height:18px;
    text-align:center;
    padding-top:2px;
}

/* Текущий день недели */
.datePicker-Today{
    font-family:arial, tahoma, sans-serif;
    font-size:11px;
    cursor:pointer;
    text-align:center;
}

.datePicker-DatesHeader-Synergy{
    border-bottom: solid 1px #adadad;
}

.datePicker-DatesBody-Synergy{
    border-left: solid 1px #898a8c;
    border-right: solid 1px #898a8c;
    background-color:#ffffff;
}

.datePicker-Back, .datePicker-Back-Pressed{
    background:url("images/buttons/month.prev.white.gif") no-repeat;
    width:8px;
    height:11px;
    outline:none;
    border:none;
}

.datePicker-Back-Pressed{
    background:url("images/buttons/month.prev.pressed.white.gif") no-repeat;
}

.datePicker-Forward, .datePicker-Forward-Pressed{
    background:url("images/buttons/month.next.white.gif") no-repeat;
    width:8px;
    height:11px;
    outline:none;
    border:none;
}

.datePicker-Forward-Pressed{
    background:url("images/calendar/synergy/next.top.gif") no-repeat;
}

.datePicker-Back-Synergy, .datePicker-Back-Pressed-Synergy{
    background:url("images/calendar/synergy/prev.top.gif") no-repeat;
    width:54px;
    height:26px;
}

.datePicker-Back-Pressed-Synergy{
    background:url("images/calendar/synergy/prev.top.pressed.gif") no-repeat;
}

.datePicker-Forward-Synergy, .datePicker-Forward-Pressed-Synergy{
    background:url("images/calendar/synergy/next.top.gif") no-repeat;
    width:54px;
    height:26px;
}

.datePicker-Forward-Pressed-Synergy{
    background:url("images/calendar/synergy/next.top.pressed.gif") no-repeat;
}

.extListBox-datePicker{
    border:none;
    background:none;
}

.extListBox-datePicker-Synergy{
    border:none;
    background:none;
}

.extListBox{
    border:solid 1px #c1c1c1;
    background-color:#f3f3f3;
}

.extListBox-ListBox{
    border:none;
    background:transparent;
}

.tt-holiday, .tt-holiday-custom{
    color:#990000;
}

.tt-holiday-custom{
    font-weight:bold;
    text-decoration:underline;
}

.tt-workday, .tt-workday-custom{
    color:#343434;
}


.tt-workday-custom{
    font-weight:bold;
    text-decoration:underline;

}

.simp-header-inner{
    border-bottom:solid 2px #d1d1d2;
    font-family:arial, sans-serif, tahoma;
    font-size:16px;
    color:#333333;
    font-weight:bold;
}

.gray-table{
    border:#d1d1d1 solid 1px;
    border-collapse:collapse;
}

.gray-table-header{
    font-family:arial, sans-serif;
    font-size:11pt;
    color:#333333;
    font-weight:bold;
    background-color:#f1f1f1;
    text-align:center;
    vertical-align:middle;
}
.gray-table-cell{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
}

.text-italic{
    font-style:italic;
}

.half-visible{
    opacity:0.5;
    filter: alpha(opacity = 50);
}

.half-visible-80{
    opacity:0.8;
    filter: alpha(opacity = 80);
    width: 100%; /* stupid IE */
}


.selectPanel{
    border-color:#9c9c9c;
    border-style:solid;
    border-width:2px;
    background-color:white;
}

.monthCellDay{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    cursor:pointer;
}

.monthDaySelected{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    cursor:pointer;
    background-color:#9c9c9c;
}

.monthDaysTable{
    border-style:solid;
    border-color:#9c9c9c;
    border-width:1px;
}

.black-input-center{
    padding-bottom:3px;
}

.black-input-text-box{
    background-color: #485156;
    border-style:none;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#cccccc;
    outline: none;
}

.black-input{
    border-style:none;
    border-collapse: collapse;
}

.black-input-right{
    width:6px;
    height:24px;
}

.black-input-left{
    width:6px;
    height:24px;
}

.resizable-table-colored-cell{
    border-bottom:solid 1px #e1e1e1;
}

.prof-stat-dairy-marker{
    background-image:url("images/profile/dairy/hours.scale.gif");
    background-repeat:repeat-y;
}

.prof-stat-dairy-marker-text{
    font-family:arial, tahoma, sans-serif;
    font-size:10px;
}
.prof-stat-dairy-table-base{
    background-image:url("images/profile/dairy/bg.base.gif");
    background-position:left top;
    background-repeat:repeat;
}

.prof-stat-dairy-label, .prof-stat-dairy-label-current{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
}

.prof-stat-dairy-label-current{
    font-weight:bolder;
}

.prof-stat-dairy-top{
    background-image:url("images/profile/dairy/top.bg.gif");
    background-position:left top;
    background-repeat:repeat-x;
}

.prof-stat-dairy-bottom{
    background-image:url("images/profile/dairy/bottom.bg.gif");
    background-position:left top;
    background-repeat:repeat-x;
}

.prof-stat-dairy-dates{
    padding-bottom:4px;
    padding-right:8px;
}

.prof-stat-dairy-whole-day-busy{
    background-image:url("images/profile/dairy/day.busy.gif");
    background-repeat:repeat-y;
}

.prof-stat-dairy-hour-busy{
    background-image:url("images/profile/dairy/hour.busy.gif");
    background-repeat:repeat-y;
}

.prof-stat-dairy-current-day{
    background-image:url("images/profile/dairy/current.day.gif");
    background-repeat:repeat-y;
    font-weight:bolder;
}

.prof-stat-dairy-current-day-panel{
    border: solid 1px #000000;
    border-collapse:collapse;
}

.prof-user-name{
    font-family:arial, tahoma, sans-serif;
    font-size:20pt;
    font-weight:bold;
    color:#000000;
    padding-bottom:5px;
}

.prof-user-position{
    font-family:arial, tahoma, sans-serif;
    font-size:13pt;
    color:#464646;
    padding-bottom:5px;
    font-weight:bolder;
}

.prof-user-stat-header{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    background-color:#ececec;
    color:#000000;
    padding:3px;
    font-weight:bolder;
}

.prof-user-menu-table{
    border: solid 1px #000000;
}

.prof-user-border {
    /*border: #d4d4d4 solid 1px;*/
}

.prof-user-menu-item{
    color : #ffffff;
    background-image: url(images/background/gray.png);
    background-repeat:repeat;

    border-top:#74797f solid 1px;
    border-left:#3c4854 solid 1px;
    border-right:#3b4753 solid 1px;
    border-bottom:#333333 solid 1px;

    text-align:left;
    vertical-align:middle;
    padding-left: 5px;
    cursor:default;
    height:23px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.prof-user-menu-item-selected{
    color : #ffffff;
    background-image: url(images/profile/staff.menu.selected.png);
    background-repeat:repeat;

    border-top:#74797f solid 1px;
    border-left:#3c4854 solid 1px;
    border-right:#3b4753 solid 1px;
    border-bottom:#333333 solid 1px;

    text-align:left;
    vertical-align:middle;
    padding-left: 5px;
    cursor:default;

    height:23px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.prof-user-menu-photo-outer {
    color : #ffffff;
    /*background-image: url(images/background/gray.png);
    background-repeat:repeat;*/

    border-top:#74797f solid 1px;
    border-left:#3c4854 solid 1px;
    border-right:#3b4753 solid 1px;
    border-bottom:#333333 solid 1px;

    vertical-align:middle;
    padding-left: 5px;
    cursor:default;
}

.prof-user-menu-photo{
    color : #ffffff;
    /*background-image: url(images/background/gray.png);
    background-repeat:repeat;*/

    border-top:#74797f solid 1px;
    border-left:#3c4854 solid 1px;
    border-right:#3b4753 solid 1px;
    border-bottom:#333333 solid 1px;

    vertical-align:middle;
    padding-left: 5px;
    cursor:default;
}

.prof-user-menu-item-text{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
    font-weight:bolder;
    text-shadow: #16151a 0 1px;
    color : #ffffff;
    cursor:default;
}

.prof-user-photo-control-text{
    font-family: arial, tahoma, sans-serif;
    font-size: 10pt;
    color: #d0d3e6;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.prof-user-menu-item-text-selected{
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
    font-weight:bolder;
    text-shadow: #16151a 0 1px;
    color : #ffffff;
}

.prof-user-menu-outer{
    padding:6px;
}

.prof-stat-actions-percent-scale{
    background-image:url("images/profile/actions/percent.scale.gif");
    background-repeat:repeat-y;
}

.prof-stat-actions-base{
    background-image:url("images/profile/actions/bg.base.gif");
    background-position:left top;
    background-repeat:repeat;
}

.prof-statt-days-panel{
    background-image:url("images/profile/actions/days.scale.gif");
    background-repeat:repeat-x;
}

.prof-stat-legend-text{
    font-family:arial, tahoma, sans-serif;
    font-size:10px;
}



.prof-stat-normal-bg{
    background-image:url("images/profile/actions/normal.bg.gif");
    background-position:bottom;
    background-repeat:repeat-y;
}

.prof-stat-overload{
    border: solid 1px #6b6b6b;
    border-collapse:collapse;
}

.prof-overload-header{
    border:solid 1px #6a6a6a;
    border-collapse: collapse;;
}

.prof-contact-white, .prof-contact-gray {
    font-family:arial, tahoma, sans-serif;
    font-size:8pt;
    color:#3a3a3a;
    padding:3px;
}

.prof-contact-gray{
    background-color:#ebebeb;
}

.prof-contact-outer{
    padding-left:6px;
    padding-right:6px;
    padding-bottom:2px;
}

.prof-desire-panel{
    border: solid 1px #b8b8b8;
}

.prof-user-base{
    border:#000000 1px solid;
}


.arta-styled-table-row{
    border-collapse:collapse;
    border-style:solid;
    border-width:1px;
    border-color:#e1e1e1;
}

.arta-styled-table-row-selected{
    border-top: solid 1px #c6ddfc;
    border-bottom: solid 1px #c6ddfc;
    background-color:#d4e8ff;
}

.noresize-text-area{
    resize:none;
}

.htmleditor {
    border-collapse:collapse;
    border-style:none;
    border-color:#000000;
    font-family: Arial, tahoma,  serif, sans-serif;
    font-size: small;
    overflow:hidden;
    word-wrap: break-word;
    background-color:#ffffff;
}

.htmleditor-simple {
    border-collapse:collapse;
    border: solid 1px #363636;
    font-family: Arial, tahoma,  serif, sans-serif;
    font-size: small;
    overflow:auto;
    word-wrap: break-word;
    background-color: white;;
}

.gwt-TabPanel{
    border:none;
    padding:0;
    margin:0;
}

.gwt-Image{
    border:none;
    padding:0;
    margin:0;
    display:block;
}

.settings-block-top{
    background-image:url("images/settings/panel/hborder.png");
    background-repeat: repeat-x;
    background-position:top;
}

.settings-block-bottom{
    background-image:url("images/settings/panel/hborder.png");
    background-repeat: repeat-x;
    background-position:bottom;
}

.settings-block-left{
    background-image:url("images/settings/panel/vborder.png");
    background-repeat: repeat-y;
    background-position:left;
}

.settings-block-right{
    background-image:url("images/settings/panel/vborder.png");
    background-repeat: repeat-y;
    background-position:right;
}

.settings-block-header{
    font-family:arial, tahoma, sans-serif;
    font-size:16px;
    font-weight:bolder;
}


.htmleditor_insert_table_cell{
    border-collapse:collapse;
    border-style:solid;
    border-color:#ffaf89;
    border-width:1px;
}

.htmleditor_insert_table_cell_noselected{
    border-collapse:collapse;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}


.htmleditor_separator{
    background-color:#777777;
}

.inlineTable{
    display:inline;
}

.whitePanel{
    background-color:#ffffff;
}

/* ---------------------- HELP -----------------------------------------------*/

.tray-window-header {
    font-family: arial, tahoma,  sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    height: 32px;

    background-color: #485158;

    background: #fff url("images/bottom/bottom.panel.bg.gif") no-repeat;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;

    zoom: 1;

    background-clip: border-box;
    -moz-background-clip: border;
    -webkit-background-clip: border-box;
    -khtml-background-clip: border-box;

    background-origin: border-box;
    -moz-background-origin: border;
    -webkit-background-origin: border-box;
    -khtml-background-origin: border-box;
}

.tray-window {
    border: #000000 solid 1px;
    background-color: #ffffff;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}


.bordered_table{
    border-collapse:collapse;
    border-style:solid;
    border-color:#454545;
}

.bordered-table-light-gray{
    border-collapse:collapse;
    border-style:solid;
    border-color:#cecece;
    border-width:1px;
}

.contact-type-suggest-box{
    outline:none;
    border:none;
    background:transparent;
    color:#d0d3e6;
    text-color:#d0d3e6;
    padding-left:4px;
}

.contact-value-input, .contact-type-suggest-box, .gwt-SuggestBoxPopupContacts .item {
    font-family: arial, tahoma, sans-serif;
    font-size:12px;
    line-height:20px;
    height:20px;
}

.contact-type-input{
    border:solid 1px #cccccc;
    height:22px;
}

.contact-value-input{
    border:solid 1px #cccccc;
    outline:none;
}

.contact-value-add{
    font-family: arial, tahoma, sans-serif;
    font-size:12px;
    cursor:pointer;
    padding-left:28px;
}

.gwt-SuggestBoxPopupContacts .suggestPopupContent {
    width:inherit;
    max-width: 600px;
    max-height : 400px;
    overflow-y:auto;
    overflow-x:hidden;
}

.gwt-SuggestBoxPopupContacts {
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.gwt-SuggestBoxPopupContacts .item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background-color:white;
    margin:0px;
    width:inherit;
}

.gwt-SuggestBoxPopupContacts .item-selected {
    background-color: #e6f2f7;
}

.gwt-SuggestBoxPopupContacts {
    border:solid 1px #666666;
    margin:0;
    padding:0;
    background-color:white;
    width:inherit;
    max-width: 600px;
}

.ab-contact-suggestion-common{
    overflow:hidden;
    max-width: 580px;
    white-space:nowrap;
    height:20px;
    padding-right:5px;
    padding-left:5px;
    text-overflow: ellipsis;
}

.ab-contact-suggestion-name{
    overflow:hidden;
    max-width: 390px;
    white-space:nowrap;
    text-overflow: ellipsis;
    height:20px;
    padding-left:4px;
    padding-right:4px;
}

.ab-contact-suggestion-value{
    overflow:hidden;
    max-width: 190px;
    white-space:nowrap;
    text-overflow: ellipsis;
    height:20px;
    padding-right:20px;
}


.gwt-SuggestBoxPopupContactType .suggestPopupContent {
    width:inherit;
    max-height : 400px;
    overflow-y:auto;
    overflow-x:hidden;
}

.gwt-SuggestBoxPopupContactType {
    text-align:right;
}

.gwt-SuggestBoxPopupContactType .item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background-color:white;
    margin:0px;
    width:130px;
}

.gwt-SuggestBoxPopupContactType .item-selected {
    background-color: #e6f2f7;
}

.gwt-SuggestBoxPopupContactType {
    border:solid 1px #666666;
    margin:0;
    padding:0;
    background-color:white;
    width:130px;
    max-width: 600px;
}





.tagItemOutter{
    background-color:#d5e2ef;
    border: 1px solid gray;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 22px;
    outline: none;
    margin: 1px;
    float: left;
    color:#333333;
}

.tagItemRedOutter{
    background-color:#ffe5e6;
    border: 1px solid gray;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 22px;
    outline: none;
    margin: 1px;
    float: left;
    color:#333333;
}

.tagItemOutter-selected{
    border-color: #000000;
}

.tagInput{
    outline: none;
}

.tagInputOutter{
    display:inline;
    float:left;
    margin: 1px;
    outline:none;

}

.tagSuggestInput{
    outline: none;
}


.file-chooser-toolbar, .file-chooser-table{
    background-color: #b9c3cc;
    width: 100%;
    padding : 1px;
    border: #b7b7b7 1px solid;
}

.file-chooser-table{
    padding : 0px;
}

.file-chooser{
    border-collapse:collapse;
}

.file-chooser-toolbar-nav{
    width: 79px;
}

/*extended table*/



.extended-table-row-selected{
    background-color: #8fcfeb ;
}
.extended-table-row{
    cursor : default;
    text-align : left;
    vertical-align: top;
    font-family: Arial, tahoma, serif;
}
.extended-table-row-over{
    background-color: #d4e8ff;
}
.extended-table-cell{
    border-style : dotted;
    border-collapse : collapse;
    border-top-color : transparent;
    border-bottom-color : #cccccc;
    border-right-color : transparent;
    border-left-color : transparent;
    border-width:1px;
    padding:0;
    margin:0;
}
.extended-table-innercell{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    word-wrap : break-word;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
    padding : 0;
    margin : 0;
}
.extended-table{
    border-collapse : collapse;
    background-color : #ffffff;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-color : #cccccc;
    border-width:1px;
}

.extended-table-header{
    background-color : #4a4e57;
    border-collapse : collapse;
    border-color : #2f3438;
    border-width : 0px;
    border-style:hidden;
    /*box-shadow: inset 0 1px 0px rgba(25, 26, 28, 0.2);*/
}

.extended-table-header-cell{
    border-color : #2f3438;
    border-width : 1px;
    border-style : solid;
    border-collapse : collapse;
    background-color : #4a4e57;
    vertical-align:middle;
    text-align: center;
    padding: 0;
    margin : 0;
}

.extended-table-header-innercell{
    color : #c6c9d8;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    word-wrap: break-word;
    text-align : center;
    padding:0;
    overflow:hidden;
    vertical-align : middle;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}






/*extended table wihout inner borders*/
.without-borders-extended-table-row-selected{
    background-color: #8fcfeb ;
}
.without-borders-extended-table-row{
    cursor : default;
    text-align : left;
    vertical-align: top;
    font-family: Arial, tahoma, serif;
}
.without-borders-extended-table-row-over{
    background-color: #d4e8ff;
}
.without-borders-extended-table-cell{
    border-style : dotted;
    border-collapse : collapse;
    border-color : transparent;
    border-width:1px;
    padding:0;
    margin:0;
}
.without-borders-extended-table-innercell{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    word-wrap : break-word;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
    padding : 0;
    margin : 0;
}
.without-borders-extended-table{
    border-collapse : collapse;
    background-color : #ffffff;
    border-style : hidden;
    border-color : #cccccc;
    border-width:1px;
    outline:none;
}


.dotted-darkgray-extended-table-row-selected{
    font-weight: bold;
}


/*новая кнопка большая серая  */
.button-multi-toggle-q-28{
    background-image:url("images/simple.button/custom-q-28/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:28px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    padding:0px;
}
.button-multi-toggle-pressed-q-28{
    background-image:url("images/simple.button/custom-q-28/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:28px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    padding:0px;
}
.button-multi-toggle-text-q-28{
    font-family:arial, tahoma, sans-serif;
    color:#454545;
    font-weight:bold;
    font-size:9pt;
    padding-right:22px;
    padding-left:22px;
    white-space:nowrap;
    text-align:center;
}
.button-multi-toggle-left-q-28, .button-multi-toggle-left-pressed-q-28, .button-multi-toggle-right-q-28, .button-multi-toggle-right-pressed-q-28{
    width:3px;
    height:28px;
    margin:0;
    padding:0;
    background-position:center;
}
.button-multi-toggle-left-q-28{
    background-image:url("images/simple.button/custom-q-28/left.png");
}
.button-multi-toggle-left-pressed-q-28{
    background-image:url("images/simple.button/custom-q-28/left.pressed.png");
}
.button-multi-toggle-right-q-28{
    background-image:url("images/simple.button/custom-q-28/right.png");
}
.button-multi-toggle-right-pressed-q-28{
    background-image:url("images/simple.button/custom-q-28/right.pressed.png");
}
.button-multi-toggle-edge-cell-q-28{
    width:3px;
}


/*зеленая яркая мульти баттон кнопка  */
.button-multi-toggle-bright-green{
    background-image:url("images/simple.button/bright.green/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    padding:0px;
}
.button-multi-toggle-pressed-bright-green{
    background-image:url("images/simple.button/bright.green/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    padding:0px;
}
.button-multi-toggle-text-bright-green{
    font-family:arial, tahoma, sans-serif;
    color:#ffffff;
    font-size:11pt;
    white-space:nowrap;
    text-align:center;
    text-align:center;
}
.button-multi-toggle-left-bright-green, .button-multi-toggle-left-pressed-bright-green, .button-multi-toggle-right-bright-green, .button-multi-toggle-right-pressed-bright-green{
    width:5px;
    height:25px;
    margin:0;
    padding:0;
    background-position:center;
}
.button-multi-toggle-left-bright-green{
    background-image:url("images/simple.button/bright.green/left.png");
}
.button-multi-toggle-left-pressed-bright-green{
    background-image:url("images/simple.button/bright.green/left.pressed.png");
}
.button-multi-toggle-right-bright-green{
    background-image:url("images/simple.button/bright.green/right.png");
}
.button-multi-toggle-right-pressed-bright-green{
    background-image:url("images/simple.button/bright.green/right.pressed.png");
}
.button-multi-toggle-edge-cell-bright-green{
    width:3px;
}


/*темно серая multi button кнопка */
.button-multi-toggle-dark-gray{
    background-image:url("images/simple.button/dark.gray/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:10px;
    cursor:pointer;
}
.button-multi-toggle-pressed-dark-gray{
    background-image:url("images/simple.button/dark.gray/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:10px;
    cursor:pointer;
}
.button-multi-toggle-text-dark-gray{
    font-family: tahoma, Arial, sans-serif;
    font-size:10pt;
    text-align:center;
    text-shadow: #16151a 0 1px;
    color : #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
.button-multi-toggle-left-dark-gray, .button-multi-toggle-left-pressed-dark-gray, .button-multi-toggle-right-dark-gray, .button-multi-toggle-right-pressed-dark-gray{
    width:10px;
    height:25px;
    margin:0;
    padding:0;
    background-position:center;
}
.button-multi-toggle-left-dark-gray{
    background-image:url("images/simple.button/dark.gray/left.png");
}
.button-multi-toggle-left-pressed-dark-gray{
    background-image:url("images/simple.button/dark.gray/left.pressed.png");
}
.button-multi-toggle-right-dark-gray{
    background-image:url("images/simple.button/dark.gray/right.png");
}
.button-multi-toggle-right-pressed-dark-gray{
    background-image:url("images/simple.button/dark.gray/right.pressed.png");
}
.button-multi-toggle-edge-cell-dark-gray{
    width:1px;
}

.transparent{
    background:transparent;
}

.background-white{
    background-color:#ffffff;
}

.background-gray{
    background-color:#ececec;
}

.extended-combo-white{
    background-image:url("images/combo/arrow.white.png");
    background-position:right;
    background-repeat: no-repeat;
    border : #cecece 1px solid;
    height : 18px;
}

.extended-combo-text-white{
}

.extended-combo-black{
    background-image:url("images/combo/arrow.black.png");
    background-position:right;
    background-repeat: no-repeat;
    background-color:#3b3c41;
    height : 21px;
    box-shadow :  0 1px 1px rgba(255, 255, 255, 0.3);
    border : #1a1b1f 1px solid;
    border-radius: 4px;
}

.extended-combo-text-black{
    padding-right:24px;
    background-color:#3b3c41;
    color : #98989a;
}

.comment-chooser-add-button {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: .2em .8em;
    outline: none;
    color: #d0d3e6;
    border: 1px solid #303236;
    background-color: #40434c;
}

.comment-chooser-button {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    padding: .2em .8em;
    outline: none;
    color: #d0d3e6;
    border: 1px solid #303236;
    background-color: #40434c;
}

.comment-chooser-button-selected {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: .2em .8em;
    outline: none;
    color: #d0d3e6;
    border: 1px solid #303236;
    background-color: #525661;
}

.black-rounded-input {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color: #ffffff;
    background-color:#27282d;
    padding-left : 6px;
    border: #2e3136 1px solid;
    border-radius:6px;
    border-bottom-color:#676a71;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-shadow: none;
    outline:none;
    height:19px; /* IE 8 and below */
}

.darkgray-rounded-input {
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    white-space:nowrap;
    color: #ffffff;
    background-color:#40434c;
    padding-left : 6px;
    border: #2e3136 1px solid;
    border-radius:6px;
    box-shadow:inset 0 1px 0px rgba(25, 26, 28, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-shadow: none;
    outline:none;
    height:19px; /* IE 8 and below */
}



.commonLabelLightGray{
    color: #dedede;
}

.commonLabelLightLightGray{
    color: #e5e9e8;
}

.commonLabelLimitContent{
    max-height: 152px;
    overflow: hidden;
    overflow-y: auto;
}

.commonLabelLilac{
    color: #d0d3e6;
}

.commonLabelRight{
    text-align:right;
}


.commonLabelMiddle{
    vertical-align: middle;
}

.placeholder{
    color: #666666;
}


.gray-extended-table-row-selected{

}

.gray-extended-table-row-over{

}

.gray-extended-table-cell{
    border-collapse : collapse;
    padding:0;
    margin:0;
    border-bottom: solid 1px #bbbbbb;
}

.gray-extended-table-innercell{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    word-wrap : break-word;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
    padding : 0;
    margin : 0;
}

.gray-extended-table{
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    word-wrap : break-word;
    overflow:hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
    padding : 0;
    margin : 0;
    border-collapse: collapse;
    border-width: 1px;
    border-style: hidden;
    outline:none;
}

.gray-users-list-outer{
    border: solid 1px #bbbbbb;
}

.gray-scroll-table-header{
    background-color: #efefef;
    background-repeat: repeat-x;
    height: 28px;
    border-bottom: solid 1px #bbbbbb;
    border-collapse: collapse;
    padding-left: 10px;
}

.gray-scroll-table-header-text{
    font-family: arial, tahoma, sans-serif;
    color: #555756;
    text-shadow: #e8f0f3 0 1px;
    font-size: 12px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
}

.gray-scroll-table-header-with-wrap{
    background-image: url("images/table/gray/header.png");
    background-repeat: repeat-x;
    background-size: contain;
    border-bottom: solid 1px #bbbbbb;
    border-collapse: collapse;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-all;
}

.gray-scroll-table-header-text-with-wrap{
    font-family: arial, tahoma, sans-serif;
    color: #555756;
    text-shadow: #e8f0f3 0 1px;
    font-size: 12px;
    padding-right: 20px;
    white-space: normal;
    vertical-align: middle;
    /*height: 28px;*/
    word-break: break-all;
}

.gray-user-search-field{
    height: 26px;
    border: solid 1px #bbbbbb;
    border-radius: 0;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    padding-left: 3px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.shadow-delimiter-left{
    width: 46px;
    min-width: 46px;
    background: url("images/delimiter/left.png");
    background-repeat: no-repeat;
    background-position: right;
}

.shadow-delimiter-center{
    background-image: url("images/delimiter/center.png");
    background-repeat: repeat-x;
}

.shadow-delimiter-right{
    width: 46px;
    min-width: 46px;
    background: url("images/delimiter/right.png");
    background-repeat: no-repeat;
    background-position: left;
}

.shadow-buttons-panel{
    padding-top: 9px;
}

.shadow-buttons-center{
    text-align: center;
    display: table-cell;
}

.shadow-buttons-left, .shadow-buttons-right, .shadow-buttons-center{
    float: left;
}

.shadow-panels-outer{
    width: 100%;
    float: left;
}

.gray-user-chooser-input{
    height: 28px;
    border: solid 1px #bbbbbb;
    border-right: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.gray-user-chooser-user-selected {
    background-image: url("images/table/gray/row.selected.bg.png");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #cbeaef;
}

.gray-user-chooser-item{
    height: 40px;
    overflow: hidden;
}

.gray-user-choose-item-name, .gray-user-choose-item-position{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    white-space: nowrap;
}

.gray-user-choose-item-name{
    font-weight: bolder;
}

.gray-user-chooser-tags-input{
    border:none;
    overflow: hidden;
    white-space: nowrap;
    outline: none;
    background-color: #ffffff;
    height: 100%;
}

.gray-user-chooser-structure-item-disabled, .gray-user-chooser-structure-item{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    border-bottom: dotted 1px #b9b9b9;
    cursor: pointer;
}

.gray-user-chooser-structure-item{
    color: #333333;
}

.gray-user-chooser-structure-item-selected{
    font-weight: bolder;
}

.gray-user-chooser-structure-item-disabled{
    color: #666666;
}

.gray-user-chooser-structure-panel{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.manual-time-input{
    height: 28px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: solid 1px #bebebe;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 60px;
    text-align: center;
}

.suggestTagArea-inline{
    text-align: left;
}

.gwt-DisclosurePanel {
    border: #888888 solid 1px;
    border-radius: 5px;
    padding: 5px;
}
.gwt-DisclosurePanel-open {
}
.gwt-DisclosurePanel-closed {
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
    text-decoration: none;  /* Remove underline from header */
    color: black;
    cursor: pointer;
    font-family: arial, tahoma, sans-serif;
    font-weight: bold;
    text: black;
    border: none;
    outline: none;
}


.light-gray-border{
    border: #b7b7b7 solid 1px;
    border-collapse:collapse;
}

.padding4{
    padding: 4px;
}


.black-text{
    color: black;
}


.input-darkgray{
    color: #ffffff;
    background-color:#40434c;
    height:20px; /* IE 8 and below */
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    white-space:nowrap;
    border: #2e3136 1px solid;
    box-shadow :  0 1px 0px rgba(255, 255, 255, 0.16);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    text-shadow: none;
    padding-left:4px;
}

.edit-field-label{
    color: #3f3f3f;
    font-family: arial, tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
}



.custom-vsplitter-bg-black{
    height:5px;
    background-color : #262a36;
}


.color-chooser{
    border:#ffffff 4px solid;
    border-collapse:collapse;
}

.color-chooser-cell{
    border-collapse:collapse;
    width:15px;
    height:15px;
    cursor:pointer;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


.html-editor-toolbar

.html-editor-liners{

}

.html-editor-liner-horizontal{
    background-image:url("images/buttons/html_editor/liner.horizontal.png");
    background-position:bottom;
    background-repeat:repeat-x;
}

.html-editor-liner-vertical{
    background-image:url("images/buttons/html_editor/liner.vertical.png");
    background-position:right;
    background-repeat:repeat-y;
}

.html-editor-resize-horizontal{
    background-image:url("images/buttons/html_editor/resize.horizontal.png");
    background-repeat: no-repeat;
    background-position:center;
    width:10px;
    height:16px;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
}

.html-editor-resize-vertical{
    background-image:url("images/buttons/html_editor/resize.vertical.png");
    background-repeat: no-repeat;
    background-position:center;
    width:16px;
    height:10px;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
}

.groove-horizontal-border{
    background-image:url("images/borders/horizontal.png");
    height:2px;
    width:100%;
    padding:0;
    margin:0;
}

.waterblue-border{
    background-image:url("images/borders/waterblue.png");
}

.groove-vertical-border{
    background-image:url("images/borders/vertical.png");
    background-repeat:repeat-y;
    background-position: center;
    width:2px;
    height:100%;
    padding:0;
    margin:0;
}

.groove-vertical-border-files{
    background-image:url("images/borders/vertical.png");
    background-repeat:repeat-y;
    background-position: center;
    width:2px;
    height:100%;
    padding:0;
    margin:0;
}

.html-editor-ToggleButton-Image {
    padding: 3px;
}

.html-editor-ToggleButton {
    text-align: center;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.html-editor-ToggleButton-up-hovering, .html-editor-ToggleButton-down-hovering {
    text-align: center;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(images/buttons/html_editor/button.rollover.png);
    cursor: pointer;
}

.html-editor-ToggleButton-down {
    text-align: center;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(images/buttons/html_editor/button.pressed.png);
    cursor: pointer;
}

.rounded-corners-input{
    border-radius:6px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.no-borders{
    border:none;
}

.border-top{
    border-top: #2e3136 1px solid;
}

.border-bottom{
    border-bottom: #2e3136 1px solid;
}

.border-left{
    border-left: #2e3136 1px solid;
}

.border-right{
    border-right: #2e3136 1px solid;
}


.href-label{
    color:black;
    text-decoration:underline;
    cursor:pointer;
}


.href-gray-label{
    color:#818382;
    text-decoration:underline;
    cursor:pointer;
}


.commonLabelBlack{
    color: #2e3136;
}

.commonLabelBlue{
    color: #427caa;
}

.contact-card{
    background-color: #f0f0f0;
    color:#333333;
    border:#000000 solid 1px;
}

.border-box-input{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.tree-darkgray{
    color:#ffffff;
    background:transparent;
}

.tree-darkgray-stack{
    color:#ffffff;
    background:transparent;
}

.custom-splitter-black{
    border: none;
}

.custom-splitter-bg-black{
    width:5px;
    background-color : #262a36;
    cursor:w-resize;
}

.custom-splitter-white{
    width:5px;
    cursor:w-resize;
}

.custom-splitter-lines {
    width:12px;
    background-color: #FFFFFF;
    cursor:w-resize;
}

.splitter-line {
    height: 23px;
    width: 1px;
    background-color: #b9b9b9;
    margin-right:1px;
    display: inline-block;
}

.splitter-lines {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 1px);
}

.no-outline{
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.pagesBlackInput{
    background: url(images/pages/black.input.png) repeat-x;
    color: #97989a;
    height:22px;
    width:60px;
}


.pagesWhiteInput{
    height:16px;
    width:50px;
    border-color:#cccccc;
    border-style:solid;
    border-width:1px;
}

.pagesGrayInput{
    height:22px;
    width:50px;
    border-color:#cccccc;
    border-style:solid;
    border-width:1px;
}

.modal-dialog-bg{
    display: table;
    width: 100%;
    height: 100%;
    border:none;
    background-color: #000000;
    opacity: 0.7;
}

.modal-panel-bg {
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 2000;
    position: absolute;
    border:none;
    background-color: #000000;
    opacity: 0.7;
}

.high-input{
    height: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: solid 1px #b7b7b7;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #333333;
}

.high-input-project{
    height: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: solid 1px #b7b7b7;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #A5A5A5;
    background-color: white;
    width: 100%;
}

.high-input-no-right-border{
    height: 28px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: solid 1px #b7b7b7;
    border-right: none;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #333333;
}

.high-input-multibox{
    min-height: 28px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: solid 1px #b7b7b7;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #333333;
}

.high-input-no-left-border{
    height: 28px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: solid 1px #b7b7b7;
    border-left: none;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #333333;
}

.suggest-max-height{
    max-height: 80px;
    min-height: 26px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}



.darkgray-left-67{
    background-image: url("images/header/dark.gray.67/left.png");
    background-repeat:  no-repeat;
    height:67px;
    width:6px;
}

.darkgray-right-67{
    background-image: url("images/header/dark.gray.67/right.png");
    background-repeat:  no-repeat;
    height:67px;
    width:6px;
}

.darkgray-center-67{
    background-image: url("images/header/dark.gray.67/center.png");
    height:67px;
}

.multi-combo-item-selected{
    background-color: #80ddff;
}

.multi-combo-popup{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #666666;
    background-color: #ffffff;
    /*ViewConstants.POPUP_ZINDEX*/
    z-index: 2000;
}

.icon-chooser-item{
    outline: none;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

::-webkit-input-placeholder { /* для webkit браузеров */
    font-style: italic;
}
:-moz-placeholder { /* для браузеров mozilla */
    font-style: italic;
}

.fixed-layout-container{
    table-layout: fixed;
}

.hr-header-large, .hr-header-large-2-4{
    font-family: arial, tahoma, sans-serif;
    color: #010101;
    font-size: 16px;
    font-weight: bolder;
}

.hr-header-small, .hr-header-small-12, .hr-header-small-top12 {
    font-family: arial, tahoma, sans-serif;
    color: #535353;
    font-size: 12px;
    font-weight: bolder;
}

.hr-table-row{
    line-height: 28px;
    border-bottom: dotted #535353 1px;
    vertical-align: middle;
}

.hr-table-row-button{
    border-bottom: dotted #535353 1px;
    vertical-align: middle;
}

.upper-btn-shadow{
    box-shadow: 0 -3px 3px -2px rgba(0, 0, 0, 0.3);
}


.dottedDelimiter{
    border-top: dotted #9b9b9b 1px;
    width:100%;
}

.gray-table-header-cell{
    background-color:#ececec;
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    color: #323433;
    font-weight:bold;
    height:20px;
    padding-left: 4px;
    padding-top: 4px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.styled-table-header-24{
    background: url(images/actions/center.png);
    background-repeat: repeat-x;
    border-left: #a1acb2 solid 1px;
    border-right: #a1acb2 solid 1px;
    height:24px;
}

.styled-table-border{
    border-right: #b6b6b6 solid 1px;
    border-left:#b6b6b6 solid 1px;
    border-bottom:#b6b6b6 solid 1px;
}


.route-delete-step-label{
    color:#757575;
    font-family: arial, tahoma, sans-serif;
    cursor:pointer;
    text-decoration: underline;
}

.route-add-step-label{
    color:#000000;
    font-family: arial, tahoma, sans-serif;
    cursor:pointer;
    text-decoration: underline;
}

.route-read-step{
    background-color:#f3f3f3;
    font-family:Arial, tahoma, sans-serif;
    font-size:8pt;
    color: #000000;
}

.route-read-label{
    font-family:Arial, tahoma, sans-serif;
    font-size:8pt;
}

.route-edit-panel{
    background-color:#ffffff;
    border-top: #b7b7b7 solid 1px;
    border-bottom: #b7b7b7 solid 1px;
    border-right:hidden;
    border-left:hidden;
    border-collapse:collapse;
}

.route-not-editable{
    background: #cccccc;
    color: #333333;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
}

.graySeparator{
    background-color:#d3d3d3;
}

.dottedHorizontalSeparator{
    border-color:#d3d3d3;
    border-top-style: dotted;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
    border-width:1px;
    height:1px;
    width:100%;
}


.dottedVerticalSeparator{
    border-color:#d3d3d3;
    border-left-style: dotted;
    border-top-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
    border-width:1px;
    height:100%;
    width:1px;
}

.department-chooser-name-panel{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    overflow: hidden;
    height: 32px;
    line-height: 16px;
    margin-right: 10px;
    text-align: left;
}

.file-scan {
    font-size:10pt;
    text-align:left;
    font-weight:bold;
    color:#000000;
}

/*тонкая темно серая multi button кнопка */

.button-multi-toggle-left-dark-gray-slim, .button-multi-toggle-left-pressed-dark-gray-slim, .button-multi-toggle-right-dark-gray-slim, .button-multi-toggle-right-pressed-dark-gray-slim{
    width:3px;
    height:25px;
    margin:0;
    padding:0;
    background-position:center;
}


.button-multi-toggle-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}
.button-multi-toggle-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}
.button-multi-toggle-pressed-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}

.button-multi-toggle-pressed-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}
.button-multi-toggle-text-dark-gray-slim{
    font-family: tahoma, Arial, sans-serif;
    font-size:10pt;
    text-align:center;
    text-shadow: #16151a 0 1px;
    color : #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
.button-multi-toggle-left-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/left.png");
}
.button-multi-toggle-left-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/left.png");
}
.button-multi-toggle-left-pressed-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/left.pressed.png");
}
.button-multi-toggle-right-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/right.png");
}
.button-multi-toggle-right-pressed-dark-gray-slim{
    background-image:url("images/simple.button/dark.gray.slim/right.pressed.png");
}
.button-multi-toggle-edge-cell-dark-gray-slim{
    width:1px;
}

/*тонкая серая multi button кнопка*/

.button-multi-toggle-left-gray-slim, .button-multi-toggle-left-pressed-gray-slim, .button-multi-toggle-right-gray-slim, .button-multi-toggle-right-pressed-gray-slim{
    width:3px;
    height:25px;
    margin:0;
    padding:0;
    background-position:center;
}


.button-multi-toggle-gray-slim{
    background-image:url("images/simple.button/gray.slim/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}
.button-multi-toggle-gray-slim{
    background-image:url("images/simple.button/gray.slim/center.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}
.button-multi-toggle-pressed-gray-slim{
    background-image:url("images/simple.button/gray.slim/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}

.button-multi-toggle-pressed-gray-slim{
    background-image:url("images/simple.button/gray.slim/center.pressed.png");
    background-repeat:repeat-x;
    background-position:center;
    height:25px;
    white-space:nowrap;
    text-align:center;
    margin:0;
    min-width:3px;
    cursor:pointer;
}
.button-multi-toggle-text-gray-slim{
    font-family: tahoma, Arial, sans-serif;
    font-size:10pt;
    text-align:center;
    text-shadow: #16151a 0 1px;
    color : #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
.button-multi-toggle-left-gray-slim{
    background-image:url("images/simple.button/gray.slim/left.png");
}
.button-multi-toggle-left-gray-slim{
    background-image:url("images/simple.button/gray.slim/left.png");
}
.button-multi-toggle-left-pressed-gray-slim{
    background-image:url("images/simple.button/gray.slim/left.pressed.png");
}
.button-multi-toggle-right-gray-slim{
    background-image:url("images/simple.button/gray.slim/right.png");
}
.button-multi-toggle-right-pressed-gray-slim{
    background-image:url("images/simple.button/gray.slim/right.pressed.png");
}
.button-multi-toggle-edge-cell-gray-slim{
    width:1px;
}
/*POPUPMENU WHITE-FULL*/
.popupMenuFullWhiteItemLeft{
    background-repeat:repeat-y;
    background-position:left;
}
.popupMenuBlackAndWhite{
    background-color:#40434c;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    color: #fefefe;
}
.popupMenuBlackAndWhiteBtn-bottom, .popupMenuBlackAndWhiteBtn-top{
    background-color:#40434c;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    outline: none;
}

.popupMenuBlackAndWhiteBtn-bottom{
    background-image: url("images/popup/bottom.png");
    background-repeat: repeat-x;
    background-position: top;
}

.popupMenuBlackAndWhiteBtn-top{
    background-image: url("images/popup/top.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.mapRegistryHeader {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-weight: bold;
    background-color: #cbcbcb;
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-align: left;
    padding: 5px;
    word-break: break-all;
}

.mapRegistryTable {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-align: left;
    color: #848383;
    padding: 5px;
    height: 18px;
    word-break: break-all;
}

.mapRegistryLink {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13pt;
    text-decoration: underline;
    text-align: left;
    color: #6089e5;
    padding: 5px;
    height: 18px;
    word-break: break-all;
}
.processHistoryFuture{
    background-color: #efefef;
    color:#727071;
}

.progress-window{
    border: solid 1px #666666;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #ffffff;
}

.progress-window-progress-label{
    font-family: tahoma, sans-serif;
    font-size: 40px;
    font-weight: bolder;
    color: #333333;
}


.obligatoryLabel{
    color:red !important;
}
.route-right-panel-opened, .route-right-panel-closed {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid #D7D7D7;
}

.route-right-panel-opened{
    width: 298px;
    background-color: #f7f7f6;
}

.route-right-panel-closed{
    width: 0;
    background-color: #F8F8F8;
}

.left-panel-close, .left-panel-open {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
}

.left-panel-open{

    right: 306px;
}

.left-panel-close{
    right: 2px;
}

.padding-buttons{
    margin-right: 4px;
}

.top-panel-route{
    vertical-align: top;
    padding: 2px 2px 0;
    border-bottom: 1px solid #afafaf;
    width: 100%;
}

.bottom-panel-route{
    position: relative;
    vertical-align: bottom;
    /*padding: 18px;*/
    height: 60px;
    width: 100%;
    border-top: 1px solid #afafaf;
}

.route-outer-panel {
    border-collapse: collapse;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #D7D7D7;
    background-color: #F7F7F6;
}

.route-widgets {
    border-collapse: collapse;
    width: 100%
}

.route-item-panel{
    width: 100%;
    height: 100%;
}

.route-item-panel-active{
    background-color: #deefff;
}

.route-item-panel-left{
    height: 100%;
}

.route-item-panel-top{
    height: 100%;
    width: 100%;
}

.route-item-panel-top :last-child {
    float: right;
}

.route-item-panel-data{
    padding-right: 12px;
    padding-left: 8px;
}

.mainTextBold {
    font-family: DroidSansBold;
    font-size:14px;
    color: #737373;
    word-break: normal;
    word-wrap: normal;
}

.mainText {
    font-family: DroidSans;
    font-size:14px;
    color: #737373;
    word-break: normal;
    word-wrap: normal;
}

.font-color{
    color: #737373;
}

.font-color-hover{
    color: #616161;
}

.font-color-bold{
    color: #737373;
    font-weight: bold;
}

.font-color-bold-hover{
    color: #616161;
    font-weight: bold;
}

.route-item-panel-top .gradient{

    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
}

.route-item-active-panel{
    background-color: #FFFFFF;
    height: 130px;
    position: absolute;
}

.route-item-active-panel.active-1{
    background-color: #0098D8;
    width: 7px;
}

.route-item-active-panel-parallel{
    width: 4px;
    height: 130px;
    border-left: 2px solid #afafaf;
    border-right: 2px solid #afafaf;
}

.route-item-active-panel-parallel.active-1{
    border-left: 2px solid #0098D8;
    border-right: 2px solid #0098D8;
}

.route-item-fields{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 2px;
}

.route-scroll-panel{
    /*width: calc(100% - 26px);*/
    /*margin: 0 18px 18px;*/
}

.route-item-child{
    margin-left: 50px;
}

.apply-button-route{
    position: relative;
    width: 110px;
    float: left;
    margin-left: 17px;
    margin-top: 15px;
}

.cancel-button-route{
    position: relative;
    float: right;
    width: 110px;
    margin-right: 17px;
    margin-top: 15px;
}

.linked-route-step-top{
    border-left: 1px dotted #616161;
    border-bottom: 1px dotted #616161;
}

.linked-route-step-bottom{
    border-left: 1px dotted #616161;
    border-top: 1px dotted #616161;
}

.linked-route-step{
    border-left: 1px dotted #616161;
}

.bottomInnerPadding{
    padding-bottom: 9px;
}

.registryStage {
    border: 0;
}
.registryStage.selected {
    border: 1px solid #92adc6;
}
.registryStage .registryStageHeader {
    position: relative;
    background-color: #ebebeb;
}
.registryStage.selected .registryStageHeader{
    background-color: #92adc6;
}
.registryStageHeader:after {
    content:'';
    display: block;
    clear: both;
}

.registryStageHeader .registryStageLabel {
    margin-left: 10px;
    float: left;
}

.high-input .placeholder {
    color: #666666;
}

.settings-button {

}

.settings-button-pressed {

}

.newTabsActive {
    background-image:url("images/actions/files/chooser.png");
    background-repeat:repeat-x;
    background-position: bottom;
    height:4px;
    padding:0;
    margin:0;
}



/*============= заметки =======*/

.note-bg{
    background-color:#fdf9a2;
}

.note-header{
    background:url("images/notes/header-bg.gif") repeat-x;
    border-bottom:solid 2px #666666;
    height:30px;
}

.note-header-text{
    font-family:tahoma, arial, sans-serif;
    color:#ffffff;
    font-weight:bolder;
    font-size:12px;
    text-align:left;
    padding-left:10px;
}

.note-text{
    font-family:arial, tahoma, sans-serif;
    color:#474747;
    font-size:12px;
}

.note-short-text{
    font-family:arial, tahoma, sans-serif;
    color:#474747;
    font-size:14px;
}

.note-edit-area{
    background: url('images/notes/note-edit-bg.png') 0px 0px;
    border: none;
    font-family: arial, tahoma, sans-serif;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    outline:none;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.note-title{
    font-family: arial, tahoma, sans-serif;
    font-size:12px;
    font-weight:bolder;
    color:#000000;
}

.note-title-not-saved{
    color:#444444;
}

.note-edit-scroll{
    background: url('images/notes/note-edit-bg.png') 0px 0px;
    overflow-y:auto;
    overflow-x:hidden;
    outline:none;
    border:none;
}

.note-edit-scroll-FF{
    background: url('images/notes/note-edit-bg.png') 0px 1px;
}

.single-note-data-panel{
    width:100%;
    height:71px;
    display:table;
}

.single-note-bg{
    width:100%;
    height:71px;
    display:inline-table;
    float:left;
    border-collapse:collapse;
    border:none;
    padding:0;
    margin:0;
}

.single-note-bg-left{
    background:url("images/notes/note-single-left.png") no-repeat;
    width:11px;
    height:71px;
    display:table-cell;
    border:none;
    padding:0;
    margin:0;
    float:left;
}

.single-note-bg-center{
    background:url("images/notes/note-single-center.png") repeat-x;
    height:71px;
    width:100%;
    border:none;
    display:table-cell;
    padding:0;
    margin:0;
}

.single-note-bg-right{
    background:url("images/notes/note-single-right.png") no-repeat;
    width:214px;
    height:71px;
    display:table-cell;
    border:none;
    padding:0;
    margin:0;
    float:right;
}

.single-note-panel-left{
    width:11px;
}

.single-note-panel-right{
    width:36px;
}

.single-note-label{
    font-family:arial, tahoma, sans-serif;
    font-size:12px;
    line-height:20px;
    width:100%;
    height:43px;
    overflow:hidden;
    outline:none;
    padding-right:30px;
    display:table-cell;
    border:none;
    resize:none;
    white-space: pre-wrap;
    word-wrap: break-word;
    table-layout:fixed;
    background:transparent;
    cursor:pointer;
}

.single-note-header{
    width:100%;
    height:27px;
    left:11px;
    top:0px;
    display:inline-table;
    padding-top:9px;
    font-family:arial, tahoma, sans-serif;
    font-size:12px;
    font-weight:bolder;
    border: none;
}

.single-note-delete-btn-panel{
    float:right;
    display: inline;
    width:100%;
    top:0;
}
.single-note-delete-btn{
    float:right;
    padding-right:15px;
}

.note-button{
    background:url("images/simple.button/notes/center.png") repeat-x;
}

.note-button-pressed{
    background:url("images/simple.button/notes/center-pressed.png") repeat-x;
}

.note-button-text, .note-button-text-pressed{
    font-family:tahoma, arial, sans-serif;
    color:#ffffff;
    font-weight:bolder;
    font-size:12px;
}



/*  задачи   */
.taskHeader{
    color:#ffffff;
    text-color:#ffffff;
}

.dateSelectCell{
    padding-left:0;
    padding-top:0;
    padding-right:14px;
    padding-bottom:14px;
}

.objectivesCell{
    padding-left:0;
    padding-bottom:0;
    padding-top:0;
    padding-right:14px;
}

/* текст которым написана дата на загаловке панели дня с задачами*/
.tasksPanelHeader,.tasksPanelHeaderToday {
    font-family:tahoma, sans-serif;
    font-size:12px;
    color:#414143;
    white-space:nowrap;
    cursor:pointer;
}

.tasksPanelHeaderToday{
    font-weight:bold;
}

.objImagePanel{
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    vertical-align:top;
    cursor:pointer;
    background-color:whitesmoke;
    border-style:none;
    border-bottom-style:solid;
    border-bottom-color:#a0a0a0;
    border-bottom-width:1px;
}

.objPanel{
    font-family:tahoma, sans-serif;
    font-size:10pt;
    cursor:pointer;
    background-color:whitesmoke;
    border-style:none;
    border-bottom-style:solid;
    border-bottom-color:#a0a0a0;
    border-bottom-width:1px;
}

.objPanelSelected{
    font-weight:bold;
}

.currentObjectivePanel{
    font-family:tahoma, sans-serif;
    font-size:10pt;
    cursor:pointer;
    color:#555555;
    text-align:center;
}




/*-----------------------------------------------------------------------*/
.reportTask{
    font-family:tahoma, sans-serif;
    font-size:10pt;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-color:#cccccc;
    border-collapse:collapse;
    border-width:1px;
}

.reportDayHeader{
    font-family:tahoma, sans-serif;
    font-size:11pt;
    font-weight:bold;
    background-color:#cccccc;
}

.reportHeader{
    font-family:tahoma, sans-serif;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
}

.dayPanel{
    border-width:1px;
    border-style:solid;
    border-color:black;
}

.selectTasks{
    background-color:lightgray;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.tasksGrid {
    border-color:#e3e8ee;
    border-style:solid;
    border-width:1px;
}

.timeCell, .timeCellHour{
    font-family :tahoma, sans-serif;
    font-size: 9pt;
    height:20px;
    width:40px;
    text-align:center;
}

.timeCellHour{
    font-weight:bold;
}

.tasksGridCellNoLeft{
    border-left-style: none;

}
.tasksGridCellNoRight{
    border-right-style: none;
}

.selectedTask{
    background-color:#e7ebf0;
}

.tasksGridCellEmpty{
    border-left-style:none;
    border-right-style:none;
}



.peiodText{
    font-family:tahoma, sans-serif;
    font-size:9pt;
    padding:3px;
}


/*-------------------------------------*/
.taskViewCell{
    padding-left:1px;
    padding-right:1px;
    padding-top:1px;
}



.taskSimp, .taskExp, .taskDone, .taskPrivate, .taskActivity{
    border-style:solid;
    border-width:1px;
}

/*Задача, не выполненная, срок исполнения которой не наступил*/
.taskSimp {
    background-color:#fffeb3;
    border-color:#d2d16d;
}

/*Задача просроченная*/
.taskExp{
    background-color:#ffc6c1;
    border-color:#ea9c96;
}

/*Выполненная задача*/
.taskDone{
    background-color:#cfffce;
    border-color:#7ec47d;
}

/*Личная задача*/
.taskPrivate{
    background-color:#d5e5f7;
    border-color:#a8b6c6;
}

/*Интерактивная задача*/
.taskActivity{
    background-color:#efefef;
    border-color:#c6c6c6;
}

.managerStyle{
    color:black;
}

.ownStyle{
    color:#555555;
}



.tasks-table-grid{
    border-style:solid;
    border-width:1px;
    border-collapse:collapse;
    border-color:#000000;
}

.month-type-day-header{
    font-family: arial, tahoma, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#333333;
    text-align:center;
}

.month-type-task, .month-type-week-day{
    font-family: arial, tahoma, sans-serif;
    font-size:12px;
    color:#333333;
}


.taskWEPanel{
    cursor:pointer;
}

.taskWEPanelSelected{
    font-weight:bold;
}

.summaryCell{
    border-style:none;
    font-family:tahoma, arial, sans-serif;
    font-size:10pt;
    color:#999999;
    font-style:italic;
}
.hasTasks{
    text-decoration:underline;
}

.hasManagerTasks{
    font-weight:bold;
}

.hasUnReadTasks {
    background-color: #596484 !important;
}

.task-selected-panel{
    border:solid 1px #e18e16;
}

.task-selected-panel-top{
    border-top:solid 3px #e18e16;
}

.task-selected-panel-bottom{
    border-bottom:solid 3px #e18e16;
}

.task-selected-panel-full{
    background: #e18e16;
}

.tasks-day-scroll{
    overflow-x:hidden;
    overflow-y:auto;
    outline:none;
    border:none;
}

.tasksDayOuterPanel{
    width:100%;
    display:inline;
}

.singleDayInnerPanel{
    width:100%;
    display:table;
}

.viewTaskPanelOuter{
    width:100%;
    display:table-cell;
}

.viewTaskPanelOuter-Chrome{
    display:table;
}

.viewTaskPanelLayout{
    width:100%;
    table-layout:fixed;
    display: table;
}

.viewTaskPanelTask{
    display:run-in;
    width:100%;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.taskLabel{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.deleteBtn{
    margin-top:3px;
    margin-right:3px;
}



.task-header{
    border-bottom-color:#38373f;
    border-left-color:#3d4a53;
    border-right-color:#3d4a53;
    border-top-style:hidden;
    border-bottom-style:solid;
    border-right-style:solid;
    border-left-style:solid;
    border-width:1px;
}



body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    font-size: small;
    margin: 8px;
}


.plans-Tree, .plans-Tree .gwt-TreeItem{
    font-size:12px;
    color: #c7cadb;
    font-family:arial, tahoma, sans-serif;
    white-space:nowrap;
    cursor:pointer;
}

.plans-Tree .gwt-TreeItem-selected{
    font-size:12px;
    font-weight: bolder;
    color: #ffffff;
}

.plan-item{
    border:solid 1px #000000;
    border-collapse:collapse;
}


.proj-rep-items-path-base{
    background-color: #40434c;
    border: solid 1px #1b1b1b;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.proj-rep-items-bg{
    margin: 3px;
    border: solid 1px;
    background-color:#2d2e32;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #131416;
    border-bottom-color: #686b70;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


.proj-rep-browser{
    display: table;
}

.proj-rep-item-inner{
    position: absolute;
    left: 0;
    top: 0;
}
.proj-rep-item{
    height: 18px;
    background-color: #5b5f68;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #282d33;
    border-top-color: #6d7278;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.proj-rep-item-text{
    font-family: arial, tahoma, sans-serif;
    font-size: 11px;
    color: #c3c1c2;
    white-space: nowrap;
}

.project-search-panel{

}

.project-search-panel-text-input{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 4px;
}

.project-search-panel-state-widget{
    cursor: pointer;
    float: right;
    margin-right: 5px;
}

.project-search-panel-state-widget-text{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #989a99;
}

.portfolio-info-label, .portfolio-info-value{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
}

.portfolio-info-label{
    color: #333333;
}

.portfolio-info-value{
    color: #333333;
}

.plan-item-right{
    vertical-align:top;
    padding:3px;
    background-color:#f0f0f0;
}

.plan-item-right-darkgray{
    vertical-align:top;
    padding:3px;
    background-color:#ffffff;

}

.plan-item-name-darkgray{
    color: #000000;
}

.plan-item-left{
    background-color:#e7e7e7;
    vertical-align:top;
}

.plan-item-left-darkgray{
    background-color: #ffffff;
    border-right: none;
}

.plan-item-text{
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    color:#464646;
}

.plan-item-text-darkgray{
    font-family:arial, tahoma, sans-serif;
    font-size:9pt;
    color:#3c3c3c;
    background-color: #ffffff;
}

.plan-item-selected{
    background-color:#e1f5ff;
    font-weight:bold;
}

.line-gray-bottom{
    background-image:url("images/actions/gray.line.hor.gif");
    background-repeat:repeat-x;
    background-position:bottom;
}

.line-gray-top{
    background-image:url("images/actions/gray.line.hor.gif");
    background-repeat:repeat-x;
    background-position:top;
}

.works-info-table{

}

.objective-links-count{
    font-family:arial, tahoma, sans-serif;
    font-size:12pt;
    font-weight:bold;
    color:#859eba;
    background-image:url("images/objective/links-bg.png");
    background-repeat:no-repeat;
    text-align:center;
    vertical-align:middle;
}

.process-resolution{
    background-color:#ffff99;
    border-color:#464646;
    border-style:solid;
    border-width:1px;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
    width: 100%; /* stupid IE */
}

.signs{
    background-color:#efefef;
    border-color:#464646;
    border-style:solid;
    border-width:1px;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
    width: 100%; /* stupid IE */
}

.process-resolution-not-approved{
    background-color:#dedede;
    border-color:#464646;
    border-style:solid;
    border-width:1px;
    font-family:arial, tahoma, sans-serif;
    font-size:10pt;
    color:#333333;
    width: 100%; /* stupid IE */
}

.process-progress{
    display:table-cell;
    width:100%;
    height:100%;
}



.docCardHeader {
    background-image:url("images/bp/doc.card.panel.jpg");
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:white;
    font-family:tahoma, sans-serif;
    font-size:10pt;
    font-weight:bolder;
    border-width:2px;
    text-align:left;
}
.work-edit-panel-label{
    font-family: arial, tahoma, sans-serif;
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bolder;
    white-space: nowrap;
}

.work-edit-panel-label-disabled{
    font-family: arial, tahoma, sans-serif;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: bolder;
    white-space: nowrap;
}

.work-edit-panel-label.custom,
.work-edit-panel-label-disabled.custom
{
    font-weight: normal;
}

.work-edit-panel-label .custom,
.work-edit-panel-label-disabled .custom
{
    font-weight: normal;
}

.work-edit-panel-delimiter{
    padding-bottom: 5px;
    border-bottom: dotted 1px #9b9b9b;
}

.comment-work-result-item{
    border: solid 1px #9b9b9b;
    padding: 3px;
    cursor: default;
    word-wrap: break-word;
    word-break: break-all;
}

.delimiter-top {
    background-color: #212025;
}

.delimiter-bottom {
    background-color: #666970;
}

.ab-color-name{
    color: #FFFFFF;
}

.ab-color{
    color: #FFFFFF;
}

.lilac {
    color: #d0d3e6;
}

.ab-border-color {

}

.ab-panel {
}

.dygraph-axis-label.dygraph-axis-label-x, .dygraph-axis-label.dygraph-axis-label-y {
    font-family: DroidSans;
    font-size:13px;
}

.glass-widget {
}



.tab-blue{
    background-image: url("images/actions/files/underline.png");
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.tab-blue-selected{
    background-image: url("images/actions/files/chooser.png");
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.tab-blue {
    background-image: url("images/actions/files/underline.png");
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.tab-blue-selected{
    background-image: url("images/actions/files/chooser.png");
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.tab-blue-no-padding {
    padding: 0px;
}

.tab-blue-line {
}

.null-width {
    width: 0px;
}

.center-me {
    margin: 0 auto;
}

.route-condition-info-table {
    padding-top: 8px;
    padding-bottom: 8px;
}
.route-condition-info-table-border {
    border-bottom: 1px solid #D7D7D7;
}

.resend-text {
    margin-right: 5px;
    display: inline-block;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.overflowXHidden {
    overflow-x: hidden;
}

.dots {
    text-overflow: ellipsis;
    overflow: hidden;
}


.regional-settings-table {
    border-radius: 0 0 0 0;
    border-width: 1px 0 0;
    border-top: 1px solid #D6D6D6;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
}

.translation-pager {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
}

.translation-settings-table{
    left: 9px;
    margin-top: 6px;
    position: absolute;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
}

.translation-combo{
    vertical-align: top;
    width: 250px;
    margin-left: 15px;
}
.translation-search-input{
    margin-left: 15px;
    margin-top: 3px;
}

.translation-checkbox{
    margin-left: 15px;
    font-size: 14px;
}

.translation-label{
    margin-left: 10px;
    vertical-align: top;
    font-size: 14px;
}

.translation-search-panel{
    margin-left: 6px;
    margin-top: 6px;
}

.translation-search-label{
    white-space: nowrap;
}

.language-settings-panel-up{
    margin-top: 4px;
    float: right;
}

.language-settings-panel-down {
    margin-right: 5px;
    margin-top: 4px;
    float: right;
}

.language-settings-panel {
    position: absolute;
    bottom: 70px;
    top: 45px;
    left: 4px;
    right: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.language-settings-panel-label {
    display: inline-block;
    margin-top: 9px;
    margin-left: 9px;
    font-family: DroidSansBold;
    font-size: 16px;
}

.language-text-input {
    border-radius: 4px 0 0 4px;
    border-right: medium none;
    height: 30px;
    padding: 0 8px;
    background-color: #FFFFFF;
    border-color: #E2E2E2;
    border-style: solid;
    border-width: 1px;
    color: #606060;
    margin: 0;
    outline: medium none;
    vertical-align: top;
    font-family: DroidSans;
    font-size: 14px;
    width: 100%;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.language-text-input-old {
    -moz-box-flex: 1;
    background-color: #FFFFFF;
    border: 1px solid #B7B7B7;
    color: #333333;
    flex: 1 1 0;
    font-family: arial,tahoma,sans-serif;
    font-size: 12px;
    height: 24px;
    margin: 0;
    width: 100%;
}

.language-input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.language-button {
    background-color: #EBEBEB;
    border-radius: 0 4px 4px 0;
    width: 31px;
    color: #606060;
    border: 1px solid #E2E2E2;
    cursor: default;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    min-width: 31px;
    overflow: hidden;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.language-button-old {
    background: linear-gradient(to bottom, #F5F5F5, #D1DADF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 4px 4px 0;
    width: 28px;
    color: #606060;
    border: 1px solid #B7B7B7;
    border-left: none;
    cursor: default;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    min-width: 28px;
    overflow: hidden;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.hr-header-small-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.hr-header-small-top12 {
    padding-top: 12px;
}

.hr-header-large-2-4 {
    padding-top: 4px;
    padding-bottom: 2px;
}

.paddingTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingT5 {
    padding-top: 5px;
}

.halfWidth {
    width: 50%;
}

.person-suggestion {
    min-height: 40px;
    border-spacing: 2px;
}

.person-suggestion td {
    padding: 2px;
}

.person-suggestion img {
    vertical-align: middle;
}

.person-suggestion div {
    text-align: left;
    padding-right: 2px;
    padding-left: 2px;
    word-wrap: break-word;
}

.create-button-item-earth {
    cursor: pointer;
    float: right;
    height: 16px;
    margin-right: 10px;
    margin-top: 5px;
    width: 16px;
}

.create-button-item-input {
    float: left;
    width: calc(100% - 50px);
}

.show-save-label {
    color: #606060;
    float: right;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 6px;
}

.arta-check-box {
    padding-left: 5px;
    vertical-align: top;
    font-family: DroidSans;
    font-size:14px;
    display: inline;
    color: #737373;
}

.registry-chooser-table table td:first-child div {
    text-align: center;
}
.registry-chooser-table table td:first-child img {
    vertical-align: middle;
}


.editor-panel {
    width: 600px;
}

.editor-label {
    width: 40%;
    margin-top:8px;
    display:  inline-block;
    vertical-align: top;
}

.editor-field  {
    margin-top: 8px;
    width: 60%;
    display: inline-block;
}

.as-form-input {
    height:32px !important;
    box-sizing: border-box;
}

.login-ide {
    background: url("images/ideadmin-bg.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.session_timeout {
    font-family: Roboto-Medium;
    font-size: 15px;
    color: #EF3F39;
    margin-bottom: 30px;
}


/* Customize the label (the container) */
.checkContainer {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Roboto-Medium;
    font-size: 15px;
    color: #FFFFFF;
    bottom: 2px;
    padding-left: 29px;
}


/* Hide the browser's default checkbox */
.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: #ECF0F1;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkContainer:hover input ~ .checkMark {
    background-color: #ECF0F1;
}

/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .checkMark {
    background: #02C6FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkMark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkMark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .checkMark:after {
    left: 6px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.routeExpand {
    position: fixed;
    right: 12px;
    margin-top: -38px;
}

.clean-cookies-popup {
    width: 80px;
    height: 50px;
    opacity: 0;
    text-align: center;
    position: absolute;
}

.clean-cookies-popup:hover {
    opacity: 1;
    transition: opacity 500ms;
}

.clean-cookies-popup:not(:hover) {
    opacity: 0;
    transition: opacity 500ms;
}

.clean-cookies-href {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 1em;
    margin: -1em;
}

.commonFirstTable td{
    padding-right: 6px;
}
