body {
    padding: 0;
}

.main_container {
    width: 100%;
    height: 100%;
    min-width: 640px;
    min-height: 600px;
    background: #FBFBFB;
}

.container {
    background-color: #FBFBFB;
    background-image: url(../img/login_bg.png);
    height: 70%;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: 100%;
}

.info_main_div {
    padding: 30px 20px 20px 20px;
}

.info_main_div .z-label {
    font-size: 15px;
}

.need_action_div {
    padding: 20px;
}

.need_action_div .z-label {
    font-size: 15px;
}

.wrapper {
    padding: 0 0 80px;
    height: 100%;
    min-height: 600px;
}

.footer {
    margin: -80px auto 0;
    height: 80px;
    min-height: 80px;
    width: 100%;
    min-width: 600px;
    border-top: 1px solid #DCDCDC;
    background: rgba(234, 234, 234, 0.3);
}

.footer_div {
    padding: 30px 0;
    width: 600px;
    min-width: 600px;
    height: 79px;
    margin: 0 auto;
    display: table;
    text-align: center;
    font-size: 13px;
    color: #888888;
}

.footer_div .z-label {
    margin-right: 5px;
}

.footer_div .z-a {
    color: #888888 !important;
    font-size: 13px !important;
}

.footer_div .footer_label {
    display: table-cell;
}

.workspace_borderlayout {
    min-width: 960px;
}

blockquote {
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

/*-----------------------------keyboard-----------------------------------*/

#keyboardInputMaster {
    border: none !important;
    -webkit-border-radius: 0.1em !important;
    -moz-border-radius: 0.1em !important;
    border-radius: 0.1em !important;
    -webkit-box-shadow: 0px 0px 7px rgba(68, 68, 68, 0.7) !important;
    -moz-box-shadow: 0px 0px 7px rgba(68, 68, 68, 0.7) !important;
    box-shadow: 0px 0px 7px rgba(68, 68, 68, 0.7) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    background-color: #F7F7F7 !important;
}

#keyboardInputMaster tbody tr td table tbody tr td {
    background-color: #FBFBFB !important;
    cursor: pointer !important;
}

#keyboardInputMaster tbody tr td table tbody tr td:hover, #keyboardInputMaster tbody tr td table tbody tr td.hover {
    background-color: #cccccc !important;
}

#keyboardInputMaster thead tr th span, #keyboardInputMaster thead tr th strong, #keyboardInputMaster thead tr th small, #keyboardInputMaster thead tr th big {
    background-color: #FBFBFB !important;
}

#keyboardInputMaster thead tr th span:hover, #keyboardInputMaster thead tr th span.hover, #keyboardInputMaster thead tr th strong:hover, #keyboardInputMaster thead tr th strong.hover, #keyboardInputMaster thead tr th small:hover, #keyboardInputMaster thead tr th small.hover, #keyboardInputMaster thead tr th big:hover, #keyboardInputMaster thead tr th big.hover {
    background-color: #dddddd !important;
}

/*-----------------------------header-----------------------------------*/

.header {
    background: #FFFFFF;
    border-bottom: 1px solid #d5dde9;
    height: 30%;
    min-height: 150px;
    position: relative;
}

.anonymous_header_div {
    height: 150px;
    min-height: 150px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    padding-bottom: 40px;
    padding-top: 60px;
    display: table;
}

.anonymous_header_logo {
    display: table-cell;
}

.anonymous_header_caption {
    font-size: 16px !important;
    text-align: right;
    color: #222222;
    line-height: 45px;
    padding-top: 5px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 30px;
}

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

.header_logo_div {
    padding: 20px 0 15px 26px;
    width: 178px;
    display: table-cell;
    vertical-align: middle;
}

.header_logo {
    width: 140px;
}

.header_caption_div {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 30px;
}

.header_caption {
    font-size: 16px;
    text-align: right;
    color: #222222;
    line-height: 45px;
}

.buttons_block {
    padding: 20px 26px 15px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 90px;
}

