/* Minification failed. Returning unminified contents.
(994,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '	'
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* GENERIC 
    --------------------------------------------------------------------------------------------------------------------*/


.app-icons ul li a:hover {
    text-decoration: none;
}

.app-icons ul li a.adam-search-icon {
    background: url(/Content/themes/adam/images/icons/search_accidents.png) no-repeat top left;
}

.app-icons ul li a.adam-my-establishment-icon {
    background: url(/Content/themes/adam/images/icons/my_accident.png) no-repeat top left;
}

.app-icons ul li a.adam-new-icon {
    background: url(/Content/themes/adam/images/icons/new_accident.png) no-repeat top left;
}

.app-icons ul li a.adam-import-icon {
    background: url(/Content/themes/adam/images/icons/import_accidents.png) no-repeat top left;
}


/* FORM 
    --------------------------------------------------------------------------------------------------------------------*/
.content-header {
    height: 50px;
}

#header-box h3 {
    margin-left: 10px;
}

/* da rimuovere */
.ToDo {
    border: red thin solid;
}

.SubstancesSelect {
    margin-top: 10px;
    font-size: 140%;
    width: 80%;
}

.adam-form {
    margin: 10px;
    display: block;
    font-size: 12px;
    font-family: Verdana,Arial,sans-serif;
}

    .adam-form .form-horizontal .controls {
        margin-left: 0px;
    }

    .adam-form .fenomenology {
        border-bottom: solid 1px #ddd;
    }

#adam-defaults {
    border: 1px #ddd solid;
}

    #adam-defaults .span12 {
        margin-top: 15px !important;
    }

.adam-defaults .control-group {
    min-height: 300px;
}

.adam-left-form-group {
    border: #c3bfbf !important;;
    border-style: solid !important;
    border-radius: 4px !important;
    border-width: 1px !important;
    height: 100%;
    margin: 2px !important;
}

.adam-form .control-group {
    padding-bottom: 10px;
    border: none;
}


.row-fluid .adam-form [class*="span"] {
    margin: 2px 0px 0px 0px;
    text-align: left;
}


/*  .adam-form .ui-tabs .ui-tabs-nav {
        border-top: solid thin gray;
        border-radius: 0;
    }
    .adam-form .ui-tabs .ui-tabs-nav, .adam-form .ui-tabs .ui-tabs-nav li  {
        margin-top: 0px;
        padding-top: 0px;
    }
    .adam-form #tabs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
       */
.content-header h4.title {
    /*font-size: 2em;
        line-height: 30px;
        padding-bottom: 25px;
        display:block;
        text-align:center;
        width:100%;*/
    color: #222;
    font-weight: 100;
    font-size: 28px;
    line-height: 44px;
    float: left;
    padding-left: 10px;
}

.controlButton {
    width: 50px;
    height: 50px;
    border: medium outset gray;
}

.adam-form h4.title {
    padding-left: 20px;
}

.adam-form .substance-data {
    margin-bottom: 10px;
}

.adam-title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
    -o-text-overflow: ellipsis; /** Opera 9 & 10 **/
    cursor: default;
}

.adam-form-loading-element {
    font-size: small;
    padding: 10px 20px;
    font-weight: 600;
}

.adam-form .span12.scene-notes-box {
    height: 80px;
}

    .adam-form .span12.scene-notes-box textarea {
        height: 80px;
    }

.adam-form fieldset {
    border-radius: 15px;
    margin-top: -25px;
    border: 1px outset silver;
    margin-bottom: 15px !important;
    /*background-color: #F2F2F2;*/
    padding-bottom: 5px;
    border: none !important;
}

    .adam-form fieldset .span12 {
        border-radius: 15px;
        padding: 0 15px;
    }

.buttons.adam-buttons-box {
    margin-top: 5px;
}

.buttons.adam-tabs-buttons-bottom {
    padding: 10px;
}

.adam-form legend {
    padding: 0.2em 0.5em;
    border-radius: 15px;
    margin-bottom: 4px;
    border: 1px solid gray;
    font-size: 130%;
    font-weight: 700;
    background-color: #F2F2F2;
    color: black;
}

