/* * {
    outline: 1px solid red !important;
} */

/* avcap blue rgb(17, 67, 142) */
a {
  color: rgb(17, 67, 142);
}
.layout-default .text-primary {
  color: rgb(17, 67, 142) !important;
}
.bg-primary {
  background-color: rgb(17, 67, 142) !important;
}
.bg-tertiary {
background-color: rgb(57, 92, 145) !important;
}
.btn-primary {
  background-color: rgb(17, 67, 142);
  border-color: rgb(17, 67, 142);
}
.border-primary-bottom--focused:focus {
border-bottom: 1px solid rgb(17, 67, 142);;
}
item:active {
  background-color: rgb(17, 67, 142);
}
.text-decoration-underline {
text-decoration: underline;
}
.nav-link.dropdown-hover-toggle,
.nav-link.dropdown-toggle,
.nav-link.dropdown-toggle *,
.nav-link {
  text-transform: capitalize !important;
}
.form-control:not(.facelift-immune) {
  width: auto !important;
  display: inline-block;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.50);
}
.hand {
  cursor: pointer;
}
.w-10em {
  width: 10em;
}
.h-10em {
  height: 10em;
}
/* body::-webkit-scrollbar {
  width: 0.4em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: slategrey;
  outline: 1px solid slategrey;
} */
td {
  text-align: left;
}
td>input.form-control {
width: 100% !important;
}
.carousel {
  margin-bottom: 2rem;
}
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
.vh-100 {
height: 100vh !important;
}
.carousel-item {
/* height: calc(100vh - 90px) !important; */
/* height: 100vh !important; */
/* height: 32em !important; */
height: 60vh !important;
background-position: center;
background-size: cover;
}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
.layout-default #top_nav {
display: block !important;
}
.layout-default #footer {
display: flex !important;
}
.layout-zen #top_nav,
.layout-zen #footer {
display: none !important;
}
.layout-zen .d-zen-none {
display: none !important;
}
.layout-zen .d-zen-block {
display: block !important;
}
.layout-zen .d-zen-flex {
display: flex !important;
}
.layout-zen .text-zen-center {
text-align: center !important;
}
.layout-zen .w-zen-100 {
width: 100% !important;
}
.layout-zen .zen-input {
border:none;
border-bottom: 1px solid #ABB4D4;
outline: none;
box-shadow: none;
-webkit-box-shadow: 0 0 0 30px white inset !important;
/* transition: margin 1000ms; */
}
.layout-zen .zen-input:focus {
border-bottom: 1px solid #2A59FF;
box-shadow: none;
outline: 0 none;
}
.layout-zen .text-zen-bold {
font-weight: bold;
}
.layout-zen .text-zen-size-17 {
font-size: 17px;
}
.layout-zen .text-zen-size-16 {
font-size: 16px;
}
.layout-zen .text-zen-size-14 {
font-size: 14px;
}
.layout-zen .text-zen-size-13 {
font-size: 13px;
}
.layout-zen .text-zen-size-12 {
font-size: 12px;
}
.layout-zen .text-zen-capitalize{
text-transform: capitalize;
}
.layout-zen .zen-login-btn{
background-color: #2A59FF !important;
}
.layout-zen .zen-btn-disabled{
background-color: #ABB4D4 !important;
border: none;
}
.layout-zen .zen-login-label {
  transform: translate(1rem, 0.8rem);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.layout-zen .zen-login-label-up {
  transform: translate(1rem, 0rem);
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}
.layout-zen .zen-help-section {
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: #fff;
  overflow-x: hidden;
}
.layout-zen .zen-text-light-blue {
  color: #2A59FF !important;
}
.layout-zen .zen-toggle-password {
  transform: translate(0rem, -2rem);
  float: right;
}
.border-bottom-blue {
border-bottom: 1px solid #2A59FF !important;
}
.border-bottom-red {
  border-bottom: 1px solid #ff0101 !important;
  }
.logged-out .d-logged-out-none {
display: none !important;
}
.logged-in .d-logged-in-none {
display: none !important;
}
.logged-in .d-logged-in-flex {
display: flex !important;
}
.logged-in:not(.layout-zen) #chat-popup-btn {
display: block !important;
}
@media (min-width: 768px) {
.logged-in .d-md-logged-in-flex {
    display: flex !important;
}
}
.w-min-16em {
min-width: 16em !important;
}
.display-8 {
font-size: 1.75rem;
font-weight: 300;
line-height: 1.2;
}
.parallax-window {
min-height: 100vh;
}
/* Featurettes
------------------------- */
p.lead {
margin-bottom: 1.2em;
}
.featurette {
align-items: center;  
}
.featurette-divider {
margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
.dropdown-menu {
padding-top: 0;
padding-bottom: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
color: rgb(22, 24, 27) !important;
text-decoration: none !important;
background-color:rgb(240 241 255) !important;
}
.dropdown-item:hover>a, 
.dropdown-item:focus>a {
color: rgb(22, 24, 27) !important;
text-decoration: none !important;
}
.is-desktop .dropdown .dropdown-menu {
display: none !important;
}
.dropdown:hover>.dropdown-menu {
display: block !important;
margin-top: 0; 
}
.dropdown-hover-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropright .dropdown-hover-toggle::after {
vertical-align: 0px;
}
.dropright .dropdown-hover-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-width: 0.3em 0px 0.3em 0.3em;
border-top-style: solid;
border-top-color: transparent;
border-right-style: initial;
border-right-color: initial;
border-bottom-style: solid;
border-bottom-color: transparent;
border-left-style: solid;
border-left-color: initial;
}
.dropright .dropdown-hover-toggle::after {
vertical-align: 0px;
}
.dropdown-submenu .dropdown-item {
padding-left: 0.3em;
padding-right: 0.3em;
}
.dropright .dropdown-menu {
left: 99%;
min-width: 13rem;
}
.dropzone {
padding: 1em; 
margin-bottom: 1em;
background-color: #cfe2ff;
width: 100%; 
text-align: center;
min-height: 100px;
}
.dropzone.dz-started .fas {
display: none !important;  
}
.btn-xl, .btn-group-xl > .btn {
padding: 0.7rem 1.75rem;
font-size: 1.75rem;
line-height: 1.5;
border-radius: 0.3rem;
}
#bs-gdpr-cookies-modal-more-link {
margin-left: 0.25em;
}
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.featurette-heading {
  font-size: 50px;
}
}
@media (max-width: 40em) {
h1 {
  font-size: 1.7rem;
}
}