/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
#wrapper{ 
    background: #d9e1ee url(images/bionosity-background-web.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: repeat-y;
}
body .fusion-header{
    background-color: transparent;
}
body #main{ 
    min-height: 600px; 
    background-color: transparent;
}
body .access-limited{ display: none; }
html.practice_mgr .practice-mgr{ display: block; }
html.practice_user .practice-user{ display: block; }
html.bionosity_admin .bionosity-admin{ display: block; }
html.administrator .bionosity-super-user{ display: block; }
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.fusion-title{
    margin-bottom: 15px !important;
}
.fusion-title h1.title-heading-left,
.ui-dialog .ui-dialog-title{
    font-size: 16px;
    border-bottom: 2px solid #1ecde2;
    display: block;
    width: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
}
.ui-widget-header{
    background: none;
    border: none;
}
input[type="submit"], 
body.logged-in button,
body.logged-in button.ui-button,
body.logged-in button.ui-button:hover,
body.logged-in .fusion-body a.fusion-button-pill{
    background: #1ecde2;
    border: 1px solid #1ecde2 !important;
    padding: 9px 20px;
    color: white;
    font-size: 1em;
    line-height: 14px;
    border-radius: 16px !important;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}
/* have the blue buttons get a little darker on hover */
input[type="submit"]:hover, 
body.logged-in button:hover,
body.logged-in button.ui-button:hover,
body.logged-in .fusion-body a.fusion-button-pill:hover{
    background: #19adbf;
    border: 1px solid #19adbf !important;
}
.button-default:hover{
    background: #19adbf !important;
}

.ui-widget, .ui-widget-content{
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 1em;
    color: inherit;
    max-width: 100%;
}
.ui-widget.close-cancel{
    color: #1ecde2;
    background-color: #fff;
    border: 1px solid #1ecde2;
}
strong{ color: #333; }
ul{ padding-left: 15px; }
.admin-search-wrapper-right{
    display: block;
    width: 450px;
    height: auto;
    float: right;
}
.admin-search-wrapper-right label{
    float: right;
    padding: 5px;
}
input[type="text"].admin-search{
    width: 200px;
    float: right;
}
select.admin-search{
    float: right;
}


@media only screen and (max-width: 1025px) {
  html:not(.avada-has-site-width-percent) body #main{
        padding-left: 10px;
        padding-right: 10px;
  }
}
