@charset "utf-8";
/* CSS Document Mejorado - Tema Oscuro Moderno con fuente Roboto */

@font-face {
    font-family: "Roboto";
    src: url(./fonts/roboto/static/Roboto-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url(./fonts/roboto/static/Roboto-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

.GirdTitle {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    background-color: #333333;
    background-repeat: x-repeat;
}

.Desktop {
    background-color: transparent;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.nttLabel {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.nttWindow {
    border: none;
    -moz-box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;
    box-shadow: 2px 2px 5px #000000;
}

.nttTitleSectionLabel {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #CCCCCC;
    font-weight: bold;
    border-bottom: solid 1px #444444;
    background: linear-gradient(to right, #333333, #222222);
    text-shadow: 1px 1px 2px #00000080;
}

.nttWindowTitleText {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #CCCCCC;
    font-weight: bold;
}

.nttWindowTitleTextBack {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555555;
    font-weight: bold;
}

.nttModal {
    background-color: #000000;
    opacity: 0.8;
}

.Embedded {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.qq-uploader { position: relative; width: 100%; }

.qq-upload-button {
    display: block;
    width: 64px;
    height: 64px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    background: #1c1c1c;
    border: 1px solid #888888;
    box-shadow: inset 0 0 4px #444444;
}

.qq-upload-drop-area,
.qq-upload-drop-area span,
.qq-upload-drop-area-active {
    background: rgba(0, 0, 0, 0.5);
    color: #CCCCCC;
    border: 1px dashed #666666;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 7px 0;
}

.qq-upload-list,
.qq-upload-list li {
    color: #CCCCCC;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
    list-style: disc;
}

.qq-upload-spinner {
    display: inline-block;
    background: url("/nettuno/lib/valums-file-uploader/client/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 11px;
}

.qq-upload-failed-text { display: none; }
.qq-upload-fail .qq-upload-failed-text { display: inline; }

.nttPopUpMenu {
    border: 1px solid #606162;
    box-shadow: 2px 2px 5px #000000;
}

.nttButton {
    padding: 2px;
    background: #2a2a2a;
    color: #CCCCCC;
    border-radius: 4px;
    border: 1px solid #666666;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
    transition: background 0.2s ease;
}

.nttButton:hover {
    background: #3a3a3a;
}

.nttButtonOnFocus {
    padding: 2px;
    background: #2a2a2a;
    color: #CCCCCC;
    border-radius: 4px;
    border: 1px solid #666666;
    font-size: 11px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
    transition: background 0.2s ease;
}

.nttButtonOnFocus:hover {
    background: #3a3a3a;
}

.nttGridTextBox {
    border: none;
    display: inline-block;
    color: #CCCCCC;
    font-family: Roboto, Arial;
    font-size: 12px;
    text-decoration: none;
}

.nttTextBox {
    background-color: #000000;
    color: #e0e0e0;
    font-family: Roboto, Arial;
    font-size: 12px;
    border: 1px solid #444444;
    border-radius: 6px;
    box-shadow: inset 0 0 4px #111111;
    padding: 4px 6px;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
}

.nttTextBoxOnFocus {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: Roboto, Arial;
    font-size: 12px;
    border: 1px solid #888888;
    border-radius: 6px;
    box-shadow: 0 0 6px #555555;
    padding: 4px 6px;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
}

.nttCombo {
    background-color: #000000;
    color: #e0e0e0;
    font-family: Roboto, Arial;
    font-size: 12px;
    border: 1px solid #444444;
    border-radius: 6px;
    padding: 4px 6px;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
}

.nttComboOnFocus {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: Roboto, Arial;
    font-size: 12px;
    border: 1px solid #888888;
    border-radius: 6px;
    box-shadow: 0 0 6px #555555;
    padding: 4px 6px;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
}