/* Minification failed. Returning unminified contents.
(3,353): run-time error CSS1035: Expected colon, found '}'
 */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
html, button, input, select, textarea { color: #222; }  body { font-size:1em; line-height: 1.4; }  ::-moz-selection { background: #b3d4fc; text-shadow: none; }  ::selection { background: #b3d4fc; text-shadow: none; }  hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }  img { vertical-align: middle;R }  fieldset { border: 0; margin: 0; padding: 0; }  textarea { resize: vertical; }  .chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } 
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
    background:#e7e7e7 url(../images/bg.gif) no-repeat center 230px; 
    background-size:100% auto;
}

h1 { font-size:1.125em; }

p,
li,
input {
    /*font-size:.750em;*/
}

input[type="text"],
input[type="password"],
input[type="date"],
select {
    padding:3px;
    background-color:#d2d2d2;
    border: 1px solid #bbbdbf;
   -webkit-box-shadow: inset 3px 3px 3px 0px #b5b6b6;
    box-shadow: inset 3px 3px 3px 0px #b5b6b6; 
}
input[disabled],
select[disabled] {
    box-shadow: none;
}

input[type="submit"],
input[type="button"] {
    padding:6px;
}
input[type="submit"] {
    background-color:#1194c4;
    color:#fff;
    border:1px solid #d6d6d7;
    border-bottom-color:#818285;
    border-right-color:#818285;
}
input[type="button"] {
    font-weight:bold;
    color:#000;
    border:1px solid #9d9fa2;
    background-color:#e6e7e8;
    font-size: 12px;
    padding: 5px 10px;
}
.button, input[type="button"].button.primary,  input[type="submit"].button.primary {
    background: #1194c4;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
}
.button.secondary {
    background: #e6e7e8;
    border: 1px solid #9d9fa2;
    color: #000;
}
.button.orange {
   background: #e55303;
}
.disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}
.pass_strength span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid;
    margin: 5px;
}
.pass_strength.level-1 .one {
    background: red;
}
.pass_strength.level-2 .one, .pass_strength.level-2 .two {
    background: yellow;
}
.pass_strength.level-3 .one, .pass_strength.level-3 .two, .pass_strength.level-3 .three {
    background: lightgreen;
}

/*Header*/

.header { 
    color:#fff;
    min-width: 960px;
}

.header ul {
    margin:0;
    padding:0; 
    list-style:none; 
}


.header-login {
     height:31px; 
     padding:5px 60px 5px 40px;
     background-color: #666;
     color:#fff;
     overflow:hidden;
}
.header-login ul  { float:right; }
.header-login li {
    float:left;
    display:block;
}

.header-login li:before {
    content:"|";
    position:relative;
    top:-1px;
    float:left;
}
.header-login li:first-child:before {
    content:"";
}

.header-login a {
    /*display:block;*/
    padding:0 6px 0 7px;
}

    

.header-login a:link, 
.header-login a:visited {
        color:#fff;
        text-decoration:none;
}

.header-main{
    height:78px;
    padding:0 60px 0 40px; 
    background-color:#005595;
    display:block;
}
.header-logo{ float:left; }
.header-logo a {
    height:78px; 
    width:180px; 
    text-indent:-9999em;
    background:url(../images/logo.png);
    display:block;
    
}
.header-nav { float:right; margin-top:20px; }

.header-nav li {
    display:block;
    float:left;
}
.header-nav a {
    width:117px;
    padding:10px;
    text-align:center;
    color:#008cc0;
    text-decoration:none;
    border:1px solid #fff;
    border-left-color:#e9e9e9;
    border-right-color:#565656;
    border-bottom-color:#9b9b9b;
    background-color:#fff;
    display:block;
}
.header-nav .first a {
    border-left:none;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px; 
}
.header-nav .last a {
    border-right:none;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px; 
}
     
.header-nav .selected a {
    color:#fff;
    background-color:#008cc0;
    border-top-color:#55b2d5;
    border-bottom-color:#005575;
    border-left-color:#55b2d5;
}


#main { 
    padding:0 0 0 40px; 
    min-width: 920px;
}




.project-info {
    font-weight: bold;
    padding: 0 10px;
}
.project-info .name {
    font-weight: normal;
}
.project-info .project {
    padding-right: 20px;
}
.project-info .edit {
    display: inline-block;
    float: right;
}
.project-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.project-info ul li {
    display: inline-block;
}
.project_details {
    font-size:.750em;
    padding:30px 8px 8px;
    position:relative;
}
    .project_details li { 
        font-size:1em;
     }
.project_details .recommended {
    font-weight: normal
}

.panels {
    position: relative;
    overflow:hidden;
}
.panels>header { 
    margin:10px 40px 0 0;
    padding:15px 15px 15px 40px; 
    background-color:#fff;
    border:1px solid #c7c8ca; 
}
.panels .project,
.panels .client  { 
    float:left;
    margin:0;
}
.panels .project span,
.panels .client span { 
    color:#008cc0;
}
.panels .project {
    margin-right:35px;
}
#main_panel {
    width: 75%;
    float:left;
    background-color:#fff;
}