.logout_button {
    padding: 8px 0;
    display: inline-block;
}

.user_header {
    height: auto !important;
    min-height: 85px !important;
    min-width: 960px;
    border: 0;
}

.header_info_div {
    display: table-cell;
    padding: 5px 100px 0 30px;
    vertical-align: middle;
    text-align: right;
}

.header_info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.header_info_label {
    padding-right: 6px;
    line-height: 20px;
}

/*-----------------------------login-----------------------------------*/

.login {
    width: 640px;
    margin: 0 auto;
    padding: 25px 20px 0 20px;
}

.login_form_div {
    display: table;
}

.username_div, .password_div {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    width: 210px;
    padding-right: 30px;
}

.username_div input, .password_div input {
    margin: 0;
    padding: 5px 46px 3px 7px;
    border: 1px solid #b8d0e2;
    height: 34px;
}

.username_caption_div, .password_caption_div {
    padding: 5px 0;
}

.login_button_div {
    display: table-cell;
    vertical-align: bottom;
    width: 120px;
}

.login_button_div .z-button {
    height: 34px;
}

.login .keyboardInputInitiator {
    margin-left: -40px;
}

.info_label {
    text-align: center;
}

.info_label .z-label {
    color: #D21D1D;
    padding-bottom: 10px;
    display: block;
}

.remember_me_checkbox {
    text-align: left;
    padding: 10px 0;
}

.remember_me_checkbox input {
    margin-right: 8px;
}

/*----------------------------pfm_west---------------------------------*/

.pfm_west {
    border: 0;
}

.z-west-splitter {
	width: 40px;
	min-width: 40px;
	border: 1px solid #e3e3e3;
	background: #ffffff;
	padding: 8px;
	cursor: initial;
}

.z-west-collapsed {
	left: 0 !important;
	margin-left: 6px;
}

.z-west-splitter-button {
	margin-top: 0 !important;
	width: 24px;
	height: 24px;
	background: #FFFFFF;
}

.z-west-splitter .z-west-icon {
	width: 8px !important;
	top: 6px !important;
	left: 7px !important;
}

.z-west-splitter .z-icon-caret-left:before {
	content: "\f053" !important;
}

.z-west-splitter-button:hover {
	background: #008AC6;
}

.z-west-splitter-button:hover .z-west-icon {
	color: #ffffff;
}

.pfm_west .z-tab-selected {
    background: #008AC6;
}

.pfm_west .z-row .z-row-inner {
    border-top: 1px solid #e3e3e3;
    background: #F7F7F7;
}

.pfm_west .z-row:hover > .z-row-inner {
    background: #F7F7F7;
}

.pfm_west .filter_panel_toolbar {
    background: #F7F7F7;
}

.pfm_west .z-tabpanel > .z-tab,
.pfm_west .z-tabpanel > .z-tabpanel-content {
    border: 0;
}

.pfm_west .z-tab-text {
    font-size: 16px;
}

.pfm_west .z-tabpanel {
    padding: 0;
    border: none;
}

.pfm_west .z-tab {
    width: 50%;
    line-height: 52px;
    border: none;
    padding: 0 !important;
}

.pfm_west .filter_panel_container .cust-label-mandatory {
    font-weight: normal !important;
}

.filter_panel_container textarea {
    overflow: hidden;
}

.pfm_west > .z-tabs .z-tabs-content {
    border-bottom: 0;
    background: #E6E6E6;
}

.pfm_west > .z-tabpanels > .z-tabpanel {
    padding-top: 0;
}

.z-tab-content {
    text-decoration: none;
}

.z-tab-content:hover {
    color: inherit;
    text-decoration: none;
}

.pfm_west > .z-tabs .z-tab.z-tab-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #00A7EF;
}

.pfm_west .z-tab-selected .z-tab-text {
    font-weight: normal;
    color: #ffffff;
    cursor: default;
}

.pfm_west .filter_panel_toolbar {
    border-left: none;
    border-right: none;
    padding: 10px 12px 0 12px;
}

