/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
    padding: 60px 0;
}
section .section-title{
    text-align:center;
    color:#163562;
    margin-bottom:50px;
    text-transform:uppercase;
}
#what-we-do{
    background:#ffffff;
}
#what-we-do .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#what-we-do .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
    color: #163562 !important;
    font-weight:700;
    text-decoration:none;
}
#what-we-do .card .card-block a i{
    display:none;

}
#what-we-do .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;

}

#what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #163562;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f00c";
}
#what-we-do .card .block-2:before{
    content: "\f00c";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f00c";
}
#what-we-do .card .block-5:before{
    content: "\f00c";
}
#what-we-do .card .block-6:before{
    content: "\f00c";
}
#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.navbar-bcp {
    background-color: #163562;
}
/* change the brand and text color */
.navbar-bcp .navbar-brand,
.navbar-bcp .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-bcp .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-bcp .nav-item.active .nav-link,
.navbar-bcp .nav-item:focus .nav-link,
.navbar-bcp .nav-item:hover .nav-link {
    color: #ffffff;
}


.card-header .fa {
    transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
    transform: rotate(90deg);
}

#loading-bar .bar {
    background: #007BFF;
    height: 4px;
}


.gj-picker-bootstrap table tr td.disabled div, .gj-picker-bootstrap table tr td.other-month div{
    background: #cbcbcb;
    color: black;
}



/* CSS - CUSTOM  EXCELSIS/BCP */
a{
    color: #163562;
}

.footer-bcp{
    background-color: #16356226;
}


.btn-bcp{
    background-color: #163562;
    color: #fff;
    border-color: #0e2548;
}
.form-background-bcp{
    background-color: #494e441f;
}

.dataTables_wrapper {
    width: 100%
}