@import "/platform/styles/yzy/style.css";

html, body {
    color: #262626;;
}

form input, form textarea {
    border: 1px solid #d9d9d9;
}

#toolbar_left {
    display: none;
}

.toolbar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.toolbar .buttons {
    float: left;
    height: 38px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    width: calc(100% - 20px);
    clear: both;
}

.toolbar .components0 {
    float: left;
    margin-top: -6px;
    padding-bottom: 10px;
    margin-left: 20px;
    width: calc(100% - 20px);
}

.toolbar .components_right {
    float: left;
    margin-top: 35px;
}

.toolbar .components {
    float: left;
    overflow: hidden;
    max-width: calc(100% - 150px);
    height: 72px;
}

.toolbar .components span.toolbar_span {
    display: block;
    float: left;
    padding-top: 10px;
    width: 230px;
}

.toolbar .components span.toolbar_span_label {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #262626;
    font-weight: bold;
    display: block;
}

.toolbar .components input, .toolbar .components select, #moreComponents input, #moreComponents select {
    width: 198px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    padding-left: 10px;
    color: #262626;
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
}

.toolbar .components input.cyan-form-field-date {
    width: 72px;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-image: url("images/time.png");
    padding-left: 24px;
}

.toolbar .components input:hover {
    border: solid 1px #c9c9c9;
    border-radius: 2px;
}

.toolbar .components_right button:first-child {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
}

.toolbar .components_right button:first-child:hover,
.toolbar .components_right button:first-child:active {
    background: #1e65c3;
    color: #ffffff;
    border: 1px solid #2170d9;
}

.toolbar .components_right button:first-child:disabled {
    background: #b2cdf2;
    color: #ffffff;
    border: 1px solid #2170d9;
}

.toolbar .components_right button {
    margin-top: 0;
    height: 36px;
    padding: 0 12px;
    cursor: pointer;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
}

.toolbar .components_right button:hover,
.toolbar .components_right button:active {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

.toolbar .components_right button:disabled {
    color: #8c8c8c;
    background: #ffffff;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

#moreComponents {
    display: none;
}

.toolbar .components_right button.more_components_collapsed {
    border: none;
    width: 10px;
    background: url("images/more_down.png") no-repeat center;
    cursor: pointer;
}

.toolbar .components_right button.more_components_expanded {
    border: none;
    width: 10px;
    background: url("images/more_up.png") no-repeat center;
    cursor: pointer;
}

.toolbar .buttons span:first-child button {
    color: #ffffff;
    background-color: #2170d9;
    border: 1px solid #2170d9;
    padding: 0 12px;
}

.toolbar .buttons span:first-child button:hover,
.toolbar .buttons span:first-child button:active {
    background-color: #1e65c3;
}

.toolbar .buttons span:first-child button:disabled {
    background-color: #b2cdf2;
}

.toolbar .buttons button {
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 5px;
    vertical-align: 0;
}

.toolbar .buttons button:hover,
.toolbar .buttons button:active {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

.toolbar .buttons button:disabled {
    color: #8c8c8c;
    background: #ffffff;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

.toolbar .buttons button.toolbar_button_icon,
.toolbar .buttons span:first-child button.toolbar_button_icon {
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.crud-button-edit {
    width: 100%;
    height: 20px;
    background: url("images/edit.gif") no-repeat center;
    cursor: pointer;
}

.crud-button-copy {
    width: 100%;
    height: 20px;
    background: url("images/copy.gif") no-repeat center;
    cursor: pointer;
}

.toolbar .components0 button.toolbar_config {
    display: block;
    float: right;
    margin-top: 29px;
    margin-right: 0;
    height: 42px;
    width: 42px;
    border: none;
    cursor: pointer;
    background: url(images/toolbar_config.png) center no-repeat;
}

.toolbar .components0 button.toolbar_config:hover {
    background: url(images/toolbar_config_hover.png) center no-repeat;
}

.toolbar .buttons button.toolbar_config {
    display: block;
    float: right;
    margin-top: -10px;
    margin-right: 0;
    height: 58px;
    width: 58px;
    border-left: 1px solid #e6e6e6;
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    background: url(images/toolbar_config.png) center no-repeat;
}

.toolbar .buttons button.toolbar_config:hover {
    background: url(images/toolbar_config_hover.png) center no-repeat;
}

#mainBody .cyan-tree {
    margin-top: 10px;
    margin-left: 15px;
}

#main_left {
    width: 190px;
}

#main_left_content {
    margin-top: 4px;
}

#main_right {
}

