﻿@import url('https://fonts.googleapis.com/css?family=Archivo');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

:root {
    --product1-abastecimientos-color: #D53B3D;
    --product2-construccion-color: #BF5700;
    --product3-planmaestro-color: #727070;
    --product4-finanzas-color: #1F854E;
    --product5-viviendausada-color: #0E78B0;
    --product6-inversionistas-color: #1D1D1B;
    --product7-creditospuente-color: #0D837D;
    --product8-ventas-color: #004C7D;
    --product9-postventa-color: #652F89;
    --product13-controlpresupuestal-color: #D1A711;
    --product16-tablerosbi-color: #934767;
    --product17-portalcliente-color: #800C00;
    --product19-mapas-color: #99CC00;
    --active-button-color: #20807D;
    --hover-button-color: #2FB2AB;
    --inactive-button-color: #999999;
}

* {
    font-family: Roboto;
}

frame {
    border: 0px solid black;
}

body {
    margin: 0px;
    font-family: Roboto;
    font-size: 12pt;
}

span {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
}

label {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
}

input {
    border: 0px solid rgb(40, 47, 51);
    border-image: none;
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    background-color: white;
}

select {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px rgb(142, 142, 142);
}

textarea {
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px rgb(142, 142, 142);
    border-image: none;
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    background-color: white;
}

a:link {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
}

a:active {
    color: rgb(47, 49, 54);
    font-family: Roboto;
}

a:visited {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 8pt;
}

a:hover {
    cursor: pointer;
}

p {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
}

li {
    color: rgb(51, 51, 51);
    font-family: Roboto;
    font-size: 10pt;
}

.button {
    border: 1px solid currentColor;
    border-image: none;
    color: white;
    font-family: Roboto;
    font-size: 12pt;
    background-color: rgb(0, 160, 157);
    border-radius: 0px;
    padding: 7px 14px 7px 14px;
    margin: 0 4px 0 0;
    cursor: pointer;
    text-transform: uppercase;
}

    .button:hover {
        background-color: #006d6b;
    }

.InputFile {
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px red;
    border-image: none;
    color: white;
    font-family: Roboto;
    font-size: 8pt;
    background-color: red;
    //rgb(143, 143, 143);
}

.Caption {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 8pt;
}

.Subtitle {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bold;
}

.Invisible {
    display: none;
}

.Margin {
    padding: 0px;
    border: 0px currentColor;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: White;
}

.layout {
    border: none;
    background: white;
}

.Grid {
    padding: 1px;
    border: 0px rgb(142, 142, 142);
    border-image: none;
    border-top;
    10px rgb(142, 142, 142);
    overflow: auto;
}


.GridHeader {
    height: 50px;
    width: 100%;
    text-align: center;
}

    .GridHeader a {
        background: none;
        color: rgb(87, 89, 91);
        font-family: Roboto;
        font-size: 14px;
        font-weight: bolder;
        background-color: white;
        text-decoration: none;
        padding: 0px 0px;
    }


.GridHeader2 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bolder;
    position: relative;
    background-color: rgb(255, 220, 188);
}

a.LinkHeader {
    color: rgb(47, 49, 54);
    text-decoration: none;
}

.GridAlternate {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    background-color: white;
    border-bottom: 1px solid rgb(229, 229, 229);
    line-height: 20pt;
}

    .GridAlternate a {
        color: rgb(87, 89, 91);
        text-decoration: none;
        font-weight: bold;
    }

.GridItem {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    background-color: rgb(249, 249, 249);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -4px inset;
    box-sizing: box-shadow;
    border-bottom: 1px solid rgb(229, 229, 229);
    line-height: 20pt;
}

    .GridItem a {
        color: rgb(87, 89, 91);
        text-decoration: none;
        font-weight: bold;
    }

/************************************************/
.GridItemNumber {
    text-align: right;
}

.GridHeaderNumber {
    text-align: center;
}

.GridBooleanItem {
    text-align: center;
}

.GridDecimalItem {
    text-align: right;
}

.GridCurrencyItem {
    text-align: right;
}

.GridUnitItem {
    text-align: center;
}

.GridNumDiasItem {
    text-align: center;
}

.GridIntItem {
    text-align: right;
}

.GridIdNumItem {
    text-align: center;
}

.GridCurrency {
    padding: 1px;
    border: 0px rgb(142, 142, 142);
    border-image: none;
    border-top;
    10px rgb(142, 142, 142);
    overflow: auto;
    text-align: right;
}
/************************************************/

