body{
    padding-top: 0px !important;
    margin: 0 auto;
    /*background:linear-gradient(0deg, rgba(0, 66, 255, 0.8), rgba(0, 66, 255, 0.81)),url("../../images/layer_login.png");*/
    background-color: #c6003e;
    /*background-image: url("../../images/greyBackground.jpg");*/
    background-repeat: no-repeat;
    background-size: contain;
}

.navBarOcean{
    margin-top: 0px;
    color: white !important;
    font-size: 14px;
}

.imgLogoHeader{
    margin-top: 11px;
    /*max-height: 16px;*/
}

.colorHeader{
    color: #ffffff !important;
}

.ulHeader{
    margin: 17px auto auto auto;
}

.ulHeader>li.active {
    font-weight: bold;
}

.iconHeader{
    cursor: pointer;
    margin-top: 25px;
    width: 20px;
    height: 20px;
}

.messageHeader{
    position: absolute;
    margin-top: 16px;
    margin-left: -10px;
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e2007a;
}

.numMessageHeader {
    position: relative;
    cursor: pointer;
    font-size: 10px;
    right: 18px;
    top: -4px;
    left: 5px;
}

.drowdownProfileHeader{
    margin-top: 27px;
    margin-left: -51px;
    position: absolute;
    width: 23px;
    height: 23px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid white;
    background: #a2a2a2;
}

.divMessagesHeader{
    margin-right: 24px;
}

.idrowdownProfileHeader{
    margin-left: 6px;
}

.lineHeader{
    margin-top: 10px;
    height: 0.5px;
    background-color: #ffffff;
}

#imgProfileHeader{
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.divProfileHeader{
    cursor: pointer;
    margin-top: -7px;
}

.nameProfileHeader{
    margin-top: -20px;
    margin-left: 15px;
    color: #ffffff !important;
}

.helloProfileHeader{
    margin-top: 2px;
    margin-left: 15px;
    color: #ffffff !important;
}

.navbar-toggler{
    margin-top: 10px;
    background-color: #0042ff;
    border: 1px solid white;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.brand-title {
    font-size: 24px;
    color: #ffffff;
    /*padding-top: 18px;*/
}

.brand-title:hover {
    text-decoration: none;
    color: #ffffff;
}
