#wrapper {
  background-color: #F6F6F6 !important;
}
.menu-head ul li.link-selected b {
  background: #323b5e !important;
  color: #fff;
  padding: 5px 15px 7px 15px !important;
  border-radius: 3px !important;
}
.side-menu {
  background: none !important;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
}
.side-menu ul {
  height: 100% !important;
}
.acc_li{
 list-style: none;	
}
.menu_head ul li {
	 list-style: none;	
}
.side-menu ul li a.side-menu-selected {
  color: #20294d !important;
  font-weight: bold !important;
  text-shadow: none !important;
  background: #e7e7e7 !important;
}
.side-menu ul li a:hover {
	color: #20294d !important;
	background: #e7e7e7 !important;
}
.submenuList {
  height: 100% !important;
}
.top-header {
  background-color: #20294D;
  /* padding: 17px 64px 15px 64px !important; */
  height: 56px;
}
.top-header .logo img{
  margin: 20px 64px 15px 10px !important;
}
.menu-items {
  width: 87%;
  float: left;
}
.menu-items ul {
  padding-left: 0;
}
.header-menu {
  margin-top: -7px !important;
}
.home_menu .menu-head {
  padding: 8px 0 9px 0px !important;
  box-shadow: none !important;
}
.menu-items ul li {
  list-style: none;
  float: left;
  color: #fff;
  padding: 15px 7px !important;
  cursor: pointer;
  font-size: 16px;
  margin-left: 0px !important;
}
.data-container {
  font-family: 'Lato', sans-serif !important;
  height: calc(100% - 100px);
  padding: 0 64px 0 0 !important;
}
.flex3 { 
  display: flex; 
  justify-content: space-between; 
} 
.user-account {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  height: 40px;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 10px;
  margin-top: 8px;
  width: 5%;
  float: right;
}
.userprofilepics {
  position: relative;
  top: 6px;
  color: #fff;
}
.userprofilepics span i {
  background: #00cc33;
  padding: 7px;
  border-radius: 18px;
  color: #20294d;
  margin-right: 8px;
 }
a.userprofilepics span {
  font-family: 'Lato', sans-serif;
  font-size: 16px !important;
  color: #fff !important;
  margin: 8px 0 0 8px !important;
  cursor: pointer;
}
.profile_icon {
  border-radius: 20px !important;
}
.chevron-icon {
  margin-left: 7px;
  position: relative;
  top: -2px;
}
.logoutMenu {
  width: 192px !important;
  right: 76px !important;
  top: 46px !important;
  position: absolute;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 3px #dacfcf;
}
.logoutMenu a {
    width: 176px !important;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #6d6e70;
    font-weight: 500;
    font-size: 16px;
}
.display_container {
  width: 100%;
  background: #fff !important;
  position: absolute;
  height: calc(100% - 100px);
}
.left-width {
  width: 5% !important;
}
.right-width {
  width: 92% !important;
}
.left-menu {
  width: 20%;
  float: left;
  background: #f6f6f6 !important;
  height: 100%;
  padding-top: 68px;
  position: relative;
  font-family: 'Lato', sans-serif !important;
  /* z-index: 999; */
}
.right-container {
  width: 80%;
  font-family: 'Lato', sans-serif !important;
  float: right;
  background: #fff !important;
  height: 100%;
  /* padding-left: 24px; */
}
.flex-container {
  display: flex;
  padding: 56px 24px 24px 24px;
  text-align: left;
}

.flex-item-left {
  padding: 16px;
  width: 45%;
  margin-right: 24px;
  background: #F6F6F6;
  border: 1px solid #D7D7D7;
  border-radius: 24px;
}

.flex-item-right {
  padding: 16px;
  width: 45%;
  background: #F6F6F6;
  border: 1px solid #D7D7D7;
  border-radius: 24px;

}
/* accordian */

/* accrodian menu */

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  position: relative;
}
#cssmenu {
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
}
#cssmenu > ul > li:first-child > a {
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
}

#cssmenu > ul > li {
}
#cssmenu > ul > li:hover {
}
#cssmenu > ul > li > a {
  display: block;
  border-top: none;
  text-decoration: none;
  color: #20294d;
}
#cssmenu > ul > li > a > span {
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a div {
  background: url(./../images/chevron-bottom.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a div {
  background: url(./../images/chevron-top.png) 96% center no-repeat;
}

#cssmenu ul ul {
  display: none;
  margin-top: 30px;
  position: relative;
}
#cssmenu ul ul .line {
  position: absolute;
  width: 1px;
  bottom: 0;
  top: 0;
  left: 10px;
  background-color: #20294D;
}
#cssmenu ul ul li {
  list-style: none;
  padding-left: 0 !important;
  border-bottom: none !important;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
}
#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}

