/* main color changed from #65a0d4 to #00354d */

/* Main table styles */
.moz-view-table th { border-right: 1px solid #0d224f; }
.moz-view-table tr:nth-child(even) { background-color: #f2f2f2; }

/* Modal styles */
.modal.show { display: block!important; opacity: 1; }

/* Empty state styles */
.moz_empty_state { width: 440px; height: auto; }

/* Filter container styles */
.filters-container form.form-inline div{
    padding: 14px;
    display: flex;
}

.filters-container form.form-inline div label{
    margin-right: 14px;
}

.filters-container form button{
    margin-right: 12px;
}

/* Link styles */
a{
  text-decoration: none;
  color: #0d224f;
}

a:hover{
  color: #00354d;
}

/* Button styles */
.btn-primary {
    color: #fff;
    background-color: #00354d;
    border-color: #00354d;
}

.btn-primary:hover{
    background-color: #0d224f;
    border-color: #0d224f;
}

.btn-danger, .btn-primary, .btn-info, .btn-success, .btn-warning {
  border-radius: 15px;
  box-shadow: none;
}

button.swal2-confirm.swal2-styled {
  background-color: #0d224f;
}

button.swal2-confirm.swal2-styled, button.swal2-cancel.swal2-styled {
  border-radius: 15px;
  box-shadow: none;
}

/* Page styles */
.login-page, .register-page {
  background-color: #00354d;
}

/* Heading styles */
h1, h2.section, .small-box, .small-box .important {
  color: #0d224f;
  font-weight: bold;
}

h1{
  font-size: 30px;
}

h2.section{
  font-size: 20px;
}

.small-box {
  font-size: 16px;
}

.small-box .important {
  color: #00354d;
}

/* Card styles */
.card-primary.card-outline {
    border-top: 3px solid #00354d;
}

/* Button outline styles */
.btn-outline-primary {
    color: #00354d;
    border-color: #00354d;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #00354d;
    border-color: #00354d;
}

/* Small box styles */
.small-box.bg-default{
  background-color: #FFFFFF;
}

.small-box>.small-box-footer {
  color: #888;
}

/* Table styles */
table thead tr{
  background-color: #0d224f;
  color: #FFFFFF; 
}

/* Sidebar styles */
.sidebar a i, .sidebar a:hover p{color: #00354d}
.sidebar a p{color: #555}

/* Main table header styles */
table.main-table thead tr {
  background-color : #00354d !important;
}

/* Main color styles */
.moz-main-color {
  color : #00354d !important;
}

/* Error message styles */
.error-message
{
  color: #f83b3b;
  font-size: 15px;
}

/* Display table styles */
.moz-display-table, .moz-inline-display-table
{
  display: table !important;
}

.moz-inline-display-table
{
  display: inline-table !important;
}

/* Overflow styles */
.moz-overflow-x-scroll, .moz-overflow-x-auto
{
  overflow-x: auto!important;
}

/* Scrollable table styles */
.scrollable-table {
  width: 100% !important;
}

/* DataTables styles */
.dataTables_filter, .dataTables_info {
  position: sticky;
  left: 0;
}

/* Button styles */
.div.dt-buttons .dt-button
{
  background: #00354d !important;
  border-color: #00354d !important;
}

/* Page link styles */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d224f;
  border-color: #0d224f;
}

/* Tab styles */
/* .nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  border-radius: 0;
  color: #FFFFFF;
  background-color: #0d224f;
  border-color: #0d224f;
} */

.nav-link:hover, .nav-tabs .nav-link.active{
  color: #FFF;
  background-color: #00354d;
}

.nav-pills .nav-link:not(.active):hover {
  color: #FFFFFF;
}

/* resize the app logo (sidebar)  */
.brand-link .brand-image {
  max-height: 88px ;
  


}

.brand-link 
{
  display: flex;
  align-items: center;
  justify-content: center;
}

th a {
  color: #FFF;
}

.nav-link {
  color: #00354d;
}


.input.checkbox input {
  margin-right: 5px;
}

#selectedGalleryVideos, #selectedGalleryPhotos{
  margin-top: 10px;
}