﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
    color: #333;
}

body {
	overflow: auto;
    background-color: #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*line-height: 1.4;*/
	max-height: 150%;
}

::-moz-selection {
    background: #77cc22;
    text-shadow: none;
}

::selection {
    background: #77cc22;
    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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

button[disabled], html input[disabled] {
    background-color: #ffffff;
    color: #C0C0C0;
}


/* ==========================================================================
   Intilecta custom styles
   ========================================================================== */
.navIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 60px;
    background-image: url(images/menu.png);
    background-color: #efefef;
    background-position: center center;
    background-repeat: no-repeat;
    border-left: #77cc22 solid 4px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
}
.navIcon:hover {
    background-image: url(images/menu-active.png);
    background-color: #252525;
}
.navIcon.active {
    background-image: url(images/menu-active.png);
    background-color: #252525;
}
.navIcon.highlight {
    background-image: url(images/menu-highlight.png);
}
#navMenu {
	display:none;
    position:absolute;
	top:60px;
	left:0;
	bottom:0;
    background-color:#252525;
    padding: 10px 10px 30px 0;
	font-size: 14px;
    max-height: 100%;
    min-width: 250px;
	overflow:auto;
    z-index: 100;
}
#navMenu a {
    outline: none;
}
.navNode {
    color: #acacac;
    padding: 10px 10px 10px 0;
}
.navHoverNode {
    color: #77cc22;
    text-decoration: none;
}
.navMenuNodeActive {
    color: #77cc22;
    font-weight: bold;
}

#header {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	height:60px;
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

#headerTitle 
{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin:17px 0 0 8px;
}
#headerTitle a {
    text-decoration: none;
    color: #000;
}

#headerMenu {
  font-size: 15px;
  float: right;
  text-align: right;
  margin:23px 10px 0 0;
}
#headerMenu a {
    text-decoration: none;
    color: #acacac;
    padding: 0 10px;
}
.attf {
    font-size: 11px;
    color: #e5e5e5;
    background-color: #808080;
    width: 100%;
    min-height: 60px;
    padding-left: 50px;
}
.attfItem {
    float: left;
    padding: 8px 0 0 6px;
}
.attfItemLabel {
    height: 16px;
}
.attfItemCtl {
    height: 26px;
}

.actionsIcon {
    /*position: absolute;
    top: 0;
    right: 0;*/
    background-image: url(images/actions.png);
    background-color: #808080;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 60px;
    cursor: pointer;
    float: left;
}
.actionsIcon:hover {
    background-image: url(images/actions-active.png);
    background-color: #252525;
}
.actionsIcon.active {
    background-image: url(images/actions-active.png);
    background-color: #252525;
}
.actionsIcon.highlight {
    background-image: url(images/actions-highlight.png);
}

.actionsPanel {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #252525;
    padding: 15px 13px 8px 18px;
    z-index: 8;
    font-size: 13px;
    min-width: 200px;
    border-radius: 0 0 0 5px
}
.actionsPanel a {
    display: block;
    text-align: right;
    color: #e5e5e5;
    text-decoration: none;
    padding-bottom: 10px;
}
.actionsPanel a:hover {
    color: #77cc22;
}
.actionsPanel a[disabled="disabled"], a.disabled {
    color: #808080;
    cursor: not-allowed;
}
/* Action Buttons */

.actionButtons {
    position: absolute;
    top: 0;
    right: 50px;
    height: 60px;
}

.customActionButton {
    display: inline-block;
    float: left;
}

.customActionButton a 
{
    display: block;
    text-align: center;
    color: #e5e5e5;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    padding: 0 15px;
}

.customActionButton a:hover {
    background-color: #252525;
    color: #ffffff;
}

 .customActionButton.active {
    background-color: #252525;
    color: #ffffff;
 }

 .customActionButton:hover {
    background-color: #252525;
    color: #ffffff;
 }

.highlightedActionButton {
    background-color: #77cc22;
}

.highlightedActionButton a {
    color: #ffffff;
}

/* End Action Buttons */


#defaultActionsTemplate {
    display: none;
}
.defaultActions {
    
}
.customActions {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 2px;
    margin-bottom: 15px;
}
.customAction {
    
}
.searchIcon {
    /*position: absolute;
    top: 0;
    right: 50px;*/
    background-image: url(images/search.png);
    background-color: #808080;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 60px;
    cursor: pointer;
    float: left;
}
.searchIcon:hover {
    background-image: url(images/search-active.png);
    background-color: #252525;
}
.searchIcon.active {
    background-image: url(images/search-active.png);
    background-color: #252525;
}
.searchIcon.highlight 
{
    background-image: url(images/search-active.png);
    background-color: #72cc22;
}
.searchIcon.highlight:hover {
    background-image: url(images/search-active.png);
    background-color: #252525;
}

.searchPanel {
    display: none;
    position: absolute;
    top: 60px;
    right: 50px;
    background-color: #252525;
    padding: 15px;
    z-index: 8;
    font-size: 13px;
    min-width: 490px;
    border-radius: 0 0 0 5px;
}
.searchDefault {
    width: 100%;
}


/* not() is here because IE8 doesn't support this yet.
   IE8 will display a normal checkbox
 */
:not(input).checkBox input[type=checkbox] {
    display: none;

}

