

body {
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 22px;
}

main {
	padding-bottom: 60px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

/*-------- Common Styles starts --------*/

label {
	font-weight: 600;
	color: #666;
}

.btn { font-size: 14px; border:0 }

.form-control {
	margin-bottom: 10px;
	font-size: 14px;
}

a {
	color: #db2727;
	text-decoration: none;
}

a:hover {
	color: #db2727;
}

.text-primary {
	color: #db2727!important;
}

.bg-red {
	background: #db2727;
	color: #fff;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.ma {
	display: block;
	margin: 0 auto;
}

.bg-home1 {
	background: #fff;
}

.btn-sec {
	margin-top: 30px;
}

.btn-sec .btn {
	margin-right: 7px;
}

.navbar {
	padding: 3px 1rem;
	font-size: 14px;
}

.dropdown-menu {
	padding: 0;
	border-radius: 0;
	font-size: 14px;
}

.dropdown-item {
	padding: 6px 10px;
	border-bottom: #ddd solid 1px;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 3px 15px;
  border: #fff solid 1px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  background: rgba(219, 39, 39,0.7);
}

.nav-link, .nav-link:hover, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	border-color: #fff;
	background: rgba(219, 39, 39, 1.0);
	transition: .2s;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 13px;
  background: #eee;
  padding: 15px;
  border-radius: 10px;
  font-style: italic;
  border: #ccc solid 1px;
  box-shadow: 0 5px 5px #ccc;
}

.height-100 {
	height: 100%;
}

.no-bg {
	background: none !important;
}



/*-------- Common Styles ends --------*/

/*-------- btn styles starts -----*/

.btn-login {
	width: 100%;
	margin:5px 0 15px;
	text-transform: uppercase;
	background: #db2727;
	border-color: #db2727;
}

.btn-search {
	width: 100%;
	margin:30px 0 0;
	text-transform: uppercase;
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
}

.btn-add {
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
}

.btn-view-two {
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
	margin-top: 28px;
}

.btn-view {
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
	padding: 2px 5px;
	font-size: 13px;
}

.btn-view:hover {
	color: #fff;
}

.btn-view-success {
	background: #28a745 !important;
	border-color: #28a745; 
	color: #fff;
	padding: 2px 5px;
	font-size: 13px;
}

.btn-submit {
	width: 200px;
	margin:30px auto;
	text-transform: uppercase;
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
}

.btn-submit-one {
	width: 200px;
	margin:10px auto 0;
	text-transform: uppercase;
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
}

.btn-login:hover, .btn-submit:hover, .btn-view:hover, .btn-add:hover, .btn-search:hover, .btn-view-two:hover {
	color: #fff;
	background: #a81111;
} 

/*-------- btn styles ends -----*/

.dashboard-cover {
	padding: 15px 0;
	padding-bottom: 42px;
}

.success-msg {
	font-size: 17px;
	color: #db2727;
	text-align: center;
	margin-bottom: 15px;
}

.margin-auto {
	display: block;
	margin: 0 auto;
}


.bg-dark {
    background-color: #333 !important;
}

footer { 
	width: 100%; 
	padding: 10px 15px; 
	z-index: 999;
	border-top: #ddd solid 1px;
	margin-top: 10px;
	background: #f8f9fa;
	color: #666;
	font-size: 13px;
	position: fixed;
	bottom: 0;
	left: 0;
}

.powered {
	text-align: right;
}

footer p {
	margin: 0;
}

.login-box {
	margin-top: 100px;
	max-width: 400px;
}

.logo {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.logo1 {
	height: 30px;
	display: block;
}

.login-cover {
	padding: 25px;
	border:#ddd solid 1px;
	border-radius: 7px;
	background: #f5f5f5;
	box-shadow: 0 0 7px 1px #ddd;
}

.login-cover h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}

.login-cover .form-control {
	margin-bottom: 15px;
}



.forgot {
	text-align: center;
	text-decoration: underline;
	display: block;
	margin-bottom: 20px;
}

.login-cover h5 {
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.dashboard-left {
	padding-top: 20px;
}

.dash-head-main {
	font-size: 18px;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
	border-bottom: #ddd solid 1px;
}

.dash-head1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.dash-card {		
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	display: block;
	background: #f5f5f5;
}

.dash-card i {
	width: 20px; margin-right: 5px;
}

.dash-card a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #ddd;
}

.dash-card a:hover {
	background: #db2727;
	color: #fff;
}

.dashboard-block {
	padding-top: 20px;
}

.dashboard-block h5 {
	font-size: 16px;
}

.dashboard-right {
/*	border-left: #ddd solid 1px;
	padding-left: 20px;
	min-height: 400px;*/
	padding-top: 20px;
}

.dashboard-right h5 {
	font-size: 16px;
}

.dash-right-card {
	margin-bottom: 10px;
}

.dash-right-card h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.dash-right-card h4::after {
	content: '';
	position: relative;
	display: block;
	width: 100px;
	height: 1px;
	background: #ddd;
	top: 10px;
}

.dash-right-card ul {
	padding: 10px 0;
	line-height: 25px;
	font-size: 14px;
	margin: 0;
}

.dash-right-card ul li { 
	display: block;
}

.dash-right-card ul li span { 
	min-width: 110px;
	display: inline-block;
}

.top-details {
	color: #fff;
	font-size: 16px;
}

.top-details span {
	padding: 0 5px;
}

