﻿/* 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. */

html {
    color: -internal-root-color;
}
/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
/*mayor1 mayor 1 taco*/
#sig-canvasMayor1 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
/*mayor2 mayor 2 taco*/
#sig-canvasMayor2 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
/*mayor3 mayor 3 taco*/
#sig-canvasMayor3 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

#sig-canvasMayor4 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}
#sig-canvasMayor5 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

#sig-canvasMayor6 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

#sig-canvasMayor7 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

#sig-canvasMayor8 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

#sig-canvasMayor9 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}



#sig-canvasMayor10 {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}






.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}
.dropdown-toggle {
    border: 1px solid #ccc !important;
}
/* Turn Off Number Input Spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 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;
}


/* Login pages (FipsCheck/PinCheck)*/

.juvare-logo {
    align-self: center;
    height: 29px;
    margin-right: auto;
    width: auto;
}

.navbar-custom {
    /*position: absolute;
    width: 100%;
    text-align: center;
    margin: auto;*/
    font-size: 24px;
}

.navbar-toggle {
    z-index: 3;
}

.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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.card {
    margin-bottom: 1.5rem;
}

.disabled-card {
    background-color: rgba(245, 245, 245, 1);
    opacity: .6;
}
.hide {
    display: none !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-top-gray {
    border-top-color: #adb5bd;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lh-condensed {
    line-height: 1.25;
}
.alert {
    height: 100%;
}