/* CSS Document */
/*body { margin:auto; font-family:Tahoma, "MS Sans Serif", Verdana;}*/
BODY, TD, TEXTBOX, INPUT, SELECT, TEXTAREA, BUTTON {
    font-family: "Tahoma";
    font-size: 14px;
    color: #2c2c2c;
}

body {
    margin: 0px;
}

TD.M1 {
    font-weight: bold;
    color: white;
    cursor: hand;
}

TD.M2 {
    font-weight: bold;
    color: white;
    font-size: 13px;
    cursor: hand;
}

TD.M2A {
    font-weight: bold;
    color: YELLOW;
    font-size: 13px;
    cursor: hand;
}

IMAGE {
    border: 0px;
}

A.M2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    cursor: hand;
    text-decoration: none;
}

    A.M2:hover {
        font-weight: bold;
        color: #ffffff;
        font-size: 16px;
        cursor: hand;
        text-decoration: none;
    }

A.M2A {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    cursor: hand;
    text-decoration: none;
}


.textLinkMenu1:link, .textLinkMenu1:visited {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.textLinkMenu1:hover {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

.textLinkMenu2:link, .textLinkMenu2:visited {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.textLinkMenu2:hover {
    color: #FF8C05;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.txtWhite {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.txtOrange {
    font-size: 14px;
    font-weight: bold;
    color: #812214;
    text-decoration: none;
}

.txtGrey {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.txtGreyReg {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #666666;
    text-decoration: none;
}

.txtdist {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #999999;
    text-decoration: none;
}

.txtBlue {
    font-size: 12px;
    color: #0654A6;
    text-decoration: none;
}

.txtBlack {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.txtTitle {
    font-size: 16px;
    font-weight: bold;
    color: #0654A6;
    text-decoration: none;
}

.txtLink a:link, .txtLink a:visited {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #0d70d8;
    text-decoration: none;
}

.txtLink a:hover {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #FF6600;
    text-decoration: underline;
}

.user-detail {
    position: relative;
}

#user-Btn {
    right: -10px !important;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2f2f2f;
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 2px;
    position: relative;
}
.user-click-area {
    padding: 28px;
    display: block;
  
    position: absolute;
    bottom: -15px;
    right: -16px;
    cursor:pointer;
}

.user-email span {
    color: #812214;
}

.logo img {
    max-width: 100%;
}


@media screen and (max-width: 425px) and (min-width: 320px) {
    .logo:before {
        display: none !important;
        contetnt: unset !important;
    }
}
