/* 
    Document   : etopup
    Created on : 09/09/2011, 11:06:56 ص
    Author     : mkhoudary
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@font-face {
    font-family: 'TripleDot';
    src: url("fonts/triple_dot_digital-7.ttf");
}

#topupmain {
    overflow: hidden;
    height: 340px;
}

.full-screen #topupmain {
    overflow: auto;
    height: auto;
}

#topupmaininternal {
    overflow: auto;
    width: 585px;
    margin-right: auto;
    margin-top: 24px;
    margin-left: 20px;
}

.full-screen #topupmaininternal {
    width: auto;
    margin-right: 20px;
}

#fuelcharger {
    float: left;
    background-image: url(https://static.leadersms.ps/images/altayer/fuelCharger.png);
    background-repeat: no-repeat;
    width: 244px;
    height: 303px;
}

#summarydisplays {
    float: left;
    overflow: hidden;
}

#wrongTransactionsDisplay {
    background-image: url(https://static.leadersms.ps/images/altayer/wideDisplay.png);
    background-repeat: no-repeat;
    width: 339px;
    height: 74px;
    padding: 10px;
    padding-top: 18px;
    text-align: center;
    float: right;
    margin-right: 30px;
    margin-top: 65px;
    display: none;
}


#wrongTransactionsDisplay table {
    width: 100%;
}

#wrongTransactionsDisplay table tr.titlerow td {
    border-bottom: 1px solid gray;
    color: gray;
    text-align: center;
    padding-bottom: 2px;
}

#wrongTransactionsDisplay table tr.titlerow td.firstcolumn {
    width: 25%;
}

#wrongTransactionsDisplay table tr.titlerow td.secondcolumn {
    width: 25%;
}

#wrongTransactionsDisplay table tr.titlerow td.third {
    width: 20%;
}

#wrongTransactionsDisplay table tr.titlerow td.forthcolumn {
    width: 30%;
}

#wrongTransactionsDisplay table tr.regularrow td {
    border-bottom: 1px dotted gray;
    padding-bottom: 2px;
}

#wrongTransactionsDisplay table tr.emptyrow td {
    border-bottom: 1px dotted gray;
    padding-bottom: 2px;
    text-align: center;
}

#genericDisplayControl {
    margin-top: 20px;
    float: left;
    z-index: 1;
}

#genericDisplayControl li.balance-display {
    background-image: url("https://static.leadersms.ps/images/genericdisplaytab/balances.png");
}

#genericDisplayControl li.sales-display {
    background-image: url("https://static.leadersms.ps/images/genericdisplaytab/sales.png");
}

#genericDisplayControl li.currency-exchange {
    background-image: url("https://static.leadersms.ps/images/genericdisplaytab/currencyexchange.png");
}

#genericDisplayControl li.quick-sms-sender {
    background-image: url("https://static.leadersms.ps/images/genericdisplaytab/smssender.png");
}

#genericDisplayControl li.quick-points {
    background-image: url("https://static.leadersms.ps/images/genericdisplaytab/points.png");
}

#genericDisplayControl li:first-child {
    border-radius: 0 20px 0 0;
}

#genericDisplayControl li {
    position: relative;
    left: -10px;
    background-color: #414141;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #343434;
    cursor: pointer;
    
    transition: left 200ms, background-color;
    -moz-transition: left 200ms, background-color;
    -webkit-transition: left 200ms, background-color;
    -ms-transition: left 200ms, background-color;
    
    background-position: center center;
    background-repeat: no-repeat;
    
    direction: ltr;
}

#genericDisplayControl li:hover, #genericDisplayControl li.selected-display {
    left: 0px;
    background-color: #494949;
}

#genericDisplayControl li:last-child {
    border-radius: 0px 0px 20px 0px;
    border-bottom: none;
}

#genericDisplayControl li:first-child:last-child {
    border-radius: 0px 20px 20px 0px;
}

#genericDisplay.quick-points {
    height: 330px;
}

#genericDisplay {
    width: 170px;
    height: 268px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    background-color: gray;
    border-radius: 15px;
    -moz-border-radius: 15px;
    padding-top: 0px;
    float: left;
    position: relative;
    z-index: 2;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.35);
    transition: height 300ms;
}

#genericDisplay .genericlabel {
    display: block;
    color: white;
    font-size: 12px;
    font-family: "NeueHelveticaArabic";
    line-height: 15px;
    padding-bottom: 5px;
}

.displaysegment {
    background-color: black;
    font-family: 'Courier New';
    border-radius: 5px;
    display: block;
    color: red;
    font-size: 40px;
    line-height: 37px;
    text-align: right;
}

#balanceSegments {
    font-size: 40px;
    line-height: 40px;
    padding-left: 3px;
    overflow: auto;
}

.sevensegmentdisplay {
    float: left;
    margin-right: 3px;
    background-image: url(https://static.leadersms.ps/images/altayer/sevenseg.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 31px;
    background-position: 0px 0px;
}
/*
#transactionDisplay {
    width: 141px;
    padding: 5px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    border: 5px solid gray;
    background-color: white;
}*/