.adam-form .labelName {
    text-align: right;
    padding: 2px;
    padding-right: 15px;
    font-weight: 200;
    white-space: nowrap;
    cursor: default;
}
/*.adam-form .labelName:after {
    content: ": ";
}*/
.adam-form .labelValue, .adam-form input[readonly="readonly"], .adam-form input[disabled="disabled"] {
    /*padding: 2px;
    border-right: inset 1px lightgray;
    border-bottom: inset 1px lightgray;
    font-weight:bold;
    cursor:default;*/
    /*background-color: #F2F2F2;*/
    cursor: default;
    font-weight: bold;
    display: inline-block;
    height: 20px;
    padding: 6px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.adam-form select.labelValue {
    font-size: 200%;
    line-height: 150%;
    font-weight: bold;
    height: 20%;
    cursor: default;
}

.adam-form .inputName {
    padding: 2px;
    font-weight: 200;
    white-space: nowrap;
    cursor: default;
}

.adam-form .inputValue {
    padding: 2px;
    /*border: dotted 1px black;*/
    font-weight: bold;
    cursor: default;
}

.buttons, .buttons .btn-group, .buttons .btn-group .btn {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

.buttons {
    float: right;
}

    .buttons .btn-group .btn {
        margin-right: 10px;
    }

.btn {
    padding: 2px 8px !important;
    font-size: 12px !important;
}

    .btn.big {
        padding: 6px 14px !important;
        font-size: 18px !important;
    }


[class^="icon-probit-"],
[class*="icon-probit-"] {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0px;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
}

    [class^="icon-probit-"]:last-child,
    [class*=" icon-probit-"]:last-child {
        margin-left: 0;
    }

.icon-probit-dispersion {
    background-image: url("/Content/themes/adam/images/icons/probit_dispersion.png");
}

.icon-probit-explosion {
    background-image: url("/Content/themes/adam/images/icons/probit_explosion.png");
}

.icon-probit-fire {
    background-image: url("/Content/themes/adam/images/icons/probit_fire.png");
}

.btn-toolbar {
    height: 60px;
}

/* GRAPHIC CONTENT */
#graphic-content {
    border-top: dotted thin black;
}

/* STATISTICS DETAIL 
    --------------------------------------------------------------------------------------------------------------------*/

.statistics {
}

    .statistics a {
        text-decoration: none;
        color: #333;
    }

    .statistics .tooltipped {
        color: #A8A8A8;
    }


    .statistics #title {
        font-weight: bold;
        font-style: italic;
        font-size: 1.4em;
        border-bottom: 1px #666 solid;
        line-height: 35px;
    }


    .statistics ul {
        float: left;
        list-style-type: none;
        margin: 10px 0 0 10%;
        padding: 0;
    }

        .statistics ul ul {
            width: 100%;
            float: left;
            list-style-type: none;
            margin: 0 0 0 12%;
            padding: 0;
        }

    .statistics li {
        float: left;
        width: 100%;
        line-height: 20px;
    }

        .statistics li.last {
            line-height: 10px;
            border-bottom: 1px #666 dashed;
        }

        .statistics li.selected {
            border-top: 1px #E90000 dotted;
            border-bottom: 1px #E90000 dotted;
        }

            .statistics li.selected a {
                color: #E90000;
                font-weight: bold;
                font-size: 1.2em;
            }


        .statistics li .grouptitle {
            margin-top: 15px;
            font-weight: bold;
            font-style: italic;
            font-size: 1.2em;
            border-bottom: 1px #666 solid;
            width: 112%;
            margin-bottom: 5px;
        }

    .statistics ul.tot {
        margin-top: 3px;
        font-weight: bold;
        /*border-top: 1px #666 dashed;*/
        font-size: 1.1em;
    }

    .statistics ul.grand-tot {
        margin-top: 15px;
        font-weight: bold;
        border-top: 1px #666 solid;
        font-size: 1.3em;
    }

.statpreview {
    margin-top: 20px;
}

    .statpreview .prevlft {
        margin-left: 15px;
    }

    .statpreview .prevrgt {
        border-left: 1px #ccc solid;
        /*overflow-x: hidden;
                overflow-y:auto;
                max-height:305px;*/
    }

    .statpreview .prevbox {
    }


        .statpreview .prevbox a {
            border: 1px #ccc solid;
            width: 92px;
            margin: 0 0 5px 30px;
        }

            .statpreview .prevbox a:hover {
                border: 1px #F8A003 solid;
            }


a.home .green {
    background: url('/Content/themes/adam/images/icons/home_green_icon.png') no-repeat;
}

a.search .green {
    background: url('/Content/themes/adam/images/icons/search_glass_green_icon.png') no-repeat;
}

.bingmap img {
    max-width: none !important;
}




