
/* ==========================================================================
   $Font Face
   ========================================================================== */
/*@font-face {
    font-family: 'droid-serifregular';
    src: url('/inc/font/droid-serif/droidserif-regular-webfont.eot');
    src: url('/inc/font/droid-serif/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inc/font/droid-serif/droidserif-regular-webfont.woff') format('woff'),
         url('/inc/font/droid-serif/droidserif-regular-webfont.ttf') format('truetype'),
         url('/inc/font/droid-serif/droidserif-regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid-serifbold';
    src: url('/inc/font/droid-serif/droidserif-bold-webfont.eot');
    src: url('/inc/font/droid-serif/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inc/font/droid-serif/droidserif-bold-webfont.woff') format('woff'),
         url('/inc/font/droid-serif/droidserif-bold-webfont.ttf') format('truetype'),
         url('/inc/font/droid-serif/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid-serifitalic';
    src: url('/inc/font/droid-serif/droidserif-italic-webfont.eot');
    src: url('/inc/font/droid-serif/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inc/font/droid-serif/droidserif-italic-webfont.woff') format('woff'),
         url('/inc/font/droid-serif/droidserif-italic-webfont.ttf') format('truetype'),
         url('/inc/font/droid-serif/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid-serifbold-italic';
    src: url('/inc/font/droid-serif/droidserif-bolditalic-webfont.eot');
    src: url('/inc/font/droid-serif/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inc/font/droid-serif/droidserif-bolditalic-webfont.woff') format('woff'),
         url('/inc/font/droid-serif/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('/inc/font/droid-serif/droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



a {
    /* adobe color #006699 / #224466 - hover */
    /*	color: #124F88; */
    /* current: #1B73CC */
    color: #1B73CC;
    text-decoration: none;
}

    a h1,
    a h2,
    a h3,
    a h4,
    a h5,
    a h6 {
        color: #1B73CC;
        text-decoration: none;
    }

    a:hover,
    a:focus {
        /*	color: #1908f6; purple */
        /*	color: #0036ff; blue */
        /*color: #f00000;
	text-decoration: none;*/
    }



/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin:0 0 18px 0;*/
    font-weight: normal;
    text-rendering: optimizelegibility;
}

    /*h1,
h2,
h3,
h4 { font-family:'droid-serifregular',"Georgia", "Times New Roman", Helvetica, Arial, sans-serif; }
*/
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a { /*color:#1B73CC;*/
    }

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.btnHeader,
.homeHeader,
.sectionhead,
#awardscontainer h2,
#csblockquote a,
#traininghome .header,
.marketList .industryName,
#k12content h4,
.pheader,
.pheader a:hover,
a#features { /*color: #234B89;*/
}

#learnmore h1,
#download h1,
#k12content h4 {
    color: #234B89 !important;
}
/* to override embed for now */
/*extron  non h-tag heading and title*/


.btnHeader,
.homeHeader,
.title,
.pheader,
/*.minortitle, */
#traininghome .header,
#adcontent .pheader,
.marketList .industryName { /*font-family:'droid-serifregular',"Georgia", "Times New Roman", Helvetica, Arial, sans-serif;*/
}

/* sans serif header for readability */
/*#product h2,
#adlearnmore h2,
#addownload h2,
#k12learnmore h2,
#learnmore h2,
.box-custom .box-title,
#content h4,
.ootbv_container h4,
#contactbox #csblockquote h3,
h5,
h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }*/

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}
/*h3 { font-size: 18px; }*/

h3 {
    font-size: 1.5rem;
}
/*h4 { font-size: 15px; }*/

h4 {
    font-size: 1.2rem;
}



h6 {
    font-size: 10px;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-weight: normal;
        color: #777;
    }

