.employee-detail-img img {
  width: 150px;
  height: 150px;
}

.employee-detail-body {
  flex: 1;
}

.calendarIcon {
  cursor: pointer;
}

.nav.nav-pills {
  font-size: 12px;
}

.nav-link.active {
  padding: 6px 9px;
}

.search-bar {
  height: max-content;
  padding: 3px 6px;
}

.empolyee-details-table {
  width: 100%;
}

.employee-details .table {
  font-size: 16px;
}

.employee-details .table td {
  font-size: 13px;
}

.employee-details .table th {
  font-size: 14px;
}

.employee-details .table tbody tr {
  cursor: pointer;
}

.employee-details .table tbody tr:hover {
  background-color: skyblue;
}

.employee-details .table .btn {
  padding: 2px;
  width: 100%;
}

.pagination-container {
  float: right;
}

.page-title {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.launchers-container {
  display: flex;
  flex-wrap: wrap;
}

.launcher {
  height: 150px;
  width: 150px;
  border: 1px solid #0168fa;
  border-radius: 8px;
  transition: all 0.3s;
  margin: 9px;
  padding: 10px;
  text-align: center;
}

.launcher:hover {
  background-color: #0168fa;
}

.launcher:hover a {
  color: #fff;
}

.launcher a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0168fa;
  font-size: 18px;
  font-weight: 700;
}

.launcher-flex {
  display: flex;
  flex-direction: column;
}

.launcher-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 10px; 
}

.launcher-icon.icon{
  font-size: 43px;
}

@media screen and (min-width: 1300px) {
  .content.content-components {
    width: 1300px;
    margin-right: 30px;
  }
  .content.content-components .container {
    margin: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .content.content-components .container {
    margin: 0;
    max-width: 100%;
  }
  ul.nav.navbar-menu {
    text-align: center;
  }
  ul.nav.navbar-menu span.nav-divider {
    display: none;
  }
  ul.nav.navbar-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.nav.navbar-menu li a {
    margin: 0;
  }
}

.employee-details
.select2-container
.select2-selection--single
.select2-selection__rendered {
  padding-left: 1px;
}

.pageTitle {
  margin-bottom: 10px;
}

.btn-flex {
  display: flex;
  float: right;
}

.btn-flex input {
  background-image: url(https://cdn4.iconfinder.com/data/icons/iconic/raster/16/magnifying_glass_alt.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  text-indent: 25px;
}

.search-btn {
  padding: 6px 6px;
  margin-left: 9px;
  font-size: 14px;
}

.page-text {
  margin-top: 12px;
  margin-right: 9px;
}

.add-vessel-option {
  cursor: pointer;
  background-color: #0168fa;
  border-radius: 6px;
  margin: 0 3px;
  color: whitesmoke;
}

.add-vessel-option--unactive {
  background: none;
  color: #001737;
}

.add-vessel-body {
  display: none;
}

.add-vessel-body--active {
  display: block;
}

.avatar-large {
  width: 200px;
  height: 200px;
}

.check-box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.table-docs-container {
  max-height: 250px;
  overflow-y: auto;
}

.table-docs-container a {
  text-decoration: underline;
}

.table-docs-container::-webkit-scrollbar {
  width: 6px;
}

.table-docs-container::-webkit-scrollbar-thumb {
  background-color: gray;
}

.table-docs-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
}

.psnEdit {
  font-size: 24px;
  padding: 0;
  position: relative;
}

.psnEdit a {
  position: absolute;
  top: 2px;
  left: -9px;
  transition: all 0.3s;
}

.psnEdit a:hover {
  font-size: 26px;
}

.nav-divider {
  width: 1px;
  height: 37px;
  margin: 0 3px;
  border-radius: 1px;
  background-color: #637388;
  display: inline-block;
}

.psn-sheet {
  font-size: 13px;
  margin-top: 30px;
}

.psn-sheet__section {
  margin-top: 12px;
}

.table-c input {
  width: 73px;
}

.psn-table th {
  background-color: #7987a1;
  color: #fff;
}

.btn-hidden {
  display: none;
}

.text-to-left th {
  text-align: left;
}

.config-table {
  font-size: 14px;
}

.config-table tbody tr {
  cursor: pointer;
}

.config-table tbody tr:hover {
  background-color: #0169fa91;
}




.config-title {
  font-size: 46px;
  margin-bottom: 30px;
}

.config-subheader {
  background-color: #0169fa91;
}

#catalogItemsTable_filter label input {
  margin-left: 10px;
}

.negative-margin {
  margin-top: 0px;
}

.table-container td {
  font-size: 13px;
}

.Fs\(14\){
  font-size: 14px;
}
.Fs\(12\){
  font-size: 12px;
}
.Fs\(11\){
  font-size: 11px;
}

.V-a\(middle\) td {  
  vertical-align: middle ;
}

.H\(27\) {
  height: 27px !important;
}
.H\(40\) {
  height: 40px !important;
}

.Cur\(p\){
  cursor: pointer;
}

.td-bold td {
  font-weight: 700 !important;
}

tr.no-hover:hover {
  background: none !important;
}


.homepage-flex {
  display: flex;
  flex-direction: column;
  height: 90vh;
}

.homepage-flex footer {
  margin-top: auto;
}

h3.df-logo.name-margin {
  margin: 0;
}
/*# sourceMappingURL=main.css.map */

.sidebar-body {
  background-color: white;
  padding-bottom: 66px;
}
.content.content-components {
  width: initial;
}
.thead-small th{
  font-size: 10px !important;
  padding: 4px;
}
.tbody-small td{
  font-size: 9px !important;
  padding: 4px;
}
@media (min-width: 1200px){
  .content-components {
    margin-right: 0;
  }
  .content-components .container {
    max-width: 100%;
  }
}