/* ESTABLSHMENT FORM 
    --------------------------------------------------------------------------------------------------------------------*/

.quality-report {
    font-size: 0.7em;
    width: 94%;
}

    .quality-report ul {
        margin-left: 3%;
    }

    .quality-report p {
        margin: 10px 0 0 30px;
        font-weight: bold;
    }


        .quality-report p.report-title {
            font-size: 15.5px;
            margin-left: 0;
            border-bottom: 1px #999 solid;
        }

        .quality-report p.report-hint {
            margin-top: 0px;
            margin-left: 0px;
            font-weight: normal;
        }


    .quality-report .qindicator {
        width: 15px;
        position: absolute;
        right: 5%;
    }

    .quality-report li ul li {
        margin-left: 30px;
    }



.act_in_progress {
    margin-top: 8px;
    width: 67%;
}


    .act_in_progress .mex {
        margin-left: 28%;
    }

    .act_in_progress .progressbarback {
        background-color: #d1d1d1;
        position: relative;
        display: inline-block;
        height: 20px;
        margin: 5px 0 0 20px;
    }

        .act_in_progress .progressbarback .progressbarload {
            height: 20px;
            background-color: #0093b4;
            position: absolute;
        }



/* IMPORT PAGE 
    --------------------------------------------------------------------------------------------------------------------*/

.import-table {
    border-spacing: 0;
    margin: 10px 0 20px 0;
}

    .import-table thead th {
        font-size: 1.1em;
        font-weight: bold;
    }



    .import-table tr > td {
        padding: 10px 0;
        border-bottom: 1px #808080 solid;
    }

    .import-table tr > th {
        padding-bottom: 10px;
        border-bottom: 1px #808080 solid;
    }

    .import-table td.det,
    .import-table th.det {
        padding-left: 10px;
    }




/*CHART AND STATISTICS */


#chartcontainer.bar {
    width: 950px;
    width: 100%\9;
    height: 850px;
}

#chartcontainer.normal {
    width: 950px;
    width: 100%\9;
    height: 650px;
}

#chartcontainer.print {
    width: 850px;
    max-width: 850px !important\9;
    height: 850px;
}

#chartcontainer.zoom {
    width: 98%;
    width: 100%\9;
    height: 98%;
}




/*  View\Edit Header Code
    --------------------------------------------------------------------------------------------------------------------*/

.form-header-code {
    /*background-color: #fff;*/
    text-align: right;
    color: #666;
    position: absolute;
    margin-top: 10px;
    z-index: 1;
    right: 0px;
    width: 600px;
}

    .form-header-code span.code {
        font-weight: bold;
        font-style: italic;
        padding-right: 10px;
        padding-top: 10px;
    }


/****** MAIN FORM *******/
.adam-leftside-mainform {
    /*padding-top: 30px;*/
    padding-bottom: 30px;
    padding-left: 20px;
}

.adam-mainform {
}

#adam-defaults.tab-panel .control-group {
    height: 350px;
}

.MyProjectList .ProjectItem {
    border-radius: 15px;
    /*border-bottom: inset thin #ddd;
  border-right: inset thin #ddd;*/
    margin: 10px;
    padding: 10px;
    border: solid 1px #ddd;
}

.adam-losses-table {
    width: 100%;
    margin: 5px;
}

    .adam-losses-table td, .adam-losses-table th {
        border: solid thin darkgray;
        padding: 2px;
    }

/*.boxWrapper {
	position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
  z-index: 10100;
  clear: both;
}

.boxWrapperClose {
	position: fixed;
	top: 15px;
    right: 15px;
}*/

/*.adam-boxCollapse.ShowTerrain {
	border: solid thin darkgray;
	background-color: white;
      position: fixed;
  width: 700px;
  top: 25%;
  left: 25%;
  padding: 15px;
  z-index: 11000;
	overflow: auto;
}

.adam-boxCollapse.ShowLosses {
	background-color: white;
      position: fixed;
  width: 700px;
  top: 5%;
  left: 25%;
  padding: 15px;
  z-index: 11000;
	overflow: auto;
  height: 80%;
}

.ShowNodeInfo {
	border: solid thin darkgray;
    background-color: white;
      position: fixed;
  width: 700px;
  top: 30%;
  left: 25%;
  padding: 15px;
  z-index: 11000;
	overflow: auto;
}*/

.adam-panel-treeview-control {
    height: 20px;
    text-align: right;
}