.regular-display {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: white;
    background-color: white;
    margin-bottom: 5px;
}

.regular-display tr.regularrow td.firstcolumn {
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
    width: 40px;
    vertical-align: top;
}

.regular-display tr.regularrow td.secondcolumn {
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
    text-align: right;
}

.regular-display tr.specialrow td.firstcolumn {
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    width: 40px;
}

.regular-display tr.specialrow td {
    border-bottom: 1px solid gray;
}

.regular-display tr.specialrow td.secondcolumn {
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}

.regular-display tr.regularrow:last-child td.firstcolumn, .regular-display tr.regularrow:last-child td.secondcolumn {
    border-bottom: none;
}

.regular-display tr.regularrow:last-child td.half {
    width: 83px;
}

.regular-display tr.regularrow:last-child td.numbers {
    font-family: "Courier New";
    font-size: 16px;
}

.regular-display td.lastcolumn {
    text-align: center;
}

.regular-display td.lastcolumn .normaloption {
    color: black;
}

.regular-display td.lastcolumn .specialoption {
    color: red;
}

#quick-sms-display input, #quick-sms-display select, #quick-sms-display textarea,
#quick-points input, #quick-points select, #quick-points textarea
{
    font-size: 14px;
    font-family: "Courier New";
    border: none;
    padding: 5px;
    width: 150px;
    border-radius: 10px;
    
    transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
}

#quick-sms-display textarea {
    font-family: "Tahoma";
    font-size: 11px;
}

#quick-sms-display select {
    width: 160px;
}

.mainmenubuttons {
    float: left;
    list-style-type: none;
    margin-left: 15px;
}

.full-screen .mainmenubuttons {
    float: right;
}

#topupscreen {
    overflow: hidden;
    height: 340px;
    display: none;
}

#movinghintbar {
    position: absolute;
    text-align: center;
    opacity: 0;
    color: white;
}

#movinghintbar span {
    font-family: HacenLinearScreen, Arial; 
    font-weight: normal /*bold*/; 
    font-size: 20px; 
    text-align: center;
    display: block;
}

#movinghintbar a {
    cursor: pointer;
    visibility: hidden;
}

#mobilehand {
    /*background-image: url(https://static.leadersms.ps/images/altayer/mobileHand.png);
    background-repeat: no-repeat;*/
    height: 236px;
    width: 456px;
    position: absolute;
    top: -338px;
    right: -452px;
    display: none;
}

#mobilenocomponent {
    position: relative;
    right: 87px;
    top: 19px;
    z-index: 10;
}

#mobileno {
    font-size: 74px;
    display: block;
    width: 318px;
    font-weight: normal /*bold*/;
    font-family: 'Courier New';
    text-align: left;
    height: 85px;
    border: none;
    background-color: transparent;
    color: white;
}

#correctionindicator {
    height: 34px;
    width: 318px;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

#correctionindicator .mobilenodigit {
    display: block;
    float: left;
    width: 45.4px;
    height: 34px;
    background: white;
    box-shadow: inset 0px -15px rgba(0, 0, 0, 0.15), inset -2px 2px rgba(0, 0, 0, 0.15);
}

#correctionindicator .mobilenodigitregular {
    display: block;
    float: left;
    width: 45.4px;
    height: 34px;
    background: white;
    box-shadow: inset 0px -15px rgba(0, 0, 0, 0.15), inset -2px 2px rgba(0, 0, 0, 0.15);
}

#numberreplaylocation {
    height: 85px;
    width: 318px;
    background-color: rgba(255, 255, 255, .15);
    border-top: 1px solid rgba(255, 255, 255, .15);
}

