body{
  background-color: #F2F4FB;
}
p{
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  color: #000;
}

.fw-400{
  font-weight: 400 !important;
}

.fw-500{
  font-weight: 500 !important;
}

.fw-600{
  font-weight: 600 !important;
}

.fw-700{
  font-weight: 700 !important;
}

.fw-800{
  font-weight: 800 !important;
}

.fw-900{
  font-weight: 900 !important;
}

.background-none{
  background: none !important;
}
.ms-0{
  margin-left: 0px !important;
}

.ms-2{
  margin-left: 1.5rem !important;
}

.me-0{
  margin-right: 0px !important;
}

.font-regular, .font-regular *{
  font-weight: 400 !important;
}

.font-medium, .font-medium *{
  font-weight: 500 !important;
}

.fs-12{
  font-size: 12px !important;
}

.fs-15{
  font-size: 15px !important;
}

.fs-17{
  font-size: 17px !important;
}

.color-danger{
  color: #E21B1A !important;
}

.color-initiated{
  color: #2651CA !important;
}

.color-blue{
  color: #2651CA !important;
}

.color-blue-v{
  color: #1D5AA7 !important;
}

.color-completed{
  color: #139B0E !important;
}

.color-progress{
  color: #F68147 !important;
}

.color-yellow{
  color: #FFA71A !important;
}

.color-resubmit{
  color: #9F3E0F !important;
}

.color40Dark{
  color: rgba(0, 0, 0, 0.40);
}

.colorGreyDark{
  color: #525050;
}

.navbar-horizontal .navbar-brand img {
  height: 52px; 
}

.loginTrBg{
  background: #F2F4FB;
  position: relative;
  padding: 120px 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* .loginTrBg::before {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	top: -30%;
	bottom: 50%;
	background: #fff;
	transform: rotate(-5deg);
} */

.navbar-horizontal .navbar-nav .nav-item .icon-notification-v1{
  font-size: 28px;
  position: relative;
}

.navbar-horizontal .navbar-nav .nav-item .icon-notification-v1::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background: #FF0000;
	border-radius: 100px;
}

.navbar-horizontal .navbar-nav .nav-item  .profile-bg{
  width: 32px;
  height: 32px;
  background: #E4E4E4;
  border-radius:100px;
  display: block;
}

.loginTrBg .loginTrBgIn{
  max-width: 430px;
  flex: 0 0 460px;
  position: relative;
  z-index: 1;
}

.loginTrBg .loginTrBgIn .card {
	background: #fff;
	box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
	border-radius: 0;
	margin: 0;
}

.loginTrBg .loginTrBgIn .card .card-body{
  padding: 40px;
}

.loginTitleWrap{
  margin: 0 0 24px 0;
}

.loginTitleWrap h5{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0px 0;
  color: #000;
}

.loginTitleWrap p{
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 0px 0;
  color:rgba(114, 114, 114, 0.9);
  line-height: 19.5px;
}

.form-group .input-group-alternative {
	border: 0.5px solid rgba(192, 192, 192, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	background: #fff;
}

.form-group .input-group-alternative .form-control{
  background: transparent; 
  height: 51px;
}

.form-group .input-group-alternative .input-group-prepend{
  margin-right: 0px;
}

.form-group .input-group-alternative.input-sm{
  box-shadow: none;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
}

.form-group .input-group-alternative.input-sm .form-control{
  height: 40px;
  color: #000;
}

.form-group .input-group-alternative.input-sm .input-group-prepend .input-group-text .icon-hide{
  font-weight: 700;
  color: #000;
}

.form-group .input-group-alternative .input-group-prepend .input-group-text{
  background: transparent;
  padding-right: 19px;
}

.form-group .input-group-alternative .input-group-prepend .input-group-text .icon-email{
  font-size: 17px;
}

.form-group .input-group-alternative .input-group-prepend .input-group-text .icon-hide{
  font-size: 18px;
}

.form-group .input-group-alternative .input-group-prepend .input-group-text .icon-show{
  font-size: 14px;
}

.loginTrBg .loginTrBgIn .form-group .input-group-alternative .form-control{
  font-size: 17px;
  font-weight: 400;
  color: #000;
  padding: 0 10px 0 20px;
  text-shadow: none;
}


.loginTrBg .loginTrBgIn .form-group .input-group-alternative .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color:#9B9B9B;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
}

.loginTrBg .loginTrBgIn .form-group .input-group-alternative .form-control::placeholder {
  color:#9B9B9B;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
}

.loginTrBg .loginTrBgIn .form-group{
  margin: 0 0 20px 0;
}

.topNavWrap {
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 1;
}

.customCheckBox{
  position: relative;
}

.customCheckBox input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.customCheckBox label {
	position: relative;
	padding: 0 0 0 28px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.65);
	margin: 0;
  cursor: pointer;
}

.customCheckBox label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3.7px;
	width: 18px;
	height: 18px;
	border-radius: 0px;
	border: 1.4px solid #707070;
	background: #fff;
	transition: 0.25s ease-out;
}

.customCheckBox input[type="checkbox"]:checked + label:before{
  background: #000;
  border-color: #000;
}

.customCheckBox label::after {
	content: "\e915";
	font-family: 'icomoon';
	position: absolute;
	left: 3.4px;
	top: 6.3px;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
  transform: scale(0);
  transition: 0.25s ease-out;
}

.customCheckBox input[type="checkbox"]:checked + label:after{
  transform: scale(1);
}



.customRadioBox{
  position: relative;
}

.customRadioBox input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.customRadioBox label {
	position: relative;
	padding: 0 0 0 22px;
	font-size: 14px;
	color: #000;
	margin: 0;
  cursor: pointer;
}

.customRadioBox label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3.7px;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	border: 1px solid #707070;
	background: transparent;
	transition: 0.25s ease-out;
}

.customRadioBox input[type="radio"]:checked + label:before{
  border-color: #000;
}

.customRadioBox label::after {
	content: "";
	position: absolute;
	left: 3px;
  top: 6.5px;
	background: #000;
	width: 10px;
  height: 10px;
  border-radius: 100px;
  transform: scale(0);
  transition: 0.25s ease-out;
}

.customRadioBox input[type="radio"]:checked + label:after{
  transform: scale(1);
}

.d-flex .customRadioBox + .customRadioBox{
  margin-left: 32px;
}

.actionChekBoxWrap {
	margin: 0 0 0 0;
}

.actionChekBoxWrap .actionChekBox{
  padding: 16px 0px;
  position: relative;
}

.actionChekBoxWrap .actionChekBox + .actionChekBox{
  border-top: 1px solid rgba(194, 194, 194, 0.64);
} 

.actionChekBoxWrap .actionChekBox .customCheckBox label{
 font-size: 15px;
 color: #000;
 font-weight: 700;
 padding: 0 32px 0 0;
 display: block;
 line-height: 30px;
}

.actionChekBoxWrap .actionChekBox .customCheckBox label::before{
  right: 0;
  left: auto;
  width: 24px;
  height: 23px;
}

.actionChekBoxWrap .actionChekBox .customCheckBox label::after{
  left: auto;
	right: 6px;
	top: 0;
}


.textForgot{
  font-size: 13.5px;
  color: #404040;
  text-decoration: none;
}

.textForgot:hover{
  color: #000;
}

.btn{
  border-radius: 5px;
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 500;
}

.btn.btn-sm{
  border-radius: 4px;
  padding: 9px 18px;
  font-size: 15px;
}

.taskGroup 
 button.btn.btn-sm {
    padding: 7px 18px;
}

.loginTrBg .loginTrBgIn .btn{
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
}

.btn-primary, .btn-outilne-primary{
  min-width: 103px;
}

.loginTrBg .loginTrBgIn .customCheckBox label::before{
  width: 16.43px;
  height: 16.43px;
  top: 3px;
}

.loginTrBg .loginTrBgIn .customCheckBox label::after{
  font-size: 7px;
}

.loginTrBg .loginTrBgIn .customCheckBox input[type="checkbox"]:checked + label::before {
	background: #FFA717;
	border-color: #FFA717;
}

.loginTrBg .loginTrBgIn .customCheckBox label{
  font-size: 14px;
  color: #000000;
  padding: 0 0 0 26px;
}

.linkDark{
  color: #000;
  font-size: inherit;
}

.passcode-area {
  display: flex;
  align-items: flex-start;
}

.passcode-area input{
  flex: 0 0 64px;
  width: 64px;
  height: 62px;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  background-clip: padding-box;
}

.passcode-area input + input{
  margin-left: 30px;
}

.fs-12, .fs-12 *{
  font-size: 12px;
}

.successBlock {
	text-align: center;
	margin: 30px 0 0 0;
}

.successBlock .ic{
  margin: 0 0 16px 0px;
}
.successBlock .ic i{
  font-size: 65px;
  color: #3BB50E;
}

.successBlock h4{
  font-size: 29px;
  font-weight: 400;
  color: #000;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.successBlock p{
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
}

.bg-theme-light {
	background: #FFECCE;
}

.bg-theme{
  background: #003C72 !important;
}

.btn.bg-theme{
  border: none;
}

.btn.bg-theme:hover{
  background: #04539A !important;
}

.bgBrown{
  background: #432110;
}

.btn.bgBrown{
  border: none;
}

.btn.bgBrown:hover{
  background: #6E3316;
}