/*
h1 { line-height:30px; }
h2 { line-height: 28px; }
h3 { line-height: 25px; }
h4 { line-height: 21px; }
h5 { line-height: 18px; }
h6 { line-height: 13px; }

h1 { margin-bottom: 3px; }
h2 { margin-bottom: 2px; }
h3, h4 { margin-bottom: 1px; }
h5, h6 { margin-bottom: 0; }*/


.page-header {
    margin: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

    .page-header.branded {
        background: #255391;
        color: #FFFFFF;
        padding: 5px;
    }

    .page-header.clean {
        border: none;
        padding-bottom: 1px;
        margin: 18px 0 5px 0;
    }

    .page-header.banner {
        color: #fff;
        margin: 0 0 18px 0;
        background: #234a8b;
        border-bottom: 12px solid #d6d6b5;
    }

    .page-header.branded small {
        color: #ccddf3;
    }

    .page-header small.sub-head {
        display: block;
    }



#body_content {
    /*width: 780px;*/
    min-width: 780px;
    background: white;
    margin: 30px 0 0 0;
    padding: 0;
    line-height: 1.5;
    color: #333;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.calculator .welcome-msg {
    float: right;
    width: 250px;
    overflow: hidden;
}

.calculator .welcome_image_titleline1 {
    display: block;
    font-size: 18pt;
    color: #3a3a3a
}

.calculator .welcome_image_titleline2 {
    text-align: center;
    color: #3a3a3a
}

#body_content .media.no-margin {
    margin: 0 0 18px 0;
}

.calculator .caption {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #6e6e6e;
    padding: 5px 10px 12px 20px;
}

table.calc_table, table.calc_table tr > td, table.calc_table tr > th,
table.calc_table tr, table.calc_table th, table.calc_table td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: none;
    font-size: 12px;
    color: black;
}

table > tbody > tr > td.no-wrap {
    white-space: nowrap;
}

.borderless td, .borderless th, .borderless table, .borderless tbody {
    border: none !important;
}

table.calc_table label {
    margin: 0;
}

table.calc_table input[type="radio"],
table.calc_table input[type="checkbox"] {
    margin: 0 5px 4px 0;
}

table.calc_table select {
    padding: 3px;
}

.calculator .calc_table input {
    padding: 3px;
    max-width: 90%;
}

table.calc_table {
    table-layout: fixed;
}

    table.calc_table th {
        height: 1px;
    }

.calculator .calc_table {
    width: 550px;
    background-color: #f7f8fc;
    color: black;
    text-align: left;
    line-height: 1.5;
    background-color: #f7f8fc;
    margin-left: 20px;
}

table.calc_table th.col1 {
    width: 148px;
}

table.calc_table th.col2 {
    width: 88px;
}

table.calc_table th.col3 {
    width: 139px;
}

table.calc_table th.col4 {
    width: 1px;
}

table.calc_table th.col5 {
    width: 95px;
}

table.calc_table th.col3_sm {
    width: 68px;
}

table.calc_table th.col4_lg {
    width: 68px;
}

table.calc_table .dropdownWidth {
    width: 215px;
}

table.calc_table tr.heigth15px > td {
    height: 15px;
}

table.calc_table tr > td {
    vertical-align: middle;
    height: 38px;
    padding-bottom: 4px;
}

    table.calc_table tr > td.col1 {
        line-height: 1.3;
        text-align: right;
        padding-right: 6px; /*background: blue;*/
    }

    table.calc_table tr > td.col2 { /*background: yellow;*/
    }

    table.calc_table tr > td.col3 { /*background: green;*/
    }

    table.calc_table tr > td.col4 { /*background: red;*/
    }

    table.calc_table tr > td.col5 { /*background: gray;*/
    }

    table.calc_table tr > td.top_vertical_align {
        vertical-align: top;
    }

    table.calc_table tr > td.middle_vertical_align {
        vertical-align: middle;
    }

    table.calc_table tr > td.right_align {
        text-align: right;
        padding-right: 5px;
    }

    table.calc_table tr > td.left_align {
        text-align: left;
    }

    table.calc_table tr > td.center_align {
        text-align: center;
    }

    table.calc_table tr > td.annualtext {
        text-align: right;
        font-weight: bold;
        padding: 0 20px 0 0;
        margin: 0;
    }

