﻿/* 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;
}

.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 */
}

.cursorPointer {
    cursor: pointer;
}

.CursorPointer {
    cursor: pointer;
}

.bootstrap-select {
    border: 1px solid #ced4da !important;
    /*border-radius: 0;*/
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.mt-button {
    margin-top: 1.92rem !important;
}

.list-inline-likert-item:not(:last-child) {
    margin-right: 1.5rem !important;
}

.selected-image {
    box-shadow: 0px 0px 2px 3px rgba(2, 117, 216,0.9);
}

.list-inline-d2r-item:not(:last-child) {
    margin-right: 0.5rem !important;
}

.card-custom {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-title-custom {
    font-size: 16px;
    font-weight: 500;
}

.card-body-custom {
    padding: 1rem !important;
}

.list-item {
    margin-top: 0.4rem;
}

.nav-nav-link {
    color: #495057;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.btn-light {
    background: #fff;
    border-color: #fff;
    color: #0099FF;
}

.filter-option-inner-inner {
    color: #212529 !important;
}

.bg-primary {
    background-color: #152a49 !important;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.fa-1-5x {
    font-size: 1.5rem !important;
}

.disabledColor {
    background-color: #D3D3D3;
}

.helpCursor {
    cursor: help;
}

.UsedStyle {
    color: orange;
    /*font-weight: bold;*/
}

.Myhover {
}

    .Myhover:hover {
        background-color: lightgray;
    }


.noMarginTop {
    margin-top: 0px;
}

.noMarginBottom {
    margin-bottom: 0px;
}

.fa-1-1x{
    font-size: 1.1rem !important;
}

.custom-title {
    font-weight: 700;
    font-size: 1rem;
}

.custom-hr{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid rgb(0, 0, 0);
}

.printDetails > div {
    display: inline-block;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    left: 49%;
    top: 50%;
}

.btn-sm-form-centered {
    margin-top: 0.2rem !important;
}

@media (min-width: 576px) {
    .btn-sm-form-centered {
        margin-top: 1.93rem !important;
    }
}

.question-background {
    background: rgba(255, 255, 255, 1.0);
}

.dragSource {
    border: 1px dashed black !important;
}

.dragover {
    background-color: whitesmoke !important;
    border: 5px solid whitesmoke;
}

.drag-item {
    border: 1px solid black;
    cursor: move;
}

.dropable {
   
}

.dropdown-menu{
    z-index: 999999;
}