body {
    font-family: sans-serif;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

table.general td {
    width: 100%;
}

.btnes {
    display: flex;
    font-size: 12px;
    flex-direction: column;
}

.btn {
    /* background-color: #525252; */
    padding: 5px 10px;
    border: 1px solid #1d1d1d;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;

}

.btn:hover {
    background-color: #696969;
    padding: 5px 10px;
    border: 1px solid #1d1d1d;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;

}

.admin {
    min-width: 408px;
    background-color: rgb(60, 60, 60);
    color: #fff;
    vertical-align: top;
    text-align: center;
}

.areaTrabajo {
    width: 1200px;
    background-color: rgb(226, 226, 226);
}

.textarea {
    height: 52px;
    background-color: #f7f7f7;
}

.textarea textarea {
    height: 42px;
    width: 398px;
    border-radius: 0px;
    border: 1px solid #abaaa9;
}

li {
    cursor: pointer;
    list-style: none;
}

.listadoElementos {
    background-color: #f7f7f7;
    height: 718px;
    overflow-y: auto;
    width: 100%;
    color: #606060;
}

.borrar:hover {
    color: #d00;
}

.editar:hover {
    color: #01971f;
}

.listadoElementos div.elemento {
    text-align: left;
    padding: 6px 15px;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.listadoElementos div.elementoG,
.listadoElementos div.elementoP {
    text-align: left;
    padding: 15px 15px;
    border: 1px solid #b8b8b8;
    background-color: #ededed;
    display: flex;
    justify-content: space-between;
}

.listadoElementos div.elementoG:hover,
.listadoElementos div.elementoP:hover {
    text-align: left;
    border: 1px solid #b8b8b8;
    background-color: #d8d8d8 !important;
    cursor: pointer;
}

.titlePos {
    font-size: 10px;
    text-align: center;
    margin-bottom: -5px;
}

.posicionElemento {
    font-size: 13px;
    letter-spacing: 1px;
}

.nombreElemento {
    display: flex;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
}

.nombreElemento div:active {
    border: 1px solid #cd3636;
    outline: none;
}

.nombreElemento div:focus {
    border: 1px solid #cd3636;
    outline: none;
}

.nombreElemento span {
    font-size: 19px;
    margin-left: 9px;
}

.consola {
    height: 150px;
    vertical-align: top;
    font-size: 16px;
    border: 1px solid gainsboro;
    padding: 14px 14px;
    color: #2f2e2e;
}

.actividad {
    font-size: 13px;
    color: #515151;
    padding-top: 5px;
    padding-left: 11px;
    overflow-y: auto;
    height: 120px;
}

.colorG,
.colorP {
    width: 24px;
    background-color: white;
    padding: 1px;
    border: 0px;
    height: 22px;
    margin-left: 11px;
    cursor: pointer
}

.globo {
    cursor: pointer;
    background-color: #378022;
    color: #fff;
    border-radius: 70px;
    min-width: 8px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 1001;
    opacity: 0.7;
    position: absolute;
    padding: 2px 10px;
}

.texto {
    cursor: pointer;
    color: #000;
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 1001;
    opacity: 0.7;
    position: absolute;
    padding: 10px 12px;
}

.idGloboS,
.idPlanoS,
.idTextoS,
.idLineaS {
    font-size: 13px !important;
    font-weight: 600;
    margin-right: 8px;
    margin-left: 0px !important;
}

.iman {
    opacity: 0.5;
}

.vertice {
    cursor: pointer;
    border-radius: 80px;
    width: 11px;
    height: 11px;
    z-index: 1001;
    font-size: 8px;
    position: absolute;
    background: #f0f0f0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}

#objs_CAD {
    width: 1200px;
    height: 900px;
    position: absolute;
    top: 10px;
}

.d_fondo {
    background-color: rgb(255, 255, 255);
    display: block;
    width: 1200px;
    height: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

canvas {
    background-color: rgba(255, 255, 255, 0);
    /*background-image: linear-gradient(rgba(237, 237, 237, 0.51) 2px, transparent 2px), linear-gradient(90deg, #efefef94 2px, transparent 2px), linear-gradient(rgba(238, 238, 238, 0.5803921568627451) 1px, transparent 1px), linear-gradient(90deg, #eeeeee94 1px, transparent 1px);*/
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}


#switch {
    width: 64px;
    height: 28px;
}

.toggle {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-transition: border-color .6s ease-out;
    transition: border-color .6s ease-out;
    box-sizing: border-box;
}

.toggle.toggle-on {
    border-color: rgba(76, 197, 78, 0.4);
    -webkit-transition: all .5s .15s ease-out;
    transition: all .5s .15s ease-out;
}

.toggle-button {
    position: absolute;
    top: 4px;
    width: 14px;
    bottom: 4px;
    right: 39px;
    background-color: #fff;
    border-radius: 19px;
    cursor: pointer;
    -webkit-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
    transition: all .3s .1s, width .1s, top .1s, bottom .1s;
}

.toggle-on .toggle-button {
    top: 3px;
    width: 54px;
    bottom: 3px;
    right: 3px;
    border-radius: 23px;
    background-color: #497d3b;
    box-shadow: 0 0 16px #497d3b;
    -webkit-transition: all .2s .1s, right .1s;
    transition: all .2s .1s, right .1s;
}


.toggle-text-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 25px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */


    color: rgba(255, 255, 255, 0);
}

.toggle-on .toggle-text-on {
    color: #fff;
    -webkit-transition: color .3s .15s;
    transition: color .3s .15s;
}

.toggle-text-off {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    line-height: 25px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */

    cursor: pointer;

    color: #a0a0a0;
}

.toggle-on .toggle-text-off {
    color: rgba(255, 255, 255, 0);
}

/* used for streak effect */
.glow-comp {
    position: absolute;
    opacity: 0;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity 4.5s 1s;
    transition: opacity 4.5s 1s;
}

.toggle-on .glow-comp {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

#resizable {
    width: 150px;
    height: 150px;
    padding: 0.5em;
}

.inputDescrpSize {
    margin-bottom: 5px;
    background-color: white;
    border: 1px solid #cecece;
    /* margin-left: 40px; */
}

.inputDescrpBorder {
    margin-bottom: 5px;
    background-color: white;
    border: 1px solid #cecece;
    margin-left: 5px;
}

.inputDescrpBorder option::after {
    height: 2px;
    border-top: 2px solid black;
}

.inputDescrpBorder option::before {
    height: 2px;
    border-top: 2px solid black;
}