﻿body {
    font: 100% Lucida sans;
    background-color: #ffffdd;
    margin-left: 10px;
}

/*body:hover {
    background-color: #ffffcc;
} */


h1 {
    color: black;
}

p {

    font-size:14px;
}

.flet::first-letter {
    color: #d70;
    font-size: 120%;
}

table {

    font-size:14px;
}

th {
    padding: 1px 10px;
    text-align: left;
    border-bottom: 2px solid #ddd;

}

td {
    padding: 1px 10px;
    text-align: left;

}

/*
#moteslista tr:nth-child(even) {
    background-color: #ffffdd;
}
*/

#moteslista tr:hover {
    background-color: #ffff77;
}

#moteslista th {

}

.similar {
    background-color: #cceeff;
}

.similar1 {
    background-color: #aaffaa;
}

.similar2 {
    background-color: #ffffaa;
}

.similar3 {
    background-color: #ffddaa;
}


div.play {
    width: 100%;
    height: 80px;
    margin: 0px;
    background-color: #ff8800;
    border: 2px solid gray;
    padding: 14px 16px;
}

div.header {
}

.a {
    color: blue; 
}

.td-des {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


ul.nav {
    background-color: #008888;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 107px;
}

li.nav a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    max-width: 120px;
}

li.nav:hover {
    background-color: #22a5a5;
}

li.nav {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    float: left;
    height: 80px;
}

h1.header {
    padding: 0;
    margin: 0;
}

#levels {
    font-size: 18px;
    background-color: #aaffaa;

}

#info {
    float: left;
    max-width: 30%;
}

#playarea {
    /*height: 100px;
    width: 100px;*/
    border:1px solid #000000;
    float: right;
    margin: 20px;
}

#countertext {
    font-size: 30px;
    padding: 16px 0 5px 10px;
    color: blue;
    visibility: hidden;
}

.maintext {
    margin-left:15px;
    font-size: 18px;
    padding: 6px 0 1px 10px;
    color: #000044;
    width: 100%;
    max-width: 700px;
    width: 95%;
}

.tbl-container {
    margin-left:15px;
    display: inline-block;
    font-size: 15px;
    padding: 6px 0 1px 10px;
    color: #000044;
}


.debug {
    visibility: hidden;
}

.stattext {
    font-size: 20px;
    padding: 6px 0 1px 10px;
    color: blue;
}

button{
    font-size: 20px;

}
.dive {
    border: 1px solid black;
    border-radius:50%;
    color: white;
    margin: 25px;
    padding: 33px;
    width: 100px;
    height: 100px;
    background: red;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: 1s;
}

.dive:hover {
    margin: 4px;
    /*margin: 5px;*/
    font-size:20px;
    width: 150px;
    height: 150px;
    background: #f66;
}
.divr {
    border: 1px solid black;
    border-radius:50%;
    color: white;
    margin: 25px;
    padding: 33px;
    width: 100px;
    height: 100px;
    background: red;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: 2s;
    text-align: center;
    align-items: center;
}

.divr:hover {
    margin: 2px;
    /*margin: 5px;*/
    font-size:20px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
    background: #f66;
}
.divo {
    margin: 0px;
    width: 160px;
    height: 160px;
    display: inline-block;
    border: 1px solid black;
    text-align: center;
    align-items: center;
}

#success {
    font-size: 30px;
    color: green;
    padding: 10px;
    background-color: #ffff00;
    visibility: hidden;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}


.tbl-header {
    clear: left;
    padding: 1px 15px 5px 0px;
    font-weight: bold;
}

.tbl-line {
    clear: left;
    padding: 1px 15px 5px 5px;
    display: inline;
}

.tbl-line:hover {
    background-color: #ffff88;
}

.tbl-index {
    width: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-name {
    width: 110px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-fname {
    width: 110px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-lname {
    width: 110px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-descr {
    width: 300px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    word-break: break-all;
    vertical-align: text-top;
}

.tbl-descr:hover {
    white-space: normal;
    overflow: visible;
}

.tbl-descr-long {
    width: 600px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    word-break: break-all;
    vertical-align: text-top;
}

@media (max-width: 650px) {
    .tbl-descr-long {
        width: 130%;
    }
}

.tbl-descr-long:hover {
    white-space: normal;
    overflow: visible;
    word-break: normal;
    word-wrap: break-word;
}

.tbl-descr-short {
    width: 170px;
}

.tbl-descr-edit {
    white-space: normal;
    overflow: visible;
    vertical-align: text-top;
    word-break: break-all;
}

.tbl-val {
    width: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-longval {
    width: 50px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-short {
    width: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-date {
    width: 110px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: text-top;
}

.tbl-time {
    width: 50px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: text-top;
}

.tbl-phone {
    width: 120px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-price {
    width: 100px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    text-align: right;
}

.tbl-teacher {
    width: 120px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-participant {
    width: 90px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-participant-occupied {
    width: 35px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-participant-max {
    width: 55px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-btn {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    margin-right: 13px;
}

.tbl-meter {
    width: 80px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
}

.tbl-right {
    float: right;
    margin-left: 2px;
}

