.ticket_counter
{
    color: white !important;
    position: absolute;
    top: -21px;
    left: 5px;
    background-color: #f00;
    border-radius: 50%;
    padding: 3px;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
}
.single_software
{
    height: 320px !important;
}
.single_software h2
{
    font-size: 1.5rem !important;
    padding-bottom: 15px !important;
}
.my_radius_5
{
    border-radius: 5px;
}

.MyNavPanel
{
    padding: 0px !important;
    z-index: 1000;
}

.MyNavPanel_nav_link
{
    padding: 0px !important;
}

.loginForm
            {
                max-width: 400px;
                padding: 8px;
                border:solid 1pt #DBDBDB;
                border-radius: 8px;
                margin: auto;
                background-image: url('../../img/login_head.png');
                background-position: top center;
                background-repeat: no-repeat;
                padding-top: 100px;
                
                box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
                margin-bottom: 25px;
            }
            .loginForm_btn
            {
                margin-top: 10px;
            }
            .loginForm label
            {
                color:#737373;
                display: inherit;
            }
            .loginForm input
            {
                width: 100%;
                border:solid #ADADAD 1pt;
                border-radius: 4px;
            }
            .loginForm_forgetpass
            {
                margin-top: 10px;
                font-size: 10pt;
            }
.login_logout_link_head
{
    font-weight: normal !important;
    font-size: 11pt !important;
    
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 35px;
    min-height: 30px;
    line-height: 30px;
    background-size: contain;
    border: solid 1pt #fff;
    color: #000;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
.login_link_head
{
    background-image: url('../../img/icon/login.png');
}
.logout_link_head
{
    background-image: url('../../img/icon/logout.png');
}