
/* Hide the Sign In button */
li[id*="SignIn"] {
    display: none !important;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url("/futur.ttf");
}

.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar-brand .glyphicon {
  margin-right: 6px;
}

.hero {
  background: url('/home.png') no-repeat center;
  background-size: cover;
  border: none;
  height: 500px;
}


@media (max-width: 768px) {
  .hero {
    background-position: center center; /* force center on mobile */
  }
}


@media (min-width:992px) {
  .hero .get-it {
    text-align: right;
    margin-top: 80px;
    padding-right: 30px;
  }
}

@media (max-width:992px) {
  .hero .get-it {
    text-align: center;
  }
}

@media (max-width:992px) {
  .hero .phone-preview {
    text-align: center;
  }
}

.hero .get-it h1, .hero .get-it p {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom: 40px;
}

.hero .get-it .btn {
  margin-left: 10px;
  margin-bottom: 10px;
  text-shadow: none;
}

div.iphone-mockup {
  position: relative;
  max-width: 250px;
  margin: 20px;
  display: inline-block;
}

.iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  background-color: #aaa;
  overflow: hidden;
/*  background: url(/screen-content-iphone-6.jpg);*/
  background-size: cover;
  background-position: center;
}

.iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

.icon-feature {
  text-align: center;
}

.icon-feature .glyphicon {
  font-size: 60px;
}

section.features {
  background-color: #369;
  padding: 40px 0;
  color: #fff;
}

.features h2 {
  color: #fff;
}

.features .icon-features {
  margin-top: 15px;
}

.testimonials blockquote {
  text-align: center;
}

section.testimonials {
  margin: 50px 0;
}

.site-footer {
  padding: 20px 0;
  text-align: center;
}

@media (min-width:768px) {
  .site-footer h5 {
    text-align: left;
  }
}

.site-footer h5 {
  color: inherit;
  font-size: 20px;
}

.site-footer .social-icons a:hover {
  opacity: 1;
}

.site-footer .social-icons a {
  display: inline-block;
  width: 32px;
  border: none;
  font-size: 20px;
  border-radius: 50%;
  margin: 4px;
  color: #fff;
  text-align: center;
  background-color: #798FA5;
  height: 32px;
  opacity: 0.8;
  line-height: 32px;
}

@media (min-width:768px) {
  .site-footer .social-icons {
    text-align: right;
  }
}

.btn-primary, .btn-default {
    background-color: #FFF !important;
    color: #cc0000;
    border-color: #cc0000;
    height: 50px !important;
    line-height: 30px;
    border: 1px solid #cc0000 !important;
}

.btn-primary, .btn-default:hover {
    color: #fff;
    background-color: #cc0000 !important;
    border-color: #a94442;
    border: 1px solid #cc0000 !important;
}

.search-apply, .launchentitylookup, .clearlookupfield, .btn-hg
{
    height: 50px !important;
    border: 1px solid #cc0000;
}

.fa
{
    color: #cc0000 !important;
}

.search-apply:hover, .launchentitylookup:hover, .clearlookupfield:hover, .btn-hg:hover
{
    border: 1px solid #cc0000;
    background-color: #fff !important;
}

.search-apply:hover
{
    border: 1px solid #cc0000;
    background: #cc0000;
    color: #fff;
}

.picklist label {
    padding-right: 15px;
}

/*
 * Component: Form
 * ---------------
 */
input[type="text"].form-control,input[type="email"].form-control,input[type="number"],input[type="password"].form-control,select.form-select {
  text-indent: 5px;
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  height: 50px !important;
}


.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.query {
  text-indent: 5px;
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  height: 50px !important;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group.has-success label {
  color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}

.form-group.has-success .help-block {
  color: #00a65a;
}

.form-group.has-warning label {
  color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}

.form-group.has-warning .help-block {
  color: #f39c12;
}

.form-group.has-error label {
  color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}

.form-group.has-error .help-block {
  color: #dd4b39;
}

/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}

.progress-numeric {
    border: 2px solid #cc0000 !important;
    margin-bottom: 15px !important;
}

.number {
    color: #cc0000 !important;
}

.pagination>.active>a {
    background-color: #cc0000 !important;
}

.fa {
    color: #cc0000 !important;
}

a > .fa {
    color: #fff !important;
}

.btn-primary > .fa {
    color: #fff !important;
}

.launchentitylookup > .fa {
    color: #cc0000 !important;
}

.tab-title {
    display: none;
}

.disabled-input {
  pointer-events: none;   /* Prevents mouse interaction */
  background-color: #eee;
  color: #888;
  cursor: not-allowed;
}

.form-label{
  font-size: 15px;
  font-weight: lighter;
}

.form-check-input{
  height: 20px;
  width: 20px;
}

.cbox-lbl {
  margin-top: 7px !important;
  margin-left: 7px !important;
}

.page-title{
  font-size: 22px !important;
  font-weight: bolder;
}

.card-title {
  font-weight: bold;
}

input {
  font-size: medium !important;
}


/* Loading overlay styles */
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFF;
    opacity: 0.5;
    z-index: 99;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(158, 157, 157, 0.05);
    border-top-color: #000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
    z-index: 999;
}

/* Error styling */
.error {
    color: rgb(189, 10, 10);
    border-color: rgb(189, 10, 10) !important;
}

.error-message {
    color: rgb(189, 10, 10);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Animations */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Focus styles for accessibility */
.form-control:focus,
.form-select:focus,
.btn:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Improved button styles */
.btn {
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Card improvements */
.card {
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid rgba(0,0,0,0.125);
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Form improvements */
.form-text {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Loading state for buttons */
.btn-loading {
    position: relative;
    pointer-events: none;
}

.btn-loading .spinner-border {
    width: 1rem;
    height: 1rem;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
}

/* Print styles */
@media print {
    .navbar,
    .btn,
    #btnShowModalNotification {
        display: none !important;
    }
    
    .card {
        border: 1px solid #000;
        break-inside: avoid;
    }
}

.form-check-label{
  margin-top: 7px;
  margin-right: 10px;
}