﻿@import "avi_Colors.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin: 0;
    background-color: #990000;
    min-height: 70%;
    color: black;
}

    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;
    }
.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; 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_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_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;
    }





.Grid_Row_Padding td {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.Grid_Row_Padding th {
    padding-left: 4px;
    padding-right: 4px;
}

/* 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;
}

/* RESPONSIVE: MOBILE  */

@media only screen and (max-width : 649px)
{
    .RespInput {
      padding: 2px 7px;
    }
    .RespCombo {
      padding: 5px 7px;
    }
    .onMobile {
    }
    .onDesktop {
        display: none!important;
    }
    .halfTable {
        width: 100%;
    }
    .ShowWhenSMALL {
    }

    .ShowWhenBIG {
        display: none
    }
}

/* RESPONSIVE: DESKTOP */

@media only screen and (min-width : 650px)
{
    .RespInput {
      padding: 2px 7px;
    }
    .RespCombo {
      padding: 2px 7px;
    }
    .onMobile {
        display: none!important;
    }
    .onDesktop {
    }
    .halfTable {
        width: 48%;
        float: left;
    }
    .ShowWhenSMALL {
        display: none
    }

    .ShowWhenBIG {
    }
}

.LabelBtn {
    font-family: Roboto, sans-serif;
    font-size: Small !important;
    line-height: 12px !important;
}
    .LabelBtn br {
        font-family: Roboto, sans-serif;
        font-size: Small !important;
        line-height: 12px !important;
    }

.HeadIcon:disabled{
    filter: alpha(opacity = 50) grayscale(20%)!important;
}

/* RESPONSIVE: DESKTOP */

@media only screen and (min-width : 650px) {
}

.Grid_Row {
    background-color: white;
    color: #333333;
    height: 30px;
}

    .Grid_Row:hover {
        background-color: #E0E0E0;
        color: #333333;
        height: 30px;
    }


.compactButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 210px;
    border-radius: 3px;
    padding: 3px 4px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: white;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

    .compactButton:hover {
        background-color: rgba(128, 128, 128, 0.4);
    }

.compactButtonSelected {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 250px;
    border-radius: 3px;
    padding: 3px 4px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: white;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

    .compactButtonSelected:hover {
        background-color: rgba(128, 128, 128, 0.4);
    }

/* RESPONSIVE: DESKTOP */
@media only screen and (min-width : 1300px) {
    .gridTitleCell {
        width: 250px;
    }

    .headBtn {
        padding-left: 10px !important;
        padding-right: 20px !important;
    }

    .detailTable {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

/* RESPONSIVE: MOBILE  */
@media only screen and (max-width : 1299px) {
    .gridTitleCell {
        width: 100px;
    }

    .headBtn {
        word-wrap: break-word;
        word-break: break-all;
    }

    .detailTable {
        width: 100%;
        max-width: 1150px;
        text-align: left;
    }
}

.headBtn {
    border: 1px solid transparent;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .headBtn:hover {
        border: 1px solid white;
        background-color: rgba(40, 40, 40, 1.0)!important;
    }

    .headBtn a {
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
        width: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .headBtn a:hover {
            color: #efefff;
        }

.headStatic {
    border: 1px solid transparent;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.headUP {
    background-image: url("/graphics/arrup.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.headDOWN {
    background-image: url("/graphics/arrdown.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.topBarTitle {
    background-color: var(--topBarTitle-background-color);
}

.splashTitle {
    background-color: var(--splashTitle-background-color);
}

.defaultButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91a3b8;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91a3b8;
    box-shadow: inset 0px 1px 3px 0px #91a3b8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9a97a8), color-stop(1, #6b717a));
    background: -moz-linear-gradient(top, #9a97a8 5%, #6b717a 100%);
    background: -webkit-linear-gradient(top, #9a97a8 5%, #6b717a 100%);
    background: -o-linear-gradient(top, #9a97a8 5%, #6b717a 100%);
    background: -ms-linear-gradient(top, #9a97a8 5%, #6b717a 100%);
    background: linear-gradient(to bottom, #9a97a8 5%, #6b717a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a97a8', endColorstr='#6b717a',GradientType=0);
    background-color: #9a97a8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2c3166;
}

.defaultButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6b717a), color-stop(1, #9a97a8));
    background: -moz-linear-gradient(top, #6b717a 5%, #9a97a8 100%);
    background: -webkit-linear-gradient(top, #6b717a 5%, #9a97a8 100%);
    background: -o-linear-gradient(top, #6b717a 5%, #9a97a8 100%);
    background: -ms-linear-gradient(top, #6b717a 5%, #9a97a8 100%);
    background: linear-gradient(to bottom, #6b717a 5%, #9a97a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b717a', endColorstr='#9a97a8',GradientType=0);
    background-color: #6b717a;
}

    .defaultButton:active {
        position: relative;
        top: 1px;
    }

.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;
            }

