@CHARSET "UTF-8";

.preview .cl-grid-row {
  background-color: transparent !important; 
}
.preview .cl-grid-row.cl-selected.cl-modified {
  background-color: transparent !important; 
}

.preview .cl-grid-row.cl-selected {
  border: 1px solid #00AEEF;
}

.preview .cl-grid-row.cl-selected .cl-text{
  height: 23px !important; 
  border-bottom: 1px solid #00AEEF;
}

/* html 오브젝트의 기본 스타일 */
.cl-htmlsnippet img{
    max-width: 700px;
    height: auto;
}
/* html 오브젝트의 기본 스타일 */
.cl-htmlsnippet p{
    margin: 0; 
}
div .cl-listbox-item.col_gray {background-color: #BCBBBB !important; }
div .cl-listbox-item.col_pink1 {background-color: #C6A8C6 !important; }
div .cl-listbox-item.col_sky {background-color: #8eb4e3 !important; }
div .cl-listbox-item.col_green1 {background-color: #CBF76E !important; }
div .cl-listbox-item.col_green2 {background-color: #95BDA7 !important; }
div .cl-listbox-item.col_green3 {background-color: #92d050 !important; }
div .cl-listbox-item.col_yello1 {background-color: #EAE4C2 !important; }
div .cl-listbox-item.col_pink2 {background-color: #F9B4FC !important; }
div .cl-listbox-item.col_yello2 {background-color: #F7D99E !important; }
div .cl-listbox-item.col_orange {background-color: #F9B68E !important; }
div .cl-listbox-item.col_blue {background-color: #C0B4FC !important; }
div .cl-listbox-item.col_white {background-color: #D1D1D1 !important; }
div .cl-listbox-item.col_other {background-color: #B1B1B1 !important; } 
.cl-icon {width:30px !important; background-size: auto !important;}


.timebox .cl-grid-row.cl-selected{
    background-color : transparent
}

.timebox  .cl-grid-row.cl-viewing.col_gray {background-color: #BCBBBB !important; }
.timebox  .cl-grid-row.cl-viewing.col_pink1 {background-color: #C6A8C6 !important; }
.timebox  .cl-grid-row.cl-viewing.col_sky {background-color: #8eb4e3 !important; }
.timebox  .cl-grid-row.cl-viewing.col_green1 {background-color: #CBF76E !important; }
.timebox  .cl-grid-row.cl-viewing.col_green2 {background-color: #95BDA7 !important; }
.timebox  .cl-grid-row.cl-viewing.col_green3 {background-color: #92d050 !important; }
.timebox  .cl-grid-row.cl-viewing.col_yello1 {background-color: #EAE4C2 !important; }
.timebox  .cl-grid-row.cl-viewing.col_pink2 {background-color: #F9B4FC !important; }
.timebox  .cl-grid-row.cl-viewing.col_yello2 {background-color: #F7D99E !important; }
.timebox  .cl-grid-row.cl-viewing.col_orange {background-color: #F9B68E !important; }
.timebox  .cl-grid-row.cl-viewing.col_blue {background-color: #C0B4FC !important; }
.timebox  .cl-grid-row.cl-viewing.col_white {background-color: #D1D1D1 !important; }
.timebox  .cl-grid-row.cl-viewing.col_other {background-color: #B1B1B1 !important; }

div .div_ellipsis{
    width:100%;
}
div .div_ellipsis div{
    width:100%;
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
div.div_ellipsis{
    width:100%;
}
div.div_ellipsis div{
    width:100%;
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.custom div{
    display:block !important;
    width:100%;
}
.custom div div{
    display:block !important;
    width:100%;
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}