#tools_panel {
    border: 5px solid #8b8b8b;
    border-right: none;
    background: #fff;
    padding: 10px;
    margin: 20px 0 0 1%;
    width: 24%;
    float: right;
    border-top-left-radius: 20px;
}
    #tools_panel > .ng-scope {
        font-size: .8em;
    }
    #tools_panel input[type=text], 
    #tools_panel select {
        width: 4em;
        margin: 0 0 3px;
    }
    #tools_panel select {
        width: 15em;
    }
    #tools_panel select[size] {
        background: #fff;
    }
    #tools_panel input[readonly] {
        border-color: #000;
    }
    #tools_panel input.total {
        font-weight: bold;
    }
    #tools_panel fieldset {
        border: 1px solid #C0C0C0;
        padding: 0.35em 0.625em 0.75em;
        margin: 0 0 10px;
    }
    #tools_panel legend {
        font-weight: bold;
        padding: 0 5px;
    }
    #tools_panel fieldset label {
        display: block;
    }
    #tools_panel label span {
        display: inline-block;
        width: 10em;
        max-width: 100%;
    }
    #tools_panel label.radio span {
        width: auto;
        vertical-align: middle;
    }
    #tools_panel label.radio input {
        vertical-align: middle;
    }
    #tools_panel label.row select, 
    #tools_panel label.row input {
        width: 96%;
    }
    #tools_panel label.row span {
        display: block;
    }
    #tools_panel .longlabels span {
        width: 16em;
    }
    #tools_panel .xlonglabels span {
        width: auto;
        display: block;
    }
    #tools_panel .withnotes span {
        vertical-align: top;
        margin-bottom: 5px;
    }
    #tools_panel .longinputs input {
        width: 5em;
    }
    #tools_panel .longinputs select {
        width: 5em;
    }
    #tools_panel fieldset.radio {
        border: 0;
        padding: 0;
        margin: 0 0 5px;
    }
    #tools_panel fieldset.radio label, 
    #tools_panel fieldset.radio input, 
    #tools_panel fieldset.radio span {
        display: inline-block;
    }
    #tools_panel fieldset.radio label {
        padding: 0 0 0 10px;
    }
    #tools_panel div.action {
        text-align: center;
        margin: 10px 0;
        clear: both;
    }
    #tools_panel div.action input[disabled] {
        opacity: .5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
    #tools_panel .notes {
        font-size: .9em;
    }
    #tools_panel .notes dl, 
    #tools_panel .notes dt, 
    #tools_panel .notes dd {
        margin: 0;
        padding: 0;
        display: block;
        width: auto;
    }
    #tools_panel .notes dt {
        float: left;
        clear: left;
        font-size: .95em;
        margin: 0 5px 5px 0;
        padding-top: .01em;
    }
    #tools_panel .notes dd {
        overflow: hidden;
        margin: 0 0 10px 0;
        float: none;
    }
    #tools_panel a.incognito {
        color: inherit;
        cursor: default;
        text-decoration: none;
    }
    #tools_panel .access {
        position: absolute;
        left: -999em;
    }
    #tools_panel div.col_wrapper {
        overflow: hidden;
    }
    #tools_panel div.col_half {
        float: left;
        width: 47%;
    }
    #tools_panel div.col_half + div.col_half {
        float: right;
    }
    #tools_panel div.col_half input {
        width: 90%;
    }
    #tools_panel div.col_half label span {
        width: auto;
    }
    #tools_panel div.input_row label, 
    #tools_panel div.input_row input, 
    #tools_panel div.input_row_inline label, 
    #tools_panel div.input_row_inline input, 
    #tools_panel div.input_row_inline label span {
        display: inline;
    }
    #tools_panel div.input_row_inline {
        margin: 0 0 10px;
    }
    #tools_panel div.input_row_inline label + label {
        padding-left: 10px;
    }
    #tools_panel span.row {
        display: block;
        width: auto;
    } 
    #tools_panel div.image {
        text-align: center;
        margin: 10px 0;
    }
    #tools_panel .brinereclaim span {
        vertical-align: top;
        margin-bottom: 5px;
        width: 8.5em;
    }
    #tools_panel .brinereclaim input {
        margin-right: 5px;
    }
    #tools_panel .chemical span {
        width: auto;
        margin-right: 10px;
    }
    #tools_panel .chemical select {
        width: 14em;
    }
    #tools_panel div.blending {
        position: relative;
    }
    #tools_panel div.blending div.col_half {
        width: 56%;
    }
    #tools_panel div.blending div.imageColumn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 38%;
    }
    #tools_panel div.blending div.imageColumn div.image {
        position: absolute;
        top: 50%;
        margin-top: -160px;
    }
    #tools_panel h4 {
		font-size: 1.17em
	}
    #tools_panel dl {
        list-style: none;
		width: 75%;
    }
    #tools_panel dt {
        float: left;
	    clear: left;
	    font-weight: bold;
        width: 60%;
    }
    #tools_panel dd {
	    float: right;
        width: 40px;
    }
    #tools_panel input.ng-invalid
    {
        border-color: red;
    }
    #tools_panel span.note
    {
        font-size: .85em;
    }
    #tools_panel button
    {
        border: 0;
    }
        #tools_panel button[disabled]
        {
            opacity: .5;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        }
    #tools_panel div.flowSimulator fieldset
    {
        padding-right: 0;
    }
    #tools_panel div.flowSimulator label
    {
        display: block;
    }
    #tools_panel div.flowSimulator label span
    {
        width: 10.5em;
    }
    #tools_panel div.flowSimulator input,
    #tools_panel div.flowSimulator select
    {
        max-width: 120px;
        width: 8.5em;
    }
    #tools_panel div.flowSimulator label.withNote input
    {
        width: 5em;
    }
    #tools_panel div.flowSimulator label.withNote span.note
    {
        display: inline;
        width: auto;
    }
    #tools_panel div.flowSimulator div.button_row
    {
        padding: 10px 0 0;
    }
    div.flowSimulator a.expand
    {
        color: #00aeef;
        display: inline-block;
        margin: 6px 0 0;
    }
    div.flowSimulator a.expand:before
    {
        content: "";
        display: inline-block;
        width: 22px;
        height: 16px;
        background: url(../Images/tool_flowec.png) no-repeat;
        vertical-align: middle;
        margin: -1px 5px 0 0;
    }
#tools_panel div.flowSimulator dl, 
#tools_panel div.flowSimulator dt, 
#tools_panel div.flowSimulator dd
{
    width: auto;
    margin: 0;
    display: inline;
    float: none;
    padding: 0;
}
#tools_panel div.flowSimulator dt
{
    float: left;
    clear: left;
    padding: 0 5px 5px 0;
}
#tools_panel div.flowSimulator dd
{
    display: block;
    padding: 0 5px 5px 0;
}


