﻿.mobile-menu, .mobile-menu-li {
    text-align: left;
}

.mobile-menu {
    /*border-radius: 3px 3px 0px 0px;*/
    width: 150px;
    line-height: 30px;
}

.mobile-menu-li {
    border-radius: 0px;
    margin-left: 0px;
    /*height: 30px;*/
    line-height: 67px!important;
}

.mobile-menu-ul {
    top: 37px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}


.payment-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/Content/images/online-payment-icon.png");
    background-repeat: no-repeat;
}

.recurringpayment-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/Content/images/recurring-payment.png");
    background-repeat: no-repeat;
}

.mobile-menu > i.icon-th-list, .mobile-menu-li > i.icon-th-list {
    margin-right: 5px;
}

.mobile-menu > i.icon-th-list, .mobile-menu-li > i.icon-retweet {
    margin-right: 5px;
}

.mobile-menu > i.icon-th-list, .mobile-menu-li > i.payment-icon {
    margin-right: 5px;
}

.mobile-menu > i.icon-th-list, .mobile-menu-li > i.recurringpayment-icon {
    margin-right: 5px;
}

.mobile-menu > i.icon-chevron-down {
    margin-top: 8px;
}

.mobile-menu-li > i.icon-chevron-right {
    margin-top: 24px;
}

.mobile-menu-dropdown {
    margin-top: 10px;
    float: right;
    display: none;
}

.mainPageSubMenu {
    display: block;
}

.mobile-menu-li:hover {
    background-position: initial;
}

.mobile-menu-li-parent:first-child a {
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.mobile-menu-li-parent:last-child a {
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

/*TODO: HAKAN: Temaya göre değişecek.*/
.mobile-menu-li:hover {
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
/***************************************/

.keypad-popup
{
    /*width: 266px !important;
    height: 116px;
    background: #fff;
    border-top: 1px solid #cfcdd3;
    border-left: 1px solid #cfcdd3;*/
}
.keypad-popup .keypad-row
{
    padding: 0;
}
.keypad-row button.keypad-key
{
    width: 29px;
    height: 29px;
    background: url(/Themes/General/Green/Content/images/keypad-bg.png) repeat-x 0 0;
    border-right: 1px solid #cfcdd3;
    border-bottom: 1px solid #cfcdd3;
    color: black;
    font-weight: bold;
    font-size: 12px;
    margin:2px;
}

.keypad-row button.keypad-close
{
    width: 70px;
    height: 29px;
    background: url(/Themes/General/Green/Content/images/keypad-bg.png) repeat-x 0 0;
    border-right: 1px solid #cfcdd3;
    border-bottom: 1px solid #cfcdd3;
    color: red;
    font-weight: bold;
    font-size: 12px;
}
.keypad-row button.keypad-back
{
    width: 70px;
    height: 29px;
    background: url(/Themes/General/Green/Content/images/keypad-bg.png) repeat-x 0 0;
    border-right: 1px solid #cfcdd3;
    border-bottom: 1px solid #cfcdd3;
    color: black;
    font-weight: bold;
    font-size: 12px;
}
.keypad-row button.keypad-clear
{
    width: 70px;
    height: 29px;
    background: url(/Themes/General/Green/Content/images/keypad-bg.png) repeat-x 0 0;
    border-right: 1px solid #cfcdd3;
    border-bottom: 1px solid #cfcdd3;
    color: black;
    font-weight: bold;
    font-size: 12px;
}


.close-payment-options{font-size:55px !important;}