.nameTitle{
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

body .navbar-dark .navbar-nav .nav-link {
	color: #000;
}

body .navbar-dark .navbar-nav .nav-link:hover, body .navbar-dark .navbar-nav .nav-link:focus{
  color: #000;
}

body .navbar-dark .navbar-nav .nav-link .icon-header-notification{
  font-size: 18px;
}

body .bg-gradient-primary{
  background: #FFECCE;
}

.pageTitle{
  padding: 24px 0 24px;
  font-size: 15px;
  font-weight: 400;
  color: #1D5AA7;
}

.pageTitleWrap{
  padding: 24px 0 12px;
}

.pageTitleWrap h5{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.pageTitleWrap p{
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  margin: 0px;
  font-weight: 400;
}

.card.card-stats{
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 16px;
}

.card.card-stats .card-body{
  padding: 32px 24px;
}

.card.card-stats .card-body .row{
  margin-left:-8px;
  margin-right:-8px;
}

.card.card-stats .card-body [class^="col"]{
  padding-left:8px;
  padding-right:8px;
}

.card.card-stats .icon{
  width: 54px;
  height: 54px;
}

.card.card-stats .card-title {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}

.card.card-stats .h2.font-weight-bold.mb-0{
	font-size: 30px;
	font-weight: 800;
	color: #000000;
  line-height: 1.4;
}

.card.card-stats.cardDarkBlue {
	background: #1C2A4B;
}

.card.card-stats.cardDarkBlue .icon{
  height: auto;
  width: auto;
}

.card.card-stats.cardDarkBlue .icon-onfields-user {
	font-size: 63px;
}

.card.card-stats.cardDarkBlue .card-title{
  color: #fff;
}

.card.card-stats.cardDarkBlue .h2.font-weight-bold.mb-0{
  color: #fff;
}

.whiteContBar {
	background: #fff;
	border-radius: 5px;
	padding: 18px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.whiteContBar .sectionTitle {
	font-size: 18px;
	color: #343434;
	font-weight: 700;
  margin: 0 10px 0 0;
}

.atpTagsWrap {
	display: flex;
	align-items: center;
}

.atpTagsWrap .atpTag{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  padding:0px 0px;
  border: 1px solid #bfbebe;
  background: #e3e3e3;
  min-width: 208px;
}

.atpTagsWrap .atpTag + .atpTag{
  margin-left: 20px;
}

.atpTagsWrap .atpTag.pendingTag {
	border-color: #F77575;
	background: #FFF1F1;
}

.atpTagsWrap .atpTag.successTag {
	border-color: #1FD368;
	background: #EBFBEC;
}

.atpTagsWrap .atpTag .atpTagLeft {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7.5px 9px 7.5px;
}

.atpTagsWrap .atpTag .atpTagLeft .icon {
	flex: 0 0 auto;
	width: auto;
	height: 35px;
	margin: 0 7px 0 0;
	line-height: normal;
  display: flex;
  align-items: center;
}

.atpTagsWrap .atpTag.successTag .atpTagLeft .icon .icon-circle-tick {
	font-size: 25px;
}

.atpTagsWrap .atpTag .atpTagLeft .icon .circleIc {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: normal;
	border: 7.5px solid #ccc;
}

.atpTagsWrap .atpTag.pendingTag .atpTagLeft .icon .circleIc {
  border-color: #F2C0C0;
  background: #E21B1A;
}

.atpTagsWrap .atpTag .atpTagLeft h6 {
	margin: 0px;
	color: #676767;
	font-size: 16px;
	font-weight: 400;
  white-space: nowrap;
}

.atpTagsWrap .atpTag .count{
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  flex: 0 0 50px;
  text-align: center;
  margin:4px 0;
  border-left:1px solid #bfbebe;
  min-width: 50px;
}

.card.hptCard .card-header{
  padding: 28px 30px 22px;
  border: none;
}

.card.hptCard .card-footer{
  padding: 22px 30px;
}

.card.hptCard .tabsWrap .card-header{
  padding: 14px 0;
}

.card-footer.card-footer-bg{
  background: #EFEFEF;
  border-radius: 0 0 4px 4px;
  padding: 28px 34px;
}

.headnumText {
	display: flex;
	align-items: center;
}

.headnumText .cardHeadNumber {
	flex: 0 0 60px;
	height: 58px;
	border-radius: 5px;
	border: 1px dashed #E19F1D;
	background: #FFC565;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	margin: 0 14px 0 0;
}

.cardTitle h5{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 3px 0;
  line-height: 1.1;
}

.sortingDrop {
	position: relative;
	margin: 0 0 0 7.5px;
	width: 11px;
  height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	
}

.sortingDrop::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 6px solid #000;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	flex: 0 0 11px;
}

.sortingDrop::after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-top: 6px solid #000;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	flex: 0 0 11px;
	margin: 3px 0 0 0;
}

.cardTitle p{
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  margin: 0 0 0px 0;
  line-height: 1.5;
}

.card-header.brBtomlr{
  position: relative;
}

.card-header.brBtomlr::before{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  height: 1px;
  bottom: 0;
  background: #E7E7E7;
}

.card.hptCard .card-header.brBtomlr {
	border-bottom: none;
}

.taskListWrap .taskList:first-child {
	padding-top: 0;
}

.taskList{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  position: relative;
}

.profileWrap{
  display: flex;
  align-items: center;
}

.profileWrap .img{
  flex: 0  0 69px;
  width: 69px;
  height: 69px;
  border-radius: 100px;
  margin: 0 12px 0 0;
  overflow: hidden;
}

.profileWrap .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profileWrap .cont{
  flex: auto;
}

.profileWrap .cont .name{
  color: #343434;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 3px 0;
}

.profileWrap .cont .task {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 3px 0;
}

.profileWrap .cont .date{
  color: #676767;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0px 0;
}

.action-badge {
	padding: 6px 13px;
	min-width: 96px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	color: #6f6f6f;
	border: 1px solid #bfbebe;
	background: #e3e3e3;
	display: inline-block;
	vertical-align: top;
  text-align: center;
}

.action-badge:hover {
  background: #000;
  color: #fff;
}

.action-badge.danger, .action-badge.badge-danger {
  border-color: #E21B1A;
  background: rgba(226, 26, 26, 0.16);
  color: #E21B1A;
}

.action-badge.initiated, .action-badge.badge-initiated{
  border-color: #2651CA;
  background: rgba(37, 81, 202, 0.10);
  color: #2651CA;
}

.action-badge.review, .action-badge.badge-review{
  border-color: #1D5AA7;
  background: rgba(29, 90, 167, 0.10);
  color: #1D5AA7;
  width: 122px;
}

.action-badge.underReview, .action-badge.badge-underReview{
  border-color: #8d8d8d;
  background:#E3E3E3;
  color: #707070;
}

.action-badge.badge-progress{
  border-color: #F68147;
  background: rgba(246, 129, 71, 0.16);
  color: #F68147;
}

.action-badge.badge-approved{
  border-color: #139B0E;
  background: rgba(59, 213, 69, 0.10);
  color: #139B0E;
  width: 122px;

}

.action-badge.badge-pending{
  border-color: #FAC767;
  background: rgba(250, 199, 103, 0.10);
  color: #FEA72C;
  width: 122px;
}

.action-badge.badge-rejected{
  border-color: #F96767;
  background: rgba(249, 103, 103, 0.10);
  color: #E61B2E;
  width: 122px;
}

.action-badge.badge-resubmit{
  border-color: #9F3E0F;
  background: rgba(159, 62, 15, 0.10);
  color: #9F3E0F;
  width: 122px;
}


.taskList .profileWrap {margin-right: 16px;}

.cardDropDown select{
  background: #E9E9E9;
  border:1px solid #D8D8D8;
  color: #343434;
  padding: 7px 10px 7.5px;
  border-radius: 4px;
}

.card.hptCard {
	min-height: calc(100% - 32px);
	margin-bottom: 0;
  margin-top: 32px;
}

.sidenav .sidenav-header .navbar-brand{
  padding: 13px 28px 12px;
  display: block;
}

.hamburgerIcon{
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height:28px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}

.hamburgerIcon span {
	width: 23px;
	height: 2px;
	background: #5C5C5C;
	border-radius: 2px;
	flex: 0 0 23px;
  position: relative;
}

.hamburgerIcon span::before {
	content: "";
	position: absolute;
	top: -6px;
	width: 100%;
	height: 2px;
	background: #5C5C5C;
	border-radius: 2px;
	right: 0;
  transition: 0.25s ease-out;
}

.hamburgerIcon span::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 100%;
	height: 2px;
	background: #5C5C5C;
	border-radius: 2px;
	right: 0;
  transition: 0.25s ease-out;
}

/* .hamburgerIcon.closeIc span{
  background: transparent;
} */

/* .hamburgerIcon.closeIc span:before{
  transform: rotate(42deg);
  width: 21px;
  top: 0;
}

.hamburgerIcon.closeIc span::after {
	transform: rotate(-42deg);
	top: 0;
	width: 21px;
} */

.hamburgerIcon.closeIc span::before {
	transform: rotate(37deg);
	width: 15px;
	top: -4.5px;
	right: -1.2px;
}

.hamburgerIcon.closeIc span::after {
	transform: rotate(-37deg);
	top: 4.5px;
	width: 15px;
	right: -1.2px;
}

