

.navbar {
  overflow:hidden;
  background-color: #ffffff;
 font-family: VoyaProximaNova,Proxima Nova,Open Sans,Gill Sans MT,Gill Sans,Corbel,Arial,sans-serif;
 padding-left: 4px;
 margin-top: -3px;
}

.onepad {
  padding-left: 1px;
}

.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}


.nodrop {
  font-size: 20px;  
  border: none;
  outline: none;
  color: #333333;
  padding: 0px 5px 0px 8px;
  background-color: inherit;
  font-family: inherit;
  margin-top: -3px;
  padding-top: 13px;
}

.nodrop a hover {
  color:#145a7b;
}

.navbar a {
  float: left;
  font-size: 18px;
  color:  #145a7b;
    text-align: center;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
 
  margin-left: 15px;
}

.dropdown .dropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: #333333;
  padding: 0px 8px;
  background-color: inherit;
  font-family: "ProximaNova", "Proxima Nova Regular", "Open Sans", "Gill Sans MT", "Gill Sans", Arial, sans-serif;
 
}

.dropdown .dropbtn2 {
  font-size: 18px;  
  border: none;
  outline: none;
  color: #333333;
  padding: 0px 8px;
  background-color: inherit;
  font-family: "ProximaNova", "Proxima Nova Regular", "Open Sans", "Gill Sans MT", "Gill Sans", Arial, sans-serif;
  

}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 200px;
  box-shadow: 0px 32px 64px 0px rgba(0,0,0,0.2);
  z-index: 2;
  border-radius: 6px;
}

.dropdown-content:before {
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: white;
  border-width: 11px;
  margin-left: -10px;
  top: -21px;
  right: 12px;
  z-index: 1;

}

.tab {
    border-bottom: 2px solid var(--v-colors__secondary);
    background-color: var(--v-colors__secondary);
    border-radius: 5px 5px 0px 0px;
    border-top: 3px solid var(--v-colors__secondary);
   
    margin: 0px auto;
    position: absolute;
    width: 60px;
    margin-top: 18px;
}

.tab2 {
    border-bottom: 2px solid var(--v-colors__secondary);
    background-color: var(--v-colors__secondary);
    border-radius: 5px 5px 0px 0px;
    border-top: 3px solid var(--v-colors__secondary);
   
    margin: 0px auto;
    position: absolute;
    width: 60px;
    margin-top: 18px;
    margin-left: 10px;
}


.dropdown-content:after {
   content: "";
    position: absolute;
    right: 13;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #ffffff;
    z-index: 0;
   
}

.dropdown-content a {
  float: none;
  color: #333333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: lighter;
}

.rad-top  {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.rad-bottom  {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.lineh {
  line-height: 12px;
}

.dropdown-content a:hover {
  background-color: #145a7b;
  color: #ffffff;
}
.dropdown-content a span i {
  
  color: #145a7b;
}

.blank:hover {
  
  color: #ffffff !important;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.personal-info{
  float:right;
  text-align: right;
}

.user {
  float:right;
  padding-top: 10px;
  padding-left: 10px;
}

 .proWhole {
 display: block;
 }
 .proCircle {
 display: none;
 margin-top: -3px;
 }

  .navWhole {
 display: block;
 }
 

@media all and (max-width: 1020px) {
 .proWhole {
 display: none;
 }
 .proCircle {
 display: block;
 }
}

@media all and (max-width: 1265px) {
 .navWhole {
 display: none;
 }
 .navtop {
 display: block;
 }
}