﻿.LinkTeoWeb {
    color: #000000;
}

.btn-teoWebIndex {
    color: #fff;
    background-color: #5d7370;
    border-color: #57726e;
}

    .btn-teoWebIndex:hover,
    .btn-teoWebIndex:focus,
    .btn-teoWebIndex.focus,
    .btn-teoWebIndex:active,
    .btn-teoWebIndex.active,
    .open > .dropdown-toggle.btn-teoWebIndex {
        color: #fff;
        background-color: #5d7370;
        border-color: #4c5e5b;
    }

    .btn-teoWebIndex:active,
    .btn-teoWebIndex.active,
    .open > .dropdown-toggle.btn-teoWebIndex {
        background-image: none;
    }

    .btn-teoWebIndex.disabled,
    .btn-teoWebIndex[disabled],
    fieldset[disabled] .btn-teoWebIndex,
    .btn-teoWebIndex.disabled:hover,
    .btn-teoWebIndex[disabled]:hover,
    fieldset[disabled] .btn-teoWebIndex:hover,
    .btn-teoWebIndex.disabled:focus,
    .btn-teoWebIndex[disabled]:focus,
    fieldset[disabled] .btn-teoWebIndex:focus,
    .btn-teoWebIndex.disabled.focus,
    .btn-teoWebIndex[disabled].focus,
    fieldset[disabled] .btn-teoWebIndex.focus,
    .btn-teoWebIndex.disabled:active,
    .btn-teoWebIndex[disabled]:active,
    fieldset[disabled] .btn-teoWebIndex:active,
    .btn-teoWebIndex.disabled.active,
    .btn-teoWebIndex[disabled].active,
    fieldset[disabled] .btn-teoWebIndex.active {
        background-color: #5d7370;
        border-color: #4c5e5b;
    }

    .btn-teoWebIndex .badge {
        color: #5d7370;
        background-color: #fff;
    }

.ColorBotonBorde {
    background: white;
    color: var(--color-primario);
    border: 2px solid #5d7370;
    font-weight: 600;
}

.botonEstandar {
    border-radius: 6px;
    height: 28px;
    font-size: 12px;
    padding: 0px;
}

.header {
    font-size: 15px;
    font-weight: bold;
    color: #5d7370;
    border-bottom: 0px;
}

.master:after {
    height: 0px;
}

.contenedorSinPadding {
    padding: 0px;
}

.login-container {
    position: absolute;
    padding: 0px;
    overflow-x: hidden;
}

.login {
    display: flex;
    margin-top: 120px;
    background: rgba(255,255,255, 0.85);
    justify-content: center;
}

@media(min-width:1200px) {
    .login {
        margin-top: 170px;
    }
}

.dxeTextBox.dxeTextBoxDefaultWidthSys.dxeTextBoxSys {
    margin: 0 auto !important;
    width: 90% !important;
}
