﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@font-face {
    font-family: 'rupee';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rupee_foradian-webfont.woff2') format('woff2'), url('../fonts/rupee_foradian-webfont.woff') format('woff'), url('../fonts/rupee_foradian-webfont.ttf') format('truetype'), url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rupee_font {
     font-family: 'rupee';
}


*{
	margin:0;
	box-sizing:border-box;
	}
h1, h2, h3, h4, h5, h6{
	color:#333333;
	font-weight:400;
	font-size:24px;
	font-family: 'Roboto Slab', serif;
	}
html, body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#000000
	}
.roboto_font{
	font-family: 'Roboto', sans-serif;
	}
.roboto_slab_font{
	font-family: 'Roboto Slab', serif;
	}
.subs-btn-orange {
	background-color: #ff7300 !important;
}
.pbd_pageContainer {
	width: 100%;
	float: left;
	height: auto;
	min-height: 100%;
	padding-left: 14rem;
	padding-bottom: 52px;
	position: relative;
	padding-top: 60px;
	transition: all 0.5s ease;
}

.after_collapse {
	padding-left: 6rem !important;
}

.features-itembk {
	background-image: linear-gradient(90deg, #e4e4e2, #e4e4e2);
	color: #333333 !important;
	transition: 0.5s ease !important;
	
}
.pbd_footer{
	background:#dae1e7 ;
	float:left;
	
	width:100%;
	bottom:0;
		position:fixed;
	z-index:3;
	}
a{
	color:#4995de;
	text-decoration:none;
	}
	a:hover, a:focus {
		color: #4995de;
		text-decoration: none;
		outline: 0
	}
	td a:hover, a:focus {
		color: #4995de;
		text-decoration: underline;
		outline: 0
	}
.footer_txt{
	float:left;
	margin-top:20px;
	margin-left:15px;
	
	}
.pdb_menu {
	float: left;
	height: 100%;
	width: 14rem;
	background: #edf4fa;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	padding-bottom: 52px;
}
.pbd_logo{
	width:100%;
	float:left;
	height:72px;
    background:#68A224;
	padding-left:12px;
	padding-top:11px;
	}
.pbd_nav{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	}
.pbd_nav li{
	list-style:none;
	width:100%;
	float:left;
     border-bottom: 1px solid #fff;
	}
.pbd_nav li a{
	width:100%;
	float:left;
	font-size:18px;
	color:#000000;
	padding:15px 10px 15px 25px;
	}

.pbd_nav li a:hover, .pbd_nav li.active a{
	background:#dae1e7;
	}
.pbd_topbar{
	width:100%;
	height:72px;
	float:left;
	border-bottom:1px solid #efeae6;
	
	position:fixed;
	left:0;
	
	z-index:1;
	background:#fff;
    top:0;
    text-align: center;
	}
	
.cmpny_title {
    color: #000000;
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
	line-height:60px;
	font-weight:400;
	font-family: 'Roboto Slab', serif;
}
.pbd_pageBody{
	width:100%;
	float:left;
	padding-right:290px;
	padding-top:0px;
	}
.pbd_pageHeader{
	width:100%;
	float:left;
	background:#f3f6f7;
	padding:20px 15px;
	border-bottom:2px solid #e4e4e2;
	font-family: 'Roboto Slab', serif;
	}
.pbd_pageHeader h4{
	float:left;
	margin: 5px 0 0;
	font-weight:300;
	font-size:28px;
	margin-right:20px;
	}
.pbd_graph_container{
	width:100%;
	float:left;
	padding:15px;
	}
.pbd_blueHeader{
	width:100%;
	float:left;
	font-size:30px;
	color:#333333 ;
	 margin:0;
	 font-weight:400
	 font-family: 'Roboto Slab', serif;
	}
.pbd_sub_header{
	width:100%;
	float:left;
	font-size:20px;
	color:#000000;
	margin-top:10px;
	}
.pbd_sub_Details{
	width:100%;
	float:left;
	font-size:15px;
	color:#000000;
	margin-top:10px;
	}
.pbd_graph{
	width:100%; 
	margin-top:20px;
	float:left;
	}
.pbd_employee_section{
	width:100%;
	float:left;
	padding:0 15px 15px 15px;
	}
.pbd_employee_list{
	width:100%;
	float:left;
	padding:0;
	margin:20px 0 0 0;
	}
.pbd_employee_list li{
	list-style:none;
	float:left;
	margin-right:15px;
    width:90px;
	}
.pbd_employee_list li a{
	width:90px;
	float:left;
	}
    .pbd_employee_list li:first-child a .pbd_emp_icons {
        background:#68A224;
        color:#fff;
    }
.pbd_emp_icons{
	width:55px;
	height:55px;
	float:left;
	border-radius:100%;
	overflow:hidden;
	background:#c2c3bd;
	color:#fff;
	font-size:20px;
	line-height:55px;
	text-align:center;
    position:relative;
    left:50%;
    margin-left:-26px;
	}
.pbd_emp_title{
	font-size:12px;
	font-weight:400;
	text-align:center;
	line-height:14px;
	width:100%;
	float:left;
	margin:10px 0 2px 0;
	}
.pbd_emp_date{
	font-size:12px;
	text-align:center;
	width:100%;
	float:left;
	color:#8E8A87 
	}
.pbd_Creports{
	width:100%;
	float:left;
	padding: 15px;
	}
.pbd_Creports_list{
	width:100%;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	}
.pbd_Creports_list li{
	list-style:none;
	width:calc(25% - 20px);
	float:left;
	padding-right:30px;
	border-right:1px solid #c2b4a9 ;
	margin-right:20px;
	min-height: 160px;
	}
.pbd_Creports_list li:last-child{
	border:none;
	}
.cReport_icon_container{
	width:100%;
	float:left;
	margin-bottom:8px; 
	}
.cReport_icon{
	width:45px;
	height:45px;
	float:left;
	background:#68A224;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-weight:600;text-transform:uppercase;
	border-radius:100%;
	
	}
.cReport_Gray_icon{
	background:#f0ebe8;
	color:#a8a19d;
	}
.cReport_file_container{
	width:100%;
	float:left;
	padding-left:45px;
	margin-top:15px;
	}
.pbd_pdf_icon{
	float:left;
	font-size:36px;
	margin-left:-45px;
	color:#c2c3bd;
	}
.pbd_pdf_title{
	float:left;
	color:#4995de ;
	font-weight:400;
	font-size: 16px;
	}
.pbd_creport_days{
	width:100%;
	float:left;
	font-weight:400;
	font-size: 16px;
	margin-top:15px;
	}
.pbd_creport_days small{
	width:100%;
	float:left;
	font-weight:300;
	}
.pbd_user_menu{
	width:230px;
	float:left;
	position:absolute;
	right:0;
	top:0;
	margin-top:15px;
	}
.pbd_user_controls{
	width:100%;
	float:left;
	}
.pbd_user_controls > li{
	float:left;
	list-style:none;
	 margin-right: 10px;
	}
.pbd_user_controls > li > a{
	float:left;
	padding-right:45px;
	}
.pbd_uicon{
	width:38px;
	height:38px;
	float:right;
	text-align:center;
	color:#68A224;
	line-height:38px;
	border-radius:100%;
	border:1px solid #68A224;
	margin-right:-45px;
    font-size:16px;
	}
.userTitle{
	float: left;
    font-weight: 400;
    margin-top: 7px;
	}
.pbd_body_left{
	width:100%;
	float:left;
	border-right:1px solid #efeae6
	}
.pbd_body_right{
	float:right;
	width:290px;
	margin-right:-290px;
	}
.gStart_header{
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 20px;
    width: 100%;
	line-height: 24px;
	font-family: 'Roboto Slab', serif;
	color:#000000;
	}
.gheader_txt{
	float:left;
	width:100%;
	padding:0 20px;
	color:#000000;
	font-size:18px;
	margin-top:10px;
	line-height:22px;
	}
.video_below_links{
	width:100%;
	float:left;
	margin:15px 0;
	padding:0 20px;
	}
.pbd_contact_info_container{
	width:100%;
	float:left;
	background:#edf4fa;
	padding:20px;
	}
.video_below_links li{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:10px;
	}
	.video_below_links li a {
		float: left;
		color: #4995de;
		font-size: 16px;
		font-weight: 400;
	}
.gStart_video_thumb{
	width:100%;
	float:left;
	padding:0 20px;
	}
.gStratClose{
	float:right;
	/*color:#fff;*/
	font-size:24px;
	}
.pbd_video_container{
	width:100%;
	float:left;
	padding:15px 10px;
	background:#68A224;
	}
.pbd_quicklinks{
	width:100%;
	float:left;
	padding:15px 0;
	}
.pbd_quicklinks h6{
	font-weight:400;
	float:left;
	width:100%;
	margin:0;
	padding:10px 20px;
	color:#000000 
	}
.pbd_quicklinks ul{
	width:100%;
	float:left;
	padding:0 20px;
	margin:0;
	}
.pbd_quicklinks ul li{
	width:100%;
	float:left;
	list-style:none;
	margin-bottom:7px;
}
.pbd_quicklinks ul li a{
	font-size:14px;
	font-weight:400;
}
.userDropdown li a{
	font-weight:300;
	color:#8E8A87;
	}
.userDropdown li a:hover, .userDropdown li a:focus{
	background:#68A224;
	color:#fff;
	}
.userDropdown{
	left:auto;
	right:0;
	}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 12px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 13px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.pbd_continue_setup_btn{
	float:left;
	padding:5px 10px;
	color:#fff;
	font-weight:600;
	border-radius:5px;
	background:#68A224;
	}
    .pbd_continue_setup_btn:hover, .pbd_continue_setup_btn:focus {
        color:#fff;
    }
.pbd_setup_info{
	width:100%;
	float:left;
	margin-bottom:15px;
	}
.pbd_contact_info_list{
	float:right;
	padding:0;
	margin:0;
	}
.pbd_contact_info_list li{
	float:left;
	list-style:none;
	margin-left:10px;
	}
.dashDrop {
    float:left;
    position:relative;
}
 .dashDrop .dropdown-menu {
     left:auto;
        right:0;
    }
    .dashDrop .btn {
        float:left;
       
    }
	.dashDrop .btn-default_small {
		border-radius: 0 5px 5px 0;
		background: #e4e4e2;
		
	}
	.dashDrop .btn-default {
		border-radius: 5px 0 0 5px;
		background: #e4e4e2;
		
	}
.btn-default_small:hover, .btn-default_small:focus, .btn-default:hover, .btn-default:focus {
	background: #c2b4a9 !important;
	color: #fff;
}
.gearFilter {
    font-size:26px;    margin-left:10px;
    margin-top:4px;
}
.gearFilter .harmony_gear {
    font-size:28px;
    color:#68A224;
}
.cmp_subscription_txt {
        width: 100%;
    text-align: center;
    float: left;
    margin-top: -20px;
}
.blue_header .xclose a:hover, .blue_header .xclose a:focus {
    background:#68A224 !important
}
.loginPv3{
	 width:100%;
	 float:left;
	 height:auto;
	 min-height:100% !important;
	 background:#5b5b5c;
	}
.loginPv3_Container{
	width:420px;
	float:left;
	background:#fff;
	min-height:100vh;
	position:relative;
	margin-left:-210px;
	left:50%;
	border-top:5px solid #68A224;
	padding-bottom:50px;
	}
.loginPv3_Container .footer{
	position:absolute;
	bottom:0;
	}
.loginV3_header{
	width:100%;
	padding:20px 15px;
	border-bottom:1px solid #efeae6;
	display:none;
	}
.loginPv4{
	 width:100%;
	 float:left;
	 height:auto;
	 min-height:100% !important;
	 background:#fff;
	 padding-right:360px;
	}
.loginPage_heropic{
	width:100%;
	float:left;
	background:url(../images/hero-image-edit-for-login-screen-v02.jpg) no-repeat #68A224;
	height:685px;
	background-size:cover;
	}
.Lformv4{
	width:360px;
	float:right;
	margin-right:-360px;
	background:#fff;
	padding:20px 50px;
	min-height:570px;
	}
.logoinPv4_logo{
	margin-left:25px;
	margin-top:25px;
	float:left;
	}
.loginP_hero_content{
	width:100%;
	float:left;
	margin-left:25px;
	margin-top:10px;
	}
.loginP_hero_content h1{
	color:#fff;
	font-size:40px;
	font-weight:300;
	font-family: 'Roboto Slab', serif;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
	line-height:60px
	}
	
	.Lbtn {
    width: 100%;
}

.Ltxt {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #68A224;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.form_group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
		.loginPage_heropic{
			
			}
		.loginP_hero_content h1{
			font-size:24px;
			line-height:30px;
			}
		.logoinPv4_logo img{
			width:120px;
			}
		
		}
@media (max-width: 620px) {
			.loginPage_heropic{
				display:none;
				}
			.loginPv4{
				width:100%;
				padding:0;
				}
			.Lformv4{
				margin:0;
				width:100%;
				}
			.loginV3_header{
				display:block;
				}
			}
@media (max-width: 371px) {
			.loginV3_header img{
				width:100%;
				}
			}

@media (max-width: 1060px) {	 
.loginPage_heropic{
	/*background:url(../images/login_hero_pic1024.jpg);*/
    background:url(../images/hero-image-edit-for-login-screen-v02-1024.jpg);
	background-size:cover;
	}
	}

@media (max-width: 430px) {
    .forgot_password_panel {
        width: 100% !important;
        padding: 0 20px;
    }
}





.centerDiv {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.demodata_layout {
    border-bottom:1px solid green;
    border-top:1px solid green; 
    float:left
}

.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 15px 10px;
    font-size: 10px;
    padding-left: 32px;
}

.login_rememberdomain {
    font-family: 'Roboto', sans-serif;
    font-weight: 300; 
    color: #000000; 
    font-size: 14px;
    text-transform: uppercase;
}

/*new ui css*/
.heading_pl14 {
	padding-left: 14.5rem;
	transition: all 0.5s ease;
}

.f-lspan {
	float: left !important;
}

.ls-01 {
	letter-spacing: 0.01em;
}

.fs-24 {
	font-size: 24px;
}

.fw-500 {
	font-weight: 500;
}

.lh-36 {
	line-height: 36px;
}

.c-b {
	color: #606060;
}

.mt-72 {
	margin-top: 72px;
}

:root {
	--pbx-color-new: #68a224;
}

.footer_Label {
    font-size: 10px;
    color: black;
    margin-left: 0px;
    text-align: left;
}