.NavigatorBold {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
}

.NavigatorNormal {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    vertical-align: middle;
}

.NavigatorBg {
    color: rgb(47, 49, 54);
    font-size: 10pt;
    vertical-align: middle;
    border-bottom: 1px solid gray;
}

.Level0 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    text-decoration: none;
    margin-left: 0px;
}

.Level1 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    text-decoration: none;
}

.Level2 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
}

.Label0 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 8pt;
}

.Label1 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 8pt;
}

.Label2 {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 8pt;
}

#outerDiv {
    position: relative;
}

#innerDiv {
    overflow: auto;
}

    #innerDiv td {
        white-space: nowrap;
    }

.dpHeader {
    /*color: white; font-family: Arial; font-size: 10pt; font-weight: bold; background-color: rgb(247, 169, 69);*/
    color: black;
    font-family: Roboto,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background-color: White;
}

.dpBody {
    /*border: 1px solid rgb(179, 193, 219); border-image: none; font-family: Arial; font-size: 9pt;*/
    border-top: 0.5px solid #D9E0ED;
    border-bottom: 0.5px solid #D9E0ED;
    border-image: none;
    font-family: Roboto, Sans-Serif;
    font-size: 9pt;
}

.Title {
    font-family: Roboto;
    font-size: 16pt;
}

.TitleWelcome {
    color: black;
    font-family: Roboto;
    font-size: 16pt;
}

.HeaderBar {
    background-color: white;
    //rgb(247, 169, 69);
    //rgb(135, 90, 123);
}

.BottomBar {
    background-color: red;
    //rgb(47, 49, 54);
    //rgb(247, 169, 69);
    //rgb(135, 90, 123);
    //rgb(235, 31, 35);
}

.HeaderBar span {
    color: rgb(87, 89, 91);
    ;
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: center;
}

    .HeaderBar span.AppName {
        color: rgb(87, 89, 91);
        font-family: Roboto;
        font-size: 20pt;
        font-weight: bold;
        vertical-align: center;
    }

    .HeaderBar span.Navigator {
        color: rgb(87, 89, 91);
        font-family: Roboto;
        font-size: 10pt;
        font-weight: normal;
        vertical-align: center;
        padding-right: 20px;
        text-align: right;
    }

    .HeaderBar span.Date {
        color: rgb(87, 89, 91);
        font-family: Roboto;
        font-size: 10pt;
        font-weight: bold;
        vertical-align: center;
    }

.BottomBar span {
    color: white;
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bold;
}

.Header {
    background-color: white;
}

    .Header span {
        color: white;
        font-family: Roboto;
        font-size: 10pt;
        font-weight: bold;
    }

    .Header a {
        color: white;
        font-family: Roboto;
        font-size: 10pt;
        font-weight: bold;
    }

.MenuUl {
    padding-left: 10px;
    width: 100%;
}

.MenuHeader {
    padding: 1px;
    border: 1px solid rgb(243, 243, 243);
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bolder;
    background-color: rgb(255, 220, 188);
}

.MenuHeader2 {
    padding: 1px;
    border: none;
    text-align: left;
    color: rgb(88, 89, 91);
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bolder;
    background-color: none;
    list-style: none;
    margin-left: 0px;
}

.MenuItem {
    text-align: left;
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    background-color: white;
    list-style: none;
    border-left: 4px solid white;
}

    .MenuItem:hover {
        background-color: rgb(249, 249, 249);
        border-left: 4px solid red;
    }

        .MenuItem:hover .LinkMenu {
            color: Black;
        }

.LinkMenu {
    color: rgb(87, 89, 91);
    font-family: Roboto;
    font-size: 10pt;
    text-decoration: none;
    cursor: pointer;
    margin: 4px 0px;
    padding-left: 4px;
    display: inline-block;
}

.MenuLinkBack {
    text-align: center;
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    background-color: white;
}

.MenuItemLayout {
    border-style: solid;
    border-color: rgb(255, 255, 255);
}

.DoIt {
    font-family: Roboto;
    font-size: 8pt;
    background-color: yellow;
}

.CheckOut {
    font-family: Roboto;
    font-size: 8pt;
    background-color: green;
}

.DontDoIt {
    font-family: Roboto;
    font-size: 8pt;
}

.GridLeftHeader {
    color: white;
    font-family: Roboto;
    font-size: 8pt;
    background-color: darkgray;
}

