﻿*,
*::before,
*::after {
    box-sizing: unset;
}

::-webkit-scrollbar {
    display: none;
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: none !important;
}

.button-course {
    margin-top: 20px !important;
}

.center {
    text-align: center;
}

.checkbox-course {
    margin-top: 30px !important;
    margin-right: -50px !important;
}

.container {
    padding-left: 0px !important;
}

.cookies-popup {
    background-color: rgba(0, 0, 0, 0.65);
}

.cookies-popup-text {
    color: #FFFFFF;
    padding-left: 5%;
}

.jumbotron.tnb {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    background-color: #8FC8FA;
    text-align: justify;
}

.navbar-brand.titletnb {
    font-size: 25px;
    padding-left: 40px;
}

.navbar-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #E1EBED;
}

.navbar-inverse.titletnb {
    /*background-color: #1864a0;*/
    background-color: #0F2991;
}

h2 {
    text-align: center;
    font-weight: bold;
}

.indentation {
    text-indent: 3em;
    text-align: left;
}

.input-message {
    max-width: 1200px;
    padding-left: 5px;
}

.image-responsive {
    max-width: 100%;
    max-height: calc(100vh - 184px);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-responsive-fines {
    max-width: 100%;
    max-height: calc(100vh - 484px);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(100% - 95%);
}

.index-center {
    text-align: center;
    font-style: italic;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 95%;
        width: 100%;
        position: absolute;
    }

.text-format-fines {
    padding-bottom: 2%;
    padding-top: 2%;
}

.padding-menu{
    padding-top: 25px;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