.top-details span.dates {
	font-weight: 500;
}

.top-details span.titles {
	padding: 3px 7px;
	background: #666;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
}

.sidebar .nav-link {
	border-bottom: #ddd solid 1px;
}

.sidebar .nav-link i {
	width: 15px; 
	margin-right: 5px;
}

.sidebar .nav-link i.arow {
	display: inline-block;
	float: right;
	padding: 5px 0;
	margin: 0;
	width: auto;
}

.project-list-head {
	background: #eee;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
}

.head-filter label {
	display: block;
}

.project-list .badge {
	padding: 0.4em 0.5em 0.5em;
	font-weight: normal;
}


.time-enter {
	width: 100%;
}

.time-enter.dash input {
	width: 65px;
	margin: 0 5px 0 0;
}

.time-enter.dash .btn {
	display: inline-block;
	text-transform: uppercase;
  padding: 6px 10px;
}

.time-enter.dash .time-split {
	
	width: 60px;
}

.time-split {
	width: 45%;
	margin: 0 2px;
	display: inline-block;
	float: left;
}



.holiday-cal-sec {
	border:#ddd solid 1px;
	border-radius: 5px;
	padding: 20px;
	background: #eee;
	padding-bottom: 0;
	margin: 15px 0;
}

.holiday-month {	
	margin-bottom: 30px;	
	min-height: 171px;
	background: none;	
	border-radius: 20px;
	overflow: hidden;
}

.holiday-month.active > ul {
	background: #db2727;
}

.holiday-month.active > ul > li {
	border-color: #fff !important;
}

.holiday-month.active p {
	color: #fff;
	padding: 20px;
	text-align: center;
}

.holiday-month p {
	color: #333;
	padding: 20px;
	text-align: center;
}

.holiday-month.active h4 {
	background: #333;
	color: #fff;
}

.holiday-month h4 {
	font-size: 18px;
	padding: 10px;
	margin: 0;
	background: #333;
	font-weight: 500;
	color: #fff;
	border-radius: 70px;
	text-align: center;
}

.holiday-month ul {
	padding: 10px;
	list-style: none;
	margin: 0;
	min-height: 130px;
	background: #fff;
	box-shadow: 0 2px 4px #ccc;
	border-radius: 20px 20px 0 0;
}

.holiday-month ul li {
	margin-bottom: 5px;
}

.holiday-month.active ul li {
	color: #fff;
}

.holiday-month ul li span {
	display: inline-block;
	background: #db2727;
	color: #fff;
	padding: 1px 4px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100px;
	font-weight: 600;
}

.holiday-month.active ul li span {
	background: #fff;
	color: #333;
}

.bday-sec .holiday-month ul li {
	display: inline-block;	
	margin-right: 7px;
	border: #999 solid 1px;
	padding: 2px 7px 2px 2px;
	border-radius: 50px;
	font-size: 13px;
}

.work-sec .holiday-month ul li {
	display: inline-block;	
	margin-right: 7px;
}

.work-sec .holiday-month ul li span {
	display: inline-block;
	background: #db2727;
	color: #fff;
	padding: 3px 6px;
	margin-right: 0;
	width: auto;
	height: auto;
	text-align: center;
	border-radius: 20px;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
}

.work-sec .holiday-month.active ul li span {
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	margin: 0 5px 5px 0;
}

.nom-box {
	padding: 10px;
}

.nom-box img {
	background: #ff9b38;
  padding: 5px 0 0 5px; 
}

.holiday-month.active .nom-box img {
	background: #fff;
}

.holiday-month.active .nom-box {
	color: #fff;
}

.holiday-month .nom-box h3 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
}

.holiday-month .nom-box h5 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.leave-right {
	padding-left: 30px;
}

.leave-right h4 {
	font-size: 15px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.proj-add-card {
	
}

.proj-add-card h4 {
	font-size: 18px;
}

.proj-add-card label {
	color: #666;
	display: block;
}

.project-add-left .card-header {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	padding:0;
	display: block;
}

.project-add-left .card-header a {
	padding: .75rem 1.25rem;
	display: block;
}

.project-add-left .card {
	margin-bottom: 5px;
}

.project-add-right h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.project-add-right h4::after { 
	content: '';
	position: relative;
	display: block;
	width: 100px;
	height: 1px;
	background: #ddd;
	top: 10px;	
}

.sidebar .nav-link.active {
	color: #db2727;
}

.user-name {
	font-size: 17px;
	background: #a9670a;
}

.user-name .nav-link.active {
	color: #fff;
}

.small-heading {
	font-size: 16px;
}


/*--------Team Lead Section-------------*/


.admin1 h5 {
	font-size: 17px;
}

.admin1 hr {
	margin-top: 0;
}

.admin1 .dash-card {
	font-size: 15px;
	margin-bottom: 12px;
}

.admin1 .dash-card a {
	padding: 7px 10px;
}


.employee-sec h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 10px;
}

