﻿:root {
    --background-primary-color: #1b6ec2;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a.navbar-brand img {
    max-width: 180px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

a:hover {
    text-decoration:none;
}

.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 */
}

table {
    width: 100%;
}

.login-background {
    background-image: url(/img/login-background.jpg);
    background-position: center;
    background-size:cover;
    background-color: #1861ac;
}

.page-title {
    padding-bottom: 15px;
}

    .page-title h2 {
        line-height: 60px;
        border-bottom: solid #808080 1px;
    }

.dt-button, .buttons-html5 {
    color: #fff !important;
    background-color: #23272b !important;
    border-color: #1d2124 !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid transparent !important;
}

    .dt-button:hover, .buttons-html5:hover {
        text-decoration: none !important;
    }

div.dt-button-collection button.dt-button:active:not(.disabled), 
div.dt-button-collection button.dt-button.active:not(.disabled), 
div.dt-button-collection div.dt-button:active:not(.disabled), 
div.dt-button-collection div.dt-button.active:not(.disabled), 
div.dt-button-collection a.dt-button:active:not(.disabled), 
div.dt-button-collection a.dt-button.active:not(.disabled) {
    color: #fff !important;
    background: #808080 !important;
    border-color: #171a1d !important;
}

.btn {
    cursor: pointer;
}

.required-field {
    color: red;
}

a .menu-button-icon {
    background-color: grey;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 48px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 160px;
    -webkit-box-shadow: inset 0 0 10px #fff;
    -moz-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #fff;
}

a:hover .menu-button-icon {
    background-color: grey;
    color: #fff;
    text-decoration: none;
}

.menu-button-text {
    background-color: black;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
    -webkit-box-shadow: inset 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 5px #fff;
    box-shadow: inset 0 0 5px #fff;
}

    a:hover .menu-button-text {
        background-color: darkorange;
        color: #fff;
        text-decoration: none;
        font-weight:bold;
    }

/*#region Margin*/
.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-15 {
    margin-left: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-40 {
    margin-left: 40px;
}
/*#endregion Margin*/

/*#region Padding*/

.p-t-1 {
    padding-top: 1px;
}

.p-r-1 {
    padding-right: 1px;
}

.p-b-1 {
    padding-bottom: 1px;
}

.p-l-1 {
    padding-left: 1px;
}

.p-t-2 {
    padding-top: 2px;
}

.p-r-2 {
    padding-right: 2px;
}

.p-b-2 {
    padding-bottom: 2px;
}

.p-l-2 {
    padding-left: 2px;
}

.p-t-3 {
    padding-top: 3px;
}

.p-r-3 {
    padding-right: 3px;
}

.p-b-3 {
    padding-bottom: 3px;
}

.p-l-3 {
    padding-left: 3px;
}

.p-t-4 {
    padding-top: 4px;
}

.p-r-4 {
    padding-right: 4px;
}

.p-b-4 {
    padding-bottom: 4px;
}

.p-l-4 {
    padding-left: 4px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-t-6 {
    padding-top: 6px;
}

.p-r-6 {
    padding-right: 6px;
}

.p-b-6 {
    padding-bottom: 6px;
}

.p-l-6 {
    padding-left: 6px;
}

.p-t-7 {
    padding-top: 7px;
}

.p-r-7 {
    padding-right: 7px;
}

.p-b-7 {
    padding-bottom: 7px;
}

.p-l-7 {
    padding-left: 7px;
}

.p-t-8 {
    padding-top: 8px;
}

.p-r-8 {
    padding-right: 8px;
}

.p-b-8 {
    padding-bottom: 8px;
}

.p-l-8 {
    padding-left: 8px;
}

.p-t-9 {
    padding-top: 9px;
}

.p-r-9 {
    padding-right: 9px;
}

.p-b-9 {
    padding-bottom: 9px;
}

.p-l-9 {
    padding-left: 9px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-l-15 {
    padding-left: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-40 {
    padding-left: 40px;
}
/*#endregion  Padding*/

/*#region Borders*/
.border-bottom-1 {
    border-bottom: 1px solid #000;
}
/*#endregion Borders*/

.green {
    color: darkgreen;
}

.red {
    color: red;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 290px;
    height: 1.5em;
    white-space: nowrap;
}