﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
    border-top: 1px solid #adadad;
}
.border-bottom {
    border-bottom: 1px solid #adadad;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #c0c0c0 !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


/* NL Theme */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');

.bg-primary {
    background-color: #c0c0c0 !important;
}

.bg-secondary {
    background-color: #001f3f !important;
}

.btn-primary {
    background: linear-gradient(145deg, #adadad, #cdcdcd);
    color: #000000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    box-shadow: 6px 6px 12px #a3a3a3, -6px -6px 12px #dddddd, inset 6px 6px 12px rgba(173,173,173,0.1), -6px -6px 12px rgba(98,213,255,0.15);
    border-radius: 30px;
    border: 0px;
}

    .btn-primary:hover {
        background: linear-gradient(145deg, #adadad, #cdcdcd);
        color: #000000;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        box-shadow: inset 6px 6px 12px #a3a3a3, inset -6px -6px 12px #dddddd, inset 6px 6px 12px rgba(72,157,207,0.1), inset -6px -6px 12px rgba(98,213,255,0.15);
        border-radius: 30px;
        border: 0px;
    }

.btn-primary:hover span {
    display: inline-block;
    transform: scale(0.96);
}

.btn-secondary {
    background-color: rgb(17,62,98);
}

.text-primary {
    color: #001f3f;
}

.text-secondary {
    color: rgb(17,62,98);
}

.table > thead > tr > th {
    border-color: #001f3f;
    background-color: #001f3f;
    color: #c0c0c0;
    border: 0;
}

.table > tbody > tr > td {
    border-color: #001f3f;
    color: #001f3f;
}

.soft-box {
    border-radius: 17px;
    background: linear-gradient(145deg, #cdcdcd, #adadad);
    box-shadow: 30px 30px 60px #a3a3a3, -30px -30px 60px #dddddd;
}

.soft-box-convex {
    border-radius: 50px;
    background: linear-gradient(145deg, #adadad, #cdcdcd);
    box-shadow: 30px 30px 60px #a3a3a3, -30px -30px 60px #dddddd;
}

.soft-box-inset {
    background: -webkit-linear-gradient(145deg, #adadad 0%,#cdcdcd 50%, #adadad 100%);
    /*color: #001f3f;
    font-weight: 500;
    font-family: "Poppins", sans-serif;*/
    box-shadow: inset 6px 6px 12px #a3a3a3, inset -6px -6px 12px #dddddd, inset 6px 6px 12px rgba(72,157,207,0.1), inset -6px -6px 12px rgba(98,213,255,0.15);
    border-radius: 10px;
    border: 0px;
}
thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
thead:first-child tr:last-child th:last-child, td:last-child {
    border-radius: 0 10px 0 0;
}

/*.table > thead > tr {
    border-radius: 10px 10px 0 0;
    background: -webkit-linear-gradient(145deg, rgba(0,28,57,0.8), #001c39);
    box-shadow: inset 6px 6px 12px black;
}*/
.soft-text-box {
    border-radius: 5px;
    box-shadow: 10px 10px 20px #a3a3a3, -10px -10px 20px #dddddd;
}

.soft-heading {
    text-align: center;
    color: #c0c0c0 !important;
    text-shadow: 2px 2px 4px #a3a3a3, -2px -2px 4px #dddddd;
    font-family: "Poppins", sans-serif;
    font-size: 5vw;
}

.soft-heading-inverse {
    text-align: center;
    color: #c0c0c0 !important;
    text-shadow: 2px 2px 4px #dddddd, -2px -2px 4px #a3a3a3;
    font-family: "Poppins", sans-serif;
    font-size: 5vw;
}


/* Toggle */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    box-shadow: 5px 5px 10px #a3a3a3, -5px -5px 10px #dddddd;
    border-radius: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #001f3f; /*#2196F3; */
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    /*border: 0;*/
    border-top: 1px solid rgba(0,0,0,0.1) !important;
    height: 1px;
}

label {
    margin-top: auto;
}
