﻿/* 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. */


/*Components*/
.text{

}

.text-sub {
    color: #2a2a2a
}

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);
}

.btn-outline-primary {
    border-color: #006290;
    color: #006290;
}

    .btn-outline-primary:hover {
        border-color: #1C3654;
        background-color: #1C3654;
        color: #FFFFFF;
    }

/* Custom color codes for button, link and toggle */
.option-button {
    height: 100%;
}

.media-object {
    height: 100px;
}

.btn-primary {
    color: #fff;
    background-color: #006290;
    border-color: #006290;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1C3654;
        border-color: #1C3654;
    }

btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #006290;
    border-color: #006290;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1C3654;
    border-color: #006290;
}

.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: #006290;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border-color: #006290;
    background-color: #006290;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #006290;
  background-color: #006290;
}

.custom-switch .custom-control-label:after {
    background-color: #fff;
}

.custom-control-label::before {
    background-color: #ced4da;
    border-color: #ced4da;
}

.avatar-title {
  background-color: #006290;
}

.bg-primary {
  background-color: #006290 !important;
}

a {
    color: #006290;
}

a:hover {
    color: #1C3654;
    text-decoration: underline!important;
}

input[switch="primary"]:checked + label {
    background-color: #006290;
}

.text-primary {
    color: #006290 !important;
}

.page-item.active .page-link {
    background-color: #006290;
    border-color: #006290;
}

.page-link:hover {
    color: #1C3654;
}

.btn-link {
    color: #006290;
}

.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;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px 20px;
}

.flex-item {
    display: flex;
    flex-direction: column;
}

/*------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: #006290 !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: #006290 !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #1C3654 !important;
    color: #fff !important;
}

.select2-selection__placeholder {
    color: black !important;
}

.multi-select-container {
}

.multi-select-item {
}

/*Integration*/
/*.server-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #000000;
}

    .server-item:hover {
        background-color:#aac3d8
    }

    .server-item a:hover {
        text-decoration: none !important;
    }

.server-item-header {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.server-item-header .text-sub {
    margin-left: auto;
}

.server-item-body {
    font-size: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.server-item-footer {
    font-size: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}*/

.integration-server:hover {
    background-color: #ced4da;
}

.integration-server a:hover {
    text-decoration: none !important;
}

.server-item-button {
    margin: 10px;
}



/* 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);
}

.custom-toggle {
    margin-right: 5px !important;
    margin-bottom: 0px !important;
}


.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/indexWallpaper.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height:90vh;
    overflow: hidden;
}

.auth-full-bg .bg-overlay {
    background: url("../assets/images/indexWallpaper.jpg") !important;
}

.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%;

}

.row {
    --bs-gutter-y: 5PX ;
    margin-top: calc(1 * var(--bs-gutter-y)) !important;
}

.buttons-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 100px;
}

@media (max-width: 768px) {
    .buttons-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .button-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 40px;
    }
}

.sortable-list{
    display: flex;
    padding: .75rem;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 5px;
    border: 1px solid #ccc;
    align-items: center;
    margin: 0.5rem 0;
}

    .sortable-list i,
    .sortable-list a {
        padding: 0 0.5rem;
    }

.page-content {
    margin-top: 15px !important;
}

   