.emp-sec-left .tab-content>.tab-pane {
	border: #ddd solid 1px;
	padding: 15px;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.emp-sec-left .nav-tabs .nav-link {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.emp-sec-left .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	color: #fff;
	background: #666;
	border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.emp-sec-left .accordion>.card>.card-header {
	padding: 5px 10px;
}

.emp-sec-left .card-header .title {
	font-size: 16px;
	font-weight: 500;
}

.emp-sec-left .card-body {
	padding: 10px;
}

.emp-sec-left .form-control {
  margin-bottom: 10px;
  font-size: 14px;
  height: auto;
  padding: 3px 0;
  border-radius: 0;
  border: 0;
  border-bottom: #ddd solid 1px;
}

.employee-sec {
	padding-bottom: 40px;
}

.roaster-table {
	font-size: 14px;
	line-height: 18px;
}

.emp-prof-view label {
	padding: 10px;
	border-radius: 5px;
	background: #eee;
	margin-bottom: 15px;
	width: 100%;
	font-weight: normal;
}

.emp-prof-view label.adj {
	background: none;
}

.emp-prof-view label span {
	font-weight: bold;
}

.journal-sec {
	text-align: justify;
}

.journal-sec ol {
	text-align: justify;
	padding-left: 20px;
	display: table;
	width: 100%;
}

.img1 {
	display: inline-block;
	margin: 0 15px 15px 0;
	width: 200px;
	float: left;
	padding: 7px;
	background: #ddd;
}

.img2 {
	display: inline-block;
	margin: 0 15px 15px 0;
	width: 250px;
	float: left;
	padding: 7px;
	background: #ddd;
}

.special-block {
	background: #eee;
	margin: 15px 0;
}

.special-block-left {
	padding: 25px;
}

.special-block-right {
	padding: 25px;
	background: #a9670a;
	color: #fff;
}

.anniv-image-cover {
	position: relative;
}

.anniv-year {
	position: absolute;
	padding: 10px;
	background: #a9670a;
	color: #fff;
	left: 0;
	bottom: 0;
	font-size: 25px;
	font-weight: 700;
}

.anniv-year span {
	font-size: 17px;
	font-weight: 300;
}

/*-----------*/

.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.dashboard-right .accordion>.card>.card-header {
	padding: 5px 0;
	border: 0;
	background: none;
	line-height: 20px;
}

.dashboard-right .card-header .title {
	font-size: 14px;
	font-weight: 400;
}

.dashboard-right .accordion>.card {
	border: 0;
	border-bottom:#eee solid 1px;
}

.dashboard-right .accordion>.card:not(:last-of-type) {
	border-bottom:#ddd solid 1px;
}

.dashboard-right .card-body {
	border-top: 0;
	padding: 0;
}

.dashboard-right .card-body ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.dashboard-right .card-body ul li {
	line-height: 20px;
	border-bottom: #eee solid 1px;
	padding: 3px 0;
}

.dashboard-right .card-header .title i {
	margin-right: 7px;
}

.dashboard-right .card-body ul li b {
	float: right;
}

.awards-blk {
	padding: 20px;
	border-radius: 5px;
	background: #eee;
}

.awards-blk h5 {
	font-size: 17px;
	margin-bottom: 15px;
}

.active-time-sec {
	border: #ddd solid 1px;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.login-time {
	padding: 10px;
	margin-bottom: 10px;
	background: #db2727;
}

.login-time h4 {
	font-size: 18px;
	margin: 0;
	color: #fff;
}

.active-time {
	padding: 10px;	
}

.active-time h1 {
	font-size: 50px;
}

.active-time h1 span {
	font-size: 25px;
}

.polls-sec .table {
	display: table;
}

.daily-box {
	border-radius: 4px;
	background: #a9670a;
	padding: 15px;
	margin-bottom: 15px;
	color: #fff;
}

.daily-box h3 {
	margin-bottom: 10px;
	border-bottom: #fff dashed 1px;
	padding-bottom: 10px;
	font-size: 20px;
}

.daily-box h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

.daily-box h5 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}



.team-cover {
	padding: 10px;
	border: #ddd solid 1px;
	box-shadow: 0 0 2px #eee;
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.team-cover img {	
	margin-bottom: 10px;
}

.team-cover h4 {
	font-size: 18px;
	margin-bottom: 7px;
}

.team-cover h5 {
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: normal;
}

.team-more {
	position: absolute;
	left: 0;
	bottom: -50%;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	background: #a9670a;
	width: 100%;
}

.team-more a {
	color: #fff;
	text-decoration: none;
}

.team-cover:hover .team-more {
	bottom: 0;
	transition: ease-in 0.3s;
}

.eom-nom-sec p {
	font-size: 15px;
	line-height: 25px;
}

.eom-nom-sec h5 {
	font-size: 17px;
	margin-bottom: 10px;
}

.eom-nom-iner {
	padding: 15px;
	background: #eee;
	margin: 15px 0;
	border-radius: 7px;
}

.eom-nom-iner h5 {
	margin-bottom: 15px;
	border-bottom: dotted 1px #999;
	padding-bottom: 10px;
}

.eom-nom-sec ul {
	list-style-type: decimal;
	padding: 10px 0 10px 20px;
	font-size: 15px;
}

.eom-nom-sec ul li h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

.eom-nom-sec ul li {
	margin-bottom: 20px;
}

.eom-nom-sec ul li input[type=checkbox] {
	margin-right: 10px;
}

.eom-nom-sec .checkbox-line {
	margin-bottom: 7px;
}

.bday-box {
	padding: 10px;
	background: #eee;
	border: dashed #ccc 1px;
}

.new-join-box {
	padding: 10px;
	background: #a9670a;
}

.new-join-box p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.ticket-sec .badge {
	padding: 5px 7px;
}

.bday-feature-sec {
	padding: 10px 10px 25px;
	border: #ddd solid 1px;
	border-radius: 10px;
}

.bday-feature-sec .carousel-indicators {
	bottom: -40px;
}

.bday-feature-sec .carousel-indicators li {
	background-color: #db2727;
	width: 15px;
}

.bday-feature-sec .daily-box {
	background: #eee;
	color: #333;
	box-shadow: 0 2px 4px 2px#ddd;
	border: #ccc solid 1px;
	padding: 5px;
}

.bday-feature-sec img {
	background: #eee;	
	border: #ccc solid 1px;
	padding: 2px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.bday-feature-sec h5 {
	font-size: 15px;
	font-weight: 400;
}

.bday-feature-sec h4 {
	font-size: 16px;
	padding: 20px 0 10px 0;
	margin: 0;
}

.eom-box {
	padding: 10px;
  border-radius: 25px;
  color: #fff;
  border: #ddd solid 1px;
  box-shadow: 0 0 5px 1px #ddd;
}

.eom-box h2 {
	border-radius: 50px;
	background: #333;
	display: table;
	padding: 5px 15px;
	font-size: 15px;	
	margin: 0 auto;
	margin-bottom: 5px;	
}

.eom-box h3 {
	font-size: 16px;
	border: 0;
	text-align: center;
	margin-bottom: 0;
  padding-bottom: 5px;
  color: #333;
}

.eom-box img {
	width: 60%;
	display: block;
	margin: auto;
	margin-bottom: 14px;
	border-radius: 500px;
	border-bottom: #db2727 solid 10px;
}

.eom-box h4 {
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 7px 0;
	background: #db2727;
	font-weight: 500;
	border-radius: 50px;
}

.noti-sec ul {
	padding: 10px 0;
	list-style: none;
	font-size: 15px;
}

.noti-sec ul li {
	padding-bottom: 10px;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 10px;
}

.noti-sec .date {
	background: #db2727;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	display: block;
	line-height: 18px;
	border-radius: 0 5px;
}

.noti-sec .date h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 2px;
	line-height: 18px;
}

.noti-sec .date span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.noti-sec h4 {
	margin-bottom: 7px;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

.noti-sec p {
	font-size: 14px;
	margin: 0;
}

.laptop-box {
	border: #ddd solid 1px;
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 30px;
	position: relative;
}

.laptop-box h3 {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 7px;
	padding: 0 0 7px;
	border-bottom: #ddd solid 1px;
}

.laptop-box p {
	padding: 7px 0;
	min-height: 70px;
}

.laptop-box h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 7px 0 0 ;
	padding: 7px 0 0;
	border-top: #ddd solid 1px;
}

.status-ok {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: green;
	border-radius: 0 0 0 10px;
}

.status-notok {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: orange;
	border-radius: 0 0 0 10px;
}

.status-critical {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: red;
	border-radius: 0 0 0 10px;
}

.status-rac {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: yellow;
	border-radius: 0 0 0 10px;
}

.status-personal {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: blue;
	border-radius: 0 0 0 10px;
}

.laptop-sec .group label {
	padding-right: 10px;
}

.laptop-sec .group .radio {
	margin-right: 10px;
}

.alloc-types {
	padding: 10px 0 5px;
	border-bottom: dashed 1px #ddd;
	margin-bottom: 20px;
}

.alloc-types ul {
	padding: 0;
	margin: 0;
}

.alloc-types ul li {
	padding: 5px 10px;
	border-radius: 20px;
	margin: 0 7px 7px 0;
	display: inline-block;
	font-weight: 500;
	line-height: 11px;
	font-size: 12px;
}

.alloc-types ul li.green {
	background: #008000;
	color: #fff;
}

.alloc-types ul li.yellow {
	background: #ffff00;
}

.alloc-types ul li.blue {
	background: #0000ff;
	color: #fff;
}

.alloc-types ul li.orange {
	background: #ffa500;
	color: #fff;
}

.alloc-types ul li.violet {
	background: #890cd6;
	color: #fff;
}

.alloc-types ul li.magenta {
	background: #ff00f5;
	color: #fff;
}

.alloc-types ul li.grey {
	background: #b7b7b7;
}

.alloc-types ul li.red {
	background: red;
	color: #fff;
}

.laptop-list .green {
	background: #008000;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .magenta {
	background: #ff00f5;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .yellow {
	background: #ffff00;
	color: #000;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .blue {
	background: #0000ff;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .green {
	background: #008000;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .orange {
	background: #ffa500;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .violet {
	background: #890cd6;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .grey {
	background: #b7b7b7;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .red {
	background: red;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
}

.laptop-list .edit a {
	background: brown;
	color: #fff;
	padding: 2px 7px;
	border-radius: 25px;
}

.new-feature-sec h5 {
	padding-bottom: 7px;
	border-bottom: #ddd solid 1px;
}

.onam-sec1 ol {
	padding: 0;
	border-radius: 0 0 7px 7px;
	margin: 0 0 30px 0;
	list-style-position: inside;
	border: #ddd solid 1px;
}

.onam-sec1 ol li {
	border-bottom: #ddd solid 1px;
	padding: 7px 10px;
}

.onam-sec1 ol > li:nth-of-type(odd) {
    background-color: #eee ;
}

.onam-sec1 h5 {
	margin-top: 15px;
	border-radius: 7px 7px 0 0;
	margin: 0;
	padding: 5px 10px;
}

.onam-sec1 h5.c1 {
	background: #d09501;
	color: #fff;
}

.onam-sec1 h5.c2 {
	background: #1c9213;
	color: #fff;
}

.onam-sec1 h5.c3 {
	background: #134492;
	color: #fff;
}

.onam-sec1 h5.c4 {
	background: #730ba8;
	color: #fff;
}

.onam-sec1 h5.c5 {
	background: #0b90a8;
	color: #fff;
}

.onam-sec1 h5.c6 {
	background: #99a80b;
	color: #fff;
}

.onam-sec1 h5.c7 {
	background: #d57410;
	color: #fff;
}

.onam-sec1 h5.c8 {
	background: #e8493a;
	color: #fff;
}

.onam-sec1 h5.c9 {
	background: #16afa0;
	color: #fff;
}

.onam-sec1 h5.c10 {
	background: #b51994;
	color: #fff;
}

.main-content-section {
	padding: 20px 0;
}

.emp-page .nav-tabs li a {
	padding: 10px 20px 5px;
	display: block;
	color: #333;
	text-decoration: none;	
	background: #eee;
}

.nav-tabs .nav-item {
	border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.emp-page .nav-tabs li:hover, .emp-page .nav-tabs li:focus {
	background: #ddd;
}

.emp-page .tab-content>.tab-pane {
	padding: 20px;
	border-top: #ddd solid 1px;
	border: #ddd solid 1px;
  border-radius: 5px;
}

.emp-page .tab-content>.tab-pane .table td, .emp-page .tab-content>.tab-pane .table th {
	border: 0;
}

.emp-page .tab-content>.tab-pane h4 {
	font-size: 15px;
}

.small-heading1 {
	font-size: 17px;
	border-bottom: #ddd solid 1px;
}

.small-heading1 span {
	display: inline-block;
	padding: 8px 10px 9px;
	background: #ddd;
	color: #333;
	border-radius: 0 5px;
}

.small-heading2 {
	font-size: 17px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.small-heading2::after {
	display: none !important;
}

.proj-det .badge {
	border: #ddd solid 1px;
	margin: 0 5px 5px 0;
	display: inline-block;
}

.all-emp-list {
	font-size: 12px;
	padding-top: 10px;
}

.sub-head {
	font-size: 18px;
}

.table {
	display: table;
}

.table td, .table th {
	padding: .4rem .5rem;
}

.dashb-name {
	font-size: 16px;
	margin: 0;
  border: #ddd solid 1px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 10px;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.dashb-box {
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	background: #eee;
	border: #ddd solid 1px;
	text-align: center;
	height: 80px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	border-radius: 0 5px 5px 0;
}

.dashb-box.count {
	font-size: 40px;
}

.dashb-teams.home {
	padding-top: 20px;
}

.dashb-teams.home .badge {
	font-weight: 400;
}

.dashb-teams h4 {
	font-size: 17px;
}

.dashb-proj h4 {
	font-size: 17px;
}

.dashb-proj .table {
	font-size: 14px;
}

.dashb-proj .input-group-text {
	padding: 3px 5px;
	height: auto;
	line-height: 12px;
	font-weight: 600;
	color: #db2727;
}

.dashb-proj .progress {
	margin-top: 7px;
}

.dashb-proj .input-group {
	margin-top: 4px;
}

.dashb-teams .emp-name:hover {
	font-weight: normal;
}

.dashb-proj .badge {
	border: #ddd solid 1px;
}

.journal-team h5 {
	font-size: 16px;
}

.journal-team ul {
	padding: 10px 0;
	margin: 0;
}

.journal-team ul li {
	padding: 5px 10px;
	margin: 0 7px 7px 0;
	border-radius: 5px;
	border: #ddd solid 1px;
	display: inline-block;
}

.qstn-text {
	font-style: italic;
	padding: 5px 0 5px 10px;
	border-left: #ffc107 solid 5px;
	margin: 15px 0;
	font-family: 'Mali', cursive;
	font-weight: 700;
}

.qstn-sec .btn {
	background: #db2727;
	border-color: #db2727;
}

.dash-timecard h4 {
	background: #db2727;
	padding: 10px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	border-left: #333 solid 5px;
}

.dash-timecard h2 {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	border-bottom: #333 solid 5px;
}

.dash-timecard .timebox h2 {
	background: none;
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}

.dash-timecard .timebox h5 {
	padding: 0;
	font-size: 15px;
	margin: 0;
}

.time-split {
	padding: 2px 3px;
}

.img-home {
	background: url(../images/ken-1.jpg) no-repeat center center;
	background-size: cover !important;
}

.project-det-right h4 {
	font-size: 18px;
}

/*--------------------------------------------------------------------------------*/
#main {
  margin: 0;
}

#main #proj .card {
  margin-bottom: 10px;
  border: 0;
}

#main #proj .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #proj .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #666;
  color: #fff;
  padding: 12px;
  border: 0;
}

#main #proj .card .card-header .btn-header-link i {
	float: right;
	font-size: 20px;
}

