﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/*Grid layout styles*/
[class*="col-"] {
    float: left;
    padding: 5px;
    white-space: nowrap;
    width: 100%;
}

@media only screen and (max-width: 600px) {

    .sa-col-1 {
        width: 8.33%;
    }

    .sa-col-2 {
        width: 16.66%;
    }

    .sa-col-3 {
        width: 25%;
    }

    .sa-col-4 {
        width: 33.33%;
    }

    .sa-col-5 {
        width: 41.66%;
    }

    .sa-col-6 {
        width: 50%;
    }

    .sa-col-7 {
        width: 58.33%;
    }

    .sa-col-8 {
        width: 66.66%;
    }

    .sa-col-9 {
        width: 75%;
    }

    .sa-col-10 {
        width: 83.33%;
    }

    .sa-col-11 {
        width: 91.66%;
    }

    .sa-col-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .sa-col-xs-1 {
        width: 8.33%;
    }

    .sa-col-xs-2 {
        width: 16.66%;
    }

    .sa-col-xs-3 {
        width: 25%;
    }

    .sa-col-xs-4 {
        width: 33.33%;
    }

    .sa-col-xs-5 {
        width: 41.66%;
    }

    .sa-col-xs-6 {
        width: 50%;
    }

    .sa-col-xs-7 {
        width: 58.33%;
    }

    .sa-col-xs-8 {
        width: 66.66%;
    }

    .sa-col-xs-9 {
        width: 75%;
    }

    .sa-col-xs-10 {
        width: 83.33%;
    }

    .sa-col-xs-11 {
        width: 91.66%;
    }

    .sa-col-xs-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .sa-col-s-1 {
        width: 8.33%;
    }

    .sa-col-s-2 {
        width: 16.66%;
    }

    .sa-col-s-3 {
        width: 25%;
    }

    .co-sl-4 {
        width: 33.33%;
    }

    .sa-col-s-5 {
        width: 41.66%;
    }

    .sa-col-s-6 {
        width: 50%;
    }

    .sa-col-s-7 {
        width: 58.33%;
    }

    .sa-col-s-8 {
        width: 66.66%;
    }

    .sa-col-s-9 {
        width: 75%;
    }

    .sa-col-s-10 {
        width: 83.33%;
    }

    .sa-col-s11 {
        width: 91.66%;
    }

    .sa-col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .sa-col-m-1 {
        width: 8.33%;
    }

    .sa-col-m-2 {
        width: 16.66%;
    }

    .sa-col-m-3 {
        width: 25%;
    }

    .sa-col-m-4 {
        width: 33.33%;
    }

    .sa-col-m-5 {
        width: 41.66%;
    }

    .sa-col-m-6 {
        width: 50%;
    }

    .sa-col-m-7 {
        width: 58.33%;
    }

    .sa-col-m-8 {
        width: 66.66%;
    }

    .sa-col-m-9 {
        width: 75%;
    }

    .sa-col-m-10 {
        width: 83.33%;
    }

    .sa-col-m-11 {
        width: 91.66%;
    }

    .sa-col-m-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .sa-col-l-1 {
        width: 8.33%;
    }

    .sa-col-l-2 {
        width: 16.66%;
    }

    .sa-col-l-3 {
        width: 25%;
    }

    .sa-col-l-4 {
        width: 33.33%;
    }

    .sa-col-l-5 {
        width: 41.66%;
    }

    .sa-col-l-6 {
        width: 50%;
    }

    .sa-col-l-7 {
        width: 58.33%;
    }

    .sa-col-l-8 {
        width: 66.66%;
    }

    .sa-col-l-9 {
        width: 75%;
    }

    .sa-col-l-10 {
        width: 83.33%;
    }

    .sa-col-l-11 {
        width: 91.66%;
    }

    .sa-col-l-12 {
        width: 100%;
    }
}

.row {
    padding: 5px;
}

    .row::after {
        content: "";
        clear: both;
        display: table;
    }