.pfm_west .z-center {
    background: #F7F7F7;
}

.pfm_west .z-tabs {
    background: #F7F7F7;
}

.pfm_west .z-dottree-body {
    padding-top: 12px;
}

.pfm_west .z-treerow {
    background: transparent;
}

.pfm_west .z-treerow .z-treecell {
    padding: 0;
    padding-left: 8px;
}

.pfm_west .z-treerow-selected > .z-treecell {
    background: #E6E6E6 !important;
}

.pfm_west .z-treerow:hover > .z-treecell {
    background: #E6E6E6 !important;
}

.pfm_menu_div {
    padding: 20px 30px;
}

.pfm_menu_div .z-a {
    padding: 6px 0;
    display: block;
}

.pfm_west .z-dottree-line {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
}

.pfm_west .z-dottree-icon {
    font-size: 14px;
    color: #555;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.pfm_west .z-treerow .z-treecell-text img {
    margin-left: -7px;
}

.pfm_west .z-treerow img {
    width: 0;
}

.pfm_west .z-treerow .z-a {
    vertical-align: middle;
}

.pfm_west .z-treecell-content .z-treecell-text {
    color: #222222;
}

.pfm_west .z-treerow:hover > .z-treecell > .z-treecell-content .z-treecell-text {
    color: #222222;
}

.pfm_west .z-treerow-selected:hover > .z-treecell > .z-treecell-content .z-treecell-text {
    color: #222222;
}

.pfm_west table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*---------------------------------detail_panel------------------------------------------*/

.detail_panel .z-south-body .z-center-body {
    background: #F7F7F7;
}

.detail_panel .z-a {
    font-size: 13px;
}

.detail_main_div {
    padding-bottom: 10px;
}

