body {
    background: #eee;
    color: #006496;
}

h1 {
    font-size: 2.0em;
    color: #4cae4c;
}

h4 {
    color: #5cb85c;
}

h5 {
    font-size: 2.0em;
    color: #4cae4c;
}

.noBorders select {
    border: none;
}

.mainpage h1 {
    font-size: 2.4em;
    color: #4cae4c;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 30px;
}

.halfpage h5 {
    font-size: 2.0em;
    color: #4cae4c;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

.halfpage img {
    width: 70%;
}

.lower {
    font-size: 0.6em;
    color: #006496;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    color: black;
}

.red {
    vertical-align: bottom;
    color: #d43f3a;
}

.orange {
    vertical-align: bottom;
    color: #ec971f;
}

.green {
    vertical-align: bottom;
    color: #4cae4c;
}

.removeX {
    color: #d43f3a;
}

.removeX :hover {
    cursor: pointer;
}

.table {
    color: #006496;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 0px;
}

.table td:nth-child(2) {
    text-align: right;
    vertical-align: bottom;
}

.tableCloud {
    color: #006496;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.tableCloud td:not(:first-child) {
    text-align: center;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
}

.tableCloud tr:nth-child(even) {
    background-color: #ebebeb;
}


/*
.tableCloud tr:nth-child(2) td:not(:first-child):not(:last-child) {
     border-left: 1px solid #888;
}
*/

.tableAdm {
    font-size: 1.0em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tableAdm td {
    padding: 4px!Important;
}

.btn:focus,
.btn:hover {
    outline: none;
    border-color: transparent!important;
}

.lastdate {
    font-size: 0.7em;
    text-align: right;
    margin-bottom: 20px;
}

.white {
    padding: 10px 25px 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.whiteAdm {
    overflow: auto;
}

.alert {
    text-align: center;
}

.user-email {
    float: right;
}

.blueline {
    border-top: 2px solid #006496;
    margin: -15px 0px 10px 3%;
}

.nolink a {
    text-decoration: none;
}

.subCur {
    font-size: 0.7em;
}

.subVer {
    font-size: 0.5em;
    display: block;
}

.halfSize {
    font-size: 0.5em;
}

.spacebellow {
    margin-bottom: 10px;
}

.spinner {
    border: none;
    width: 2em;
}

.timer {
    text-align: center;
    font-size: 1.1em;
}

.timer select {
    display: block;
    border: none;
    height: 1.3em;
}

.currents select {
    border: none;
}

.notif {
    margin-top: 5px;
    margin-bottom: 0px;
    display: none;
}

.mainpage ul {
    list-style-image: url('../images/favicon16.png');
}

.mainpage li:nth-child(2) {
    margin-left: 30px;
}

.mainpage li:nth-child(3) {
    margin-left: 60px;
}

.centerimage {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.subitem {
    width: 10%!Important;
    margin: 10px;
}

.inline {
    display: inline-block;
}

.syncIco {
    width: 10px;
    margin-right: 10px;
}

.tokEne {
    margin-right: 45px;
}

.aboveChartBut {
    margin-top: 5px;
}

.urlcolor a:link,
a:visited,
a:hover,
a:active {
    color: #006496;
}

.clickable {
    cursor: pointer;
}

.nobut {
    cursor: default;
}

.userlog {
    min-height: 300px;
}

.log {
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    font-size: 0.7em;
    font-weight: bold;
    color: #444444;
    height: 150px;
    border: lightgray 1px solid;
    padding: 2px;
    overflow-y: scroll;
}

.log span {
    display: block;
}

.logLvl0 {
    color: green;
}

.logLvl1 {
    color: #444444;
}

.logLvl2 {
    color: orange;
}

.logLvl3 {
    color: red;
}

.logLvl10 {
    color: grey;
}

.more {
    font-size: 0.8em;
    float: right;
    cursor: pointer;
}

.hidden {
    display: none;
}

.subInfo {
    font-size: 0.7em;
}

.mainPageSubText {
    font-size: 0.7em;
    margin-bottom: -20px;
    margin-top: 50px;
}

.remove {
    color: red;
    cursor: pointer;
}

.hoverTable {}

.hoverTable td {}


/* Define the default color for all the table rows */

.hoverTable tr {
    background: white;
}


/* Define the hover highlight color for the table row */

.hoverTable tr:hover {
    background-color: lightgray;
}

.details {
    font-size: 0.8em;
}

.odd {
    background: linear-gradient(to right, white 10%, #e8e8e8);
    margin-bottom: 5px;
}

.even {
    background: linear-gradient(to right, white 10%, #f3f3f3);
    margin-bottom: 5px;
}

.cart {
    display: inline-block;
    float: right;
    color: #4cae4c;
    cursor: pointer;
}

.rightbox {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-top: 40px;
}

.price {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

.clear {
    clear: both;
}

.pricetag {
    font-size: 1.2em;
    color: #006496;
    font-weight: bold;
    margin-right: 20px;
    vertical-align: top;
}

.topright {
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* The Modal (background) */

.mymodal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 30px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.mymodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.8s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: 300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: 300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 0px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mymodal-body {
    padding: 20px;
}

.dolink {
    cursor: pointer;
}

.visiblelink {
    cursor: pointer;
    text-decoration: underline;
}

.shopItem {
    font-size: 1em;
    transition: 0.5s;
}

.shopItem:hover {
    font-size: 1.1em;
}

.fullwidthimage {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.naredi {
    font-family: 'Dosis', sans-serif;
    margin-top: 30px;
    font-size: 2em;
    text-transform: uppercase;
    color: #006496;
    margin-bottom: -33px;
    text-align: center;
    font-weight: bold;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
    width: 100%;
    margin-top: 30px;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #f0f0f0;
}

.tg .tg-hdmg {
    background-color: #f9f9f9;
    font-weight: bold;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.tg .tg-h949 {
    background-color: #f9f9f9;
    border-color: #333333;
    vertical-align: top
}

.tg .tg-vu5t {
    background-color: #fff1f1;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.tg .tg-yp4a {
    border-color: #333333;
    vertical-align: top
}

.tg .tg-k8p0 {
    background-color: #f1fff1;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.tg .tg-9ydz {
    font-weight: bold;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.tg .tg-x3a1 {
    background-color: #f9f9f9;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.tg .tg-oy1b {
    background-color: #f1fff1;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.tg .tg-z130 {
    background-color: #fff1f1;
    border-color: #333333;
    text-align: center;
    vertical-align: top
}

.basketprice {
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    float: right;
    width: 200px;
}

.basketitem {
    display: inline-block;
}

.eachItem {
    clear: both;
}

.trash {
    margin-left: 10px;
    cursor: pointer;
}

.cartSum {
    font-weight: bold;
    margin-right: 20px;
    display: block;
    text-align: right;
}

.cartShipp {
    margin-right: 20px;
    display: block;
    text-align: right;
    clear: both;
    font-size: 0.8em;
}

.totals {
    width: 50px;
    display: inline-block;
}

.paypal {
    text-align: right;
    margin-top: 20px;
}

.finish {
    margin-top: 20px;
    text-align: right;
}

.notification_error {
    border-color: red;
}

.checkoutInfo {
    text-align: center;
    margin-top: 20px;
    font-size: 1.2em;
    padding: 10px;
    background-color: #ececec;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}

.energyTable {
    font-size: 1.2em;
}

.energyTable td {
    min-width: 100px;
}

.energyTable td:nth-child(2) {
    text-align: right;
}

.packagePrice {
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 20px;
}

.packageTxt {
    min-height: 180px;
}

.incart {
    color: #006496;
}

.nocart {
    color: grey;
    cursor: auto;
}

.lang {
    display: inline-block;
    float: right;
    margin-top: 19px;
    margin-bottom: -20px;
    z-index: 999;
}

.title {
    display: inline-block;
}

.bottomline {
    margin-bottom: 20px;
}

.faq i {
    margin-left: 20px;
    font-size: 0.9em;
    display: block;
}

.faq li:nth-child(n+2) {
    margin-top: 20px;
}

.minitime {
    float: left;
}

input[type=number] {
    width: 80px;
    text-align: right;
}

.three td:nth-child(3) {
    text-align: left;
    width: 1%;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.socInfo {
    margin-left: 5px;
    display: none;
}

.soldout {
    float: right;
    color: darkred;
    font-weight: bold;
}

.orderItems {
    font-size: 0.7em;
}

.orderItems td {
    border: none;
}

.stats {
    width: 100%;
    font-size: 0.8em;
}

.stats svg {
    min-width: 2em;
}

.stats td {
    white-space: nowrap;
}

.madein {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: -20px;
    font-family: 'Dosis', sans-serif;
}

.stationName {
    border: none;
}

.stationNameSave {
    color: #5cb85c;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.titleImage {
    max-height: 1.8em;
    vertical-align: text-bottom;
}

.nameTabs {
    display: inline-block;
    background-color: white;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.userNote {
    margin-bottom: 20px;
}

.trio {
    margin: 0px;
    padding: 2px;
}

.admBut {
    margin-left: 10px;
}

.lightgreen {
    background-color: lightgreen;
}

.strong {
    font-weight: bold;
}

.cloudSlider {
    display: inline-block;
    "

}