/*Now the CSS Created by R.S*/
  
 
 .mid-clr{
  color:#FF0000;
 }
 
 .note-popover.popover { 
    display: none !important;
}

.select2-container--default .select2-selection--single {  
    border: 1px solid #ced4da !important;  
    min-height: 39px !important; 
    padding: 0px !important; 
}
 

.select2-container--default .select2-selection--multiple { 
padding:4px !important; 
}

.select2-container { 
width:100% !important; 
}

.Zebra_DatePicker_Icon_Wrapper{ width: 100% !important; }


.table .thead-light th {
    color: #ffffff !important;
   background: linear-gradient(90deg, rgba(56,71,117,1) 26%, rgba(25,42,89,1) 65%) !important;
    border-color: #f5f6f8 !important;
}
.page-item.active .page-link { 
    background-color: #577fa8 !important;
    border-color: #577fa8 !important;
}


.table-bordered td, .table-bordered th {
    border: 1px solid #cdd2db !important;
}

 table td {
    padding: 5px !important;
	
	}
  .Zebra_Tooltip .Zebra_Tooltip_Message {
    background: #479a74 !important;  
	}
	
	.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div { 
    border-color: #479a74 transparent transparent !important;  
	}
	
	
	/*.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
    line-height: 1;
    width: 100%;
    display: inline-flex;
}*/

.note-editor .btn-group, .btn-group-vertical { 
    display: inline-block !important;  
}


 .strikeout { 
     background-color: #000000 !important;
    color: #fff !important;  
	pointer-events: none;
} 



.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i { 
    visibility: visible !important;
}


 .Zebra_Tooltip .Zebra_Tooltip_Message {
    max-width: 500px !important; 
}
.Zebra_Tooltip { width:auto !important;  }


::-webkit-scrollbar-thumb {
    background: #4f5d70;
	border-radius:4px;
}

::-webkit-scrollbar-track-piece {
   /* background: #ccc;*/
}
 
::-webkit-scrollbar {
    width: 7px;
	
}