/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2020 | 13:56:26 */
/**POPUP BUTTONS THEMSELVES*/
.popbtnprostate .popupaoc-button {
  margin-bottom:5px;
  width:100%;
  text-align:center;
    padding: 10px 20px;
    background: #1A5289!important;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
  border-radius:4px;
}
.popbtnuterine .popupaoc-button {
  margin-bottom:5px;
  width:100%;
  text-align:center;
    padding: 10px 20px;
    background: #696ab0!important;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
  border-radius:4px;
}



/**************************GLOBAL*/ 

/**ADDED SEARCH IN TOP BAR*/
/*#top #header_meta #menu-item-search {
    float:right;
  padding:0 0 0 30px;
  margin:0;
  margin-top:-16px;
}*/

/***REMOVE CAREERS LINK ON MOBILE*/
@media screen and (max-width:480px) {
  #header_meta .sub_menu {display:none;}  
}

/************************TOP BLUE BAR HEADER ABOVE MENU*/
#avia2-menu {
  font-size:130%;
}

/********************CONTACT PAGE*/
#fullwidthmap p {
  border:none !important; 
  border-bottom-color: transparent !important; 
    border-top-color: transparent !important; 
  
  margin:0!important;
  padding:0!important;  
}
.page-id-23 #after_section_1 {
  border:none !important; 
  border-color: transparent !important; 
  border-style:none !important; 
}

#fullwidthmap *, #fullwidthmap {
   border:none !important; 
  border-bottom-color: transparent !important; 
    border-top-color: transparent !important; 
}
#fullwidthmap .container {
  padding:0 !important;
  max-width:100%;

}

/*****NEW FORM ON CONTACT PAGE****************/
 #salesSubmit, #btnGeneral input {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
      background-color: #0079c2!important;
}
#salesForm input {
  margin-bottom:0 !important;
}

/********COMPANY PAGE**/
/**COMPANY SUB NAV REMOVE BORDER*/
/*.page-id-1195 #sub_menu1 {
  border:none;
}
*/


/********************PATIENTS PAGE*/

/***POPUP BUTTONS IN POPUPS PATIENTS PAGE**/
.cancel {float:left;margin-left:15%!important; margin-bottom:50px!important;}
.proceed {float:right;margin-right:15%!important;margin-bottom:50px!important;}
.cancel, .proceed {
  background-color:#2d5c88;
  font-size:150%!important;
  color:#FFF;
  width:200px;
  margin:20px;
  text-align:center;
}
