﻿@import "Hoster_Colors.css";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
* {
  box-sizing: border-box;
  /* margin: 0; */
  /* padding: 0; */
  }
body {
  font-family: 'Source Sans Pro', sans-serif;
  /* font-weight: 300; */
}
body ::-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  /* font-weight: 300; */
}
body :-moz-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1;
  /* font-weight: 300; */
}
body ::-moz-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1;
  /* font-weight: 300; */
}
body :-ms-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  /* font-weight: 300; */
}

form {
  padding: 0px 0;
}

.divLash {
    background-color: var(--main-grid-back-color);
    border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border: 1px solid #7b9bf9;
    border-bottom: none;
    display: block;
    width: 100%;
    height: 5px;
    box-sizing: border-box;
    margin-top: 4px;
}
.tableLash {
    border-left: 1px solid #7b9bf9;
    border-right: 1px solid #7b9bf9;
    border-bottom: 1px solid #7b9bf9;
    width: 100%;
    border-spacing: 0px;
    background-color: rgba(230, 230, 250, 0.8);
    color: black;
    filter: alpha(opacity=100);
    font-family: Calibri;
    font-size: 14px;
}
.selectLash {
    border-left: 1px solid darkgray;
    border-right: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    width: 100%;
    border-spacing: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    filter: alpha(opacity=100);
    font-family: Calibri;
    font-size: 14px;
}
    .selectLash option {
        text-align: left;
        height: 30px;
        vertical-align: middle;
        cursor: pointer;
        border-top: 1px solid darkgray;
        padding-left: 6px;
        padding-top: 6px;
        color: #D0D0D0;
    }
    .selectLash option:hover {
        background-color: rgba(150, 150, 150, 0.5);
    }
.trLash {
    background-color: var(--main-grid-back-color);
    text-align: left;
}
    .trLash th {
        color: white;
        border-right: 1px solid rgba(0, 0, 80, 0.5);
        padding-left: 4px;
    }

    .trLash a: link {
        color: lightgreen;
    }

    .trLash a:visited {
        color: lightblue;
    }

    .trLash a:hover {
        color: lightyellow;
    }

    .trLash a:active {
        color: lightcoral;
    }

.frLash {
    background-color: var(--main-grid-back-color);
    text-align: center;
}
.frLash td {
    border-right: 1px solid darkgray;
    text-align: center;
}
.frLash table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tdX:hover {
    border-top: 1px solid darkgray;
}
.tdX td {
    border-top: 1px solid rgba(0, 0, 80, 0.3);
}
.tdY td {
    border-right: 1px solid rgba(0, 0, 80, 0.3);
}
.tdCell{
    cursor: pointer;
    text-align: left;
}
.tdCell td {
    padding-left: 4px;
    color: black;
}
    .tdCell:hover {
        background-color: rgba(150, 150, 150, 0.5);
        color: #D0D0D0;
    }

    .tdCell a:visited {
        color: lightgreen;
    }

    .tdCell a:link {
        color: lightblue;
    }



.tdCellStill{
    cursor: default;
    text-align: left;
}
.tdCellStill td {
    padding-left: 4px;
}
.blueGlass {
    background-color: rgba(80, 130, 250, 0.4);
}
.tfLash {
    background-color: var(--main-grid-back-color);
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    cursor: default;
    text-align: left;
}
.tfLash td {
    border-right: 1px solid #A0A0A0;
    font-weight: 900;
    padding-left: 4px;
}
.medioClaro {
  background-color: rgba(255, 255, 255, 0.9);
  filter: alpha(opacity=100);
}
.medioTransparente {
  background-color: rgba(255, 255, 255, 0.2);
  transition-duration: 0.75s;
}

.tileableGrid {
  background-image: url(graphics/BlurGrid.png);
}
.GridFila {
    cursor: pointer;
}

.GridFilaAlt {
    background-color: rgba(150, 150, 150, 0.2);
    color: darkblue;
    cursor: pointer;
}
.GridFilaSel {
    background-color: rgba(150, 250, 150, 0.2);
    color: darkgreen;
}
.GridFilaWeb {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
}
.GridHeader {
    padding-left: 3px;
    padding-right: 3px;
}
.GridHeaderSort {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 900;
}
    .GridHeaderSort:hover a {
        background-color: rgba(255, 255, 255, 0.5);
        font-weight: 900;
        border-radius: 3px;
        color: #D0D0D0;
    }
.GridHeaderSort a {
    text-decoration: none;
    color: #B0E0B0!important;
    display: block;
    width: 100%;
}
.GridHeaderAsc {
    padding-left: 5px!important;
    padding-right: 5px!important;
    background-image: url("graphics/IC_Descending16.png");
    background-position: right center;
    background-repeat: no-repeat;
}
    .GridHeaderAsc a {
        /*background-color: rgba(255, 255, 255, 0.5);*/
        border-radius: 3px;
        color: orange !important;
        font-weight: 900;
        text-decoration: none;
        display: block;
        width: 100%;
    }
.GridHeaderDesc {
    padding-left: 5px!important;
    padding-right: 5px!important;
    background-image: url("graphics/IC_Ascending16.png");
    background-position: right center;
    background-repeat: no-repeat;
}
    .GridHeaderDesc a {
        /*background-color: rgba(255, 255, 255, 0.5);*/
        border-radius: 3px;
        color: orange !important;
        font-weight: 900;
        text-decoration: none;
        display: block;
        width: 100%;
    }
