
/* input configuration */
/* disable input number arrow*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}


#wrapper {
  display: flex;
  width: 100%;
  align-content: streach;
  justify-content: space-between;
  min-height: 10px;
}

#wrapper div {
  min-height: 10px;
}

.static160 {
  flex: 0 0 0px;
  padding-left: 10px;
}

.growMax {
  flex-grow: 1;
}

.form-group.text-center .btn {
  font-size: calc(1rem * 1.50);
  /* Increases the base font size by 30% */
}

body {
  font-size: calc(1rem * 1.35);
  /* Increases the base font size by 30% */
}

.verificationBadge {
  font-size: calc(1rem * 1.35);
  /* Increases the base font size by 30% */
}

/* this is dataTable related css */

* {
  font-family: Open Sans, Helvetica, sans-serif !important
}

.dataTable-container, .detail-container{
  padding: 0;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.dataTable-header{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

/* css related to navbar */
.navbar-email{
font-size: 11px;
}

/* css related to error message of form validation */
label.error{
  color:red;
}



/* css related to .navbar */
.custom-navbar{
  height: 50px;
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
}
.custom-navbar-left{
  display: flex;
}
.custom-navbar-list, .custom-navbar-list-right{
  display: flex;
  list-style: none;
  padding: 0;
  height: 100%;
}
.custom-navbar-list li{
  display: flex;
  height: 100%;
}

.employment-history{
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  color: #555555;
}
.employment-history a{
  color: #555555;
}
.employment-history a:hover{
  color: #555555;
  text-decoration: none;
}

.header-company-name{
  color:black;
  font-size: 18px;
}
.highlight{
  background-color:#ddd;
}

/* css related to login and register links  */
.login-link, .register-link{
  display: flex;
  height: 100%;
  padding: 15px;
}
.login-link a, .register-link a{
  color: #555555;
  text-decoration: none;
}
.login-link a:hover, .register-link a:hover{
  color: #555555;
  text-decoration: none;
}




/* Data table related css */

.record-table {
  width: 100%;
  color: rgb(51, 51, 51);
  font-size: 14px;
}

.filters {
  font-size: 14px;
}
table.record-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;  /* You can adjust this color as needed */
}
table.record-table tbody tr:hover {
  background-color: #e0e0e0; /* You can adjust this color as needed */
}

.column-align-right, .cell-align-right{
  text-align: right;
  padding:3px 10px 3px 0px !important;
  box-sizing: border-box;
}
.tableCell-link{
  width:50px;
}
.datetime-cell{
  width: 160px;
}


.pagination-container {
  background-color: #ddd;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  box-sizing: border-box;
}

.record-table thead tr {
  background-color: #c9caca;
}

.record-table tr {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.record-table td,
.record-table th {
  padding: 3px 0 3px 5px;
}

.record-table th span {
  cursor: pointer;
}



.filters {
  margin-bottom: 10px;
}

.searchForm {
  display: inline-block;
}

.search-input {
  height: auto;
  border-radius: 4px;
}

.search-btn {
  display: inline-block;
}

.listheadersortup {
  width: 6px;
  height: 6px;
  font-size: 0px;
  background: url('https://cdn.verisume.com/img/sort_up.png');
  display: inline-block;
}

.listheadersortdown {
  width: 6px;
  height: 6px;
  font-size: 0px;
  background: url('https://cdn.verisume.com/img/sort_down.png');
  display: inline-block;
}

.record-info {
  padding: 0 15px;
  font-size:14px;
}


/* css related to dropdown */

.dropdown-container {
  display: inline-block;
}

.dropdown-menu {
  overflow-y: hidden;
  cursor: pointer;
}
.dropdown-menu li a{
  padding: 5px 0 5px 5px;
  width: 100%;
}
.dropdown-menu li a:hover {
  background-color: #ddd;
}

/* css related to top left dropdowns */
.header-dropdown{
  height: 100%;
}
.header-dropdown button{
  border-radius: 0;
  height: 100%;
  color: #555555;
  font-size: 13.5px;
}
.btn.header-dropdown-btn.active.focus,
.btn.header-dropdown-btn.active:focus,
.btn.header-dropdown-btn.focus,
.btn.header-dropdown-btn:active.focus,
.btn.header-dropdown-btn:active:focus,
.btn.header-dropdown-btn:focus {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}

/* css related to right top dropdown */
.right-dropdown{
  padding: 0px 15px 0px 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.right-dropdown a{
  color: #777777;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.navigateByRole{
  padding: 5px 0 5px 5px;
}
.navigateByRole:hover{
  background-color: #ddd;
}

/* css related to dropdown for datatable filter */
.dropdown-menu-filter{
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-menu-item{
  padding: 5px 0 5px 5px;
  width: 100%;
}
.dropdown-menu-item:hover{
  background-color: #ddd;
}

/* css related to dropdown lookup for datatable filter */
.dropdown-lookup {
  display: inline-block;
  position: relative;
}

.dropdown-input-container{
  position: relative;
}

.dropdown-lookup-input {
  height: auto;
  border-radius: 4px;
  min-width:220px;
  padding-left: 15px;
}

.suggestion-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background-color: white;
  width: 100%;
  border-radius: 4px;
  list-style: none;
  padding: 0 0 0 0;
  box-sizing: border-box;
  border: none;
  z-index: 100;
}

.suggestion-list li {
  padding: 5px 0 5px 5px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.suggestion-list li:hover {
  background-color: #ddd;
}
.dropdownLookup-li{
  padding: 5px 0 5px 5px;
  cursor: pointer;
}

.date-input {
  height: 30.47px;
  min-width:200px;
}


.submit-btn:disabled{
  background-color: gray;
}
.delete-btn-container{
  text-align: left;
}
table.dataTable td {
  padding: 5px;
}
  
/* css related to setting page */
.settings-form{
  width: 50%;
}