html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.jumbotron {
    background: #24285c;
    color: white;
    padding-bottom: 80px;
}

.jumbotron .btn-primary {
    background: #845ac7;
    border-color: #845ac7;
}

.jumbotron .btn-primary:hover {
    background: #7646c1;
}

.jumbotron p {
    color: #d9ccee;
    max-width: 75%;
    margin: 1em auto 2em;
}

.navbar + .jumbotron {
    margin-top: -20px;
}

.jumbotron .lang-logo {
    display: block;
    background: #B01302;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid white;
}

.jumbotron .lang-logo img {
    max-width: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.red {
    color: #d9534f;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

#results {
    margin-top: 40px;
}

.results-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.legend-item {
    margin: 10px;
}

#lightbox {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 750px;
    margin-left: -375px;
    z-index: 1001;
    display: none;
}

.lightbox-light {
    background: #fff;
}

.lightbox-dark {
    color: #fff;
}

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 3.5em;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 1000;
    display: none;
}

.button {
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #999;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #999;
    color: #444;
    background-color: #F7FDFA;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #999;
    color: #fff;
    background-color: #26ADE4;
}

.tg .tg-vn4c {
    background-color: #D2E4FC
}

.dt-buttons {
    float: right;
}

.search {
    margin-bottom: 10px;
}

.table-header {
    margin-bottom: 25px;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -100px;
    /* Pad bottom by footer height */
    padding: 0 0 100px;
}

#footer {
    padding: 10px;
    height: 80px;
    background-color: #f5f5f5;
}

.caret {
    margin-left: 10px;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid;
}

.type-icon {
    margin-right: 8px;
}

.explaination {
    margin-left: 12px;
}

.notes-hide-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}


/* Form */

form {}
form input[type=text],
form input[type=password],
form select,
form textarea {
    width: 100%;
    border: 0;
    padding: 0.90em;
    font-size: 1em;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    outline: none;
}

form input[type=text]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
    background: #f0f2f5;
}

form textarea {
    height: 10em;
}

form .formerize-placeholder {
    color: #93989f !important;
}

form::-webkit-input-placeholder {
    color: #93989f !important;
}

form:-moz-placeholder {
    color: #93989f !important;
}

form::-moz-placeholder {
    color: #93989f !important;
}

form:-ms-input-placeholder {
    color: #93989f !important;
}

form::-moz-focus-inner {
    border: 0;
}

form .button {
    margin-right: 1em;
    position: relative;
    display: inline-block;
    margin-top: 1em;
    padding: 0em 1em 0 1em;
    background: #3e98da;
    color: #fff !important;
    border-radius: 4px;
    border: 0;
    font-size: 1.1em;
    border-radius: 5px;
    line-height: 2.3em;
    text-decoration: none;
    font-weight: 700;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    text-align: center;
}

#lightbox{
    margin-top: 10em;
}

.modern-button {
    /* Basic Styling */
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;  /* Rounded corners */
    cursor: pointer;  /* Indicates clickable element */
    font-family: sans-serif;  /* Modern font style */
  
    /* Color scheme */
    background-color: #4CAF50;  /* Green background */
    color: white;  /* White text */
  
    /* Hover effect */
    transition: background-color 0.3s ease;  /* Smooth transition */
    
    &:hover {
      background-color: #3e8e41;  /* Darker green on hover */
    }
    margin-left: 15px;
  }