#main #proj .card .card-header .btn-header-link.collapsed {
  background: #eee;
  color: #333;
}

#main #proj .card .card-header .btn-header-link.collapsed.show i {
  transform: rotate(180deg);
}

#main #proj .card .collapsing {
  background: #eee;
  line-height: 30px;
}

#main #proj .card .collapse {
  border: 0;
}

#main #proj .card .collapse.show {
  background: #eee;
  line-height: 30px;
  color: #222;
}

.project-det-sec .card-body {
	background: #f5f5f5;
}

.project-det-sec h5 {
	font-size: 16px;
}

.project-det-sec .project-det-left h4 {
	font-size: 17px;
	background: #666;
	color: #fff;
	padding: 10px;
}

.project-det-heads ul {
	padding: 10px 0;
	margin-bottom: 20px;
}

.project-det-heads ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.project-det-heads ul li a {
	display: block;
	padding: 3px 5px;
	border: #ddd solid 1px;
	background: #eee;
	text-decoration: none;
	color: #333;
}

.project-det-heads ul li a i {
	margin-left: 7px;
}

.project-det-heads ul li a:hover {
	background: #333;
	color: #fff;
	border-color: #000;
}

.project-det-heads .nav-tabs .nav-item {
	margin-bottom: 5px;
}

.project-det-heads .nav-tabs .nav-link {
	border-radius: 5px;
	border: #ddd solid 1px;
}

