/* Variables by file */
/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/*
@import 'variables/nav';
@import 'variables/forms';
*/
/*
@import 'variables/breadcrumbs';
@import 'variables/close';
@import 'variables/alerts';
@import 'variables/card';
@import 'variables/list-group'; 
@import 'variables/badge';
@import 'variables/icons';
@import 'variables/som-components';
*/
/* CONTAINER QUERIES */
/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

.som-dpm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
}

.som-dpm-container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

.som-dpm-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 4.5rem;
}
.som-dpm-header .som-dpm-close-button-container {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.som-dpm-header .som-dpm-close-button-container .som-dpm-close-button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.som-dpm-header .som-dpm-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.som-dpm-header .som-dpm-input-container .som-dpm-input-arrow {
  width: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #142d3e;
}
.som-dpm-header .som-dpm-input-container input {
  display: inline-block;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding: 0.5rem;
  width: 8.25rem;
  height: 2rem;
  text-align: center;
}
.som-dpm-header .som-dpm-input-container input::placeholder {
  font-size: 0.9rem;
  color: #999;
}
.som-dpm-header .som-dpm-input-container input::-ms-clear {
  display: none;
}

.som-dpm-calendar {
  display: flex;
  flex: 1;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.som-dpm-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4rem;
  background: #fff;
}