/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	font-family:            'Asap', 'Roboto', sans-serif;
    font-size:              16px;
    font-weight:            normal;
    line-height:            24px;
	color:                  #222222;
	background-color:       #e0dfdd;
	margin:                 0px 0px 0px 0px;
	padding:                0px 0px 0px 0px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ------------------ main ------------------ */

form
{
	margin:             0px;
}

table
{
	margin:             0px;
}

p
{
	margin:                 0px;
    -webkit-margin-before:  0px;
    -webkit-margin-after:   0px;
    -webkit-margin-start:   0px;
    -webkit-margin-end:     0px;
}

img
{
	margin:             0px;
	border:             0;
}

a
{
    color:              #CD0134;
	text-decoration:    underline;
	background-color:   inherit;
}

a:hover
{
    color:              #009ccf;
	text-decoration:    none;
	background-color:   inherit;
}

input[type="button"] {
	transition 	: all 0.24s ease;
}

input[type="text"], 
input[type="password"], 
textarea,
select {  
	border 				: 1px solid #ccc;
	border-radius 		: 5px;
	padding 			: 4px 8px;
}

/* ------------------ overlay ------------------ */

DIV.overlay
{
    position:               absolute;
    left:                   0px;
    top:                    0px;
    z-index:                100000;
    visibility:             visible;
    width:                  100%;
    height:                 100%;
    text-align:             center;
	background:             #EFEFEF;
    filter:                 alpha(opacity=40);
    -moz-opacity:           .40;   
    opacity:                .40;
    -khtml-opacity:         0.4;
}

/* ----------------- messages ------------------ */

DIV.blockMsg
{
    width:                  40%;
    top:                    30%;
    left:                   30%;
    border:                 2px solid #ffab00;
    padding:                20px 0px 20px 0px;
    background-color:       #FFFFFF;
    color:                  #404040;
    font-size:              11pt;
    font-weight:            normal;
    text-align:             center;
}

/* ----------------- tooltips ------------------ */

.ui-tooltip 
{ 
    position: absolute; 
}

.tooltip
{
    max-width:30%;
    border:                 2px solid #ffab00;
    border-radius:          5px;
    padding:                20px 20px 20px 20px;
    background-color:       #FFFFFF;
    color:                  #404040;
    font-size:              11pt;
    font-weight:            normal;
    text-align:             center;
}

/* -------------- font-awesome ---------------- */

.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }
.fa-11x { font-size: 11em; }
.fa-12x { font-size: 12em; }
.fa-13x { font-size: 13em; }
.fa-14x { font-size: 14em; }
.fa-15x { font-size: 15em; }
.fa-16x { font-size: 16em; }
.fa-17x { font-size: 17em; }
.fa-18x { font-size: 18em; }
.fa-19x { font-size: 19em; }
.fa-20x { font-size: 20em; }
.fa-24x { font-size: 24em; }
.fa-28x { font-size: 28em; }
.fa-32x { font-size: 32em; }

/* -------------- module icons---------------- */

TD.fa_module_overview_title
{
    white-space:            nowrap;
    font-size:              21px;
    font-weight:            normal;
    padding:                0px 0px 0px 25px;
}

A.fa_module_overview_title, A.fa_module_overview_title:hover
{
    color:                  #CD0134;
    font-size:              21px;
    font-weight:            normal;
    cursor:                 none;
    text-decoration:        none;
}

.fa_module_home
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #fcfcfc;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #fcfcfc;
    transition:             all 0.24s ease;
    cursor:                 pointer;
}

.fa_module_home:hover, .fa_module_home_active
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #ffab00;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #ffab00;
    transition:             all 0.24s ease;
    cursor:                 pointer;
}

.fa_module_cost
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #666666;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #666666;
    transition:             all 0.24s ease;
    cursor:                 pointer;
    background-color:       #ffffff;
}

.fa_module_cost:hover, .fa_module_cost_active
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #069bcd;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #069bcd;
    transition:             all 0.24s ease;
    cursor:                 pointer;
    background-color:       #ffffff;
}

.fa_module_cost_sub_title
{
    font-size:              21px;
    font-weight:            normal;
    padding:                0px 0px 20px 10px;
}

.fa_module_cost_sub_text
{
    padding:                0px 0px 25px 10px;
}

.fa_module_cost_total_price_before_discount
{
    font-size:              12pt;
    text-decoration:        line-through;
}

.fa_module_cost_total_price
{
    font-size:              20pt;
    line-height:            36px;
    color:                  #069bcd;
}

.fa_module_cost_total_label
{
    font-size:              12pt;
    line-height:            16px;
    color:                  #069bcd;
}

.fa_module_cost_total_savings_label
{
    padding-top:20px;
    font-size:              12pt;
    line-height:            16px;
    color:                  #ffab00;
}

.fa_module_cost_total_savings
{
    font-size:              20pt;
    line-height:            36px;
    color:                  #ffab00;
}

/* --------- client category icons ----------- */

.fa_client_category_home
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #444444;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #444444;
    transition:             all 0.24s ease;
    cursor:                 pointer;
}

.fa_client_category_home:hover
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #ffab00;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #ffab00;
    transition:             all 0.24s ease;
    cursor:                 pointer;
}

/* --------- partner icons ----------- */

.fa_partner_home
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #444444;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #444444;
    transition:             all 0.24s ease;
    cursor:                 pointer;
}

.fa_partner_home:hover
{
    padding:                15px 5px 15px 5px;
    border:                 2px solid #ffab00;
    border-collapse:        separate;
    border-radius:          15px;
    color:                  #ffab00;
    transition:             all 0.24s ease;
    cursor:                 pointer;
}

/* ----------- generic borders ------------- */

.roundedbox_gray
{
    border:                 2px solid #666666;
    border-collapse:        separate;
    border-radius:          15px;
    padding:                20px;
}

.roundedbox_blue
{
    border:                 2px solid #069bcd;
    border-collapse:        separate;
    border-radius:          15px;
    padding:                20px;
}

.roundedbox_yellow
{
    border:                 2px solid #ffab00;
    border-collapse:        separate;
    border-radius:          15px;
    padding:                20px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