.description_main_div {
    padding: 5px 8px 6px 8px;
    margin: 7px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.comment_div, .revision_description_div, .final_task_div {
    padding: 5px 8px 6px 8px;
    margin: 7px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.edit_comment_img {
    width: 12px;
    margin-left: 8px;
    vertical-align: baseline;
    cursor: pointer;
}

.description_head .z-label {
    display: block;
}

.attach_item img {
    padding-right: 4px;
}

.attach_item {
    margin-top: 8px;
    margin-bottom: 3px;
}

/*-----------------------------------define_control-------------------------------------------*/
.define_control_container {
	display: table;
	width: 100%;
	border-spacing: 0;
}

.define_control_container input {
	display: table-cell;
	vertical-align: middle;
}

.define_control_button {
	display: table-cell;
	width: 24px;
	height: 24px;
	line-height: 20px;
	vertical-align: middle;
}

.choose_define_controls:before {
	content: "\f02d";
	font-size: 18px;
}

.clear_define_controls:before {
	content: "\f00d";
	font-size: 18px;
}

.choose_define_controls, .clear_define_controls {
	width: 24px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}

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

.pfm_document_borderlayout {
    min-width: 520px;
}

.pfm_document_north {
    height: auto !important;
    min-height: 52px;
}

.pfm_document_north > .z-north-body {
    height: auto !important;
    min-height: 50px;
}

.pfm_document_north .z-toolbar {
    border: none;
    padding: 0 7px 7px 7px;
}

.pfm_document_north .z-toolbar .isimple_icon {
    margin: 7px 5px 0 5px;
}

.pfm_document_center {
    margin-left: 8px;
    margin-right: 8px;
}

.pfm_document_center .z-toolbar, .pfm_document_center .filter_panel_toolbar {
    border-left: none;
    border-right: none;
}

.pfm_document_center .z-listcell-content {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pfm_document_center .z-window-header,
.pfm_document_center .z-panel-head {
    padding-left: 15px;
}

.pfm_document_center .z-listbox .z-listbox-paging-top {
    display: none;
}

.z-listitem:hover > .z-listcell {
    background: rgba(0, 176, 245, 0.1);
}

.z-listitem-selected > .z-listcell {
    background: rgba(0, 176, 245, 0.1);
}

.z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content, .z-listfooter-content {
    padding: 6px 6px 6px 6px;
}

.z-listitem:first-child .z-listcell-content, .z-listitem:first-child .z-listgroup-content {
    padding: 6px 6px 6px 6px;
}

.z-panel-header {
    line-height: 32px;
}

.z-panel-head {
    padding-left: 12px !important;
}

.btn_container_div {
    margin: 20px 20px 20px 20px;
}

.z-label, .z-radio-content, .z-checkbox-content {
    font-size: 13px;
}

.z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content, .z-listfooter-content {
    font-size: 13px;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    font-size: 13px;
    min-height: 28px;
    line-height: 20px;
}

.z-combobox, .z-bandbox, .z-datebox {
    min-height: 28px;
}

.z-row-content, .z-group-content, .z-groupfoot-content, .z-footer-content {
    font-size: 13px;
    line-height: 22px;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input, .z-spinner-input, .z-doublespinner-input {
    font-size: 13px;
    height: 28px;
    line-height: 20px;
    border-right: 1px solid #e3e3e3;
}

.z-combobox-button, .z-bandbox-button, .z-datebox-button, .z-timebox-button, .z-spinner-button, .z-doublespinner-button {
    width: 28px;
    height: 28px;
}

.z-combobox-icon, .z-bandbox-icon, .z-datebox-icon {
    width: 27px;
    line-height: 27px;
    height: 27px;
}

.z-spinner-icon, .z-timebox-icon {
    line-height: 14px !important;
    height: 14px !important;
    width: 28px;
}

.z-spinner-separator, .z-timebox-separator {
    display: none;
}

.z-spinner-button .z-spinner-icon i,
.z-timebox-button .z-timebox-icon i {
    line-height: 14px;
    display: block;
}

.z-spinner-button, .z-spinner-button:hover,
.z-timebox-button, .z-timebox-button:hover {
    border: none !important;
    background: transparent;
}

.z-spinner-up,
.z-timebox-up {
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.z-spinner-down,
.z-timebox-down {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.z-spinner-button > a:hover,
.z-timebox-button > a:hover {
    color: #fff;
    background: #00A7EF;
    border-color: #00A7EF;
}

.z-spinner-button > a:active,
.z-timebox-button > a:active {
    background: #008AC6;
    border-color: #008AC6;
}

.z-custpaging .z-custpaging-btn-m button:hover {
    color: #ffffff;
    background: #00A7EF;
    border: 1px solid #00A7EF;
}

input[type="checkbox"] {
    margin: 0px 4px 2px 0px;
}

.between_component_container {
    display: table;
    width: 250px !important;
}

.filter_input .z-datebox-input {
    width: 90px !important;
}

.filter_input .z-datebox {
    min-width: 118px;
    width: 118px !important;
}

.filter_input {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    float: none;
}

.filter_sep {
    display: table-cell;
    width: 10%;
    text-align: center;
    vertical-align: middle;
    float: none;
}

.checkbox_group_grid table {
    width: initial !important;
}

.checkbox_group_row {
    display: table;
}

.checkbox_group_row-inner {
    display: table-cell;
}

.checkbox_group_row-content {
    display: table;
    margin: 4px 10px 4px 0;
}

.checkbox_group_row .z-checkbox {
    display: table;
}

.checkbox_group_row .z-checkbox input,
.checkbox_group_row .z-checkbox label {
    display: table-cell;
    vertical-align: top;
}

.checkbox_group_row .z-checkbox input[type='checkbox'] {
    margin: 3px 4px 2px 0;
}

.z-custpaging-btn em {
    display: block;
}

.z-menupopup, .z-menupopup .z-menuitem {
    background: #ffffff;
}

.z-menupopup .z-menuseparator {
    display: none;
}

.z-menupopup .z-menuitem-content:hover {
    color: #ffffff !important;
}

.z-menupopup .z-menuitem-content img {
    vertical-align: top;
    display: inline-block;
}

.z-menupopup .z-menuitem-content span {
    vertical-align: top;
    line-height: 26px;
    display: inline-block;
}

.z-listheader-content {
    font-weight: normal;
    padding: 2px 8px 4px 8px;
    line-height: 26px;
}

.z-tab-selected .z-tab-text {
    font-weight: normal;
    color: #222222;
}

.z-tab {
    line-height: 16px;
    background: #008AC6;
}

.z-tab:hover {
    background: #0079AE;
}

.z-tab-selected {
    background: #ffffff;
}

.z-tab-selected:hover {
    background: #ffffff;
}

.z-borderlayout-icon:hover {
    color: #fff;
    background: #008AC6;
}

.z-popup .z-label {
    color: #ffffff;
}

.z-errbox {
    background: #BD0004;
}

.z-tab-text {
    font-size: 14px;
}

.z-window-shadow {
    padding: 10px 20px;
}

.z-window-shadow .z-row-content {
    font-size: 13px;
    line-height: 18px;
}

.z-window-shadow .z-row .z-row-inner,
.z-window-shadow .z-row .z-cell {
    padding: 5px;
}

.z-window-shadow .z-grid-body .z-cell {
    line-height: 18px;
}

.z-window-shadow .btn_container_div {
    margin: 20px 0 0 0;
}

.z-window-shadow .z-combobox, .z-window-shadow .z-bandbox, .z-window-shadow .z-datebox,
.z-window-shadow .z-timebox, .z-window-shadow .z-spinner, .z-window-shadow .z-doublespinner,
.z-window-shadow .z-textbox, .z-window-shadow .z-decimalbox, .z-window-shadow .z-intbox,
.z-window-shadow .z-longbox, .z-window-shadow .z-doublebox {
    margin: 2px 0;
}

.z-window-shadow textarea {
    margin: 0 !important;
}

.rec_caption, .rec_description {
    padding: 5px;
}

.z-window-shadow .z-groupbox-3d > .z-groupbox-header {
    padding: 0 15px;
    line-height: 26px;
    min-height: 26px;
}

.z-window-shadow .z-groupbox-3d > .z-groupbox-header .z-caption {
    line-height: 26px;
    min-height: 26px;
}

.z-window-shadow .z-groupbox-3d > .z-groupbox-header .z-caption .z-caption-content {
    padding: 0;
    line-height: 26px;
}

.stage_grid .z-grid-header-border {
    border-bottom: none;
    margin-top: 0;
}

.stage_grid .z-cell {
    border: none !important;
    padding: 0 40px 0 0 !important;
}

.z-calendar-header a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.z-messagebox-question {
    background-image: url(../img/question.png);
    background-size: 32px 32px;
    margin-right: 4px;
}

.z-messagebox-information {
    background-image: url(../img/info.png);
    background-size: 32px 32px;
    margin-right: 4px;;
}

.z-messagebox-exclamation {
    background-image: url(../img/error.png);
    background-size: 32px 32px;
    margin-right: 4px;
}

.z-messagebox-error {
    background-image: url(../img/cancel.png);
    background-size: 32px 32px;
    margin-right: 4px;
}

.item_model_msg_box {
    padding: 10px 0;
}

.item_model_msg_box .z-messagebox {
    min-height: 34px;
    display: table;
}

.item_model_msg_box .message_box_label {
    display: table-cell;
    vertical-align: middle;
}

.z-button[disabled] {
    border: none;
    background: #e3e3e3 !important;
}

.thread_checkbox {
    margin: 6px;
}

.sched_hlayout {
    padding: 5px;
}

.z-window-shadow .z-tabpanel {
    overflow: auto;
    padding: 10px !important;
}

.z-window-shadow .z-tabpanel .z-toolbar {
    margin-top: 0;
}

.component_image_popup {
    background: #ffffff;
}

.login_info_groupbox .z-groupbox-content {
    padding: 10px;
}

.login_info_btn {
    margin-top: 20px;
}

.component_image_toolbar .z-button {
    margin: 6px;
}

.z-treerow-selected > .z-treecell {
    border-color: #f5f5f5;
    background: #f5f5f5;
}

.z-treerow:hover > .z-treecell {
    background: #f5f5f5 !important;
}

.z-treerow:hover > .z-treecell > .z-treecell-content {
    color: #555;
}

.z-treerow-selected:hover > .z-treecell > .z-treecell-content {
    color: #555;
}

.z-multiselect-content {
    text-decoration: none;
}

.z-combobox-button, .z-bandbox-button, .z-datebox-button, .z-timebox-button, .z-spinner-button, .z-doublespinner-button {
    text-decoration: none;
}

.define_control_button {
    width: 28px !important;
    height: 28px !important;
}

.choose_define_controls, .clear_define_controls {
    width: 28px !important;
    line-height: 26px !important;
    height: 28px !important;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-left: 0;
    color: #00A7EF;
    background: #ffffff;
}

.lc_caption .z-toolbarbutton {
    background: #00A7EF;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    margin-left: 10px;
}

.lc_caption .z-toolbarbutton:hover {
    background: #008AC6;
}

.lc_caption .z-toolbarbutton:active {
    background: #0079AE;
}

.lc_caption .z-toolbarbutton-content {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 20px
}

.lc_caption .z-caption-content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 32px;
    cursor: default;
    overflow: hidden;
    padding: 0px;
    color: #1B1B1B;
    text-align: left;
    vertical-align: middle;
}

.lc_not_found {
    text-align: left;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
}

.z-panel-noframe .z-panel-head {
    border-top: 1px solid #e3e3e3;
}

.z-west-header {
    background: #00A7EF;
    height: 48px;
    line-height: 32px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding-left: 15px;
}

.z-west-header .z-borderlayout-icon {
    color: #ffffff;
    margin: 5px 0;
}

.lc_panel .z-panel-head {
    padding: 6px 15px;
}

.z-multiselect .z-checkbox {
    display: inline-block;
}

.z-checkbox {
    display: table;
}

input[type="checkbox"] {
    display: table-cell;
}

input[type="checkbox"] + label {
    display: table-cell;
}

.z-menupopup-cnt .z-menuitem-cnt {
    color: #005EB7;
}

.z-menupopup-cnt .z-menuitem:hover .z-menuitem-cnt {
    color: #ffffff;
}

.setup_window_grid .z-row-inner {
    vertical-align: top;
}

.pfm_west .z-treecell .z-treecell-content {
    display: table;
    margin: 5px 0;
    padding: 0;
}

.pfm_west .z-treecell .z-a, .pfm_west .z-treecell span, .pfm_west .z-treecell .z-dottree-line {
    display: table-cell;
    line-height: 20px;
}

.pfm_west .z-west-body {
    overflow: auto;
    position: relative;
}

.z-chosenbox {
    padding-bottom: 2px;
    overflow: inherit;
    cursor: pointer;
}

.z-chosenbox-item {
    height: 20px;
}

.filter_panel_container .z-grid-body .z-cell {
    line-height: 22px;
}

.filter_panel_container .z-grid-body .z-row .z-cell:last-child {
    padding: 10px 16px 10px 6px;
}

.z-chosenbox-item-content {
    line-height: 18px;
}

.z-treecol {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background: #00A7EF;
}

.main_page {
    border-top: 1px solid #e3e3e3;
}

.main_page_div {
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -230px;
    min-height: 410px;
}

.main_page .info_block {
    text-align: center;
    padding-top: 10px;
}

.main_page .info_block .z-label {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.main_page .img_block img {
    width: 400px;
    display: block;
    margin: 0 auto;
}

.main_page .img_block {
    padding-top: 40px;
}

.z-panel-header, .z-panel-header .z-caption, .z-panel-header .z-caption-content {
    color: #1F1F1F;
    text-align: left;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
}

.z-tab-selected {
    background: #0079AE !important;
}

.z-tab-selected .z-tab-text {
    color: #ffffff !important;
}

.pfm_center {
    padding: 0 30px 0 20px;
}