.navbar-vertical.navbar-expand-xs .navbar-inner {
	padding-left: 0;
	padding-right: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav {
	flex-direction: column;
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
	padding: 10px 14px;
  border-radius: 5px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
	background: #F1F1F1;
	margin: 0px;	
  padding: 10px 14px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item{
  margin-top: 0px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link:hover{
  background: #EFEFEF;
  border-radius: 5px;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav .nav-link[data-toggle="collapse"][aria-expanded="true"]{
  background: #EFEFEF;
  border-radius: 5px;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav .nav-link{
  position: relative;
}

.sidenav.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]::after {
	content: "\e902";
	font-family: 'icomoon' !important;
	position: absolute;
	right: 14px;
	top: 56%;
	font-size: 7px;
	color: #707070;
	font-weight: bold;
	transform: translateY(-50%) rotate(0deg);
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav .nav-link[data-toggle="collapse"][aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(-180deg);
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav{
  padding: 10px 0;
}

.subNavUl{
  padding: 0px 0;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl li{
  position: relative;
  list-style: none;
  padding-left: 35px;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	width: 7px;
	height: 7px;
	background: #fff;
	border: 2px solid #E4E4E4;
	border-radius: 100px;
	margin: -3px 0 0 0;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li a {
	padding: 10px 13px 10px 13px;
	display: block;
	border-radius: 4px;
	font-size: 14px;
  font-weight: 400;
	color: #707070;
  white-space: nowrap;
}

/* .sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li > .nav-link[aria-expanded="true"] {
  background: none;
} */

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav::before {
  top: 21px;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav > .accordion-collapse.sub-nav{
  padding: 0px;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item:before {
  display: none;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl{
  margin: 12px 0;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item a{
  border-left: 1.5px solid #aba8a8;
  border-radius: 0;
  padding: 1px 13px 1px 13px;
  margin: 12px 0;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li.active::before{
  border-color: #1D5AA7;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li.active a {
  color: #1D5AA7;
  background: rgba(241, 241, 241, 0.5);
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item + .nav-item {
	margin-top: 10px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link > i {
	min-width: 21px;
	margin: 0 10px 0 0;
	font-size: 20px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link > i.icon-atp {
	font-size: 17px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link > i.icon-data-job {
	font-size: 17px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link > i.icon-notification {
	font-size: 18px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link > i.icon-technical-tickets {
	font-size: 19px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link .nav-link-text{
  color:#707070;
  font-size: 15px;
  font-weight: 400;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active .nav-link-text{
  color: #1D5AA7;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li.active {

}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav.active > .accordion-collapse.sub-nav {
  display: block;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > .nav-item.has-SubNav.active > .accordion-collapse.sub-nav > .subNavUl > .nav-item a{
  background: transparent;
  border-color: #1D5AA7;
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li > a.arrowCollapse:after{
  content: "\e902";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 14px;
  top: 56%;
  font-size: 7px;
  color: #707070;
  font-weight: bold;
  transform: translateY(-50%) rotate(0deg);
}

.sidenav.navbar-vertical .navbar-nav .nav-item.has-SubNav > .accordion-collapse.sub-nav > .subNavUl > li.has-SubNav.active > a.arrowCollapse:after{
  transform: translateY(-50%) rotate(-180deg);
}

.modalFormMinHeight{
  min-height: 250px;
}

.userDetail{
  position: relative;
  display: flex;
  align-items: center;
}

.userDetail .img{
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 8px 0 0;
}

.userDetail .img.img80 {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	margin-right: 15px;
}

.userDetail .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.userDetail .name{
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  margin: 0px;
}

.userDetail .email{
  font-size: 11px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  margin: 0px;
}

.actionBtn-wrap{
  display: flex;
  align-items: center;
}

.actionBtn-wrap > a{
  color: #000;
  text-decoration: none;
}

.actionBtn-wrap > a .icon-eye {
	font-size: 15px;
}

.actionBtn-wrap > a .icon-download{
  font-size: 15px;
}

.actionBtn-wrap > a .icon-map{
  font-size: 17px;
}

.actionBtn-wrap > a + a{
  margin-left: 15px;
}

.actionBtn-wrap > a + .dropdown{
  margin-left: 8px;
}

.actionBtn-wrap .btn.btn-sm.btn-icon-only {
	padding: 0;
	height: 2rem;
	width: 2.5rem;
	margin: 0;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0,0,0,0.75);
	font-weight: 400;
	font-size: 17px;
  box-shadow: none;
}

.actionBtn-wrap .btn.btn-sm.btn-icon-only:focus {
  box-shadow: none !important;
}

.min-width125{
  min-width: 125px !important;
}

.min-width135{
  min-width: 135px;
}

.min-width345{
  min-width: 345px;
}

.tableSearch{
  position: relative;
  max-width: 323px;
  flex: 0 0 323px;
}

.tableSearch input{
  width: 100%;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
  background: #fff;
  padding: 0 40px 0 16px;
  font-size: 15px;
  color: #343434;
}

.tableSearch .searchBtn {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	height: 36px;
	width: 40px;
	padding: 3px 3px 0 0;
  color: #919191;
}

.tableSearch .searchBtn .icon-search{
  font-size: 20px;
}

.tableSearchFilterWrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: auto;
	justify-content: flex-end;
	padding: 0 0 0 20px;
}

.tableSearchFilterWrap .btn-primary.btn.btn-sm{
  font-size: 16px;
  padding: 5px 16px 6px;
  margin-left: 14px;
}

.tableSearchFilterWrap .btn-outline-primary.btn.btn-sm{
  font-size: 16px;
  padding: 5px 16px 6px;
  min-width: 103px;
}

.tableSearchFilterWrap .btn-primary.btn.btn-sm .icon-download {
	font-size: 14px;
	margin: 0 0 0 8px;
}

.btn.btn-primary .icon-circle-plus {
	font-size: 19.5px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

.tableSearchFilterWrap .dropdown.filterDropDown {
	margin: 0 0 0 17px;
	border-left: 0.5px solid #949494;
	padding: 0 0 0 15px;
}

.tableSearchFilterWrap .dropdown.filterDropDown .dropdown-toggle{
  padding: 0px;
  background: none;
  border: none;
  margin: 0;
  width: 32px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  font-size: 13px;
}

.tableSearchFilterWrap .dropdown.filterDropDown .dropdown-toggle::after{
  display: none;
}

.tableSearchFilterWrap .dropdown-menu.filterMenu {
	max-width: 375px;
	min-width: 375px;
	border: 1px solid #E2E2E2;
	box-shadow: 0 3px 8px 0px rgba(0,0,0,.15);
	padding: 0px;
	border-radius: 3px;
}

.tableSearchFilterWrap .menuDropDown {
	margin: 0 0 0 12px;
  position: relative;
}

.tableSearchFilterWrap .menuDropDown select.selectpicker{
  display: none;
}

.tableSearchFilterWrap .menuDropDown .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light {
	display: flex;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #C4C4C4;
	padding: 8px 40px 8px 10px;
	color: #000;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.10);
	min-width: 127px;
	align-items: center;
	font-size: 14px;
  position: relative;
  transform: none;
  margin: 0;
}

.tableSearchFilterWrap .menuDropDown .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::before {
	content: "";
	width: 0.5px;
	background: #CBC9C9;
	position: absolute;
	right: 33px;
	top: 4px;
	bottom: 4px;
}

.tableSearchFilterWrap .menuDropDown .dropdown.bootstrap-select .dropdown-menu{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding:  10px 0;
  min-width: 178px;
}

.tableSearchFilterWrap .menuDropDown .dropdown.bootstrap-select .dropdown-menu .dropdown-menu.inner {
	position: static;
	padding: 0;
	min-width: auto;
	box-shadow: none;
	display: block;
	margin: 0;
	float: none;
	border: none;
	background: none;
	color: #343434;
}

.tableSearchFilterWrap .menuDropDown .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::after {
	content: "\e902";
	font-family: 'icomoon' !important;
	border: none;
	font-size: 6px;
	color: #838383;
	width: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
}

.tableSearchFilterWrap .menuDropDown .customDatePop {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 12px 14px;
	min-width: 178px;
	max-width: 178px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 110%;
	left: 0;
  display: none;
}

.tableSearchFilterWrap .menuDropDown .customDatePop .form-group label{
  font-size:12px;
  margin: 0 0 5px;
}

.tableSearchFilterWrap .menuDropDown .customDatePop .icon-field {
	position: relative;
}

.tableSearchFilterWrap .menuDropDown .customDatePop .icon-field input{
  height: 34px;
  padding: 0 34px 0 11px;
  font-size: 15px;
  color: #7B7B7B;
  font-family: "Lato", sans-serif;
}

.tableSearchFilterWrap .menuDropDown .customDatePop .icon-field .icon-calander {
	position: absolute;
	right: 8px;
	font-size: 15px;
	top: 8.5px;
}

.dropdown-foot, .dropdown-head {
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	display: flex;
	justify-content: space-between;
	padding: 16px 20px;
}

.dropdown-head .dropdown-title {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

.resetPassword .text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

.resetPassword .dropClose {
	margin: 0 0 0 8px;
	background: none;
	color: #000;
	border: none;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
}

.dropdown-body {
	padding: 16px 20px;
}

.select-wrap {
	margin: 0 0 22px 0;
}

.select-wrap label {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	display: block;
	margin: 0 0 5px 0;
}

.select-wrap .form-select {
	font-size: 14px;
	color: #000;
	border: 0.5px solid #AAAAAA;
	border-radius: 4px;
	height: 36px;
	width: 100%;
	background: #fff;
	padding: 2px 13px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 4px) center;
	-webkit-appearance: none;
	appearance: none;
}

.card .table td, .card .table th {
	padding-left: 15px;
	padding-right: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 0.7px solid rgba(198,196,196,0.62);
  border-top: none;
}

.card .table td:first-child, .card .table th:first-child {
  padding-left: 28px;
}

.table .thead-light th {
	background-color: #E4E6ED;
	color: #343434;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

.table td {
	color: #343434;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

.card .detailsTable .table td:first-child, .card .detailsTable .table th:first-child {
	padding-left: 24px;
  border-left: none;
  position: sticky;
  left: 0;
}

.card .detailsTable .table td:first-child{
  background: #fff;
}


.card .detailsTable .table th{
  font-weight: 700;
  font-size: 15px;
  border-left: 0.5px solid #C3C3C3;
  padding-top: 14px;
  padding-bottom: 14px;
}

.card .detailsTable .table td {
  border-left: 0.5px solid #C3C3C3;
  font-size: 15px;
}

.detailsTable .table td .icon-field{
  position: relative;
  max-width: 108px;
}


.detailsTable .table td .icon-field input{
  width: 100%;
  height: 28px;
  font-family: "Lato", sans-serif;
  border: none;
  outline: none;
  padding: 0px;
}

.detailsTable .table td .select-wrap{
  position: relative;
  max-width: 108px;
  margin: 0px;
}

.detailsTable .table td .value {
	height: 28px;
}

.detailsTable .table td .select-wrap select{
  color: #343434;
  font-size: 15px;
  padding: 0 20px 0 0;
  border: none;
  height: 28px;
}

.detailsTable .table td .icon-field .icon-calander{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tabletextellips{
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabletextellips.tebleDescription {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	max-width: 290px;
}

.showFilter {
	display: flex;
	align-items: center;
}

.showFilter label {
	font-size: 14px;
	margin: 0 10px 0 0;
	color: rgba(0,0,0,0.65);
}

.showFilter select {
	border: 0.5px solid rgba(0,0,0,0.3);
	font-size: 15px;
	border-radius: 4px;
	height: 32px;
	background: #fff;
	padding: 0 11px;
	min-width: 60px;
  color: rgba(0,0,0,0.65);
}

.pagination .page-item .page-link, .pagination .page-item span{
  width: 33px;
  height: 32px;
  border-radius: 3px !important;
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border: none;
}

.pagination .page-item .page-link:hover{
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 1);
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{
  width: 74px;
}

.pagination .page-item.disabled .page-link {
	color: rgba(0, 0, 0, 0.27);
	pointer-events: none;
	cursor: auto;
	background-color: #F2F2F2;
}

.pagination .page-item.active .page-link{
  box-shadow: none;
  background: #FFC565;
  color: #fff;
}

.chart{
  height: 225px;
}

.linkOverlay{
  color: inherit;
}

.linkOverlay:hover{
  color: inherit;
  text-decoration: none;
}

.linkOverlay::before{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
}


/* popup css start here */

.modal-dialog.modal-width550{
  max-width: 550px;
}

.modal-dialog.modal-width700{
  max-width: 700px;
}

.modal-dialog.modal-width750{
  max-width: 750px;
}

.modal-dialog.modal-width900{
  max-width:900px;
}

.modal-header{
  padding: 30px 36px 28px;
  border-bottom: 1px dashed #A7A7A7;
}

.modal-body{
  padding: 30px 36px;
}

.modal-footer{
  padding: 30px 36px;
  background: #EFEFEF;
}

.modal-footer > *{
  margin: 0 5px;
}

.modal-header .close {
	padding: 0px;
	margin: 0px;
	width: 28px;
	height: 28px;
	background: #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: inherit;
	color: #000;
	opacity: 1;
}

.modal-header .close > span:not(.sr-only) {
	font-size: 12px;
	line-height: 1;
	width: auto;
	height: auto;
	color: inherit;
}

.modal-header .cardTitle h5{
  font-weight: 500;
}

.modal-header .cardTitle p{
  font-size: 15px;
  color: rgba(0, 0, 0, 0.60);
}

/* popup css end here */


/* Fields Overview list css */

.fieldOverviewListWrap{
  position: relative;
}

.fieldOverviewList{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin: 0 -10px;
}

.fieldOverviewList .title{
  padding: 12px 10px;
  color: #343434;
  font-weight: 700;
  font-size: 18px;
  list-style: normal;
}

.fieldOverviewListWrap ul{
  padding: 0px;
  margin: 0px;
}

.fieldOverviewListWrap ul li{
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0px 0px;
  border-top: 0.5px solid #CDCDCD;
}

.fieldOverviewListWrap ul li h5{
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px;
  color: #343434;
  margin: 0;
}

.fieldOverviewListWrap ul li span {
	font-size: 16px;
	min-width: 69px;
	color: #FB3C0A;
	background: #FFC565;
	border: 1.5px dashed #E19F1D;
	font-weight: 700;
	padding: 5px 10px;
	line-height: normal;
	border-radius: 3px;
	text-align: center;
}


/* Breadcrumb css  Start*/

.breadcrumbWrap{
  display: flex;
  align-items: center;
  padding: 28px 0  12px;
}

.breadcrumbWrap .pageTitle{
  font-size: 15px;
  color: #C4C4C4;
  font-weight: 400;
  margin: 0px 0px 0 0;
  padding: 0px;
}

.breadcrumbWrap .breadcrumb{
  background: no-repeat;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item a, .breadcrumbWrap .breadcrumb .breadcrumb-item span{
  font-size: 15px;
  color: #C4C4C4;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item + .breadcrumb-item{
  padding-left: 5px;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item a{
  position: relative;
  color:#C4C4C4;
  padding: 0 0 0 18px;
  margin-left: 18px;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item:last-child a{
  color: #1D5AA7;
  cursor: auto;
}



.breadcrumbWrap .breadcrumb .breadcrumb-item:first-child a{
  padding-left: 0;
  margin-left: 0;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item:first-child a:before{
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item a:before{
  content: "\e936";
  font-family: 'icomoon' !important;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #C4C4C4;
}

.breadcrumbWrap .breadcrumb .breadcrumb-item a .icon-home, .breadcrumbWrap .breadcrumb .breadcrumb-item span .icon-home{
  font-size: 13px;
}

.breadcrumb-item.active {
	color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

/* Breadcrumb css  End*/


/* Tabs css  Start*/

.tabsWrap {
	margin: 10px 0 0 0;
}

.tabsWrap .nav-tabs{
  border-bottom: 1px solid #E4E4E4;
  margin: 0 0 0px 0;
}

.tabsWrap .nav-tabs button{
  background: none;
  border: none;
  color: #707070;
  font-size: 15px;
  padding: 8px 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.tabsWrap .nav-tabs button:before{
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1.8px;
  height: 3px;
  background: #1D5AA7;
  transition: 0.25s ease-out;
  border-radius: 100px;
}

.tabsWrap .nav-tabs button.selectDanger:before{
  background: #EE2828;
}

.tabsWrap .nav-tabs button.active{
  color:#707070;
  font-weight: 400;
}

.tabsWrap .nav-tabs button:focus{
  outline: none;
  box-shadow: none;
}

.tabsWrap .nav-tabs button.active:before{
  right: 0;
}

.tabsWrap .nav-tabs button + button{
  margin-left: 20px;
}

.actionNoticeBlock .title{
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px 0px;
  color: #000;
}

.actionNoticeBlock .description {
	background: #FFECCE;
	border-radius: 4px;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 0px 0px;
	color: #000;
}

.textBox {
  display: none;
}

.textBox  .textBoxIn{
 display: block;
 width: 100%;
 border: 1px solid #CECECE;
 padding: 8px 10px;
 border-radius: 4px;
 font-size: 13px;
 color: rgba(114, 114, 114, 0.96);
 line-height: 19px;
 margin: 6px 0 0 0;
}
/* Tabs css  End */

.bgFields .form-group{
  margin: 0 0 24px 0;
}

.bgFields .form-group label{
 font-size: 16px;
 color:rgba(0, 0, 0, 0.9); 
 font-weight: 700;
 margin: 0 0 6px 0;
display: block;
}

.bgFields .form-group input{
  font-size: 15px;
  color:rgba(0, 0, 0, 0.95); 
  font-weight: 400;
  margin: 0 0 0 0;
  height: 45px;
  border-radius: 3px;
  background: #F5F5F5;
  padding: 0 18px;
  width: 100%;
  border: none;
 }

 .bgFields .form-group textarea {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.95);
	font-weight: 400;
	margin: 0 0 0px 0;
	border-radius: 3px;
	background: #F5F5F5;
	padding: 11.5px 18px 11px;
	width: 100%;
	border: none;
	line-height: 21px;
  height: 108px;
}

 .bgFields .form-group .input-text {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.95);
	font-weight: 400;
	margin: 0 0 0px 0;
	border-radius: 3px;
	background: #F5F5F5;
	padding: 11.5px 18px 11px;
	width: 100%;
	border: none;
	line-height: 21px;
}

.taskGroupWrap .secTitle {
  font-size: 16px;
  color:rgba(0, 0, 0, 0.9); 
  font-weight: 700;
  margin: 0 0 7px 0;
  display: block;
}

.taskGroupBg{
  background: #F5F5F5;
  padding: 12px 16px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
}

.taskGroupBg.bgDarkGrey {
  background: #E4E5E9;
}

.taskGroupBg .taskGroup {
	flex: 0 0 33.3%;
	display: block;
	padding: 12px 16px;
  position: relative;
  border-top: 1px solid #D9D9D9;
}

.taskGroupBg .taskGroup:nth-child(1), .taskGroupBg .taskGroup:nth-child(2), .taskGroupBg .taskGroup:nth-child(3){
  border-top: none;
}

.taskGroupBg .taskGroup + .taskGroup::before{
  content: "";
  position: absolute;
  left: -10px;
  top: 8px;
  bottom: 8px;
  border-left: 1px dashed rgba(112, 112, 112, 0.41);
  width: 1px;
}

.taskGroupBg .taskGroup:nth-child(4):before, .taskGroupBg .taskGroup:nth-child(7):before{
  display: none;
}

.taskGroupBg .taskGroup label {
	font-size: 15px;
	color: #000;
	margin: 0 0 4px 0;
	line-height: 1.2;
  font-weight: 400;
}

.taskGroupBg .taskGroup .value {
	font-size: 15px;
  font-weight: 500;
	color: #000;
	margin: 0 0 0px 0;
	line-height: 1.2;
}

.taskGroupBg.logsDetails {
	padding: 24px 26px;
}

.taskGroupBg.logsDetails .bgFields .form-group label{
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #000;
}

.taskGroupBg.logsDetails .bgFields .form-group .input-text{
  background: #fff;
  font-size: 14px;
  color: #000;
}

.form-group{
  margin: 0 0 16px 0;
  position: relative;
}

.form-group label{
  position: relative;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.labelTestRight{
  font-size: 12px;
  color: #9B9B9B;
}

.form-group input{
  position: relative;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.form-group textarea{
  position: relative;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  width: 100%;
  height: 74px;
  padding: 10px 15px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.h150{
  height: 150px !important;
}

.form-group .select-wrap .form-select{
  height: 40px;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}

.phoneGroup{
  display: flex;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.phoneGroup span{
 flex: 0 0 44px;
 border-right: 0.5px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin: 2px 0;
}

.form-group .phoneGroup input{
  border: none;
  border-radius: 0px;
}

.successModalContent {
	text-align: center;
}

.successModalContent .tickBgImg{
  background: url('../img/theme/successBg.svg') no-repeat;
  background-size: 203px 174px;
  background-position: top center;
}

.successModalContent .tickBgImg .icon-circle-tick {
	font-size: 75px;
	padding: 42px 0 0 0;
	display: block;
	margin: 0 0 24px 0;
  color: #65C42E;
}

.successModalContent .tickBgImg h4{
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.2;
  color: #139B0E;
 }

 .successModalContent .tickBgImg p{
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 0px 0;
  line-height: 1.2;
  color:#535353;
 }
 
 .rolesBlock .rolesBlockTitle {
	font-size: 15px;
	color: rgba(0,0,0,0.65);
	font-weight: 400;
}

.rolesBlock .avatar-group .avatar{
 width: 30px;
 height: 30px;
}

.rolesBlock .avatar-group .avatar + .avatar {
	margin-left: -13px;
}

.role-heading h4{
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 2px 0;
  color: #000000;
}

.role-heading .role-edit-modal {
	font-size: 14px;
}

.rolesBlock .text-muted i {
	font-size: 17px;
}

.table-responsive.rolesTable .table tr:first-child td {
  border-top: none;
  padding-top: 2px;
}

.table-responsive.rolesTable .table td {
	padding: 12px 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
}

.d-flex .customCheckBox {
	flex: 0 auto;
}

.taskGroupBg.aptDetailsWrap{
  background: #fff;
  border-radius: 5px;
  padding: 16px 8px;
}

.taskGroupBg.aptDetailsWrap .taskGroup{
  flex: 0 0 25%;
  padding: 8px 24px;
  border-top: none;
}

.taskGroupBg.aptDetailsWrap .taskGroup:nth-child(4):before{
  display: block;
}

.taskGroupBg.aptDetailsWrap .taskGroup:nth-child(1), .taskGroupBg.aptDetailsWrap .taskGroup:nth-child(2), .taskGroupBg.aptDetailsWrap .taskGroup:nth-child(3) {
	border-bottom: none;
}

.bgYello{
  background: #FAEED9;
}

.border-radius4{
  border-radius: 4px;
}

.color-dark {
  color:#000 !important;
}

.fs-14{
  font-size: 14px !important;
}

.atpTextBox.textBox .textBoxIn{
  padding: 14px 18px;
  font-size: 14px;
  color: #000;
  line-height: 21px;
}

.flexTabsWrap .nav-tabs {
	display: flex;
	align-items: center;
	background: #FAEED9;
	border-radius: 2px;
	padding: 6px 9px;
}

.flexTabsWrap .nav-tabs button {
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	border-radius: 3px;
	background: transparent;
	border: none;
	padding: 7px 20px;
	height: 41px;
  box-shadow: none;
  outline: none;
}

.flexTabsWrap .nav-tabs button.active {
  background: #fff;
  font-weight: 700;
}

.table-responsive.bgTable{
  border-radius: 5px;
  border: 1px solid #DADADA;
}

.table-responsive.bgTable .table{
  margin: 0px;
}

.table-responsive.bgTable .table thead tr th {
	background: #E4E5E9;
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	color: #000;
	padding: 10px 28px;
  border-left: 1px dashed rgba(112, 112, 112, 0.41);
}

.table-responsive.bgTable.tablePadding2 .table thead tr th{
  padding: 10px 12px;
}

.table-responsive.bgTable .table tbody tr td {
	background:transparent;
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	color: #000;
	padding: 16px 28px;
  border-left: 1px dashed rgba(112, 112, 112, 0.41);
}

.table-responsive.bgTable .table tbody tr td strong{
  font-size: 16px;
}

.table-responsive.bgTable .table thead tr th:first-child {
  border-left: none;
}

.table-responsive.bgTable .table tbody tr td:first-child {
  border-left: none;
}

.empty-notification{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 160px);
  padding: 80px 80px;
}

.empty-notification-in .img{
 margin: 0 0 16px 0;
}

.empty-notification-in .cont h5{
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}


.customSelect {
	margin: 0 0 0 0px;
  position: relative;
}

.customSelect select.selectpicker{
  display: none;
}

.customSelect .dropdown.bootstrap-select {
	width: 100%;
}

.customSelect.multiple .dropdown.bootstrap-select.show-tick{
  display: block;
}

.customSelect.multiple .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light {
	display: flex;
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 8px 14px 8px 14px;
	color: #000;
	box-shadow: none;
	min-width: 117px;
	align-items: center;
	font-size: 14px;
  position: relative;
  transform: none;
  margin: 0;
  font-weight: 400;
  width: 100%;
}

.customSelect .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light {
	display: flex;
	background: #fff;
	border-radius: 4px;
	border: 0.5px solid rgba(0,0,0,0.3);
	padding: 9px 38px 9px 15px;
	color: #000;
	box-shadow: none;
	min-width: 117px;
	align-items: center;
	font-size: 14px;
  position: relative;
  transform: none;
  margin: 0;
  font-weight: 400;
  width: 100%;
}

.customSelect .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::before {
	content: "";
	width: 0.5px;
	background: #CBC9C9;
	position: absolute;
	right: 33px;
	top: 4px;
	bottom: 4px;
}

.customSelect .dropdown.bootstrap-select .dropdown-menu{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding:  10px 0;
  min-width: 220px;
}

.customSelect .dropdown.bootstrap-select .dropdown-menu .dropdown-menu.inner {
	position: static;
	padding: 0;
	min-width: auto;
	box-shadow: none;
	display: block;
	margin: 0;
	float: none;
	border: none;
	background: none;
	color: #343434;
}

.customSelect .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::after {
	content: "\e902";
	font-family: 'icomoon' !important;
	border: none;
	font-size: 6px;
	color: #838383;
	width: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
}


.customSelect.multiple .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::before {
  display: none;
}

.customSelect.multiple .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::after{
  display: none;
}

.form-group .dateField{
  position: relative;
}

.form-group .dateField input{
  padding-right: 42px;
}

.form-group .dateField i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
  color: #000000;
  font-size: 19px;
}

.form-group .dateField i:before {
  color: #000;
}

.actionBtn-wrap .customSelect .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light{
  border: 1px solid #8C8787;
  background: rgba(176, 176, 176, 0.10);
  font-weight: 500;
  padding: 8px 32px 8px 12px;
  min-width: 132px;
}

.actionBtn-wrap  .customSelect .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::before {
  display: none;
}

.actionBtn-wrap .customSelect .dropdown.bootstrap-select .btn.dropdown-toggle.btn-light::after {
  width: 32px;
}

.navbar-top .notificationDropdown.dropdown-menu {
	border: none;
	box-shadow: none;
	padding: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
}

.navbar-top .notificationDropdown.dropdown-menu::before {
	content: "";
	position: absolute;
	right: 22px;
	top: -10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 11px solid #F0F0F0;
}

.totalNotification .title {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	margin: 0 0 10px 0;
	background: #FAFAFA;
	text-transform: uppercase;
	font-weight: 700;
	color: #707070;
	padding: 10px 22px;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #E4E4E4;
}

.notificationDropdown .list-group.list-group-flush .list-group-item {
	padding: 20px 22px;
	border-bottom: 0.7px solid #F1F1F1;
  background: none;
}

.notificationDropdown .list-group.list-group-flush .list-group-item.read{
  background: rgba(29, 90, 167, 0.10);
}

.notificattionTime{
  line-height: normal;
}

.notificattionTime small{
  font-size: 11px;
  color: #A2A1A1;
}

.notificationDesc {
	font-size: 14px;
	color: #777;
	margin: 0px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.notificationWrap .img {
	margin: 0 14px 0 0;
  flex: 0 0 48px;
}

.notificationWrap .cont {
  flex: auto;
}

.notificationWrap .cont h4 {
	color: #707070;
}

.idBlock{
  background: #F1F1F1;
  border: 1px solid #E4E4E4;
  padding: 14px;
  margin: 10px 0 0 0;
}

.idBlock .contLine{
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

.idBlock .contLine .color-blue{
  color: #1D5AA7;
}

.loginTrBg .loginTrBgIn .btn.btn-outline-primary:hover{
  background: #fff;
}

.box-shadow-0{
  box-shadow: none !important;
}

.date-field {
  position: relative;
}

.tableSearchFilterWrap .date-field{
  max-width: 154px;
}

.date-field .form-control {
  position: relative;
  width: 100%;
  border-color: #A7A7A7;
  height: 37px;
  color: #000;
  padding: 0 24px 1px 14px;
  font-size: 15px;
}

.date-field .form-control::placeholder{
  color: #000;
}

.date-field .icon-calander {
  position: absolute;
  right: 10px;
  color: #000;
  top: 9px;
  font-size: 17px;
}

.date-field .icon-calander::before {
  color: #000;
}

.timeLineHead .form-group{
  flex: 0 0 158px;
}

.timeLineHead .date-field{
  flex: 0 0 158px;
  margin-left: 14px;
}

.timeLineHead .form-group .select-wrap .form-select{
  height: 37px;
}

.timeLineHead .form-group .select-wrap{
  margin: 0px;
}

.timelineWrap {
  display: flex;
  background: #F9FAFC;
  border-top: 0.7px solid rgba(198, 196,196,0.8);
}

.timelineWrap .timelineLeft{
  flex: 0 0 393px;
  padding: 18px;
}

.color-theme{
  color: #FFA717 !important;
}

.timelineContBg{
  background: #fff;
  border: 1px solid #C6C4C4;
  border-radius: 3px;
}

.timelineHead{
  font-size: 15px;
  color: #000;
  padding: 8px 15px;
  font-weight: 700;
}

.timelineHeadBg{
  background: #E4E6ED;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timelineHeadBg .date{
  font-size: 13px;
  color: #686868;
  font-weight: 500;
}

.timelineHeadBg .city{
  font-size: 11px;
  color: #686868;
  font-weight: 500;
  border: 0.7px solid #707070;
  padding: 6px 11px;
  border-radius: 3px;
  line-height: normal;
}

.locListWrap{
  height: calc(100vh - 347px);
  overflow: auto;
  padding: 12px;
}

.locAddressWrap {
  display: flex;
  align-items: center;
}

.locAddressWrap + .locAddressWrap{
  margin-top: 10px;
}

.locAddressWrap span.time {
  border: 1px solid rgba(198, 196,196,0.8);
  flex: 0 0 80px;
  text-align: center;
  padding: 4px 6px;
  font-size: 13px;
  color: #686868;
  font-weight: 700;
  border-radius: 4px;
}

.locAddressWrap .locAddress {
  border: 1px solid rgba(198, 196,196,0.8);
  flex: auto;
  padding: 10px 12px;
  font-size: 12px;
  color: #938B8B;
  
  border-radius: 4px;
  margin-left: 28px;
  position: relative;
}

.locAddressWrap .locAddress:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  margin: -0.5px 0 0 0;
  width: 28px;
  height: 1px;
  background: rgba(198, 196,196,0.8);
}

.locAddressTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin: 0 0 4px 0;
}

.locAddressTitle .h6{
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin: 0px;
}

.locAddressTitle .h6 i.icon-map {
  font-size: 14px;
  margin: 0 3px 0 0;
}

.color-green{
  color: #3CBD3B !important;
}

.locAddressTitle > span{
  font-weight: 500;
}

.timelineMap {
  flex: auto;
  padding: 0 0 0 22px;
  border-left: 0.7px solid rgba(198, 196,196,0.8);
  background-color: #fff;
}

.timelineMap iframe {
  width: 100%;
  height: 100%;
}

.selectPaymentWrap {
	position: relative;
}

.selectPaymentBlock {
	position: relative;
}

.paymentSelectWrap{
  position: relative;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  width: 100%;
  height: 40px;
  padding: 4px 15px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.selectPaymentList{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 2px 0 0;
  display: none;
}

.selectPayment {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	overflow: hidden;
}

.selectPayment ul {
	padding: 12px 0;
	margin: 0;
	max-height: 194px;
	overflow: auto;
}

.selectPayment ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 14px;
	cursor: pointer;
	font-size: 14px;
}

.selectPayment ul li .name {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
  white-space: nowrap;
}

.selectPayment ul li:hover .name {
  color: #2651CA !important;
}

.selectPayment ul li .value {
	color: #3E71A0;
	font-size: 14px;
	font-weight: 400;
  flex: auto;
  margin: 0 0 0 4px;
}

.paymentSelectValueBlock{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.paymentSelectValueBlock .name {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}

.paymentSelectValueBlock .value {
  font-size: 14px;
  font-weight: 400;
  flex: auto;
  margin: 0 0 0 10px;
}

.paymentSelectValueBlock .value input {
  height: 32px;
}

@media (min-width: 991px) {
/* menu css */

.g-sidenav-pinned .sidenav{
  padding-bottom: 0;
}

.g-sidenav-pinned .sidenav.menuHide {
	bottom: auto;
	overflow: inherit;
}

.g-sidenav-pinned .sidenav.menuHide {
  display: none;
  width: 60px; /* or 0px if you want it fully hidden */
  overflow: hidden;
  transition: width 0.3s ease;
}

}

@media (min-width: 768px) {
  /* .navbar-vertical .navbar-collapse::before {
    margin: 0.3rem;
  } */
  
}


.m-0 {
  margin: 0;
}

.unauthorized-wrap .container{
  max-width: 1280px;
}

.unauthorized-wrap .logoTop{
  margin: 28px 0;
}
.unauthorized-wrap .logoTop img{
  max-width: 132px;
}

.unauthorized-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 111px);
  padding-bottom: 15vh;
}

.unauthorized-cont .unauthorized-cont-in {
  max-width: 430px;
  margin: 0px auto;
}

.unauthorized-cont{
  text-align: center;
}

.unauthorized-cont .img {
  max-width: 194px;
  margin: 0px auto 16px;
}

.unauthorized-cont .img img{
  max-width: 100%;
  height: auto;
}

.unauthorized-cont h1 {
  font-size: 22px;
  color: rgba(0,0,0,0.8);
  font-weight: 600;
  margin: 0 0 6px 0;
}

.unauthorized-cont p{
  font-size: 17px;
  color: rgba(15,15,15,0.9);
  font-weight: 400;
  line-height: 24px;
}

.unauthorized-cont .btn{
  margin: 8px 0 0 0;
}

.unauthorized-cont .btn .icon-arrow-long-back {
  font-size: 14px;
  margin: 0px 10px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}


.sidenav.navbar.navbar-vertical.bg-white {
	background: #fff;
	border: none;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.main-content .navbar-top.border-bottom.navbar-dark {
	border: none !important;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
  border-bottom: 1px solid rgba(112,112,112,0.13) !important;
}

.mainTopNav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(112,112,112,0.13);
  padding: 8px 18px 8px 14px;
}

.navbar-top.mainTopNav .navbar-brand {
	display: block;
  max-width: 160px;
}

.navbar-top.mainTopNav .navbar-brand .navbar-brand-img {
	max-width: 100%;
	height: auto;
}

.navbar-expand .navbar-nav .nav-link .icon-notification-v1{
  font-size: 26px;
  position: relative;
}

.navbar-expand .navbar-nav .nav-link .icon-notification-v1::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background: #FF0000;
	border-radius: 100px;
}


.casesBody{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}

.casesBody .icon {
	background: #ececec;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.casesBody .icon.pending-bg {
  background: rgba(255, 167, 25, 0.15);
}

.casesBody .icon.approved-bg {
  background: rgba(19, 155, 14, 0.15);
}

.casesBody .icon.reviewed-bg {
  background: rgba(29, 90, 167, 0.15);
}

.casesBody .icon.rejected-bg {
  background: rgba(228, 27, 47, 0.15);
}


.bgBox {
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	padding: 30px;
	border-radius: 4px;
}

.p-bgBox{
  padding: 22px 32px 15px;
}

.p-bgBox .mn-body{
  margin-left: -32px;
  margin-right: -32px;
  padding: 32px 32px 32px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.taskGroupDivider{
  margin: 10px 0;
}

.card{
  border: 1px solid #E4E4E4;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.card-shadow{
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16) !important;
}

.card-header.brDashed {
	border-bottom: 1px dashed #A7A7A7;
	padding: 24px 34px;
}

.card-body.p34{
  padding: 24px 34px;
}

.br-0 {
	border-radius: 0 !important;
}

.b-0{
  border: none !important;
}

.card .card-header h4 {
	font-size: 17px;
  font-weight: 500;
}

.casesBody .icon i {
	font-size: 25px;
}

.casesBody .cont h4 {
	font-size: 35px;
	margin: 6px 0 4px;
	color: #000;
  line-height: 1.2;
}

.casesBody .cont p {
	font-size: 15px;
	margin: 0px 0;
  font-weight: 500;
	color: #A6A6A6;
}

.dateArrowRight {
	position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.dateArrowRight .icon-arrow-right {
	margin: 0px 0 0 10px;
	font-size: 13px;
}

.barChart-legend {
	position: relative;
	display: flex;
	align-items: center;
	margin: 20px 0 10px 0;
}

.barChart-legend span {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding: 0 0 0 22px;
	position: relative;
}

.barChart-legend span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: #A5A5A5;
	border-radius: 100px;
	top: 50%;
	margin: -6px 0 0 0;
}

.barChart-legend span + span {
	margin-left: 20px;
}

.barChart-legend span.orange::before {
	background: #FFA719;
}


.circleProgree{
  position: relative;
  text-align: center;
  max-width: 194px;
  margin: 0px auto;
}

.circleProgree svg {
  position: relative;
  width: 194px;
  height: 194px;
  transform: rotate(-90deg);
}

.circleProgree svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #A6A6A6;
  stroke-width: 16;
  stroke-linecap: round;
}

.circleProgree svg circle:last-of-type {
  stroke-dasharray: 589px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #FFA719;
}

.circleProgree .number {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}

.circleProgree .number .amtBlock .label {
	font-size: 13px;
	color: #5C5C5C;
	margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.circleProgree .number .amtBlock .cont{
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}

.amtBlock .label {
	font-size: 14px;
	color: #707070;
	font-weight: 500;
	line-height: normal;
}

.amtBlock .cont {
	font-size: 32px;
	font-weight: 700;
	color: #A7A7A7;
}

.amtBlock .grphCont {
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 500;
  color:#000000;
}

.amtBlock .grphCont .icon-graph {
	font-size: 11px;
	margin: 1px 9px 0 0;
}

.themeTableWrap {
	position: relative;
}

.themeTableWrap .tableTitle {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 16px 0;
	color: #000;
}

.responsive-table{
  overflow: auto;
}

.themeTableWrap table {
	width: 100%;
	margin: 0px;
}

.themeTableWrap table thead tr th {
	border-top: none;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px solid #707070;
	padding: 9px 10px;
	text-transform: capitalize;
}

.themeTableWrap table thead tr th:first-child {
  padding-left: 0px;;
}

.themeTableWrap table tbody tr td:first-child {
  padding-left: 0px;
}

.themeTableWrap table tbody tr td {
	border-top: none;
	border-bottom: 1px solid rgba(112,112,112,0.4);
	font-size: 15px;
	font-weight: 400;
	color: #434343;
	padding: 13px 10px 12px;
}

.themeTableWrap table tbody tr td .dropdown .dropdown-toggle {
  position: relative;
  padding: 0px 10px;
  outline: none;
  border: none;
  box-shadow: none;
}

.themeTableWrap table tbody tr td .dropdown .dropdown-toggle::after {
  display: none;
}

.themeTableWrap table tbody tr td .dropdown .dropdown-menu {
  border-radius: 4px;
  border: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 12px 0px;
}

.b-shadow-none{
  box-shadow: none;
}

.profileView .userDetail .img {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	margin: 0 16px 0 0;
}

.profileView  .userDetail .name{
  font-size: 18px;
}

.profileView .userDetail .email{
  font-size: 15px;
  color:rgba(0,0,0,0.6);
}

.profileView .closeBtn {
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: #E5E5E5;
	border: none;
	box-shadow: none;
	font-size: 10px;
	font-weight: 700;
	outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.profileView {
	border-bottom: 1px dashed #A7A7A7;
	padding-bottom: 28px;
}


@media (min-width: 991px) {
  .grid50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .grid50 div[class^="col-"], .grid50 div[class*="col-"]{
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .grid20 div[class^="col-"], .grid50 div[class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.employeeDetails{
  background: #fff;
  border: 1px solid #E4E4E4;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 16px 0 6px;
}

.employeeDetails.wioBg {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.employeeDetails .table {
	width: 100%;
}

.employeeDetails .table tr td{
  padding: 6px 6px 7px;
  font-size: 15px;
  color: #707070;
  border-bottom: 1px solid #E4E4E4;
  border-top: none;
}

.employeeDetails .table tr td:first-child{
  padding-left: 28px;
  color: rgba(29, 90, 167, 0.65);
}

.employeeDetails .table tr:last-child td{
  border-bottom: none;
}

.employeeDetails.wioBg .table tr td:first-child{
  padding-left: 0px;
}

.employeeDetails.wioBg .table tr td{
  border-bottom: none;
  font-size: 14px;
}

.secTitle {
	font-size: 17px;
}

.redGuidelines{
  background: rgba(246, 125, 125, 0.15);
  border-radius: 4px;
  padding: 16px 18px;
}

.redGuidelines h6{
  font-size: 15px;
  font-weight: 700;
  color: rgba(238, 40, 40, 0.8);
  margin: 0px;
}

.redGuidelines p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(238, 40, 40, 0.8);
	margin: 3px 0 1px;
	line-height: 1.2;
}

.card-footer .btn.btn-sm, .modal-footer .btn.btn-sm {
	min-width: 104px;
}

.projectUserListWrap {
	border: 1px solid #F1F1F1;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 4px;
}

.projectUserListHead{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  border-bottom: 1px dashed #A7A7A7;
}

.projectUserListHead .title {
	display: flex;
	align-items: center;
}

.projectUserListHead .title {
	display: flex;
	align-items: center;
	color: rgba(29,90,167,0.88);
	font-size: 15px;
	font-weight: 400;
}

.projectUserListHead .btn.btn-sm {
	padding: 6px 8px;
	font-size: 13px;
}

.projectUserListHead .btn.btn-sm.btn-outline-secondary {
	color: rgba(67, 33, 16, 0.88);
	border: 1px solid #F1F1F1;
	border-radius: 4px;
}

.projectUserListHead .btn.btn-sm.btn-outline-secondary:hover {
  border-color: rgba(67, 33, 16, 0.88);
}

.projectUserListBody{
  height: 318px;
}

.emptyState {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 318px;
	font-size: 13px;
	color: #E4E4E4;
	text-align: center;
}

.userListPop .modal-header{
  padding: 18px 20px 18px 28px;
}

.userListPop .modal-header .cardTitle h5{
  font-size: 17px;
}

.modal-body .action-badge{
  min-width: 94px;
}

.modal-body .table td{
  font-size: 14px;
}

.modal-body .table th, .modal-body .table th .customCheckBox label{
  font-size: 15px;
  color: #343434;
}

.table-responsive.userSelectScroll {
	height: calc(100vh - 240px);
}

.table-responsive.userSelectScroll .thead-light {
	position: sticky;
	top: 0;
	z-index: 99;
}

.addScroll .mCSB_scrollTools{
  width: 6px;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
  opacity: 1;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
  margin: 0px;
  background: #e1dede;
}

.addScroll .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: rgba(0,0,0,0.2);
}

.card .projectUserListBody .table th{
  font-weight: 500;
}

.card .projectUserListBody .table td, .card .projectUserListBody .table th{
  font-size: 12px;
  color: #707070;
  padding: 6px 8px;
}

.card .projectUserListBody .table td:first-child, .card  .projectUserListBody .table th:first-child {
	padding-left: 16px;
}

.card  .projectUserListBody .table th:last-child{
  text-align: center;
}

.projectUserListBody .themeTableWrap table tbody tr td .dropdown .dropdown-menu{
  padding: 4px 0;
  min-width: 70px;
}

.projectUserListBody .dropdown-menu .dropdown-item {
	padding: 6px 12px;
	font-size: 12px;
	color: #707070;
	line-height: normal;
	text-align: right;
}

.gridBr-left::before {
	content: "";
	position: absolute;
	left: -22px;
	top: 0;
	bottom: 0;
	border-left: 1px dashed #A7A7A7;
}

.bgBox.p-bgBox .btn.btn-sm.btnLight {
	color: #707070;
	font-size: 15px;
	padding: 6px 12px;
	min-width: 136px;
	border-color: #707070;
}

.btn.btn-sm.iconBtn {
	padding: 4px 10px;
	width: 37px;
	font-size: 17.5px;
}

.card-footer.card-footer-bg.mn-bgBox {
	margin: 0 -32px -15px;
}

.travelReqWrap {
	display: flex;
}

.travelReqWrap .travelReqLeft {
	flex: 0 0 760px;
}

.travelReqWrap .travelReqRight {
  flex: auto;
  margin-left: 20px;
}

.timeLineWrap {
	background: #fff;
	border: 1px solid #E4E4E4;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
  border-radius: 4px;
}

.timeLineWrap .timeLineHead {
	border-bottom: 1px solid #E4E4E4;
	padding: 30px 16px 16px;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}

.timeLineWrap .timeLineBody {
  padding: 14px 14px 24px;
  min-height: 300px;
}

.timeLineReq {
  display: flex;
  position: relative;
}

.timeLineReq + .timeLineReq{
  margin-top: 16px;
}

.timeLineReq:last-child:before{
  display: none;
}

.timeLineReq:before {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 3px;
  bottom: -21px;
  width: 3px;
  background: #E4E4E4;
}

.timeLineReq .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 2px 16px 0 0;
  border-radius: 100px;
  background: #F1F1F1;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 1;
}

.timeLineReq .icon i.icon-Plane_icon {
  font-size: 11px;
}

.timeLineReq .icon i.icon-refresh {
  font-size: 10px;
}

.timeLineReq .icon i.icon-tick {
  font-size: 8px;
}

.timeLineReq .icon i.icon-circleRupay {
  font-size: 11px;
}

.timeLineReq .icon i.icon-popup-close {
  font-size: 9px;
  font-weight: bold;
}

.timeLineReq.rejected .icon {
  background: #E41B2F;
  border-color: #E41B2F;
}

.timeLineReq .cont {
  flex: auto;
}

.timeLineReq .cont h5{
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 3px 0;
}

.timeLineReq .cont .date {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 3px 0;
}

.timeLineReq .cont .date .sm{
  font-size: 10px;
}

.timeLineReq .cont .text {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin: 1px 0;
}

.timeReqComment{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #fff;
  padding: 4px 6px;
  font-size: 11px;
  color: #000;
  line-height: 15px;
  margin: 10px 0;
}

.timeLineReq.active:before {
  background: rgba(19,155,14,0.51);
}

.timeLineReq.active .icon {
  background: #139B0E;
  border-color: #139B0E;
}

.timeLineReq.current .icon {
  background: #139B0E;
  border-color: #139B0E;
}

.timeLineReq.pending .icon {
  opacity: 0.7;
}

.timeLineReq.pending .cont{
  opacity: 0.25;
}

.timeLineReq.current.circle-ic .icon {
  border-color: rgba(19,155,14,0.25);
  background: #fff;
}

.timeLineReq.current.circle-ic .icon .icon-circle {
  width: 16px;
  height: 16px;
  font-size: 0;
  border: 3px solid #139B0E;
  border-radius: 100px;
  position: relative;
}

.timeLineReq.current.circle-ic .icon .icon-circle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #139B0E;
    border-radius: 100px;
    width: 5px;
    height: 5px;
}

.downloadWrap {
  display: flex;
  align-items: flex-start;
}

.downloadWrap .downloadleft{
  flex: auto;
  background: #fff;
}

.downPDFLoadBg{
  padding: 90px 90px 180px;
  position: relative;
  min-height: calc(100vh - 80px);
}

.downPDFLoadBg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background:url('../img/background/pdfBg.png') no-repeat;
  background-size: cover;
  background-position: top center;
  height: 182px;
}

.downPDFLoadBg:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background:url('../img/background/pdfBg-btm.png') no-repeat;
  background-size: cover;
  background-position: top center;
  height: 182px;
}

.downPDFCont{
  position: relative;
  z-index: 10;
}

.modal-content.download-modal-content {
  background: none;
  box-shadow: none;
  border: none;
}

.downloadActions {
  flex: 0 0 68px;
  background: #000;
  max-width: 68px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.downloadActionsIn{
  flex:0 0 32px;  
  padding: 8px 0;
}

.downloadActions button{
  width: 30px;
  text-align: center;
  margin: 12px 0;
  padding: 0px;
  background: none;
  border: none;
}

.downloadActions button.close {
  background: #fff;
  border-radius: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  font-size: 1px;
  float: none;
  height: 30px;
}

.downloadActions button i.icon-printer {
  font-size: 27px;
}

.downloadActions button i.icon-boxDownload {
  font-size: 27px;
}

.downloadActions button.close .icon-popup-close {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.pdfBodyTable{
  min-height: calc(600px - 80px);
}

.braceLi {
    padding: 0 18px 0 0px;
    margin: 5px 0 4px;
    position: relative;
}

.flexFirst50 > div:first-child {
  flex: 0 0 55%;
}

.braceLi li {
  margin: 3px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 0 0 16px;
}

.braceLi li:before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color:#1D5AA7;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}

.braceLi li span {
  color: #525050;
}

.braceLi:after{
  content: "";
  position: absolute;
  background: url('../img/svg/brace.svg') no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background-size: cover;
}

.max-620{
  max-width: 620px;
}

.uploadDocWrap {
  background: #707070;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.uploadDocWrap .img {
  margin: 2px;
  border-radius: 4px;
  overflow: hidden;
}

.uploadDocWrap .img img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.uploadDocWrap .action{
  background: #432110;
  border-radius: 0 0 4px 4px;
  display: flex;
}

.uploadDocWrap .action a{
  padding: 10px 10px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}

.uploadDocWrap .action a + a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 0.7px;
  background: #868383;
}

.uploadPreviewWrap {
	background: #6E6E6E;
  border-radius: 4px;
}

.uploadPreviewHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
  border-radius: 4px 4px 0 0;
  background: #333639;
  padding: 12px 16px;
}

.uploadPreviewHead .title {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #FFF;
}

.uploadPreviewHead .title .hamburger-icon {
	flex: 0 0 14px;
	position: relative;
	height: 1.5px;
	background: #fff;
  margin: 0 12px 0 0;
}

.uploadPreviewHead .title .hamburger-icon::before {
	content: "";
	display: block;
	height: 1.5px;
	background: #fff;
	width: 100%;
	margin: -5px 0 0 0;
}

.uploadPreviewHead .title .hamburger-icon::after {
	content: "";
	display: block;
	height: 1.5px;
	background: #fff;
	width: 100%;
	margin: 9px 0 0 0;
}

.uploadPreviewHead  .downloadActionsIn{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.uploadPreviewHead .downloadActionsIn button {
	background: none;
	border: none;
	padding: 0;
}

.uploadPreviewHead .downloadActionsIn button + button {
  margin-left: 14px;
}

.uploadPreviewHead  .downloadActionsIn .close{
  background: #E5E5E5;
  border-radius: 1px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.uploadPreviewHead .downloadActionsIn .close .icon-popup-close {
	width: auto;
	height: auto;
	font-size: 8px;
	font-weight: bold;
}

.uploadPreviewBody {
	padding: 50px;
}

.uploadPreviewBody .uloadImg {
	text-align: center;
  max-width: 764px;
  margin: 0px auto;
}

.uploadPreviewBody .uloadImg img{
  max-width: 100%;
}


#panel .container-fluid {
	max-width: 1440px;
}

.listGridView {
	border-radius: 4px;
	overflow: hidden;
}

.listGridView button {
	background: #E4E4E4;
  width: 35px;
  height: 35px;
  border: 1px solid #A6A6A6;
  border-radius: 4px 0 0 4px;
  padding: 2px 0px;
  color: #1D5AA7;
}

.listGridView button:last-child {
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}

.listGridView button.active {
  background: #1D5AA7;
  color: #fff;
  border: #1D5AA7;
}

/* Drag Block Wrap */

.dragScrollWrap {
	display: flex;
	overflow-x: auto;
	padding: 0 14px 14px 14px;
}

.dragScrollWrap .dragBlockWrap {
	background: #F5F5F5;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	margin: 0 7px 0;
	padding: 12px;
	flex: 1 0;
  min-width: 226px;
  max-width: 226px;
  min-height: calc(100vh - 230px);
}

.dragScrollWrap .dragBlockWrap .action-badge.w-100 {
	margin: 0 0 10px 0;
}

.dragBlockCont {
	min-height: calc(100% - 60px);
}

.DragBlock {
	background: #ccc;
	margin: 15px 0 0 0;
	padding: 10px;
	border-radius: 4px;
}

.DragBlock .userDetail .img{
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 0 4px 0 0;
}

.DragBlock .userDetail .name {
	font-size: 14px;
	color: #707070;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

.DragBlock .action {
	display: flex;
	align-items: center;
}

.DragBlock .action button, .DragBlock .action a {
	padding: 0;
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	outline: none;
	color: #000;
	line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.DragBlock .action button .icon-drag-block{
  font-size: 14px;
}

.DragBlock .action button + button {
	margin-left: 4px;
}

.DragBlock .contWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.DragBlock .contWrap span{
  font-size: 12px;
  color: #000;
  margin: 4px 0 2px;
}

.pendingBlock .DragBlock {
	background: rgba(255,167,25,0.10);
}

.reviewBlock .DragBlock {
	background: rgba(29,90,167,0.10);
}

.underReviewBlock .DragBlock{
  background: #E7E7E7;
}

.approvedBlock .DragBlock {
	background: #DEECDE;
}

.resubmitBlock .DragBlock {
	background: rgba(159,62,15,0.10);
}

.rejectedBlock .DragBlock {
	background: rgba(228,27,47,0.10);
}

/* responsive css */

@media (max-width: 1399.98px) {
  .travelReqWrap .travelReqLeft {flex: 0 0 68%;}
}

@media (max-width: 1199.98px) {
  .sidenav {transform: translateX(-270px);}
  .sidenav.menuHide {transform: translateX(0px);}
}

@media (max-width: 991px) {
  .card.hptCard .tabsWrap .card-header {padding: 14px 20px;}
  .travelReqWrap {display: block;}
  .travelReqWrap .travelReqRight {margin-left: 0; margin-bottom: 24px;}
  .downPDFLoadBg::before {background-image:none; background:#262425;height: 12px;}
  .downPDFLoadBg::after {background-image:none; background:#262425;height: 12px;}
  .uploadDocWrap{margin-top: 14px;}
}


@media (max-width: 768px) {
  .bgBox{padding: 16px 20px 24px;}
  .casesBody .cont h4{font-size: 32px;}
  .card.hptCard .card-header{padding: 22px 20px 22px;}
  .card .card-header h4{font-size: 15px;}
  .dateArrowRight{font-size: 15px;}
  .dateArrowRight .icon-arrow-right{font-size: 12px;}
  .amtBlock .label{font-size: 13px;}
  .amtBlock .cont{font-size: 28px;}
  .amtBlock .grphCont{white-space: nowrap;}
  .amtBlock .grphCont .icon-graph{margin: 1px 7px 0 0;}
  .navbar-top.mainTopNav .navbar-brand{max-width: 140px;}
  .sidenav-header {flex: 0 0 210px;}
  .navbar-expand .navbar-nav .nav-link {padding-right: 0.5rem; padding-left: 0.5rem;}
  .navbar-vertical.navbar-expand-xs{top: 60px; padding-top: 20px; padding-bottom: 20px;}
  .headnumText{flex-wrap: wrap;}
  .headnumText .cardTitle {flex: 0 0 100%;}
  .headnumText .tableSearchFilterWrap {justify-content: space-between; padding: 14px 20px 0; margin: 15px -20px 0; border-top: 1px solid #e4e6ed;}
  .tableSearch{flex: 1;}
  .card .table td:first-child, .card .table th:first-child {padding-left: 20px;}
  .table .thead-light th{font-size: 14px;}
  .card .table td, .card .table th{padding: 12px 10px;}
  .table td{font-size: 14px;}
  .userDetail .name{font-size: 14px; line-height: 20px;}
  .userDetail .email{font-size: 12px; line-height: 19px;}
  .action-badge{padding: 5px 12px; min-width: 82px; font-size: 14px;}
  .actionBtn-wrap > a + a {margin-left: 12px; }
  .actionBtn-wrap .btn.btn-sm.btn-icon-only{height: 28px; width: 28px;}
  .employeeDetails .table tr td{font-size: 14px;}
  .employeeDetails .table tr td:first-child {padding-left: 20px;}
  .employeeDetails .table tr td .data {word-wrap: break-word; display: block; max-width: 80%; white-space: normal; padding-right: 0px;}
  .secTitle {font-size: 16px;}
  .sidenav + .main-content{margin-top: 62px;}
  .breadcrumbWrap .breadcrumb .breadcrumb-item a{padding: 0 0 0 10px; margin-left: 10px; font-size: 13px;}
  .redGuidelines h6{font-size: 14px;}
  .redGuidelines p{font-size: 13px;}
  .btn.btn-sm{font-size: 14px;}
  .card-header.brDashed{padding: 20px 20px;}
  .card-body.p34 {padding: 22px 20px 22px;}
  .card-footer.card-footer-bg.mn-bgBox {margin: 0 -20px -24px;}

  .profileView.d-flex{flex-wrap: wrap;}
  .profileView.d-flex .cardTitle {flex: 0 0 100%;}
  .profileView.d-flex .d-flex.align-items-center {flex: auto; position: relative; padding: 14px 20px 0; margin: 15px -20px 0; border-top: 1px solid #e4e6ed;}
  .profileView.d-flex .d-flex.align-items-center .btn.btn-sm {margin-right: 10px !important;}
  .profileView.d-flex .d-flex.align-items-center .btn.btn-sm:last-child{margin-right:0px !important;}
  .bgBox.p-bgBox .btn.btn-sm.btnLight{min-width: inherit;}
  .fs-15 {font-size: 14px !important;}
  .userDetail .img.img80 {width: 60px; height: 60px; flex: 0 0 60px; margin-right: 10px;}
  .modal-body {padding: 14px 18px;}
  .cardTitle h5{font-size: 16px;}
  .successModalContent .tickBgImg h4{font-size: 24px;}
  .successModalContent .tickBgImg p{font-size: 15px;}
  .downPDFLoadBg {padding: 44px 24px 32px; }
  .downloadActions{flex: 0 0 48px;}
  .taskGroupBg .taskGroup label, .taskGroupBg .taskGroup .value{font-size: 14px;}
  .taskGroupBg .taskGroup{flex: auto;}
  .taskGroupBg .taskGroup:last-child::before {display: none;}
  .flexFirst50 > div:first-child {flex: auto;}
  .braceLi{margin: 5px 20px 4px 0;}
  .braceLi li{font-size: 14px;}
  .uploadPreviewBody{padding: 24px;}
  .p-bgBox .mn-body { margin-left: -20px; margin-right: -20px; padding: 24px 20px 22px;}
}