.project-det-heads .nav-tabs .nav-item.show .nav-link, .project-det-heads .nav-tabs .nav-link.active {
	background: #333;
	color: #fff;
}
/*
.modal-inner .form-control {
	padding: 2px 3px;
  height: auto;
}*/

.emp-prof-head {
	display: block;
	background: #ddd;
	padding: 7px 10px;
}

.dashb-box-cover {
	margin-bottom: 30px;
}

.pass {
	color: #999;
}

.lap-stat ul {
	padding: 0;
	list-style: none;
}

.lap-stat ul li {
	display: inline-block;
	margin: 0 5px 15px;
	float: left;
}

.lap-stat-box {
	border: #ddd solid 1px;	
	border-radius: 5px;
	width: 160px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: #333;
}

.lap-stat ul li a {
	text-decoration: none;
	color: #333;	
}

.lap-stat-box h5.active {
	background: #4caf50;
	color: #fff;
}

.lap-stat-box h5.hold {
	background: #ffc107;
	color: #fff;
}

.lap-stat-box h5.completed {
	background: #00bcd4;
	color: #fff;
}

.lap-stat-box h2 {
	margin-bottom: 0px;
	font-size: 35px;
	padding: 10px;
	font-weight: 700;
}

.lap-stat-box h5 {
	margin-bottom: 0px;
	font-size: 15px;
	color: #666;
	min-height: 60px;
	padding: 10px;
	background: #ddd;
}

