body {
   height:100%;
   background:transparent !important;
   background-attachment:fixed;

   font-size:18px;
}

html {
   height:100%;
   background: #09326D;
   background: linear-gradient(335deg,rgba(9, 50, 109, 1) 0%, rgba(0, 101, 225, 1) 100%);
   background-attachment:fixed;
}

.modal-content {
   color:#FFF;
   background: #09326D;
   background: linear-gradient(335deg,rgba(9, 50, 109, 1) 0%, rgba(0, 101, 225, 1) 100%);
}

#home h1.display-1 {
   font-size:58px;
}

#preCallWarning span[name="company"] {
   font-weight:bold;
}

#home div[name="login_form"] {
   max-width:415px;
}



.badge {
   font-size:12px;
}

main {
   margin-top:80px;
   padding-bottom:30px;
}

footer {
   position:fixed;
   bottom:0;
   width:100%;
   background:#232323;;
   color:#FFF;
   text-align:center;
}

.bg-sureship {
   color:#FFF;
   background:linear-gradient(335deg,rgba(4, 103, 242, 1) 0%, rgba(69, 133, 221, 1) 100%);
}
.bg-sureship label {
   display:block;
   font-weight:bold;
   margin-bottom:0;
}
.bg-sureship span {
   display:inline-block;
}
.bg-sureship a {
   color:#FFF;
   display:inline-block;
}

.bg-sureship-purple {
   color:#FFF;
   background:linear-gradient(335deg,rgb(135, 4, 242) 0%, rgb(175, 69, 221) 100%);
}

#companyCallFollowup fieldset {
   margin-bottom:0;
}

#movers_list fieldset {
   display:inline-block;
}

.bg-movelocation {
   color:#FFF;
   background:linear-gradient(335deg,rgba(9, 78, 173, 1) 0%, rgba(8, 65, 146, 1) 100%);
}

/* #4b10a2 */
button[name="call_now"],
button[name="edit_info"] {
   font-size:18px;
   border-radius:15px;
   padding-bottom:3px;
}
button[name="edit_info"] {
   font-size:12px;
}
button[name="call_now"]:hover {
   color:#FFF !important;
   text-decoration:none;
}

#sub_result,
#carrier_form_result,
#contact_result {
   position:fixed;
   z-index:9999;
   top:0;
   width:100%;
   display:block;
   height:auto;
}

.phone-header {
   text-align:center;
   margin-bottom:20px;
}

.sureship {
   text-align:center;
}

.accordion {
   text-shadow:none;
}
.accordion .card-header button {
   text-decoration:none;
   font-weight:bold;
}
.accordion .card {
   margin-bottom:20px;
}

#show_movers #move_code span[name="move_code"] {
   cursor:pointer;
}

.move-card {
   display:inline-block;
   vertical-align:top;
   color:#0e0915;
   width:12rem;
   max-width:100%;
   height:275px;
   margin:auto;
   text-align:left;
}
.move-card.height {
   height:auto;
   width:auto;
}
.move-card h3 {
   font-size:18px;
   font-weight:bold;
}
.move-card p {
   font-size:14px;
   margin-bottom:0;
}

.navbar {
   padding-top:0px;
   padding-bottom:0px;
}
.nav-link {
   padding-top:2px;
   padding-bottom:2px;
}
.navbar ul li {
   margin:0 20px;
}

.display-7 {
   font-size:1.25rem;
}
.lead {
   font-size:1.05rem;
}

@media (min-width: 576px){
   .phone-header {
      text-align:right;
      margin-bottom:0;
   }

   .sureship {
      text-align:left;
   }

   #home div[name="login_form"] {
      max-width:none;
   }
}


@media (min-width: 768px){
   #home div[name="login_form"] {
      max-width:415px;
   }
}


@media (min-width: 992px){
   #home h1.display-1 {
      font-size:6rem;
   }
   
   [name="slogan_cut"] {
      white-space: pre;
   }
}


@media (min-width: 1200px){


   body {
      font-size:1rem;
   }
}

#vet ol li label {
   vertical-align:top;
}
#vet ol li input,
#vet ol li textarea {
   vertical-align:text-top;
}

/* setup */
.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header,
.quote-form {
  background-color: #4b10a2;
  background:linear-gradient(90deg,rgba(75, 16, 162, 1) 0%, rgb(19, 84, 204) 100%);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index:-10;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
  z-index:-10;
}

#show_movers a[name="call_now"] button {
   min-width:100px;
}

#new_move fieldset label {
   font-weight:bold;
}

#show_movers table tbody {
   font-size:20px;
}

#admin_nav li.active,
#admin_panel li.active {
   font-weight:bold;
}

#admin_nav .nav-link,
.navbar-brand {
   color:#FFF;
}

#admin_panel section {
   display:none;
}

#file_upload_status {
   position:sticky;
   bottom:0;
   width:100%;
   background:transparent;
   z-index:999;
}
#file_upload_status .card {
   padding:10px;
   border-radius:0;
}

ul#timezones {
   list-style:none;
   margin:0;
   padding:0;
   display:flex;
   justify-content:space-evenly;
   background:#EAEAEA;
}
ul#timezones li {
   display:inline-block;
}
ul#timezones li label {
   margin-bottom:0;
   font-weight:bold;
}
ul#timezones li span {
   /*display:block;*/
}

#vet ol li > label:first-child {
   font-weight:bold;
}

#emailTemplatePreview .modal-dialog {
   width:calc(800px + 2rem + 2.233px) !important;
      max-width:calc(800px + 2rem + 2.233px) !important;
}
@media (min-width: 576px){
   #emailTemplatePreview .modal-sm {
      width:calc(800px + 2rem + 2.233px) !important;
      max-width:calc(800px + 2rem + 2.233px) !important;
   }
}

@media (min-width: 768px){
   #emailTemplatePreview .modal-md {
      width:calc(800px + 2rem + 2.233px) !important;
      max-width:calc(800px + 2rem + 2.233px) !important;
   }
}

@media (min-width: 992px){
   #emailTemplatePreview .modal-lg, #emailTemplatePreview .modal-xl {
      width:calc(800px + 2rem + 2.233px) !important;
      max-width:calc(800px + 2rem + 2.233px) !important;
   }
}

@media (min-width: 1200px){
   #emailTemplatePreview .modal-dialog {
      width:calc(800px + 2rem + 2.233px) !important;
      max-width:calc(800px + 2rem + 2.233px) !important;
   }
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

@media (min-width: 768px) {
   .bd-placeholder-img-lg {
      font-size: 3.5rem;
   }
}