7299 lines
223 KiB
CSS
7299 lines
223 KiB
CSS
|
|
.dhtmlxcalendar_ifr {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
background-color: white;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue {
|
|
position: absolute;
|
|
display: block;
|
|
background-color: white;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue ul.dhtmlxcalendar_line {
|
|
position: relative;
|
|
display: block;
|
|
clear: both;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
width: 211px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue ul.dhtmlxcalendar_line li {
|
|
float: left;
|
|
position: relative;
|
|
list-style-type: none;
|
|
list-style-image: none;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue.dhtmlxcalendar_in_input {
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont {
|
|
position: relative;
|
|
display: block;
|
|
width: 211px;
|
|
height: 25px;
|
|
margin: 0px;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border: 1px solid #c3c3c3;
|
|
overflow: hidden;
|
|
color: #000000;
|
|
-webkit-user-select: text;
|
|
-khtml-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
-o-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr {
|
|
width: 211px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 18px;
|
|
height: 25px;
|
|
text-align: center;
|
|
color: inherit;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_left {
|
|
left: 4px;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
|
|
opacity: 0.8;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_left_hover {
|
|
left: 4px;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
|
|
opacity: 1;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_right {
|
|
right: 4px;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
|
|
opacity: 0.8;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr div.dhtmlxcalendar_month_arrow.dhtmlxcalendar_month_arrow_right_hover {
|
|
right: 4px;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
|
|
opacity: 1;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr span.dhtmlxcalendar_month_label_month,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr span.dhtmlxcalendar_month_label_year {
|
|
position: relative;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont {
|
|
position: relative;
|
|
display: block;
|
|
width: 211px;
|
|
margin: 0px;
|
|
padding-bottom: 1px;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #eaded3;
|
|
-webkit-user-select: text;
|
|
-khtml-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
-o-user-select: text;
|
|
user-select: text;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line {
|
|
border-top: 1px solid white;
|
|
padding-left: 1px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li {
|
|
width: 29px;
|
|
height: 19px;
|
|
line-height: 19px;
|
|
margin-right: 1px;
|
|
font-size: 9px;
|
|
background-color: #f2f2f2;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_day_weekday_cell,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_day_weekday_cell_first {
|
|
color: #c66200;
|
|
background-color: #ffe6ae;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont {
|
|
position: relative;
|
|
display: block;
|
|
width: 211px;
|
|
margin: 0px;
|
|
padding-bottom: 1px;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line {
|
|
border-top: 1px solid white;
|
|
padding-left: 1px;
|
|
height: 26px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li {
|
|
color: #909090;
|
|
background-color: white;
|
|
border: 1px solid white;
|
|
width: 27px;
|
|
height: 24px;
|
|
line-height: 23px;
|
|
margin-right: 1px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li div.dhtmlxcalendar_label {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend {
|
|
border-color: #cccccc;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_dis {
|
|
color: #b2b2b2;
|
|
background-color: #f0f0f0;
|
|
border-color: #f0f0f0;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_holiday,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_holiday {
|
|
color: #ff0000;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_holiday,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_holiday {
|
|
color: #ff0000;
|
|
border-color: #cccccc;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_holiday_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_holiday_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_holiday_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_holiday_dis {
|
|
color: #ff0000;
|
|
background-color: #f0f0f0;
|
|
border-color: #f0f0f0;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_hover,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_hover,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_hover,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_hover {
|
|
border-color: #cccccc;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_holiday_hover,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_weekend_holiday_hover,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_holiday_hover,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_date_weekend_holiday_hover {
|
|
color: #ff0000;
|
|
border-color: #cccccc;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month {
|
|
color: #000000;
|
|
background-color: #f2f2f2;
|
|
border-color: #f2f2f2;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend {
|
|
color: #c66200;
|
|
background-color: #fff0d2;
|
|
border-color: #fff0d2;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date {
|
|
color: #000000;
|
|
background-color: #b6d5ff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend {
|
|
color: #c66200;
|
|
background-color: #ffdc90;
|
|
border-color: #ffce65;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_dis {
|
|
color: #b2b2b2;
|
|
background-color: #f0f0f0;
|
|
border-color: #f0f0f0;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_holiday {
|
|
color: #ff0000;
|
|
background-color: #f2f2f2;
|
|
border-color: #f2f2f2;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_holiday {
|
|
color: #ff0000;
|
|
background-color: #fff0d2;
|
|
border-color: #fff0d2;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_holiday {
|
|
color: #ff0000;
|
|
background-color: #b6d5ff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_holiday {
|
|
color: #ff0000;
|
|
background-color: #ffdc90;
|
|
border-color: #ffce65;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_holiday_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_holiday_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_holiday_dis,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_holiday_dis {
|
|
color: #ff0000;
|
|
background-color: #f0f0f0;
|
|
border-color: #f0f0f0;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_hover {
|
|
color: #000000;
|
|
background-color: #daeaff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_hover {
|
|
color: #c66200;
|
|
background-color: #ffe9bb;
|
|
border-color: #ffce65;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_hover {
|
|
color: #000000;
|
|
background-color: #b6d5ff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_hover {
|
|
color: #c66200;
|
|
background-color: #ffdc90;
|
|
border-color: #ffce65;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_holiday_hover {
|
|
color: #ff0000;
|
|
background-color: #daeaff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_weekend_holiday_hover {
|
|
color: #ff0000;
|
|
background-color: #ffe9bb;
|
|
border-color: #ffce65;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_holiday_hover {
|
|
color: #ff0000;
|
|
background-color: #b6d5ff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_cell_month_date_weekend_holiday_hover {
|
|
color: #ff0000;
|
|
background-color: #ffdc90;
|
|
border-color: #ffce65;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line div.dhtmlxcalendar_label.dhtmlxcalendar_label_title {
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_mark.gif");
|
|
background-position: top right;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_time_cont {
|
|
position: relative;
|
|
display: block;
|
|
width: 211px;
|
|
height: 25px;
|
|
margin: 0px;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_time_cont ul.dhtmlxcalendar_line li {
|
|
width: 211px;
|
|
height: 25px;
|
|
line-height: 24px;
|
|
color: #333333;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_time_cont ul.dhtmlxcalendar_line li div.dhtmlxcalendar_time_img {
|
|
position: absolute;
|
|
left: 66px;
|
|
top: 6px;
|
|
width: 13px;
|
|
height: 13px;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_clock.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_cover {
|
|
position: absolute;
|
|
left: 1px;
|
|
background-color: white;
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj {
|
|
position: absolute;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_selector_obj_arrow {
|
|
position: absolute;
|
|
bottom: auto;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 9px;
|
|
overflow: hidden;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_selector_top.gif");
|
|
background-position: top center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table {
|
|
border: 1px solid #c3c3c3;
|
|
background-color: white;
|
|
border-top: none;
|
|
margin-top: 9px;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left {
|
|
width: 17px;
|
|
text-align: center;
|
|
border-top: 1px solid white;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
background-color: #f2f2f2;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
cursor: default;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left.dhtmlxcalendar_selector_cell_left_hover {
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_left.gif");
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle {
|
|
border-top: white 1px solid;
|
|
border-width: 1px 0px 0px 0px;
|
|
cursor: default;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right {
|
|
width: 17px;
|
|
text-align: center;
|
|
border-top: 1px solid white;
|
|
border-width: 1px 0px 0px 0px;
|
|
background-color: #f2f2f2;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
cursor: default;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right.dhtmlxcalendar_selector_cell_right_hover {
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_arrow_right.gif");
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul {
|
|
display: block;
|
|
clear: both;
|
|
margin: 0px 0px 0px 1px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul li {
|
|
float: left;
|
|
font-family: Tahoma;
|
|
font-size: 11px;
|
|
color: #000000;
|
|
list-style-type: none;
|
|
list-style-image: none;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin: 0px 1px 0px 0px;
|
|
padding: 0px;
|
|
background-color: #eff1f2;
|
|
border: 1px solid #eff1f2;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: default;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul li.dhtmlxcalendar_selector_cell_active {
|
|
background-color: #b6d5ff;
|
|
border-color: #b6d5ff;
|
|
color: #000000;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul li.dhtmlxcalendar_selector_cell_hover {
|
|
background-color: #daeaff;
|
|
border-color: #b6d5ff;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_month table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_month table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right {
|
|
display: none;
|
|
width: 0px;
|
|
border: 0px solid white;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line {
|
|
height: 22px;
|
|
border-top: none;
|
|
border-bottom: 1px solid white;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line li.dhtmlxcalendar_selector_cell {
|
|
width: 33px;
|
|
height: 20px;
|
|
line-height: 19px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours div.dhtmlxcalendar_selector_obj_arrow,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_selector_obj_arrow {
|
|
top: auto;
|
|
bottom: 0px;
|
|
background-image: url("imgs/dhxcalendar_skyblue/dhxcalendar_selector_bottom.gif");
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line {
|
|
height: 19px;
|
|
border-top: none;
|
|
border-bottom: 1px solid white;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line li.dhtmlxcalendar_selector_cell,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_middle ul.dhtmlxcalendar_selector_line li.dhtmlxcalendar_selector_cell {
|
|
width: 21px;
|
|
height: 17px;
|
|
line-height: 16px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_left,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table td.dhtmlxcalendar_selector_cell_right {
|
|
display: none;
|
|
width: 0px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours table.dhtmlxcalendar_selector_table,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes table.dhtmlxcalendar_selector_table {
|
|
margin-top: 0px;
|
|
margin-bottom: 9px;
|
|
border-top: 1px solid #c3c3c3;
|
|
border-bottom: none;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_month,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_year,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_hours,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_minutes,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_minutes4,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj div.dhtmlxcalendar_area_selector_minutes5 {
|
|
display: none;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_month div.dhtmlxcalendar_area_selector_month,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_year div.dhtmlxcalendar_area_selector_year,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_hours div.dhtmlxcalendar_area_selector_hours,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_area_selector_minutes,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_area_selector_minutes4,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_selector_obj.dhtmlxcalendar_selector_minutes div.dhtmlxcalendar_area_selector_minutes5 {
|
|
display: block;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue span.dhtmlxcalendar_label_minutes span.dhtmlxcalendar_selected_date {
|
|
border-bottom: 2px solid red;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn {
|
|
display: none;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell {
|
|
width: 26px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell {
|
|
width: 24px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_first,
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell {
|
|
width: 26px;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_days_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn {
|
|
display: block;
|
|
width: 21px;
|
|
color: #698ca4;
|
|
background-color: #dfe8f2;
|
|
}
|
|
.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_wn div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_wn {
|
|
display: block;
|
|
width: 19px;
|
|
color: #698ca4;
|
|
background-color: #dfe8f2;
|
|
border-color: #dfe8f2;
|
|
font-size: 11px;
|
|
}
|
|
div.dhtmlxcalendar_skin_detect {
|
|
position: absolute;
|
|
display: block;
|
|
visibility: hidden;
|
|
left: -100px;
|
|
top: 0px;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: none;
|
|
overflow: hidden;
|
|
}
|
|
div.dhxcombo_dhx_skyblue {
|
|
position: relative;
|
|
border: 1px solid #c3c3c3;
|
|
vertical-align: middle;
|
|
background-color: white;
|
|
overflow: hidden;
|
|
font-size: 1px;
|
|
height: 22px;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
/* button */
|
|
/* top image */
|
|
}
|
|
div.dhxcombo_dhx_skyblue input.dhxcombo_input {
|
|
position: relative;
|
|
top: 0px;
|
|
left: 1px;
|
|
height: 22px;
|
|
line-height: 21px;
|
|
*height: 20px;
|
|
/* ie6,ie7 */
|
|
*line-height: 19px;
|
|
border: 0px solid white;
|
|
outline: 0px solid white;
|
|
padding: 0px;
|
|
margin: 0px 0px 0px 2px;
|
|
background-color: white;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
color: #000000;
|
|
vertical-align: middle;
|
|
}
|
|
div.dhxcombo_dhx_skyblue input.dhxcombo_input::-ms-clear {
|
|
display: none;
|
|
}
|
|
div.dhxcombo_dhx_skyblue div.dhxcombo_select_button {
|
|
position: absolute;
|
|
width: 18px;
|
|
height: 18px;
|
|
top: 1px;
|
|
right: 1px;
|
|
font-size: 1px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
}
|
|
div.dhxcombo_dhx_skyblue div.dhxcombo_select_button div.dhxcombo_select_img {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxcombo_skyblue/dhxcombo_arrow_down.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
div.dhxcombo_dhx_skyblue div.dhxcombo_top_image {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 26px;
|
|
height: 22px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
/* options list */
|
|
div.dhxcombolist_dhx_skyblue {
|
|
position: absolute;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
color: #000000;
|
|
border: 1px solid #c3c3c3;
|
|
box-shadow: 0 2px 3px #ccc;
|
|
background-color: #efefef;
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow-x: none;
|
|
overflow-y: auto;
|
|
-moz-transition: height 0.15s ease 0s;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
/* checkbox modif */
|
|
/* image modif */
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option {
|
|
position: relative;
|
|
font-size: inherit;
|
|
height: 20px;
|
|
line-height: 19px;
|
|
border-top: 1px solid #efefef;
|
|
border-bottom: 1px solid #efefef;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option.dhxcombo_option_selected {
|
|
background-color: #b6d5ff !important;
|
|
border-top: 1px solid #b6d5ff !important;
|
|
border-bottom: 1px solid #b6d5ff !important;
|
|
color: #000000;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text {
|
|
position: relative;
|
|
padding: 0px 4px;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_chbx {
|
|
position: relative;
|
|
padding: 0px 4px 0px 4px;
|
|
margin-left: 20px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
white-space: nowrap;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_checkbox {
|
|
position: absolute;
|
|
left: 1px;
|
|
top: 1px;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-image: url("imgs/dhxcombo_skyblue/dhxcombo_chbx.gif");
|
|
background-repeat: no-repeat;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_0 {
|
|
background-position: 0px 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue .dhxcombo_option div.dhxcombo_checkbox.dhxcombo_chbx_1 {
|
|
background-position: -18px 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_image {
|
|
position: relative;
|
|
padding: 0px 4px 0px 4px;
|
|
margin-left: 20px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
white-space: nowrap;
|
|
}
|
|
div.dhxcombo_dhx_skyblue div.dhxcombo_top_image div.dhxcombo_image,
|
|
div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_image {
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 1px;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
/* disabled */
|
|
div.dhxcombo_dhx_skyblue.dhxcombo_disabled {
|
|
border: 1px solid #cccccc;
|
|
background-color: #fafafa;
|
|
}
|
|
div.dhxcombo_dhx_skyblue.dhxcombo_disabled input.dhxcombo_input {
|
|
color: #b2b2b2;
|
|
background-color: #fafafa;
|
|
}
|
|
div.dhxcombo_dhx_skyblue.dhxcombo_disabled div.dhxcombo_select_button {
|
|
border-color: #cccccc;
|
|
/* should match to COMMON DISABLED COLOR */
|
|
background-color: #fefefe;
|
|
background: linear-gradient(#fefefe, #f4f4f4);
|
|
background: -webkit-linear-gradient(#fefefe, #f4f4f4);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#fefefe, endColorStr=#f4f4f4) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
cursor: default;
|
|
}
|
|
div.dhxcombo_dhx_skyblue.dhxcombo_disabled div.dhxcombo_select_button div.dhxcombo_select_img {
|
|
background-image: url("imgs/dhxcombo_skyblue/dhxcombo_arrow_down_dis.gif");
|
|
}
|
|
/* in grid */
|
|
.dhxgrid_combo_icon {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
z-index: 1;
|
|
}
|
|
div.dhxcombo_in_grid_parent {
|
|
position: relative;
|
|
height: 100%;
|
|
top: 0px;
|
|
}
|
|
div.dhxcombo_in_grid_parent div.dhxcombo_dhx_skyblue {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: -4px;
|
|
*top: -2px;
|
|
*height: 23px;
|
|
}
|
|
div.dhxcombo_in_grid_parent input.dhxcombo_input {
|
|
border-left: 2px solid white;
|
|
font-family: Arial;
|
|
font-size: 12px;
|
|
*margin-top: -3px;
|
|
*height: 18px;
|
|
*line-height: 17px;
|
|
}
|
|
/* multicolumn */
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr {
|
|
border-bottom-width: 0px;
|
|
height: 27px;
|
|
line-height: 27px;
|
|
box-shadow: none;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr div.dhxcombo_hdrtext {
|
|
position: relative;
|
|
padding: 0px;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr div.dhxcombo_hdrtext div.dhxcombo_hdrcell,
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr div.dhxcombo_hdrtext div.dhxcombo_hdrcell_first {
|
|
float: left;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
position: relative;
|
|
z-index: 2;
|
|
border-left: 1px solid #c3c3c3;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr div.dhxcombo_hdrtext div.dhxcombo_hdrcell_first,
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr div.dhxcombo_hdrtext div.dhxcombo_hdrcell:first-child {
|
|
border-left-width: 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
margin-top: -1px;
|
|
z-index: 0;
|
|
border-top: 1px solid #e5e5e5;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
background-color: white;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option:last-child {
|
|
border-bottom-color: white;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option div.dhxcombo_option_text {
|
|
padding: 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option div.dhxcombo_cell,
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option div.dhxcombo_cell_first {
|
|
float: left;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
position: relative;
|
|
border-left: 1px solid #e5e5e5;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option div.dhxcombo_cell_first,
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option div.dhxcombo_cell:first-child {
|
|
border-left-width: 0px;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option.dhxcombo_option_selected {
|
|
z-index: 1;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option.dhxcombo_option_selected div.dhxcombo_cell {
|
|
border-left-color: #b6d5ff;
|
|
}
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_multicolumn div.dhxcombo_option div.dhxcombo_cell_text,
|
|
div.dhxcombolist_dhx_skyblue.dhxcombolist_hdr div.dhxcombo_hdrtext div.dhxcombo_hdrcell_text {
|
|
position: relative;
|
|
margin: 0px 10px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
}
|
|
/* skin detect */
|
|
.dhxcombo_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
/* 10 for skyblue */
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxcolorpicker_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
/* 10 for skyblue */
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_g_area {
|
|
position: absolute;
|
|
width: 254px;
|
|
height: 272px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #efefef;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_add_memory {
|
|
height: 317px !important;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_sub_area {
|
|
margin: 1px;
|
|
width: 252px;
|
|
height: 270px;
|
|
background-color: #efefef;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_add_memory .dhxcp_sub_area {
|
|
height: 229px !important;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_g_color_area {
|
|
padding: 10px;
|
|
width: 232px;
|
|
height: 122px;
|
|
margin: 0px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector {
|
|
position: absolute;
|
|
width: 210px;
|
|
height: 120px;
|
|
background-image: url("imgs/dhxcp_skyblue/dhxcp_colors.png");
|
|
background-repeat: no-repeat;
|
|
border: 1px solid #c3c3c3;
|
|
cursor: pointer;
|
|
float: left;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_contrast_area {
|
|
border: 1px solid #c3c3c3;
|
|
position: relative;
|
|
height: 120px;
|
|
width: 10px;
|
|
cursor: pointer;
|
|
float: right;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_ie_gradient {
|
|
height: 120px;
|
|
width: 10px;
|
|
margin: 0px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector .dhxcp_v_line {
|
|
position: absolute;
|
|
width: 0px;
|
|
height: 120px;
|
|
border-left: 1px solid #ffffff;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector .dhxcp_h_line,
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_contrast_area .dhxcp_h_line {
|
|
position: absolute;
|
|
height: 0px;
|
|
border-top: 1px solid #ffffff;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_color_selector .dhxcp_h_line {
|
|
width: 210px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_contrast_area .dhxcp_h_line {
|
|
width: 10px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_g_input_area {
|
|
padding: 0px 10px;
|
|
width: 232px;
|
|
height: 78px;
|
|
margin: 0px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_value_cont {
|
|
width: 60px;
|
|
height: 82px;
|
|
float: left;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_value_color {
|
|
width: 56px;
|
|
height: 30px;
|
|
border: 1px solid #c3c3c3;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_value {
|
|
width: 49px;
|
|
height: 20px;
|
|
border: 1px solid #c3c3c3;
|
|
border-radius: 0px;
|
|
background-color: white;
|
|
margin: 5px 0px 0px 0px;
|
|
padding: 1px 3px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
text-align: left;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_inputs_cont {
|
|
border: none;
|
|
border-spacing: 0px;
|
|
width: 161px;
|
|
height: 78px;
|
|
float: right;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_label_hsl,
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_label_rgb {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
text-align: right;
|
|
padding: 0px 3px 0px 0px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue td.dhxcp_input_hsl,
|
|
.dhtmlxcp_dhx_skyblue td.dhxcp_input_rgb {
|
|
width: 27px;
|
|
border: none;
|
|
padding: 3px 0px;
|
|
margin: 0px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue input.dhxcp_input_hsl,
|
|
.dhtmlxcp_dhx_skyblue input.dhxcp_input_rgb {
|
|
width: 25px;
|
|
height: 19px;
|
|
border: 1px solid #c3c3c3;
|
|
border-radius: 0px;
|
|
background-color: white;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
text-align: right;
|
|
padding: 0px 3px;
|
|
line-height: 18px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_g_memory_area {
|
|
width: 232px;
|
|
height: 0px;
|
|
overflow: hidden;
|
|
border-top: 1px solid #ffffff;
|
|
margin: 10px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_memory_button_cont {
|
|
width: 232px;
|
|
margin: 0px;
|
|
height: 24px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue button {
|
|
outline: none;
|
|
border-radius: 2px;
|
|
border: 1px solid #c3c3c3;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
padding: 0px;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhtmlxcp_dhx_skyblue button:hover {
|
|
background-color: #f4f4f4;
|
|
background: linear-gradient(#f4f4f4, #ececec);
|
|
background: -webkit-linear-gradient(#f4f4f4, #ececec);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f4f4f4, endColorStr=#ececec) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhtmlxcp_dhx_skyblue button:active {
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 3px #ccc inset;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_save_to_memory {
|
|
width: 232px;
|
|
height: 24px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_save_to_memory .dhxcp_label_bm {
|
|
background-image: url("imgs/dhxcp_skyblue/dhxcp_icon_save.png");
|
|
background-repeat: no-repeat;
|
|
display: inherit;
|
|
padding-left: 15px;
|
|
background-position: 0px 4px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
width: 80px;
|
|
margin: 1px auto;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_memory_els_cont {
|
|
width: 232px;
|
|
height: 25px;
|
|
margin-top: 3px;
|
|
text-align: center;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_memory_el {
|
|
width: 24px;
|
|
height: 24px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #c3c3c3;
|
|
display: inline-block;
|
|
margin: 0px 1px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_memory_el_select {
|
|
border: 1px dashed black !important;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_memory_el_next {
|
|
border: 1px dashed red !important;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_add_memory .dhxcp_g_memory_area {
|
|
height: 55px !important;
|
|
border-top: none !important;
|
|
margin: 5px 10px 5px 10px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhxcp_buttons_area {
|
|
padding: 0px 10px;
|
|
width: 232px;
|
|
height: 26px;
|
|
text-align: right;
|
|
margin: 0px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue .dhx_button_save,
|
|
.dhtmlxcp_dhx_skyblue .dhx_button_cancel {
|
|
padding: 2px 10px;
|
|
margin: 1px;
|
|
height: 24px;
|
|
line-height: 12px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
.dhxcp_colorBox {
|
|
float: right;
|
|
}
|
|
.dhxcp_colorInput {
|
|
float: left;
|
|
}
|
|
.dhxcp_frm {
|
|
background-color: white;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
position: absolute;
|
|
width: 256px;
|
|
height: 274px;
|
|
}
|
|
.dhtmlxcp_dhx_skyblue.dhtmlxcp_in_form .dhxcp_g_area {
|
|
padding: 5px;
|
|
border: 1px solid #c3c3c3;
|
|
box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
|
|
}
|
|
.dhtmlxslider_dhx_skyblue {
|
|
z-index: 0;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_hidden {
|
|
display: none;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_container {
|
|
position: relative;
|
|
float: left;
|
|
clear: left;
|
|
margin: 0px;
|
|
padding: 1px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_container.dhxsl_cont_hr {
|
|
margin-top: 6px;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_container.dhxsl_cont_vr {
|
|
margin-left: 6px;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_runner {
|
|
position: absolute;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #f4f4f4;
|
|
background: linear-gradient(#f4f4f4, #ececec);
|
|
background: -webkit-linear-gradient(#f4f4f4, #ececec);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f4f4f4, endColorStr=#ececec) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border-radius: 2px;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-ms-touch-action: none;
|
|
z-index: 1;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_runner.dhxsl_runner_actv {
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
z-index: 2;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_runner_dis {
|
|
border-color: #c9c9c9;
|
|
background-color: #e8e8e8;
|
|
background: linear-gradient(#e8e8e8, #dedede);
|
|
background: -webkit-linear-gradient(#e8e8e8, #dedede);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e8e8e8, endColorStr=#dedede) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_track {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
border: 1px solid #c3c3c3;
|
|
position: relative;
|
|
border-radius: 2px;
|
|
background-color: white;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-ms-touch-action: none;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_track div.dhxsl_track_bg {
|
|
position: absolute;
|
|
background-color: #efefef;
|
|
font-size: 1px;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_cont_vr .dhxsl_track {
|
|
height: 100%;
|
|
width: 3px;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_cont_vr .dhxsl_track div.dhxsl_track_bg {
|
|
left: 0px;
|
|
width: 100%;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_cont_hr .dhxsl_track {
|
|
width: 100%;
|
|
height: 3px;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_cont_hr .dhxsl_track div.dhxsl_track_bg {
|
|
top: 0px;
|
|
height: 100%;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_track_dis {
|
|
border: 1px solid #c9c9c9;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.dhtmlxslider_dhx_skyblue .dhxsl_track_dis div.dhxsl_track_bg {
|
|
position: absolute;
|
|
background-color: #d0d0d0;
|
|
}
|
|
.dhxslider_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
/* 10 for skyblue */
|
|
height: 10px;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
div.dhx_popup_dhx_skyblue {
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
position: absolute;
|
|
/* offsets for IE */
|
|
/* arrow image */
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area {
|
|
position: relative;
|
|
margin: 10px;
|
|
padding: 3px 0px;
|
|
border: 1px solid #c3c3c3;
|
|
box-shadow: 0 0 3px #ccc;
|
|
background-color: #efefef;
|
|
border-radius: 2px;
|
|
/* components-related */
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
padding: 0px 8px;
|
|
height: 24px;
|
|
line-height: 23px;
|
|
border-top: 1px solid #efefef;
|
|
border-bottom: 1px solid #efefef;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_skyblue {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td * {
|
|
white-space: normal;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
|
|
padding: 2px 0px;
|
|
font-size: 1px;
|
|
position: relative;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
|
|
position: relative;
|
|
font-size: 1px;
|
|
line-height: 1px;
|
|
height: 0px;
|
|
width: 100%;
|
|
border-top: 1px solid #acbcc5;
|
|
overflow: hidden;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:first-child {
|
|
padding-left: 16px;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:last-child {
|
|
padding-right: 16px;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr:hover td.dhx_popup_td {
|
|
background-color: #bdd6ef;
|
|
border-top: 1px solid #95cce4;
|
|
border-bottom: 1px solid #95cce4;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
|
|
background: none;
|
|
border-top: 1px solid #efefef;
|
|
border-bottom: 1px solid #efefef;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
|
|
padding-top: 8px!important;
|
|
padding-bottom: 8px!important;
|
|
height: auto;
|
|
line-height: inherit;
|
|
-webkit-user-select: text;
|
|
-khtml-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
-o-user-select: text;
|
|
user-select: text;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_skyblue {
|
|
position: relative!important;
|
|
background-image: none;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_skyblue {
|
|
background: none;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_dhx_skyblue {
|
|
border: 1px solid #c3c3c3;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhxform_obj_dhx_skyblue div.dhxeditor_dhx_skyblue {
|
|
border-width: 0px;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area {
|
|
position: relative;
|
|
background-color: #efefef;
|
|
border: 0px solid white;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area div.dhxcp_sub_area {
|
|
background: #efefef;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxcarousel_cont {
|
|
background-color: #efefef;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie {
|
|
box-shadow: 0 0 6px #ccc;
|
|
/* IE6 hover */
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
|
|
height: 1em;
|
|
line-height: 1em;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
|
|
padding-left: 16px;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
|
|
padding-right: 16px;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
|
|
background-color: #bdd6ef;
|
|
border-top: 1px solid #95cce4;
|
|
border-bottom: 1px solid #95cce4;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow {
|
|
position: absolute;
|
|
background-repeat: no-repeat;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_bottom {
|
|
width: 19px;
|
|
height: 16px;
|
|
background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_bottom.gif");
|
|
background-position: top center;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_top {
|
|
width: 19px;
|
|
height: 16px;
|
|
background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_top.gif");
|
|
background-position: bottom center;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_right {
|
|
width: 16px;
|
|
height: 19px;
|
|
background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_right.gif");
|
|
background-position: center left;
|
|
}
|
|
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_left {
|
|
width: 16px;
|
|
height: 19px;
|
|
background-image: url("imgs/dhxpopup_skyblue/dhxpopup_arrow_left.gif");
|
|
background-position: center right;
|
|
}
|
|
/* skin detect */
|
|
div.dhx_popup_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxmenu_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
/* 10 for skyblue */
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle {
|
|
position: relative;
|
|
height: 30px;
|
|
border: none;
|
|
overflow: hidden;
|
|
background-color: #ebebeb;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle div.top_sep {
|
|
float: left;
|
|
position: relative;
|
|
height: 22px;
|
|
width: 0px;
|
|
border-left: 1px solid #dddddd;
|
|
margin: 4px 2px 0px 0px;
|
|
line-height: 1px;
|
|
font-size: 1px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle img.dhtmlxMenu_TopLevel_Item_Icon {
|
|
float: left;
|
|
margin: 2px 3px 0px 3px;
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle div.dhtmlxMenu_TopLevel_Text_right {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: none;
|
|
right: 8px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
cursor: default;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle div.dhtmlxMenu_TopLevel_Text_left {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: none;
|
|
left: 8px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
cursor: default;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle.dir_left div.align_left {
|
|
float: left;
|
|
}
|
|
.dhtmlxMenu_dhx_skyblue_Middle.dir_left div.align_right {
|
|
float: right;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled,
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
|
|
position: relative;
|
|
float: left;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
cursor: default;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
vertical-align: middle;
|
|
margin: 3px 2px 0px 0px;
|
|
padding: 0px 3px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal div.top_level_text,
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled div.top_level_text,
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected div.top_level_text {
|
|
float: left;
|
|
margin: 0px 3px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled {
|
|
border: 1px solid #ebebeb;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled {
|
|
color: #999999 !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
|
|
border: 1px solid #b6d5ff;
|
|
background-color: #b6d5ff;
|
|
color: #000000;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon {
|
|
position: absolute;
|
|
border: 1px solid #c3c3c3;
|
|
/*box-shadow: 0 0 3px #ccc;*/
|
|
box-shadow: 0px 10px 50px -10px #000;
|
|
padding: 3px 0px;
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
/*background-color: #efefef;*/
|
|
background-color: rgba(239, 239, 239, 0.95);
|
|
overflow: hidden;
|
|
cursor: default;
|
|
line-height: normal;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
line-height: normal;
|
|
padding: 0px 3px;
|
|
border-top: 1px solid #efefef;
|
|
border-bottom: 1px solid #efefef;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td {
|
|
background-color: #b6d5ff;
|
|
border-top: 1px solid #b6d5ff;
|
|
border-bottom: 1px solid #b6d5ff;
|
|
color: #000000;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_hk {
|
|
color: #333333 !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_icon {
|
|
width: 18px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_icon img.sub_icon {
|
|
float: left;
|
|
margin: 0px;
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_item_text {
|
|
padding: 0px 12px 0px 1px;
|
|
height: 22px;
|
|
line-height: 21px;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_item_text {
|
|
color: #999999 !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk div.sub_item_hk {
|
|
font-family: Tahoma;
|
|
font-size: 11px;
|
|
color: #4d4d4d;
|
|
text-align: right;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis td.sub_item_hk div.sub_item_hk {
|
|
color: #9b9b9b !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow {
|
|
width: 4px;
|
|
margin: 0px 2px 0px 5px;
|
|
height: 22px;
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_subar.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 0px;
|
|
overflow: hidden;
|
|
font-size: 1px;
|
|
float: right;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.complex_arrow {
|
|
background-position: -4px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.complex_arrow {
|
|
background-position: -8px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.complex_arrow_loading {
|
|
width: 11px;
|
|
height: 22px;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_loader.gif");
|
|
float: right;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon {
|
|
float: left;
|
|
margin: 0px;
|
|
width: 18px;
|
|
height: 18px;
|
|
background-position: top right;
|
|
background-repeat: no-repeat;
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_chrd.gif");
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.chbx_0 {
|
|
background-position: 0px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.chbx_1 {
|
|
background-position: -18px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.chbx_0 {
|
|
background-position: -36px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.chbx_1 {
|
|
background-position: -54px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.rdbt_0 {
|
|
background-position: -72px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_icon.rdbt_1 {
|
|
background-position: -90px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.rdbt_0 {
|
|
background-position: -108px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_dis div.sub_icon.rdbt_1 {
|
|
background-position: -126px 0px !important;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon tr.sub_sep td {
|
|
padding: 2px 0px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon div.sub_sep {
|
|
position: static;
|
|
font-size: 1px;
|
|
line-height: 1px;
|
|
height: 1px;
|
|
width: 100%;
|
|
border-top: 1px solid #c3c3c3;
|
|
}
|
|
iframe.dhtmlxMenu_IE6CoverFix_dhx_skyblue {
|
|
position: absolute;
|
|
border: none;
|
|
background: #000000;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp,
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp_Over,
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp_Disabled {
|
|
position: relative;
|
|
font-size: 1px;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_up.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
padding: 8px 0px;
|
|
margin-bottom: 3px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowUp_Disabled {
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_up_dis.gif");
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown,
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown_Over,
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown_Disabled {
|
|
position: relative;
|
|
font-size: 1px;
|
|
border-top: 1px solid #c3c3c3;
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_down.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
padding: 8px 0px;
|
|
margin-top: 3px;
|
|
}
|
|
div.dhtmlxMenu_dhx_skyblue_SubLevelArea_ArrowDown_Disabled {
|
|
background-image: url("imgs/dhxmenu_skyblue/dhxmenu_arrow_down_dis.gif");
|
|
}
|
|
.dhtmlxribbon_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
/* 10 for skyblue */
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
background-color: #ffffff;
|
|
border: 1px solid #c3c3c3;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
background-color: #efefef;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_background_area {
|
|
height: 115px;
|
|
background-color: #efefef;
|
|
margin: 1px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_with_tabbar {
|
|
height: 145px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue div.dhx_cell_tabbar {
|
|
background-color: #efefef !important;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_g_area {
|
|
height: 115px;
|
|
float: left;
|
|
clear: left;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base {
|
|
margin: 3px;
|
|
float: left;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #eaeaea;
|
|
border-radius: 2px;
|
|
height: 106px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base .dhxrb_block_items {
|
|
height: 84px;
|
|
float: left;
|
|
padding: 2px 0px;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base > .dhxrb_block_label {
|
|
height: 18px;
|
|
line-height: 17px;
|
|
*height: auto;
|
|
*line-height: 1em;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base .dhxrb_block_label {
|
|
text-align: center;
|
|
clear: left;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #898989;
|
|
background-color: #e5e5e5;
|
|
*padding: 1px 3px 4px;
|
|
*font-size: 11px;
|
|
*font-family: Tahoma, FreeSans;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button {
|
|
margin: 0pc 2px 5px;
|
|
float: left;
|
|
text-align: center;
|
|
padding: 4px 6px;
|
|
height: 72px;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaeaea;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
background-color: #eaeaea;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_image {
|
|
width: 48px;
|
|
height: 48px;
|
|
border: none;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_label_button {
|
|
margin: 0px auto;
|
|
cursor: default;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
line-height: 10px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_invisible {
|
|
visibility: hidden;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block {
|
|
float: left;
|
|
margin: 0px 2px 5px;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block .dhxrb_invisible {
|
|
display: none;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button {
|
|
height: 21px;
|
|
margin: 1px 3px;
|
|
float: left;
|
|
clear: left;
|
|
padding: 3px 4px 0px 4px;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaeaea;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
background-color: #eaeaea;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row {
|
|
height: 20px;
|
|
margin: 1px 3px;
|
|
float: left;
|
|
padding: 3px 4px 1px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
border-radius: 2px;
|
|
border: 1px solid #eaeaea;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
background-color: #eaeaea;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_buttoncombo_cont {
|
|
height: 22px;
|
|
padding: 0px 2px !important;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
float: left;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo_cont {
|
|
height: 24px;
|
|
padding: 1px 2px !important;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo {
|
|
float: left;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_slider,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_slider {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row center,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group center,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button center {
|
|
float: left;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_slider {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_slider {
|
|
width: 16px;
|
|
margin: 2px 0px;
|
|
height: 50px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group {
|
|
height: 19px;
|
|
float: left;
|
|
padding: 2px 4px 1px;
|
|
border: 1px solid #ffffff;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_input {
|
|
float: left;
|
|
border: 1px solid #c3c3c3;
|
|
height: 14px;
|
|
width: 80px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
padding: 1px 2px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_input:disabled {
|
|
border: 1px solid #cccccc;
|
|
background-color: #fafafa;
|
|
color: #b2b2b2;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_image,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_image,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_image {
|
|
width: 18px;
|
|
height: 18px;
|
|
float: left;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_label_button,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_label_button,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_label_button {
|
|
float: left;
|
|
cursor: default;
|
|
margin: 2px 4px 2px 6px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo_cont .dhxrb_label_button {
|
|
float: left;
|
|
margin-left: 3px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
cursor: default;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_label_checkbox {
|
|
float: left;
|
|
margin: 2px 4px;
|
|
cursor: default;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_disable_text_style,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_item_disable .dhxrb_label_checkbox {
|
|
color: #999999 !important;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_highlight0 {
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #f4f4f4;
|
|
background: linear-gradient(#f4f4f4, #ececec);
|
|
background: -webkit-linear-gradient(#f4f4f4, #ececec);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f4f4f4, endColorStr=#ececec) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_highlight1 {
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 3px #c3c0bc inset;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_highlight0 {
|
|
border: 1px solid #e5ebef;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_highlight1 {
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 3px #c3c0bc inset;
|
|
border: 0px;
|
|
padding: 3px 5px 2px 5px;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_item_hide {
|
|
display: none !important;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_rows {
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_row {
|
|
float: left;
|
|
clear: left;
|
|
margin: 0px 2px;
|
|
height: 28px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_arrow {
|
|
padding: 0px 5px;
|
|
margin-left: 2px;
|
|
background: url("imgs/dhxribbon_skyblue/dhxribbon_arrow.gif") no-repeat 50%;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block .dhxrb_group {
|
|
border: 1px solid #c3c3c3;
|
|
background: #efefef;
|
|
height: 24px;
|
|
border-radius: 2px;
|
|
float: left;
|
|
clear: left;
|
|
margin: 1px 3px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_block_row .dhxrb_group {
|
|
border: 1px solid #c3c3c3;
|
|
background: #efefef;
|
|
height: 24px;
|
|
border-radius: 2px;
|
|
float: left;
|
|
margin: 1px 3px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_label_hide {
|
|
display: none;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_separator_groupp {
|
|
height: 24px;
|
|
width: 0;
|
|
border-left: 1px solid #ccdcef;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_checked.dhxrb_item_disable > .dhxrb_checkbox {
|
|
background-image: url("imgs/dhxribbon_skyblue/dhxribbon_checked_dis.gif");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_checked .dhxrb_checkbox {
|
|
background-image: url("imgs/dhxribbon_skyblue/dhxribbon_checked.gif");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_item_disable .dhxrb_checkbox {
|
|
border: 1px solid #aaaaaa;
|
|
background-color: #eeeeee;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_checkbox {
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ffffff;
|
|
float: left;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: 2px;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_item_text {
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
color: #2d6278;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_item_text {
|
|
height: 19px;
|
|
line-height: 18px;
|
|
*float: left;
|
|
*clear: left;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_item_text,
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_item_text {
|
|
font-family: Tahoma;
|
|
font-size: 14px;
|
|
color: #2d6278;
|
|
}
|
|
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_item_text {
|
|
font-family: Tahoma;
|
|
font-size: 30px;
|
|
color: #2d6278;
|
|
line-height: 72px;
|
|
height: 72px;
|
|
float: left;
|
|
clear: left;
|
|
}
|
|
.dhxtoolbar_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue {
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
position: relative;
|
|
padding: 0px 5px;
|
|
height: 30px;
|
|
line-height: normal;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
/* font */
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_float_left {
|
|
float: left;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_float_right {
|
|
float: right;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw {
|
|
position: relative;
|
|
float: left;
|
|
margin-top: 2px;
|
|
padding: 2px 3px;
|
|
*padding-bottom: 4px;
|
|
margin-right: 1px;
|
|
line-height: normal;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: default;
|
|
height: 22px;
|
|
*height: 20px;
|
|
overflow: hidden;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_dis {
|
|
color: #999999;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_over,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_over {
|
|
border: 1px solid #c3c3c3;
|
|
border-radius: 2px;
|
|
padding: 1px 2px;
|
|
*padding-bottom: 3px;
|
|
background-color: #f4f4f4;
|
|
background: linear-gradient(#f4f4f4, #ececec);
|
|
background: -webkit-linear-gradient(#f4f4f4, #ececec);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f4f4f4, endColorStr=#ececec) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_pres,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_pres {
|
|
border: 1px solid #c3c3c3;
|
|
border-radius: 2px;
|
|
padding: 1px 2px;
|
|
*padding-bottom: 3px;
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_pres_dis {
|
|
color: #999999;
|
|
border: 1px solid #c9c9c9;
|
|
border-radius: 2px;
|
|
padding: 1px 2px;
|
|
*padding-bottom: 3px;
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn img {
|
|
float: left;
|
|
margin: 2px;
|
|
width: 18px;
|
|
height: 18px;
|
|
cursor: default;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn .dhxtoolbar_input {
|
|
position: relative;
|
|
float: left;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: white;
|
|
margin: 1px;
|
|
padding: 2px 4px 3px 4px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
line-height: normal;
|
|
direction: ltr;
|
|
outline: none;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn .dhxtoolbar_input:disabled {
|
|
background-color: #e7eef8;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn div.dhxtoolbar_text,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw div.arwimg {
|
|
float: left;
|
|
font: inherit;
|
|
height: 18px;
|
|
line-height: 17px;
|
|
margin: 2px 4px;
|
|
padding: 0px;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw {
|
|
margin-left: -3px;
|
|
z-index: 1;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw div.arwimg {
|
|
margin: 2px 0px;
|
|
padding: 0px 3px;
|
|
background-image: url("imgs/dhxtoolbar_skyblue/dhxtoolbar_arrow.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_dis div.arwimg {
|
|
background-image: url("imgs/dhxtoolbar_skyblue/dhxtoolbar_arrow_dis.gif");
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_sep {
|
|
float: left;
|
|
border-left: 1px solid #c8d7dc;
|
|
height: 20px;
|
|
margin: 5px 6px 0px 5px;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_text {
|
|
float: left;
|
|
vertical-align: middle;
|
|
margin-top: 3px;
|
|
padding: 3px 5px;
|
|
line-height: 17px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_l,
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_m,
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_r {
|
|
float: left;
|
|
height: 5px;
|
|
line-height: 1px;
|
|
margin: 8px 0px 6px 0px;
|
|
padding: 0px;
|
|
width: 2px;
|
|
font-size: 1px;
|
|
border-top: 1px solid #acbcc5;
|
|
border-bottom: 1px solid #acbcc5;
|
|
background-color: #efefef;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_l {
|
|
margin-left: 4px;
|
|
border-left: 1px solid #acbcc5;
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_bg_r {
|
|
margin-right: 4px;
|
|
border-right: 1px solid #acbcc5;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_pen,
|
|
.dhx_toolbar_dhx_skyblue div.dhxtoolbar_sl_pen.dhxtoolbar_over {
|
|
position: absolute;
|
|
top: 5px;
|
|
width: 7px;
|
|
height: 14px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ebebec;
|
|
background: linear-gradient(#ebebec, #e6e5e5);
|
|
background: -webkit-linear-gradient(#ebebec, #e6e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ebebec, endColorStr=#e6e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border-radius: 1px;
|
|
cursor: default;
|
|
font-size: 1px;
|
|
line-height: 1px;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_pen {
|
|
border-color: #c9c9c9;
|
|
background-color: #e5e5e5;
|
|
background: linear-gradient(#e5e5e5, #e0e0e0);
|
|
background: -webkit-linear-gradient(#e5e5e5, #e0e0e0);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e5e5e5, endColorStr=#e0e0e0) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_bg_l,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_bg_m,
|
|
.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_dis div.dhxtoolbar_sl_bg_r {
|
|
border-color: #c9c9c9;
|
|
background-color: #e9e9e9;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 {
|
|
height: 36px !important;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_arw {
|
|
height: 28px;
|
|
*height: 26px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn img {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn div.dhxtoolbar_text,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_arw div.arwimg {
|
|
height: 24px;
|
|
line-height: 23px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_text {
|
|
padding-top: 6px;
|
|
padding-bottom: 6px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_sep {
|
|
height: 26px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_bg_l,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_bg_m,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_bg_r {
|
|
margin-top: 11px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhxtoolbar_sl_pen {
|
|
top: 8px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_24 div.dhx_toolbar_btn .dhxtoolbar_input {
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 {
|
|
height: 44px !important;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_arw {
|
|
height: 36px;
|
|
*height: 34px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn div.dhxtoolbar_text,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_arw div.arwimg {
|
|
height: 32px;
|
|
line-height: 31px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_text {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_sep {
|
|
height: 34px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_bg_l,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_bg_m,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_bg_r {
|
|
margin-top: 15px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhxtoolbar_sl_pen {
|
|
top: 12px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_32 div.dhx_toolbar_btn .dhxtoolbar_input {
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 {
|
|
height: 60px !important;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_arw {
|
|
height: 52px;
|
|
*height: 50px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn img {
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn div.dhxtoolbar_text,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_arw div.arwimg {
|
|
height: 48px;
|
|
line-height: 47px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_text {
|
|
padding-top: 18px;
|
|
padding-bottom: 18px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_sep {
|
|
height: 50px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_bg_l,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_bg_m,
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_bg_r {
|
|
margin-top: 23px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhxtoolbar_sl_pen {
|
|
top: 20px;
|
|
}
|
|
.dhx_toolbar_dhx_skyblue.dhxtoolbar_icons_48 div.dhx_toolbar_btn .dhxtoolbar_input {
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue {
|
|
position: absolute;
|
|
border: 1px solid #c3c3c3;
|
|
box-shadow: 0 0 3px #ccc;
|
|
padding: 3px 0px;
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
background-color: #efefef;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
line-height: normal;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue td {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
line-height: normal;
|
|
padding: 0px 3px;
|
|
border-top: 1px solid #efefef;
|
|
border-bottom: 1px solid #efefef;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue .tr_btn_over td,
|
|
div.dhx_toolbar_poly_dhx_skyblue .tr_btn_selected td {
|
|
background-color: #bddcef;
|
|
border-top: 1px solid #a9cce4;
|
|
border-bottom: 1px solid #a9cce4;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue .tr_btn_disabled td {
|
|
color: #999999;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue td.td_btn_img {
|
|
width: 18px;
|
|
text-align: center;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue td.td_btn_img img.btn_sel_img {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue td.td_btn_txt div.btn_sel_text {
|
|
padding: 0px 12px 0px 1px;
|
|
height: 22px;
|
|
line-height: 21px;
|
|
overflow: hidden;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue tr.tr_sep td {
|
|
padding: 2px 0px;
|
|
}
|
|
div.dhx_toolbar_poly_dhx_skyblue div.btn_sep {
|
|
position: relative;
|
|
font-size: 1px;
|
|
line-height: 1px;
|
|
height: 0px;
|
|
width: 100%;
|
|
border-top: 1px solid #acbcc5;
|
|
}
|
|
div.dhx_toolbar_slider_label_dhx_skyblue {
|
|
position: absolute;
|
|
border: 1px solid #c3c3c3;
|
|
box-shadow: 0 0 3px #ccc;
|
|
background-color: #efefef;
|
|
padding: 5px 8px;
|
|
border-radius: 2px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
line-height: normal;
|
|
}
|
|
.dhxtoolbar_maxopen_test {
|
|
position: absolute;
|
|
width: 200px;
|
|
height: 50px;
|
|
overflow-x: none;
|
|
overflow-y: auto;
|
|
left: -300px;
|
|
top: 100px;
|
|
border: 1px solid white;
|
|
visibility: hidden;
|
|
}
|
|
.dhxtoolbar_maxopen_test2 {
|
|
height: 200px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhx_cell_acc div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging,
|
|
.dhxlayout_base_dhx_skyblue div.dhx_cell_layout div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging,
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging {
|
|
position: relative;
|
|
height: 32px;
|
|
line-height: 31px;
|
|
margin-top: -1px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging {
|
|
margin-top: 0px;
|
|
height: 31px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging {
|
|
position: relative;
|
|
height: 32px;
|
|
line-height: 31px;
|
|
margin-top: 3px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging .dhx_toolbar_dhx_skyblue,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_paging .dhx_toolbar_dhx_skyblue {
|
|
border-width: 0px;
|
|
background-image: none;
|
|
}
|
|
.dhxeditor_dhx_skyblue {
|
|
position: relative;
|
|
}
|
|
.dhxeditor_dhx_skyblue iframe.dhxeditor_mainiframe {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb {
|
|
position: relative;
|
|
height: 30px;
|
|
padding: 0px 5px;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button {
|
|
float: left;
|
|
position: relative;
|
|
width: 18px;
|
|
height: 18px;
|
|
font-size: 2px;
|
|
margin-left: 5px;
|
|
margin-top: 7px;
|
|
cursor: pointer;
|
|
background-image: url("imgs/dhxeditor_skyblue/buttons.gif");
|
|
opacity: 1;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_bold {
|
|
margin-left: 5px;
|
|
background-position: 0px 0px;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_italic {
|
|
background-position: -18px 0px;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_underline {
|
|
background-position: -36px 0px;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_clearformat {
|
|
background-position: -54px 0px;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor {
|
|
position: absolute;
|
|
background-color: white;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
z-index: 0;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_cont_editor {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-top-width: 0px;
|
|
border-left-width: 0px;
|
|
border-right-width: 0px;
|
|
}
|
|
div.dhxform_item_template div.dhx_cell_editor div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-left-width: 1px;
|
|
border-right-width: 1px;
|
|
border-top-width: 1px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb,
|
|
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-top: 1px solid #c3c3c3;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_cont_editor {
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhx_cell_cont_wins div.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_toolbar_def {
|
|
padding: 0px;
|
|
}
|
|
.dhxeditor_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_tooltip {
|
|
display: none;
|
|
position: absolute;
|
|
font-family: Tahoma;
|
|
color: #626262;
|
|
font-size: 12px;
|
|
z-index: 10000;
|
|
padding: 4px 10px 4px 10px;
|
|
border: 1px solid #fff;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-box-shadow: 0 0 3px #d9d9d9;
|
|
-webkit-box-shadow: 0 0 3px #d9d9d9;
|
|
text-shadow: 0px 1px 1px #fff;
|
|
box-shadow: 0 0 5px #d9d9d9;
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(0.5, #f6f6f6), color-stop(1, #efefef));
|
|
background: -o-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
|
|
background: -ms-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
|
|
background: -moz-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
|
|
background: #efefef;
|
|
}
|
|
.dhx_chart {
|
|
position: relative;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_chart canvas {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
/*labels*/
|
|
.dhx_canvas_text {
|
|
position: absolute;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
z-index: 1000;
|
|
}
|
|
/*map*/
|
|
.dhx_map_img {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
border: 0px;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
opacity: 0;
|
|
}
|
|
/*scales*/
|
|
.dhx_axis_item_y {
|
|
position: absolute;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
/*line-height:10px;*/
|
|
margin-top: -4px;
|
|
text-align: right;
|
|
}
|
|
.dhx_axis_title_x {
|
|
text-align: center;
|
|
}
|
|
.dhx_axis_title_y {
|
|
text-align: center;
|
|
font-family: Tahoma;
|
|
/*safari*/
|
|
-webkit-transform: rotate(-90deg);
|
|
/*firefox*/
|
|
-moz-transform: rotate(-90deg);
|
|
/*opera*/
|
|
-o-transform: rotate(-90deg);
|
|
/*IE9*/
|
|
-ms-transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
height: 18px;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
/*padding-left:3px;*/
|
|
}
|
|
.dhx_ie_filter {
|
|
/*IE8*/
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
zoom: 1;
|
|
font-family: serif;
|
|
}
|
|
/*legend block*/
|
|
.dhx_chart_legend {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
}
|
|
.dhx_chart_legend_item {
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
}
|
|
.dhx_chart_legend_item.hidden {
|
|
color: #aaa;
|
|
}
|
|
.dhx_axis_item_y.dhx_radar {
|
|
color: #666666;
|
|
font-size: 12px;
|
|
padding-right: 3px;
|
|
height: 13px;
|
|
line-height: 13px;
|
|
margin-top: 0px;
|
|
}
|
|
.dhx_canvas_text.dhx_axis_radar_title {
|
|
margin-top: 0px;
|
|
padding-top: 0px;
|
|
}
|
|
.dhx_axis_item_y,
|
|
.dhx_axis_item_x {
|
|
color: #666666;
|
|
}
|
|
.dhx_axis_item_x {
|
|
padding-top: 2px;
|
|
}
|
|
.dhx_tooltip {
|
|
display: none;
|
|
position: absolute;
|
|
font-family: Tahoma;
|
|
color: #626262;
|
|
font-size: 12px;
|
|
z-index: 10000;
|
|
padding: 4px 10px 4px 10px;
|
|
border: 1px solid #fff;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-box-shadow: 0 0 3px #d9d9d9;
|
|
-webkit-box-shadow: 0 0 3px #d9d9d9;
|
|
text-shadow: 0px 1px 1px #fff;
|
|
box-shadow: 0 0 5px #d9d9d9;
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(0.5, #f6f6f6), color-stop(1, #efefef));
|
|
background: -o-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
|
|
background: -ms-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
|
|
background: -moz-linear-gradient(#efefef 0%, #f6f6f6 50%, #efefef 100%);
|
|
background: #efefef;
|
|
}
|
|
.dhx_noselect {
|
|
-moz-user-select: none;
|
|
-moz-user-select: -moz-none;
|
|
/*latest ff*/
|
|
-khtml-user-select: none;
|
|
}
|
|
/*helper for allowing selection*/
|
|
.dhx_allow_selection {
|
|
-moz-user-select: text;
|
|
-user-select: text;
|
|
}
|
|
/*top container of DataView*/
|
|
.dhx_dataview {
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
overflow-x: hidden;
|
|
-moz-user-select: none;
|
|
-moz-user-select: -moz-none;
|
|
/*latest ff*/
|
|
-khtml-select: none;
|
|
}
|
|
/*applied to a dragged element*/
|
|
.dhx_drag_zone {
|
|
position: absolute;
|
|
border: 1px solid #A4BED4;
|
|
z-index: 8000;
|
|
-moz-box-shadow: 5px 5px 5px #888;
|
|
/*Not work in IE*/
|
|
-khtml-box-shadow: 5px 5px 5px #888;
|
|
}
|
|
/*style is applied to the active drop target*/
|
|
/*default item in dataview*/
|
|
.dhx_dataview_default_item,
|
|
.dhx_dataview_default_item_selected {
|
|
cursor: pointer;
|
|
background-color: #ffffff;
|
|
}
|
|
.dhx_dataview .dhx_dataview_default_item,
|
|
.dhx_dataview .dhx_dataview_default_item_selected {
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px dotted #c3c3c3;
|
|
}
|
|
/*default item in selected state*/
|
|
.dhx_dataview_default_item_selected {
|
|
background-color: #b6d5ff;
|
|
color: #b6d5ff;
|
|
border-color: #b6d5ff;
|
|
background-repeat: repeat-x;
|
|
}
|
|
/*defautl styles which will be used by any kind of dataview's item*/
|
|
.dhx_dataview_item {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
/*predefined styles for text lables inside a item*/
|
|
.dhx_dataview_item .dhx_strong {
|
|
font-weight: bold;
|
|
display: block;
|
|
padding-bottom: 6px;
|
|
}
|
|
.dhx_dataview_default_item_selected .dhx_light {
|
|
color: #C3C3C3;
|
|
}
|
|
.dhx_dataview_item .dhx_light {
|
|
color: #919191;
|
|
}
|
|
/*style of dataview's item, when drag is moved other it*/
|
|
.dhx_drag_over {
|
|
background-color: #faf768;
|
|
background-image: url("imgs/dhxdataview_skyblue/marker.png");
|
|
background-repeat: repeat-x;
|
|
}
|
|
/*paging related styles*/
|
|
/*button of pager*/
|
|
.dhx_pager_item,
|
|
.dhx_pager_item_selected {
|
|
float: left;
|
|
text-align: center;
|
|
height: 16px;
|
|
font-family: Tahoma;
|
|
font-size: 10pt;
|
|
border: 1px solid gray;
|
|
padding: 2px 4px;
|
|
margin-left: 5px;
|
|
cursor: pointer;
|
|
background-color: white;
|
|
}
|
|
/*selected button of pager*/
|
|
.dhx_pager_item_selected {
|
|
background-color: lightgrey;
|
|
color: white;
|
|
cursor: default;
|
|
font-weight: bold;
|
|
}
|
|
.defaultTreeTable {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
}
|
|
.containerTableStyle {
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
position: relative;
|
|
top: 0;
|
|
font-size: 12px;
|
|
-khtml-user-select: none;
|
|
}
|
|
.containerTableStyleRTL span {
|
|
direction: rtl;
|
|
unicode-bidi: bidi-override;
|
|
}
|
|
.containerTableStyleRTL {
|
|
direction: rtl;
|
|
overflow: auto;
|
|
position: relative;
|
|
top: 0;
|
|
font-size: 12px;
|
|
}
|
|
.standartTreeRow {
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
-moz-user-select: none;
|
|
}
|
|
.selectedTreeRow {
|
|
background-color: navy;
|
|
color: white;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
-moz-user-select: none;
|
|
}
|
|
.dragAndDropRow {
|
|
background-color: navy;
|
|
color: white;
|
|
}
|
|
.standartTreeRow_lor {
|
|
text-decoration: underline;
|
|
background-color: #ffffff;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
-moz-user-select: none;
|
|
}
|
|
.selectedTreeRow_lor {
|
|
text-decoration: underline;
|
|
background-color: navy;
|
|
color: white;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
-moz-user-select: none;
|
|
}
|
|
.standartTreeImage {
|
|
height: 24px;
|
|
overflow: hidden;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 1px;
|
|
}
|
|
.standartTreeImage img {
|
|
width: 18px;
|
|
height: 24px;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 1px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.hiddenRow {
|
|
width: 1px;
|
|
overflow: hidden;
|
|
}
|
|
.dragSpanDiv,
|
|
.dragSpanDiv td {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
background-color: #ffffff;
|
|
z-index: 999;
|
|
}
|
|
.a_dhx_hidden_input {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
width: 1px;
|
|
height: 1px;
|
|
border: none;
|
|
background: none;
|
|
}
|
|
.a_dhx_hidden_input {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
width: 1px;
|
|
height: 1px;
|
|
border: none;
|
|
background: none;
|
|
}
|
|
.selectionBox {
|
|
background-color: #FFFFCC;
|
|
}
|
|
.selectionBar {
|
|
top: 0;
|
|
background-color: black;
|
|
position: absolute;
|
|
overflow: hidden;
|
|
height: 2px;
|
|
z-index: 11;
|
|
}
|
|
.intreeeditRow {
|
|
font-size: 8pt;
|
|
height: 16px;
|
|
border: 1px solid silver;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-left: 4px;
|
|
-moz-user-select: text;
|
|
-khtml-user-select: text;
|
|
}
|
|
.dhx_tree_textSign {
|
|
font-size: 8pt;
|
|
font-family: monospace;
|
|
width: 21px;
|
|
color: #000000;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
}
|
|
.dhx_tree_opacity {
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_bg_img_fix {
|
|
width: 18px;
|
|
height: 24px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-position-x: center;
|
|
background-position-y: center;
|
|
}
|
|
.dhxtree_dhx_skyblue {
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
*html .dhxtree_dhx_skyblue .standartTreeRow,
|
|
*html .dhxtree_dhx_skyblue .standartTreeRow_lor {
|
|
border-right: 0px solid red;
|
|
border-left: 0px solid red;
|
|
}
|
|
*html .dhxtree_dhx_skyblue span.standartTreeRow,
|
|
*html .dhxtree_dhx_skyblue span.standartTreeRow_lor {
|
|
margin-left: 1px;
|
|
}
|
|
.dhxtree_dhx_skyblue .standartTreeRow,
|
|
.dhxtree_dhx_skyblue .standartTreeRow_lor {
|
|
border-right: 1px solid transparent;
|
|
border-left: 1px solid transparent;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
overflow: hidden;
|
|
padding: 0px 0px 0px 0px;
|
|
}
|
|
.dhxtree_dhx_skyblue .selectedTreeRow_lor,
|
|
.dhxtree_dhx_skyblue .selectedTreeRow {
|
|
/*修改文件夹选中背景颜色*/
|
|
background-color: #E8E8E8;
|
|
/*background-color: #b6d5ff;*/
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #C3C3C3;
|
|
/*border: 1px solid #b6d5ff;*/
|
|
color: #000000;
|
|
line-height: 17px;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
overflow: hidden;
|
|
}
|
|
html > body .dhxtree_dhx_skyblue .selectedTreeRow,
|
|
html > body .dhxtree_dhx_skyblue .selectedTreeRow_lor {
|
|
padding: 1px 0px 1px 0px;
|
|
line-height: normal;
|
|
*display: inline-block;
|
|
height: 13px;
|
|
}
|
|
body:nth-of-type(1) .dhxtree_dhx_skyblue span.selectedTreeRow,
|
|
body:nth-of-type(1) .dhxtree_dhx_skyblue span.selectedTreeRow_lor {
|
|
padding: 1px 0px 1px 0px;
|
|
padding-top: 0px;
|
|
box-sizing: border-box;
|
|
line-height: 12px;
|
|
height: 13px;
|
|
}
|
|
.dhxtree_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
div.gridbox {
|
|
overflow: hidden;
|
|
text-align: left;
|
|
}
|
|
.dhx_sub_row {
|
|
background-color: #ffffff;
|
|
}
|
|
div.gridbox table.obj {
|
|
height: 1px;
|
|
}
|
|
div.gridbox table.hdr td {
|
|
line-height: normal;
|
|
border: 1px solid;
|
|
border-color: #ffffff #808080 #808080 #ffffff;
|
|
text-align: center;
|
|
margin: 0px;
|
|
padding: 7px 0px 7px 0px;
|
|
font-weight: normal;
|
|
overflow: hidden;
|
|
empty-cells: show;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.gridbox table.hdr td div.hdrcell {
|
|
overflow: hidden;
|
|
}
|
|
div.gridbox table.obj td {
|
|
border: 1px solid;
|
|
border-color: #ffffff #808080 #808080 #ffffff;
|
|
overflow: hidden;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
empty-cells: show;
|
|
white-space: normal;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.gridbox table.obj th,
|
|
div.gridbox table.hdr th {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
div.gridbox table.row20px tr td {
|
|
height: 20px;
|
|
white-space: nowrap;
|
|
padding: 0px;
|
|
}
|
|
div.gridbox .objbox {
|
|
background-color: #ffffff;
|
|
position: relative;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
div.gridbox table.obj td span.space,
|
|
div.gridbox table.obj td img.space {
|
|
width: 18px;
|
|
}
|
|
div.gridbox table.obj td.editable {
|
|
-webkit-user-select: text;
|
|
-khtml-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
-o-user-select: text;
|
|
user-select: text;
|
|
}
|
|
div.gridbox table.obj td.group_row {
|
|
vertical-align: middle;
|
|
font-family: Tahoma;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
height: 30px;
|
|
border: 0px;
|
|
border-bottom: 2px solid navy;
|
|
}
|
|
.dragSpanDiv {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
border: 1px gray solid;
|
|
background-color: #ffffff;
|
|
z-index: 999;
|
|
}
|
|
.dhx_combo_select {
|
|
border: 1px solid;
|
|
border-color: black silver silver black;
|
|
background-color: #ffffff;
|
|
overflow: auto;
|
|
cursor: default;
|
|
position: absolute;
|
|
height: auto;
|
|
z-index: 600;
|
|
}
|
|
.dhx_combo_edit {
|
|
width: 100%;
|
|
border: 0px;
|
|
padding: 0px;
|
|
padding-right: 1px !ie;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
}
|
|
.gridbox_dhx_skyblue textarea.dhx_combo_edit {
|
|
margin-bottom: -6px;
|
|
}
|
|
.dhx_textarea {
|
|
border: 1px solid;
|
|
border-color: black silver silver black;
|
|
position: absolute;
|
|
height: 100px;
|
|
z-index: 600;
|
|
}
|
|
.dhx_clist {
|
|
background-color: #ffffff;
|
|
border: 1px solid black;
|
|
padding: 2px 2px 2px 2px;
|
|
z-index: 300;
|
|
}
|
|
.gridDragLine {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 2px;
|
|
background-color: black;
|
|
overflow: hidden;
|
|
}
|
|
/*paginal output*/
|
|
div.pagingBlock .pagingCurrentPage {
|
|
font-weight: bold;
|
|
cursor: default;
|
|
}
|
|
div.pagingBlock .pagingPage {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
div.pagingBlock a {
|
|
text-decoration: none;
|
|
padding-right: 2px;
|
|
color: black;
|
|
cursor: pointer;
|
|
}
|
|
div.pagingBlock a.dhx_not_active {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
}
|
|
.toolbar_select {
|
|
font-size: 10px;
|
|
}
|
|
.dhtmlxGrid_selection {
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
background-color: yellow;
|
|
border: 1px dotted black;
|
|
}
|
|
div.gridbox div.ftr {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 1px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
div.gridbox div.ftr td {
|
|
padding: 0px;
|
|
padding-left: 10px;
|
|
padding-right: 5px;
|
|
border-top: 1px solid gray;
|
|
border-right: 1px solid gray;
|
|
background-color: #ffffcc;
|
|
font-style: italic;
|
|
overflow: hidden;
|
|
}
|
|
div.gridbox table.hdr td.columnTargetR div.hdrcell {
|
|
border-right: 3px double #FF6600;
|
|
border-left: 3px solid #D4D0C8;
|
|
}
|
|
div.gridbox table.hdr td.columnTargetL div.hdrcell {
|
|
border-right: 3px solid #D4D0C8;
|
|
border-left: 3px double #FF6600;
|
|
}
|
|
.dhx_dragColDiv {
|
|
background-color: #D4D0C8;
|
|
border: 1px solid;
|
|
border-color: #ffffff #808080 #808080 #ffffff;
|
|
text-align: center;
|
|
margin: 0px;
|
|
padding: 5px 20px 5px 20px;
|
|
font-weight: normal;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
}
|
|
.dhtmlx_live_validation_error {
|
|
background-color: #FFE0E0 !important;
|
|
}
|
|
.dhtmlx_validation_error {
|
|
border-bottom: 2px solid red !important;
|
|
}
|
|
.dhx_header_cmenu {
|
|
background-color: #ffffff;
|
|
border: 2px outset silver;
|
|
z-index: 2;
|
|
}
|
|
.dhx_header_cmenu_item {
|
|
white-space: nowrap;
|
|
}
|
|
div.gridboxgridbox_dhx_skyblue div.ftr td {
|
|
text-align: right;
|
|
color: #000000;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border-color: #c3c3c3;
|
|
}
|
|
div.gridbox td.filter input,
|
|
div.gridbox td.filter select {
|
|
width: 90%;
|
|
font-size: 8pt;
|
|
font-family: Tahoma;
|
|
-webkit-user-select: text;
|
|
-khtml-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
-o-user-select: text;
|
|
user-select: text;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox .ftr,
|
|
div.gridbox_dhx_skyblue.gridbox .xhdr {
|
|
color: #000000;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
div.gridbox_dhx_skyblue.isModern table.hdr tr td {
|
|
color: #000000;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
div.gridbox_dhx_skyblue.isIE table.hdr tr {
|
|
color: #000000;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr td {
|
|
border-width: 0px 0px 0px 0px;
|
|
padding-right: 4px;
|
|
padding-left: 4px;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
|
|
padding-left: 10px;
|
|
width: auto;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.hdr td {
|
|
border-width: 1px 1px 1px 1px;
|
|
border-color: #efefef #c3c3c3 #c3c3c3 #efefef;
|
|
background-color: transparent;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
color: #000000;
|
|
vertical-align: top;
|
|
text-align: left;
|
|
position: relative;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox {
|
|
border: 1px solid #c3c3c3;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj {
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
color: #000000;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr td {
|
|
padding-top: 3px;
|
|
padding-bottom: 3.2px;
|
|
}
|
|
* html .gridbox_dhx_skyblue.gridbox .obj td {
|
|
height: auto;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td {
|
|
height: 23px;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr td {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
border-right: 1px solid #ffffff;
|
|
border-top: 1px solid #ffffff;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
div.gridbox_dhx_skyblue.isModern table.obj.row20px tr td {
|
|
line-height: 23px;
|
|
}
|
|
div.gridbox_dhx_skyblue table.obj.row20px tr td.editable {
|
|
height: 21px;
|
|
line-height: 21px;
|
|
}
|
|
div.gridbox_dhx_skyblue table.obj.row20px tr td.editable .treegrid_cell {
|
|
margin-top: -2px;
|
|
height: 21px;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr td.editable div.treegrid_cell {
|
|
padding: 1px 4px !important;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {
|
|
background-color: #b6d5ff;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {
|
|
background-color: #b6d5ff;
|
|
color: #000000;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td,
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue.rowselected td {
|
|
background-color: #b6d5ff;
|
|
border-top: 1px solid #b6d5ff;
|
|
border-bottom: 1px solid #b6d5ff;
|
|
border-right: 1px solid #b6d5ff;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr td.cellselected {
|
|
background-color: #b6d5ff;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue {
|
|
background: #f1f1f1;
|
|
border-top: 1px solid #f1f1f1;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue {
|
|
background: #f1f1f1;
|
|
}
|
|
.dhx_combo_select,
|
|
.gridbox_dhx_skyblue.gridbox .dhx_combo_edit,
|
|
.gridbox_dhx_skyblue.gridbox .dhx_textarea,
|
|
dhx_dragColDiv,
|
|
div.gridbox div.ftr td,
|
|
div.pagingBlock,
|
|
span.recordsInfoBlock {
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
}
|
|
.gridbox_dhx_skyblue .dhx_combo_edit {
|
|
padding: 1px 0px 1px 1px;
|
|
}
|
|
.gridbox_dhx_skyblue.isIE .dhx_combo_edit {
|
|
padding: 0px 0px 0px 1px;
|
|
}
|
|
.gridbox_dhx_skyblue.gridbox .dhx_sub_row {
|
|
background-color: transparent;
|
|
}
|
|
.dhx_header_cmenu {
|
|
background-color: #ffffff;
|
|
border: 2px outset silver;
|
|
z-index: 2;
|
|
}
|
|
.dhx_header_cmenu_item {
|
|
white-space: nowrap;
|
|
}
|
|
.dhx_pbox {
|
|
margin-top: 3px;
|
|
border: 1px solid #D4D0C8;
|
|
border-top: 0px;
|
|
font-size: 10px;
|
|
}
|
|
.dhx_pline {
|
|
background-color: white;
|
|
margin: -15px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
float: left;
|
|
}
|
|
.dhx_page,
|
|
.dhx_pager_info {
|
|
margin: 3px;
|
|
text-align: center;
|
|
font-family: tahoma;
|
|
font-size: 12px;
|
|
float: left;
|
|
cursor: pointer;
|
|
color: black;
|
|
background-color: gray;
|
|
padding: 1px;
|
|
}
|
|
.dhx_pager_info {
|
|
white-space: nowrap;
|
|
background-color: white;
|
|
margin: -8px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
cursor: default;
|
|
}
|
|
.dhx_page div {
|
|
background-color: white;
|
|
width: 16px;
|
|
height: 17px;
|
|
vertical-align: middle;
|
|
}
|
|
div.dhx_page_active {
|
|
font-weight: bold;
|
|
background-color: lightgrey;
|
|
cursor: default;
|
|
color: white;
|
|
}
|
|
.dhx_pbox_modern {
|
|
margin-top: 3px;
|
|
border: 1px solid #D6D6D6;
|
|
border-top: 0px;
|
|
font-size: 10px;
|
|
}
|
|
.dhx_pline_modern {
|
|
background-color: white;
|
|
margin: -15px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
float: left;
|
|
}
|
|
.dhx_page_modern,
|
|
.dhx_pager_info_modern {
|
|
margin: 3px;
|
|
text-align: center;
|
|
font-family: tahoma;
|
|
font-size: 12px;
|
|
float: left;
|
|
cursor: pointer;
|
|
color: #055A78;
|
|
background-color: #D6D6D6;
|
|
padding: 1px;
|
|
}
|
|
.dhx_pager_info_modern {
|
|
white-space: nowrap;
|
|
background-color: white;
|
|
margin: -8px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
cursor: default;
|
|
}
|
|
.dhx_page_modern div {
|
|
background-color: white;
|
|
width: 16px;
|
|
height: 17px;
|
|
vertical-align: middle;
|
|
}
|
|
div.dhx_page_active_modern {
|
|
font-weight: bold;
|
|
background-color: #055A78;
|
|
cursor: default;
|
|
color: white;
|
|
}
|
|
.dhx_pbox_light {
|
|
margin-top: 3px;
|
|
border: 1px solid #C2D5DC;
|
|
border-top: 0px;
|
|
font-size: 10px;
|
|
}
|
|
.dhx_pline_light {
|
|
background-color: white;
|
|
margin: -15px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
float: left;
|
|
}
|
|
.dhx_page_light,
|
|
.dhx_pager_info_light {
|
|
margin: 3px;
|
|
text-align: center;
|
|
font-family: tahoma;
|
|
font-size: 12px;
|
|
float: left;
|
|
cursor: pointer;
|
|
color: #055A78;
|
|
background-color: #93AFBA;
|
|
padding: 1px;
|
|
}
|
|
.dhx_pager_info_light {
|
|
white-space: nowrap;
|
|
background-color: white;
|
|
margin: -8px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
cursor: default;
|
|
}
|
|
.dhx_page_light div {
|
|
background-color: white;
|
|
width: 16px;
|
|
height: 17px;
|
|
vertical-align: middle;
|
|
}
|
|
div.dhx_page_active_light {
|
|
font-weight: bold;
|
|
background-color: #D1DFE3;
|
|
cursor: default;
|
|
color: white;
|
|
}
|
|
.dhx_pbox_skyblue {
|
|
margin-top: 3px;
|
|
border: 1px solid #C2D5DC;
|
|
border-top: 0px;
|
|
font-size: 10px;
|
|
}
|
|
.dhx_pline_skyblue {
|
|
background-color: white;
|
|
margin: -15px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
float: left;
|
|
}
|
|
.dhx_page_skyblue,
|
|
.dhx_pager_info_skyblue {
|
|
margin: 3px;
|
|
text-align: center;
|
|
font-family: tahoma;
|
|
font-size: 12px;
|
|
float: left;
|
|
cursor: pointer;
|
|
color: #055A78;
|
|
background-color: #93AFBA;
|
|
padding: 1px;
|
|
}
|
|
.dhx_pager_info_skyblue {
|
|
white-space: nowrap;
|
|
background-color: white;
|
|
margin: -8px 10px 10px 10px;
|
|
padding: 0px 5px 0px 5px;
|
|
cursor: default;
|
|
}
|
|
.dhx_page_skyblue div {
|
|
background-color: white;
|
|
width: 16px;
|
|
height: 17px;
|
|
vertical-align: middle;
|
|
}
|
|
div.dhx_page_active_skyblue {
|
|
font-weight: bold;
|
|
color: #000000;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border: 1px solid #c3c3c3;
|
|
cursor: default;
|
|
padding: 0px;
|
|
color: black;
|
|
}
|
|
div.dhx_page_active_skyblue div.dhx_page_active_skyblue {
|
|
border: 0px solid #c3c3c3;
|
|
}
|
|
.calcTable {
|
|
width: 100px;
|
|
background-color: silver;
|
|
border: 1px black solid;
|
|
}
|
|
.calcButton {
|
|
height: 20px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
background-color: gray;
|
|
color: white;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
border-top: 1px solid silver;
|
|
border-right: 1px solid silver;
|
|
}
|
|
.calcPressed {
|
|
height: 20px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
background-color: gray;
|
|
color: white;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
border-top: 1px solid black;
|
|
border-right: 1px solid black;
|
|
}
|
|
.calcInput {
|
|
background-color: white;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
font-family: Tahoma;
|
|
}
|
|
.calkSubmit {
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
background-color: silver;
|
|
color: white;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
border-top: 1px solid white;
|
|
border-right: 1px solid white;
|
|
}
|
|
.dhxgrid_sort_desc,
|
|
.dhxgrid_sort_asc {
|
|
width: 9px;
|
|
height: 8px;
|
|
background-image: url("imgs/dhxgrid_skyblue/sort_desc.gif");
|
|
background-repeat: no-repeat;
|
|
z-index: 10;
|
|
}
|
|
.dhxgrid_sort_asc {
|
|
background-image: url("imgs/dhxgrid_skyblue/sort_asc.gif");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhxgrid_rh_dhx_skyblue {
|
|
position: absolute;
|
|
top: -20px;
|
|
left: -24px;
|
|
width: 23px;
|
|
height: 10px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border-width: 0px;
|
|
font-size: 1px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxgrid_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td img {
|
|
display: block;
|
|
}
|
|
div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td.group_row img,
|
|
div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td .treegrid_cell img {
|
|
display: inline;
|
|
}
|
|
.dhxform_obj_dhx_skyblue {
|
|
font-family: Tahoma;
|
|
float: left;
|
|
line-height: normal;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_base {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_base {
|
|
float: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_base_nested {
|
|
padding: 0px 0px 0px 0px;
|
|
clear: both;
|
|
*display: inline-block;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_base_nested {
|
|
padding: 0px 0px 0px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_block {
|
|
clear: both;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.block_dhxform_item_label_left {
|
|
display: block;
|
|
clear: both;
|
|
*clear: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:visited,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:active,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:hover {
|
|
outline: none;
|
|
text-decoration: none;
|
|
color: inherit;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label div.dhxform_label_nav_link:focus {
|
|
color: #6e5656;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled span.nav_link {
|
|
color: inherit;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_c,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_r {
|
|
width: 18px;
|
|
height: 18px;
|
|
font-size: 1px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx0,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx1,
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx0,
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx1,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt0,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt1,
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt0,
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt1,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx0,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx1,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt0,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt1 {
|
|
background-image: url("imgs/dhxform_skyblue/dhxform_chbxrd.gif");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx0 {
|
|
background-position: -162px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_c.chbx1 {
|
|
background-position: -144px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt0 {
|
|
background-position: -198px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_actv_r.rdbt1 {
|
|
background-position: -180px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx0 {
|
|
background-position: -18px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.chbx1 {
|
|
background-position: 0px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx0 {
|
|
background-position: -54px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.chbx1 {
|
|
background-position: -36px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt0 {
|
|
background-position: -90px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_img.rdbt1 {
|
|
background-position: -72px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt0 {
|
|
background-position: -126px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.rdbt1 {
|
|
background-position: -108px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
color: #000000;
|
|
overflow-x: hidden;
|
|
overflow: hidden;
|
|
white-space: normal;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label.dhxform_label_align_left {
|
|
text-align: left;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_label.dhxform_label_align_left {
|
|
text-align: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label.dhxform_label_align_center {
|
|
text-align: center;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label.dhxform_label_align_right {
|
|
text-align: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_label.dhxform_label_align_right {
|
|
text-align: left;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_label,
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_label div.dhxform_label_nav_link,
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_label span.dhxform_item_required {
|
|
color: #b2b2b2;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label span.dhxform_item_required {
|
|
margin-left: 5px;
|
|
margin-right: 0px;
|
|
color: red;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_label span.dhxform_item_required {
|
|
margin-left: 0px;
|
|
margin-right: 5px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue input.dhxform_textarea {
|
|
padding: 4px 3px !important;
|
|
margin: 0px;
|
|
font-size: 1em;
|
|
}
|
|
.dhxform_obj_dhx_skyblue textarea.dhxform_textarea {
|
|
padding: 4px 3px !important;
|
|
}
|
|
.dhxform_obj_dhx_skyblue input.dhxform_textarea::-ms-clear,
|
|
.dhxform_obj_dhx_skyblue textarea.dhxform_textarea::-ms-clear {
|
|
display: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhxform_textarea {
|
|
border: 1px solid #c3c3c3;
|
|
font-family: Tahoma;
|
|
font-size: 1em;
|
|
color: #000000;
|
|
resize: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled .dhxform_textarea {
|
|
color: #b2b2b2;
|
|
background-color: white;
|
|
border: 1px solid #cacecd;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl .dhxform_textarea {
|
|
text-align: right;
|
|
direction: rtl;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node {
|
|
position: relative;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node .dhxform_textarea {
|
|
border: 1px solid #ffffff;
|
|
background-color: white;
|
|
color: white;
|
|
visibility: hidden;
|
|
*height: 1px;
|
|
*line-height: 1px;
|
|
*display: inline;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node div.dhxform_img,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node div.dhxform_actv_c,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control.dhxform_img_node div.dhxform_actv_r {
|
|
float: none;
|
|
top: 2px;
|
|
left: 2px;
|
|
position: absolute;
|
|
margin: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_control.dhxform_img_node div.dhxform_img {
|
|
float: none;
|
|
top: 2px;
|
|
left: 0px;
|
|
position: absolute;
|
|
margin: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhxform_select {
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ffffff;
|
|
margin: 0px;
|
|
padding: 3px 2px 3px 0px;
|
|
font-family: Tahoma;
|
|
font-size: 1em;
|
|
color: #000000;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhxform_select option {
|
|
padding-left: 2px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled .dhxform_select {
|
|
color: #b2b2b2;
|
|
background-color: #ffffff;
|
|
border: 1px solid #cacecd;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl select,
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl option {
|
|
direction: rtl;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.fs_dhxform_item_label_left,
|
|
.dhxform_obj_dhx_skyblue div.fs_dhxform_item_label_right {
|
|
padding: 5px 0px 5px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.fs_dhxform_item_label_left fieldset.dhxform_fs div.dhxform_base_nested.dhxform_fs_nested,
|
|
.dhxform_obj_dhx_skyblue div.fs_dhxform_item_label_right fieldset.dhxform_fs div.dhxform_base_nested.dhxform_fs_nested {
|
|
margin-right: 19px;
|
|
margin-left: 5px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue fieldset.dhxform_fs {
|
|
border: 1px solid #c3c3c3;
|
|
margin: 0px;
|
|
padding: 5px 0 12px 0px;
|
|
clear: left;
|
|
width: 100%;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled fieldset.dhxform_fs {
|
|
border: 1px solid #cacecd;
|
|
}
|
|
.dhxform_obj_dhx_skyblue fieldset.dhxform_fs legend.fs_legend {
|
|
font-family: Tahoma;
|
|
font-size: inherit;
|
|
color: #9d9d9d;
|
|
font-weight: normal;
|
|
padding: 0px 4px 1px 4px;
|
|
margin-left: 5px;
|
|
text-align: left;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl fieldset.dhxform_fs legend.fs_legend {
|
|
text-align: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled fieldset.dhxform_fs legend.fs_legend {
|
|
color: #b2b2b2;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right {
|
|
clear: both;
|
|
padding-top: 6px;
|
|
cursor: default;
|
|
*display: inline-block;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_img,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_actv_c,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_actv_r {
|
|
float: left;
|
|
margin: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_right div.dhxform_img {
|
|
float: right;
|
|
margin: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_label {
|
|
float: left;
|
|
padding: 2px 0px 2px 0px;
|
|
margin: 2px 0 2px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_right div.dhxform_label {
|
|
float: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_control {
|
|
float: left;
|
|
margin-right: 3px;
|
|
margin-left: 0px;
|
|
*display: inline;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_right div.dhxform_control {
|
|
float: right;
|
|
margin-right: 0px;
|
|
margin-left: 3px;
|
|
*display: inline;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left {
|
|
clear: both;
|
|
padding-top: 6px;
|
|
cursor: default;
|
|
*display: inline-block;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_img,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_actv_c,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_actv_r {
|
|
float: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_left div.dhxform_img {
|
|
float: left;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_label {
|
|
float: left;
|
|
padding: 2px 0px 2px 0px;
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_left div.dhxform_label {
|
|
float: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_left div.dhxform_control {
|
|
float: left;
|
|
padding-left: 4px;
|
|
padding-right: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_left div.dhxform_control {
|
|
float: right;
|
|
padding-right: 4px;
|
|
padding-left: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_top {
|
|
clear: both;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_top div.dhxform_label {
|
|
float: none;
|
|
margin-bottom: 5px;
|
|
margin-top: 8px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_label_top div.dhxform_control {
|
|
float: none;
|
|
margin-left: 0px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_item_label_top div.dhxform_control {
|
|
float: none;
|
|
margin-right: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
cursor: default;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.item_absolute div.dhxform_img,
|
|
.dhxform_obj_dhx_skyblue div.item_absolute div.dhxform_actv_c,
|
|
.dhxform_obj_dhx_skyblue div.item_absolute div.dhxform_actv_r {
|
|
position: absolute;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_control,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_label,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_control.dhxform_img_node,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_txt_label2,
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_absolute div.dhxform_btn,
|
|
.dhxform_obj_dhx_skyblue div.block_item_absolute div.dhxform_block {
|
|
position: absolute;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_txt_label2 {
|
|
font-family: Tahoma;
|
|
font-size: inherit;
|
|
color: #9d9d9d;
|
|
font-weight: bold;
|
|
margin: 0px 3px;
|
|
padding: 5px 0px;
|
|
cursor: default;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_txt_label2 {
|
|
color: #b2b8bc;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn {
|
|
font-family: Tahoma;
|
|
font-size: inherit;
|
|
color: #000000;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
margin: 5px 2px;
|
|
border-radius: 2px;
|
|
float: left;
|
|
cursor: default;
|
|
clear: both;
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.dhxform_obj_dhx_skyblue.dhxform_rtl div.dhxform_btn {
|
|
float: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn.dhxform_btn_over {
|
|
background-color: #f4f4f4;
|
|
background: linear-gradient(#f4f4f4, #ececec);
|
|
background: -webkit-linear-gradient(#f4f4f4, #ececec);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f4f4f4, endColorStr=#ececec) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn.dhxform_btn_pressed {
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_btn {
|
|
border-color: #cccccc;
|
|
background-color: #f9f9f9;
|
|
background: linear-gradient(#f9f9f9, #f1f1f1);
|
|
background: -webkit-linear-gradient(#f9f9f9, #f1f1f1);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f9f9f9, endColorStr=#f1f1f1) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn div.dhxform_btn_txt {
|
|
float: left;
|
|
margin: 0px 20px;
|
|
height: 24px;
|
|
line-height: 23px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
*display: inline;
|
|
opacity: 1;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn div.dhxform_btn_txt.dhxform_btn_txt_autowidth {
|
|
width: 100%;
|
|
margin: 0px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_btn div.dhxform_btn_txt {
|
|
color: #999999 !important;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn:focus {
|
|
outline: 1px dotted #909090;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_btn div.dhxform_btn_filler {
|
|
position: absolute;
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100px;
|
|
left: 0px;
|
|
top: 0px;
|
|
background-color: white;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control div.dhxform_note {
|
|
font-family: Tahoma;
|
|
font-size: 0.8em;
|
|
color: #808080;
|
|
padding-bottom: 3px;
|
|
white-space: normal;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_control div.dhxform_note {
|
|
color: #b2b2b2;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_label span.dhxform_info {
|
|
font-family: Tahoma;
|
|
font-size: 0.6em;
|
|
color: #808080;
|
|
margin-left: 3px;
|
|
padding-bottom: 2px;
|
|
line-height: 100%;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .validate_error .dhxform_label,
|
|
.dhxform_obj_dhx_skyblue .validate_error .dhxform_textarea,
|
|
.dhxform_obj_dhx_skyblue .validate_error .dhxform_select,
|
|
.dhxform_obj_dhx_skyblue .validate_error div.dhxform_label_nav_link,
|
|
.dhxform_obj_dhx_skyblue .validate_error div.dhxform_label div.dhxform_label_nav_link:focus {
|
|
color: red;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled .dhx_combo_box.dhx_skyblue {
|
|
border: 1px solid #cacecd;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled .dhx_combo_box.dhx_skyblue .dhx_combo_input {
|
|
color: #b2b2b2;
|
|
background-color: #ffffff;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_stb {
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-top: 1px solid #c3c3c3;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhx_cell_editor div.dhx_cell_cont_editor {
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhxcont_content_blocker {
|
|
display: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.disabled div.dhxform_item_template.dhxeditor_dhx_skyblue div.dhxcont_content_blocker {
|
|
display: inline;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
background-color: #fefefe;
|
|
opacity: 0.7;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader {
|
|
position: relative;
|
|
width: 100%;
|
|
margin-bottom: 4px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 35px;
|
|
font-size: 2px;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button {
|
|
position: absolute;
|
|
width: 19px;
|
|
height: 19px;
|
|
top: 8px;
|
|
background-image: url("imgs/dhxform_skyblue/dhxform_upload_buttons.gif");
|
|
background-repeat: no-repeat;
|
|
font-size: 2px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
z-index: 1;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_info {
|
|
display: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_browse {
|
|
background-position: 0px 0px;
|
|
right: 108px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_upload {
|
|
background-position: -19px 0px;
|
|
right: 79px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_cancel {
|
|
background-position: -57px 0px;
|
|
right: 79px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_clear {
|
|
background-position: -38px 0px;
|
|
right: 50px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls .dhx_uploader_input {
|
|
position: absolute;
|
|
left: -1000px;
|
|
top: 0px;
|
|
visibility: hidden;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont {
|
|
position: absolute;
|
|
width: 19px;
|
|
height: 19px;
|
|
left: 0px;
|
|
top: 0px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
cursor: pointer;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form .dhx_file_input {
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
cursor: pointer;
|
|
outline: none;
|
|
height: 19px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files {
|
|
position: relative;
|
|
width: 100%;
|
|
left: 0px;
|
|
top: 0px;
|
|
overflow: auto;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 25px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_added,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_uploading {
|
|
color: #000000;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_uploaded {
|
|
color: #30678a;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_fail {
|
|
color: #e94a4a;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param {
|
|
position: absolute;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
top: 0px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_name {
|
|
left: 20px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_progress {
|
|
right: 50px;
|
|
width: 38px;
|
|
text-align: right;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_delete {
|
|
right: 30px;
|
|
width: 11px;
|
|
background-image: url("imgs/dhxform_skyblue/dhxform_upload_buttons.gif");
|
|
background-position: -76px 0px;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_uploading {
|
|
right: 50px;
|
|
width: 38px;
|
|
text-align: right;
|
|
background-image: url("imgs/dhxform_skyblue/dhxform_upload_uploading.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls {
|
|
height: 60px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_files {
|
|
display: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_info {
|
|
display: inline;
|
|
background-image: none;
|
|
font-family: Tahoma;
|
|
font-size: 13px;
|
|
color: #a1a1a1;
|
|
height: auto;
|
|
top: 0px;
|
|
left: 35px;
|
|
vertical-align: top;
|
|
padding-top: 6px;
|
|
line-height: 20px;
|
|
cursor: default;
|
|
filter: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_browse {
|
|
top: 0px;
|
|
width: 54px;
|
|
height: 54px;
|
|
right: 35px;
|
|
background-image: url("imgs/dhxform_skyblue/dhxform_upload_buttons.gif");
|
|
background-position: 0px -38px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_upload,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_cancel,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_clear {
|
|
display: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_form_cont {
|
|
width: 54px;
|
|
height: 54px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form .dhx_file_input {
|
|
height: 54px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_info,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_added,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_uploading,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_uploaded,
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_fail {
|
|
color: #b2b2b2;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_browse {
|
|
background-position: -54px -38px;
|
|
cursor: default;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_form_cont {
|
|
display: none;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button {
|
|
cursor: default;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_browse {
|
|
background-position: 0px -19px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_upload {
|
|
background-position: -19px -19px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_cancel {
|
|
background-position: -57px -19px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_clear {
|
|
background-position: -38px -19px;
|
|
}
|
|
.dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file_param.dhx_file_delete {
|
|
background-position: -87px 0px;
|
|
cursor: default;
|
|
}
|
|
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_body_inner .dhxform_obj_dhx_skyblue {
|
|
background-color: white;
|
|
}
|
|
.dhxform_obj_dhx_skyblue div.dhxform_control .dhx_combo_box.dhx_skyblue .dhx_combo_input,
|
|
.dhx_combo_list.dhx_skyblue_list div {
|
|
font-size: 1em !important;
|
|
}
|
|
div.dhx_form_skin_detect {
|
|
position: absolute;
|
|
display: block;
|
|
visibility: hidden;
|
|
left: -100px;
|
|
top: 0px;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: none;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_vault_dhx_skyblue {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #eaf2fb;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 37px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button {
|
|
position: relative;
|
|
float: left;
|
|
display: inline;
|
|
margin: 5px 1px 0px 1px;
|
|
height: 22px;
|
|
line-height: 21px;
|
|
padding: 2px 3px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #f7f9fc;
|
|
background: linear-gradient(#f7f9fc, #eaf2fb);
|
|
background: -webkit-linear-gradient(#f7f9fc, #eaf2fb);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f7f9fc, endColorStr=#eaf2fb) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button.dhx_vault_button_hover {
|
|
background-color: #f3f7fd;
|
|
background: linear-gradient(#f3f7fd, #e6f0fa);
|
|
background: -webkit-linear-gradient(#f3f7fd, #e6f0fa);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f3f7fd, endColorStr=#e6f0fa) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button.dhx_vault_button_pressed {
|
|
background-color: #d9e9f7;
|
|
background: linear-gradient(#d9e9f7, #d9e8f8);
|
|
background: -webkit-linear-gradient(#d9e9f7, #d9e8f8);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#d9e9f7, endColorStr=#d9e8f8) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon {
|
|
float: left;
|
|
position: relative;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 3px 3px 0px 3px;
|
|
background-image: url("imgs/dhxvault_skyblue/dhxvault_buttons.gif");
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_browse {
|
|
background-position: 0px 0px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_upload {
|
|
background-position: 0px -16px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_cancel {
|
|
background-position: 0px -32px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_icon.dhx_vault_icon_clear {
|
|
background-position: 0px -48px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_button div.dhxvault_button_text {
|
|
float: left;
|
|
height: 18px;
|
|
line-height: 17px;
|
|
margin: 2px 4px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls .dhx_vault_input {
|
|
position: absolute;
|
|
left: -1000px;
|
|
top: 0px;
|
|
visibility: hidden;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_file_form_cont {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 23px;
|
|
right: 0px;
|
|
top: 0px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_file_form_cont form.dhx_vault_file_form {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
cursor: pointer;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_controls div.dhx_vault_file_form_cont form.dhx_vault_file_form .dhx_vault_file_input {
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
cursor: pointer;
|
|
outline: none;
|
|
height: 23px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files,
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_f_pr {
|
|
position: absolute;
|
|
overflow: auto;
|
|
background-color: white;
|
|
border: 1px solid #c3c3c3;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
z-index: 0;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_f_pr {
|
|
background-image: url("imgs/dhxvault_skyblue/dhxvault_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
opacity: 0.5;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file {
|
|
position: relative;
|
|
width: auto;
|
|
height: 45px;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #edf5ff;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_added,
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_uploading {
|
|
color: #666666;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_uploaded {
|
|
color: #30678a;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_fail {
|
|
color: #e94a4a;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file.dhx_vault_file_size_exceeded div.dhx_vault_file_param.dhx_vault_file_progress {
|
|
color: #e94a4a;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param {
|
|
position: relative;
|
|
margin: 3px 37px 0 50px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: inherit;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_name {
|
|
margin-top: 8px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_name div.dhx_vault_file_name_text {
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_name div.dhx_vault_file_name_text a {
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: inherit;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_name div.dhx_vault_file_name_text a:hover {
|
|
color: #3d83b0;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_delete {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 11px;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 0px;
|
|
background-image: url("imgs/dhxvault_skyblue/dhxvault_buttons.gif");
|
|
background-position: 0px -64px;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon {
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 7px;
|
|
width: 32px;
|
|
height: 32px;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon div.dhx_vault_all_icons {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 416px;
|
|
height: 32px;
|
|
background-repeat: no-repeat;
|
|
background-image: url("imgs/dhxvault_skyblue/dhxvault_icons.gif");
|
|
cursor: default;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_def div.dhx_vault_all_icons {
|
|
left: 0px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_arch div.dhx_vault_all_icons {
|
|
left: -32px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_audio div.dhx_vault_all_icons {
|
|
left: -64px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_dmg div.dhx_vault_all_icons {
|
|
left: -96px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_doc div.dhx_vault_all_icons {
|
|
left: -128px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_exe div.dhx_vault_all_icons {
|
|
left: -160px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_html div.dhx_vault_all_icons {
|
|
left: -192px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_image div.dhx_vault_all_icons {
|
|
left: -224px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_pdf div.dhx_vault_all_icons {
|
|
left: -256px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_psd div.dhx_vault_all_icons {
|
|
left: -288px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_text div.dhx_vault_all_icons {
|
|
left: -320px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_video div.dhx_vault_all_icons {
|
|
left: -352px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_icon.dhx_vault_icon_xls div.dhx_vault_all_icons {
|
|
left: -384px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param div.dhx_vault_progress {
|
|
position: relative;
|
|
width: 110px;
|
|
border: 1px solid #c3c3c3;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
font-family: Tahoma;
|
|
font-size: 7px;
|
|
color: #000000;
|
|
border-radius: 2px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param div.dhx_vault_progress div.dhx_vault_progress_bg {
|
|
height: 6px;
|
|
background-color: #e5f0fd;
|
|
background: linear-gradient(#e5f0fd, #d3e6fe);
|
|
background: -webkit-linear-gradient(#e5f0fd, #d3e6fe);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e5f0fd, endColorStr=#d3e6fe) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
background-repeat: repeat-x;
|
|
font-size: inherit;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param span.progress_eta {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: 120px;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_uploading div.dhx_vault_progress div.dhx_vault_progress_loader {
|
|
height: 6px;
|
|
background-color: white;
|
|
background-image: url("imgs/dhxvault_skyblue/dhxvault_loader.gif");
|
|
background-repeat: repeat-x;
|
|
background-position: left center;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_flash_obj {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_dnd_box {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 2px dashed #c0c0c0;
|
|
background-color: white;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_dnd_box_text {
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.dhx_vault_dhx_skyblue div.dhx_vault_files.dhx_vault_dnd_box_over {
|
|
overflow: hidden;
|
|
}
|
|
.dhx_vault_dhx_skyblue.dhx_vault_dis {
|
|
background-color: #f7f7f7;
|
|
}
|
|
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_controls div.dhx_vault_button {
|
|
cursor: default;
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_files div.dhx_vault_file {
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_files div.dhx_vault_file_param.dhx_vault_file_delete {
|
|
cursor: default;
|
|
}
|
|
.dhx_vault_dhx_skyblue.dhx_vault_dis div.dhx_vault_controls div.dhx_vault_file_form_cont {
|
|
display: none;
|
|
}
|
|
.dhxvault_dframe {
|
|
position: absolute;
|
|
left: -100px;
|
|
top: 0px;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
}
|
|
div.dhxvault_skin_detect {
|
|
position: absolute;
|
|
display: block;
|
|
visibility: hidden;
|
|
left: -100px;
|
|
top: 0px;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: none;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue {
|
|
background-color: #ebebeb;
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc {
|
|
position: relative;
|
|
background-color: #ffffff;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
box-shadow: 0 0 3px #e0e0e0;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_cont_acc {
|
|
position: absolute;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-top: 0px solid white;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_cont_acc.dhx_cell_cont_no_borders {
|
|
border-width: 0px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_cover {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 1px;
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_hdr {
|
|
position: relative;
|
|
height: 27px;
|
|
line-height: 26px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
overflow: hidden;
|
|
cursor: default;
|
|
z-index: 3;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_hdr.dhx_cell_hdr_hidden {
|
|
border-width: 1px 0px 0px 0px;
|
|
height: 0px;
|
|
line-height: 0px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_text {
|
|
position: relative;
|
|
margin: 0px 26px 0px 5px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_icon {
|
|
margin-left: 24px !important;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_hdr img.dhx_cell_hdr_icon {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 4px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_hdr div.dhx_cell_hdr_arrow {
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 4px;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-image: url("imgs/dhxacc_skyblue/dhxacc_btns.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 0px;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc.dhx_cell_closed div.dhx_cell_hdr div.dhx_cell_hdr_arrow {
|
|
background-position: -16px 0px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc.acc_cell_dragged {
|
|
box-shadow: 0 0 5px #a1a1a1;
|
|
z-index: 5 !important;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_menu_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-width: 0px 1px 1px 1px;
|
|
border-color: #c3c3c3;
|
|
border-style: solid;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_menu_no_borders {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_toolbar_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-top-width: 0px;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
|
|
margin-top: -1px;
|
|
width: auto;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_ribbon_def div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
border-top-width: 0px;
|
|
width: auto;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_statusbar_def {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #eaeaea;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
position: relative;
|
|
padding: 0px 4px;
|
|
height: 21px;
|
|
line-height: 21px;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_progress_bar {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 5;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
}
|
|
.dhxacc_base_dhx_skyblue .dhxacc_cont div.dhx_cell_acc div.dhx_cell_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
border: 1px solid #c3c3c3;
|
|
background-position: center 55%;
|
|
background-image: url("imgs/dhxacc_skyblue/dhxacc_cell_progress.gif");
|
|
background-repeat: no-repeat;
|
|
cursor: progress;
|
|
z-index: 6;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_progress {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 3;
|
|
opacity: 0.55;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxacc_skyblue/dhxacc_cell_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
z-index: 4;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_hdr {
|
|
position: relative;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_ftr {
|
|
position: absolute;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_menu {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_toolbar {
|
|
position: relative;
|
|
background-color: #ebebeb;
|
|
padding-bottom: 4px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_ribbon {
|
|
padding-bottom: 4px;
|
|
position: relative;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_ribbon div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
width: auto;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_statusbar {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #ebebeb;
|
|
overflow: hidden;
|
|
}
|
|
.dhxacc_base_dhx_skyblue div.dhxcelltop_statusbar div.dhxcont_statusbar {
|
|
position: relative;
|
|
margin-top: 4px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #eaeaea;
|
|
padding: 7px 6px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhxacc_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue {
|
|
background-color: #ebebeb;
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout {
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
z-index: 0;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_cover {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 1px;
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_cont_layout {
|
|
position: absolute;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-top: 0px solid #ffffff;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_cont_layout.dhx_cell_cont_no_borders {
|
|
border-width: 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_cont_layout,
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_cont_layout {
|
|
display: none;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr {
|
|
position: relative;
|
|
height: 27px;
|
|
line-height: 26px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
/*修改::禁止选择文字*/
|
|
user-select: none;
|
|
-ms-user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
overflow: hidden;
|
|
cursor: default;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr.dhx_cell_hdr_hidden {
|
|
height: 0px;
|
|
line-height: 0px;
|
|
border-bottom-width: 0px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr.dhx_cell_hdr_hidden_no_borders {
|
|
height: 0px;
|
|
line-height: 0px;
|
|
border-width: 0px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhx_cell_hdr_text {
|
|
position: relative;
|
|
margin: 0px 26px 0px 5px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow {
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 6px;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-image: url("imgs/dhxlayout_skyblue/dhxlayout_cell_btns.gif");
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_va {
|
|
background-position: -16px 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_vb {
|
|
background-position: -48px 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_ha {
|
|
background-position: -32px 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_hb {
|
|
background-position: 0px 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_hdr {
|
|
/*修改::LAYOUT伸缩后的高度::高度*/
|
|
/*height: 18px;*/
|
|
/*line-height: 17px;*/
|
|
height: 27px;
|
|
line-height: 26px;
|
|
color: #3b3b3b;
|
|
font-weight: bold;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_ha {
|
|
/*修改::LAYOUT伸缩后的高度::右边图标*/
|
|
/*background-position: 0px -5px;*/
|
|
background-position: 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_hb {
|
|
background-position: -32px -4px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr {
|
|
width: 18px;
|
|
background: -moz-linear-gradient(left, #ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(left, #ececec, #e5e5e5);
|
|
background: -o-linear-gradient(left, #ececec, #e5e5e5);
|
|
background: -ms-linear-gradient(left, #ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text {
|
|
position: absolute;
|
|
left: 3px;
|
|
bottom: 0px;
|
|
transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
transform-origin: left center;
|
|
color: #3b3b3b;
|
|
font-weight: normal;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie6 {
|
|
left: -5px;
|
|
line-height: 17px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie6 span {
|
|
float: left;
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11='6.123031769111886e-17', M12='1', M21='-1', M22='6.123031769111886e-17', sizingMethod='auto expand');
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie7 {
|
|
left: -5px;
|
|
line-height: 17px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie7 span {
|
|
float: left;
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11='6.123031769111886e-17', M12='1', M21='-1', M22='6.123031769111886e-17', sizingMethod='auto expand');
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie8 {
|
|
left: -5px;
|
|
line-height: 17px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie8 span {
|
|
float: left;
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11='6.123031769111886e-17', M12='1', M21='-1', M22='6.123031769111886e-17', sizingMethod='auto expand');
|
|
margin-bottom: 95%;
|
|
padding-right: 8px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie9 {
|
|
left: 0px;
|
|
line-height: 17px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_ie9 span {
|
|
float: left;
|
|
filter: none;
|
|
margin-bottom: 95%;
|
|
padding-right: 8px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhx_cell_hdr_text.dhx_cell_hdr_text_chrome {
|
|
left: 5px;
|
|
-webkit-transform: rotate(270deg);
|
|
-webkit-transform-origin: left center;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_va {
|
|
background-position: -45px 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_hdr div.dhxlayout_arrow.dhxlayout_arrow_vb {
|
|
background-position: -13px 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhxlayout_sep {
|
|
position: absolute;
|
|
background-color: #ebebeb;
|
|
font-size: 1px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-ms-touch-action: none;
|
|
touch-action: none;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhxlayout_sep.dhxlayout_sep_resize_v {
|
|
cursor: w-resize;
|
|
background-image: url("imgs/dhxlayout_skyblue/dhxlayout_sep_v.gif");
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhxlayout_sep.dhxlayout_sep_resize_h {
|
|
cursor: n-resize;
|
|
background-image: url("imgs/dhxlayout_skyblue/dhxlayout_sep_h.gif");
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhxlayout_sep.dhxlayout_sep_resize_actv {
|
|
background-color: #dedede;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhxlayout_resize_area {
|
|
position: absolute;
|
|
background-color: #c3c3c3;
|
|
opacity: 0.15;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
|
|
z-index: 1;
|
|
border: 2px dashed black;
|
|
cursor: inherit;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhxlayout_resize_sep {
|
|
position: absolute;
|
|
background-color: #c3c3c3;
|
|
overflow: hidden;
|
|
display: block;
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
z-index: 2;
|
|
cursor: inherit;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_menu_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-width: 0px 1px 1px 1px;
|
|
border-color: #c3c3c3;
|
|
border-style: solid;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_menu_no_borders {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_toolbar_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-top-width: 0px;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
|
|
margin-top: -1px;
|
|
width: auto;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_ribbon_def div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
border-top-width: 0px;
|
|
width: auto;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_statusbar_def {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #eaeaea;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
position: relative;
|
|
padding: 0px 4px;
|
|
height: 21px;
|
|
line-height: 21px;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_progress_bar {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 5;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
border: 1px solid #c3c3c3;
|
|
background-position: center 55%;
|
|
background-image: url("imgs/dhxlayout_skyblue/dhxlayout_cell_progress.gif");
|
|
background-repeat: no-repeat;
|
|
cursor: progress;
|
|
z-index: 6;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_h div.dhx_cell_statusbar_def,
|
|
.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout.dhxlayout_collapsed_v div.dhx_cell_statusbar_def {
|
|
display: none;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_progress {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 3;
|
|
opacity: 0.55;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxlayout_skyblue/dhxlayout_cell_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
z-index: 4;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_hdr {
|
|
position: relative;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_ftr {
|
|
position: absolute;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_menu {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_toolbar {
|
|
position: relative;
|
|
background-color: #ebebeb;
|
|
padding-bottom: 4px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_ribbon {
|
|
padding-bottom: 4px;
|
|
position: relative;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_ribbon div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
width: auto;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_statusbar {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #ebebeb;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_base_dhx_skyblue div.dhxcelltop_statusbar div.dhxcont_statusbar {
|
|
position: relative;
|
|
margin-top: 4px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #eaeaea;
|
|
padding: 7px 6px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
body.dhxlayout_resize_v * {
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: w-resize !important;
|
|
}
|
|
body.dhxlayout_resize_h * {
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: n-resize !important;
|
|
}
|
|
div.dhxlayout_sep_sw_dhx_skyblue {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
width: 5px;
|
|
height: 1px;
|
|
font-size: 1px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxlayout_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue {
|
|
background-color: #ebebeb;
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue .dhxtabbar_cont {
|
|
position: absolute;
|
|
*overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs {
|
|
position: absolute;
|
|
bottom: auto;
|
|
height: 27px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
z-index: 2;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs {
|
|
top: auto;
|
|
bottom: 0px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base {
|
|
position: absolute;
|
|
top: 0px;
|
|
height: 27px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_left,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_right {
|
|
position: absolute;
|
|
width: 5000px;
|
|
height: 27px;
|
|
margin: 0px 1px;
|
|
top: 0px;
|
|
-webkit-transform: translate3d(0px, 0px, 0px);
|
|
-moz-transform: translate3d(0px, 0px, 0px);
|
|
-ms-transform: translate3d(0px, 0px, 0px);
|
|
-o-transform: translate3d(0px, 0px, 0px);
|
|
transform: translate3d(0px, 0px, 0px);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_left.safari_517_fix,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_right.safari_517_fix,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_left.safari_517_fix div.dhxtabbar_tab,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_cont_right.safari_517_fix div.dhxtabbar_tab {
|
|
-webkit-transform: none !important;
|
|
-moz-transform: none !important;
|
|
-ms-transform: none !important;
|
|
-o-transform: none !important;
|
|
transform: none !important;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_line {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
top: none;
|
|
width: 100%;
|
|
height: 3px;
|
|
overflow: hidden;
|
|
z-index: 2;
|
|
border-top: 1px solid #c3c3c3;
|
|
border-bottom: 0px solid white;
|
|
background-color: #e5e5e5;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_left {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 15px;
|
|
height: 100%;
|
|
background-color: #F1F1F1;
|
|
background: linear-gradient(#F1F1F1, #E5E5E5);
|
|
background: -webkit-linear-gradient(#F1F1F1, #E5E5E5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#F1F1F1, endColorStr=#E5E5E5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
z-index: 4;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_left.dhxtabbar_tabs_ar_hidden {
|
|
display: none;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_left div.dhxtabbar_arrow_img {
|
|
position: relative;
|
|
height: 100%;
|
|
border-right: 1px solid #c3c3c3;
|
|
background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_arrows.gif");
|
|
background-position: 0px 11px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_right {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 15px;
|
|
height: 100%;
|
|
background-color: #F1F1F1;
|
|
background: linear-gradient(#F1F1F1, #E5E5E5);
|
|
background: -webkit-linear-gradient(#F1F1F1, #E5E5E5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#F1F1F1, endColorStr=#E5E5E5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
z-index: 4;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_right.dhxtabbar_tabs_ar_hidden {
|
|
display: none;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_ar_right div.dhxtabbar_arrow_img {
|
|
position: relative;
|
|
height: 100%;
|
|
border-left: 1px solid #c3c3c3;
|
|
background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_arrows.gif");
|
|
background-position: -14px 11px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar {
|
|
position: absolute;
|
|
background-color: white;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
z-index: 0;
|
|
background-image: none !important;
|
|
/* IE6/Quircks */
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_cover {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 1px;
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_cont_tabbar {
|
|
position: absolute;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-top: 0px solid white;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
-webkit-transform: rotateX(0);
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_cont_tabbar.dhx_cell_cont_no_borders {
|
|
border: 0px solid white!important;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab {
|
|
position: relative;
|
|
height: 24px;
|
|
background-color: white;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
-moz-transform: translate3d(0, 0, 0);
|
|
-ms-transform: translate3d(0, 0, 0);
|
|
-o-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_cont_left div.dhxtabbar_tab {
|
|
float: left;
|
|
margin-left: -1px;
|
|
margin-right: 0px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tabs_cont_right div.dhxtabbar_tab {
|
|
float: right;
|
|
margin-left: 0px;
|
|
margin-right: -1px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_dis {
|
|
background-color: #f2f2f2;
|
|
background: linear-gradient(#f2f2f2, #e5e5e5);
|
|
background: -webkit-linear-gradient(#f2f2f2, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f2f2f2, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
|
|
|
|
/*TABBAR激活样式*/
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis {
|
|
z-index: 3;
|
|
}
|
|
/*end*/
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_hidden {
|
|
border: none;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text {
|
|
position: relative;
|
|
height: 23px;
|
|
line-height: 22px;
|
|
vertical-align: middle;
|
|
top: 0px;
|
|
border-top: 1px solid #fcfcfc;
|
|
color: #333333;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text.dhxtabbar_tab_text_close {
|
|
padding-right: 9px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv div.dhxtabbar_tab_text,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_text {
|
|
border-left: 1px solid #fcfcfc;
|
|
border-right: 1px solid #fcfcfc;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv div.dhxtabbar_tab_text {
|
|
color: #333333;
|
|
font-weight: bold;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_text {
|
|
font-weight: bold;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_dis div.dhxtabbar_tab_text,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_text {
|
|
color: #999999;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_close {
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 5px;
|
|
width: 11px;
|
|
height: 11px;
|
|
border: 1px solid #d6d6d6;
|
|
/*修改:TABBAR::CLOSE BTN*/
|
|
border-radius: 10px;
|
|
background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_button_close.gif");
|
|
background-position: 0px 0px;
|
|
background-repeat: no-repeat;
|
|
line-height: 1px;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv div.dhxtabbar_tab_close {
|
|
border: 1px solid #c3c3c3;
|
|
background-position: -11px 0px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_dis div.dhxtabbar_tab_close,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis div.dhxtabbar_tab_close {
|
|
border: 1px solid #c3c3c3;
|
|
background-position: -22px 0px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_cell_cont_tabbar {
|
|
border-top: 1px solid #c3c3c3;
|
|
border-bottom: 0px solid white;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_toolbar_dhx_skyblue {
|
|
border-bottom-width: 0px;
|
|
border-top-width: 1px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab {
|
|
margin-top: 4px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv,
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab.dhxtabbar_tab_actv_dis {
|
|
z-index: 3;
|
|
font-weight: bold;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_text {
|
|
top: 0px;
|
|
border-top: 0px solid white;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tab div.dhxtabbar_tab_close {
|
|
top: auto;
|
|
bottom: 5px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhxtabbar_tabs div.dhxtabbar_tabs_base div.dhxtabbar_tabs_line {
|
|
top: 0px;
|
|
bottom: none;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-top: 0px solid white;
|
|
background-color: #ececec;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-top: 0px solid white;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_no_borders {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_cell_menu_def {
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-top: 1px solid #c3c3c3;
|
|
border-bottom: 0px solid white;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_toolbar_dhx_skyblue {
|
|
border-bottom-width: 1px;
|
|
border-top-width: 0px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
border-top: 0px solid white;
|
|
width: auto;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
|
|
margin-top: -1px;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
background-color: #eaeaea;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
position: relative;
|
|
padding: 0px 4px;
|
|
height: 21px;
|
|
line-height: 21px;
|
|
border-top: 0px solid white;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxtabbar_tabs_bottom div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
border-top: 1px solid #c3c3c3;
|
|
border-bottom: 0px solid white;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_progress_bar {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
z-index: 1;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_cell_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
z-index: 2;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_progress {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 3;
|
|
opacity: 0.55;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxtabbar_skyblue/dhxtabbar_cell_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
z-index: 4;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_hdr {
|
|
position: relative;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_ftr {
|
|
position: absolute;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_menu {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_toolbar {
|
|
position: relative;
|
|
background-color: #ebebeb;
|
|
padding-bottom: 4px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_ribbon {
|
|
padding-bottom: 4px;
|
|
position: relative;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_ribbon div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
width: auto;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_statusbar {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #ebebeb;
|
|
overflow: hidden;
|
|
}
|
|
.dhxtabbar_base_dhx_skyblue div.dhxcelltop_statusbar div.dhxcont_statusbar {
|
|
position: relative;
|
|
margin-top: 4px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #eaeaea;
|
|
padding: 7px 6px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
span.dhxtabbar_tabs_text_test_dhx_skyblue {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 0px;
|
|
top: 0px;
|
|
font-weight: bold;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhxtabbar_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue {
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont {
|
|
position: absolute;
|
|
cursor: default;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
background-color: #f5f5f5;
|
|
border-style: solid;
|
|
border-color: #c3c3c3;
|
|
border-width: 1px 1px 0px 1px;
|
|
overflow: hidden;
|
|
z-index: 2;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items {
|
|
position: absolute;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
-ms-touch-action: none;
|
|
-webkit-transition: top 0.2s;
|
|
-moz-transition: top 0.2s;
|
|
-ms-transition: top 0.2s;
|
|
-o-transition: top 0.2s;
|
|
transition: top 0.2s;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item {
|
|
position: relative;
|
|
padding: 0px 10px;
|
|
z-index: 1;
|
|
cursor: default;
|
|
margin: 1px 2px;
|
|
border: 1px solid #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
overflow: hidden;
|
|
opacity: 1;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-ms-touch-action: none;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_hidden {
|
|
height: 0px !important;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item:hover {
|
|
background-color: #f4f4f4;
|
|
border-color: #d2d2d2;
|
|
z-index: 2;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected {
|
|
z-index: 3;
|
|
border-color: #c3c3c3;
|
|
background-color: #b6d5ff;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon {
|
|
position: absolute;
|
|
left: 9px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
height: inherit;
|
|
line-height: inherit;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_bubble {
|
|
width: inherit;
|
|
position: absolute;
|
|
padding: 1px 5px;
|
|
top: 2px;
|
|
border-radius: 10px;
|
|
background-color: #9A9A9A;
|
|
border: 1px solid #f5f5f5;
|
|
font-family: Tahoma;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
color: white;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item:hover div.dhxsidebar_bubble {
|
|
border-color: #f4f4f4;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected div.dhxsidebar_bubble {
|
|
border-color: white;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_sep {
|
|
position: relative;
|
|
height: 1px;
|
|
margin: 5px 14px;
|
|
overflow: hidden;
|
|
background: #cccccc;
|
|
background: -moz-linear-gradient(left, #ebebeb 0%, #cccccc 50%, #ebebeb 100%);
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ebebeb), color-stop(50%, #cccccc), color-stop(100%, #ebebeb));
|
|
background: -webkit-linear-gradient(left, #ebebeb 0%, #cccccc 50%, #ebebeb 100%);
|
|
background: -o-linear-gradient(left, #ebebeb 0%, #cccccc 50%, #ebebeb 100%);
|
|
background: -ms-linear-gradient(left, #ebebeb 0%, #cccccc 50%, #ebebeb 100%);
|
|
background: linear-gradient(to right, #ebebeb 0%, #cccccc 50%, #ebebeb 100%);
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_touch div.dhxsidebar_side_items div.dhxsidebar_item:hover {
|
|
border-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
z-index: 1;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_touch div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected {
|
|
z-index: 3;
|
|
border-color: #c3c3c3;
|
|
background-color: #b6d5ff;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item {
|
|
height: 23px;
|
|
line-height: 23px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon {
|
|
top: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text {
|
|
padding-left: 34px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_sep {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item {
|
|
height: 43px;
|
|
line-height: 43px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon {
|
|
top: 5px;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text {
|
|
padding-left: 50px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_bubble {
|
|
top: 12px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_item {
|
|
height: 43px;
|
|
line-height: 43px;
|
|
text-align: center;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon {
|
|
position: relative;
|
|
display: inline;
|
|
left: 0px;
|
|
top: 5px;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_sep {
|
|
margin: 3px 6px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item {
|
|
height: 62px;
|
|
line-height: 1em;
|
|
text-align: center;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon {
|
|
position: relative;
|
|
display: inline;
|
|
left: 0px;
|
|
top: 4px;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text {
|
|
position: relative;
|
|
display: block;
|
|
height: 16px;
|
|
margin-top: 10px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_sep {
|
|
margin: 3px 6px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_item {
|
|
height: 23px;
|
|
line-height: 23px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text {
|
|
padding-left: 14px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_sep {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar {
|
|
position: absolute;
|
|
background-color: white;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
z-index: 0;
|
|
background-image: none !important;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cont_sidebar {
|
|
position: absolute;
|
|
border-left: 0px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-top: 1px solid #c3c3c3;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cont_sidebar.dhx_cell_cont_no_borders {
|
|
border-width: 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-width: 0px 1px 1px 1px;
|
|
border-color: #c3c3c3;
|
|
border-style: solid;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_no_borders {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_no_borders div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-top-width: 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_dhx_skyblue {
|
|
margin-top: -1px;
|
|
width: auto;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
border-top-width: 0px;
|
|
width: auto;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #eaeaea;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
position: relative;
|
|
padding: 0px 4px;
|
|
height: 21px;
|
|
line-height: 21px;
|
|
border-bottom: 1px solid #c3c3c3;
|
|
border-left: 1px solid #c3c3c3;
|
|
border-right: 1px solid #c3c3c3;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_bar {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 5;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
border: 1px solid #c3c3c3;
|
|
background-position: center 55%;
|
|
background-image: url("imgs/dhxsidebar_skyblue/dhxsidebar_cell_progress.gif");
|
|
background-repeat: no-repeat;
|
|
cursor: progress;
|
|
z-index: 6;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def {
|
|
border-width: 1px 1px 0px 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
border-width: 1px 1px 0px 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_itembar.dhxtabbar_base_dhx_skyblue {
|
|
margin-left: -1px;
|
|
margin-bottom: -1px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_dhx_skyblue.dhxrb_without_itembar {
|
|
border-width: 1px 1px 0px 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
border-left-width: 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_img {
|
|
border-left-width: 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
height: 24px;
|
|
border-color: #c3c3c3;
|
|
border-style: solid;
|
|
border-width: 1px 1px 1px 1px;
|
|
font-size: 1px;
|
|
overflow: hidden;
|
|
z-index: 3;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-ms-touch-action: none;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows.dhxsidebar_arrows_hidden {
|
|
height: 0px;
|
|
border-width: 0px 1px 1px 1px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow {
|
|
position: absolute;
|
|
width: 50%;
|
|
height: 100%;
|
|
top: 0px;
|
|
font-size: 1px;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
background-color: #ececec;
|
|
background: linear-gradient(#ececec, #e5e5e5);
|
|
background: -webkit-linear-gradient(#ececec, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ececec, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_left {
|
|
left: 0px;
|
|
border-right: 1px solid #c3c3c3;
|
|
z-index: 2;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_left div.dhxsidebar_arrow_image {
|
|
background-image: url("imgs/dhxsidebar_skyblue/dhxsidebar_arrow_up.gif");
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_right {
|
|
right: 0px;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_right div.dhxsidebar_arrow_image {
|
|
background-image: url("imgs/dhxsidebar_skyblue/dhxsidebar_arrow_down.gif");
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow div.dhxsidebar_arrow_image {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
font-size: 1px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow:active {
|
|
background-color: #e6e6e6;
|
|
background: linear-gradient(#e6e6e6, #e5e5e5);
|
|
background: -webkit-linear-gradient(#e6e6e6, #e5e5e5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#e6e6e6, endColorStr=#e5e5e5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
box-shadow: 0 0 5px rgba(127, 127, 127, 0.15) inset;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_progress {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
z-index: 3;
|
|
opacity: 0.55;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxsidebar_skyblue/dhxsidebar_cell_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
z-index: 4;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_hdr {
|
|
position: relative;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_ftr {
|
|
position: absolute;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_menu {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_toolbar {
|
|
position: relative;
|
|
background-color: #ebebeb;
|
|
padding-bottom: 4px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_ribbon {
|
|
padding-bottom: 4px;
|
|
position: relative;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_ribbon div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
width: auto;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_statusbar {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
background-color: #ebebeb;
|
|
overflow: hidden;
|
|
}
|
|
.dhxsidebar_base_dhx_skyblue div.dhxcelltop_statusbar div.dhxcont_statusbar {
|
|
position: relative;
|
|
margin-top: 4px;
|
|
border: 1px solid #c3c3c3;
|
|
background-color: #eaeaea;
|
|
padding: 7px 6px;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
.dhxsidebar_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue {
|
|
overflow: hidden;
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
border: 1px solid #c3c3c3;
|
|
/*修改::windows shadow*/
|
|
/*box-shadow: 0 0 3px #cecece;*/
|
|
box-shadow: 0px 10px 100px -16px #000;
|
|
border-radius: 3px;
|
|
background: white;
|
|
cursor: inherit;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
border: 1px solid #e0d6cd;
|
|
box-shadow: 0 0 3px #dedede;
|
|
border-radius: 3px;
|
|
background: white;
|
|
cursor: inherit;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_brd {
|
|
position: absolute;
|
|
border-left: 5px solid #E4E4E4;
|
|
border-right: 5px solid #E4E4E4;
|
|
border-bottom: 5px solid #E4E4E4;
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
background: white;
|
|
z-index: 0;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_brd.dhxwin_hdr_hidden {
|
|
border-top: 5px solid #dbe4ee;
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_brd {
|
|
opacity: 0.8;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_fr_cover {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background-color: white;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_fr_cover .dhxwin_fr_cover_inner {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: white;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_fr_cover {
|
|
display: none;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_fr_cover {
|
|
z-index: 4;
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_fr_cover.dhxwin_fr_cover_dnd,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_fr_cover.dhxwin_fr_cover_resize {
|
|
display: block;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue iframe.dhxwin_main_fr_cover {
|
|
position: absolute;
|
|
background-color: white;
|
|
border-radius: 2px;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr {
|
|
position: relative;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-weight: bold;
|
|
border-top: 1px solid white;
|
|
border-left: 1px solid white;
|
|
border-right: 1px solid white;
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
|
|
background-color: #EBEBEB;
|
|
background: linear-gradient(#EBEBEB, #E5E5E5);
|
|
background: -webkit-linear-gradient(#EBEBEB, #E5E5E5);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#EBEBEB, endColorStr=#E5E5E5) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
|
|
|
|
/*
|
|
background-color: #edeeed;
|
|
background: linear-gradient(#edeeed, #dbe4ee);
|
|
background: -webkit-linear-gradient(#edeeed, #dbe4ee);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#edeeed, endColorStr=#dbe4ee) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
|
|
*/
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
cursor: inherit;
|
|
overflow: hidden;
|
|
z-index: 3;
|
|
-ms-touch-action: none;
|
|
touch-action: none;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_hdr {
|
|
color: #777;
|
|
opacity: 0.8;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
|
|
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#edeeed, endColorStr=#dbe4ee);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr.dhxwin_hdr_parked {
|
|
border-bottom: 1px solid white;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr.dhxwin_hdr_hidden {
|
|
visibility: hidden;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_icon {
|
|
position: absolute;
|
|
left: 7px;
|
|
top: 7px;
|
|
width: 18px;
|
|
height: 18px;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
background-image: url("imgs/dhxwins_skyblue/dhxwins_icon.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
cursor: inherit;
|
|
z-index: 2;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_hdr div.dhxwin_icon {
|
|
opacity: 0.6;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_text {
|
|
position: relative;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
cursor: inherit;
|
|
z-index: 1;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_text div.dhxwin_text_inside {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 100%;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns {
|
|
position: absolute;
|
|
right: 7px;
|
|
top: 6px;
|
|
height: 18px;
|
|
cursor: default;
|
|
overflow: hidden;
|
|
cursor: inherit;
|
|
z-index: 2;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhxwin_hdr div.dhxwin_btns {
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis {
|
|
position: relative;
|
|
float: left;
|
|
width: 15px;
|
|
height: 15px;
|
|
margin-left: 1px;
|
|
margin-top: 2px;
|
|
border-radius: 2px;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
background-image: url("imgs/dhxwins_skyblue/dhxwins_buttons.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button:hover {
|
|
background-color: white;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_close {
|
|
background-position: -15px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_close_dis {
|
|
background-position: -15px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_minmax {
|
|
background-position: -30px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmax_dis {
|
|
background-position: -30px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_minmaxed {
|
|
background-position: -45px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmaxed_dis {
|
|
background-position: -45px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_park {
|
|
background-position: -60px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_park_dis {
|
|
background-position: -60px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_stick {
|
|
background-position: -75px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_stick_dis {
|
|
background-position: -75px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_sticked {
|
|
background-position: -90px 0px;
|
|
background-color: #c3c3c3 !important;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_sticked_dis {
|
|
background-position: -90px -15px;
|
|
background-color: #f0f0f0!important;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_help {
|
|
background-position: -105px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_help_dis {
|
|
background-position: -105px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_dock {
|
|
background-position: -120px 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_dock_dis {
|
|
background-position: -120px -15px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active.dhxwin_dnd_touch,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active.dhxwin_dnd {
|
|
box-shadow: 0 5px 50px -20px rgba(0, 0, 0, 0.8);
|
|
/* important different color for FF, translate+autohide bug detected */
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active.dhxwin_dnd_touch {
|
|
border-color: #6c94b4;
|
|
box-shadow: 0 0 14px #a4b9cb;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue.dhxwins_vp_dnd {
|
|
cursor: move!important;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_resize {
|
|
position: absolute;
|
|
background-color: #dbe4ee;
|
|
border-radius: 3px;
|
|
opacity: 0.5;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue iframe.dhxwin_resize_fr_cover {
|
|
position: absolute;
|
|
background-color: white;
|
|
border-radius: 3px;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwins_mcover {
|
|
position: absolute;
|
|
/*修改::windows modal背景颜色*/
|
|
/*background-color: #edeeed;*/
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
/*opacity: 0.53;*/
|
|
/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=53);*/
|
|
}
|
|
.dhxwins_vp_dhx_skyblue iframe.dhxwins_mcover {
|
|
position: absolute;
|
|
background-color: white;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins {
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
visibility: visible;
|
|
z-index: 1;
|
|
opacity: 1;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins.dhxwin_parked,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins.dhxwin_parked {
|
|
visibility: hidden;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cover,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cover {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 1px;
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cont_wins {
|
|
position: absolute;
|
|
/*border: 1px solid #d3e6fe;*/
|
|
/*padding: 1px;*/
|
|
border: 1px solid #ffffff;
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_cont_no_borders,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_cont_no_borders {
|
|
border: 0px solid #ffffff !important;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_menu_def,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_menu_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #dbe4ee;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_menu_def div.dhtmlxMenu_dhx_skyblue_Middle {
|
|
padding: 0px 2px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_def,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_def {
|
|
position: relative;
|
|
overflow: hidden;
|
|
padding: 1px 1px 0px 1px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_def div.dhx_toolbar_dhx_skyblue {
|
|
position: relative;
|
|
border-top-width: 1px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_toolbar_no_borders div.dhx_toolbar_dhx_skyblue,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_toolbar_no_borders div.dhx_toolbar_dhx_skyblue {
|
|
position: relative;
|
|
border-top-width: 1px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_ribbon_def,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_ribbon_def {
|
|
padding: 1px 1px 0px 1px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
|
width: auto;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_statusbar_def,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_statusbar_def {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
font-family: Tahoma;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
background-color: #dbe4ee;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text {
|
|
position: relative;
|
|
padding: 0px 4px;
|
|
height: 21px;
|
|
line-height: 21px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_statusbar_attached,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_cont_wins.dhx_cell_statusbar_attached {
|
|
border-radius: 0px;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_progress_bar,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_progress_bar {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #ffffff;
|
|
opacity: 0.75;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
|
|
z-index: 1;
|
|
}
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_active div.dhx_cell_wins div.dhx_cell_progress_img,
|
|
.dhxwins_vp_dhx_skyblue div.dhxwin_inactive div.dhx_cell_wins div.dhx_cell_progress_img {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("imgs/dhxwins_skyblue/dhxwins_progress.gif");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
z-index: 2;
|
|
}
|
|
.dhxwins_vp_auto {
|
|
overflow: auto!important;
|
|
}
|
|
.dhxwins_skin_detect {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: -100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0px solid white;
|
|
width: 10px;
|
|
height: 10px;
|
|
overflow: hidden;
|
|
}
|
|
div.dhxwins_vp_dhx_skyblue.dhxwins_vp_fs {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlx_message_area {
|
|
position: fixed;
|
|
right: 5px;
|
|
width: 250px;
|
|
z-index: 1000;
|
|
padding: 0px 0px;
|
|
}
|
|
.dhtmlx-info {
|
|
color: #444;
|
|
border-radius: 4px;
|
|
min-width: 120px;
|
|
padding: 10px 10px 10px 20px;
|
|
background-color: #FFFFCC;
|
|
font-size: 12px;
|
|
font-family: Tahoma;
|
|
z-index: 10000;
|
|
margin: 0px 5px 5px 5px;
|
|
border: 1px solid #d3d3d3;
|
|
box-shadow: 0px 0px 5px #ccc;
|
|
-webkit-transition: all .5s ease;
|
|
-moz-transition: all .5s ease;
|
|
-o-transition: all .5s ease;
|
|
transition: all .5s ease;
|
|
}
|
|
.dhtmlx-info.hidden {
|
|
height: 0px;
|
|
padding-bottom: 0px;
|
|
padding-top: 0px;
|
|
border-width: 0px;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlx-error {
|
|
background-color: #f17373;
|
|
color: #fff;
|
|
}
|
|
/*修改:提示框*/
|
|
.dhtmlx_modal_box {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
min-width: 300px;
|
|
width: 300px;
|
|
text-align: center;
|
|
position: fixed;
|
|
background-color: #fff;
|
|
z-index: 20000;
|
|
-moz-box-shadow: 0px 0px 45px #737373;
|
|
-webkit-box-shadow: 0px 0px 45px #737373;
|
|
/* box-shadow: 0px 0px 5px #AAAAAA;
|
|
border: 1px solid #a4bed4;
|
|
border-radius: 6px;*/
|
|
box-shadow: 0px 0px 45px #737373;
|
|
border: 1px solid #9C9C9C;
|
|
border-radius: 6px;
|
|
}
|
|
.dhtmlx_popup_title {
|
|
padding: 5px 0;
|
|
font-size: 12px;
|
|
-webkit-border-top-right-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
border-radius-top-right: 6px;
|
|
line-height: 16px;
|
|
font-family: Tahoma;
|
|
font-weight: bold;
|
|
}
|
|
.dhtmlx-info,
|
|
.dhtmlx_popup_title,
|
|
.dhtmlx_popup_button {
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
-moz-user-select: -moz-none;
|
|
cursor: pointer;
|
|
}
|
|
.dhtmlx_popup_text {
|
|
font-size: 13px;
|
|
font-family: Tahoma;
|
|
color: #444;
|
|
min-height: 30px;
|
|
padding: 20px 10px 10px 10px !important;
|
|
overflow: hidden;
|
|
}
|
|
.dhtmlx_popup_controls {
|
|
font-family: Tahoma;
|
|
font-weight: bold;
|
|
padding: 10px 10px 17px 10px !important;
|
|
}
|
|
.dhtmlx_popup_button {
|
|
font-size: 12px;
|
|
font-family: Tahoma;
|
|
font-weight: bold;
|
|
min-width: 50px !important;
|
|
width: 69px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
border-radius: 4px;
|
|
}
|
|
.dhtmlx_popup_button div {
|
|
line-height: 20px;
|
|
}
|
|
div.dhx_modal_cover {
|
|
background-color: #000;
|
|
cursor: default;
|
|
opacity: 0.2;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
|
|
position: fixed;
|
|
z-index: 19999;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
zoom: 1;
|
|
}
|
|
|
|
/*修改::提示框按钮颜色*/
|
|
.dhtmlx_popup_button {
|
|
/*color: #2e3947;*/
|
|
color: #607D8B;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
/*border: 1px solid #a4bed4;*/
|
|
border: 1px solid #9C9C9C;
|
|
/*background-color: #d5e6fc;*/
|
|
background-color: #efefef;
|
|
|
|
/* background-image: -moz-linear-gradient(center bottom, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf2f7), color-stop(0.88, #cce2fe), color-stop(1, #e1eeff));*/
|
|
background-image: -moz-linear-gradient(center bottom, #ececec 0%, #e6e6e6 12%, #efefef 100%);
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(0.88, #e6e6e6), color-stop(1, #ececec));
|
|
|
|
background: -o-linear-gradient(top, #ececec, #e6e6e6 12%, #efefef);
|
|
background: linear-gradient(top, #ececec, #e6e6e6 12%, #efefef);
|
|
background: -ms-linear-gradient(top, #ececec 0%, #e6e6e6 12%, #efefef 100%);
|
|
/* background: -o-linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
|
|
background: linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
|
|
background: -ms-linear-gradient(top, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);*/
|
|
}
|
|
.dhtmlx_popup_button:active,
|
|
.dhtmlx_popup_button:focus {
|
|
box-shadow: inset 0 0 2px #aaaaaa;
|
|
background: #bdd9fc;
|
|
/* Old browsers */
|
|
background: -moz-linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
|
|
/* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4ddff), color-stop(88%, #bdd9fc), color-stop(100%, #deeaf4));
|
|
/* Chrome,Safari4+ */
|
|
background: -o-linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
|
|
/* Opera11.10+ */
|
|
background: -ms-linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
|
|
/* IE10+ */
|
|
background: linear-gradient(top, #c4ddff 0%, #bdd9fc 88%, #deeaf4 100%);
|
|
/* W3C */
|
|
}
|
|
.dhtmlx_popup_title {
|
|
box-shadow: inset 0 0 2px #ffffff;
|
|
display: block;
|
|
}
|
|
.dhtmlx-alert-error .dhtmlx_popup_title,
|
|
.dhtmlx-confirm-error .dhtmlx_popup_title {
|
|
color: white;
|
|
border: 1px solid #f17373;
|
|
background: #f17373;
|
|
background: -webkit-linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
|
|
background: -moz-linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
|
|
background: -o-linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
|
|
background: linear-gradient(top, #ff7c7c, #f17373 88%, #ff7361);
|
|
background: -ms-linear-gradient(top, #ff7c7c 0%, #f17373 88%, #ffbc75 100%);
|
|
}
|
|
.dhtmlx-alert-error.dhtmlx_modal_box,
|
|
.dhtmlx-confirm-error.dhtmlx_modal_box {
|
|
border: 1px solid #f17373;
|
|
}
|
|
.dhtmlx-alert-warning .dhtmlx_popup_title,
|
|
.dhtmlx-confirm-warning .dhtmlx_popup_title {
|
|
color: #000;
|
|
border: 1px solid #d2b07f;
|
|
background: #ff9f37;
|
|
background: -webkit-linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
|
|
background: -moz-linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
|
|
background: -o-linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
|
|
background: linear-gradient(top, #ffc786, #ff9523 88%, #ffbc75);
|
|
background: -ms-linear-gradient(top, #ffc786 0%, #ff9523 88%, #ffbc75 100%);
|
|
}
|
|
.dhtmlx-alert-warning .dhtmlx_popup_controls,
|
|
.dhtmlx-confirm-warning .dhtmlx_popup_controls {
|
|
border: 1px solid #d5d5d5;
|
|
border-width: 0 1px 1px 1px;
|
|
}
|
|
.dhtmlx-alert-warning .dhtmlx_popup_text,
|
|
.dhtmlx-confirm-warning .dhtmlx_popup_text {
|
|
border: 1px solid #d5d5d5;
|
|
border-width: 0 1px 0 1px;
|
|
}
|
|
|
|
/*修改:提示框顶部*/
|
|
.dhtmlx-alert .dhtmlx_popup_title,
|
|
.dhtmlx-confirm .dhtmlx_popup_title {
|
|
/* color: #000;
|
|
border: 1px solid #a4bed4;
|
|
background: #d5e6fc;*/
|
|
color: #000;
|
|
border: none;
|
|
border-bottom: 1px solid #b2b2b2;
|
|
|
|
/* background: -moz-linear-gradient(center bottom, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf2f7), color-stop(0.88, #cce2fe), color-stop(1, #e1eeff));
|
|
background: -o-linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
|
|
background: linear-gradient(top, #e1eeff, #cce2fe 12%, #ecf2f7);
|
|
background: -ms-linear-gradient(top, #e1eeff 0%, #cce2fe 12%, #ecf2f7 100%);*/
|
|
|
|
background: -moz-linear-gradient(center bottom, #ececec 0%, #e6e6e6 12%, #efefef 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(0.88, #e6e6e6), color-stop(1, #ececec));
|
|
background: -o-linear-gradient(top, #ececec, #e6e6e6 12%, #efefef);
|
|
background: linear-gradient(top, #ececec, #e6e6e6 12%, #efefef);
|
|
background: -ms-linear-gradient(top, #ececec 0%, #e6e6e6 12%, #efefef 100%);
|
|
}
|
|
.dhtmlx-alert .dhtmlx_popup_controls,
|
|
.dhtmlx-confirm .dhtmlx_popup_controls {
|
|
border: 1px solid #d5d5d5;
|
|
border-width: 0 1px 1px 1px;
|
|
}
|
|
.dhtmlx-alert .dhtmlx_popup_text,
|
|
.dhtmlx-confirm .dhtmlx_popup_text {
|
|
border: 1px solid #d5d5d5;
|
|
border-width: 0 1px 0 1px;
|
|
}
|
|
|
|
|