.adam-form .adam-mainform input[type='text'], .adam-form .adam-mainform .labelValue {
    max-width: 10em;
}

.adam-form .span12 {
    margin-bottom: 5px;
}

.adam-scene-form {
    border-left: 1px solid #ccc;
    float: left;
    padding-left: 20px;
}

    .adam-scene-form .span12 {
        display: block;
        height: 40px;
    }



/****************** DIALOG BOX ***********************************/
.boxWall {
    display: none;
    width: 100%;
    background-color: gray;
    opacity: 0.8;
    position: fixed;
    z-index: 1000;
    display: block;
    clear: both;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dialogbox {
    /*display: none;*/
}

    .dialogbox .content {
        z-index: 10000;
        position: absolute;
    }

        .dialogbox .content .white_content {
            /*display: none;*/
            position: fixed;
            top: 15%;
            right: 25%;
            width: 45%;
            border: 2px solid #666;
            background-color: white;
            color: #666;
            overflow: auto;
            border-radius: 10px;
            text-align: center;
            padding: 20px;
            overflow: auto;
            z-index: 19999;
        }

.ShowNodeInfo {
    height: 14em;
}

    .ShowNodeInfo .innercontent {
        height: 9em;
        overflow: auto;
    }

.ShowLosses {
    height: 37em;
}

    .ShowLosses .innercontent {
        height: 30em;
        overflow: auto;
    }

.ShowTerrain {
    height: 26em;
}

    .ShowTerrain .innercontent {
        height: 23em;
        overflow: auto;
    }

.dialogbox .content .white_content .innercontent {
    /*display: none;*/
    position: fixed;
    top: 15%;
    right: 26%;
    width: 44%;
    background-color: white;
    color: #666;
    overflow: auto;
    text-align: center;
    padding: 20px;
    margin-top: 25px;
}

.dialogbox a.close_white_content {
    position: fixed;
    right: 24.2%;
    top: 13.5%;
    width: 30px;
    height: 30px;
    background: url(/Content/themes/adam/images/icons/close_icon.png) no-repeat top left;
    opacity: .7;
    z-index: 100004;
}

    .dialogbox a.close_white_content:hover {
        opacity: 1;
    }

.dialogbox .content .white_content .controlbuttons {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px 0 20px 0;
}

    .dialogbox .content .white_content .controlbuttons a {
        color: #666;
        border: 2px solid #666;
        background-color: white;
        padding: 5px 15px;
        font-weight: bold;
        border-radius: 4px;
        margin: 0 5px;
    }

        .dialogbox .content .white_content .controlbuttons a:hover {
            text-decoration: none;
            background-color: #fafafa;
        }

.adam-leftside-mainform div[data-tree-model] li.sceneGroup.expanded {
    list-style-position: inside;
    list-style-image: url("/Content/themes/adam/images/treeview/folder.png");
    list-style-type: none;
}

.adam-leftside-mainform div[data-tree-model] li.sceneGroup.collapsed {
    list-style-position: inside;
    list-style-image: url("/Content/themes/adam/images/treeview/folder-closed.png");
    list-style-type: none;
}

.adam-leftside-mainform div[data-tree-model] li.scene.normal {
    list-style-position: inside;
    list-style-image: url("/Content/themes/adam/images/treeview/file.png");
    list-style-type: none;
}

input.ng-dirty.ng-invalid {
    color: red;
}

.inactive-selected-tab {
    background: rgba(0, 150, 136, 0.39) !important;
}

.active-selected-tab {
    background: rgba(0, 150, 136, 0.17) !important;
}

@media only screen and (max-width: 850px) {
    .adam-scene-form .span12 {
        height: auto;
    }
}





.pe_menu {
}

    .pe_menu ul {
        width: 100%;
        margin: 0;
        list-style-type: none;
    }

    .pe_menu li {
        display: inline;
        margin-right: 5px;
        width: 36px;
        height: 36px;

    }

        .pe_menu li a {
            width: 36px;
            height: 36px;
        }

            .pe_menu li a:hover {
                text-decoration: none;
            }

            .pe_menu li a img {
                border: 2px #aaa solid;
                background-color: #ddd;
            }

/*.pe_menu li a.pe_disp_item {
                background: url('/Content/themes/adam/images/icons/physicaleffects/dispersion_icon_36.png') no-repeat;
            }

            .pe_menu li a.pe_ff_item {
                background: url('/Content/themes/adam/images/icons/physicaleffects/flashfire_icon_36.png') no-repeat;
            }

            .pe_menu li a.pe_pf_item {
                background: url('/Content/themes/adam/images/icons/physicaleffects/poolfire_icon_36.png') no-repeat;
            }

            .pe_menu li a.pe_jf_item {
                background: url('/Content/themes/adam/images/icons/physicaleffects/jetfire_icon_36.png') no-repeat;
            }

            .pe_menu li a.pe_fb_item {
                background: url('/Content/themes/adam/images/icons/physicaleffects/fireball_icon_36.png') no-repeat;
            }

            .pe_menu li a.pe_expl_item {
                background: url('/Content/themes/adam/images/icons/physicaleffects/explosion_icon_36.png') no-repeat;
            }*/



/****************** ********* *********  PHYSICAL EFFECTS ********************************************************************/


#pe input[type="text"]:disabled,
#pe select:disabled {
    background: #F3F3F3;
}

