﻿

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.navbar-custom {
    background-color: rgba(12,18,57,0.9);
}


.profile {
    border: 2px dotted black;
    padding: 2rem 2rem;
    position: relative;
}

.personal-Info, .contact-Info {
    border: 2px dotted black;
    padding:2rem 1rem;
    margin: 2rem 1rem;
    position: relative;
}

.p-Info {
    border: 1px solid black;
    background-color: gray;
    margin-bottom: 2px;
    text-align: center;
    max-width: 200px;
    position: absolute;
    top: -20px;
    padding: 0 5px;
}

.u-Info {
    max-width: 110px;
}

.b-background {
    background-image: url(../images/drone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: fixed;
    top: 0;
}

.issue{
    font-size:2rem;
}

.terms{
    border : 1px solid black;
    padding: 10px;
    margin-top:10px;
}
.termsandcondition{
    margin-top:10px;
}

.successmessage{
    font-size:1.5rem;
    padding: 30px;
}

.login-alert{
    display:none;
}
.must{
    color:red;
}

.address {
    border: 1px solid gray;
    padding: 3px;
    height: 100px;
    overflow-y:scroll;
}

.expiring {
    background-color: #f7d794 !important;
}

.expired {
    background-color: #f19066 !important;
}







@media (max-width: 500px) {
    .profile {
        border: 2px dotted black;
        padding: 1rem;
        position: relative;
        margin-top:10px;
    }

    .personal-Info, .contact-Info {
        border: 2px dotted black;
        padding: 1rem;
        margin: 1rem;
        position: relative;
        margin-top: 40px
    }

    .p-Info {
        border: 1px solid black;
        background-color: gray;
        margin-bottom: 2px;
        text-align: center;
        max-width: 200px;
        position: absolute;
        top: -20px;
    }

    .u-Info {
        max-width: 110px;
    }

   .p-Info h4{
       font-size: 12px;
   }
    .profile-image{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*background-image: url(../images/white-drone1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
height: 100vh;
z-index: 0;
position: fixed;
top: 0;*/