table.calc_table tr.errorMessage > td {
    color: red;
    padding: 10px 0 4px 0;
    text-align: center;
    font-size: 14px;
}

table.calc_table tr.note > td {
    /*font-size: 12px;*/
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #999;
    padding: 5px 0 0px 0;
}

.calculator .calc_instructions2 {
    font-size: 11px;
    text-align: center;
    color: #999;
}

.parg_formular {
    font-size: 13px;
    margin: 0 0 10px 0;
}

.note_formular {
    font-size: 11px;
    color: #999;
    margin: 10px 0 0 0;
}

.cal_desc_content img {
    border: none;
    margin: 0 0 20px 0;
}

.outer_formular {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    position: relative;
}

    .outer_formular .parg_formular {
        color: #0088cc;
        margin: 0 0 8px 0;
    }

/* Tool navigation menu
/**********************************/
.calculator_thumb {
    width: 100%;
    background: #CCC;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .calculator_thumb ul {
        background: #e9ecf3;
        list-style: none;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .calculator_thumb li {
        float: left;
        height: auto;
        margin: 0;
        display: inline-block;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #fff;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        width: fit-content;
    }

 
    .calculator_thumb ul li .tool-title {
        /*font-family:Arial, Helvetica, sans-serif;*/
        font-size: 11px;
        font-size: .85rem;
        line-height: 1.5;
        font-weight: normal;
        text-align: center;
        color: #647a99;
        padding: 5px; /*size thumbnail*/
    }

    .calculator_thumb ul li.hover {
        background: #dde6f3;
        cursor: pointer;
    }

        .calculator_thumb ul li.hover h3,
        .calculator_thumb ul li.active h3 {
            color: #1c3d6d;
            font-weight: normal;
        }

    .calculator_thumb ul li.active {
        background: #f7f8fc;
        cursor: default;
        border-bottom: none;
    }

        .calculator_thumb ul li.active:first-child {
            border-bottom: none;
            border-left: none;
        }

        .calculator_thumb ul li.active.last {
            border-bottom: none;
            border-left: none;
        }

    .calculator_thumb ul li:first-child {
        border-left: none;
    }

    .calculator_thumb ul li.last {
        border-right: none;
    }

    .calculator_thumb ul li h3 {
        font-size: 13.5px;
        line-height: 1.5;
        font-weight: normal;
        color: #647a99;
        padding: 16px 5px 16px 12px; /*size thumbnail*/
    }

/* Calculation tables
/**********************************/

.help-content {
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    width: 250px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f4f9fd;
    background-image: -moz-linear-gradient(top, #feffff, #f4f9fd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feffff), to(#f4f9fd));
    background-image: -webkit-linear-gradient(top, #feffff, #f4f9fd);
    background-image: -o-linear-gradient(top, #feffff, #f4f9fd);
    background-image: linear-gradient(to bottom, #feffff, #f4f9fd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#f4f9fd', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccd8dd #ccd8dd #a8b6be;
    border-color: rgba(204, 216, 221, 0.5) rgba(204, 216, 221, 0.5) rgba(168, 182, 190, .5);
    *background-color: #f4f9fd;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .help-content a {
        display: block;
        padding-left: 35px;
        background: url(img/helpbook.png) no-repeat left center;
    }

        .help-content a:focus {
            outline: none;
        }

    .help-content span {
        display: block;
        color: #000;
    }


.form-row {
    margin: 10px 0;
}

.calculator_div.xtra section,
.calculator_div.xtra .table {
    width: 80%;
    margin: 0 auto;
}

    .calculator_div.xtra .table label {
        margin: 0;
        line-height: 1.2;
    }

.calculator_div.amplifiers section,
.calculator_div.amplifiers .table {
    width: 80%;
    margin: 0 auto;
}

.calculator_div.amplifiers .table {
    width: 50%;
    margin: 0 auto;
}

.calculator_div.amplifiers .field-title {
    line-height: 1.2;
    padding-right: 5px;
    width: 170px;
    text-align: right;
}

.calculator_div.amplifiers select {
    width: 125px;
}

.calculator_div .action {
    position: relative;
    margin: 30px 0;
    text-align: center;
}

.calc-error {
    margin: 10px 0;
}

.btn-calc {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    /*  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); */
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    -pie-background: linear-gradient(#ffffff, #e6e6e6); /*PIE*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e6e6e6)"; /* IE8 */
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
}

    .btn-calc:hover,
    .btn-calc:active,
    .btn-calc.active,
    .btn-calc.disabled,
    .btn-calc[disabled] {
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn-calc:active,
    .btn-calc.active {
        background-color: #cccccc \9;
    }

    .btn-calc:first-child {
        *margin-left: 0;
    }

    .btn-calc:hover {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        /* Buttons in IE7 don't get borders, so darken on hover */
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn-calc:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn-calc.active,
    .btn-calc:active {
        background-color: #e6e6e6;
        background-color: #d9d9d9 \9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }

    .btn-calc.disabled,
    .btn-calc[disabled] {
        cursor: default;
        background-color: #e6e6e6;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-warning,
.btn-warning:hover {
    color: #ffffff !important;
    font-weight: bold;
}

    .btn-warning.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-calc {
    margin: 5px 10px;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    -pie-background: linear-gradient(#fbb450, #f89406); /*PIE*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }


/* Calculator View Port
/**********************************/
.calculation-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background: #f7f8fc;
    border: 1px solid #e1dede;
    margin-bottom: 1rem;
}

.calculator_page {
    background: #f7f8fc;
    margin: 30px 0;
    width: 100%;
}

.calculator {
    padding: 10px;
}


label,
button,
textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
}

input,
button,
select,
textarea { /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.calculator_div select {
    width: 215px;
}

label {
    display: block;
    margin-bottom: 5px;
}

    label.field-title {
        padding-right: 15px;
    }

    label.inline {
        display: inline-block;
        padding-top: 5px;
        margin-bottom: 0;
        vertical-align: middle;
    }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

/* added 8/8/17 to horizontally aligned labels */
#isobars .iso-value .checkbox.inline {
    margin-top: -5px;
}

#isobars .iso-value + label {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1em;
}


input,
textarea,
.uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

    input:focus:required:invalid:focus,
    textarea:focus:required:invalid:focus,
    select:focus:required:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    .form-actions:before,
    .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    .form-horizontal .control-group:before,
    .form-horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

    .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}


/* Advanced Options */
.advanced-options {
    font-size: 12px;
    color: #2a618b;
    cursor: pointer;
    padding: 2px;
    background: #edf3f8;
}

.well {
    padding: 0;
    background-color: #e2e7ed;
    border: 1px solid #dbdfe6;
    border: 1px solid rgba(85, 152, 204, 0.05);
    behavior: none;
}

/* result */
.result-area {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
}

.result-area .result-title {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    font-size: 12px;
    font-weight: bold;
    left: -20px;
    padding: 3px 7px;
    position: relative;
    top: -37px;
}

.result-area .table {
    margin-bottom: 5px;
}

.speakercalc input, .pendant-calc input, .speakercalc label, .pendant-calc label {
    display: inline-block;
    vertical-align: middle;
}

.speakercalc input, .pendant-calc input {
    margin: 0 3px 6px 15px;
}

.speakercalc input[type="text"] {
    margin: 0 3px 6px 0;
    width: 125px;
}

/*pendant calc start*/
.pendant-calc input[type="text"] {
    margin: 0 4px 6px 0;
    width: 65px;
}

.pendant-calc input[type="text"].wide {
    margin: 0 4px 6px 0;
    width: 129px;
}

.pendant-calc span.calc-measurements {
    width:25px;
}

.pendant-calc-panel {
    margin-left:  auto;
    margin-right:  auto;
    text-align: center;
    align-items:  center;
    background-color: white;
    padding-top:  10px;
    border-radius: 4px 4px 4px 4px;
    padding-bottom: 10px;
    align-content:  center;
}

#pendant-calc-flip, #pendant-calc-panel {
    padding: 5px;
    text-align: center;
    background-color: white;
    border: solid 1px #dddddd;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}

div#pendant-calc-panel {
    cursor: unset;
}

#pendant-calc-panel {
    padding: 25px;
}

.pendant-calc-print_diagram {
    float: left;
    width: 370px;
}

.pendant-calc-img {
    width: 80%;
    margin-left:  auto;
    margin-right:  auto;
    text-align: center;
    align-items:  center;
    align-content:  center;
}

#pendant-calc-flip > span:after{
    font-family: "Font Awesome 5 Pro";
    padding-left: 5px;
}

#pendant-calc-flip > .arrow-down:after {
    content: "\f078";
}

#pendant-calc-flip > .arrow-up:after {
    content: "\f077";
}

.arrow-is-hidden{ display: none; }
/*end pendant calc*/

.speakercalc .field-title, .pendant-calc .field-title {
    line-height: 1.2;
    padding-right: 5px;
    width: 160px;
    text-align: right;
}

.speakercalc select, .pendant-calc select {
    width: 150px;
    margin: 0 3px 6px 0;
}

.speakercalc .icon_help, .pendant-calc .icon_help, .result-area .icon_help {
    display: inline-block;
    background: url(/img/icons/i_help.png) no-repeat;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-indent: -9999px;
    padding: 0 3px 0 0;
}
.info-icon{
    height: 14px;
}

.speakercalc .popover.right .arrow, .pendant-calc .popover.right .arrow {
    top: 50% !important;
    left: -11px;
    margin-top: -11px;
}

.btn {
    margin: 5px;
    behavior: none;
    border: 1px solid #ccc;
}

.height-warning {
    display: inline-block;
    background: #F9F2BA url(/img/icons/i_warning.png) no-repeat left center;
    vertical-align: middle;
    padding-left: 30px;
    border: 1px solid #E9D315;
    color: #5B5316;
}

.speaker-qty {
    margin: 0;
    font-size: 21px;
    color: #B94A48;
}

.inch-layout th,
.centimeter-layout th,
.square-layout th,
.hex-layout th {
    color: #234B89;
    font-size: 14px;
    font-weight: normal;
    background: transparent;
    border-bottom: 1px solid #ddd;
}

    .inch-layout th.theading,
    .centimeter-layout th.theading,
    .square-layout th.theading,
    .hex-layout th.theading {
        padding-top: 15px;
    }

.inch-layout .coverage-pattern,
.centimeter-layout .coverage-pattern,
.square-layout .coverage-pattern,
.hex-layout .coverage-pattern {
    color: #fff;
    font-weight: bold;
    background: #025c90;
}

.unit {
    display: block;
    position: absolute;
    padding: 3px;
    z-index: 3;
}

    .unit.x-axis:before {
        content: "\2190";
        padding: 0 5px;
    }

    .unit.x-axis:after {
        content: "\2192";
        padding: 0 5px;
    }

    .unit.y-axis:before {
        content: "\2191";
        padding: 5px;
        position: absolute;
        top: -25px;
        left: 10px;
    }

    .unit.y-axis:after {
        content: "\2193";
        padding: 5px;
        position: absolute;
        bottom: -20px;
        left: 10px;
    }

    .unit.y-axis {
        top: 48%;
        left: -40px;
        width: 30px;
        text-align: center;
    }

    .unit.x-axis {
        top: -25px;
        left: 40%;
    }

/* Heat Map */
.coverage-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.buttons {
    margin: 15px;
}

.grid_wrapper {
    border: 1px solid #000;
    font-size: 1em;
    width: 600px;
    height: 600px;
    position: relative;
    margin: 30px auto 20px auto;
}

    .grid_wrapper .buttons {
        position: absolute;
        display: block;
        top: -50px;
        right: 0;
    }

        .grid_wrapper .buttons .btn {
            background: #fbfbfb;
            background-image: none;
            border: 1px solid #ccc;
        }

            .grid_wrapper .buttons .btn:first-child {
                margin-right: 5px;
            }

/* canvas grid */
div#idCanvasGrid {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    overflow: hidden;
}

div#idCanvas3db,
div#idCanvas6db,
div#idCanvas9db,
div#idCanvas12db {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: block;
}

div#idCanvas3db {
    z-index: 1;
}