#pe .peblock {
    margin-bottom: 10px;
    margin-left: 1%;
    width: 98%;
    float: left;
    font-size: 1.2em;
}

#pe .perow {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

    #pe .perow .lft {
        float: left;
        width: 45%;
        padding-right: 5%;
        text-align: right;
        padding-top: 4px;
    }

    #pe .perow .rgt {
        float: left;
        width: 50%;
    }

#pe legend {
    width: auto;
    text-align: left;
    margin-bottom: 0;
}

#pe .perow .rgt input[type='text'],
#pe .perow .rgt input[type='password'],
#pe .perow .rgt input[type='number'],
#pe .perow .rgt input[type='email'] {
    max-width: 80% !important;
    margin-bottom: 0px;
}

#pe .perow .rgt select {
    max-width: 85% !important;
}

#pe text.shadow {
    stroke: #fff;
    stroke-width: 2.5px;
    opacity: 0.9;
}

.g-main {
    pointer-events: all;
}

.graph-info-box {
    height: auto;
    width: 150px;
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    /* Fade in tooltip */
    opacity: 0.9;
    transition: opacity 1s;  
    padding: 7px;
}
.graph-info-box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    border-width: 10px 5px 5px 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;  
}

.graph-message-empty {
    text-anchor:middle;
    font-size:32px;
    font-weight:bolder;
    opacity:0.4;
}

#pe #contourGraph .axis path,
#pe #contourGraph .axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

#pe #zGraph .axis path,
#pe #zGraph .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

#pe #graphLegend .axis path,
#pe #graphLegend .axis line {
    fill: none;
    stroke: grey;
	stroke-width: 1;
    shape-rendering: crispEdges;
}

#pe #zGraph .line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.lengend-text {
	font-size: 0.7em
}
/* THRESHOLDS LINE CLASSES */
#pe .line-thres-0 {
    fill: none;
    stroke: #FF0000;
	stroke-opacity: 0.9;
    stroke-width: 1.0px;
}
#pe .line-thres-1 {
    fill: none;
    stroke: #FFD500;
	stroke-opacity: 0.9;
    stroke-width: 1.0px;
}
#pe .line-thres-2 {
    fill: none;
    stroke: #00FF00;
	stroke-opacity: 0.9;
    stroke-width: 1.0px;
}
#pe .line-thres-3 {
    fill: none;
    stroke: #00FFFF;
	stroke-opacity: 0.9;
    stroke-width: 1.0px;
}
#pe .line-thres-4 {
    fill: none;
    stroke: #0000FF;
	stroke-opacity: 0.9;
    stroke-width: 1.0px;
}
#pe .line-of-zero {
    fill: none;
    stroke: #FF0000;
	stroke-opacity: 0.6;
    stroke-width: 1.0px;
}

#pe .line-of-frustum-contour {
    fill: none;
    stroke: #000000;
	stroke-opacity: 0.6;
    stroke-width: 1.0px;
}

#pe .line-of-frustum-map {
    fill: none;
    stroke: #FFFFFF;
	stroke-opacity: 1.0;
    stroke-width: 2.0px;
}

#pe .windspeed-arrow-contour {
    fill: none;
    stroke: #000000;
	stroke-opacity: 1.0;
    stroke-width: 2.0px;
}

#pe .windspeed-arrow-map {
    fill: none;
    stroke: #000000;
	stroke-opacity: 1.0;
    stroke-width: 2.0px;
}
/* END OF THRESHOLDS LINE CLASSES */

#pe .grid .tick {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges;
}

#pe .grid path {
    stroke-width: 0;
}

