/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Feb-2020, 10:34:16
    Author     : AmRay
*/

.navbar-toggler-icon {
    display: inline-block;
    width: 2.5rem;
    height: -0.5rem;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    font-size: 2rem !important;
    color: #306ac6;
}

.atrack-logo-main{
    position: relative;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    height: auto;
}

.atrack-logo{
    top: 0;
    left: 0;
    width: 200px;
    padding: 20px 5px 5px 15px;
    margin-top: -10px;
}

.navbar-nav a{
    margin: 0px 25px 0px 5px;
    font-size: 17px;
}

.navbar-nav a:hover{
    color: #306ac6 !important;
}

.dropdown-item:hover{
    background-color: transparent !important;
}

.dropdown-item:active{
    background-color: transparent !important;
    color: transparent !important;
}


#notificationArea
{
    display:none;
    position:absolute;
    right:0px;
    top:80px;
    background-color:white;
    margin-top:5px;
    padding:10px;
    border:1px solid #306ac6;
    z-index: 100;
    overflow-y: scroll;
    max-height: 200px;
}