table.tankTable
    {
    max-width: 100%;
    margin: 10px 0 0;
    border-collapse: collapse;
	border: 0;
	clear: both;
}
    table.tankTable th,
    table.tankTable td
    {
        text-align: center;
        border: 0;
        vertical-align: top;
    }
    table.tankTable th
    {
        text-align: left;
        font-weight: bold;
    }
    table.tankTable thead th
    {
        text-align: center;
    }
    table.tankTable th[scope='row'] {
	    position: absolute;
	    margin-top: .2em;
    }
    table.tankTable th[scope='row'] ~ td {
	    padding-top: 1.5em;
    }
    table.tankTable .access {
	    display: block;
	    width: 10px;
	    overflow: hidden;
	    position: absolute;
	    left: -999em;
    }
    table.tankTable tr.tanks td {
	    padding-top: 0;
	    padding-bottom: 5px;
    }
    table.tankTable .inactive
    {
        display: none;
    }
    table.tankTable span.tank,
    table.tankTable span.tank span.prog span, 
    table.tankTable span.tank:after {
	    background: url(../Images/tool_flowtanks.png) no-repeat -148px 0;
	    display: block;
	    width: 71px;
	    height: 93px;
        box-sizing: content-box;
    }
    table.tankTable span.tank {
	    text-align: center;
	    line-height: 97px;
	    position: relative;
	    overflow: hidden;
    }
    table.tankTable span.tank span.prog {
	    height: 86px;
	    position: absolute;
	    top: 3px;
	    width: 100%;
	    left: 0;
    }
    table.tankTable span.tank span.prog span {
	    position: absolute;
	    height: 100%;
	    bottom: 0;
	    left: 0;
	    background-position: -74px -3px;
	    max-height: 86px;
        transition: height 1.3s linear 0s;
    }
    table.tankTable span.tank:after {
	    content: "";
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    height: 12px;
	    background-position: 0 100%;
    }
    table.tankTable span.tank span.lbl {
	    position: relative;
	    z-index: 1;
    }
    table.tankTable span.input
    {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        font-size: 1px;
        line-height: 0;
        border: 10px solid transparent;
        border-top-color: #e55303;
        border-bottom: 0;
        position: relative;
        -moz-transform: scale(.9999);
    }
    table.tankTable span.flow
    {
        position: relative;
        display: block;
        height: 0;
    }
        table.tankTable span.flow:before
        {
            content: "";
            background: #fff;
            width: 50%;
            height: 7px;
            position: absolute;
            right: -3px;
            top: -24px;
            display: none;
        }
        table.tankTable td.lastVisible span.flow:before
        {
            display: block;
        }

        table.tankTable span.input:before 
        {
            content: "";
            width: 6px;
            height: 4px;
            position: absolute;
            left: 50%;
            top: -14px;
            left: -3px;
            background: #e55303;
        }
        table.tankTable span.output
        {
            position: relative;
            display: block;
            margin: 3px 0 0;
        }
        table.tankTable span.output:before
        {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 6px;
            margin: 0 0 0 -3px;
            height: 6px;
            background: #2ac1e4;
        }

        table.tankTable span.output:after
        {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            margin: 0;
            width: 0;
            height: 0;
            font-size: 1px;
            line-height: 0;
            border: 10px solid #fff;
            border-left: 9px solid #2ac1e4;
            border-right: 0;
            -moz-transform: scale(.9999);
            display: none;
        }
        table.tankTable td.lastVisible span.output:after
        {
            display: block;
        }
        table.tankTable tr.tanks th + td span.output:after
        {
            content: " ";
            border: 0;
            height: 6px;
            background: #fff;
            width: 50%;
            top: 5px;
            left: -2px;
            right: auto;
            display: block;
        }
        table.tankTable tr.tankTop td,
        table.tankTable tr.tankBot td
        {
            padding: 0 !important;
        }
        table.tankTable tr.tankTop td span,
        table.tankTable tr.tankBot td span
        {
            background: #e55303;
            height: 6px;
            padding: 0;
            display: block;
        }
        table.tankTable tr.tankBot td span
        {
            background: #2ac1e4;
        }
        table.tankTable tr.tankUnder td
        {
            padding-top: 10px;
        }
        table.tankTable tr.tankUnder span
        {
            display: none;
        }

body.expandedFlowSimulator .panels
{
    overflow: visible;
}
body.expandedFlowSimulator #tools_panel
{
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    z-index: 10;
    margin: 0 auto;
    width: 665px;
    float: none;
    border: 5px solid #8b8b8b;
    border-radius: 20px;
    padding: 0 20px 15px;
}
body.expandedFlowSimulator #tools_panel > *
{
    display: none;
}
body.expandedFlowSimulator #tools_panel > div.ng-scope
{
    display: block;
}
body.expandedFlowSimulator div.flowSimulator a.expand
{
    float: right;
}
body.expandedFlowSimulator div.flowSimulator a.expand:before
{
    background-position: -22px 0;
    content: " ";
}
body.expandedFlowSimulator #tools_panel h2
{
    border-bottom: 2px solid #00aeef;
    padding: 10px 0 4px;
    margin: 0 0 .83em;
}
body.expandedFlowSimulator #tools_panel div.flowSimulator dl, 
body.expandedFlowSimulator #tools_panel div.flowSimulator dt, 
body.expandedFlowSimulator #tools_panel div.flowSimulator dd
{
    width: auto;
    margin: 0;
    display: inline;
    float: none;
    padding: 0 5px 5px 0;
}
body.expandedFlowSimulator #tools_panel div.flowSimulator dl
{
    padding: 0 10px 0 0;
    display: block;
}
body.expandedFlowSimulator #tools_panel div.flowSimulator dt
{
    float: left;
    clear: left;
    padding: 0 5px 0 0;
}
body.expandedFlowSimulator #tools_panel div.flowSimulator dd
{
    display: block;
    font-weight: normal;
    padding: 0 0 5px 0;
}
body.expandedFlowSimulator  #tools_panel div.flowSimulator label, 
body.expandedFlowSimulator  #tools_panel div.flowSimulator label.withNote
{
    display: inline-block;
    width: 45%;
    padding: 0 0 5px;
}
body.expandedFlowSimulator #tools_panel div.flowSimulator div.button_row
{
    padding: 20px 0 15px;
}
body.expandedFlowSimulator #tools_panel button
{
    margin: 0 5px 0 0;
}
body.expandedFlowSimulator table.tankTable th, 
body.expandedFlowSimulator table.tankTable td
{
    padding-bottom: 15px;
}
body.expandedFlowSimulator table.tankTable th[scope="row"]
{
    display: table-cell;
    position: static;
}
body.expandedFlowSimulator table.tankTable th[scope="row"] ~ td
{
    padding-top: 0;
}

