body {
  
}

* {
  font-family: 'Arial';
  font-size: .875rem;
}

a {
  color: #333;
}

.sidebar .fas {
  width: 16px;
  height: 16px;
  font-size: .775rem;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .fas {
  color: #555;
  padding-top:4px;
}

.sidebar .nav-link.active {
  color: #fff;
  background-color: #343a40;
}

.sidebar .nav-link:hover .fas,
.sidebar .nav-link.active .fas {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding: 0;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}


.omni_logo {
  height: 2.3rem;
  margin-top: -6px;
}

.navbar-brand span {
  font-size: 1.3rem;
  line-height: 2.7rem;
}

.dropdown-menu {
  box-shadow: 0px 0px 10px rgba(120, 120, 120, 0.5);
}

.message_dropdown {
  margin-left: -25px;
}

.custom_dropdown {
  margin-left: -50px;
}

#main_nav .dropdown-menu a {
  cursor: pointer;
}

#main_nav .dropdown-menu a:hover {
  background-color: #343a40 !important;
  color: #fff;
}
/*
.form-control, .input-group, .input-group-prepend, .input-group-text {
  border-radius: 0.1rem;
}

.form-control:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, .25);
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

label.form-control {
  padding-top: 0.35rem;
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
*/
/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.page_title {
  text-transform: capitalize;
}

.dt-buttons button {
  font-size: 10px;
}


.datatable_action_link i {
  width: 16px;
  height: 16px;
  text-align: left;
}

.datatable_action_link a {
  display: block;
  text-decoration: none;
  padding: 3px;
  padding-left: 10px;
}

.datatable_action_link a:hover {
  background-color: #343a40;
  color:#fff;
}

.datatable-tfoot-input, .dataTables_filter label input {
  padding: .1rem .75rem;
  line-height: 1.1;
  font-size: 0.9rem;
}

.dt_xs {
  width: 50px;
}

.dt_sm {
  width: 100px;
}

.dt_md {
  width: 150px;
}

/* ************************************************ */

.dt-buttons {
    float: left;
}

.dt-buttons .btn {
    padding: 0.275rem 0.75rem;
}

.dataTables_length {
    float: left;
    margin-left: 10px;
}

.dataTables_info {
    float: left;
    margin-top: 0px !important;
    margin-left: 20px;
    background-color: #ddd;
    padding: 4px 9px 4px 9px !important;
}

.dataTables_filter {
    float: right;
    margin-bottom: 20px;
    /*margin-left: 5px;*/
    margin-right: 5px;
}

.dataTables_filter input {
    max-width: 100% !important;
    padding: 0.3rem 0.75rem;
}

.dataTables_paginate {
    float: right;
    margin-top: -2px !important;
    margin-right: 30px !important;
}

.dataTables_paginate .page-link {
    padding: 0.3rem 0.75rem;
}

/* ************************************************ */

.form-control {
  padding: .15rem .75rem;
}

#notification_message {
  pointer-events: none;
}

#notification_message .modal-body {
  
}

.full_width {
  width: 100%;
  max-width: 100%;
}

.modal-title span {
  font-size: 20px;
  color: rgba(0, 0, 255, 1);
}

#overlay_loader .modal-dialog i.fas {
  display: block;
  margin: 0 auto;
  font-size: 5rem;
}


.hide-calendar .ui-datepicker-calendar{
  display: none;
}

.ui-datepicker { position: relative; z-index: 10000 !important; }

button.ui-datepicker-current { display: none; }


.color_box {
  padding: 0 5px;
  line-height: 10px;
  border: solid 1px #000;
  margin-left: 20px;
}

.bg-gray {
  background-color: #ddd;
}

#sms_text_p {
  font-family: 'Monaco', 'Monospace', 'Consolas', 'Courier New';
}

.expense_type_add_input {
  
}

.expense_type_add_form input[type=submit] {

}

.expense_type_add_list ul {
  border-left: solid 1px #000;
}

.expense_type_add_form_container {

}

.popover {
  width: auto;
  box-shadow: 0px 0px 10px rgba(120, 120, 120, 0.3);
  z-index: 1040;
}

.popover-header {
  font-size: 1.2rem;
  font-weight: bold;
}

.popover-body, .popover-body * {
  font-size: 1.1rem;
}

