/*
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 : Nov 29, 2017, 8:40:11 PM
    Author     : kathirmalan
*/

.last-login-info{
    color: #fff;
    background-color: #b3b3b3;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px !important;
}
.optMenu {
    width: 150px;
    display: none;
    background-color: #ffffff;
    opacity: 0.8;
    position: absolute;
    z-index: 9999;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #a0c5d6;
    border-radius: 3px;
    padding: 5px;
    top: -8px;
    left: 65px;
}
.option-buttons{
    margin:3px 0px 3px 0px
}
#tailShadow {
    background-color: transparent;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: -8px;
    z-index: -10;
    box-shadow: 0px 0px 8px 1px black;
    -moz-box-shadow: 0px 0px 8px 1px black;
    -webkit-box-shadow: 0px 0px 8px 1px black;
}

#tail1 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #73a7f0 transparent transparent;
    position:absolute;
    top: 8px;
    left: -20px;
}

#tail2 {
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent #ffffff transparent transparent;
    position:absolute;
    left: -18px;
    top: 8px;
}
.padding0{
    padding : 0px !important;
}