﻿.ko-error
{
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #ff7500;
  color: white;
  margin-top: 5px;
  animation: blinker 2s linear infinite;
}

.tabError
{
  background-color: white;
  border: 1px solid grey;
  margin-left: 5px;
  animation: blinker 2s linear infinite;
}

 
.btn-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-select-sm {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.bootstrap-select .dropdown-menu .form-control
{
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

@keyframes blinker
{
  50%
  {
    opacity: 0;
  }
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #c3c3c3;
	border-color: #f7f7f7;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #c3c3c3;
	border-color: #f7f7f7;
}

.btn-primary
{
  background-color: #e30613;
  border-color: #e30613;
}

.bg-primary
{
  background-color: #e30613 !important;
  border-color: #e30613 !important;
}

/* BOOTSTRAP DASHBOARD */

body
{
  font-size: .875rem;
  background-image: url(/images/seamless.jpg);
}

.card
{
  border: 1px solid #9f9f9f;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.card-header {
  background: linear-gradient( 120deg, #b40000, #f24747, #e30613);
}

.breadcrumb
{
  border: 1px solid #cccccc;
}

.feather
{
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  width: 60px;
  transition: width 0.25s ease;
  overflow: hidden;
}

.sidebar:hover
{
  width: 220px;
}

.sidebar-sticky
{
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky))
{
  .sidebar-sticky
  {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link
{
  color: #333;
  font-weight: 775;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0.6rem 0.8rem;
}

.sidebar .nav-link .menu-icon
{
  font-size: 1.15rem;
  min-width: 24px;
  text-align: center;
}

.sidebar .nav-link .menu-title
{
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-left: 12px;
}

.sidebar:hover .nav-link .menu-title
{
  opacity: 1;
}

.sidebar .nav-link .feather
{
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active
{
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather
{
  color: inherit;
}

.sidebar-heading
{
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand
{
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler
{
  top: .25rem;
  right: 1rem;
}

.navbar .form-control
{
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark
{
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

  .form-control-dark:focus
  {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }


/* END OF BOOTSTRAP DASHBOARD */

.gradient-background
{
  background: linear-gradient(120deg, #fff, #ffffff, #e30613);
}

.bg-grey
{
  background-color: #efefef !important;
}

/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 992px)
{
  .sidebar
  {
    width: auto;
    position: absolute;
    padding: 0;
    transition: none;
  }

  .sidebar:hover
  {
    width: auto;
  }

  .sidebar .nav-link .menu-title
  {
    opacity: 1;
    margin-left: 0;
  }

  .row-offcanvas
  {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas
  {
    left: -33%;
    padding-top: 0px;
  }

  .row-offcanvas-left.active
  {
    left: 33%;
    margin-left: -6px;
  }

  .sidebar-offcanvas
  {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
    overflow: auto;
  }

  main[role="main"]
  {
    margin-left: 0 !important;
  }
}

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 34em)
{
  .row-offcanvas-left
  .sidebar-offcanvas
  {
    left: -65%;
    padding-top: 0px;
  }

  .row-offcanvas-left.active
  {
    left: 65%;
    margin-left: -6px;
  }

  .sidebar-offcanvas
  {
    width: 65%;
  }

  .row-offcanvas-left.active
  {
    top: 0px;
  }
}

/*
 * Autocomplete dropdown
 * --------------------------------------------------
 */
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 0.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.75rem;
}

/*
 * Portal Area
 * --------------------------------------------------
*/
.portal-body {
  font-size: .875rem;
  background: #b2d1c9;
}

.portal-bg-image {
  /* The image used */
  background-image: url(/images/background.jpg);
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
}

.portal-progress{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4%;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
}

.portal-signature-required {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  height: 150px;
  margin: 0
}

.badge {
  white-space: unset;
}

.mw-90 {
  max-width: 90% !important;
}