body {
    background-color: #DFEDF2;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, {
    font-family: 'Open Sans', sans-serif!;
    font-weight: 300;
    color: yellow;
}

.bg-primary {
    background-color: #011C40!important;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.44); 
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.44);
}

.contentPane {
    /*background-color: #DFEDF2;*/
}

.footer {
    background: rgb(1,28,64);
    background: linear-gradient(180deg, rgba(1,28,64,1) 50%, rgba(64,25,61,1) 100%);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.44); 
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.44);
    margin-top: auto;
}

.navbar {
    padding: 0px;
}

.navbar-brand {
    padding:10px;
}

li.nav-item {
    transition: 0.5s;
    padding:10px;
}

li.nav-item:hover {
  background-color: #0dcaf0;

}

a.nav-link.active:hover {
    /*color:#011C40!important;*/
}

.landingbg{
    background-image: linear-gradient(to right bottom, #dfedf2, #c2dfe9, #a5d0e1, #85c2d9, #63b4d1);
    
    /*background: url("images/bg.jpg") no-repeat scroll center center / cover     rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    position: relative;
    width: 100%;*/
}
     
.input-group-append {
  cursor: pointer;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 20px;
}

div.dataTables_wrapper div.dataTables_info {
    margin-top:20px;
}