/* menu end */
.heading, .heading1 {
    font-size:18px;
    color: #20294D;
    border-bottom: 1px solid #fff;
    padding: 15px 34px;
    cursor: pointer;  
    text-align: left;
    font-weight: bold;
}
.heading1 .fa-circle {
  background: none !important;
  font-size: 11px;
}
.heading1  img {
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.heading1 i {
  background: #a2a5b4;
  color: #20294D;
  height: 16px;
  width: 15px;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 3px 0 3px;
  margin-right: 18px;
  text-align: center;
}
.heading:nth-last-child(2){
    border-bottom:0; 
}
.heading:hover, .heading1:hover {
    /* background: #f2f2f2; */
    border-radius: 0;
}
.heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.heading:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #20294D;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}
.active.heading::before {
    transform: rotate(-180deg);
}
.not-active.heading::before {
    transform: rotate(0deg);
}
.contents {
  display: none;
  font-size:18px;
  color: #20294D;
  border-bottom: 1px solid #fff;
  padding: 15px 45px;
  cursor: pointer;  
  text-align: left;
}
/* accordian end */
.user-image-info {
  width: 100%;
}
.flex-item-left-img {
  width: 20%;
  float: left;
  height: 110px;
}
.flex-item-left-img img {
  border-radius: 24px;
}
.flex-item-right-descp {
  width: 75%;
  float: left;
  padding-left: 10px;
}
.flex-item-right-descp .name, .flex-item-right .name, .flex-item-left .name{
  color: #343434;
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: bold;
}
.flex-item-right-descp .id{
  color: #787878;
  font-size: 14px;
  margin-bottom: 10px;
}
.flex-item-right-descp .email {
  font-size: 16px;
  color: #343434;
}
.flex-item-right-descp .email i {
  margin-right: 5px;
}
.flex-item-right i {
  color: #74C061;
}
.email-mobile {
  border-top: 1px solid #D7D7D7;
  padding: 10px;
  margin-top: 13px;
  color: #343434;
}
.email-mobile .mobile {
  width: 48.5%;
  float: left;
  font-size: 16px;
}
.email-mobile .mobile i{
  margin-right: 5px;
  font-size: 18px;
  top: 2px;
  position: relative;
}
.email-mobile .position {
  width: 48.5%;
  padding-left: 15px;
  float: right;
  border-left: 1px solid #D7D7D7;
  font-size: 16px;
}
.email-mobile .position i {
  margin-right: 5px;
  font-size: 18px;
  top: 2px;
  position: relative;
}
.overview-heading-div {
  width: 100%;
}
.overview-heading {
  width: 29%;
  float: left;
  color: #787878;
  font-size: 16px;
}
.overview {
  width: 100%;
}
.overview-heading:nth-child(2), .overview-heading:nth-child(3) {
  padding-left: 32px;
}
.overview1, .overview2, .overview3 {
  width: 29%;
  float: left;
}
.overview2, .overview3 {
  padding-left: 32px;
  border-left: 1px solid #D7D7D7;
}
.overview-count {
  font-size: 20px;
  color: #343434;
  margin-top: 5px;
}
.overview-status {
  font-size: 14px;
  color: #787878;
  margin-top: 20px;
}
.projects {
  position: relative;
}
.project-count {
  float: right;
  font-size: 32px;
  color: #74C061;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 8px;
}
.projects-active, .projects-close {
  width: 48%;
  float:left;
  padding-left: 8px;
}
.projects-active p:nth-child(1) {
  color: #787878;
  font-size: 16px;
  margin-bottom: 5px;
}
.projects-active p:nth-child(2){
  color: #343434;
  font-size: 20px;
}
.projects-priority {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #D7D7D7
}
.priority-type {
  border-radius: 12px;
  padding: 8px;
  width: 27%;
  float: left;
  margin: 15px 20px 10px 0;
  text-align: center;
  font-size: 14px;
} 
.priority-type b{
  font-size: 15px !important;
}
.priority-type:nth-child(1){
  background: rgba(192, 44, 44, 0.2);
  color: #C02C2C;
}
.priority-type:nth-child(2){
  background: rgba(211, 130, 34, 0.2);
  color: #D38222;
}
.priority-type:nth-child(3){
  background: rgba(116, 192, 97, 0.2);
  color: #74C061;
}
.chevron-left, .chevron-right {
  background: #20294D;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  padding: 7px 9px;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 12px;
}

/* footer css */
.footer-container {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #dbdbdb;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #fff;
}
.login-footer {
  height: 40px;
}
.powered-lable {
  /* position: absolute;
  top: 11px;
  right: 202px; */
  font-size: 14px !important;
  color: #5E5E5E !important;
}
.footer-right .powered img {
  height: 13px;
}
.footer-left {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 75px;
}
.footer-left span {
  font-size: 14px !important;
  color: #5E5E5E !important;
}
.footer-right {
  width: 40%;
  float: right;
  text-align: right;
  padding-right: 75px;
}

.footer-container2 {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #dbdbdb;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 21px;
  background: #fff;
}
.login-footer2 {
  height: 47px;
}
.powered-lable {
  font-size: 14px !important;
  color: #5E5E5E !important;
}
.powered img {
  height: 13px;
}
.footer-left2 {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 75px;
}
.footer-left2 span {
  font-size: 14px !important;
  color: #5E5E5E !important;
}
.footer-right2 {
  width: 38%;
  float: right;
  text-align: right;
  padding-right: 75px;
}
.footer-right2 img {
  height: 13px;
  margin-top: 5px !important;
}
/* footer css end */

/* login css */
.left-container {
  width: 50%;
  float: left;
  position: absolute;
      height: calc(100% - 100px);
}
.right-data-container {
  width: 50%;
  float: right;
  padding-top: 7%;
}
.left-container .slider-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.login-container {
  font-family: 'Lato', sans-serif !important;
  background: #F6F6F6;
  padding: 40px 24px;
  margin-left: 100px;
  border-radius: 24px;
  width: 422px;
}
.login-container h3 {
  text-align: center;
  color: #343434;
  font-size: 34px
}
.forgot-pwd {
  color: #74C061;
  float: right;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.login-container p {
  color: #787878 !important;
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 75px;
  text-align: center;
}
.login-container input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #D7D7D7;
  margin-top: 20px;
  color: #787878;
  font-size: 16px;
  padding: 12px 55px 12px 55px;
}
.submit-btn {
  background: #74C061;
  border-radius: 12px;
  padding: 12px;
  font-size: 18px;
  font-weight: medium;
  color: #343434;
  margin-top: 40px;
  width:100%;
  border: none;
  cursor: pointer;
}
.errorMsg, .msgColor {
  color: #C02C2C !important;
  font-size: 16px !important;
}
.user-id, .user-pwd {
  position: relative;
}
.user-id .usericon, .user-pwd .pwdicon {
  position: absolute;
  background: #e3f2df;
  color: #343434;
  border-radius: 12px;
  top: 20.7px;
  font-size: 18px;
  text-align: center;
  padding: 12px;
  left: 0.8px;
}
.user-pwd img {
  position: absolute;
  color: #343434;
  top: 17px;
  text-align: center;
  padding: 15px 0px;
  right: 12px;
}
/* carousel */
.slider-btn {
  /* height: 10px;
  width: 40px;
  background-color: red; */
}
.slider {
  max-width: 72%;
  margin-top: 100px;
  margin-left: 40px;
  text-align: center;
  }

.slide-viewer {
  position: relative;
  overflow: hidden;
  height: 430px;
}

.slide-group {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slide:first-child {
  display: block;
}

/********** BUTTONS **********/
.slide-buttons {
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 30%;
  bottom: 10%;
}

.slide-btn {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #CACACA;
  color: #CACACA;
  font-size: 150%;
  line-height: 0.5em;
  margin-right: 12px
  }

.slide-btn.active {
    height: 10px;
    width: 40px;
    border-radius: 18px;
    background-color: #74C061;
    cursor: pointer;
    outline: none;
  }
.slide img {
  width: 90%;
}
.slide-3 img {
  width: 75%;
}

/* carousel end */
.login-tficon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* login css start */
.logoutdiv{
  width: 100px !important;
  right: 10px !important;
}
.logoutdiv a, .logoutdiv span {
  width: 85px !important
}
.logo-div {
  width: 50px;
}
.side-menu ul li span b {
    font-family: 'Calibri';
    font-size: 16px;
}