.lap-stat-box:hover {
	box-shadow: 0px 0px 8px #999;
	border-color:#999;
	text-decoration: none;
}

.lap-stat-box:hover h2 {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.lap-stat-box:hover h5 {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.emp-attnd td i {
	margin: 0 5px;
}

.emp-attnd td a i {
	color: #333;
}

.mon-jor .badge {
	font-weight: normal;
}

.leave-approve .modal-body h3 {
	font-size: 18px;
}

.dashb-eom-link {
	display: block;
	border-radius: 5px;
	color: #fff;
	background: #a9670a;
	font-size: 16px;
	margin: 10px 0;
}

.dashb-eom-link a {
	color: #fff;
	text-decoration: none;
}

.dashb-eom-link i {
	display: inline-block;
	padding: 15px 8px;
}

.dashb-eom-link span {
	display: inline-block;
	padding: 15px 5px;
	background: #333;
}

.news-events-right {
	padding-top: 1.5rem;
}

.news-events-left {
	padding: 1.5rem 0;	
}

.news-events-left .head {
	padding-bottom: 15px;
	border-bottom: #ddd solid 1px;
	margin-bottom: 15px;
}

.news-events-left h1 {
	margin-bottom: 10px;
	font-size: 25px;
}

.news-events-left h4 {
	font-size: 15px;
	margin-bottom: 0px;
}

.news-events-left h4 span {
	background: #ddd;
	display: inline-block;
	padding: 2px 7px;
	color: #666;
	margin-right: 5px;
}

.news-events-left h4 span.no-bg {
	background: none;
}

.news-events-left p {
	line-height: 25px;
}

.news-events-right ul {
	padding: 0 0 10px 0;
}

.news-events-right ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: #999 dashed 1px;
}

.news-events-right h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.news-events-right p {
	margin: 0;
}

.news-events-right p a {
	padding: 0 5px;
	background: #ddd;
}

.poll-box {	
	border-radius: 5px;
	overflow: hidden;
	border: #ddd solid 1px;
	margin-bottom: 30px;
}

.poll-box h4 {
	padding: 15px;
	margin: 0;
	font-size: 16px;
	background: #ddd;
}

.poll-box h3 {
	padding: 15px;
	margin: 0;
	font-size: 20px;
	min-height: 80px;
}

.poll-box .group {
	padding: 15px;
	padding-top: 0;
}

.poll-info {
	padding: 15px;
	background: #eee;
}

.poll-info span {
	padding: 2px 4px;
	border: dashed 1px #ccc;
	margin: 0 3px 3px 0;
	display: inline-block;
	border-radius: 5px;
	background: #fff;
}

.manage-lovs ol {
	padding: 0;
	list-style-position: inside;
}

.manage-lovs ol li {
	line-height: 20px;
}

.manage-lovs ol li::marker {
	margin-right: 10px;
}

/*---------------------------------------*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #db2727;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 100px;
  font-size: 16px;
  width: 40px;
  height: 40px;
}

#myBtn:hover {
  background-color: #333; /* Add a dark-grey background on hover */
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/

.meet-room {
	position: relative;
}

.meet-room-occ {
	position: relative;
	bottom: 0;
	text-align: center;
	left: 0;
	font-size: 14px;
}

.meet-room-occ h6 {
	display: inline-block;
	background: #eee;
	color: #333;
	margin: 0;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 8px;
	border: #ddd solid 1px;
}

.meet-room-occ ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0;
}