.GridLeftTopHeader {
    color: white;
    font-family: Roboto;
    font-size: 8pt;
    background-color: rgb(225, 129, 64);
}

.GridTopHeader {
    color: white;
    font-family: Roboto;
    font-size: 8pt;
    z-index: 10;
    background-color: rgb(225, 129, 64);
}

.NotValue {
    font-family: Roboto;
    font-size: 8pt;
    background-color: gray;
}

.vertical {
    color: white;
    font-family: Roboto;
    font-size: 8pt;
    z-index: 10;
    -ms-writing-mode: tb-rl;
    background-color: rgb(225, 129, 64);
}

div#dvContainer {
    font-size: 8pt;
    -ms-overflow-x: scroll;
}

.ReadOnly {
    font-family: Roboto;
    font-size: 8pt;
    font-weight: bold;
}

.General {
    font-family: Roboto;
    font-size: 8pt;
}

.scrollGrid {
    background: white;
    border: 2px solid currentColor;
    width: 450px;
    height: 300px;
    overflow: auto;
}

.selectedCell {
    font-family: Roboto;
    font-size: 8pt;
    background-color: white;
}

.MatrixCellTitle {
    color: white;
    font-family: Roboto;
    font-size: 8pt;
    position: relative;
    background-color: rgb(225, 129, 64);
}

.TitlePanel {
    color: navy;
    font-family: Roboto;
    font-size: 8pt;
    font-weight: bold;
}

.SubtitlePanel {
    color: blue;
    font-family: Roboto;
    font-size: 8pt;
    font-weight: bold;
}

.SmallCheckbox {
    width: 13px;
    height: 13px;
}

.SmallButton {
    font-size: 10px;
}

.ScrollLayout {
    background: white;
    border: 2px solid currentColor;
    overflow: auto;
}

.TitleReport {
    color: rgb(47, 49, 54);
    font-family: Roboto;
    font-size: 10pt;
    font-weight: bold;
}

.UpdateProgress {
    left: 45%;
    width: 150px;
    text-align: center;
    bottom: 50%;
    vertical-align: middle;
    position: absolute;
}

.disabled_button {
    border: 1px solid rgb(192, 192, 192);
    border-image: none;
    color: rgb(172, 168, 153);
    background-color: rgb(249, 249, 249);
}

input[disabled='disabled'][type='button'] {
    border: 1px solid rgb(149, 149, 149);
    border-image: none;
    color: rgb(149, 149, 149);
    background-color: rgb(249, 249, 249);
}

input[disabled='disabled'][type='submit'] {
    border: 1px solid rgb(149, 149, 149);
    border-image: none;
    color: rgb(149, 149, 149);
    background-color: rgb(249, 249, 249);
}

input[type="text"] {
    padding: 2px 5px 2px 5px;
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px rgb(142, 142, 142);
    transition: box-shadow 0.3s, border 0.3s;
}

input[type="file"] {
    padding: 2px 5px 2px 5px;
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px rgb(142, 142, 142);
    transition: box-shadow 0.3s, border 0.3s;
}

input[type="password"] {
    padding: 2px 5px 2px 5px;
    border: solid 0px #dcdcdc;
    border-bottom: solid 1px rgb(142, 142, 142);
    transition: box-shadow 0.3s, border 0.3s;
}

input[type="text"]:focus,
input[type="text"].focus {
}

input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    color: rgb(47, 49, 54);
}

.HeaderBar h4 {
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-top: 6px;
}

.BottomBar h4 {
    color: #fff;
    font-size: 10pt;
    margin-top: 6px;
    line-height: 1.5em;
    margin-right: 10px;
}

.menubg {
    background: white;
    //rgb(241,242,242);
}

#blanco {
    color: #fff;
    text-decoration: none;
    float: right
}

.derecha {
    float: right;
    padding: 20px;
}

.userLabel {
    color: gray;
    padding-right: 10px;
}

.bg-logo {
    background: url(logo-bg.jpg) top left no-repeat;
    width: 242px;
    height: 76px
}

.gris {
    color: rgb(88,89,91);
    padding-right: 20px;
}

.BottomLogo {
    margin-top: -15px;
}

.toFixDiv {
    width: 100%;
}

.contentDiv {
    width: 100%;
    padding-top: 1px;
}

.stickyDiv {
    position: fixed;
    top: 0;
    width: 100%;
}

    .stickyDiv + .contentDiv {
        padding-top: 100px;
    }