/* not() is here because IE8 doesn't support this yet.
   IE8 will display a normal checkbox
 */
:not(input).checkBox input[type=checkbox]:checked + label:before {  
    content: "\2713";  
}  

.checkBox label:hover{
    cursor: pointer;
    color: #72cc22;
}

.searchOptions {
    
}
.searchOption {
    display: inline;
}

.searchButton 
{
    margin-left: 10px;
    border: 1px solid #ccc;
    background: #72cc22;
    text-decoration: none;       
    color: #FFFFFF;
    height: 28px;
    padding: 0 20px;
    font-size: 12px;
    font-family: Verdana;
    border-radius: 4px;
    cursor: pointer;
}
.searchButton:hover {
    color: #ccc;
}
.searchButton:disabled {
    border-color: #ddd;
    color: #f3f3f3;
}
.searchText {
    height: 24px;
	border: solid 1px #ccc;   	    
	font-family:Verdana;
	font-size:12px;
    width: 300px;
    position: relative;
    border-radius: 4px;
    padding-left: 5px;
 }
 .chkFilter 
 {
    text-decoration: none;       
    color: #FFFFFF;
    height: 28px;
    font-size: 12px;
    font-family: Verdana;
    padding-top: 5px;
 }
 
 .chkFilterPanel {
    
     margin-top: 10px;
 }
 .chkFilterPanel label {
     margin-left: 5px;
 }

#pageMain {	
	background:transparent none repeat scroll 0%;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1;
}
#contentsPart {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*#sidebarPart {
	padding:15px;
	margin:0px;
}

.resizableArea {
	background:transparent none repeat scroll 0%;
	bottom:0pt;
	display:block;
	height:auto;
	position:absolute;
	top:0px;
	width:100%;
}
.resizableArea .leftSection
{
	background:#252525 none repeat scroll 0%;
	display:none;
	font-size:14px;
	height:100%;
    width: 400px;
	margin:0;
	padding: 0;
	overflow:auto;
	position:absolute;
	top:60px;
	left:0;
	z-index:99;
}

.resizableArea .leftSectionTouchEvents
{
	background:#252525 none repeat scroll 0%;
	display:none;
	font-size:14px;
	height:100%;
    width: 400px;
	margin:0;
	padding: 0;
	overflow:auto;
	position:absolute;
	top:60px;
	left:0;
	z-index:99;
}

.resizableArea .splitter 
{
	background-color:#aaaaaa;
	background-position:center;
	background-repeat:no-repeat;
	cursor:e-resize;
	display:none;
	height:100%;
	left:250px;
	margin:0pt;
	padding:0pt;
	position:absolute;
	vertical-align:middle;
	width:4px;
	z-index:11;
}
.resizableArea .rightSection {
	background:white none repeat scroll 0%;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	position:relative;
	z-index:10;
    overflow: hidden;
}*/

#errorPart {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

#errorDetails {
	border:solid 4px #aaa;
    background-color: #fafafa;
    position: absolute;
    top: 110px;
    left: 80px;
    right: 80px;
    min-width: 400px;
    padding: 20px;
    z-index: 1001;
}

#errTitle {
    background: #fafafa url('images/error.png') no-repeat 5px 0;
    font-weight: bold;
    font-size: 17px;
    padding: 0 0 10px 40px;
    border-bottom: solid 1px #aaa;
}

#errInstructions {
	margin-top: 15px;
}

#errTricorderReadings {
	margin: 20px 0 30px 20px;
    font-size: 0.9em;
    color: #777
}

#errorClose {
	position:absolute;
    bottom: 10px;
    right: 10px;
}

.hidden {
	display: none;
}

.button {
    border: 1px solid #000;
    background: #F1EFE2;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    color: #000;
}

.button:hover {
    border: 1px solid #000;    
    background: #D8D7CB;
}

.statusMessage {
    margin: auto;
    padding:10px;
    background-color:#f0f0f0;
    border:solid 3px #afafaf;
    color:#333;
    text-align:center;
    font-size:0.9em;
    font-weight:bold;
    line-height:100%;
}

#statusMessageInfo {
    color:#00b000;
    border:solid 3px #00b000;
}

#statusMessageWarn {
    color:#0000b0;
    border:solid 3px #0000b0;
}

#statusMessageError {
    color:#b00000;
    border:solid 3px #b00000;
}
#panelContent {
	height:100%;
}
#ajaxUpdatePanel {
	height:100%;
}
.iconLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 14px;
    background-color: #252525;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 9999;
    cursor:pointer;
}
#iconLoading {
    display: none;
}

.toolTip 
{
    position: fixed;
    display:none; 
    border: solid 1px #77cc22; 
    background-color: #FFFFFF; 
    color: #000000;
    padding: 5px;
    z-index: 3000;
    opacity: 0.85;
    font-family: "Verdana";
    font-size: 12px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 1px 1px 2px 1px #ccc;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;
    max-width: 500px;
}

.toolTipError
{
    position: fixed;
    display:none; 
    border: solid 1px red; 
    background-color: #FFFFFF; 
    color: #000000;
    padding: 5px;
    z-index: 3000;
    opacity: 0.85;
    font-family: "Verdana";
    font-size: 12px;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 1px 1px 2px 1px #ccc;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;   
    max-width: 500px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
