﻿.PaletaColores {
    color: rgb(115, 160, 115) ; /* Verde */
    color: rgb(110, 185, 210) ; /* Celeste */
    color: rgb(75, 95, 158) ; /* Azul */
    color: rgb(170, 170, 115) ; /* Amarillo */
    color: rgb(194, 194, 40) ; /* Amarillo Intenso */
    color: rgb(150, 108, 56); /* Naranjo */
    color: rgb(180, 115, 115) ; /* Rojo */
    color: rgb(192, 64, 64) ; /* Rojo Intenso */

    background: rgb(54, 40, 75); /* Color para borde token */
    background: rgb(32, 1, 75); /* Color para tokens */
    background: rgb(40, 30, 25); /* Color para tokens mejorados */
    
}

[draggable] {
    user-select: none;
}

body {
    /* background: -moz-linear-gradient(right, rgb(46, 53, 107), rgb(71, 40, 84));
    background: linear-gradient(to right, rgb(46, 53, 107), rgb(71, 40, 84)); */
    background: url('img/pattern5.jpg');
}

/* @media only screen and (max-width: 600px) {
    body {
        background: url('img/pattern6.jpg');
    }
} */

.container {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    max-width: 980px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 2px rgb(45, 30, 55);
}

#tablero {
    position: relative;
    padding-top: 5px;
}

#menu {
    display: none;
    width: 76%;
    height: 68%;
    position: absolute;
    top: 10%;
    left: 12%;
    font-size: 25px;
    border: 4px solid gray;
    border-radius: 30px;
    background: url(img/pattern3.jpg);
}

#checkin {
    display: none;
    width: 84%;
    height: 91%;
    position: absolute;
    top: 3%;
    left: 8%;
    font-size: 25px;
    border: 4px solid gray;
    border-radius: 30px;
    background: url(img/pattern3.jpg);
}

#close {
    background: darkred;
}

/* views */
.view {
    display: none;
    width: 80%;
    height: 30%;
    position: absolute;
    top: 45%;
    left: 10%;
    font-size: 25px;
    border: 4px solid gray;
    border-radius: 30px;
    background: url(img/pattern3.jpg);
    padding-top: 20px;
}

.viewenm {
    display: none;
    width: 80%;
    height: 30%;
    position: absolute;
    top: 14.5%;
    left: 10%;
    font-size: 25px;
    border: 4px solid gray;
    border-radius: 30px;
    background: url(img/pattern3.jpg);
    padding-top: 20px;
}

#dmgview {
    display: none;
    width: 80%;
    height: 26%;
    position: absolute;
    top: 60%;
    left: 5%;
    font-size: 25px;
    border: 4px solid gray;
    border-radius: 30px;
    background: url(img/pattern3.jpg);
    padding-top: 20px;
}

.viewnav {
    overflow-y: auto;
    overflow-x: hidden;
    width: 90%;
    height: 265px;
    margin: 0 auto;
    background: url('img/view.jpg');
    border-radius: 10px;
    border: 4px solid rgb(94, 53, 123);
    margin-bottom: 6px;
}

.viewImg {
    height: 108px;
    width: 72px;
    margin: 6px;
    border: 2px solid rgb(117, 74, 148);
    opacity: 0.7;
}

.viewImg:hover {
    border: 2px solid rgb(255, 255, 255);
    opacity: 1;
}

.row {
    width: 98%;
    margin-bottom: 0;
}

.dmgbtn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    font-size: 52px !important;
    margin-bottom: 8px;
    padding-top: 9px !important;
}

.minidmg {
    border-radius: 50%;
    background: rgb(32, 1, 75);
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.zonebtn {
    margin-bottom: 16px;
    background: darkslateblue;
    width: 33% !important;
    float: left;
    font-size: 24px !important;
}

#guiadiv {
    padding-top: 4px;
}

.guia {
    color: rgba(255, 255, 255, 0.7);
}

#dmgfocus {
    color: rgba(255, 255, 255, 0.85);
    padding-top: 6px;
    padding-bottom: 9px; 
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}

