﻿html, body {height:100%}

body {
    font-family: verdana, helvetica, arial, sans-serif !important;
    font-size: 0.75em;
    color: #282828;
    line-height: 16px;
    margin: 0;
}

img.scale-with-grid {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.left {
    display: inline-block;
    float: left;
    clear: both;
}

.right {
    display: inline-block;
    float: right;
    clear: both;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.middle {
    margin-top: auto;
    margin-bottom: auto;
}


.fit-width {
    width: 100%;
}

.bottom {
    bottom: 0;
    position: absolute;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

table.compact {
    border-collapse: collapse;
}

.caja {
    display: block;
    padding: 2px;
    margin: 1px;
    z-index: 1000;
    background-color: #efefef;
    border: 1px solid #d3d3d3;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.caja-info {
    display: block;
    padding: 2px;
    margin: 1px;
    border: 1px solid #d3d3d3 !important; 
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #6F4300;
    background-color: #d3d3d3;
    font-size: 0.9em;
}

.vista {
    display: block;
    position: absolute;
    background-color: #ffe5d3;
    border: 2px solid #000000;
}

.tt-escenario {
    display: inline-block;
    margin: 3px;
    padding: 4px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
}
.red {
    color: #ff0000;
}

.show-only-in-big-devices,
.visible-above-400,
.visible-above-500,
.visible-above-600,
.visible-above-700,
.visible-above-800,
.visible-above-900 {
    display: none !important;
}

@media (min-width: 250px) and (min-height: 250px) {
    .show-only-in-big-devices {
        display: inherit !important;
    }

    .hide-in-big-devices {
        display: none !important;
    }
}

@media only screen and (min-width: 400px) {
    .visible-above-400 {
        display: inherit !important;
    }
}

@media only screen and (min-width: 500px) {
    .visible-above-500 {
        display: inherit !important;
    }
}

@media only screen and (min-width: 600px) {
    .visible-above-600 {
        display: inherit !important;
    }
}

@media only screen and (min-width: 700px) {
    .visible-above-700 {
        display: inherit !important;
    }
}

@media only screen and (min-width: 800px) {
    .visible-above-800 {
        display: inherit !important;
    }
}

@media only screen and (min-width: 900px) {
    .visible-above-900 {
        display: inherit !important;
    }
}
