﻿@charset "utf-8";
/* ========================================================================
   Header
=========================================================================== */
header {
	background-color: #FFFFFF !important;
	border-bottom: none !important;
	box-shadow:  0 5px 15px rgba(0, 0, 0, 0.3);
}

.header-line {
    border-top: 6px solid #00acea !important;
    border-bottom: 4px solid #00449b !important;
    /*border-bottom: none !important;*/
}

h1.logo img {
	margin:0px;
	height:50px;
}

/* ========================================================================
   Main
=========================================================================== */
.block-title h3 {
    border-left: 5px solid #00449b !important;
}

/* ========================================================================
    Footer
=========================================================================== */
footer {
	/* Set the fixed height of the footer here */
	height: 70px !important;
	background-color: #f5f5f5;
}

footer p {
	padding: 24px 0px 0px 0px;
}

/* ========================================================================
    Sidebar-left
=========================================================================== */

.uk-offcanvas-bar.sidebar-custom {
	background: #313360;
	border-right: 2px solid #464870;
}

.uk-offcanvas-bar-animation {
	transition: left 0.15s ease-out;
}

 /* Default .sidebar-custom
 ========================================================================== */
.uk-nav-default.sidebar-custom {
  font-size: 0.9375rem;
  margin-bottom:20px;
}
/* Items */
.uk-nav-default.sidebar-custom > li > a {
  color: #FFFFFF;
  padding:10px;
}
/* Hover + Focus */
.uk-nav-default.sidebar-custom > li > a:hover,
.uk-nav-default.sidebar-custom > li > a:focus {
  color: #FFFFFF;
  background-color:rgba(255,255,255,0.1);
}
/* Active */
.uk-nav-default.sidebar-custom > li.uk-active > a {
  color: #FFFFFF;
  background-color:rgba(255,255,255,0.1);
}
/* Header */
.uk-nav-default.sidebar-custom .uk-nav-header {
  color: #333;
}
/* Divider */
.uk-nav-default.sidebar-custom .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
/* Sublists */
.uk-nav-default.sidebar-custom .uk-nav-sub a {
  color: #FFFFFF;
  padding:5px;
}
.uk-nav-default.sidebar-custom .uk-nav-sub a:hover,
.uk-nav-default.sidebar-custom .uk-nav-sub a:focus {
  color: #FFFFFF;
}
.uk-nav-default.sidebar-custom .uk-nav-sub li.uk-active > a {
  color: #FFFFFF;
}

/* ========================================================================
    Table Type A
=========================================================================== */
.uk-table.table-type-a > tbody > tr > th {
    background-color: #00449b !important;
    color: #FFFFFF !important;
}

.uk-table.table-type-a > tbody > tr > td th {
    color: #111111 !important;
}

/* ========================================================================
    Table Type B
=========================================================================== */
.uk-table.table-type-b > thead > tr > th {
    background-color: #00449b !important;
    color: #FFFFFF !important;
}

/* ========================================================================
    Panel
=========================================================================== */

.panel-custom {
    border-color: #5e472c !important;
}

.panel-custom > .panel-heading {
    color: #ffffff;
    background-color: #897863 !important;
    border-color: #5e472c !important;
}

.panel-custom > .panel-heading > h3,
.panel-custom > .panel-heading > h4 {
    color: #ffffff !important;
}

.panel-custom > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #5e472c !important;
}

.panel-custom > .panel-heading .badge {
    color: #897863 !important;
    background-color: #ffffff;
}

.panel-custom > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5e472c !important;
}

/* ========================================================================
    Table-custom.css
=========================================================================== */


/* igg_Header
=========================================================================== */

.igg_HeaderCaption {
    background-color: #897863 !important;
    color: #FFFFFF !important;
}