body.expandedFlowSimulator footer
{
    clear: both;
}
body.expandedFlowSimulator table.tankTable span.tank,
body.expandedFlowSimulator table.tankTable span.tank span.prog span, 
body.expandedFlowSimulator table.tankTable span.tank:after {
    background: url(../Images/tool_flowtanks-large.png) no-repeat -236px 0;
    width: 112px;
    height: 147px;
}
body.expandedFlowSimulator table.tankTable span.tank {
    line-height: 147px;
    margin: 2px 1px 0;
}
body.expandedFlowSimulator table.tankTable span.tank span.prog {
	height: 142px;
	position: absolute;
	top: 5px;
	width: 100%;
	left: 0;
}
body.expandedFlowSimulator table.tankTable span.tank span.prog span {
	background-position: -118px -5px;
	max-height: 142px;
    /*padding-top: 20px;
    max-height: 122px;*/
}
body.expandedFlowSimulator table.tankTable span.tank:after {
	height: 17px;
    background-position: 0 100%;
}
body.expandedFlowSimulator table.tankTable tr.tanks th, 
body.expandedFlowSimulator table.tankTable tr.tanks td
{
    padding-bottom: 5px;
}
body.expandedFlowSimulator table.tankTable tr.tanks th + td span.output:after
{
    left: -3px;
}
body.expandedFlowSimulator table.tankTable tr.tanks span.access
{
    width: 140px;
    position: static !important;
    height: 0;
    text-indent: -999em;
}
body.expandedFlowSimulator table.tankTable tr.tankUnder td
{
    padding-bottom: 15px;
}
body.expandedFlowSimulator table.tankTable tr.tankUnder span
{
    display: block;
}
body.expandedFlowSimulator dl.simData
{
    position: absolute;
    min-height: 14.5em;
    min-width: 140px;
    margin: -7px 0 0;
}


    .tools_list {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }
    .tools_list li {
        margin: 0 0 10px 0;
    }
    .tools_list li a {
        background: #8b8b8b;
        display: inline-block;
        width: 100%;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }
    .tools_list li a:hover {
        background: #e55303;
    }
    
    
.tabs ul {
    margin: 0;
    padding: 0;
}
.tabs li {
    float: left;
}
.tabs a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    background: #e6e7e8;
    font-size: 13px;
    text-align: center;text-decoration: none;
    color:#000;
    background: #f2f2f3;
    border: 1px solid #989a9d;
    border-left: none;
    font-weight: bold;
}
.estimators .estimator a,  .calculators .calculator a,  .specifications .specification a {
    color: #fff;
    background: #8b8b8b;
}
.tabs li:first-child a {
    border-left: 1px solid #989a9d;
}
.tabs.main_panel li {
    width: 20%;
}

.tabs.main_panel a {
    font-weight:bold;
    color:#010101;
    text-decoration:none;
    background:#e6e7e8;
    border:1px solid #b6b8ba;
    padding: 10px 3px;
}

.RoomLayout .tabs.main_panel .room_layout_tab,
.Rooms .tabs.main_panel .room_layout_tab,
.ProjectDetails .tabs.main_panel .details_tab,
.WaterAnalysis .tabs.main_panel .analysis_tab,
.Equipment .tabs.main_panel .equipment_tab,
.ProjectQuote .tabs.main_panel .quote_tab,
.Proposal .tabs.main_panel .proposal_tab {
    background: #8b8b8b;
    color: #fff;
}


.tabs.tools_panel li {
    min-width: 32%;
}
.colored_table {
    overflow: auto;
}
.results_table {
    overflow: auto;
}


/*  ==============================
    Login styles
    ============================= */
.login_page {
    background: #fff;
}
.login_page h2 {
    font-size: 14px;
}
.login_page h3 {
    font-size: 12px;
}