.meet-room-occ ul li {
	text-align: center;
	background: #eee;
	padding: 2px 5px;
  display: inline-block;
  line-height: 22px;
  border-radius: 8px;
}

.meet-room-occ ul li.available {
	background: #980000;
	color: #fff;
}

.meet-room-occ ul li.occupied {
	background: #0f4104;
	color: #fff;
}

.table-style1 thead {
	background: #eee;
}

.table-style2 {
	font-size: 13px !important;
}

.table-style2 .form-control {
	font-size: 13px !important;
}

.dropdown-item.active, .dropdown-item:active {
	background: #db2727;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: #db2727;
	color: #fff;	
}

.btn-dash {
	width: 100%;
	padding: 8px 10px;
	background: #db2727;
	color: #fff;
	margin: 10px 0;
	justify-content: space-between;
	display: flex;
}

.btn-dash span {
	display: inline-block;
}

.btn-dash span i {
	margin-right: 7px;
}

.btn-dash i {
	display: inline-block;
	line-height: 20px;
}

.btn-dash:hover {
	color: #fff;
	background: #c31818;
}

body {
	display: none;
}

@media screen and  (min-width: 1100px) {
	body {
		display: block;
	}
}

@media screen and  (min-width: 768px) {
	.login-box {
		display: block;
		padding: 50px 0 0 50px
	}
}

@media screen and  (min-width: 1280px) {
	.container {
		max-width: 1300px;
	}
}

/*
@media screen and  (min-width: 1400px) {
	.login-time h4 {
		font-size: 18px;
	}

	.active-time h1 {
		font-size: 70px;
	}

	.active-time h1 span {
		font-size: 30px;
	}

	.eom-box h3 {
		font-size: 25px;
	}

	.eom-box h2 {
		font-size: 30px;
	}

	.daily-box h4 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 700;
	}

	.daily-box h5 {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}
}

/*---custom checkbox----*/


