﻿@import url(//fonts.googleapis.com/css?family=Roboto);
* {
  box-sizing: border-box;
/*  margin: 0;
  padding: 0;
*/}

td {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Roboto', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Roboto', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 300;
}
form {
  padding: 0px 0;
}

.RespButton {
    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;
    }


.RespText {
    font-family: 'Roboto', sans-serif !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    display: block;
    text-align: left;
    font-size: 13px;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 700;
    min-height: 22px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


.RespInput {
    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;
}

    .RespInput:hover {
        border: 1px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespInput:focus {
        border: 1px solid #008000;
        background-color: #F0FFF0;
    }

.RespList {
    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;
}

.RespCombo {
    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 #00C000;
        background-color: #FFFFFF;
    }

    .RespCombo:focus {
        border: 1px solid #008000;
        background-color: #F0FFF0;
    }

    .RespCombo option {
        margin: 40px;
        background: #738393;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    }

.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;
    }

.dinamycButton {
    width: auto;
    display: inline;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}

    .dinamycButton:hover {
        width: auto;
        display: inline;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

.asCombo {
    -webkit-appearance: listbox;
       -moz-appearance: listbox;
            appearance: listbox;
}

.Hide { 
    display: none;
}

.Grid_Row_Padding td {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.Grid_Row_Padding th {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

/* ESTILO DE LA APLICACIÓN  */

/* BACKGROUND */
body {
    background-color: #FFFFFF;
}
.IFWORKSPACE {
    background-color: #FFFFFF;
}
/* CONTROL BACKGROUND */
.RespButton {
    background-color: #FFFFFF;
}

.RespInput {
    background-color: #FFFFFF;
}

.RespList {
    background-color: #FFFFFF;
}

.RespCombo {
    background-color: #FFFFFF;
}

.dinamycButton {
    background-color: #3F678C;
}

/* CONTROL HILIGHT */
    .dinamycButton:hover {
        background-color: #9ca9b8;
    }

/* CONTROL FORECOLOR */
body {
  color: #18006a;
}

.GridFila {
    cursor: pointer;
}

    .GridFila:hover {
    }

    .GridFila:hover {
        background-color: rgba(150, 150, 150, 0.5);
        color: black;
    }

/* RESPONSIVE: MOBILE  */

@media only screen and (max-width : 649px)
{
/*    .RespInput {
      padding: 4px 15px;
      margin: 0 auto 10px auto;
    }
    .RespCombo {
      padding: 10px 15px;
      margin: 0 auto 10px auto;
    }
*/    .onMobile {
    }
    .onDesktop {
        display: none!important;
    }
    .halfTable {
        width: 100%;
    }
}

/* RESPONSIVE: DESKTOP */

@media only screen and (min-width : 650px)
{
/*    .RespInput {
      padding: 4px 15px;
      margin: 0 auto 4px auto;
    }
    .RespCombo {
      padding: 4px 15px;
      margin: 0 auto 4px auto;
    }
*/    .onMobile {
        display: none!important;
    }
    .onDesktop {
    }
    .halfTable {
        width: 48%;
        float: left;
    }
}

.LabelBtn {
    font-family: roboto;
    font-size: Small !important;
    line-height: 12px !important;
    font-weight: 500;
}

    .LabelBtn br {
        font-family: roboto;
        font-size: Small !important;
        line-height: 12px !important;
    }

.HeadIcon:disabled {
    filter: alpha(opacity = 50) grayscale(20%) !important;
}

.Frame {
    width: 100%;
}

.titleHead {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.barBtn {
    color: #404040;
    background-color: transparent;
    border-radius: 6px;
    display: inline-block;
    font-family: roboto;
    font-size: 13px;
    margin-top: 0px;
    height: 20px;
    vertical-align: top;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    border: none;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

    .barBtn:hover {
        color: #00aeef;
        background-color: #1d3046;
    }

.barBtnBack {
    background-image: url("/graphics/IC_HOME.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.barBtnTable {
    float: left;
    border-spacing: 0px;
}
.barBtnBack:hover {
    color: #C0C0FF;
    border-color: #5050FF;
}
.barBtnTheme {
    font-family: roboto;
    font-size: 10px;
    line-height: 10px;
    border-spacing: 0px;
    padding-left: 15px;
    color: #000000;
    font-style: italic;
}
.barBtnName {
    border-spacing: 0px;
    font-family: roboto;
    font-size: 22px;
    line-height: 10px;
}
.sGVRow {
    cursor: pointer;
    color: #333333;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
    .sGVRow:hover {
        color: darkblue;
        background-color: rgba(200,200,200,0.5);
    }

.Grid_Table {
    background-color: White;
    border-color: #3F67AC;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 12px #000000;
}

.Grid_Table_Auto {
    background-color: White;
    border-color: #3F67AC;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-collapse: collapse;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 12px #000000;
}

.Grid_Header {
    color: Black;
    background-color: White;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 35px;
}

    .Grid_Header th {
        padding-left: 2px;
    }

        .Grid_Header th:nth-child(1) {
            padding-left: 4px;
        }



.Grid_Footer {
    color: Black;
    background-color: White;
    font-weight: bold;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.Grid_Pager {
    color: Black;
    background-color: White;
    font-weight: bold;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Grid_Row {
    background-color: white;
    color: #333333;
    height: 30px;
    border-left: 2px solid darkgray;
    border-right: 2px solid black;
}

    .Grid_Row:hover {
        background-color: #E0E0E0;
        color: #333333;
        height: 30px;
    }

    .Grid_Row td {
        padding-left: 2px;
    }

        .Grid_Row td:nth-child(1) {
            padding-left: 4px;
        }

.Grid_Row_Dark {
    background-color: #666666;
    color: white;
    height: 30px;
}

    .Grid_Row_Dark:hover {
        background-color: #A0A0A0;
        color: white;
        height: 30px;
    }

    .Grid_Row_Dark td {
        font-weight: 300;
    }

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}






/* Actual CSS below */

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
input[type="radio"] {
    /* Reset to static positioning (ideally, remove the position: absolute; from Bootstrap) */
    position: static;
    align-self: center;
    /* Align in the case where flex doesn't apply (checkbox & radio addons, mostly) */
    vertical-align: middle;
    /* Setting width and height is optional; alignment works without. However, setting it allows for more predictable layouts. */
    min-width: 16px;
    min-height: 16px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    /* 16 (min-width of input) + 4 = 20 */
    margin: 0 4px 0 -20px;
}

.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
    display: inline-flex;
}


.EMBar {
    width: 100%;
    height: 35px;
    text-align: left;
    vertical-align: top;
    background-color: #f8f8f8;
    border-spacing: 0px;
    border: 1px solid lightgray;
    border-radius: 6px;
    animation: mybar 1s 1;
    animation-delay: 0s;
}

@keyframes mybar {
    0% {
        opacity: 0.0;
    }

    10% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#LB_PageTitle {
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-weight: 600;
    font-size: 24px;
}


.WinMenuBtn {
    width: auto !important;
    min-width: 64px !important;
    height: 52px;
    border: 1px solid transparent;
    background-position: center 5px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #000000;
    -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: Roboto, sans-serif;
    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;
            }

.workSpaceTitle {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

