/*
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
*/

.text-viga {
    font-family: 'Viga', sans-serif !important;
}

.grid-container {
    display: grid;
    /* or inline-grid */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1em;
}


/* stylistic properties only */

.grid-container {
    justify-content: center;
    margin: 1em;
}


/*
 
elegant-color: #2E2E2E
elegant-color-dark: #212121
stylish-color: #4B515D
stylish-color-dark: #3E4551
unique-color: #3F729B
unique-color-dark: #1C2331
special-color: #37474F
special-color-dark: #263238

*/

.horiz {
    display: inline-flex !important;
}

.texto-blanco {
    color: #FFFFFF !important;
}

.navbar {
    z-index: 3;
    background-color: transparent !important;
    color: #2E2E2E;
}

.navbar-brand {
    color: #2E2E2E !important;
}

.nav-link {
    color: #2E2E2E;
}

.top-nav-collapse {
    background-color: #2E2E2E;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #2E2E2E;
    }
}


/*
html,
body,
header,
.view {
    height: 100%;
}
*/

#runfoot {
    flex-grow: 1;
}

.run-select {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-family: Roboto, sans-serif !important;
}

.dt-insc {
    text-align: left !important;
    font-weight: normal !important;
    font-size: 77% !important;
    padding-bottom: 1.1em !important;
}

.dd-insc {
    text-align: left !important;
    font-weight: bold !important;
}

.form-text {
    font-style: italic !important;
    padding-bottom: 1.7em !important;
}

.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #ff4444 !important;
    font-size: 77% !important;
}

.form-control {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #f5f5f5 !important;
}

.run-inputgroup {
    border: 5px !important;
    border-color: green !important;
    background-color: #e8f5e9 !important;
}

.bg-grey {
    background-color: grey !important;
}

.bg-special-color-dark {
    background-color: #263238!important;
}


/*
.view {
    margin-top: 56px;
}


html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}


.page-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer.page-footer .footer-copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: black;
    z-index: 9999999;
}
*/


/*
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: table;
    width: 100%;
    height: 100%;
}

.header,
.footer,
.content {
    display: table-row;
}

.header,
.footer {
    height: 1px;
}

.content {
    height: auto;
}
*/


/*
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: table;
    width: 100%;
    height: 100%;
}

.header,
.footer,
.content {
    display: table-row;
}

.header,
.footer {
    height: 1px;
}

.content {
    height: auto;
}
*/


/*
.form-group {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
*/


/*
select {
    background-color: #141414 !important;
    border-style: solid;
    border-left-width: 3px;
    border-left-color: #00DDDD;
    border-top: none;
    border-bottom: none;
    border-right: none;
    color: white;
    font-size: 18px;
    font-weight: 200;
    padding-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectpicker {
    width: 200px;
    height: 30px;
    background-color: #141414 !important;
    border-style: solid;
    border-left-width: 3px;
    border-left-color: #00DDDD;
    border-top: none;
    border-bottom: none;
    border-right: none;
    color: white;
    font-size: 18px;
    font-weight: 200;
    padding-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/

.clas-medal-1 {
    background: #CC9933;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #212529;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    width: 1.6em;
}

.clas-medal-2 {
    background: #B3B3B3;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #212529;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    width: 1.6em;
}

.clas-medal-3 {
    background: #AE7050;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #212529;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    width: 1.6em;
}

.clas-medal-9 {
    background: #DC3545;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #212529;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    width: 1.6em;
}

th.dt-center,
td.dt-center,
.dt-center {
    text-align: center;
}