html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    font-family: Roboto, Arial, Helvetica, serif;
}

.dhtmlx-success { font-weight:bold !important;  color:green !important; }

.dhx_cell_cont_tabbar { padding-left: 20px; padding-right: 20px; padding-top: 10px;}

.icon_file_web { background-image: url(/ico/www.png); }
.icon_opened_web { background-image: url(/ico/www.png); }
.icon_closed_web { background-image: url(/ico/www.png); }

.icon_file_money { background-image: url(/ico/money_16.gif); }
.icon_opened_money { background-image: url(/ico/money_16.gif); }
.icon_closed_money { background-image: url(/ico/money_16.gif); }

.btn_save .dhxform_btn_txt { color: darkgreen !important; }
.btn_delete .dhxform_btn_txt { color: darkred !important; }

.cke_1 { border: 1px solid grey;}
.cke_chrome { border: none !important;}
.cke_wysiwyg_frame { border: 3px solid #c0c0c0 !important; width: calc(100% - 6px) !important; height: calc(100% - 6px) !important;}