/*Colores boton en clases*/
.ventas {
    background-color: #0c75b9;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.construccion {
    background-color: #f6a53a;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.abastecimientos {
    background-color: #e74d4f;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.finanzas {
    background-color: #2c905a;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.creditopuente {
    background-color: #36ada7;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.inversionista {
    background-color: #1c1c1a;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.planmaestro {
    background-color: #727071;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.viviendausada {
    background-color: #1fa6de;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

.postventa {
    background-color: #652e89;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

div#headerLauncher {
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 550px;
    text-align: center;

}

    div#headerLauncher p.txtHeaderLauncher {
        font-family: 'Roboto';
        font-weight: bold;
        color: #969696;
        font-size: 1em;
        margin-top: 2px;
        margin-bottom: 2px;
    }

div#menuLauncher {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 500px;
    height: auto;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    overflow: auto;
}

    div#menuLauncher .app {
        position: relative;
        display: block;
        width: 147px;
        height: 140px;
        margin: 0px 8px;
        float: left;
        overflow: visible;
    }
        div#menuLauncher .app > p {
            margin-top: 0px;
            color: #969696;
            font-family: 'Roboto';
            font-weight: bold;
            margin-bottom: 0px;
        }

    div#menuLauncher .app > input[type="image"] {
        height: 110px;
        width: 110px;
    }

div#login {
    display: block;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 10px;
    width: 550px;
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
}

    div#login>input, div#login>button {
        margin-left: 10px;
        width: 30%;
    }

        div#login input[type="text"], div#login input[type="password"] {
            background-color: #e0dede;
            padding: 5px 8px;
            color: #6f6f6f;
            outline: none;
            box-sizing: border-box;
            font-size: 1.0em;
            font-weight: bold;
            border: none;
        }

div#recoveryPassword {
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 2px;
    padding-bottom: 10px;
    width: 550px;
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
}

    div#recoveryPassword input[type="text"] {
        margin-left: 10px;
        width: 50%;
    }

    div#recoveryPassword input[type='submit'] {
        margin-left: 10px;
        width: 30%;
    }

.btnAccept {
    background-color: #dd7b20;
    padding: 5px 8px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    color: White;
    border: none;
}

div#footer {
    display: block;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 550px;
    text-align: center;
}

div#apkdownload {
    display: block;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 550px;
    text-align: center;
}

/*--------------------Botones--------------------*/
.primaryButton {
    cursor: pointer;
    padding: 5px 8px !important;
    border: 3px solid var(--active-button-color);
    min-width: 88px;
    background: var(--active-button-color);
    border-radius: 2px;
    font-family: Montserrat !important;
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 0.02em;
    color: #FFFFFF !important;
    margin-right: 8px;
}

    .primaryButton:hover {
        background: var(--hover-button-color);
        border: 3px solid var(--hover-button-color);
    }

.secondaryButton {
    cursor: pointer;
    padding: 5px 8px;
    min-width: 88px;
    border: 3px solid var(--active-button-color);
    box-sizing: border-box;
    border-radius: 2px;
    color: var(--active-button-color);
    font-family: Montserrat !important;
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 0.02em;
    background: #ffffff !important;
    margin-right: 8px;
}

    .secondaryButton:hover {
        color: var(--hover-button-color);
        border: 3px solid var(--hover-button-color);
    }

.tertiaryButton {
    font-family: Montserrat !important;
    font-style: normal;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: var(--active-button-color) !important;
    font-size: 9pt !important;
    cursor: pointer;
    text-decoration: underline;
    background: url(/Smart/Images/arrow-left.svg) center left no-repeat;
    padding-left: 10px;
    border: none !important;
}

    .tertiaryButton:hover {
        color: var(--hover-button-color) !important;
    }

.labels {
    font-family: Archivo !important;
    font-size: 10pt; /*Tamaño H5*/
    line-height: 17px;
    color: #585858;
    float: right;
}

.labelsModal {
    font-family: Archivo !important;
    font-size: 10pt; /*Tamaño H5*/
    line-height: 17px;
    color: #585858;
    /*float: right;*/
}

.ActiveTextColor {
    color: var(--active-button-color) !important;
}

.builderLauncherLogoGroup {
    padding-top: 8% !important;
}

.builderLauncherProductsGroup {
    padding-top: 4% !important;
}

.builderLauncherMobileGroup {
    padding-top: 2% !important;
}

.builderLauncherLoginGroup {
    padding-top: 3% !important;
}