﻿.btnMobMenu {
    box-shadow: 2px -2px 8px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #1C6EA4;
    border-radius: 18px 18px 0px 0px;
}

.divMobTengMain {
    width: 140px;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    border-color: lightgray;
    padding: 7px;
}

.divMobTengSeco {
    width: 140px;
    height: 94px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    border-color: lightgray;
    padding: 7px;
}

.divMobLineMedium {
    font-size: medium;
    line-height: 16px;
    color: whitesmoke;
}

    .divMobLineMedium:hover {
        font-weight: 700;
        cursor: pointer;
    }

.divMobLineSmall {
    font-size: small;
    line-height: 14px;
    color: whitesmoke;
}

.divMobLineXSmall {
    font-size: x-small;
    line-height: 14px;
    color: whitesmoke;
}

.ifrMobMain {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 94%;
    border: none;
}

.lblMobName {
    display: inline-block;
    background-color: whitesmoke;
    color: #005185;
    border-style: solid;
    border-color: whitesmoke;
    border-style: solid;
    border-width: 3px 7px 3px 7px;
    border-radius: 7px;
    text-align: right;
    font-size:small;
}

.pnlMobMain {
    margin: 50px 4% 0px 4%;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 10px 20px 0px #004274;
    border: 0px;
    border-radius: 20px 20px 20px 20px;
}

.pnlMobMainFit {
    position: absolute;
    left: 8px;
    top: 38px;
    width: 97%;
    height: 94%;
    font-family: Verdana;
}

.pnlMobTeng {
    position: absolute;
    top: 200px;
    width: 100%;
}

.tabMobMenuKiriAtas {
    border: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80%;
    text-align: left;
}

.tabMobMenuKanaAtas {
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80%;
    text-align: right;
}

.tabMobMenuTengBawa {
    border: none;
    position: absolute;
    bottom: 10px;
    width: 80%;
    text-align: center;
}