.main_collapse_bar {
    background: #ededed;
    height: 100%;
    width: 20px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.main_collapse_bar.main_bar_collapsed {
    width: 17px;
}

.main_left_collapsed {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 3px;
    float: left;
    width: 14px;
    height: 60px;
    border-radius: 0 14px 14px 0;
    background: #a5b0ba url(images/left_callapsed.png) no-repeat center center;
    cursor: pointer;
}

.main_left_expanded {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 3px;
    margin-right: 3px;
    float: left;
    width: 14px;
    height: 60px;
    border-radius: 0 14px 14px 0;
    background: #a5b0ba url(images/left_expanded.png) no-repeat center center;
    cursor: pointer;
}

input.search {
    background: white url("images/search.png") 5px center no-repeat;
    vertical-align: text-bottom;
    text-indent: 28px;
    outline: none;
    border: 1px solid #d9d9d9;
    height: 26px;
}

input.search::-ms-clear {
    display: none;
}

input.search::-webkit-search-cancel-button {
    display: none;
}

#main_left_search input.search {
    width: calc(100% - 12px);
    margin-left: 5px;
}

#main_left_search input {
    border: 1px solid #d9d9d9;
    height: 28px;
    margin-bottom: 3px;
    vertical-align: text-bottom;
}

#main_left::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

#main_left::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

#main_left::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

#main_left::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

/**
 * 后面这部分是对话框的样式
**/

#dialogBody {
    margin-bottom: 50px;
    overflow: hidden;
    background: #ffffff;
    color: #262626;
}

#dialogBody #main.single {
    width: 390px;
    overflow-x: hidden;
}

#dialogBody #main.double {
    width: 780px;
}

#dialogBody #components.double {
    width: 780px;
}

#dialogBody #components {
    float: left;
    clear: both;
    width: 390px;
    margin-top: 10px;
    margin-left: 16px;
    font-size: 14px;
}

#dialogBody #components input {
    padding: 0 3px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    color: #262626;
    outline: none;
}

#dialogBody #components .component_item .component input,
#dialogBody #components .component input,
#dialogBody #components .component_item .double_component input,
#dialogBody #components .double_component input,
body#dialogBody #components .component_item .double_component input {
    height: 34px;
}

#dialogBody #components input.invalid {
    border-color: #ff6666;
}

#dialogBody #components input.invalid:hover {
    border-color: #ff6666;
}

#dialogBody #components input:hover {
    border: solid 1px #c9c9c9;
}

#dialogBody #components img {
    margin-top: 9px;
}

#dialogBody #components input[type=file] {
    border: 0;
    height: 24px;
    margin-top: 6px;
    line-height: 24px;
    margin-bottom: 6px;
}

#dialogBody #components select {
    height: 34px;
}

#dialogBody #components textarea {
    border: solid 1px #d9d9d9;
}

#dialogBody #components .component_line {
    clear: both;
}

#dialogBody #components .component_item .label {
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    width: 80px;
    line-height: 20px;
    text-align: right;
    padding-right: 10px;
    color: #262626;;
}

body#dialogBody #components .component_item .label {
    padding-top: 8px;
    line-height: 20px;
    padding-bottom: 8px;
}

#dialogBody #components .component_item .component {
    padding-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 300px;
}

#dialogBody #components .component_item input {
    width: 250px;
}