.checkbox-custom {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-custom:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-custom input:checked ~ .checkmark {
  background-color: #db2727;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-custom .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----*/

.main-menu {
	top: 54px;
}

.lap-stat {

}

.asset-history h5 {
	font-size: 16px;
	background: #eee;
	padding: 7px;
	margin: 0;
}

.asset-history ul {
	padding: 10px 0;
	list-style: none;
}

.asset-history ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: #ddd solid 1px;
}

.asset-history p {
	margin: 0;
}

.asset-history h6 {
	font-size: 15px;
	background: #eee;
	padding: 5px;
	margin: 0;
	font-weight: 500;
	display: inline-block;
}

.dash-head-main {
	position: relative;
}

.timebox.home h5, .timebox.home h6 {
	margin: 0;
}

.break-sec {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 5px;
	border: #ddd solid 1px;
	border-radius: 5px;
}

.break-cover {
	position: relative;
}

.break-sec .form-control {
	margin: 0;
}

.btn-start {
	background: #db2727;
	border-color: #db2727; 
	color: #fff;
	width: 100%;
}

.btn-start:hover {
	background: #333;
	border-color: #000; 
	color: #fff;
}

.proj-dur {
	border: #ddd solid 1px;
	padding: 2px 5px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 600;
	color: #db2727;
	font-size: 15px;
}

.dash-stats {
	text-align: center;
	border-radius: 10px;
	border: #ddd solid 1px;
	margin: 10px 0 20px;
}

.dash-stats h3 {
	padding: 10px;
	border-bottom: #ddd solid 1px;
	margin: 0;
	font-size: 20px;
}

.dash-stats h5 {
	padding: 10px;
	margin: 0;
	font-size: 16px;
}

.toast.show {
	position: relative;
	z-index: 999;
}

.jitsi-cover {
	border: #ddd solid 2px;
	border-radius: 150px;
	padding: 0px 75px 30px;
	width: 75%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.jitsi-cover h5 {
	display: inline-block;
	background: #db2727;
	color: #fff;
	border-radius: 100px;
	padding: 10px 20px;
	top: -20px;
	position: relative;
}

.emp-list-cover {
	border-radius: 5px;
	border: #ddd solid 1px;
}

.emp-list-cover h4 {
	padding: 10px;
	border-bottom: #ddd solid 1px;
	margin: 0;
}

.emp-list-cover ul {
	list-style: decimal;
	padding: 10px 0;
	list-style-position: inside;
}

.emp-list-cover ul li {
	padding: 5px 10px;
	border-bottom: #eee solid 1px;
	position: relative;
}

.emp-list-cover ul li span {
	background: #eee;
	border: #ddd solid 1px;
	border-radius: 5px;
	padding: 3px;
	font-size: 13px;
	position: absolute;
	right: 10px;
	top: 2px;
}

.breaks .modal-dialog {
	margin: 10.75rem auto 0;
}

.modal-backdrop {
  background: #db2727;
  opacity: 1;
}

.breadcrumb {
	background: #eee;
}

.nav-tabs {
	border: 0;
	justify-content: space-evenly;
	font-size: 15px;
  font-weight: 600;
}

.monthly-cal-sec .date {
	text-align: center;
	border: #ddd solid 1px;
	border-radius: 7px;
	margin-bottom: 30px;
	padding: 20px;
	min-height: 150px;
	position: relative;
	overflow: hidden;
}

.date-num {
	position: absolute;
	left: 0;
	top: 0;
	background: #ddd;
	padding: 5px 10px;
	border-radius: 0 0 5px 0;
	font-size: 20px;
}

.monthly-cal-sec .date.title {
	text-align: center;
	border: 0;
	border-radius: 7px;
	margin-bottom: 30px;
	padding: 10px;
	min-height: 0;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.monthly-cal-sec .date .day {
	padding: 2px 5px;
	border-radius: 4px;
	font-size: 14px;
	background: #db2727;
	color: #fff;
}

.monthly-cal-sec .date ul {
	padding: 0 0 0 15px;
	list-style: none;
	margin: 0;
}

.monthly-cal-sec .date ul li {
	display: inline-block;
	background: #eee;
	padding: 2px 4px;
	margin: 0 3px 3px 0;
	border-radius: 5px;
}

.monthly-cal-sec td {
	padding: 20px;
	min-height: 100px;
}

.monthly-cal-sec .table span {
	padding: 3px 10px;
	background: #333;
	color: #fff;
	font-size: 20px;
	margin-bottom: 7px;
}

.monthly-cal-sec .table ul {
	padding: 0 0 0 10px;
	margin: 0;
}

.monthly-cal-sec .date-tab {
	padding: 0;
	min-height: 100px;
}

.bootstrap-timepicker-meridian, .meridian-column
    {
        display: none;
    }

.bootstrap-timepicker-widget table td span.glyphicon-chevron-up {
	background: url(../images/up_down_arrow.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.bootstrap-timepicker-widget table td span.glyphicon-chevron-down {
	background: url(../images/up_down_arrow.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	transform: rotate(180deg);
}

.bootstrap-timepicker-widget table td a {
	padding: 0;
}

.bootstrap-timepicker-widget.dropdown-menu {
	min-width: 6rem;
}

.off-day {
	background: #28a745!important;
	color: #fff;
}

.leave-day {
	background: #db2727!important;
	color: #fff;
}

.half-day {
	background: #ffc107!important;
	color: #212529;
}

.half-day i {
	color: #212529 !important;
}

.holiday {
	background: #007bff!important;
	color: #fff;
}

.attendance-color {
	padding: 0;
	list-style: none;
}

.attendance-color li {
	display: inline-block;
	padding: 2px 5px;
	border: #ddd solid 1px;
	border-radius: 5px;
	margin-left: 10px;
}

.text-primary2 {
	color: #007bff!important;
}


.error-msg {
	padding: 50px 0;
}

.error-msg img {
	height: 500px;
	display: block;
	margin: 0 auto;
}

.project-team-sec h4 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #db2727;
}

.project-team-sec p {
	line-height: 24px;
	margin-bottom: 10px;
}

.project-team-sec hr {
	margin: .5rem 0;
}

.team-box {
	padding: 10px;
	border-radius: 5px;
	border: #ddd solid 1px;
}

.project-team-sec .table-striped tbody tr:nth-of-type(odd) {
	background: rgba(219, 39, 39, 0.2);
}

.project-team-sec .table-bordered td, .project-team-sec .table-bordered th {
	border-color: #999;
}

.project-team-sec ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.btn-primary {
	background: #db2727 !important;
	border-color: #db2727 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #db2727 !important;
	border-color: #db2727 !important;
}

.nav-item.help {
	margin-left: 10px;
}

.nav-item.help .nav-link {
	background: #b02828;
  border-radius: 20px;
  padding: 6px 11px;
}

.help-text {
	text-align: center;
	padding: 20px;
	line-height: 25px;
	border: #db2727 solid 3px;
	border-bottom: 0;
	border-top: 0;
	border-radius: 10px;
	margin-bottom: 20px !important;
	box-shadow: 0 0 4px 2px #ddd;
}

/*---reset password---*/

.password-sec {
	padding: 40px 0;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #eee;
  color: #333;
  position: relative;
  padding: 20px;
  margin-top: 10px;
  border-radius: 5px;
}

#message h5 {
	font-size: 18px;
}

#message p {
  padding: 5px 0 5px 35px;
  font-size: 15px;
  margin-bottom: 7px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.table-attendance {
	display: block;
}

.table-attendance tbody {
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;	
	display: block;
}

.table-attendance tbody, .table-attendance thead, .table-attendance tr {
	display: block;
}

.prof-img1 {
	width: 100%;
  border: solid 2px #db2727;
  padding: 5px;
}

/* Ansiya */

.btn-add-project{
	width: 100%;
    margin: 30px 0 0;
    text-transform: uppercase;
}
.breadcrumb-container {
    display: flex;
    justify-content: space-between; /* pushes breadcrumb left and button right */
    align-items: center; /* vertically center the button */
    background-color: #e9ecef; /* same as breadcrumb background */
    padding: .75rem 1rem;
    border-radius: .25rem;
}

/* .breadcrumb {
    margin-bottom: 0; 
    background: none; 
} */


/* Ansiya */