﻿/* 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. */

/*Old Blue #1F5CA7 */
/*New Blue #255598*/



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #255598;
    font-size: 0.92em;
}

.btn-primary {
    color: #fff;
    background-color: #255598;
    border-color: #255598;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #e83e8c;
    background-color: #ecf4fc;
    border-color: #255598;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgba(255,255,255,1);
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #ffffff;
}

.navbar-custom .dropdown-item {
    color: #255598;
}

    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #255598;
        background-color: #ecf4fc;
    }



/* 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 */
}

#kendraform-logincontainer {
    width: 400px;
    height: 550px;
    background-color: rgba(31, 92, 167, .00);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.options {
    font-size: 48px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.caption {
    font-size: 48px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.dx-toolbar {
    background-color: #ecf4fc;
    height: 40px;
}

#form-container {
    margin: auto;
    width: 60%;
    
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.buttonindetail 
{
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    height: 40px;
}

/*IMPORTANT - code added below to fix the report design CSS issues*/
.dx-editors .dx-editor .dx-field-label.dx-accordion-header {
    position: initial !important;
}

.dx-switch-on-value .dx-switch-handle::before {
    background-color: lime;
}

.dx-switch-off-value .dx-switch-handle::before {
    background-color: orange;
}

/*.dx-switch.dx-state-hover .dx-switch-handle::before {
    background-color: red;
}*/

.dx-switch.dx-state-focused .dx-switch-handle::before {
    background-color: red;
}

.dx-switch-handle::before {
    background-color: red;
}

#kendraform-logocontainer {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#kendraform-logincontainer {
    width: 400px;
    height: 550px;
    background-color: rgba(31, 92, 167, .00);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.testreporttitle .dx-texteditor-input 
{
    color: darkslategrey;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}
