summaryrefslogtreecommitdiff
path: root/hrms_dashboard/static/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'hrms_dashboard/static/src/css')
-rw-r--r--hrms_dashboard/static/src/css/hrms_dashboard.css1004
-rw-r--r--hrms_dashboard/static/src/css/lib/nv.d3.css426
2 files changed, 1430 insertions, 0 deletions
diff --git a/hrms_dashboard/static/src/css/hrms_dashboard.css b/hrms_dashboard/static/src/css/hrms_dashboard.css
new file mode 100644
index 0000000..47c8f12
--- /dev/null
+++ b/hrms_dashboard/static/src/css/hrms_dashboard.css
@@ -0,0 +1,1004 @@
+.o_action_manager{
+overflow: auto !important;
+}
+
+.oh_dashboards{
+ padding-top :15px;
+ background-color: #f8faff !important;
+}
+
+.oh-card h4 {
+ font-size: 1.1rem;
+}
+.breadcrumbs {
+ margin-top: 0;
+}
+
+.buttons button {
+ margin: 2px 0; }
+
+/* Button Reset */
+.btn, .button {
+ display: inline-block;
+ font-weight: 400;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ transition: all .15s ease-in-out;
+ border-radius: 0;
+ cursor: pointer; }
+
+
+/* Widget One
+---------------------------*/
+.stat-content {
+ display: inline-block;
+ width: 66%;
+}
+.stat-icon{
+ display: inline-block;
+}
+
+.stat-widget-one .stat-icon {
+ vertical-align: top;
+ margin: auto;
+ width: 100%;
+ color: #01c490;
+}
+
+.stat-widget-one .stat-icon i {
+ font-size: 30px;
+ font-weight: 900;
+ display: inline-block;
+ color: #01c490;}
+
+.stat-widget-one .stat-text {
+ font-size: 14px;
+ color: #868e96;
+ font-weight: bold;
+
+}
+
+.stat-widget-one .stat-digit {
+ font-size: 24px;
+ color: #02448b; }
+
+.stat-count {
+ font-size: 20px;
+ text-align: center;
+ color: #00438b;}
+
+.stat-title {
+ font-size: 17px;
+ text-align: center;
+ color: #00438b; }
+
+.mb-0{
+ font-size: 20px;
+ position: relative;
+ text-align: center;
+}
+.mb-0 .dash-title {
+ font-size: 20px;
+ text-align: center;
+ color: rgba(255, 255, 255, 0.81);
+}
+.hr_birthday {
+ font-size: 28px;
+ text-align: center;
+ padding: 20px 0;
+ color: #00438b;
+ font-weight: 600;
+}
+body .text-color {
+ color: #00438b;
+}
+.slice {
+ stroke: #fff;
+ stroke-width: 0px;
+}
+
+/* Leave graph */
+
+path { stroke: #fff; }
+path:hover { opacity:0.9; }
+rect:hover { fill:#934da5; }
+.axis { font: 10px sans-serif; }
+.legend tr{ border-bottom:1px solid grey; }
+.legend tr:first-child{ border-top:1px solid grey; }
+
+.axis path,
+.axis line {
+ fill: none;
+ stroke: #000;
+ shape-rendering: crispEdges;
+}
+
+.x.axis path { display: none; }
+.legend{
+ border-collapse: collapse;
+ border-spacing: 0px;
+ display: inline-block;
+}
+.monthly_leave_graph_view .legend{
+ height: 250px;
+ overflow: scroll;
+ margin-left: 112px;
+ margin-top: 77px;
+ margin-bottom: -97px
+
+}
+.legend td, .legend .legend_col{
+ padding:4px 5px;
+ vertical-align:bottom;
+}
+.legendFreq, .legendPerc{
+ align:right;
+ width:50px;
+}
+
+/* Leave broadfactor graph */
+
+.broad_factor_graph .axis path,
+.broad_factor_graph .axis line {
+ fill: none;
+ stroke: black;
+ shape-rendering: crispEdges;
+}
+.broad_factor_graph .axis text {
+ font-family: sans-serif;
+ font-size: 11px;
+}
+
+.broad_factor_graph rect {
+ -moz-transition: all 0.3s;
+ -webkit-transition: all 0.3s;
+ -o-transition: all 0.3s;
+ transition: all 0.3s;
+}
+.broad_factor_graph rect:hover{
+ fill: #ff618a;
+}
+
+#broad_factor_pdf {
+ background-color: #ffffff;
+ border: 0;
+ color : #000000;
+ float: right;
+}
+#broad_factor_pdf i {
+ color: red;
+}
+
+.leave_broad_factor{
+ overflow-x: auto !important;
+ overflow-y: hidden !important;
+ height: auto;
+}
+
+/*=====================New Dashboard===========================*/
+
+.oh_dashboards {
+ background-color: #f8faff !important;
+ padding: 0px !important;
+
+}
+.container-fluid.o_hr_dashboard {
+ padding: 0px !important;
+}
+.employee-prof {
+
+ padding: 0px;
+ height: 100%;
+ background-color: #3e6282;
+ /*background-image: linear-gradient(180deg, #3e6282, #41666f);*/
+ position: fixed;
+ /*z-index: 999;*/
+}
+.employee-prof .oh-card:hover {
+
+ transform:none !important;
+ box-shadow: none !important;
+
+}
+
+/*.dummy{
+ height:130vh;
+}*/
+.oh-card {
+
+ padding-top: 0px;
+ padding: 0px;
+ margin-bottom: 1.5rem;
+ border-radius: 0px;
+ box-shadow: none;
+ background: none;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+
+}
+.oh-card:hover {
+
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+
+}
+.employee-prof .employee-icon {
+
+ float: left;
+ padding-right: 0px;
+ width: 100%;
+ height: 185px;
+ overflow: hidden;
+ background: #999999;
+
+}
+.employee-prof .employee-icon img{
+ width: 100%;
+ background: #fff;
+}
+
+.employee-prof .employee-name h2 {
+
+ text-align: center;
+ font-weight: 300;
+ text-transform: uppercase;
+ font-size: 17px;
+ margin-top: 12px;
+ margin-bottom: 2px;
+ color: #fff;
+
+}
+.media-body.employee-name {
+
+ background: #466b8d;
+ float: left;
+ margin: 0;
+ width: 100%
+
+}
+.employee-prof .employee-name p {
+
+ margin: 0 0 9px;
+ text-align: center;
+ font-size: 12px;
+ color: #f3f3f3;
+
+}
+.employee-prof p {
+ margin: 0 0 9px;
+ color: #fff;
+}
+.employee-gender {
+ width: 40%;
+ margin-left: 10%;
+ padding: 8% 10% 4%;
+ text-align: center;
+ border-right: 1px solid #4d769b;
+ margin-top: 14%;
+ float: left;
+ border-bottom: 1px solid #4d769b;
+}
+.employee-gender p {
+ margin: 0px 0 4px !important;
+ color: #fff;
+}
+.employee-age {
+ width: 40%;
+ margin-right: 10%;
+ padding: 4% 10% 7%;
+ text-align: center;
+ margin-top: 18%;
+ float: left;
+ border-bottom: 1px solid #4d769b;
+}
+.employee-age p {
+ margin: 0 0 1px;
+ color: #fff;
+}
+.employee-experience {
+
+ width: 100%;
+ text-align: center;
+ padding-top: 8%;
+ float: left;
+ padding-bottom: 3%;
+
+}
+.employee-country {
+ width: 40%;
+ margin-left: 10%;
+ padding: 9% 0% 4%;
+ text-align: center;
+ border-right: 1px solid #4d769b;
+ margin-top: 2%;
+ float: left;
+ border-top: 1px solid #4d769b;
+
+}
+.employee-country p {
+ margin: 0px 0 1px !important;
+ color: #fff;
+}
+.employee-mobile {
+ width: 40%;
+ margin-right: 10%;
+ padding: 9% 0% 7%;
+ text-align: center;
+ margin-top: 2%;
+ float: left;
+ border-top: 1px solid #4d769b;
+}
+.employee-mobile p {
+ margin: 0 0 1px;
+ color: #fff;
+}
+.oh-payslip {
+
+ margin-top: 1.5%;
+
+}
+.oh-payslip .stat-icon {
+
+ width: 30%;
+ height: 85px;
+ text-align: center;
+ padding-top: 15%;
+ background: #ff8762;
+ color: #fff;
+
+}
+.oh-payslip .oh-card {
+
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+
+}
+.stat-widget-one .stat-text {
+
+ font-size: 14px;
+ color: #ff8762;
+ margin-top: 2.3rem;
+ margin-left: 1rem;
+
+}
+.stat-widget-one .stat-digit {
+
+ font-size: 17px;
+ color: #000;
+ margin-left: 1rem;
+ padding-left: 26px;
+
+}
+
+.stat-widget-one .stat-icon i {
+
+ font-size: 25px;
+ font-weight: 900;
+ display: inline-block;
+ color: #fff;
+
+}
+.stat-widget-one {
+
+ background-color: white;
+ text-align: inherit !important;
+
+}
+.stat-widget-one {
+ width: 100%;
+}
+.oh-payslip .stat-icon {
+
+ width: 30%;
+ height: 85px;
+ text-align: center;
+ padding-top: 15%;
+
+}
+.oh-timesheets .stat-icon{
+ background: #5ebade !important;
+}
+.oh-contracts .stat-icon{
+ background: #b298e1 !important;
+}
+.oh-broad-factor .stat-icon{
+ background: #70cac1 !important;
+}
+.oh-timesheets .stat-widget-one .stat-text {
+ color: #5ebade;
+}
+.oh-contracts .stat-widget-one .stat-text {
+ color: #b298e1;
+}
+.oh-broad-factor .stat-widget-one .stat-text {
+ color: #70cac1;
+}
+.leave-manager {
+
+ background-color: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding: 0px;
+ margin: 15px;
+
+}
+.hr_leave_request_approve {
+ padding: 0;
+ padding-bottom: 0em;
+ padding-top: 0em;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+}
+.leaves_request_month {
+ padding: 0;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-bottom: 0em;
+ padding-top: 0em;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ border-bottom: 1px solid #f1f1f133;
+}
+.leaves_request_today{
+ padding: 0;
+ padding-bottom: 0em;
+ padding-top: 0em;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+
+}
+.hr_leave_request_approve:hover, .leaves_request_month:hover, .leaves_request_today:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+.hr_leave_request_approve p {
+ font-size: 14px;
+ color: #ff8762;
+ margin-left: 1rem;
+ margin-bottom: 0px;
+ text-align: left;
+ width: 64%;
+ font-weight: bold;
+ float: left;
+ text-align: center !important;
+}
+.leaves_request_today p {
+ font-size: 14px;
+ color: #5ebade;
+ margin-left: 1rem;
+ margin-bottom: 0px;
+ text-align: left;
+ width:64%;
+ float:left;
+ font-weight: bold;
+ text-align: center;
+ text-align: center !important;
+}
+.leaves_request_month p{
+ font-size: 14px;
+ color: #b298e1;
+ margin-left: 1rem;
+ margin-bottom:0px;
+ text-align: left;
+ width:64%;
+ float:left;
+ font-weight: bold;
+ text-align: center !important;
+}
+h4 .stat-count {
+ font-size: 17px;
+ text-align: center;
+ color: #000 !important;
+ margin-top: 0px;
+ width: 100%;
+ float: left;
+ margin: 0;
+}
+.leave-manager h4 {
+ float: left;
+ width: 23%;
+
+}
+.hr_leave_request_approve h4 {
+
+ padding: 5.2rem 0;
+ margin: 0;
+ background: #ff8762;
+ color: #fff;
+
+}
+.leaves_request_today h4 {
+
+ padding: 2.2rem 0;
+ margin: 0 !important;
+ background: #5ebade;
+ color: #fff;
+
+}
+.leaves_request_month h4 {
+
+ padding: 2.1rem 0;
+ margin: 0 !important;
+ background: #b298e1;
+ color: #fff;
+
+}
+.leaves_request_today h4 .stat-count ,.leaves_request_month h4 .stat-count , .hr_leave_request_approve h4 .stat-count
+{
+ color:#fff !important;
+}
+.graph_view .legend {
+ margin-bottom: -49px !important;
+ display: inline-block;
+ border-collapse: collapse;
+ border-spacing: 0px;
+ margin-left: 90px !important;
+ margin-top: 77px !important;
+}
+.hr-chart-1{
+ margin: 15px 0px;
+ background: #fff;
+ padding: 0px !important;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+}
+.hr-chart-1:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+.stat-head {
+ text-align: left !important;
+ font-weight: 300;
+ font-size: 15px;
+ margin-bottom: 25px;
+ margin-left: 24px;
+ width: 100%;
+}
+.emp_graph {
+ padding-left: 90px;
+ height: auto;
+ padding-bottom: 65px;
+ text-align: center !important;
+}
+.hr_leave_allocations_approve p {
+ font-size: 14px;
+ color: #ff8762;
+ margin-left: 1rem;
+ margin-bottom: 0px;
+ text-align: left;
+ width: 70%;
+ float: left;
+ font-weight: bold;
+ text-align: center !important;
+}
+.hr_leave_allocations_approve h4 {
+
+ padding: 2.5rem 0;
+ margin: 0;
+ background: #ff8762;
+ color: #fff;
+ width: 26%;
+ float: left;
+}
+.hr_leave_allocations_approve .stat-count {
+
+ font-size: 17px;
+ text-align: center;
+ color: #fff !important;
+ margin-top: 0px;
+ width: 100%;
+ float: left;
+ margin: 0;
+
+}
+.hr_leave_allocations_approve {
+
+ padding: 0;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-bottom: 0em;
+ padding-top: 0em;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ background: #fff;
+ height: 80px;
+
+}
+.hr_leave_allocations_approve:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+.leave-manager {
+
+ background-color: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding: 0px;
+ margin: 15px;
+ margin-right: 15px;
+ margin-right: 0px;
+ width: 95% !important;
+ padding: 0;
+
+}
+.hr_job_application_approve {
+ padding: 0;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-bottom: 0em;
+ padding-top: 0em;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ background: #fff;
+ margin-top: 15px;
+ height: 80px;
+
+}
+.hr_job_application_approve p {
+ font-size: 14px;
+ color: #70cac1;
+ margin-left: 1rem;
+ margin-bottom: 0px;
+ text-align: left;
+ width: 70%;
+ float: left;
+ font-weight: bold;
+ text-align: center !important;
+}
+.hr_job_application_approve h4 {
+
+ padding: 2.5rem 0;
+ margin: 0;
+ background: #70cac1;
+ color: #fff;
+ width: 26%;
+ float: left;
+
+}
+.hr_job_application_approve .stat-count {
+
+ font-size: 17px !important;
+ color: #fff !important;
+ margin-top: 0px !important;
+ width: 100%;
+ float: left;
+ margin: 0;
+ margin: 0px !important;
+ text-align: center !important;
+ width: 100% !important;
+
+}
+.hr_job_application_approve:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+.hr_attendance_login .oh-card {
+ margin: 0;
+ margin-bottom: 0px;
+ margin-bottom: 0px;
+ background: #134c8a;
+ padding-bottom: 7px;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+}
+.hr_attendance_login .stat-widget-one {
+ background: none;
+}
+.hr_attendance_login .stat-widget-one .stat-icon {
+ text-align: center;
+ padding-top: 9px;
+}
+.hr_attendance_login .stat-content {
+ width: 100%;
+ color: #fff !important;
+}
+.hr_attendance_login .stat-widget-one .stat-text {
+ margin: 0;
+ text-align: center;
+ width: 100% !important;
+ padding: 0;
+ color: #fff;
+}
+.hr_attendance_login .stat-widget-one .stat-icon .fa {
+ font-size: 50px;
+}
+.hr_attendance_login .stat-widget-one .stat-icon .fa {
+ font-size: 50px;
+ margin: 0px;
+ box-shadow: none;
+}
+.hr_attendance_login {
+ margin-top: 1.5%;
+}
+.monthly_leave_graph_view .oh-card {
+ background: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding: 15px;
+}
+.broad_factor_graph .oh-card {
+ padding: 15px !important;
+ background: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding: 15px;
+}
+.leave_broad_factor {
+ overflow-x: auto !important;
+ overflow-y: hidden !important;
+ height: 336px;
+ padding: 0px;
+ padding-left: 0px;
+}
+#broad_factor_pdf {
+
+ background-color: #ffffff;
+ float: right;
+ border-radius: 30px;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ border: 1px solid #4ec3b7;
+ color: #757575;
+ padding-top: 9px;
+ color: #4ec3b7;
+
+}
+#broad_factor_pdf:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+.hr_birthday {
+ font-size: 17px;
+ text-align: center;
+ padding: 20px 0;
+ color: #00438b;
+ font-weight: 300;
+}
+.hr_notification img {
+ width: 40px;
+ height: 40px;
+ border-radius: 100%;
+}
+.hr_notification {
+ background: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ height: 316px;
+ overflow-y: auto;
+ margin-bottom: 15px;
+}
+.hr_notification .media {
+ border-bottom: 1px solid #e6e6e6;
+ padding-bottom: 6px;
+ margin-bottom: 10px;
+}
+.hr_notification .text-color.display-6 {
+ margin: 0px 0 3px;
+ color: #2d2d2d;
+}
+.hr_notification p {
+ margin: 0 0 1px;
+ color: #666;
+ font-size: 10px;
+}
+.hr_notification_head {
+ font-size: 17px;
+ text-align: center;
+ padding: 12px 0;
+ color: #fff;
+ font-weight: 300;
+ background: #5ebade;
+ margin-bottom: 9px;
+}
+.monthly_leave_trend .oh-card{
+ background: #fff;
+ transition: none !important;
+ will-change: none !important;
+ box-shadow: none !important;
+ margin-bottom: 5px;
+}
+
+.monthly_leave_trend path {
+ stroke: #70cac1;
+ stroke-width: 2;
+ fill: none;
+}
+
+.monthly_leave_trend .axis path,
+.monthly_leave_trend .axis line {
+ fill: none;
+ stroke: grey;
+ stroke-width: 1;
+ shape-rendering: crispEdges;
+}
+.monthly_leave_trend circle{
+ fill: #ffffff;
+ stroke: #44b7ac;
+ stroke-width: 1.5;
+}
+.hr-chart-1 {
+ margin: 15px 0px;
+ background: #fff;
+ padding: 0px !important;
+ padding-top: 0px;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding-top: 3px !important;
+}
+.monthly_leave_trend {
+ background: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+}
+.monthly_leave_trend:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+
+
+/*----------------------*/
+.monthly_join_resign_trend{
+ padding-right: 0px !important;
+}
+
+.monthly_join_resign_trend .oh-card {
+ background: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding: 15px;
+}
+
+.monthly_join_resign_trend .axis path,
+.monthly_join_resign_trend .axis line {
+ fill: none;
+ shape-rendering: crispEdges;
+ }
+
+.monthly_join_resign_trend .line {
+ fill: none;
+ stroke-width: 3px;
+
+ }
+
+.monthly_join_resign_trend .area {
+ fill: steelblue;
+ opacity: 0.5;
+ }
+
+.monthly_join_resign_trend .dot {
+ fill: steelblue;
+ stroke: steelblue;
+ stroke-width: 1.5px;
+ }
+
+/*----------------------------------------*/
+
+
+.monthly_attrition_rate path {
+ stroke: #70cac1;
+ stroke-width: 2;
+ fill: none;
+}
+
+.monthly_attrition_rate .axis path,
+.monthly_attrition_rate .axis line {
+ fill: none;
+ stroke: grey;
+ stroke-width: 1;
+ shape-rendering: crispEdges;
+}
+.monthly_attrition_rate circle{
+ fill: #ffffff;
+ stroke: #44b7ac;
+ stroke-width: 1.5;
+}
+
+.monthly_attrition_rate .oh-card {
+ background: #fff;
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
+ will-change: transform, box-shadow;
+ box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
+ padding: 15px;
+}
+
+.monthly_attrition_rate .oh-card:hover{
+ transform: translateY(-2px) translateZ(0) !important;
+ box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
+}
+
+
+.row.main-section {
+ margin-right: 0px; !important;
+}
+/* width */
+.hr_notification::-webkit-scrollbar {
+ width: 4px;
+}
+
+/* Track */
+.hr_notification::-webkit-scrollbar-track {
+ background: #f1f1f1;
+}
+
+/* Handle */
+.hr_notification::-webkit-scrollbar-thumb {
+ background: #5ebade;
+}
+
+/* Handle on hover */
+.hr_notification::-webkit-scrollbar-thumb:hover {
+ background: #598da1;
+}
+
+.oh-card-body {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.oh-ribbon {
+ position: absolute;
+ left: -5px; top: -5px;
+ z-index: 1;
+ overflow: hidden;
+ width: 150px; height: 150px;
+ text-align: right;
+}
+.oh-ribbon span {
+ font-size: 10px;
+ font-weight: bold;
+ color: #FFF;
+ text-transform: uppercase;
+ text-align: center;
+ line-height: 20px;
+ transform: rotate(-45deg);
+ -webkit-transform: rotate(-45deg);
+ width: 200px;
+ display: block;
+ background: #79A70A;
+ background: linear-gradient(#2989d8 0%, #1e5799 100%);
+ box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
+ position: absolute;
+ top: 56px;
+ left: -35px;
+}
+.oh-ribbon span::before {
+ content: "";
+ position: absolute; left: 0px; top: 100%;
+ z-index: -1;
+ border-left: 3px solid #1e5799;
+ border-right: 3px solid transparent;
+ border-bottom: 3px solid transparent;
+ border-top: 3px solid #1e5799;
+}
+.oh-ribbon span::after {
+ content: "";
+ position: absolute; right: 0px; top: 100%;
+ z-index: -1;
+ border-left: 3px solid transparent;
+ border-right: 3px solid #1e5799;
+ border-bottom: 3px solid transparent;
+ border-top: 3px solid #1e5799;
+}
+.text-align {
+ margin-left: 17px;
+} \ No newline at end of file
diff --git a/hrms_dashboard/static/src/css/lib/nv.d3.css b/hrms_dashboard/static/src/css/lib/nv.d3.css
new file mode 100644
index 0000000..231cb87
--- /dev/null
+++ b/hrms_dashboard/static/src/css/lib/nv.d3.css
@@ -0,0 +1,426 @@
+.nvd3 .nv-axis {
+ pointer-events:none;
+ opacity: 1;
+}
+
+.nvd3 .nv-axis path {
+ fill: none;
+ stroke: #000;
+ stroke-opacity: .75;
+ shape-rendering: crispEdges;
+}
+
+.nvd3 .nv-axis path.domain {
+ stroke-opacity: .75;
+}
+
+.nvd3 .nv-axis.nv-x path.domain {
+ stroke-opacity: 0;
+}
+
+.nvd3 .nv-axis line {
+ fill: none;
+ stroke: #e5e5e5;
+ shape-rendering: crispEdges;
+}
+
+.nvd3 .nv-axis .zero line,
+ /*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
+ stroke-opacity: .75;
+}
+
+.nvd3 .nv-axis .nv-axisMaxMin text {
+ font-weight: bold;
+}
+
+.nvd3 .x .nv-axis .nv-axisMaxMin text,
+.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
+.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
+ text-anchor: middle
+}
+
+.nvd3 .nv-axis.nv-disabled {
+ opacity: 0;
+}
+
+/* scatter */
+.nvd3 .nv-groups .nv-point.hover {
+ stroke-width: 20px;
+ stroke-opacity: .5;
+}
+
+.nvd3 .nv-scatter .nv-point.hover {
+ fill-opacity: 1;
+}
+.nv-noninteractive {
+ pointer-events: none;
+}
+
+.nv-distx, .nv-disty {
+ pointer-events: none;
+}
+
+
+
+.nvtooltip {
+ position: absolute;
+ background-color: rgba(255,255,255,1.0);
+ color: rgba(0,0,0,1.0);
+ padding: 1px;
+ border: 1px solid rgba(0,0,0,.2);
+ z-index: 10000;
+ display: block;
+
+ font-family: Arial;
+ font-size: 13px;
+ text-align: left;
+ pointer-events: none;
+
+ white-space: nowrap;
+
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.nvtooltip {
+ background: rgba(255,255,255, 0.8);
+ border: 1px solid rgba(0,0,0,0.5);
+ border-radius: 4px;
+}
+
+/*Give tooltips that old fade in transition by
+ putting a "with-transitions" class on the container div.
+*/
+.nvtooltip.with-transitions, .with-transitions .nvtooltip {
+ transition: opacity 50ms linear;
+ -moz-transition: opacity 50ms linear;
+ -webkit-transition: opacity 50ms linear;
+
+ transition-delay: 200ms;
+ -moz-transition-delay: 200ms;
+ -webkit-transition-delay: 200ms;
+}
+
+.nvtooltip.x-nvtooltip,
+.nvtooltip.y-nvtooltip {
+ padding: 8px;
+}
+
+.nvtooltip h3 {
+ margin: 0;
+ padding: 4px 14px;
+ line-height: 18px;
+ font-weight: normal;
+ background-color: rgba(247,247,247,0.75);
+ color: rgba(0,0,0,1.0);
+ text-align: center;
+
+ border-bottom: 1px solid #ebebeb;
+
+ -webkit-border-radius: 5px 5px 0 0;
+ -moz-border-radius: 5px 5px 0 0;
+ border-radius: 5px 5px 0 0;
+}
+
+.nvtooltip p {
+ margin: 0;
+ padding: 5px 14px;
+ text-align: center;
+}
+
+.nvtooltip span {
+ display: inline-block;
+ margin: 2px 0;
+}
+
+.nvtooltip table {
+ margin: 6px;
+ border-spacing:0;
+}
+
+
+.nvtooltip table td {
+ padding: 2px 9px 2px 0;
+ vertical-align: middle;
+}
+
+.nvtooltip table td.key {
+ font-weight: normal;
+}
+.nvtooltip table td.key.total {
+ font-weight: bold;
+}
+.nvtooltip table td.value {
+ text-align: right;
+ font-weight: bold;
+}
+
+.nvtooltip table tr.highlight td {
+ padding: 1px 9px 1px 0;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-top-style: solid;
+ border-top-width: 1px;
+}
+
+.nvtooltip table td.legend-color-guide div {
+ width: 8px;
+ height: 8px;
+ vertical-align: middle;
+}
+
+.nvtooltip table td.legend-color-guide div {
+ width: 12px;
+ height: 12px;
+ border: 1px solid #999;
+}
+
+.nvtooltip .footer {
+ padding: 3px;
+ text-align: center;
+}
+
+.nvtooltip-pending-removal {
+ pointer-events: none;
+ display: none;
+}
+
+
+/****
+Interactive Layer
+*/
+.nvd3 .nv-interactiveGuideLine {
+ pointer-events:none;
+}
+.nvd3 line.nv-guideline {
+ stroke: #ccc;
+}
+
+.nvd3 .nv-bars rect {
+ fill-opacity: .75;
+
+ transition: fill-opacity 250ms linear;
+ -moz-transition: fill-opacity 250ms linear;
+ -webkit-transition: fill-opacity 250ms linear;
+}
+
+.nvd3 .nv-bars rect.hover {
+ fill-opacity: 1;
+}
+
+.nvd3 .nv-bars .hover rect {
+ fill: lightblue;
+}
+
+.nvd3 .nv-bars text {
+ fill: rgba(0,0,0,0);
+}
+
+.nvd3 .nv-bars .hover text {
+ fill: rgba(0,0,0,1);
+}
+
+.nvd3 .nv-multibar .nv-groups rect,
+.nvd3 .nv-multibarHorizontal .nv-groups rect,
+.nvd3 .nv-discretebar .nv-groups rect {
+ stroke-opacity: 0;
+
+ transition: fill-opacity 250ms linear;
+ -moz-transition: fill-opacity 250ms linear;
+ -webkit-transition: fill-opacity 250ms linear;
+}
+
+.nvd3 .nv-multibar .nv-groups rect:hover,
+.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
+.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
+.nvd3 .nv-discretebar .nv-groups rect:hover {
+ fill-opacity: 1;
+}
+
+.nvd3 .nv-discretebar .nv-groups text,
+.nvd3 .nv-multibarHorizontal .nv-groups text {
+ font-weight: bold;
+ fill: rgba(0,0,0,1);
+ stroke: rgba(0,0,0,0);
+}
+
+.nvd3 .nv-groups path.nv-line {
+ fill: none;
+}
+
+.nvd3 .nv-groups path.nv-area {
+ stroke: none;
+}
+
+.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
+ fill-opacity: 0;
+ stroke-opacity: 0;
+}
+
+.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
+ fill-opacity: .5 !important;
+ stroke-opacity: .5 !important;
+}
+
+
+.with-transitions .nvd3 .nv-groups .nv-point {
+ transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
+ -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
+ -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
+
+}
+
+.nvd3.nv-scatter .nv-groups .nv-point.hover,
+.nvd3 .nv-groups .nv-point.hover {
+ stroke-width: 7px;
+ fill-opacity: .95 !important;
+ stroke-opacity: .95 !important;
+}
+
+
+.nvd3 .nv-point-paths path {
+ stroke: #aaa;
+ stroke-opacity: 0;
+ fill: #eee;
+ fill-opacity: 0;
+}
+
+
+
+.nvd3 .nv-indexLine {
+ cursor: ew-resize;
+}
+
+/********************
+ * SVG CSS
+ */
+
+/********************
+ Default CSS for an svg element nvd3 used
+*/
+svg.nvd3-svg {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -ms-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
+ display: block;
+ width:100%;
+ height:100%;
+}
+
+/********************
+ Box shadow and border radius styling
+*/
+.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
+ -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
+ -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
+ box-shadow: 0 5px 10px rgba(0,0,0,.2);
+
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+}
+
+
+.nvd3 text {
+ font: normal 12px Arial;
+}
+
+.nvd3 .title {
+ font: bold 14px Arial;
+}
+
+.nvd3 .nv-background {
+ fill: white;
+ fill-opacity: 0;
+}
+
+.nvd3.nv-noData {
+ font-size: 18px;
+ font-weight: bold;
+}
+
+
+/**********
+* Brush
+*/
+
+.nv-brush .extent {
+ fill-opacity: .125;
+ shape-rendering: crispEdges;
+}
+
+.nv-brush .resize path {
+ fill: #eee;
+ stroke: #666;
+}
+
+
+/**********
+* Legend
+*/
+
+.nvd3 .nv-legend .nv-series {
+ cursor: pointer;
+}
+
+.nvd3 .nv-legend .nv-disabled circle {
+ fill-opacity: 0;
+}
+
+/* focus */
+.nvd3 .nv-brush .extent {
+ fill-opacity: 0 !important;
+}
+
+.nvd3 .nv-brushBackground rect {
+ stroke: #000;
+ stroke-width: .4;
+ fill: #fff;
+ fill-opacity: .7;
+}
+
+
+.nvd3.nv-pie path {
+ stroke-opacity: 0;
+ transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
+ -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
+ -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
+
+}
+
+.nvd3.nv-pie .nv-pie-title {
+ font-size: 24px;
+ fill: rgba(19, 196, 249, 0.59);
+}
+
+.nvd3.nv-pie .nv-slice text {
+ stroke: #000;
+ stroke-width: 0;
+}
+
+.nvd3.nv-pie path {
+ stroke: #fff;
+ stroke-width: 1px;
+ stroke-opacity: 1;
+}
+
+.nvd3.nv-pie path {
+ fill-opacity: .7;
+}
+.nvd3.nv-pie .hover path {
+ fill-opacity: 1;
+}
+.nvd3.nv-pie .nv-label {
+ pointer-events: none;
+}
+.nvd3.nv-pie .nv-label rect {
+ fill-opacity: 0;
+ stroke-opacity: 0;
+}