/*! 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
   ========================================================================== */
@font-face {
    font-family: stixBold;
    src: url(../fonts/STIX2Text-Bold.otf);
}
@font-face {
    font-family: stixMath;
    src: url(../fonts/STIX2Math.woff);
}
@font-face {
    font-family: stixBoldItalic;
    src: url(../fonts/STIX2Text-BoldItalic.otf);
}
@font-face {
    font-family: stixTextItalic;
    src: url(../fonts/STIX2Text-Italic.otf);
}
@font-face {
    font-family: stixTextRegular;
    src: url(../fonts/STIX2Text-Regular.otf);
}
html {
    color: #222;
    font-size: 12px;
    line-height: 1.4;
}
body{
	font-family: stixTextRegular;
}
/*
 * 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;
}
.jsavcanvas {
    font-family: stixTextRegular !important;
}
/*
 * 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;
}
.actionButton {
    background-color: #d6d6d6;
    color: #000;
    font-family: stixBold;
    font-size: 11px;
	letter-spacing: 1px;
}
.feedmeBtn{background-color: #d6d6d6;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 .helpDoc > ul , .helpDoc > ul >li >ul{
    list-style: none !important;
     padding: 0;
     font-size:16px ;
}
.helpDoc > ul > li > ul >li{
    padding: 10px;
}
.helpDoc > ul > li  a {
    text-decoration: underline;
    color: #2196f3
}
.container{
    width : 98%;
    height: auto;
    margin:0 auto;
    background-color: #ccc;
    padding: 8px;
	margin-top:0px;
}
.helpContainer{
    width : 90%;
    height: auto;
    margin:0 auto;
    font-size : 16px;
}
.row{
    border: 1px solid #000;
}
.helprow{
    padding-right: 10px;
    padding-left: 10px;
}
.header{
    border-bottom: 2px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
	height: 100px;
}
.title{
    display: inline-block;
    width: 46.5%;
}
.chooseActions  {
    display: inline-block;
    width: 46.5%;
    text-align: left;padding-top: 3px;
}
.currencyBlock, .actionControllers{
    display: inline-block;
    /* width: 43.5%; */
}
.actionMedia{
    display: inline-block;
    vertical-align: middle;
	width: 25.5%;
}
.currencyBlock textarea{
        display: inline-block;
        padding: 3px 0px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
	    max-height: 65px !important;
    min-height: 15px !important;

}
.currencyBlockSpan{
    width: 73.5%;
    display: inline-block;
}
.label{
    width: 15%;
    display: inline-block;
}
.parent {
    display: block;padding-top: 6px;
}
.btns{
    vertical-align: middle;
    //display: table-cell;
}
.change{
    display: block;
    margin: 10px 0px;
}
.change input {
    width: 5%;
}
.help{
    float: right;
}
.workArea{
    padding: 0px 0px;
    background-color: #fff;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 2px;
}
.macWorkSection{
	width:81.5% !important;
	padding : 1px 0px !important;
	min-height : 330px !important;
	overflow-x : hidden;
	float : left !important;
}
.macWorkSection1{
	width:17.85% !important;
	height : 312px !important;
	overflow-y : auto;
	float : left !important;
}
#message,#Blinkmessage{
    color: red;
    font-size : 12px;
}

.workSection{
    display: block;
    width: 81.85%;
    border-right: 1px solid black;
    padding: 1px 0px;
    min-height: 355px;
    overflow-x: hidden;
    /* max-height: 270px; */
    float: left;
    border-bottom: 1px solid #000;
}
.workSection1{
        display: block;
    width: 17.85%;
    /* border-right: 1px solid black; */
    padding: 10px 0px;
    height: 337px;
    overflow-y: auto;
    float: left;
    border-bottom: 1px solid #000;
}
.mainSection{
    min-height: 282px;
}
.workSection img{
    display: block;
    text-align: left;
    padding: 2%;
}