#originalNumber {
    font-size: 74px;
    font-family: 'Courier New';
    font-weight: normal /*bold*/;
    color: white;
    width: 318px;
    display: block;
    position: absolute;
    z-index: 10000
}

.categories {
    display: none;
    opacity: 0;
    z-index: 150;
    top: 30px;
    right: -2603px;
    position: absolute;
    overflow: hidden;
    width: 595px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.full-screen .categories {
    width: calc(100% - 40px);
}

.categories li.collective {
    display: block;
    clear: both;
}

.categories li:not(.collective) {
    border: 1px solid gray;
    cursor: pointer;
    float: right;
    margin-left: 20px;
    padding: 5px;
    text-align: center;
    width: 115px;
    height: 100px;
    
    transition: background 200ms, color 200ms, height 200ms, width 200ms, border-radius 200ms, margin-top 200ms;
    -moz-transition: background 200ms, color 200ms, height 200ms, width 200ms, border-radius 200ms, margin-top 200ms;
    -webkit-transition: background 200ms, color 200ms, height 200ms, width 200ms, border-radius 200ms, margin-top 200ms;
    
    color: white;
    border-radius: 10px;
    margin-top: 30px;
    background: #3a3a3a;;
}

.categories li.highlighted:not(.collective) {
    width: 145px;
    height: 130px;
    background: #3a3a3a;;
    color: white;
    margin-top: 0px;
}

.categories li:hover:not(.collective) {
    background: #818181;
    color: white;
    width: 145px;
    height: 130px;
    border-radius: 0px;
    margin-top: 0px;
}

.categories li:hover:not(.collective) span, .categories li.highlighted span {
    font-size: 60px;
}

.categories li:not(.collective) span {
    display: block;
    font-family: Arial;
    font-size: 42px;
    font-weight: normal /*bold*/;
    margin-left: 5px;
    text-align: center;
    
    transition: 200ms font-size;
    -moz-transition: 200ms font-size;
    -webkit-transition: 200ms font-size;
}

#cardcategories li span:after {
    content: "₪";
    display: block;
}

#floatingbottommenu {
    width: 343px;
    height: 126px;
    position: absolute;
    left: 30px;
    top: 350px;
    background-image: url(https://static.leadersms.ps/images/altayer/bottomCorner.png);
    background-repeat: no-repeat;
    background-position: 40px 0px;
    z-index: 120;
}

.full-screen #floatingbottommenu {
    top: auto;
    bottom: 0px;
    left: 0px;
    background-image: none;
    background-color: black;
    -moz-border-radius: 0px 63px 63px 0px;
    border-radius: 0px 63px 63px 0px;
    width: 123px;
}

#statestraincontainer {
    background-color: white;
    width: 101px;
    height: 97px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}

.full-screen #statestraincontainer {
    margin-top: 15px;
}

#statestraincontainer #mask {
    background-image: url(https://static.leadersms.ps/images/altayer/mask.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 97px;
    position: absolute;
    z-index: 140;
}

#statesTrain {
    background-image: url(https://static.leadersms.ps/images/altayer/statesTrain.jpg);
    background-repeat: no-repeat;
    width: 509px;
    height: 96px;
    position: relative;
    z-index: 130;
}

table.charging-table {
    background-color: white;
    color: black;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
}

table.charging-table td {
    border: 1px dotted gray;
    padding: 3px;
}

table.charging-table td.name-column {
    width: 30%;
}

table.charging-table td.value-column {
    width: 70%;
}

#ipadkeypad {
    position: absolute; 
    width: 172px;
    height: 232px;
    background-image: url(https://static.leadersms.ps/images/ipadkeypad/keypadbg.png);
    background-repeat: no-repeat;
    padding: 15px;
    padding-top: 13px;
    padding-bottom: 10px;
    top: 95px;
    right: 76px;
    z-index: 201;
    display: none;
}

#ipadkeypad .numberbutton {
    background-position: -49px 0px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
}

.ipadbutton {
    background-image: url(https://static.leadersms.ps/images/ipadkeypad/keypadicons.png);
    width: 49px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: -49px 0px;
    padding-top: 12px;
    text-align: center;
    font-size: 20px;
    font-family: HacenLinearScreen, Arial;
    cursor: pointer;
}

#escapebutton {
    position: absolute;
    display: block;
    top: 370px;
    right: 147px;
    z-index: 201;
}

