﻿body, html {
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-family:Verdana, Geneva, Tahoma, sans-serif;*/
    font-family: 'Varela Round', sans-serif;
    text-decoration: none;
    color: darkblue;
    /*background-image: linear-gradient(rgb(255, 255, 255), rgb(10, 51, 99));*/
    background-repeat: no-repeat;
    height: 100%;
    font-size: 0.9em;
}

table {
    /*table-layout: fixed;
    width: 50%;*/
    min-width: 80%;
    border: 1px solid;
    border-color: #cec5c5;
    border-collapse: collapse;
    
}
td {
    padding-top: 10px;
    padding-left: 10px;
}



.tbMedium {
    width: 300px;
}

.tbSmall {
    width: 150px;
}

.tbLarge {
    
    width: 800px;
 
   }

.tbDisclaimer {
    width: 800px;
    height: 200px;
    border: none;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.9em;
    color: navy;
}

.tbDisclaimerSettings {
    width: 800px;
    height: 100px;
}


.tableLogin {
    
    width: 800px;
    font-size: 1.0em;
}

.tableDisclaimer {
    width: 800px;
   border: none;
}


.tableTransaction {
    width: 800px;
    font-size: 1.0em;
}
.tableBalance {
    /*table-layout: fixed;*/
    /*width: 800px;*/
    /*height: 100px;*/
   border: none;
}

.tdBalance {
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #FDD800;
    color: #4050FA;
    width: 300px;
    height: 100px;
    font-size: 1.2em;
}

.tableForgotten {
    width: 800px;
}



    .labels {
        width: 150px;
    }

    .entry {
        width: 330px;

    }


input[readonly] {
    color: darkgreen;
    border: none;
    background-color: bisque;
}



.buttonBig {
   padding: 20px;
   font-size: 1.2em;
    
}

.buttons:hover {
    /*background: #ed3330;*/
    background-color: #FDD800 !important;
    color: navy !important;
    /*letter-spacing: 1px;*/
    /*-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;*/
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.buttons {
    text-transform: uppercase;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    border: none;
    /*background: #100e35;*/
    color: #fff !important;
    background-color: #4050FA !important;
    font-family: 'Varela Round', sans-serif;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 30px;
    }

    .body-content {
        padding: 0;
    }
}

a {
    /*font-family: Calibri, Verdana, sans-serif;*/
    text-decoration: none;
    color: darkblue;
}

.tableMenu {
    width: 100%;
    border: none;
}

.menu {
    color: white;
   
}

.menuCell {
    text-align: right;
}

.menuPadCell {
    width: 20px;
}


.hlinkbody {
    /*font-family: Calibri, Verdana, sans-serif;*/
    text-decoration: none;
    color: inherit;
}

a:hover {
    /*font-family: Calibri, Verdana, sans-serif;*/
    color: pink;
}




.tbBalance {
    width: 400px;
    height: 50px;
    font-size: 2em;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: central;
    background-color: transparent;
    border-width: thin;
    
}


input:read-only {
    color: navy;
    background-color: antiquewhite;
}

input {
    vertical-align: middle;
}

.tbBalanceHead {
    width: 300px;
    height: 20px;
    font-size: 1.2em;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    /*background-color: transparent;*/
    font-weight: bold;
    border-width: thin;
}

.lblBalance {
       font-size: 1.2em;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
   background-color: transparent;
    font-weight: bold;
}


.toppanel {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 125px;
    width: 100%;
    background-color: #4050FA;
}

.centrepanel {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 100px;
    /*bottom: 63px;*/
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-overflow-scrolling: touch;
}

.panelresellers {
    
    width: 100%;

}



.todo {
    /*font-family: Calibri, Verdana, sans-serif;*/
    font-weight: bold; 
    color: maroon ;
}


.card-container.card {
    /*max-width: 350px;*/
    padding: 40px 40px;
}

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}



.rowHeader {
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: white;
    font-size: 1.0em;
    /*background-color: navy;*/
    background-color: #4050FA;
}

.rowSubHeader {
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*color: #FDD800;*/
    /*color: navy;*/
    color: #4050FA;
    font-size: 1.0em;
    background-color: #FFF3B0;
}


.textHeading {
    font-weight: bold;
    color: navy;
    font-size: 1.1em;
}


.myRowOdd {
    color: navy;
    font-size: 1em;
    background-color: #FFFBE6;
}

.myRowEven {
    color: navy;
    font-size: 1em;
    background-color: white;
}

.rowPending {
    background-color: lightcoral;
}



    .forgotten {
        font-size: 0.9em;
    }

.error {
    font-size: 0.8em;
    color: red;
}

.traPending {
    color: maroon;
}