@media (max-width: 397px){
    .container{
        width: 95%;
    }
    .title, .chooseActions {
        display: block;
        width : auto;
        text-align: left;
    }
    .currencyBlock, .actionControllers {
        display: block;
        margin: 10px 0px;
        width: auto;
    }
    .currencyBlock input {
        display: inline-block;
        width: 15%;
    }
    .change {
        display: block;
        margin: 10px 0px;
    }
    .change input {
        width: 10%;
    }
    .workSection {
        display: block;
        border-right: 1px solid black;
        padding: 10px 0px;
        min-height: 55px;
        border-top: 1px solid #000;
        width: auto;
        float: none;
    }
    .workSection1 {
        display: block;
        border-right: 1px solid black;
        padding: 10px 0px;
        min-height: 55px;
        border-top: 1px solid #000;
        width: auto;
        float: none;
    }
}
@media (max-width: 767px) and (min-width: 397px){
    .container{
        width: 95%;
    }
    .title, .chooseActions {
        display: block;
        width : auto;
        text-align: left;
    }
    .currencyBlock, .actionControllers {
        margin: 10px 0px;
    }
    .currencyBlock input {
        display: inline-block;
        width: 15%;
    }
    .change {
        display: block;
        margin: 10px 0px;
    }
    .change input {
        width: 10%;
    }
    .workSection {
        display: block;
        border-right: 1px solid black;
        padding: 10px 0px;
        min-height: 25px;
        border-top: 1px solid #000;
        width: auto;
        float: none;
    }
    .workSection1 {
        display: block;
        border-right: 1px solid black;
        padding: 10px 0px;
        min-height: 55px;
        border-top: 1px solid #000;
        width: auto;
        float: none;
    }

}
@media (max-width: 550px) and (min-width: 320px){
	.actionMedia{
	display: block;
    margin-top: 30px;
    width: 100%;
	}
	.actionControllers{
		margin-top: 30px;
	}
}
@media (max-width: 800px) and (min-width: 551px){

}
@media (max-width: 800px) and (min-width: 768px){
.mainSection {
    min-height: 375px;
}
}
@media (min-width: 650px){
.currencyBlock{
    display: inline-block;
    width: 65.5%;
}
.actionControllers{
	/* display: inline-block;
    width: 30.5%; */
	display: inline-block;
    width: 31%;
	/* position : fixed; */
	vertical-align : top !important;
    margin-top: 10px;
}
}
@media (min-width: 1369px) and (max-width: 2000px){
.container {
    width: 72%;
    height: auto;
    margin: 0 auto;
    background-color: #ccc;
    padding: 8px;
    margin-top: 50px;
}
.mainSection {
    min-height: 350px !important;
}
.workSection {
    min-height: 330px !important;
}
.workSection1 {
    height: 312px !important;
}
.jsavcanvas {
    height: 330px !important;
}
}
@media (min-width: 2001px){
	.container {
    margin-top: 50px;
	}
}
@media (min-width: 960px) and (max-width: 1368px){
.container{
    width : 98%  !important;
    height: auto;
    margin:0 auto;
    background-color: #ccc;
    padding: 8px;
	margin-top: 2px  !important;
}
.mainSection {
    min-height: 350px !important;
}
.workSection {
    min-height: 330px !important;
}
.workSection1 {
    height: 312px !important;
}
}

/* ==========================================================================
   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;
    }
}



.workSection1 .clsResultSection{
    text-align: right;
    padding: 0px 25%;
}

.workSection1 .clsDivider{
    margin-top: -14px;
}
.workSection1 .clsBlue{
    color: blue;
}

#dropArea {
    position: relative;
}
.dropObjectMoney{
    display: inline-block;
    margin-left: 5px;
}

#divPause{
    display: block;
}
.animationImg{
	display: inline-block;
    width: 14%;
    text-align: center;
    margin: 0px 3px;
}
.actionControllers, .actionMedia, .feedmeCenter{
	/*bottom: 10px;
    position: relative;
     margin-top: 1%; */
    text-align: center;
}
.txtCss{
	position: absolute;
    right: 0;
    top: 42px;
    background: yellow;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 16px;
    height: 16px;
    border-radius: 10px;
}
/* span.jsavvaluelabel:after {
    content: '';
    position: absolute;
    background: #000;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 27px;
} */
.jsavmatrix .jsavarray:nth-child(1){
	display : none !important;
}
.jsavcenter{
	//display : block !important;
	width: 100% !important;
    float: left;
    position: relative;
    bottom: 15px;
}
.jsavautoresize li.jsavnode:nth-child(2), .jsavautoresize li.jsavnode:nth-child(4){
	display : none !important;
}
li span.jsavvaluelabel:after{
	display : none;
}
.huffmanleaf .jsavbinarynode:after{
	display : none;
}
.blackNode{
	 left: 20px !important; 
    top: 4px !important;
    display: block !important;
    height: 0px !important;
    min-height: 0px !important;
    width: 0px !important;
    min-width: 0px !important;
    background: none !important;
    border: none !important;
} 
.moveBottom,.undoMove{
	top : 45px !important;
}*/
div[data-child-role="root"]  span.jsavvaluelabel:after{
	background: #fcc !Important; 
}
.jsavcanvas{
	min-height: 330px !important;
}
/* .parentNode span.jsavvaluelabel:after{
	display : none;
} 
div[data-binchildrole="left"] {
    left: 20px !important; 
}
div[data-binchildrole="right"] {
    left: 70px !important; 
}

.parentNode{
	background-color : #fff !important;
}*/
span.newLabel:after{
	content : none;
}