.btn {
    margin: 4px;
    height: 70px;
    font-size: 38px;
    padding-top: 14px;
    width: 90%;
    border-radius: 30px;
    opacity: 0.6;
    text-transform: none;
}

.btn:hover {
    opacity: 0.95;
}

.viewbtn {
    width: 12%;
    font-size: 35px;
}

.viewbtn2 {
    width: 16%;
}

#btnclean{
    width: 90%;
    margin: 4px;
    height: 70px;
    font-size: 38px;
    background: darkolivegreen;
    padding-top: 14px;
    opacity: 0.6;
}

#btnclean:hover {
    opacity: 0.95;
}

#btnmenu{
    width: 20.5%;
    margin: 4px;
    height: 70px;
    font-size: 38px;
    background: darkolivegreen;
    padding-top: 14px;
    opacity: 0.6;
}

#btnmenu:hover {
    opacity: 0.95;
}

#btnroll{
    width: 18.5%;
    margin: 4px;
    height: 70px;
    font-size: 38px;
    background: darkslateblue;
    padding-top: 14px;
    opacity: 0.6;
}

#btnroll:hover {
    opacity: 0.95;
}

#btnaccess{
    width: 16.5%;
    margin: 4px;
    height: 70px;
    font-size: 38px;
    background: rgb(150, 108, 56);
    padding-top: 14px;
    opacity: 0.6;
}

#btnaccess:hover {
    opacity: 0.95;
}

#btnturn{
    width: 17.5%;
    margin: 4px;
    height: 70px;
    font-size: 38px;
    background: darkcyan;
    padding-top: 14px;
    opacity: 0.6;
}

#btnturn:hover {
    opacity: 0.95;
}

#btnchk{
    width: 17%;
    margin: 4px;
    height: 70px;
    font-size: 38px;
    background: darkred;
    padding-top: 14px;
    opacity: 0.6;
}

#btnchk:hover {
    opacity: 0.95;
}

.menuiconxl {
    float: left;
    font-size: 41px !important;
}

.menuiconxxl {
    font-size: 45px !important;
}

.menuiconxxl2 {
    font-size: 45px !important;
    float: left;
}

@media only screen and (max-width: 600px) {
    .menuiconxxl {
        margin-left: 10px !important;
        float: none;
    }

    .btn {
        padding: 0 16px !important;
    }
}

#showed {
    width: 675px;
    height: 975px;
    border-radius: 10px;
    border: 2px solid gray;
}

li {
    margin: 20px;
}

#dropcards {
    overflow-x: hidden;
    background: rgba(100,100,100,0.9);
    max-height: 520px;
    border-radius: 10px !important;
    background: url(img/pattern4.jpg);
}

.cardli {
    margin: 2px;
}

.index {
    font-size: 30px !important;
    /* color: rgb(67, 75, 106) !important; */
    text-shadow: 0 0 rgb(155, 151, 158);
    margin: 0;
    background-repeat: no-repeat !important;
    background-position: top right 5% !important;
    background-size: 160px 210px !important;
}

#handEnmDiv {
    height: 7vh;
    overflow: hidden;
}

#handAlly {
    padding-top: 0;
}

.image {
    width: 15%;
    max-width: 98px;
    min-width: 98px;
    border: 3px solid rgb(34, 31, 31);
    background-color: #ccc;
    margin-right: 2px;
    /* border-radius: 6px; */
    text-align: center;
    cursor: move;
    margin-top: 8px;
    transition: transform .2s;
}

.image:hover {
    border-color: white;
    -ms-transform: translate(0,-9px); /* IE 9 */
    -webkit-transform: translate(0,-9px); /* Safari */
    transform: translate(0,-9px); /* Standard syntax */
}

.mobcolumn {
    width:25%;
    float: left;
    position: relative;
}

.mobfield {
    height: 100%;
    width: 100%;
    max-height: 360px;
    max-width: 240px;
    min-height: 240px;
    min-width: 160px;
    border: 4px solid rgb(25, 25, 55);
    background-color: #ccc;
    border-radius: 10px;
    text-align: center;
    transition: transform .2s;
    
}

