
  

h1 { color: #0f0724; font-family:  "IBM Plex Sans", sans-serif; font-size: 36px; font-weight: 350; line-height: 40px; margin: 0 0 16px; /* border: #d0d0d0; border-left-style: solid; border-right-style: solid; border-width: 2px; */}


h2 { color: #050a2f; font-family:  "IBM Plex Sans", sans-serif; font-size: 24px; font-weight: 300; line-height: 32px; margin: 0 0 14px; }


h4 { color: #050a2f; font-family:  "IBM Plex Sans", sans-serif; font-size: 22px; font-weight: 340; line-height: 32px; margin: 0 0 14px; }

h5 { color: #050a2f; font-family:  "IBM Plex Sans", sans-serif; font-size: 22px; font-weight: 340; line-height: 32px; margin: 0 0 14px; }

.h7 { color: #050a2f; font-family:  "IBM Plex Sans", sans-serif; font-size: 16px; font-weight: 300; line-height: 32px; margin: 0 0 14px; }

p { color: #222; font-family: "IBM Plex Sans", sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; margin: 0 0 14px; }

label {
    font-family: "IBM Plex Sans", sans-serif;
}

.page-header {

    color: #050a2f; font-family: "IBM Plex Sans", sans-serif; font-size: 25px; font-weight: 350; line-height: 32px; margin: 0 0 14px; 

}

.nav-link {
    font-family: "IBM Plex Sans", sans-serif;
}


.selectize-dropdown {
    position: absolute !important;
    z-index: 10000000000 !important; 
    border: 1px solid #d0d0d0 !important;
    background: #ffffff !important;
    margin: -1px 0 0 0 !important;
    border-top: 0 none !important;
    font: "IBM Plex Sans", sans-serif !important;
}

.selectize-nav {
    position: relative !important;
    border: 1px solid #801414 !important;

    margin: -1px 0 0 0 !important;
    border-top: 0 none !important; 
    display: none;
}

.navbar-toggler-icon {
    background-image: url('../img/hamburger.png');
}



.title-border {
    border-bottom-style: solid !important;
    border-bottom-color: darkgray !important;
    border-bottom-width: 2px !important;
}


.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: gray;
} 

.ui-menu-item .ui-menu-item-wrapper {
    background-color: white;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

  }
  
.content-wrap {
    padding-bottom: 3rem;    /* Footer height */
}
  

#sigcomslogo {
    border: black;
    border-radius: 2%;
    border-style: solid;
}

.ml-3 {
    color: white;
}
  
.link {
    list-style: square;
}

.appyter-link {
    font-size: 1rem; font-weight: 400; background: rgb(142, 199, 249); border-radius: 4px; border: 1px solid #bddffd; 
}
  

.btn {
    border: black;
    color: white;
    background-color:  rgb(117, 190, 255);
}

.top{
    font-family: monospace;
    font-size: large;
    font-weight: bold;
}


header {
    margin: 0;
    margin-left: 50px;
}

.border-bottom {
    color: #000000;
}

body {
    margin: 0px;
    color: #222; 
    font-family: "IBM Plex Sans", sans-serif; 
    font-size: 15px; 
    font-weight: 400; 
    line-height: 24px; 
   /*  background-image: linear-gradient(to right, whitesmoke, rgb(166, 217, 241)); */
    background-color: #FFCDD2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    flex-grow: 1;
    margin-bottom: 60px; /* Margin bottom by footer height */
}


    
.footer {
    position: relative;
    background-color: #FFEBEE;
    bottom: 0;
    width: 100%;
    height: 135px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

.btn-primary:hover {
    background-color: #71477a;
}
.btn-primary {

    background-color: #9a8fc1;

}

.btn-custom {
    border: lightgray;
    border-style: solid;
    width: 140px;
}




.custom-col {
    border: rgb(182, 182, 182);
    background-color: #FFEBEE;
    border-width: 1.5px;
    overflow: scroll;
    border-style: solid;
    border-radius: 1%;
    
}

.navbar.center .navbar-inner {
    text-align: center !important;
}

.navbar.center .navbar-inner .nav {
    display:inline-block !important;
    float: none !important;
}

#condition-table {
    border: rgb(182, 182, 182);
    background-color: #CFD8DC;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 1%;
}

.libpicker {
    background-color: #9a8fc1;
    color: white;
    border-radius: 1%;
    border-style: none;
    font-family: "IBM Plex Sans", sans-serif;
}



.banner {
/*     border: rgb(182, 182, 182); */
    padding: 0;
    margin: 0;

}

.img-thumbnail {
    border-color: darkgray;
    width: 300px; 
    height: 155px;
}

header#masthead {
    padding-bottom: 0;
}

a {
    color: black;
}

.centered {
    display : block;
    margin : 0 auto;
    text-align: center;
    width: 700px;
}
.query-list {
    border-style: solid;
    border-color: rgb(145, 145, 145);
    border-width: 1px;
    border-radius: 2%;
} 
.query-list li {
    margin: 10px 0;
}

.queries {
    text-shadow: #71477a;
    font-size: 16px;
    font-weight:normal;
    color: rgb(23, 30, 82);
    text-decoration: underline;
}

.img-logo {
    height: 155px; 
    border-color: darkgray; 
    border-style: solid;
    border-radius: 2%;
    border-width: 1px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: "IBM Plex Sans", sans-serif !important;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: scroll;
}

.styled-table th,
.styled-table td {
    padding: 5px 5px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #807e7e;
}

.nav-link-menu {
    color: whitesmoke !important;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

nav[data-toggle="toc"] .nav .nav>li>a{
    padding-top:1px;padding-bottom:1px;padding-left:30px;font-size:20px !important;font-weight:400
}

nav[data-toggle="toc"] nav>li>a{display:block;padding:4px 20px;font-size:25px !important;font-weight:500;color:#767676}


nav[data-toggle="toc"] {
    top: 150px;

}

.menu ul {
    list-style:none;
}

.menu li{
    display:inline-block; 
    padding:0 7px; 
    position:relative;
}
  
.menu li:not(:last-child)::after{
    content:""; 
    border:1px solid black;
    border-width: 1px 1px 0 0;
    position:absolute; 
    right:-3px; 
    top:10px; 
    height:50%;
}



  
  /* small screens */
@media (max-width: 700px) {
/* override stickyness so that the navigation does not follow scrolling */

    nav[data-toggle="toc"] {
        margin-bottom: 42px;
        margin-left: 0px;
        padding-left: 0px;
        position: static;
    }

    /* PICK ONE */
    /* don't expand nested items, which pushes down the rest of the page when navigating */
    nav[data-toggle="toc"] .nav .active .nav {
        display: none;
    }

}

.nav-item.dropdown .dropdown-item:hover, .dropdown-item:focus  {
    background-color: lightblue !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    left: 48%;
    position: relative;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    justify-content: center;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-inactive {
    background-color: rgb(192, 186, 186);
}

.navbar .active {
    color: white !important;
}

  

  /* Current Menu Item */
  

.active{
    font-weight: bolder !important;
}

  
nav select {
    display: none;
}

@media (min-width: 950px) {
    nav ul     { display: none; }
    nav select { display: inline-block; }
}


.toggle {
    --width: 100px;
    --height: calc(var(--width) / 3);

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
  }

  .toggle input {
    display: none;
  }

  .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #9a8fc1;
    transition: all 0.4s ease-in-out;
  }

  .toggle .slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
  }

  .toggle input:checked+.slider {
    background-color: #9a8fc1;
  }

  .toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
  }

  .toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
    transition: all 0.4s ease-in-out;
  }

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 10px;
    bottom: 12px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 10px;
    bottom: 12px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.toggle input:checked~.labels::after {
    opacity: 0;
}

  .toggle input:checked~.labels::before {
    opacity: 1;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* 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;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #9a8fc1;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #9a8fc1;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }