﻿/*    
    =============================================
    ManTraWeb5
    (c) HWM Financial Solutions Ltd
    http://www.hwmfs.com
    Marian Klco
    =============================================

    Apply your styles here....

    =============================================

*/

:root {
    --primary: #0c2074;
     /* background color of primary buttons, menu, header*/
    --main-color: #fff;  /* color of primary buttons, menu, header*/

    --footer-height: 180px;
    --hmf-height: 250px;
  }

/* HEADER -------------------------------------------------------------------*/

.header{
  background-color: #fff;
}

#headertitle {
  font-size: 30px;  
  /*text-align: center; 
  padding-left: 30px;*/
  font-weight: 500;
  margin-left: 15px;
  padding-bottom: 20px;
  color: #0c2074;
}


#headerlogo {    
  background: url(../config/img/headerlogo.jpg) no-repeat;  
  width: 200px;
  height: 55px;
  margin-right: 15px;
  margin-top: 4px;
  background-size: cover;
  float: right;
}

/*********
*  Menu  *
*********/
.mantra-menu {
    opacity: 1; 
    color: #cfad6f;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.navbar-nav a {
	text-transform: uppercase;
}

li.nav-item.active a {
	font-weight: bold;
	background: #d93f4d;
}

.navbar-nav a:hover {
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    font-weight: bold;
    
}

.navbar-nav>.active>a:hover {
    color: #0c2074;
    background-color: #fff;
    border-color: #fff;
    border-bottom-width: 1px;
    font-weight: normal;
    text-decoration: none;
}

/* CONTENT -------------------------------------------------------------------*/
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f2f2f2;
    color: #0c2074;
}

a {
    color: #337ab7;
}

a:hover {
	color: #23527c;
}

#content.container {
  border: solid #0c2074;
  border-right-width:thin;
  border-bottom-width:thin;
  border-left-width:thin;
  border-top-width:0px;
  border-radius: 0px 0px 5px 5px;
  padding: 7px 12px 7px 12px;
}

.card-header {
    background-color: #0c2074;
    border-color: #fff;
    color: #fff;
}

.aplci .card-body {
    color: #fff;
}

.aplci, .aplci .card-header {
    background-color:  #0c2074;
    border-color: #fff;
    color: #fff;
}

/* CONTROLS -------------------------------------------------------------------*/

/*
.ag-theme-balham .ag-header-row {
    border-bottom: 2px solid #000;
    color: #000;
    background-color: #fff;
    font-weight: bold;
}
.ag-theme-balham .ag-root-wrapper {
    background-color: #000;
}
*/

/*.ag-theme-balham .ag-row-focus {
    background: rgba(207, 173, 111, 0.32);
    color: #2b3c55;
}*/

/************
*  Buttons  *
************/
.btn {
    color: #fff !important;
    background-color: #d93f4d !important;
    border-color: #d93f4d !important;
}

.btn:hover, .btn:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #EF3A50 !important;
	border-color: #EF3A50 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    opacity: .65;
    color: #fff !important;
    background-color: #d93f4d !important;
    border-color: #d93f4d !important;
}

/* FOOTER -------------------------------------------------------------------*/

.footer a{
    color: #337ab7;
}

.footer a:hover{
    color: #23527c;
    text-decoration: underline;
}