.login {
    width: 25%;
    background: #fff;
    float: left;
    padding: 20px 0 20px 20px;
}
.login_form {
    border-right: 1px solid #00aeef;
    padding-right: 20px;
    height: 100%;
}
.login_form label {
    font-size: .750em;
    font-weight: bold;
}
.login_form h2 {
    margin-top: 0;
}
.forgot_login {
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.register {
    float: right;
    width: 75%;
    padding: 0 2%;
    position: relative;
    padding: 20px;
    background: #fff;
}
.register h2 {
    margin: 0 0 10px 0;
}
.register h3 {
    margin-top: 0;
}
.as_partner, .as_customer {
    width: 50%;
    padding: 0 20px;
    height: 100%;
    position: relative;
    height: 300px;
}
.as_partner {
    float: left;
    padding-left: 0;
}

.as_customer {
    float: right;
}
.as_partner .container, .as_customer .container {
    padding: 20px;
    border: 1px solid #00aeef;
    position: relative;
    height: 100%;
}
.as_partner .button_row, .as_customer .button_row {
    position: absolute;
    bottom: 10px;
    left: -20px;
    text-align: center;
    width: 100%;
}
.as_partner .button, .as_customer .button {
}

/*  ==============================
    Registration and user forms styles
    ============================= */

.registration_page, .edit_panel, .slim_form {
    width: 500px;
}
.panel {
    background: #fff;
    margin: 20px 40px 20px 0;
    padding: 10px 20px;
}
/*.registration_form {
    width: 300px;
}*/
.forgot_password {
    width: 400px;
}

/*  ==============================
    Account List Generic styles
    ============================= */
.account_list {
    background: #fff;
    padding: 0 40px;
}
.account_list .sort {
    font-size: 0.750em;
    font-weight: bold;
    margin-bottom: 5px;
}
.account_list .sort .label {
    margin: 0 5px 0 10px;
}
.account_list .sort a {
    color: #008cc0;
    text-decoration: none;
}
.account_list .sort .create_client {
    float: right;
}
.account_grid .edit_link {
    text-decoration: none;
    color: #8b8b8b;
    display: block;
}
.account_grid table {
    width: 100%;
}
.account_grid .item {
    border: 1px solid #c7c8ca;
    padding: 12px 16px;
    font-size: .75em;
    position: relative;
    margin: 0 0 6px;
}
.account_grid .item:hover {
    border-color: #66bad9;
    background: #f1f2f2;
}
.account_grid h2, .account_grid h2 a {
    color: #008cc0;
    font-size: 1.5em;
    text-decoration: none;
    margin: 0 0 10px 0;
}
.account_grid .label {
    font-weight: bold;
    color: #000;
}
.account_grid .options {
    position: absolute;
    right: 16px;
    top: 12px;
}
.account_grid .button, .account_grid .new_select, .account_grid select {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
/*  ==============================
    My Clients styles
    ============================= */

.clients .account_grid .details {
    width: 650px;
}
.clients .account_grid .contact, .clients .account_grid .phone {
    width: 320px;
    float: left;
    margin: 0 0 10px 0;
}
.clients .account_grid .location, .clients .account_grid .email {
    width: 320px;
    float: right;
    margin: 0 0 10px 0;
}

/*  ==============================
    My Projects styles
    ============================= */
.projects .account_grid .details {
    margin: 0 0 20px 0;
}
.projects .account_grid .details div {
    display: inline-block;
    margin-right: 20px;
}
.projects .account_grid .additional_details div {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.analysis_check, .estimate {
    padding: 10px;
    background: #b9e5fb no-repeat;
    font-weight: bold;
}
.analysis_check {
    padding-left: 35px;
    background-image: url(../images/analysis_unchecked.png);
    background-position: 5px 7px;
}
.analysis_check.completed {
    background-image: url(../images/analysis_checked.png);
    background-position: 5px 5px;
}
.project_details .analysis_check {
    padding: 29px 0 0 0;
    background-position: top center;
    width: 50px;
    text-align: center;
}
/*  ==============================
    Project details styles
    ============================= */

.project_details .info {
    list-style:none;
    margin:0 0 20px;
    padding:0;
}

.project_details .info + div a {
    font-size: 16px;
    font-weight: bold;
}

.project_details .info li {
    margin-bottom:7px;
}
.info .item {
    font-weight:bold;
    color:#008cc0;
}

.project_details .location {
    position:absolute;
    right:16px;
    top:30px; 
    color:#008cc0;
    text-transform:uppercase;
    text-align:right;
    line-height:1.1;
}
.project_details .warnings .messages {
    list-style: none;
    margin: 0;
    padding: 0;
}
.project_details .warnings .messages li {
    margin:  10px 20px;
    text-align: center;
    padding: 20px;
    background: #ffe000;
    border: 1px solid #c7c8ca;
    font-weight: bold;
}
.equipment {
    border:2px solid #00aeef;
    margin: 0 0 10px 0;
}
.equipment header {
    background-color:#00aeef;
    padding:13px; 
    margin:0;
    border:none;
}

.equipment header h3 {
    margin:0;
}

.equipment h3 span { 
    color:#fff;
}
    .equipment .col {
        float:left;
    }

    .equipment .col1 {
        width:66%;
    }
    
    .equipment .col2 {
        width:34%;
    }
.equipment ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.equipment .add {
    padding: 5px 10px;
    background: #dcddde;
}
.equipment h2 {
    padding: 0 10px;
}
.equipment .equipment_row {
    background: #b9e5fb;
    padding: 5px 10px;
}
.map {
    background:url(../Images/map.gif);
    height:105px;
    width:179px;
    margin-bottom:11px;
}

.guide {
    margin-bottom:15px;
    font-weight:bold;
}
.guide .project-type {
    padding:10px;
    background:#b9e5fb;
    float:left;
}
    .guide .project-type {
        margin:0 10px 0 0;
        padding:10px;
        height:75px;
    }
    
    .guide .project-type li {
        margin:0 12px 0 12px; 
        padding:0;
        list-style:none; 
        display:block;
        float:left;
    }

.btn-packet {

    color:#fff;
    font-size:1.167em;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
    height:64px; 
    width:140px;
    margin-top:11px;
    padding:10px 8px;
    padding-left:45px;
    background:#008cc0 url(../Images/btn_project_packet.gif) no-repeat 10px 10px ;
    line-height:1.2;
}

/*  ==============================
    Treatment Details Styles
    ============================= */
.treatment_details .small_text_input input[type="text"] {
    width: 15%;
}

.treatment_details .half_text_input input[type="text"] {
    width: 50%;
}

/*  ==============================
    Builder styles
    ============================= */
#builder h2 {
    padding:  0 20px;
    margin: 10px 0 10px 0;
    font-size: 18px;
    color: #00aeef;
}
#builder header {
    border-bottom: 2px solid #00aeef;
    position: relative;
    margin: 0 5px 20px;
}
#builder header a {
    text-decoration: none;
    color: #00aeef;
    margin-right: 20px;
}
#builder header a .sprite_icon {
    margin-right: 5px;
    vertical-align: middle;
}
#builder header .button_row {
    position: absolute;
    right: 0;
    bottom: 0;
}
#builder > .button_row {
    border-top: 2px solid #00aeef;
    padding: 20px;
    margin: 0 5px;
}
.room_builder .info {
    float: left;
    width: 25%;
    min-width: 235px;
}
.room_builder .info {
    padding: 20px;
}
.items ul {
    background: #e6e7e8;
    border: 1px solid #9d9fa2;
    list-style: none;
    padding: 0;
    margin: 0;
}
.items ul>li {
    border-top: 1px solid #9d9fa2;
    padding: 10px;
}
.items ul>li:first-child {
    border-top: none;
}
.items ul>li h3 {
    font-size: 12px;
    padding-left: 20px;
    margin: 0;
    background: url(../Images/sprites.png) no-repeat;
    background-position: -50px -49px ;
}
.items ul ul {
    border: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.items ul .closed ul {
    display: none;
}

.items ul .closed h3 {
    background-position: -50px 0;
}
.items ul ul>li{
    width: 49%;
    display: inline-block;
    padding: 10px;
}
.items ul ul > li .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.items ul ul .canvas_item img {
    border: 1px solid #000;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.room_builder .canvas {
    float: left;
    width: 75%;
    min-width: 641px;
    min-height: 600px;
}
.room_builder .canvas .tools {
    display: inline-block;
}
.room_builder .canvas .tools ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid #9d9fa2;
}
.room_builder .canvas .tools li {
    float: left;
    padding: 0;
    margin: 0;
}
.room_builder .canvas .tools li .sprite_icon {
    margin: 0 5px 0 10px;
}
.room_builder .canvas .tools li .icon_remove, .room_builder .canvas .tools li .icon_duplicate {
    vertical-align: top;
}

