.btn-hero-primary{
    background-color: #000437;
    border-radius: 30px;
}
.btn-hero-primary:hover{
    background-color: #081075;
}
.form-control{
    border-radius: 10px;
}
#page-container.page-header-dark #page-header{
    color: white;
    background-color: #000437;
}
.content-header{
    height: 100px;
}
.btn-menu{
    cursor: pointer;
}
body{
    background-color: white;
}
.table .thead-dark th{
    background-color: #000437;
    border-color: #000437;
}
.color-blue-light{
    color: #00A9E0;
}
.color-blue-dark{
    color: #000437;
}
.color-black{
    color: black;
}
.color-white{
    color: white;
}
.content-header{
    position: relative;
}
.block-menu{
    background-color: #005b79;
    position: absolute;
    top: 100px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
}
.block-menu.active{
    visibility: visible;
    opacity: 1;
}