.mobfield:hover {
    border-color: white;
}

.tokenfill {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding-bottom: 10px;
}

.btnplus {
    position: absolute;
    top: 142px;
    right: 12px;
    background: rgb(32, 1, 75);
    opacity: 0.3;
}

.btnplus:hover {
    background: rgb(56, 17, 111);
}

.btnminus {
    position: absolute;
    top: 142px;
    left: 12px;
    background: rgb(75, 1, 15);
    opacity: 0.3;
}

.btnminus:hover {
    background: rgb(119, 2, 24);
    opacity: 0.5;
}

.levelfill {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding-bottom: 10px;
}

.btnlevel {
    position: absolute;
    top: 212px;
    left: 15px;
    background: rgb(75, 64, 1);
    opacity: 0.3;
    font-size: 20px;
}

.btnlevel:hover {
    background: rgb(145, 124, 8);
    opacity: 0.6;
}

.btnmark {
    position: absolute;
    top: 212px;
    right: 15px;
    background: rgb(25, 98, 111);
    opacity: 0.3;
    font-size: 20px;
}

.btnmark:hover {
    background: rgb(43, 167, 189);
    opacity: 0.6;
}

.down {
    top: 37px !important;
}

.down2 {
    top: 107px !important;
}

.ulv {
    margin: 0;
    margin-top: -8px;
    margin-left: -4px;
}

.lvtxt {
    padding: 0;
    margin: 2px;
    font-size: 40px;
}

.exhtxt {
    padding: 0;
    margin: 1px;
    margin-top: 2px;
    margin-left: -5px;
    font-size: 60px;
}

/* .lvtxt {
    padding: 0;
    margin: 0;
    height:25px;
} */


.xdmg {
    margin-top: 0;
    font-size: 50px;
    margin-left: 2px;
}

.pushed {
    right: 45px;
}

.wpn {
    height: 4vh;
    overflow-y: hidden;
    margin-top: -8px;
    /* background-position-y: bottom; */
}

.wpnfield {
    margin-top: -270px;
    height: 100%;
    width: 100%;
    max-height: 360px;
    max-width: 240px;
    min-height: 320px;
    min-width: 180px;
    background-color: #ccc;
    border-radius: 6px;
    text-align: center;
    transition: transform .2s;
    border: 2px solid rgb(143, 123, 96);
}

.wpnfield:hover {
    border-color: white;
}

.datacolumn {
    width:12%;
    float: left;
    color: white;
    padding: 2px;
}

.datafield {
    overflow: hidden;
    margin-top: 1vh;
    position: relative;
    margin-bottom: 1vh;
}

.info {
    width: 85%;
    margin: 0 auto;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    height: 80px;
    /* color: rgb(115, 160, 115); */
    color: rgb(110, 185, 210);
    background: -moz-radial-gradient(ellipse, rgb(17, 17, 17) 60%, rgb(41, 41, 41));
    background: radial-gradient(ellipse, rgb(17, 17, 17) 60%, rgb(41, 41, 41));
    border: 1px solid rgb(46, 18, 73);
    border-radius: 24px;
    position: relative;
}

.inforcs {
    padding-left: 11px;
    padding-right: 11px;
}

.zoneo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.zoneicon {
    float: left;
    margin-top: 5px;
}

.menuicon {
    float: left;
    font-size: 38px !important;
    margin-top: 2px;
}

.zonedata {
    text-shadow: 2px 2px rgb(69, 44, 84);
    float: right;
    font-size: 36px;
    font-weight: bold;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 0;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 38px !important;
    line-height: 44px !important;
}

.dropdecks {
    background: lightgray;
    overflow-x: hidden;
    border-radius: 8px;
}

#record {
    margin: 0 20px;
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    color: white;
}

#recordbox {
    min-height: 360px;
    max-height: 360px !important;
    overflow-y: auto !important;
    background: rgb(58, 58, 58);
    border-radius: 10px;
}

#recordbox li {
    margin: 0 10px !important;
}