.room_builder .canvas .tools li a {
    display: inline-block;
    padding: 5px 15px 5px 5px;
    border-left: 1px solid #9d9fa2;
    background: #e6e7e8;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
.room_builder .canvas .tools li:first-child a {
    border-left: none;
}
.room_builder .save_layout {
    text-decoration: none;
    color: #008cc0;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
    margin-left: 20px;
}
.room_builder .save_layout .sprite_icon {
    vertical-align: middle;
    margin-right: 5px;
}
.builder_canvas .text_box {
    background: #fff;
    padding: 3px 5px;
    cursor: pointer;
}
.builder_canvas .text_box input {
    border: 0;
    background: #fff;
    padding: 0;
}
.canvas_item.selected {
    border: 1px solid #000;
}
.outer_canvas {
    max-height: 480px;
    max-width: 480px;
    position: relative;
}
.builder_canvas {
    background: url(../Images/bg_canvas.jpg);
    border: 2px solid #00aeef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.canvas_width {
    position: absolute;
    bottom: -29px;
    text-align: center;
    display: inline-block;
    color: #00aeef;
    font-size: 14px;
    line-height: 24px;
}
.canvas_height {
    position: absolute;
    right: -60px;
    text-align: center;
    display: inline-block;
    color: #00aeef;
    font-size: 14px;
    line-height: 24px;
}
.canvas_height input, .canvas_width input {
    width: 1.7em;
}
.builder_canvas .canvas_item {
    position: absolute;
    cursor: pointer;
}
.canvas_item {
    border: 1px solid transparent;
}

.items .canvas_item {
    border: none;
}
.ui-resizable-handle {
    height: 6px;
    width: 6px;
    background: #000;
}
.ui-resizable-e {
    position: absolute;
    top: 50%;
    right: -3px;
    cursor: ew-resize;
}
.ui-resizable-s {
    position: absolute;
    bottom: -3px;
    left: 50%;
    cursor: ns-resize;
}
.ui-resizable-se {
    position: absolute;
    bottom: -3px;
    right: -3px;
    cursor:nwse-resize;
}

.upload-hover .upload-zone {
    border: 4px dashed #F00;
}

#upload_zone {
    height: 400px;
    width: 400px;
    margin: 20px auto;
}
.line {
    height: 2px;
    background: black;
    width: 2px;
    cursor: pointer;
    top: 0px !important;
    left: 0px !important;
    position: relative;
}
.selected .line {
    background: red;
    border: 1px solid transparent;
}
.line_container {
    cursor: auto;
    height: 1px;
}
.line_container.selected {
    border: none;
}

.sprite_icon {
	background: url(../Images/sprites.png) no-repeat;
    display: inline-block;
}

.icon_duplicate{
	background-position: 0 -28px ;
	width: 16px;
	height: 16px;
}

.icon_line{
	background-position: 0 -59px ;
	width: 10px;
	height: 10px;
}

.icon_remove{
	background-position: 0 -11px ;
	width: 15px;
	height: 15px;
}

.icon_rotate{
	background-position: 0 -47px ;
	width: 13px;
	height: 11px;
}

.icon_text{
	background-position: 0 0;
	width: 9px;
	height: 8px;
}

.arrow_down{
	background-position: -50px -49px ;
	width: 11px;
	height: 9px;
}

.arrow_right{
	background-position: -50px 0;
	width: 9px;
	height: 11px;
}

.icon_download{
	background-position: 0 -111px ;
	width: 14px;
	height: 17px;
}

.icon_print{
	background-position: 0 -93px ;
	width: 22px;
	height: 16px;
}

.icon_save{
	background-position: 0 -71px ;
	width: 20px;
	height: 20px;
}
.room_layouts {
    list-style: none;
    margin: 0;
    padding: 20px;
}
.room_layouts li a {
    text-decoration: none;
    color: #8b8b8b;
    display: inline-block;
    border: 1px solid #c7c8ca;
    width: 100%;
    padding: 20px;
    font-weight: bold;
    font-size: 13px
}
.room_layouts li .options {
    position: absolute;
    top: 20px;
    right: 20px;
}
.room_layouts>li {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
.room_layouts li:hover a {
    background: #f1f2f2;
    border-color: #008cc0;
}
.room_layouts h3 {
    font-size: 18px;
    color: #008cc0;
    margin: 0 0 10px 0;
}
.room_layouts .details img {
    float: left;
    margin: 0 40px 0 0;
    width: 25%;
}
.room_layouts .details .info {
    float: left;
    min-width: 50%;
}
.room_layouts .description {
    margin-top: 0;
}
.room_layouts dl {
    margin: 0;
    padding: 0;
}
.room_layouts dd {
    margin: 0;
}
.room_layouts dt {
    color: #000;
    float: left;
    margin: 0 5px 0 0;
}
.room_layouts dd ul {
    clear: both;
    margin: 0;
    padding: 0 0 0 17px;
    list-style: disc;
}

/* ==========================================================================
   Quote styles
   ========================================================================== */
.right_align {
    text-align: right;
}
.quote_mult, .quote_qty {
    width: 50px;
}
.quote {
    padding: 0 20px 20px;
}
.current_quote {
    border: 2px solid #00aeef;
    padding: 20px;
    font-weight: bold;
}
.current_quote .quote_links {
    float: right;
    font-weight: normal;
}
.quote .input_subrow{
    margin-left: 20px;
}

/* ==========================================================================
   Proposal styles
   ========================================================================== */
.design_conditions,
.design_objective,
.design_scope,
.feed_water,
.process_decription,
.project_responsibilities,
.pricing_delivery,
.project_price,
.pricing_details,
.proposal_terms,
.proposal_addendum,
.proposal_title_page {
    padding: 20px;
}

.design_conditions .input_row label {
    display: inline-block;
    width: 280px;
}

.design_conditions .input_row input[type="text"] {
    display: inline-block;
    width: 200px;
}

.design_conditions .input_row {
    margin: 0px 0px 5px 0px;
}

    .proposal_layout table td {
        text-align: center;
    }

    .proposal_layout table {
        border: 2px solid #00aeef;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .proposal_layout thead {
        border-top: 5px solid #00aeef;
        border-bottom: 5px solid #00aeef;
    }
        .proposal_layout thead th {
            border-right: 2px solid #000;
            background: #00aeef;
            padding: 5px 10px;
        }
            .proposal_layout thead th:last-child {
                border-right: none;
            }
    .proposal_layout tbody tr {
        background: #fff;
        padding: 12px;
    }
        .proposal_layout tbody tr:nth-child(odd) {
            background: #b9e5fb;
        }
    .proposal_layout td {
        padding: 7px 10px 7px 10px;
    }
    .proposal_layout .border {
        border-right: 2px solid #6b777d;
        padding: 0 6px 0 0;
    }
    .proposal_layout td:last-child .border {
        border-right: none;
    }



/* ==========================================================================
   Water analysis styles
   ========================================================================== */

.water_analysis {
    position: relative;
    padding: 0 20px;
}
.water_analysis .edit {
    position: absolute;
    top: 20px;
    right: 20px;
}
.water_analysis .help {
    position: absolute;
    top: -10px;
    right: 20px;
}
.source_row {
    margin: 0 0 10px 0;
}
.source_row .input_row, .from_number, .source_row .button_row, .muni_selector {
    display: inline-block;
}
.source_row .input_row input[type="text"], 
.source_row .input_row input[type="button"], 
.source_row .input_row .new_select,
.source_row .input_row select {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 20px;
}
.source_row label {
    font-weight: bold;
}
.water_analysis .totals .col .input_row:first-child {
    border-top: 1px solid #000;
    padding-top: 20px;
}
.cations_col, .anions_col {
    width: 50%;
}
.cations_col {
    float: left;
    padding-right: 10px;
}
.anions_col {
    float: right;
    padding-left: 10px;
}
.water_analysis .col label {
    font-weight: bold;
}
.water_analysis .col .new_select,
.water_analysis .col select {
    width: 100px;
    float: right;
}
.water_analysis .col .input_row input, .water_analysis .element_label, .water_analysis .CaCO3_label {
    width: 60px;
    float: right;
    margin: 0 20px 0 0;
    text-align: right;
}
.water_analysis .col h3 {
    color: #e55303;
    float: left
}
.water_analysis .element_label, .water_analysis .CaCO3_label {
    color: #e55303;
    font-size: 14px;
}
.water_analysis .totals {
    clear: both;
}
.water_analysis .input_group {
    float: right;
    margin-right: 10px;
}
.water_analysis .totals .input_group input {
    margin-right: 5px;
}
.water_analysis .col .input_group input {
    float: none;
}
.water_analysis .info {
    margin: 0 0 20px 0;
}
.water_analysis .info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.water_analysis .info li {
    float: left;
    width: 50%;
}
.water_analysis .info .odd {
    padding-right: 20px;
}
.water_analysis label {
    font-weight: bold;
}
.water_analysis .info input[type="text"] {
    float: right;
    width: 75px;
}
.water_analysis .button_row.submit {
    margin: 20px 0 20px 0;
    float: right;
}
/* ==========================================================================
   PrettySelect Structural styles
   ========================================================================== */
.new_select {
    position: relative;
    display: inline-block;
}
.new_select .current {
    border: 1px solid black;
    z-index: 20;
    padding: 3px 20px 3px 5px;
}
.new_select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -1px;
    z-index: 10;
    width: 100%;
}
.new_select .selected {
    display: none;
}