div#idCanvas6db {
    z-index: 2;
}

div#idCanvas9db {
    z-index: 3;
}

div#idCanvas12db {
    z-index: 4;
}


#legend {
    margin: 10px 0;
}

#idGrid {
    width: 800px;
    height: 600px;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.heatmap small {
    color: #900;
}

#speaker {
    display: inline-block;
    width: 1px;
    height: 1px;
    border: 3px solid #000;
    margin-right: .5em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.grid-unit {
    margin: 10px 0 1px 0;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#isobars span {
    display: inline-block;
    position: relative;
    width: 60px;
    margin: 5px 30px 5px 10px;
}

#isobars input {
    margin-right: 10px;
}

#isobars span:first-child {
    margin-left: 20px;
}

#isobars span:after {
    display: block;
    height: 1px;
    content: "";
    width: 90%;
    position: absolute;
    top: 50%;
    right: -30px;
}

#isobars span.iso-3:after {
    border-top: 1px solid red;
}

#isobars span.iso-6:after {
    border-top: 1px solid green;
}

#isobars span.iso-9:after {
    border-top: 1px solid blue;
}

#isobars span.iso-12:after {
    border-top: 1px solid #a36200;
}

#isobars span.iso-12:after {
    right: -37px;
}

#isobars span:not([class*="iso"]) {
    width: auto;
}