#pe .area {
    fill: lightsteelblue;
    stroke-width: 0;
}

#pe .axis.m {
    font-size: 0.5em;
}

#adam_pe_modal .h {
    color: #4f81bd;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    background-color: #eee;
    line-height: 30px;
}

#adam_pe_modal .sub_h {
    font-size: 1.1em;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-weight: bold;
    float: left;
    width: 100%;
}


.simpars table,
#regiontbl table,
#restbl table,
#psv_threshold tabel {
    width: 100%;
    margin: 20px 0;
}

#restbl table,
#psv_threshold tabel {
    margin: 0;
}

#psv_threshold table tr {
    line-height: 40px;
}

.simpars table tr td {
    border-bottom: 1px #ddd solid;
}

    .simpars table tr td:first-child {
        width: 70%;
        text-align: right;
        font-weight: bold;
        padding: 5px 10px;
        border-bottom: 1px #ddd solid;
    }

    .simpars table tr td:nth-child(2) {
        width: 30%;
        text-align: center;
        width: 50%;
        padding: 5px 0;
        border-bottom: 1px #ddd solid;
    }



#regiontbl table th,
#restbl table th {
    text-align: center !important;
    border: 1px #aaa solid;
    background-color: #E4E4E4;
}

#regiontbl table td,
#restbl table td {
    border: 1px #aaa solid;
    text-align: center;
    height: 40px;
}


#restbl table td {
    height: 20px;
}

#regiontbl input, #regiontbl select {
    margin: 0;
    width: 70%;
}

#psv_threshold input {
    margin: 5px 0;
}


/********* PE MODALS *****************/


#adam_pe_modal {
}

    #adam_pe_modal .content #white_content {
        /*display: none;*/
        position: fixed;
        top: 11%;
        right: 13%;
        width: 70%;
        border: 1px solid #666;
        background-color: white;
        color: #666;
        z-index: 100001;
        overflow: auto;
        border-radius: 10px;
        padding: 30px;
    }

       #adam_pe_modal .content #white_content.region {
            /*display: none;*/
            right: 25%;
            width: 50%;
        }

        #adam_pe_modal .content #white_content.params {
            /*display: none;*/
            right: 35%;
            width: 27%;
        }




    #adam_pe_modal #white_content .resourceSearch_title {
        width: 100%;
        float: left;
        font-weight: bold;
        font-size: 16pt;
        margin: 20px 0 10px 0;
    }

    #adam_pe_modal #white_content .buttons {
        width: 100%;
        float: left;
        margin: 10px 0 20px 0;
        display: none;
    }

        #adam_pe_modal #white_content .buttons a {
            color: #666;
            border: 2px solid #666;
            background-color: white;
            padding: 5px 15px;
            font-weight: bold;
            border-radius: 4px;
            margin: 0 5px;
        }

            #adam_pe_modal #white_content .buttons a:hover {
                text-decoration: none;
                background-color: #fafafa;
            }


    #adam_pe_modal a.close_white_content {
        position: fixed;
        right: 12.5%;
        top: 9.5%;
        width: 30px;
        height: 30px;
        background: url(/Content/themes/adam/images/icons/close_icon.png) no-repeat top left;
        opacity: .7;
        z-index: 100004;
    }

        #adam_pe_modal a.close_white_content.region {
            right: 24.5%;
        }

        #adam_pe_modal a.close_white_content.params {
            right: 34.5%;
        }

        #adam_pe_modal a.close_white_content:hover {
            opacity: 1;
        }

div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:13px;
  color: #555;
  text-decoration: none;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;

}

div[data-tree-model] li i, div[data-tree-model] li .selected i {
  display: inline;
  float: left;
  height: 18px;
}

div[data-tree-model] li span, div[data-tree-model] li .selected span {
    display: block;
  padding-left: 20px;
}

div[data-tree-model] li .SceneGroup.expanded {
  padding: 1px 10px;
  background-image: url("/Content/themes/adam/images/treeview/folder.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .SceneGroup.collapsed {
  padding: 1px 10px;
  background-image: url("/Content/themes/adam/images/treeview/folder-closed.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .Scene.normal {
  padding: 1px 10px;
  background-image: url("/Content/themes/adam/images/treeview/file.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li i, div[data-tree-model] li span {
  cursor: pointer;
}

div[data-tree-model] li .selected {
  background-color: #aaddff;
  font-weight: bold;
  /*padding: 1px 5px;*/
}