/* ==========================================================================
   PrettySelect theme styles
   ========================================================================== */

.old_select {
    display: none;
}
.new_select {
    font-weight: bold;
    font-size: 12px;
    background: #e6e7e8 url(../images/bg_arrow.png) right -1px no-repeat;
}
.new_select.open {
    background-image: url(../images/bg_arrow_open.png);
    background-color: #666666;
}
.new_select .current {
    border: 1px solid #9d9fa2;
}
.new_select .current a {
    color: #000;
    text-decoration: none;
}
.new_select.open .current a {
    color: #fff;
}
.new_select ul {
    background: #e6e7e8;
    border: 1px solid #9d9fa2;
}
.new_select li {
    border-bottom: 1px solid #9d9fa2;
    padding: 3px 20px 3px 5px;
}
.new_select li:hover,  .new_select li.highlight {
    background: #666666;
    color: #fff;
    cursor: pointer;
}
.new_select li:last-child {
    border-bottom: none;
}

/* ======================================================
    Forms
   ====================================================== */
/*input.ng-invalid.ng-dirty {
    background: red;
}*/
input.ng-invalid-required {
    border: 2px solid red;
}

input.input-validation-error {
    border: 2px solid red;
}

select.input-validation-error {
    border: 2px solid red;
}

.input_row {
    margin: 0 0 10px 0;
}
.input_row input[type="text"],
.input_row input[type="password"],
.input_row input[type="submit"],
.input_row input[type="date"],
.input_row .new_select,
.input_row select,
.input_row textarea {
    width: 100%;
}

.input_row.current_file input[type="text"] {
    width: 32%;
}
.button_row {
    margin: 0 0 10px 0;
    clear: both;
}
/*  ==============================
    Table styles
    ============================= */
.colored_table .sort .secondary {
    float: right;
}
.sort .label {
    font-weight: bold;
}
.sort form,
.sort .input_row {
    display: inline-block;
    margin: 0 10px 0 0;
}
.sort .input_row input[type="text"],
.sort .input_row input[type="password"],
.sort .input_row input[type="submit"],
.sort .input_row .new_select,
.sort .input_row select {
    width: auto;
    margin: 0 0 10px 0;
    display: inline-block;
}
.sort .input_row  input[type="submit"] {
    position: relative;
    top: -1px;
    padding: 5px 6px;
}
.colored_table table {
    border: 2px solid #00aeef;
    width: 100%;
    margin: 0 0 18px 0;
}
.colored_table thead {
   /*border-top: 5px solid #00aeef;
   border-bottom: 5px solid #00aeef;*/
   border: 0 none;
}
.colored_table thead th {
    /*border-right: 2px solid #000;*/
    background: #00aeef;
    /*padding: 5px 10px;*/
    padding: 12px 0;
}
.colored_table thead th:last-child {
    border-right: none;
}
.colored_table tbody tr {
    background: #b9e5fb;
    /*padding: 12px 0;*/
    /*border-bottom: 5px solid #fff;*/
}
.colored_table tbody tr:nth-child(odd) {
    /*background: #b9e5fb;*/
    /*border-bottom: 5px solid #b9e5fb;*/
}
.colored_table td {
    border: 0 none;
    padding: 9px 0;
}
    .colored_table .parts_row td {
        padding: 9px 6px;
    }
.colored_table td:first-child,
.colored_table td:last-child {
    padding-left: 0;
    padding-right: 0;
}
.colored_table .border {
    border-right:  2px solid #6b777d;
    padding: 0 6px 0 0;
}
.colored_table td:last-child .border {
    border-right: none;
}
.colored_table tr:nth-child(odd) td {
}

