@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');
html {
  font-size: 14px;
}
body {
  font-family: 'Nunito Sans', sans-serif;
  color: #353535;
  background: #00408e;
  background: -moz-linear-gradient(left,  #00408e 25%, #7c59c8 78%);
  background: -webkit-linear-gradient(left,  #00408e 25%,#7c59c8 78%);
  background: linear-gradient(to right,  #00408e 25%,#7c59c8 78%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00408e', endColorstr='#7c59c8',GradientType=1 );
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  letter-spacing: 1px;
}
a, .btn, .headerRightOptions a svg path {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a {
  color: inherit;
}
a:hover {
  color: #00408e;
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.h100vh {
  min-height: calc(100vh - 50px);
}
.themeColor {
  color: #00408e;
}
.btn-primary {
	color: #fff;
	background-color: #005bcb;
	border-color: #005bcb;
}
.btn-primary:hover {
	color: #fff;
	background-color: #00397e;
	border-color: #00397e;
}
.actionBtn li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.actionBtn li img {
  width: 20px;
}
.iconField {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.tableStyle table.dataTable tr th , .tableStyle table.dataTable tr td {
  padding: 10px 18px;
}
.tableStyle .dataTables_length label select {
  margin: 0 10px;
}
.tableStyle .paging_simple_numbers , .tableStyle .dataTables_info {
  margin-top: 5px;
}
.tableStyle .dataTables_length , .tableStyle .dataTables_filter {
  margin-bottom: 10px;
}
.tableStyle .dataTables_filter label {
  display: flex;
  align-items: center;
}
.tableStyle .dataTables_length label {
  display: flex;
  align-items: center;
}
.iconField img {
  width: 15px;
}
.cardInner h3 {
  font-weight: 700;
}
.cardInner h4 {
  font-weight: 500;
  font-size: 14px;
}
.iconField b , .iconField span {
  display: inline-block;
  vertical-align: middle;
}
.workPerformed {
  margin-top: 20px;
}
.fileAttached {
  margin-top: 10px;
}
.fileAttached button , .fileAttached form {
  display: inline-block;
  vertical-align: middle;
}
.chooseFile {
  margin: 20px 0px 30px;
}
.textarea100 textarea.lineField {
  height: 80px;
}
#fileList {
  margin-bottom: 20px;
}
.chooseFile input {
  display: none;
}
.chooseFile label {
  width: 100%;
  background: #f2f2f2;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.listInner label {
  font-weight: 700;
  font-size: 16px;
}
.listInnerBody label {
  font-size: 16px;
}
.materialListMain {
  margin-top: 10px;
}
.fileAttached span {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}
.fileAttached button {
  padding: 10px 12px;
}
.workPerformed h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.cardInner {
  margin-top: 30px;
}
.workForce p {
  font-size: 16px;
}
.workPerformed p {
  font-size: 16px;
}
.iconField img , .iconField span {
  display: inline-block;
  vertical-align: middle;
}
.dflex {
  display: flex;
  align-items: center;
}
.backIcon img {
  width: 25px;
  margin-right: 15px;
}
/* header */
.headerCol {
	background-color: #FBFBFB;
	padding: 10px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
  z-index: 99;
}
.logoImg {
	width: 160px;
}
.headerRightOptions {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 0;
}
.headerRightOptions a {
	color: #828282;
}
.headerRightOptions a svg path {
  fill:#828282;
}
.headerRightOptions a:hover {
  color: #149dcc;
}
.headerRightOptions a:hover svg path {
  fill: #149dcc;
}
.headerRightOptions > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
}
.headerRightOptions > ul > li > a > span > img {
  display: block;
}

.customSelect button {
  border-bottom: 1px solid #D5D5D5;
  background: transparent;
  padding: 17px 0;
  font-size: 13px;
  font-weight: normal;
  color: #7d7d7d;
}
.customSelect button:hover , .customSelect .bootstrap-select .dropdown-toggle:focus ,
.customSelect .bootstrap-select .dropdown-toggle:active
{
  background: transparent;
  outline: initial !important;
  box-shadow: none;
  border-color: transparent;
  border-bottom: 1px solid #D5D5D5;
}
.customSelect .btn-light:not(:disabled):not(.disabled):active,
.customSelect .btn-light:not(:disabled):not(.disabled).active,
.customSelect .show > .btn-light.dropdown-toggle {
  background: transparent;
  border-color: transparent;
}
.customSelect .bootstrap-select .dropdown-menu li:focus {
  border: 0;
  outline: none;
}
.iconFldCol input:focus {
  border: 0;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
}
.bootstrap-datetimepicker-widget {
  width: 100% !important;
}
.customSelect .bootstrap-select .dropdown-menu li a.active:hover {
  color:#fff;
}
.customSelect .bootstrap-select .dropdown-menu {
  max-height: 250px !important;
  overflow-y: auto;
}
.customSelect .dropdown.bootstrap-select {
    width: 100% !important;
}
/* nav trigger */
.headerNavTriggerCol .sidebarTrigger {
	position: static;
	padding: 0;
	display: block;
}
.sidebarTriggerStyle {
  width: 26px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.sidebarTriggerStyle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #104c95;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.sidebarTriggerStyle span:nth-child(1) {
  top: 0px;
}
.sidebarTriggerStyle span:nth-child(2),.sidebarTriggerStyle span:nth-child(3) {
  top: 7px;
}
.sidebarTriggerStyle span:nth-child(4) {
  top: 14px;
}
.showSidebar .sidebarTriggerStyle span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.showSidebar .sidebarTriggerStyle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.showSidebar .sidebarTriggerStyle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.showSidebar .sidebarTriggerStyle span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
/* nav trigger close */

.pageContent {
	padding: 75px 0 10px;
}
.pageContentInnerCol {
  padding: 15px 0;
  max-height: calc(100vh - 150px)
}
.footerSection, .pageContent, .pageSidebar {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.smContainer {
  margin: 0 auto;
  max-width: 840px;
}
.pageSidebar {
	position: fixed;
	left: 0;
	top: 54px;
	bottom: 0;
	background-color: #f7f7f7;
	width: 250px;
	padding: 15px 0;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	z-index: 98;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.showSidebar .pageSidebar {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sidebarProfileCol {
  text-align: center;
  padding: 0 15px;
}
.sidebarProfileCol h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.profileImg {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 2px;
	border: 1px solid #00408e;
}
.navIcon {
  width: 30px;
  text-align: center;
}
.navCol > ul > li {
  padding: 5px 0;
}
.navCol > ul > li > a {
  display: block;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.navCol > ul > li > a.active {
  color: #00408e;
}
.navCol > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #00408e;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 0px;
}
.navCol > ul > li > a.active::before {
  width: 5px;
}
.navText, .navIcon {
	display: inline-block;
	vertical-align: middle;
}
.navIcon > img {
	display: block;
  margin: 0 auto;
}


.cardStyle {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.smTitle {
  font-size: 20px;
  font-weight: 700;
}
.actionCol li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.tableStyle table.dataTable thead .sorting_desc,
.tableStyle table.dataTable thead .sorting_asc,
.tableStyle table.dataTable thead .sorting {
  background-image: initial;
}
.tableStyle .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.tableStyle .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.tableStyle .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.tableStyle .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: none;
}
.tableStyle .dataTables_wrapper .dataTables_paginate .paginate_button a {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tableStyle table.dataTable thead th,
.tableStyle table.dataTable thead td {
  border-bottom-color: #ccc;
}
.tableStyle table.dataTable tfoot th,
.tableStyle table.dataTable tfoot td {
  border-top-color: #ccc;
}
.actionCol > ul > li > a > img {
	display: block;
}
.dtr-bs-modal .modal-title {
	font-size: 14px;
}


.footerSection {
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}





.loginCol {
  margin: 0 auto;
  max-width: 600px;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 25px;
}
.iconFldCol {
	position: relative;
}
.iconFldCol .lineField {
  padding-right: 40px;
}
.iconFldCol .fldIcon {
	position: absolute;
	right: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 30px;
	text-align: center;
}
.fldIcon > img {
	display: block;
	margin: 0 auto;
}
.lineField {
	height: 50px;
	border: none;
	border-bottom: 1px solid #D5D5D5;
  width: 100%;
  padding: 10px 0;
}
.btn {
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 14px;
	padding: 17px 25px;
}
.btn.btn-sm {
  padding: 10px 14px;
}
.loginCol .form-group {
  margin-bottom: 20px;
}
button.dlt-conf {
    background: none;
    border: none;
}
.cstmIco img {
    width: 19px;
}
.actionCol li button {
    border: 0;
    background: transparent;
}
/* Modal Css */
.contentCard  {
  padding: 60px 50px;
  border-radius: 10px;
  background-color: #fff;
}
.modalClose button {
  font-size: 34px;
  float: none;
  line-height: 24px;
}
.modalClose button:focus {
  outline: none;
}
.modalClose {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.cstmModal input:focus , .cstmModal textarea:focus {
  outline: none;
}
.cstmModal textarea {
  height: 60px;
}

/**** Nice Select Css *********/

/* body .ss-values .ss-value:first-child {
    background: transparent!important;
    color: #868686!important;
} */
body .ss-values .ss-value:first-child span.ss-value-delete {
    display: none;
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  padding: 8px 15px;
}
.ss-multi-selected {
  border: none !important;
  border-bottom: 1px solid #D5D5D5!important;
  border-radius: 0 !important;
  min-height: initial !important;
}
.changePassword {
  max-width: 500px;
  margin: 0 auto;
}
.changePasswordLink {
  text-decoration:underline;
}
.error {
  color: red;
  font-size: 12px;
  padding: 5px 0;
}
.headerRightOptions .dropdown-menu a , .headerRightOptions .dropdown-menu label {
  text-transform: capitalize;
  padding: 14px 50px 14px 20px;
  border-bottom: 1px solid #ddd;
  color: #828282;
  margin: 0;
}
.headerRightOptions .dropdown-menu {
  border: 0;
  padding: 0;
  box-shadow: 0 25px 30px rgba(0,0,0,0.1);
}
.headerRightOptions li {
  display: inline-block;
  vertical-align: middle;
}
.changePassword p {
  padding-left: 15px;
}
.changePassword p span {
  font-weight: bold;
}
.tableStylenm th , .tableStylenm td {
  border: 1px solid #ccc;
  text-align: center;
}
.tableStylenm thead th.valignMiddle {
  vertical-align: middle;
}
.tableTop h4 {
  margin-bottom: 0;
}
.tableTop {
  padding: 10px 0;
}
.tableDate {
  font-size: 20px;
  font-weight: 700;
}
.contentCard.vewDetail {
    padding: 20px;
}
.vewDetail label {
    font-weight: 700;
    font-size: 14px;
}
.vewDetail p {
    background-color: #efefef;
    padding: 10px;
}
.radioList {
    display: inline-block;
    padding-right: 20px;
}
.hoursSubmission > label {
    font-weight: 600;
}
/***********************/
/* Modal Css */
@media (max-width:991px) {
  .contentCard {
  	padding: 40px 30px;
  }
}
@media (max-width:767px) {
  .cardStyle, .loginCol {
  	padding: 20px;
  }
  .contentCard {
    padding: 30px 20px;
  }
  .materialListBody .row {
    padding-bottom: 30px;
  }
}

@media (max-width:575px) {
  .cardStyle, .loginCol {
  	padding: 25px 15px;
  }
}