.BKOpaque {
    background-color: #000001;
}
.BKTransparent {
    background-color: transparent;
    transition-duration: 0.75s;
}
.disabledButton {
    filter: grayscale(90%);
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.enabledButton {
    filter: grayscale(0%);
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.MainMenuBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 3px;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background-color: var(--main-frame-back-color);
    background-repeat: no-repeat;
    text-shadow: 1px 1px #000000;
}
.MainMenuBtn:hover {
  background-color: rgba(80, 130, 250, 0.4);
}
.MainMenuBtnOff {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 3px;
    display: block;
    text-align: center;
    cursor: default;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background-color: var(--main-frame-back-color);
    background-repeat: no-repeat;
    text-shadow: 1px 1px #000000;
}
.WinMenuBtn {
    width: auto!important;
    min-width: 64px!important;
    height: 52px;
    border: 1px solid transparent;
    background-position: center 5px;
    font-family: Calibri;
    font-size: 13px;
    color: #D0D0D0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    border-radius: 3px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinMenuBtn tr {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinMenuBtn tr td {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinMenuBtn tr td span {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinMenuBtn:hover {
    background-color: rgba(100, 100, 100, 0.4);
    border: 1px solid rgba(210, 230, 255, 0.8);
}

.WinMenuBtnChecked {
    width: auto !important;
    min-width: 64px !important;
    height: 52px;
    margin: 4px;
    background-position: center 5px;
    font-family: Calibri;
    font-size: 13px;
    color: white!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 3px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
    background-color: rgba(60, 60, 120, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.8);
}

    .WinMenuBtnChecked tr {
        padding: 0;
        margin: 0;
        border: 0;
        -webkit-font-smoothing: antialiased;
        border-collapse: collapse;
    }

        .WinMenuBtnChecked tr td {
            padding: 0;
            margin: 0;
            border: 0;
            -webkit-font-smoothing: antialiased;
            border-collapse: collapse;
        }

            .WinMenuBtnChecked tr td span {
                padding: 0;
                margin: 0;
                border: 0;
                -webkit-font-smoothing: antialiased;
                border-collapse: collapse;
                color: white;
            }

            .WinMenuBtnChecked tr td img {
                outline: 0;
            }

.WinOptionBtn {
    width: 64px!important;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-position: center 5px;
    background-color: rgba(100, 100, 100, 0.2);
    font-family: Calibri;
    font-size: 13px;
    color: black;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 4px;
    outline: 0;
    border-radius: 3px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinOptionBtn tr {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinOptionBtn tr td {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinOptionBtn tr td span {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
}

.WinOptionBtn:hover {
    background-color: rgba(100, 100, 100, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.bk16ico{
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    cursor: pointer;
}





/* HosterButton */

.HosterButton {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 2px 4px;
    display: inline-block;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif!important;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    font-weight: 300;
    background-color: #809090;
    color: #FFFFFF;
}
.HosterButton:hover {
    background-color: #A0B0A0;
    color: #FFFFFF;
}

.dinamycButton {
    width: auto; display: inline; margin-top: 10px; padding-top: 5px; padding-bottom: 5px; cursor: pointer;
}
.dinamycButton:hover {
    width: auto; display: inline; margin-top: 10px; padding-top: 5px; padding-bottom: 5px; cursor: pointer; background-color: rgba(255, 255, 255, 0.4);border: 1px solid rgba(0, 0, 0, 0.4);
}

.asCombo {
    -webkit-appearance: listbox;
       -moz-appearance: listbox;
            appearance: listbox;
}

.subTextBlack {
    font-family: Calibri;
    font-size: 13px;
    color: #202020;
}

.subTextWhite {
    font-family: Calibri;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
}

.Hide { 
    display: none;
}

.Show{ 
}

.PadLeft { 
    padding-left: 5px;
}

._ED_TAG {  color: #E0E0E0; }
._ED_TAGNAME {  color: #66Ace6; }
._ED_TAGTEXT {  color: #99aabb; }
._ED_TAGCOMMENT {  color: #40aa40; }
._ED_TAGINSERT {  color: #fba70f; }
._ED_CSSCODE {  color: #99aabb; }
._ED_CMD {  
    color: #7e2418; 
    background-color: #E0E0E0; 
    background-image: url(graphics/IC_item10.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    display: inline;
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 4px;
    font-family: monospace;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    border-top: 1px solid #cf9b8d;
    border-bottom: 1px solid #cf9b8d;
    border-left: 1px solid #ff6940;
    border-right: 1px solid #ff6940;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    cursor: pointer;
}
._ED_CMD:hover {  
    background-color: #F0F0F0; 
}
._ED_CMD_ITEM {
    color: #7e2418; 
    background-color: #E0E0E0; 
    background-image: url(graphics/IC_item10.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    display: inline;
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 4px;
    font-family: monospace;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    border-top: 1px solid #cf9b8d;
    border-bottom: 1px solid #cf9b8d;
    border-left: 1px solid #ff6940;
    border-right: 1px solid #ff6940;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    cursor: pointer;
}
._ED_CMD_ITEM:hover {  
    background-color: #FFFFFF; 
}
._ED_CMD_LIST {  
    color: #7e2418; 
    background-color: #E0E0E0; 
    background-image: url(graphics/IC_list10.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    display: inline;
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 4px;
    font-family: monospace;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    border-top: 1px solid #cf9b8d;
    border-bottom: 1px solid #cf9b8d;
    border-left: 1px solid #ff6940;
    border-right: 1px solid #ff6940;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    cursor: pointer;
}
._ED_CMD_LIST:hover {  
    background-color: #FFFFFF; 
}
._ED_CMD_SCRIPT {  
    color: #7e2418; 
    background-color: #E0E0E0; 
    background-image: url(graphics/IC_script10.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    display: inline;
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 4px;
    font-family: monospace;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    border-top: 1px solid #cf9b8d;
    border-bottom: 1px solid #cf9b8d;
    border-left: 1px solid #ff6940;
    border-right: 1px solid #ff6940;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    cursor: pointer;
}
._ED_CMD_SCRIPT:hover {  
    background-color: #FFFFFF; 
}

/* ESTILO DE LA APLICACIÓN  */

/* BACKGROUND */
body {
    background-color: #fefefe;
}
.bodyColor {
    background-color: #fefefe;
}
.BasicBody {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #91a4bd;
}
.DarkBody {
    background-color: rgba(34,34,40,0.6);
}

.LoginText {
    color: #404266;
}


.EXTBACKGROUND {
    background-color: #91a4bd;
}
.IFWORKSPACE {
    background-color: #fefefe;
    border: none;
    padding: 0px;
    margin: 0px;
}
.dinamycButton {
    background-color: #646464;
}
/* CONTROL FORECOLOR */
body {
    color: var(--main-frame-back-color);
}

.BT_ENABLED{
    filter: saturate(35%);
    /* Browser Specific */
    -webkit-filter: saturate(35%);
    -moz-filter: saturate(35%);
    -o-filter: saturate(35%);
    opacity: 1.0;
    cursor: pointer;
}

.BT_DISABLED{
    filter: saturate(100%);
    /* Browser Specific */
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    opacity: 0.5;
    cursor: default;
}

.BK_DARK{
    background-color: rgba(80,80,80,0.5); 
    -webkit-transition-duration: 1.00s;
    transition-duration: 1.00s;
    border-radius: 5px;
}

.BK_TRANSPARENT{
    background-color: rgba(80,80,80,0.0); 
    -webkit-transition-duration: 1.00s;
    transition-duration: 1.00s;
    border-radius: 5px;
}

.BK_SHOW{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition-duration: 1.00s;
    transition-duration: 1.00s;
}

.BK_UNHIDE{
    display: table;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.BK_HIDE{
    /* display: none; */
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.BAR_ENABLED{
    background-color: rgba(80,80,80,0.5); 
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition-duration: 1.00s;
    transition-duration: 1.00s;
}

.BAR_DISABLED{
    background-color: rgba(80,80,80,0.0); 
    opacity: 0.0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 1.00s;
    transition-duration: 1.00s;
}

.IM_SCRIPTICON{
    display: inline;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.RES_BUTTON {
    width: 150px; height: 28px; display: inline; cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px; font-weight: 100!important;
    background-color: #444444; color: #AcA8Af; border: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: 5px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; 
    padding-top: 5px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; 
}

.noBorders {
    margin: 0px; 
    padding: 0px; 
    border: none;
}

.TX_Label {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #200000;
    padding: 5px; 
    font-weight: 100;
    font-weight: 800!important;
}
.TX_Link {
    cursor: pointer;
    color: #a5e3fe;
    font-weight: 800!important;
}

.TX_SpanPlus {
    font-weight: 900!important;
}

.TX_SpanBtn {
    height: 32px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.TX_SpanBtn:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.3);
}

.TX_SpanPageBtOn {
    min-width: 120px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 6px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
}

    .TX_SpanPageBtOn:hover {
        border: 1px solid rgba(255, 255, 255, 0.7);
        background-color: rgba(0, 0, 0, 0.3);
    }

.TX_SpanPageBtOff {
    min-width: 120px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 6px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: rgba(84, 84, 84, 0.8);
    display: inline-block;
}

.TX_Yellow {
    color: #fcfca7;
}

.TX_Derivada {
    color: #fb9c6e;
}

.TX_Original {
    color: #68e2fd;
}

.TX_YellowBold {
    font-weight: 800!important;
    color: #fcfca7;
}
/* Frames de formulario */

.Frame{
    border: none;
    width: 100%;
}

.HFrame_EXT{
    border: none;
    width: 100%;
}

.HFrame1_1 { border: none; }
.HFrame1_2 { border: none; }
.HFrame2_2 { border: none; }
.HFrame1_3 { border: none; }
.HFrame2_3 { border: none; }
.HFrame3_3 { border: none; }

@media only screen and (max-width : 499px)
{
    .HFrame1_1 { width: 100%; }
    .HFrame1_2 { width: 100%; }
    .HFrame2_2 { width: 100%; }
    .HFrame1_3 { width: 100%; }
    .HFrame2_3 { width: 100%; }
    .HFrame3_3 { width: 100%; }
}
@media only screen and (min-width : 500px)
{
    .HFrame1_1 { width: 100%; }
    .HFrame1_2 { float: left; width: 50%; }
    .HFrame2_2 { width: 100%; }
    .HFrame1_3 { float: left; width: 33.3%; }
    .HFrame2_3 { float: left; width: 66.6%; }
    .HFrame3_3 { width: 100%; }
    .HFrame1_4 { float: left; width: 25%; }
    .HFrame2_4 { float: left; width: 50%; }
    .HFrame3_4 { float: left; width: 75%; }
    .HFrame4_4 { width: 100%; }
}


.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* DATA PANEL  */

.TX_DataPanel {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 8px;
    border-collapse: separate;
    border: 1px solid #014658;
    padding: 4px;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 100;
    background: #555b81;
    width: 100%;
    background: #606090; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #737f9f, #555b81); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #737f9f, #555b81); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #737f9f, #555b81); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #737f9f, #555b81); /* Standard syntax (must be last) */
}

.TX_ToolPanel {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 5px;
    border-top: 1px solid #262828;
    border-left: 1px solid #262828;
    border-right: 1px solid #262828;
    padding: 0px;
    margin-bottom: 4px;
    color: #204020;
    font-weight: 100;
    background: #eee;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #ccc, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ccc, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ccc, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom, #ccc, #eee); /* Standard syntax (must be last) */
}

.TX_FilterPanel {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #565858;
    padding: 0px; 
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 100;
    background: #7f8180;
    width: 100%;
    background: #8e908e; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(top, #9d9f9e, #7e817e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #9d9f9e, #7e817e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #9d9f9e, #7e817e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #9d9f9e, #7e817e); /* Standard syntax (must be last) */
}

.TX_FilterItem {
    border-radius: 5px;
    border: 1px solid rgba(80,80,80,0.5);
    background: #c8d5d5;
    color: black;
    display: inline-table; float: left;
    margin-left: 2px;
    margin-right: 2px;
}

.TX_FilterItem select {
    background: #e8f5f5;
    border-radius: 2px;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px!important;
    color: #003c00;
    outline: none;
    cursor: pointer;
}

.TX_FilterItem input {
    background: #e8f5f5;
    border-radius: 2px;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px!important;
    color: #003c00;
    outline: none;
    cursor: pointer;
}

.TX_FilterItem input[Type="button"] { background: #3c3c3c; color: #e8f5f5; }
.TX_FilterItem input[Type="submit"] { background: #3c3c3c; color: #e8f5f5; }

.TX_FilterItem td {
    vertical-align: middle;
}

.TX_FilterItem select:hover {
    background: #ffffef;
}

.TX_FilterItem input:hover {
    background: #ffffef;
}

.TX_FilterItem input[Type="button"]:hover { background: #5c6c5c; }
.TX_FilterItem input[Type="submit"]:hover { background: #5c6c5c; }

.TX_Grid {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px; 
    font-weight: 500; 
    color: #080808;
}

.TX_GridLink {
    color: #D0D0D0;
}   

.F_GrayGlass {
    position:fixed;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.5); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1.0;
    -webkit-animation-name: toGrayGlass; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.2s; /* Chrome, Safari, Opera */
    animation-name: toGrayGlass;
    animation-duration: 0.2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes toGrayGlass {
    0%   {display: block;opacity: 0.0;}
    100% {display: block;opacity: 0.5;}
}

/* Standard syntax */
@keyframes toGrayGlass {
    0%   {display: block;opacity: 0.0;}
    100% {display: block;opacity: 0.5;}
}

.F_Transparent {
    display: none;
    position:fixed;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.0); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    opacity: 0.0;
    -webkit-animation-name: toTransparent; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: toTransparent;
    animation-duration: 0.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes toTransparent {
    0%   {opacity: 0.7;}
    100% {opacity: 0.0;}
}

/* Standard syntax */
@keyframes toTransparent {
    0%   {opacity: 0.7;}
    100% {opacity: 0.0;}
}

.ThumbImage {
    opacity: 0.7; 
    cursor: pointer;
    -webkit-animation-name: toThumbDark; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
    animation-name: toThumbDark;
    animation-duration: 0.3s;
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes toThumbDark {
    0%   {opacity: 1.0;}
    100% {opacity: 0.7;}
}

/* Standard syntax */
@keyframes toThumbDark {
    0%   {opacity: 1.0;}
    100% {opacity: 0.7;}
}


.ThumbImage:hover { 
    opacity: 1; 
    cursor: pointer;
    -webkit-animation-name: toThumbLight; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
    animation-name: toThumbLight;
    animation-duration: 0.3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes toThumbLight {
    0%   {opacity: 0.7;}
    100% {opacity: 1.0;}
}

/* Standard syntax */
@keyframes toThumbLight {
    0%   {opacity: 0.7;}
    100% {opacity: 1.0;}
}

.CKBrick label{
    width: 120px;
    height: 60px;
}

.IC_Btn {
    cursor: pointer;
    -webkit-transition: -webkit-transform 1.0s ease-out;
    transition: transform 1.0s ease-out;
}

    .IC_Btn:hover {
        -webkit-transform: rotate(6deg) scale(1.1);
        transform: rotate(6deg) scale(1.1);
    }

.IC_SpinBtn {
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-out;
            transition:         transform .8s ease-out;
}
.IC_SpinBtn:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.IC_SpinBtnBK {
    background-image: url(/graphics/IC_AccionesBG32.png);
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: top;
}

 .CatLine {
    display: inline-block; 
    border-top: 1px solid darkgray;  
    border-bottom: 1px solid darkgray;  
    border-left: 2px solid darkgray;  
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    background: #5f677b; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #5f677b , #000001); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #5f677b, #000001); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #5f677b, #000001); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #5f677b , #000001); /* Standard syntax (must be last) */
    opacity: 0.7;
}

/* RESPONSIVE: MOBILE  */

@media only screen and (max-width : 599px)
{
        .WinMenuBtn {
            margin: 0px;
        }
        .MainBody {
            margin: 0px; padding: 0px; border: none; 
            background-color: #91a4bd; 
        }
        .ShowDesktop { 
            display: none;
        }

        .ShowMobile { 
        }

        .LitInput {
          padding: 0;
          margin: 0;
        }
        .LitCombo {
          padding: 0;
          margin: 0;
        }
        .CodeEdit {
          color:#9cdcfe;
          background-color:#111111;
          padding: 0px;
          height: 100%;
          font-family:monospace;
          font-size:16px;
          font-weight:400;
        }
        .SampleEdit {
          color:#fedcfe;
          background-color:#444444;
          padding: 0px;
          height: 100%;
          font-family:monospace;
          font-size:16px;
          font-weight:400;
        }
        .DIVCodeEdit {
          color:#9cdcfe;
          background-color:#111111;
          padding: 0px;
          font-family:monospace;
          font-size:16px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 500px;
          height: 200px;
          overflow-y: scroll;
          width: 100%;
          word-wrap: break-word;
          overflow-wrap: break-word;
          /* white-space: normal; */

          white-space: pre-wrap;       /* css-3 */
          white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
          white-space: -pre-wrap;      /* Opera 4-6 */
          white-space: -o-pre-wrap;    /* Opera 7 */
          word-wrap: break-word;       /* Internet Explorer 5.5+ */
        }
        .TACodeEdit {
          color:#9cdcfe;
          background-color:#111111;
          padding: 0px;
          font-family:monospace;
          font-size:16px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 200px;
          height: 200px;
          overflow-y: scroll;
          width: 100%;
          word-wrap: break-word;
          overflow-wrap: break-word;
        }
        .DIVCodeShow {
          color:#dcdcdc;
          background-color:#666666;
          padding: 0px;
          font-family:monospace;
          font-size:16px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 500px;
          height: 200px;
          overflow-y: scroll;
          width: 100%;
          word-wrap: break-word;
          overflow-wrap: break-word;
          white-space: normal;
        }
        .DIVSampleEdit {
          color:#fedcfe;
          background-color:#444444;
          padding: 0px;
          font-family:monospace;
          font-size:16px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 200px;
          height: 200px;
          overflow-y: scroll;
          width: 100%;
        }
        .IS_MOBILE{}
        .HIDE_MOBILE{
            display: none
        }
        .LEFT_TD{
            display: none
        }
        .CENTERED_TITLES{
            display: inline
        }
        .GridMainTitle{
            text-align: left;
            padding-left: 10px;
        }
        .GridAutoTitle{
            text-align: left;
            padding-left: 10px;
            width: auto;
        }
        .GridFila:hover {
        }
        .GridFilaAlt:hover {
        }
        .GridFilaSel:hover {
        }
        .GridFilaWeb:hover {
        }
        .OptionBtnHidden {
            background-color: transparent;
            border: 1px solid transparent;
            color: transparent;
            width: 0px;
            height: 0px;
            opacity: 0;
        }
        .OptionBtn {
            background-color: #c4d1ff;
            border: 1px solid #849191;
            color: black;
            opacity: 1;
        }
        .OptionBtnDisabled {
            background-color: #d3c7c2;
            border: 1px solid #a39792;
            color: #400000;
            opacity: 0.4;
        }
        .OptionBtn, .OptionBtnDisabled {
            width: 97%;
            height: 44px;
            background-position: 5px center;
            margin: 0 auto 10px auto;
            font-size: 18px;
            margin: 6px;
            padding: 0px 0px 0px 0px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            outline: 0;
            border-radius: 5px;
            display: block;
            float: left;
            text-align: center;
            cursor: pointer;
            -webkit-transition-duration: 0.25s;
                    transition-duration: 0.25s;
            background-repeat: no-repeat;
        }
        .OptionBtn:hover {
            background-color: #e4f1f1;
            border: 1px solid rgba(0, 0, 0, 0.8);
        }
        .OptionBtnDisabled:hover {
            background-color: #f3e7e2;
            border: 1px solid rgba(0, 0, 0, 0.8);
            color: #000000;
            opacity: 0.7;
        }

}

/* RESPONSIVE: DESKTOP */

@media only screen and (min-width : 600px)
{
        .WinMenuBtn {
            margin: 4px;
        }
        .MainBody {
            margin: 0px; padding: 0px; border: none; 
            background-color: #fefefe; 
            background-image: url(images/menubk.png); 
            background-position: left;
            background-repeat: repeat-y;
        }
        .ShowDesktop { 
        }

        .ShowMobile { 
            display: none;
        }
        .LitCombo {
          padding: 0;
          margin: 0;
        }
        .SampleEdit {
          color:#fedcfe;
          background-color:#444444;
          padding: 6px;
          height: 40px;
          font-family:monospace;
          font-size:16px;
          font-weight:400;
        }
        .CodeEdit {
          color:#9cdcfe;
          background-color:#111111;
          padding: 6px;
          height: 100%;
          font-family:monospace;
          font-size:13px;
          font-weight:400;
        }
        .DIVCodeEdit {
          color:#9cdcfe;
          background-color:#111111;
          padding: 6px;
          font-family:monospace;
          font-size:13px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 500px;
          height: 100%;
          width: 100%;
          word-wrap: break-word;
          overflow-wrap: break-word;
          /* white-space: normal; */

          white-space: pre-wrap;       /* css-3 */
          white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
          white-space: -pre-wrap;      /* Opera 4-6 */
          white-space: -o-pre-wrap;    /* Opera 7 */
          word-wrap: break-word;       /* Internet Explorer 5.5+ */
        }
        .TACodeEdit {
          color:#9cdcfe;
          background-color:#111111;
          padding: 6px;
          font-family:monospace;
          font-size:13px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 200px;
          height: 100%;
          width: 100%;
          word-wrap: break-word;
          overflow-wrap: break-word;
        }
        .DIVCodeShow {
          color:#dcdcdc;
          background-color:#666666;
          padding: 6px;
          font-family:monospace;
          font-size:13px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 500px;
          width: 100%;
          word-wrap: break-word;
          overflow-wrap: break-word;
          /* white-space: normal; */

          white-space: pre-wrap;       /* css-3 */
          white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
          white-space: -pre-wrap;      /* Opera 4-6 */
          white-space: -o-pre-wrap;    /* Opera 7 */
          word-wrap: break-word;       /* Internet Explorer 5.5+ */
        }
        .DIVSampleEdit {
          color:#fedcfe;
          background-color:#444444;
          padding: 6px;
          font-family:monospace;
          font-size:13px;
          font-weight:100;
          text-align: left;
          display:inline-block;
          border: solid 1px #000;
          min-height: 50px;
          width: 100%;
        }
        .IS_DESKTOP{}
        .HIDE_MOBILE{
            display: table-cell
        }
        .LEFT_TD{
            display: none
        }
        .CENTERED_TITLES{
            display: none
        }
        .GridMainTitle{
            text-align: left;
            padding-left: 10px;
        }
        .GridAutoTitle{
            text-align: left;
            padding-left: 10px;
            width: auto;
        }
        .GridFila:hover {
            background-color: rgba(150, 150, 150, 0.5);
            color: black;
        }
        .GridFilaAlt:hover {
            background-color: rgba(150, 150, 150, 0.5);
            color: darkblue;
        }
        .GridFilaSel:hover {
            background-color: rgba(150, 250, 150, 0.5);
            color: darkgreen;
        }
        .GridFilaWeb:hover {
            background-color: rgba(150, 150, 150, 0.6);
            color: black;
        }
        .OptionBtnHidden {
            background-color: transparent;
            border: 1px solid transparent;
            color: transparent;
            width: 0px;
            height: 44px;
            opacity: 0;
        }
        .OptionBtn {
            background-color: #c4d1ff;
            border: 1px solid #849191;
            color: black;
        }
        .OptionBtnDisabled {
            background-color: #d3c7c2;
            border: 1px solid #a39792;
            color: #400000;
            opacity: 0.4;
        }
        .OptionBtn, .OptionBtnDisabled {
            width: 100px;
            height: 100px;
            background-position: center 13px;
            margin: 0 auto 0px auto;
            font-size: 13px;
            margin: 6px;
            white-space: normal;
            padding: 46px 5px 0px 5px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            outline: 0;
            border-radius: 5px;
            display: block;
            float: left;
            text-align: center;
            cursor: pointer;
            -webkit-transition-duration: 0.25s;
                    transition-duration: 0.25s;
            background-repeat: no-repeat;
        }
        .OptionBtn:hover {
            background-color: #e4f1f1;
            border: 1px solid rgba(0, 0, 0, 0.8);
        }
        .OptionBtnDisabled:hover {
            background-color: #f3e7e2;
            border: 1px solid rgba(0, 0, 0, 0.8);
            color: #000000;
            opacity: 0.7;
        }

}

.OptionBtnMini {
    background-color: #c4d1ff;
    border: 1px solid #849191;
    color: black;
    width: 52px;
    height: 52px;
    background-position: center 0px;
    font-size: 8px;
    margin: 2px;
    white-space: normal;
    padding: 30px 5px 0px 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    border-radius: 5px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    background-repeat: no-repeat;
}

.OptionBtnMiniOn {
    background-color: #c4efd1!important;
}

.HintBox {
    background-color: rgba(255, 250, 230, 0.8);
    color: #000000;
    padding: 10px;
    border: 1px solid darkgray;
    border-radius: 6px;
}



.LitInput {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    border-top: none;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #606060;
    border-radius: 1px;
    display: inline-block;
    text-align: left;
    font-family: "Source Sans Pro", sans-serif!important;
    font-weight: 600;
    font-size: 16px;
    color: #303030;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    background-color: transparent;
}
.LitInput:hover {
    background-color: #E0FFE0;
    border-top: none;
    border-left: 1px solid #8080A0;
    border-right: 1px solid #8080A0;
    border-bottom: 1px solid #6060FF;
    color: #4040A0;
}
.LitInput:focus {
    background-color: #FFFFFF;
    border-top: none;
    border-left: 1px solid #8080A0;
    border-right: 1px solid #8080A0;
    border-bottom: 1px solid #308030;
    color: #306030;
}

.LitCombo {
    outline: 0;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #606060;
    border-radius: 2px;
    display: inline-block;
    text-align: left;
    font-family: "Source Sans Pro", sans-serif!important;
    font-weight: 600;
    font-size: 16px;
    color: #F0F0F0;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    background-color: transparent;
}
.LitCombo:hover {
    background-color: #E0FFE0;
    border-top: 1px solid #8080A0;
    border-left: 1px solid #8080A0;
    border-right: 1px solid #8080A0;
    border-bottom: 1px solid #6060FF;
    color: #FFFFFF;
}
.LitCombo:focus {
    background-color: #FFFFFF;
    border-top: 1px solid #8080A0;
    border-left: 1px solid #8080A0;
    border-right: 1px solid #8080A0;
    border-bottom: 1px solid #308030;
    color: #F0F0F0;
}
.LitCombo option {
    margin-left: 0px;
    margin-left: 0px;
    color:#fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
    background-color: #646464;
}

.ITEM_TITLES {
    display: inline;
    font-family: "Source Sans Pro", sans-serif !important;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    color: var(--window-page-text-color);
}

.ITEM_LASH {
    display: inline;
    font-family: "Source Sans Pro", sans-serif !important;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    color: var(--window-page-text-color);
    border-top: 2px solid gray !important;
    border-left: 2px solid gray !important;
    border-right: 2px solid gray !important;
    border-bottom: 2px solid gray !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ITEM_LASH_SEL {
    display: inline;
    font-family: "Source Sans Pro", sans-serif !important;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    color: var(--window-page-text-color);
    background-color: white;
    border-top: 2px solid darkblue !important;
    border-left: 2px solid darkblue !important;
    border-right: 2px solid darkblue !important;
    border-bottom: 0px hidden transparent !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.CTable {
    -webkit-border-vertical-spacing: 2px;
}

.CTable tr {
    -webkit-border-vertical-spacing: 2px;
}

    .CTable td {
        -webkit-border-vertical-spacing: 2px;
    }

.noTextSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

/* RESPONSIVE: MOBILE  */

@media only screen and (max-width : 779px) {
    .ThumbPreview_Show { display: none; }
    .ThumbPreview_Hiding { display: none; }
    .ThumbPreview_Hide { display: none; }
}

@media only screen and (min-width : 780px) {
    .ThumbPreview_Show {
        position: absolute;
        z-index: 5;
        left: 280px;
        right: 0;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        width: 400px;
        top: 266px;
        opacity: 1.0;
        -webkit-transition-duration: 0.70s;
        transition-duration: 0.70s;
        border: 3px double gray;
        background-color: #A0A0A0;
    }

    .ThumbPreview_Hiding {
        position: absolute;
        z-index: 5;
        left: 280px;
        right: 0;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        width: 400px;
        top: 266px;
        opacity: 0.0;
        -webkit-transition-duration: 0.70s;
        transition-duration: 0.70s;
        border: 3px double gray;
    }

    .ThumbPreview_Hide {
        display: none;
/* 
        position: absolute;
        z-index: -5;
        left: 280px;
        right: 0;
        top: 0px!important;
        bottom: 0px;
        border: 3px double transparent;
*/
    }
}

@media only screen and (max-width: 1023px) {


/* BACKGROUNDS*/

    .hosterBK {
        padding: 5px;
    }

    .hosterBKMain {
        padding: 5px;
    }

    .hosterBKMain:before
    {
        content: "";
        position: absolute;
        width: 120%;
        height: 100%;
        top: -25%;
        left: 0%;
        z-index: -1;
        background-image: url(//admin.hoster.es/images/LOGO_H.svg);
        background-position: center center;
        background-repeat: no-repeat;

        opacity: 0.15;
    
        -webkit-transform: rotate3d(0,0,1,0deg) scale3d(0.6,0.6,0.6);
        -moz-transform: rotate3d(0,0,1,0deg) scale3d(0.6,0.6,0.6);
        -ms-transform: rotate3d(0,0,1,0deg) scale3d(0.6,0.6,0.6);
        transform: rotate3d(0,0,1,0deg) scale3d(0.7,0.7,0.7);
    }

    .hosterBKPage {
        margin: 0;
        padding: 5px;
        background-position: 50% -10%;
        background-repeat: no-repeat;
        background-color: #fefefe!important;
        font-family: "arial",heletica,sans-serif;
        font-size: 12px;
        color: white;
    }

    .hosterBKWindow {
        margin: 0;
        padding: 10px;
        font-family: "arial",heletica,sans-serif;
        font-size: 12px;
        vertical-align: top;
        width: 100%;
        background-color: var(--window-page-back-color);
        color: var(--window-page-text-color);
    }

}

@media only screen and (min-width: 1024px) {

    .hosterBK {
        padding: 5px;
    }

    .hosterBKMain {
        padding: 5px;
    }

    .hosterBKMain:before
    {
        content: "";
        position: absolute;
        width: 400%;
        height: 400%;
        top: -150%;
        left: -150%;
        z-index: -1;
        background-image: url(//admin.hoster.es/images/LOGO_H.svg);
        background-position: center center;
        background-repeat: no-repeat;

        opacity: 0.09;
    
        -webkit-transform: rotate3d(0,0,1,0deg) scale3d(1,1,1);
        -moz-transform: rotate3d(0,0,1,0deg) scale3d(1,1,1);
        -ms-transform: rotate3d(0,0,1,0deg) scale3d(1,1,1);
        transform: rotate3d(0,0,1,0deg) scale3d(1,1,1);
    
        -webkit-animation: bkZoom 20s linear;
        -moz-animation: bkZoom 20s linear;
        -ms-animation: bkZoom 20s linear;
        animation: bkZoom 20s linear;
    }

    @-webkit-keyframes bkZoom {
        0%      { -webkit-transform: rotate3d(0,0,1,-198deg) scale3d(2.6,2.6,2.6); opacity: 0.0;}
        15%      { -webkit-transform: rotate3d(0,0,1,-180deg) scale3d(2.6,2.6,2.6); opacity: 0.2;}
        100%    { -webkit-transform: rotate3d(0,0,1,0deg) scale3d(1,1,1); opacity: 0.06;}
    }

    @-moz-keyframes bkZoom {
        0%      { -moz-transform: rotate3d(0,0,1,-198deg) scale3d(2.6,2.6,2.6); opacity: 0.0;}
        15%      { -moz-transform: rotate3d(0,0,1,-180deg) scale3d(2.6,2.6,2.6); opacity: 0.2;}
        100%    { -moz-transform: rotate3d(0,0,1,0deg) scale3d(1,1,1); opacity: 0.06;}
    }

    @-ms-keyframes bkZoom {
        0%      { -ms-transform: rotate3d(0,0,1,-198deg) scale3d(2.6,2.6,2.6); opacity: 0.0;}
        15%      { -ms-transform: rotate3d(0,0,1,-180deg) scale3d(2.6,2.6,2.6); opacity: 0.2;}
        100%    { -ms-transform: rotate3d(0,0,1,0deg) scale3d(1,1,1); opacity: 0.06;}
    }

    @keyframes bkZoom {
        0%      { transform: rotate3d(0,0,1,-198deg) scale3d(2.6,2.6,2.6); opacity: 0.0;}
        15%      { transform: rotate3d(0,0,1,-180deg) scale3d(2.6,2.6,2.6); opacity: 0.2;}
        100%    { transform: rotate3d(0,0,1,0deg) scale3d(1,1,1); opacity: 0.06;}
    }

    .hosterBKPage {
        margin: 0;
        padding: 5px;
        background-position: 50% -10% !important;
        background-repeat: no-repeat;
        background-color: #fefefe !important;
        font-family: "arial",heletica,sans-serif;
        font-size: 12px;
        -webkit-animation: 2s ease-out 0s normal none animate;
        -moz-animation: 2s ease-out 0s normal none animate;
        -ms-animation: 2s ease-out 0s normal none animate;
        -o-animation: 2s ease-out 0s normal none animate;
        animation: 2s ease-out 0s normal none animate;
        color: white;
    }
 
    @-webkit-keyframes animate {
	    0% {background-position: 300% -10%;}
	    100% {background-position: 50% -10%;}
    }
    @-moz-keyframes animate {
	    0% {background-position: 300% -10%;}
	    100% {background-position: 50% -10%;}
    }
    @-ms-keyframes animate {
	    0% {background-position: 300% -10%;}
	    100% {background-position: 50% -10%;}
    }
    @-o-keyframes animate {
	    0% {background-position: 300% -10%;}
	    100% {background-position: 50% -10%;}
    }
    @keyframes animate {
	    0% {background-position: 300% -10%;}
	    100% {background-position: 50% -10%;}
    }

    .hosterBKWindow {
        margin: 0;
        padding: 10px;
        font-family: "arial",heletica,sans-serif;
        font-size: 12px;
        vertical-align: top;
        width: 100%
    }

}


/* ==== */
/* RESP */
/* ==== */

/* RespButton */

.RespButton {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    outline: 0;
    border: 2px solid black;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
    cursor: pointer;
}

    .RespButton:hover {
        border: 2px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespButton:focus {
        border: 2px solid #008000;
        background-color: #F0FFF0;
    }

/* RespCheck */

.RespCheck {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 3px;
    margin: 1px;
    display: inline;
    text-align: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
}

    .RespCheck:hover {
        border: 1px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespCheck:focus {
        border: 1px solid #008000;
        background-color: #F0FFF0;
    }

/* RespCombo */

.RespCombo {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    outline: 0;
    border: 1px solid black;
    border-radius: 3px;
    display: block;
    text-align: left;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
}

    .RespCombo:hover {
        border: 1px solid #0000C0;
        background-color: #FFFFFF;
    }

    .RespCombo:focus {
        border: 1px solid #000080;
        background-color: #F0F0FF;
    }

    .RespCombo option {
        margin: 40px;
        background: #738393;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    }

/* RespInput */

.RespInput {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid black;
    border-radius: 3px;
    display: block;
    text-align: left;
    font-size: 13px;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
    padding-left: 4px;
}

    .RespInput:hover {
        border: 1px solid #0000C0;
        background-color: #FFFFFF;
    }

    .RespInput:focus {
        border: 1px solid #000080;
        background-color: #F0F0FF;
    }

/* RespGrid */

.RespGrid {
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 250px;
    border-radius: 3px;
    display: block;
    text-align: left;
    font-size: 18px;
    color: white;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    background-color: #646464;
    padding: 4px 15px;
    margin: 0 auto 6px auto;
}

.RespGridTDHover {
    color: black;
    background-color: #343434;
}

/* RespList */

.RespList {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    display: block;
    text-align: left;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}
