input::-ms-clear {
  width : 0;
  height: 0;
}

.weeklyCss{
   font-size: 10px;
    text-align:left;
    padding : 0;
}
.yellow{
    color:#fffaaa !important;
}
.white{
    color : white !important;
}

.webix_multiview{
    position: absolute !important;
}

.webix_hcell{
    text-align: center;
    background : #EAEAEA !important;
}
.webix_ss_vscroll_header{
    border: 1px solid #E1E0E0 !important;
    background : #EAEAEA !important;
}

.webix_vscroll_y{
    margin-top: 64px !important;
}

.webix_hcell span{
    width:100%;
}

.webix_column > div, .webix_table_cell {
    padding:0;
}
.currentDate {
	border-right: 3px solid !important;
    border-right-color:red !important;
}

.holiday {
    background-color: #CCCCCC;
    border-bottom:none !important;
    border-right: 1px !important;
    border-right-color:white !important;

}

.parallelTasks {
    border-bottom:none !important;
}

/*selection css*/
.selection > div {
    position: absolute;
    left: 0px !important;
    top: 2px !important;
}

.selection_visible{
    display: block !important;
}

.selection > span {
    background-color: rgba(188, 235, 206, 0.6);
    border: 1px solid #8B9;
    width: 100%;
    height: 100%;
    float: left;
}

.selection {
    display: none;
    z-index: 9000;
    position: absolute !important;
    cursor: default !important;
}
.leftAlign{
    text-align:left;
    text-indent: 5px;
    padding : 0;
}
.centerAlign{
    text-align:center;
}
.rightAlign{
    text-align:right;
}
.webix_ss_header td {
    border: 1px solid #E1E0E0 !important;
}

.leftTable .webix_hcell {
    line-height: 35px !important;
}
.toolbar {
    background : #82A0D3 !important;
}
.webix_inp_counter_prev, .webixtype_base, .webix_icon_btn, .webix_img_btn, .webixtype_form, .webix_segment_N, .webix_segment_0, .webix_inp_counter_next, .webix_input_icon, .webix_cal_select > span, .webix_popup_button > div, .webix_popup_title {
    background : #82A0D3 !important;
    color : #FFFFFF !important;
}
.webix_selected, .leftTable .webix_row_select {
    background : #FFFAAA !important;
    color: #4a4a4a !important;
}
.webix_img_btn {
    line-height: normal !important;
    max-width: 290 !important;
}
.colorComplete {
    background-image: url("../i/locked_task_bg.png");
    background-size: 100% 100%;
}
.task_bar,
.milestone {
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-width: 2px 0;
    border-style: solid;
    border-color: transparent;
    height: 19px;
    width: 100%;
    margin: 2px 0;
    z-index: 1;
}

.COINS_tasks-with-border .task_bar {
    border-color: black;
}
.task_bar.selected {
    border-color: #FFF700;
}
.task_bar__start-node {
    border-left-width: 2px;
}
.task_bar__start-node.selected {
    z-index: 2;
}
.task_bar__end-node {
    border-right-width: 2px;
}
.task_bar__end-node.selected {
    z-index: 2;
}

.milestone {
    color : white;
    text-align: center;
    z-index: 3;
}

.dailyDatatable .webix_progress_icon,
.weeklyDatatable .webix_progress_icon {
    top: 0 !important;
}