input {
    outline: none;
}

.toolbar .toolbar_config.buttons button, .toolbar .toolbar_config.buttons button[type=button] {
    background-image: url(buttons/colm.png);
}

.toolbar .toolbar_config.buttons button:hover, .toolbar .toolbar_config.buttons button[type=button]:hover {
    background-image: url(buttons/colm_hover.png);
}

.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 {
    background: url("images/list_more.png") no-repeat center;
}

.cyan-table-content img[src='/platform/commons/icons/attachment.gif'] {
    display: none;
}

.cyan-table-content img[src='/platform/commons/icons/attachment.gif'] + span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/attachment.png);
    margin-top: 6px;
}

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;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
    background: url("images/checkbox.png");
}

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

form label input[type=checkbox]:disabled + span.cyan_checkbox_span {
    background: url("images/checkbox.png");
    opacity: 0.3;
}

form label input[type=checkbox]:checked + span.cyan_checkbox_span {
    background: url("images/checkbox_checked.png");
}

form label input[type=checkbox]:checked:disabled + span.cyan_checkbox_span {
    background: url("images/checkbox_checked.png");
    opacity: 0.3;
}

form label input[type=radio]:disabled + span.cyan_radio_span {
    opacity: 0.3;
}

form label input[type=radio]:checked + span.cyan_radio_span {
    width: 14px;
    height: 14px;
    border: none 0;
    background: url("images/radio_checked.png");
    background-size: 14px 14px;
}

form label input[type=radio]:checked:disabled + span.cyan_radio_span {
    width: 14px;
    height: 14px;
    border: none 0;
    background: url("images/radio_checked.png");
    background-size: 14px 14px;
    opacity: 0.3;
}

#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;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url("images/checkbox.png");
}

#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: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #d9d9d9;
    border-radius: 50%;
}

#dialogBody #components input[type=checkbox]:disabled + span.cyan_checkbox_span {
    background: url("images/checkbox.png");
    opacity: 0.3;
}

#dialogBody #components input[type=checkbox]:checked + span.cyan_checkbox_span {
    background: url("images/checkbox_checked.png");
}

#dialogBody #components input:checked:disabled + span.cyan_checkbox_span {
    background: url("images/checkbox_checked.png");
    opacity: 0.3;
}

#dialogBody #components input[type=radio]:disabled + span.cyan_radio_span {
    opacity: 0.3;
}

#dialogBody #components input[type=radio]:checked + span.cyan_radio_span {
    width: 14px;
    height: 14px;
    border: none 0;
    background: url("images/radio_checked.png");
    background-size: 14px 14px;
}

#dialogBody #components input:checked:disabled + span.cyan_radio_span {
    width: 14px;
    height: 14px;
    border: none 0;
    background: url("images/radio_checked.png");
    background-size: 14px 14px;
    opacity: 0.3;
}

.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;
}

.main_left_collapsed {
    background: #a5b0ba url(images/left_callapsed.png) no-repeat center center;
}

.main_left_expanded {
    background: #a5b0ba url(images/left_expanded.png) no-repeat center center;
}

input.search {
    background: white url("images/search.png") 5px center no-repeat;
}

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");
}

div.valmiki_paralleltext_operations button.valmiki_paralleltext_sign {
    background: url("./images/valmiki/parallel_sign.png");
    display: inline;
}

.query_window_close, .columns_manage_window_close {
    width: 10px;
    height: 10px;
    background: url("images/query_close.png");
}

.query_window_close:hover, .columns_manage_window_close:hover {
    background: url("images/query_close_hover.png");
}

.query_window_content #components input.cyan-form-field-date {
    background: url("images/time.png") no-repeat calc(100% - 6px) center;
}

#query_bar .query_item_close {
    width: 11px;
    height: 11px;
    background: url("images/tab_close.png") center no-repeat;
    top: 9px;
    right: 6px;
    cursor: pointer;
}

#query_bar_left {
    background: url("images/query_pre.png") center no-repeat;
    height: 40px;
    width: 30px;
    cursor: pointer;
}

#query_bar_right {
    background: url("images/query_next.png") center no-repeat;
    height: 40px;
    width: 30px;
    cursor: pointer;
}

.deptsearchnew{
    padding-left: 30px;
}

.cyan-table, .cyan-table-content button:enabled {
    font-size: 14px !important;
}

.cyan-table-cell .cyan-table-left a:hover {
    color: rgb(27, 130, 209) !important;
}