.results_table table {
    border: 2px solid #00aeef;
    width: 100%;
    margin: 0 0 10px 0;
}
.results_table thead {
   border-top: 5px solid #00aeef;
   border-bottom: 5px solid #00aeef;
}
.results_table thead th {
    border-right: 2px solid #000;
    background: #00aeef;
    padding: 5px 10px;
}
.results_table thead th:last-child {
    border-right: none;
}
.results_table tbody tr {
    background: #fff;
    padding: 12px;
    /*border-bottom: 5px solid #fff;*/
}
.results_table tbody tr:nth-child(odd) {
    background: #b9e5fb;
    /*border-bottom: 5px solid #b9e5fb;*/
}
.results_table td {
    padding: 7px 10px 7px 10px;
}
.results_table .border {
    border-right:  2px solid #6b777d;
    padding: 0 6px 0 0;
}
.results_table td:last-child .border {
    border-right: none;
}
.results_table tr:nth-child(odd) td {
}

.input_col {
    width: 50px;
}
.checkbox_col {
    width: 20px;
}
.price_col {
    width: 100px;
}
.border_col {
    width: 10px;
}
.partnum_col {
    width: 150px;
    text-align: left;
}
.desc_col {
    text-align: left;
}
.filler_cell {
    background: #00aeef;
    color: #fff;
    font-weight: bold;
}
.margin {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.quote .colored_table table {
    border: none;
}
.quote .colored_table tbody {
    /*border: 2px solid #00aeef;*/
    background: #b9e5fb;
}
.quote .colored_table thead {
    /*border-bottom: 2px solid #00aeef;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;*/
}
.quote .colored_table .bordered_cell {
    border-bottom: 1px solid #000;
    padding: 9px 0;
}
.quote .bordered_cell select {
    display: block;
    margin-bottom: 9px;
}
.quote_modal h4 {
    margin: 0 0 10px 0;
}
.quote_modal li {
    background: #b3d4fc;
    margin: 0 0 5px 0;
    padding: 5px;
}
.quote_modal input {
    width: 30px;
    text-align: right;
}
.section_headline {
    font-weight: bold;
    margin-right: 9px;
}
/*  ==============================
    Modal overlay styles
    ============================= */
.modal_overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.modal_overlay.off {
    display: none;
}
.inner_modal {
    background: #fff;
    width: 700px;
    margin: 40px auto;
    padding: 20px 40px;
    position: fixed;
    overflow: auto;
}
.inner_modal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inner_modal label {
    font-weight: bold;
}
.inner_modal .user_details {
    width: 50%;
    float: left;
}
.inner_modal .permissions {
    width: 50%;
    float: right;
}
.inner_modal h2 {
    margin: 0 0 20px 0;
}
.inner_modal .edit_user {
    position: absolute;
    top: 20px;
    right: 40px;
}

.custom_items_modal table {
	width: 100%;
}
.custom_items_modal th {
	border-bottom: 1px solid #000;
	text-align: left;
}
.custom_items_modal td {
	padding: 3px;
}
.custom_items_modal .addon_title {
	font-size: 13px;
	font-weight: bold;
}
.custom_items_modal .addon_quantity {
	width: 45px;
}
.custom_items_modal .addon_code {
	width: 80px;
}
.custom_items_modal .addon_description {
	width: 188px;
}
.custom_items_modal .addon_price {
	width: 55px;
}
hr.divider {
	border: 0;
    height: 1px;
    background: #000;
}



/* ===================================================
    Equipment
   =================================================== */

.equipment_sizing {
    padding: 20px;
    position: relative;
}
.equipment_sizing .map {
    position:absolute;
    right: 20px;
    width: 50%;
    height: auto;
}
.equipment_sizing .map img {
    width: 100%;
}
.equipment_sizing .input_row {
    margin: 0 0 5px 0;
}
.equipment_sizing .input_row label {
    display: inline-block;
    width: 280px;
}
.equipment_sizing .input_row.source label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}

.equipment_sizing .input_row.source select {
    width: auto;
}
.equipment_sizing .params .input_row label {
    width: 400px;
}
.equipment_sizing .input_row input[type="text"], 
.equipment_sizing .input_row select {
    width: 75px;
    display: inline-block;
}
.equipment_sizing .input_row .selectText {
    width: auto;
    display: inline-block;
}
.wa, .config, .params {
    margin: 0 0 20px 0;
}
.equipment_sizing h3 {
    margin: 0;
}
.equipment_sizing .input_row label.radio {
    width: auto;
    margin-right: 10px;
}
/* ===================================================
    Messaging
   =================================================== */
    .messaging_area .message {
        margin:  10px 20px;
        /*text-align: center;*/
        padding: 20px;
        background: #c8f490;
        border: 1px solid #c7c8ca;
        font-weight: bold;
        color: #333;
    }
    .messaging_area .message.error {
        background: #ffe000;
    }
    .warnings .inline_message {
        margin:  5px 0;
        padding: 10px;
        background: #ffe000;
        border: 1px solid #c7c8ca;
        font-weight: bold;
    }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 965px) {
    .tabs li {
        font-size: 10px;
        border-top: none;
        border-left: 1px solid #989a9d;
    }
    .tabs.tools_panel li {
        display: block;
        float: none;
    }
}

@media print {
header, footer, #tools_panel, a.button, a.btn-package, span.quote_links, div.add_row, .ProjectDetails .equipment .col2, .tabs.main_panel a, .smart-table-data-cell a, .smart-table-data-cell input {
    display: none;
}
#main header {
    border: 0 solid white;
    display: block;
    width: 95%;
}
#main_panel {
    width: 90%;
}
.ProjectDetails .tabs.main_panel .details_tab {
    background-color: #fff;
    border-width: 0;
    color: #000;
    display: block;
    font-size: 1.17em;
}

body.printingTool #tools_panel {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #8b8b8b;
    border-radius: 20px;
    min-width: 430px;
}
body.printingTool #tools_panel div.action {
    height: 0;
    overflow: hidden;
}
body.printingTool #main_panel {
    display: none;
}
.tabs.tools_panel li a {
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border: 0;
}
.estimators li.estimator a, .calculators li.calculator a, .specifications li.specification a {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 1px solid;
}
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25) {
    #tools_panel {
    top:0;
    position:relative;
    left:0;
    } 

    #main header {
        display: block;
        width: 100%;
        border: 0 solid white;
    }

    #main_panel {
        width: 75%;
    }

    .ProjectDetails .tabs.main_panel .details_tab {
        display: block;
        color: #000;
        background-color: #fff;
        border-width: 0;
        font-size: 1.17em;
    }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    */
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





