﻿/* 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;
}

.card {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}


/* Custom color codes for button, link and toggle */

.option-button {
    height: 100%;
}

.media-object {
    height: 100px;
}

.btn-primary {
    color: #fff;
    background-color: #003e29;
    border-color: #003e29;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1C3654;
    border-color: #1C3654;
}

btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #003e29;
    border-color: #003e29;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1C3654;
    border-color: #003e29;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1C3654;
    border-color: #003e29;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border-color: #003e29;
    background-color: #003e29;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #003e29;
  background-color: #003e29;
}

.custom-switch .custom-control-label:after {
    background-color: #fff;
}

.custom-control-label::before {
    background-color: #ced4da;
    border-color: #ced4da;
}

.avatar-title {
  background-color: #003e29;
}

.bg-primary {
  background-color: #003e29 !important;
}

a {
    color: #003e29;
}

a:hover {
    color: #1C3654;
    text-decoration: underline!important;
}

input[switch="primary"]:checked + label {
    background-color: #003e29;
}

.text-primary {
    color: #003e29 !important;
}

.page-item.active .page-link {
    background-color: #003e29;
    border-color: #003e29;
}

.page-link:hover {
    color: #1C3654;
}

.btn-link {
    color: #003e29;
}

.btn-link:hover {
    color: #1C3654;
}

.link-underline {
    text-decoration: underline!important;
}

#sidebar-menu ul li a:hover {
    background-color: #1C3654;
    text-decoration: none!important;
}

.mm-active .active {
    background-color: #1C3654;
}

/*------Table------*/
table .table-row-main {
    background-color: #edf6fe !important;
}

table .table-row-sub {
    background-color: #FFFFFF !important;
}

table .table-row-main:hover {
    background-color: #c0e6ff !important;
}

    /* Sticky footer styles
/*------Dropdown------*/
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #003e29 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
    color: black !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #003e29 !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #1C3654 !important;
    color: #fff !important;
}

/* 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 */
}

.gallery img {
    display: inline-block;
    max-height: 10%;
    bottom: 0;
    position: absolute;
}
.custom-switch2 {
    padding-left: 2.25rem;
}

    .custom-switch2 .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch2 .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch2 .custom-control-label::after {
        transition: none;
    }
}

.custom-switch2 .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch2 .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 4, 0, 0.5);
}

.page-clientcontent {
    padding: calc(53px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

/*.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}
*/

.vertical-menu {
    background: #ffffff;
    bottom: 0;
    /*margin-top: 0;*/
    /*top: 0px;*/
   }
.ALMAClient {
    /*margin-top: -18px;*/
    margin-left: -25px;
    margin-right: -25px;
    background-color: #f4f1eb;
    padding: 15px 0 9px;
}
.ALMAClientImage {
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
}



/* selected link (blue in the split second which you loading the page.)*/


#sidebar-menu ul {
    color: #f8f8fb;
}
    #sidebar-menu ul li {
        color: #f8f8fb;
    }
    #sidebar-menu ul li.active {
        color: #f8f8fb;
    }
        #sidebar-menu ul li.active a{
            color: #f8f8fb;
        }
#sidebar-menu ul li a {
   
    color: #f8f8fb;
   
}
        #sidebar-menu ul li:focus a {
            color: #f8f8fb;
        }
        #sidebar-menu ul li a i {
            color: #f8f8fb;
        }

li:focus {
    color: #f8f8fb;
    outline: none;
}











.BG-index {
    background-image: url("../assets/images/Rasmus/ReferalRobot.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 90vh;
    overflow: hidden;
}

.testbackground {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    padding: 3px;
    background-image: url(/pix/samples/bg1.gif);
    border: 1px solid black;
    background-size: 100% 100%;

}

