﻿/* GLOBAL SETTINGS */
/* WestFax */

/* LOGO SETTINGS */
.logo-md
{
    max-height:65px !important;
}
/*Let's set the Light logo. By default we have a transparent png placeholder. This is for the Fax Viewer*/
.headerLogo
{
    content:url("/assets/img/logos/westfaxHeader.png");
    max-height:50px;
}
.header
/* HEADER BAR COLOR OVERRIDE */
.panel-primary > .panel-heading
{
   /* background-color:#FF0000 !important;*/
}

/* Forgot Password Box Visibility */
/* Some users may want to override this text to something else */
#ForgotPassword {display:block;}


/* Set visibility on the Footer Items */
#FooterCopy{display:inline;}
#FooterLink1{display:inline;}
#FooterLink2{display:inline;}
/* Hide these links on White Label sites */
#tc{display:inline;} /*Terms and Conditions*/
#pp{display:inline;} /*Privacy Policy*/

#socialMedia{display:inline;};


/* Set visibility on the login icon (Font Awesome) */
.fa-sign-in{display:inline;}
/* .fa-sign-in{display:none;} */

/* Set colors */
.btns-color
{
    /*background-color:#b4232d !important;*/
     background-color:#b4232d !important;
     box-shadow:none !important;
}

.highlight-color
{
    color:#b4232d !important;
}

/* Dashboard Settings colors override*/
#TopLeftBlock
{
   background-color: #333 !important;
}

/* MyFaxes Overrides */
/* These are the options on an individual fax */
.faxView{display:inline;} /* Change to none to hide View link */
.forwardLink{display:inline;}  /* Change to none to hide forwarding */
.emailLink{display:inline;}  /* Change to none to hide Email Forwarding */
.downloadLink{display:inline;}  /* Change to none to hide download Link */
.deleteLink{display:inline;}  /* Change to none to hide delete Link */
.faxView{display:inline;} /* Change to none to hide View link */
.deleteLink{display:inline;}  /* Change to none to hide delete Link */
.dropbtn{display:inline;} /* Change to none to hide Share button */


/*Profile Overrides*/
/*Email to Fax Settings. You will probably hide this on a white label site */
#EmailFaxSettings{display:block;}
/*#EmailFaxSettings{display:none;}*/

/* Signup funnel: logo-only navbar (Sign Up / Login hidden) */
.navbar.navbar-default.navbar-signup-funnel {
    min-height: 70px;
    padding: 8px 0;
}
.navbar.navbar-signup-funnel .navbar-brand {
    height: auto;
    line-height: normal;
    padding: 4px 15px;
}
.navbar.navbar-signup-funnel .logo-md {
    max-height: 50px !important;
    width: auto;
}

/* Welcome to WestFax Page */
/* Header */
#welcomeHeader{
    display:inline-block;
    /*display:none */
}

    
/* FAX VIEWER SETTINGS */
    #toolbarContainer{
        background-color:#b4232d !important;
    }