#showkeyboardbutton {
    background-position: -147px 0px;
    position: absolute;
    display: block;
    top: 370px;
    right: 90px;
    z-index: 201;
}

.full-screen #showkeyboardbutton, .full-screen #escapebutton {
    top: auto;
    bottom: 20px;
}

#backspacebutton {
    background-position: -98px 0px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
}

#enterbutton {
    background-position: 0px 0px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
}

#ipadkeypad .numberbuttonlast {
    margin-right: 0px;
}

.mainmenubuttons .menuitem span#pendingrequestscount {
    position: absolute;
    top: 54px;
    right: 2px;
    width: 20px;
    height: 15px;
    display: none;
    background-color: red;
    color: white;
    text-align: center;
}

.mainmenubuttons .menuitem span#wrongtransactionscount {
    position: absolute;
    top: 54px;
    right: 2px;
    width: 20px;
    height: 15px;
    display: none;
    background-color: red;
    color: white;
    text-align: center;
}

#balancereportstoppanel {
    height: 93px;
}

#pointstransferreportstoppanel {
    height: 93px;
}

#pointstransferreportslist {
    height: 220px;
    overflow: auto;
}


#balancereportslist {
    height: 220px;
    overflow: auto;
}

#dailytopupreportstoppanel {
    height: 189px;
}

#dailytopupreportslist {
    height: 123px;
    overflow: auto;
}

#wrongchargingreporttoppanel {
    height: 93px;
}

#postwrongtransactionlist {
    height: 278px;
    overflow: auto;
}

#postwrongtransactiontoppanel {
    height: 35px;
}

#wrongchargingreportlist {
    height: 219px;
    overflow: auto;
}

#currentwrongchargingtoppanel {
    height: 35px;
}

#currentwrongchargingreportlist {
    height: 278px;
    overflow: auto;
}

#topup-report-summary, .summary-list {
    float: right;
    overflow: auto;
}

#topup-report-summary li, .summary-list li {
    float: right;
    padding-top: 1px;
    margin-right: 10px;
    min-width: 100px;
}

#topup-report-summary li label, .summary-list li label {
    font-size: 10px;
}

#topup-report-summary li span, .summary-list li span {
    font-family: "Courier New";
}


#topup-report-summary li label, #topup-report-summary li span, .summary-list li label, .summary-list li span {
    display: block;
    color: white;
    text-align: center;
}

.mainmenubuttons h4 {
    color: white;
    font-family: HacenLinearScreen, "Times New Roman";
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size: 150%;
    margin-bottom: 5px;
    font-weight: normal;
}

.mainmenubuttons {
    margin-bottom: 20px;
}

#charge-suggestions:after {
    border-bottom: 120px solid rgba(255, 255, 255, 0.5);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: -70px;
    position: absolute;
    top: -40px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

#charge-suggestions {
    border-radius: 20px;
    padding: 10px;
    position: absolute;
    right: -210px;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    padding-bottom: 30px;
}

#charge-suggestions:before {
    content: "استخدم الأسهم و Enter";
    display: block;
    position: absolute;
    bottom: 5px;
    right: -10px;
    text-align: center;
    width: 100%;
}

#charge-suggestions > li {
    font-family: "Courier New";
    font-size: 30px;
    text-align: center;
    width: 170px;
}

.selected-charge {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

#servicecategories {
    height: calc(100% - 130px);
    overflow: auto;
}

#servicedetails div {
    color: white;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    font-family: HacenLinearScreen,Arial;
    position: relative;
    margin-left: 10px;
}

#servicedetails div .buttonscontainer {
    overflow: auto;
    position: absolute;
    bottom: 5px;
}

#servicecategories h4 {
    font-weight: bold;
    font-size: 150%;
    font-family: inherit;
}

#servicedetails p {
    font-family: inherit;
}

#servicedetails span.price {
    font-size: 260%;
    color: yellow;
    float: left;
}

#servicecategories span.commission-price {
    font-size: 260%;
    float: right;
    color: red;
}

#servicedetails span.price:before {content: "السعر للزبون";margin-left: 10px;color: white;font-family: HacenLinearScreen,Arial;}

/*
 *  STYLE 3
 */

.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

#servicecategories li:not(.collective) span {
    font-size: 32px;
    padding-top: 10px;
}