﻿
#ajax-cntnr {
    display: flex;
    padding: 30px 0 15px;
    /*min-height: calc(100% - 56px);*/
}


#ajax-mn {
    /* position:relative;*/
    padding-left: 25px;
    margin: 0;
    float: left;
    padding-right: 70px;
    height: 425px;
}


    #ajax-mn > li, #ajax-mn > a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 12px 50px;
        list-style-type: none;
        transition-duration: 0.4s;
        transition-timing-function: linear;
        border-bottom: 1px solid #ffffff6b;
        white-space: nowrap;
        min-width: 215px;
        box-sizing: border-box;
    }

    #ajax-mn > li[data-clck="True"], #ajax-mn > a[data-clck="True"] {
        box-shadow: 0 11px 9px -10px rgba(0,0,0,0.25), 0 -9px 9px -10px rgba(0,0,0,0.25)
    }

    #ajax-mn > li[data-clck="False"], #ajax-mn > a[data-clck="False"] {
        box-shadow: none;
    }

    #ajax-mn > li[data-clck="True"] text, #ajax-mn > a[data-clck="True"] text {
        color: black;
    }

    #ajax-mn > li text, #ajax-mn > a text {
        font-size: 14pt;
        color: #535353e0;
    }

    #ajax-mn > li :hover text, #ajax-mn > a :hover text {
        color: black;
    }

#ajax-cntnt {
    flex-grow: 1;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    min-height: 610px;
}


/*Account*/

#ajax-mn > #Logout {
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin: 0;
}

#ajax-mn > #Logout input {
    border: 0;
    background-color: transparent;
    font-size: 11pt;
    font-weight: 500;
    outline: 0;
    background: url(/Working/images/common/cntrl-bttns/logout.png);
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    cursor:pointer;
}

#ajax-mn > div {
    background: url(/Working/images/common/cntrl-bttns/User_LC.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 35px center;
    padding: 12px 0 12px 75px;
    margin-bottom: 15px;
    box-shadow: 0 8px 10px -10px rgba(0,0,0,0.25);
}