form label input[type=checkbox],
form label input[type=radio] {
    display: none;
}

#dialogBody #components input[type=checkbox],
#dialogBody #components .component_item input[type=radio] {
    display: none;
}

form label input[type=checkbox] + span.cyan_checkbox_span {
    padding: 0;
    width: 14px;
    height: 14px;
    border: solid 1px #b1b1b1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
}

form label input[type=radio] + span.cyan_radio_span {
    padding: 0;
    width: 14px;
    height: 14px;
    border: solid 1px #b1b1b1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 50%;
}

form label input[type=checkbox]:disabled + span.cyan_checkbox_span {
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
}

form label input[type=checkbox]:checked + span.cyan_checkbox_span {
    background: #2170d9 url(images/checkbox.png) no-repeat center;
}

form label input[type=checkbox]:checked:disabled + span.cyan_checkbox_span {
    background: #3e76cb url(images/checkbox_disabled.png) no-repeat center;
    border: 1px solid #b1b1b1;
}

form label input[type=radio]:disabled + span.cyan_radio_span {
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
}

form label input[type=radio]:checked + span.cyan_radio_span {
    background: url(images/radio.png) no-repeat center;
    border: #2170d9 1px solid;
}

form label input[type=radio]:checked:disabled + span.cyan_radio_span {
    background: #f0f0f0 url(images/radio_disabled.png) no-repeat center;
    border: 1px solid #b1b1b1;
}

#dialogBody #components span.cyan_checkbox_span,
#dialogBody #components .component span.cyan_checkbox_span,
#dialogBody #components .component_item .component span.cyan_checkbox_span,
#dialogBody #components .component_item .double_component span.cyan_checkbox_span,
#dialogBody #components .double_component span.cyan_checkbox_span {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 14px;
    height: 14px;
    border: solid 1px #b1b1b1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#dialogBody #components span.cyan_radio_span,
#dialogBody #components .component span.cyan_radio_span,
#dialogBody #components .component_item .component span.cyan_radio_span,
#dialogBody #components .component_item .double_component span.cyan_radio_span,
#dialogBody #components .double_component span.cyan_radio_span {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 14px;
    height: 14px;
    border: solid 1px #b1b1b1;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#dialogBody #components input[type=checkbox]:disabled + span.cyan_checkbox_span {
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
}

#dialogBody #components input[type=checkbox]:checked + span.cyan_checkbox_span {
    background: #2170d9 url(images/checkbox.png) no-repeat center;
}

#dialogBody #components input:checked:disabled + span.cyan_checkbox_span {
    background: #f0f0f0 url(images/checkbox_disabled.png) no-repeat center;
    border: 1px solid #b1b1b1;
}

#dialogBody #components input[type=radio]:disabled + span.cyan_radio_span {
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
}

#dialogBody #components input[type=radio]:checked + span.cyan_radio_span {
    background: url(images/radio.png) no-repeat center;
    border: solid 1px #2170d9;
}

#dialogBody #components input:checked:disabled + span.cyan_radio_span {
    background: #f0f0f0 url(images/radio_disabled.png) no-repeat center;
    border: 1px solid #b1b1b1;
}

#dialogBody #components .component_item input.between {
    width: 114px;
}

#dialogBody #component {
    min-height: 36px;
}

.checkbox span label:not(:first-child) {
    padding-left: 3px;
    padding-right: 15px;
}

.radio span label:not(:first-child) {
    padding-left: 3px;
    padding-right: 15px;
}

#dialogBody #components .component_item textarea {
    padding: 3px;
    width: 250px;
    height: 100px;
}

#dialogBody #components .component_item select {
    width: 250px;
}

#dialogBody #components .component_item .component_with_unit {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 210px;
}

#dialogBody #components .component_item .component_with_unit input {
    width: 200px;
}

#dialogBody #components .component_item .unit {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 90px;
    line-height: 19px;
    text-align: left;
}

