body {
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(70,112,148);
    color: white;
    cursor: default;
    font-size: 1rem;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02rem;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, th {
    line-height: 1.3;
}

h1 {
    font-size: 1.7rem;
    font-weight: 600;
}

a {
    color: white;
    transition: border-color .3s ease;
}

a:hover {
    color: white;
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}

button[type="submit"] {
    width: 100%;
}

footer {
    color: black;
    background-color: white;
}

footer a {
    color: black;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], input[type="email"], textarea {
    font-size: 0.9rem !important;
    padding: .65rem .75rem !important;
}

input[type="text"], input[type="checkbox"], input[type="tel"], input[type="search"], input[type="url"], input[type="email"], input[type="password"], textarea {
    border: 2px solid white !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    color: white !important;
}

input[type="checkbox"] {
    float: left;
    width: 14px;
    height: 15px;
    position: relative;
    color: white;
    margin-top: 3px;
}

input[type="checkbox"].checked:before {
    content: 'x';
    position: absolute;
    top: -3px;
    left: 1px;
    font-size: 1rem;
    line-height: 1;
}

input[type="checkbox"] + p  {
    overflow: hidden;
    margin-left: 24px;
    margin-top: 0;
}

form label {
    text-transform: uppercase;
    font-size: 1.1rem;
}

.container a:not(.remove-button), .container-fluid a:not(.remove-button) {
    border-bottom: 2px solid rgba(255,255,255,.3);
}
.container a:not(.remove-button):hover, .container-fluid a:not(.remove-button):hover, #languageNavbar .active {
    border-bottom: 2px solid rgba(255,255,255,.8);
}

#logoMenu {
    position: absolute;
    z-index: 1028;
}

#topMenu {
    left: auto;
}

#topMenu .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 40px;
}

#topMenu .navbar-toggler-bar {
    display: block;
    position: absolute;
    height: 8px;
    width: 40px;
    background: white;
    opacity: 1;
    left: 0;
    z-index: 1030;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#topMenu .navbar-toggler-icon {
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#topMenu .navbar-toggler-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#topMenu .navbar-toggler-icon span:nth-child(2) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#topMenu .navbar-toggler-icon span:nth-child(3) {
  top: 32px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#topMenu .navbar-toggler-icon.shown span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}

#topMenu .navbar-toggler-icon.shown span:nth-child(2) {
  width: 0;
  opacity: 0;
}

#topMenu .navbar-toggler-icon.shown span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 8px;
}

.navbar {
    padding-top: 30px;
    padding-left: 50px;
    margin-bottom: 50px;
}

.navbar-brand {
    width: 90px;
    overflow: hidden;
}

.navbar-brand span {
    display: none;
}

.form-group {
    position: relative;
}

.remove-button {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: calc(50% + 25px);
    top: -22px;
    z-index: 1030;
    font-size: 1.5rem;
}

form .btn {
    margin-top: 15px;
}

input[type="file"] {
    width: 80px;
    display: none;
}

label[for*="FileName"] {
    transition: all .15s ease-in-out;
    text-align: center;
}

label[for*="FileName"]:hover {
    cursor: pointer;
}

.btn-bic-primary, label[for*="FileName"] {
    color: white;
    text-transform: uppercase;
    border: 2px solid rgba(255,255,255,.3);
    background-color: transparent !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-bic-primary:hover, label[for*="FileName"]:hover {
    border: 2px solid rgba(255,255,255,.8);
}

.btn-bic-primary:hover {
    color: white;
}

.btn-bic-rounded {
    text-transform: none;
    border-radius: 50px;
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
}

.btn-bic-success {
    background-color: rgba(92,184,92,.3) !important;
}

.btn-bic-danger {
    background-color: rgba(217,83,79,.3) !important;
}

.list-rows .list-row:nth-of-type(odd) {
    background-color: rgb(54,92,125);
}

.table-responsive {
    overflow-x: scroll;
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px) {

    button[type="submit"] {
        width: auto;
    }

    h1 {
        font-size: 4em;
    }

    .navbar-brand {
        width: auto;
        overflow: visible;
    }

}