#dataInfo {
    width: 700px;
    margin: 0 auto;
}

    #dataInfo hr {
        border: none;
        height: 0;
        margin: 30px 0;
    }

    #dataInfo fieldset {
        border: 1px solid #000;
    }

    #dataInfo legend {
        padding: 4px;
        margin: 0 5px;
        /* removed border edit: 8/8/17 */
        display: inline-block;
        border: 0;
        width: auto;
    }

    #dataInfo .stats-heading {
        /*font-family:Arial, Helvetica, sans-serif;*/
        color: #000;
        font-weight: bold;
        font-size: 12px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    #dataInfo legend .stats-heading {
        border: none;
    }

    #dataInfo .dl-horizontal {
        min-height: 60px;
    }

        #dataInfo .dl-horizontal dt {
            font-weight: normal;
            clear: left;
            float: left;
            text-align: left;
            white-space: nowrap;
            width: 240px;
            margin-right: 0;
        }

            #dataInfo .dl-horizontal dt:after {
                content: " : ";
            }

        #dataInfo .dl-horizontal dd {
            margin-left: 240px;
            padding-left: 10px;
        }


    #dataInfo .speaker-marker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

/* canvas grid tooltip */
.canvas-tooltip {
    position: absolute;
    z-index: 100;
}

    .canvas-tooltip .fa {
        font-size: 1.2em;
        color: #de0c0c;
        margin-top: 5px;
    }

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */

    .buttons a, input.btn, .canvas-tooltip .fa {
        display: none !important;
    }
}

.input-area {
    padding-left: 15px
}