#dialogBody #components .component_item .component_double {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 690px;
}

#dialogBody #components .component_item .component_double input {
    width: 640px;
}

#dialogBody #components .component_item .component_double textarea {
    width: 640px;
    height: 100px;
}

#dialogBody #components .component_item .component_double select {
    width: 640px;
}

#dialogBody #components .component_item .component_double_with_unit {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 600px;
}

#dialogBody #components .component_item .component_double_with_unit input {
    width: 595px;
}

#dialogBody #buttons {
    position: absolute;
    bottom: 0;
    clear: both;
    text-align: right;
    height: 50px;
    border-top: 1px solid #ebebeb;
    width: calc(100% - 20px);
    padding-top: 14px;
    padding-right: 20px;
}

#dialogBody .buttons_place {
    width: 100%;
    height: 50px;
    float: left;
    clear: both;
}

#dialogBody #buttons button {
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
}

#dialogBody #buttons button:hover {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

#dialogBody #buttons button:disabled {
    color: #8c8c8c;
    background: #ffffff;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

#dialogBody #buttons span:first-child button {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
}

#dialogBody #buttons span:first-child button:hover {
    background-color: #1e65c3;
}

#dialogBody #buttons span:first-child button:disabled {
    background-color: #b2cdf2;
}

span.require {
    color: red;
}

#dialogBody::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

#dialogBody::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

#dialogBody::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

#dialogBody::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

div#sortPage #sortButtons {
    padding-top: 20px;
}

#sortButtons button {
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
    line-height: 16px;
    padding: 10px 12px;
}

#sortButtons button:hover, #sortButtons button:active {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
}

button.btn, button[type=button].btn {
    font-size: 13px;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background: #fff;
    height: 28px;
    padding: 0 12px;
    color: #3e76cb;
    line-height: 26px;
    border: 1px solid #3e76cb;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

button.btn:active, button.btn[type=button]:active, body button.btn[type=button]:active {
    background: #cfe2fd;
    border: 1px solid #3e76cb;
    color: #3e76cb;
    padding: 0 12px;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

button.btn:hover, button.btn[type=button]:hover {
    background: #f4f8ff;
    border: 1px solid #3e76cb;
    color: #3e76cb;
    padding: 0 12px;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

body.form_body {
    background: #f5f5f5;
}

#top.form_top {
    background: #ffffff;
    border: none;
}

#container.form_container {
    background: #ededed;
}

#container.form_container #pages {
    border-radius: 4px;
    border: none;
    margin-bottom: 10px;
}

.collectInfo button:enabled, .collectBottom button:enabled {
    padding: 4px 8px;
}

.collectInfo button:hover, .collectInfo button:active, .collectBottom button:hover, .collectBottom button:active {
    padding: 4px 8px;
}

button:enabled {
    color: #262626;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    cursor: pointer;
    outline: none;
    padding: 4px 8px;
}

button:enabled:hover, button:enabled:active {
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 4px 8px;
}

button:disabled {
    color: #8c8c8c;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    cursor: default;
    padding: 4px 8px;
}

#dialogBody #items .item .label {
    padding-top: 8px;
    line-height: 20px;
    padding-bottom: 8px;
    font-size: 14px;
}

#dialogBody #items .item input, #dialogBody #items .item select {
    height: 34px;
    padding-left: 2px;
}

#main.group_receiver_select {
    height: 430px;
}

.cyan-combox-down {
    height: 36px;
}

table.sublist {
    margin-left: 10px;
    border-spacing: 0;
    *border-spacing: expression(this.cellSpacing='0');
}

table.sublist th {
    background: #f7f7f7;
    padding-left: 6px;
    text-align: center;
    line-height: 45px;
}

table.sublist td {
    padding-left: 6px;
    border-bottom: 1px #efe2e6 solid;
    text-align: center;
    line-height: 45px;
}

table.sublist td > button {
    line-height: 20px;
}

