/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
input,
select,
textarea {
    color: #222;
}


button{
    color: #888;
}


body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    text-align: center;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.fixedSizeButtonSmall{ width:100px; min-height:25px; margin-bottom:5px; padding:7px 0px; }
.minSizeButtonMedium{ min-width:150px; min-height:25px; margin-bottom:5px; padding:7px 0px }
.minSizeButtonLarge{ min-width:280px; min-height:25px; margin-bottom:5px; padding:7px 0px  }
.extrapadded li {padding:10px  !important; }

.jstree li[rel="team"] > a {font-size:10pt; color:#800;}

.jstree-icon-leaf-GF { background:transparent; background-image:url('/Content/css/themes/base/layout/cog_icon.png') !important;  background-position: 0px 0px !important; 
background-repeat: no-repeat !important; } 

.jstree-icon-leaf-GF-ghost {background:transparent; background-image:url('/Content/css/themes/base/layout/cog_ghost_icon.png') !important;  background-position: 0px 0px !important; 
background-repeat: no-repeat !important; } 

.jstree li[rel="ghost"] > a { color:#CCC; font-weight:lighter; font-size:10px;}


.jstree-icon-leaf {background:transparent; background-image:url('/Content/css/themes/base/layout/user.png') !important;  background-position: 0px 0px !important; 
background-repeat: no-repeat !important; } 



.helpguideImage {background-repeat: no-repeat;  width:400px; height: 250px; overflow:hidden; border-style:solid; border-width:1px; border-color:#BBB; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.2); margin:20px;}
.helpguideImageFigText{position:relative; top:220px; left:10px; font-style:italic;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* **********************************************************************************************************
   BELOW THIS LINE IS NEW STUFF ADDED BY CELATON (JM)
   ********************************************************************************************************** */



/* ==========================================================================
   Generic
   ========================================================================== */
.genericButton { display: table; table-layout: fixed; clear: both;  list-style-type: none; margin: 0; padding: 0; }
.genericButton li a { background: #ffffff none; position: relative; z-index: 500; display: block; padding: 5px 10px; margin-bottom: 20px; font-size: 14px; font-weight: normal; color: #999999; border: 2px solid #e1e1e1; text-align: center; cursor: pointer; }


.genericSemiTransparent {opacity:0.5;}


/* ==========================================================================
   More Attractive ScrollBars - works for webkit at least
   ========================================================================== */

::-webkit-scrollbar {width: 12px;}
 
/* Track */
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px;}
 
/* Handle */
::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(195,232,250,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
::-webkit-scrollbar-thumb:window-inactive {background: rgba(195,232,250,0.8); }


/* ==========================================================================
   Admin Area
   ========================================================================== */


.noAccessTeamAdmin {float:left; margin-top:40px; width:300px; height:300px; background-image: url('/Content/css/themes/base/layout/Gatekeeper.png');  background-repeat:no-repeat;}


.customerInfoFillerPanel {float:left; position:relative; background-size: 180% auto; 
        background-image:url('/Content/css/themes/base/layout/Support.png'); background-repeat:no-repeat;
        background-position:  -120px;  
        width:300px; height:500px;}
        
        
.AdminFillerPanelIndex   {float:right; margin-top:40px; width:600px; height:450px; background-image: url('/Content/css/themes/base/layout/processing.png');  background-repeat:no-repeat; background-position: 100px 50px; }     


/* ==========================================================================
   Bespoke Area
   ========================================================================== */

.BookeepingInfoPanelRobot {float:right; width:350px; height:140px; background-image: url('/Content/css/themes/base/layout/Small-robot_icon.png');  background-repeat:no-repeat; background-position: -20px; display:none; }
.ConfigureNewClientFillerPanel {float:right; width:350px; height:250px; background-image: url('/Content/css/themes/base/layout/Authenticate_alt.png');  background-repeat:no-repeat; background-position: -20px; margin-top:20px; }


/* ==========================================================================
   General Area
   ========================================================================== */

.GetInstreamFillerPanel {float:right; margin-top:40px; width:300px; height:250px; background-image: url('/Content/css/themes/base/layout/service.png');  background-repeat:no-repeat; background-position: -20px; }