﻿/*start*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css");

body {
    font-family: "Rubik", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    background: #f3f8fc;
}
ul.dropdown-menu {
  font-size: inherit !important;
}
label {
  font-weight: 400;
  margin-bottom: 0;
}
.show-btn {
  padding: 8px 4px 8px 4px;
  margin-bottom: 8px;
  margin-left: 6px;
  background-color: white;
  border: grey;
  color: darkgrey;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.return {
  font-family: "Rubik", sans-serif;
  font-weight: 450;
  background-color: #008eff;
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  height: 28px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}



table.table thead tr th {
    padding: 6px;
    background: #f5f5f5;
    font-weight: 500;
}

table.table tbody tr td {
  padding:6px;
  vertical-align: middle;
}

table.table-editor thead tr th {
 padding:6px;
}

table.table-editor tbody tr td {
  padding: 2px;
  vertical-align: middle;
}


.box-header > .box-title {
  font-weight: 500;
}

.box-title {
  font-weight: 500;
}

.content .box .box-header:first-child {
  background-color: white !important;
  color: black !important;
}

.box-header .with-border {
  background-color: white !important;
  color: black !important;
}

/* use this class on table header*/

@media only screen and (max-width: 768px) {
  table.dataTable {
    display: block;
    overflow: hidden;
  }
}

table.dataTable tbody tr.row-highlighter {
  background-color: #014065 !important;
  color: #fff !important;
}

table.dataTable tbody tr.row-highlighter td a {
  background-color: #014065 !important;
  color: #fff !important;
}

table.dataTable tbody tr td span {
  display: block;
}

table.dataTable tbody tr td span > a {
  margin-left: 5px;
}

table.dataTable tbody tr td span > a:first-child {
  margin-left: 0 !important;
}

.alert {
  margin-bottom: 0;
}

.wrapper .main-header #navbar-collapse-1 > ul > li > a {
  text-align: center;
  padding: 10px 5px;
}

.data-label {
  padding-top: 7px;
}

.content-wrapper .content {
  padding: 0;
}

label.control-label {
  font-weight: 400 !important;
}

.content-wrapper {
  padding-bottom: 15px;
}

.content-wrapper,
.main-footer {
  margin-left: 0;
}

.main-header {
  z-index: 10;
}

.main-header .navbar {
  margin-left: 0;
}

.main-footer {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.main-footer label {
  margin-bottom: 0;
  font-weight: 500;
}

.main-footer label {
  margin-bottom: 0;
}

.main-header .navbar {
  min-height: 40px;
}

.main-header .navbar#topbar {
  background-color: #014065;
}

.navbar-nav > .user-menu .user-image {
  margin-right: 0;
}

.user-footer {
  display: flex;
  gap: 12px;
}

.box {
  border: none;
  border-radius: 0px;
}

.box-header > .box-title {
  font-weight: 500;
}

.box-header > .box-tools {
  position: unset;
}

.box-body {
  padding: 5px;
}

.box-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.dataTables_processing {
  display: none !important;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

#input-page-search {
  display: none;
}

#input-page-search > div > input[type="text"] {
  width: 150px;
  border-radius: 4px;
}

#btn-page-search > div {
  background-color: #0c69c6;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 15px;
}

#btn-page-search > div:hover {
  background-color: #0a549e;
}

#btn-page-search > div > span {
  padding: 8px;
  color: #fff;
}
.up-arrow {
  color: green;
}

.down-arrow {
  color: red;
}

/*new css properties and for top section of nav*/
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-menu .user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.user-header > p {
  color: #fff;
}

.user-menu ul.dropdown-menu {
  background: #3c8dbc;
  z-index: 999;
  left: auto;
}

.user-footer > .pull-left > .btn-default,
.user-footer > .pull-right > .btn-default {
  background: #fff;
  color: #444 !important;
}

.user-footer > .pull-left > .btn-default:hover,
.user-footer > .pull-right > .btn-default:hover {
  background: #ddd !important;
}

.main-footer {
  text-align: center;
}

.main-footer > .footer-left-part {
  display: none;
}

/*css for our blue theme buttons*/
.btn-custom {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    padding: 5px 10px;
    min-height: 30px;
    border-width:1px;
    border-style:solid;
    transition: background 0.3s ease-in-out,box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-custom-primary {
    background: #2A75C0;
    border-color: #2669ad;
    color: #fff;
}

    .btn-custom-primary:hover, .btn-custom-primary:active {
        background: #225e9a;
        border-color: #1d5286;
        color:#fff;
        text-decoration:none;
    }


    @media (min-width: 767px) {
        .main-footer > .footer-left-part {
    display: block;
  }

  .main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}