table.sublist span.add {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/add.gif");
}

table.sublist span.up {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/up.gif");
}

table.sublist span.down {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/down.gif");
}

table.sublist span.remove {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/delete.gif");
}

table.sublist span.edit {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/edit.gif");
}

table.sublist th.add, table.sublist td.add {
    width: 30px;
}

table.sublist th.up, table.sublist th.down, table.sublist th.remove, table.sublist th.edit,
table.sublist td.up, table.sublist td.down, table.sublist td.remove, table.sublist td.edit {
    width: 40px;
}

.cyan-table-content button:enabled {
    padding: 3px;
    border: none;
    cursor: pointer;
    color: #2170d9;
    font-size: 14px;
    background: none;
}

.cyan-table-content button.cyan-crud-button-more,
.cyan-table-content button.cyan-crud-button-more:hover,
.cyan-table-content button.cyan-crud-button-more:active,
.cyan-table-content button.cyan-crud-button-more:enabled,
.cyan-table-content button.cyan-crud-button-more:disabled {
    padding: 0;
    height: 23px;
    width: 6px;
    background: #ffffff;
    border: none;
    background: url("images/list_more.png") no-repeat center;
    cursor: pointer;
    text-indent: -9999px
}

.cyan-table-content span.cyan-crud-button-more.cyan_menu_hidden {
    display: inline-block;
    height: 23px;
    width: 6px;
}

.cyan-table-content button:hover, .cyan-table-content button:active {
    padding: 3px;
    border: none;
    cursor: pointer;
    color: #0000ff;
    font-size: 14px;
    background: none;
}

.cyan-table-content button:disabled {
    padding: 3px;
    border: none;
    cursor: default;
    color: #cccccc;
    font-size: 14px;
    background: none;
}

body div.itemselector .from .content {
    border: 1px solid #e6e6e6;
}

body div.itemselector .from .content .cyan-form-list {
    border: none 0;
}

body #rolesSelector.itemselector .from .content {
    border: 1px solid #e6e6e6;
}

body .memberselector .membertree {
    border: 1px solid #e6e6e6;
}

body .receiverselector .grouptree {
    border: 1px solid #e6e6e6;
}

body .ownedselector .nodetree, body .ownedselector_single .nodetree {
    border: 1px solid #e6e6e6;
}

div.ownedselector .nodetree {
}

.calendar.month {
    min-height: 130px;
}

.calendar.week {
    min-height: 60px;
}

.calendar div.title {
    background: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
    text-indent: 10px;
}

td .calendar .item a {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

td .calendar .item a:hover {
    color: #2170d9;
}

.new_bold td, .new_bold td a {
    font-weight: bold;
}

#dialogBody #components .component_item button {
    height: 36px;
    vertical-align: top;
}

#toolbar_left {
    display: inline-block;
    vertical-align: 0;
}

.toolbar_remark {
    padding-left: 10px;
    display: inline-block;
    color: #2170d9;
}

.page_body #main_top .toolbar_remark {
    display: block;
    float: right;
    width: 280px;
    text-align: right;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 60px;
}

.page_body #main_top {
    background: #ededed;
    height: 80px;
    padding-top: 10px;
}

.page_body #main_top_title {
    height: 60px;
    background: #ffffff;
}

#page_title:not(:last-child) {
    width: calc(100% - 300px);
}

#page_title {
    float: left;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    line-height: 60px;
    text-indent: 25px;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: 60px;
}

div.valmiki_paralleltext_operations button.valmiki_paralleltext_edit {
    background: url("./images/valmiki/parallel_edit.png");
}

div.valmiki_paralleltext_operations button.valmiki_paralleltext_image {
    background: url("./images/valmiki/parallel_image.png");
}

div.valmiki_paralleltext_operations button.valmiki_paralleltext_clear {
    background: url("./images/valmiki/parallel_clear.png");
}

.deptsearchnew{
    padding-left: 30px;
}