﻿@charset "utf-8";
/* CSS Document */

body  
{
    color: #3B402A;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 13px;
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

img{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
table{border:0;}

a 
{
    text-decoration: none;
    outline: none;
    color: #f58024;
}

a:hover, a.On 
{
    color: #E5701E;
}

a.Btn {
    display: inline-block;
	line-height: 25px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
    background: #ec9806;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ec9806),to(#d75a00));
    background-image: -moz-linear-gradient(top,#ec9806,#d75a00);
    background-image: -o-linear-gradient(top,#ec9806,#d75a00);
    background-image: -ms-linear-gradient(top,#ec9806,#d75a00);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec9806', EndColorStr='#d75a00')";
    border: 1px solid #E37C03;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
    white-space: nowrap;      
}

a.Btn:hover{
    background:#d88400;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d88400),to(#c34600));
    background-image:-moz-linear-gradient(top,#d88400,#c34600);
    background-image:-o-linear-gradient(top,#d88400,#c34600);
    background-image:-ms-linear-gradient(top,#d88400,#c34600);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d88400', EndColorStr='#c34600')";
}

a.Btn img{vertical-align:text-top;margin-right:8px;}

a.Btn.On{
    background: #56A6D1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#56A6D1),to(#1a4f77));
    background-image: -moz-linear-gradient(top,#56A6D1,#1a4f77);
    background-image: -o-linear-gradient(top,#56A6D1,#1a4f77);
    background-image: -ms-linear-gradient(top,#56A6D1,#1a4f77);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#56A6D1', EndColorStr='#1a4f77')";
    border-color: #2B73AA;
}

a.Btn.On:hover{
    background:#d88400;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d88400),to(#c34600));
    background-image:-moz-linear-gradient(top,#d88400,#c34600);
    background-image:-o-linear-gradient(top,#d88400,#c34600);
    background-image:-ms-linear-gradient(top,#d88400,#c34600);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d88400', EndColorStr='#c34600')";
}

a.Btn.Off{
    opacity:.8;
    -moz-opacity:.8;
    -o-opacity:.8;
    -khtml-opacity:.8;
    filter:alpha(opacity=80);
    background:#dbd8c1;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#dbd8c1),to(#c7c4ad));
    background-image:-moz-linear-gradient(top,#dbd8c1,#c7c4ad);
    background-image:-o-linear-gradient(top,#dbd8c1,#c7c4ad);
    background-image:-ms-linear-gradient(top,#dbd8c1,#c7c4ad);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#dbd8c1', EndColorStr='#c7c4ad')";
    border-color:#bdbaa3;
}

    a.Btn.Green {
        background: #05c818;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#05c818),to(#00bc00));
        background-image: -moz-linear-gradient(top,#05c818,#00bc00);
        background-image: -o-linear-gradient(top,#05c818,#00bc00);
        background-image: -ms-linear-gradient(top,#05c818,#00bc00);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#05c818', EndColorStr='#00bc00')";
        border-color: #00cb00;
    }

        a.Btn.Green:hover {
            background: #00d80a;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#00d80a),to(#00c309));
            background-image: -moz-linear-gradient(top,#00d80a,#00c309);
            background-image: -o-linear-gradient(top,#00d80a,#00c309);
            background-image: -ms-linear-gradient(top,#00d80a,#00c309);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d80a', EndColorStr='#00c309')";
        }

    a.Btn.Red {
        background: #ec0606;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#ec0606),to(#d70000));
        background-image: -moz-linear-gradient(top,#ec0606,#d70000);
        background-image: -o-linear-gradient(top,#ec0606,#d70000);
        background-image: -ms-linear-gradient(top,#ec0606,#d70000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec0606', EndColorStr='#d70000')";
        border-color: #e30303;
    }

        a.Btn.Red:hover {
            background: #d80000;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#d80000),to(#c34600));
            background-image: -moz-linear-gradient(top,#d80000,#c34600);
            background-image: -o-linear-gradient(top,#d80000,#c34600);
            background-image: -ms-linear-gradient(top,#d80000,#c34600);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d80000', EndColorStr='#c34600')";
        }

/* 

a.Btn {
    display: inline-block;
	line-height: 25px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
    background: #ec9806;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ec9806),to(#d75a00));
    background-image: -moz-linear-gradient(top,#ec9806,#d75a00);
    background-image: -o-linear-gradient(top,#ec9806,#d75a00);
    background-image: -ms-linear-gradient(top,#ec9806,#d75a00);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec9806', EndColorStr='#d75a00')";
    border: 1px solid #E37C03;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
    white-space: nowrap;      
}

a.Btn:hover{
    background:#d88400;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d88400),to(#c34600));
    background-image:-moz-linear-gradient(top,#d88400,#c34600);
    background-image:-o-linear-gradient(top,#d88400,#c34600);
    background-image:-ms-linear-gradient(top,#d88400,#c34600);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d88400', EndColorStr='#c34600')";
}

a.Btn img{vertical-align:text-top;margin-right:8px;}

a.Btn.On{
    background: #56A6D1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#56A6D1),to(#1a4f77));
    background-image: -moz-linear-gradient(top,#56A6D1,#1a4f77);
    background-image: -o-linear-gradient(top,#56A6D1,#1a4f77);
    background-image: -ms-linear-gradient(top,#56A6D1,#1a4f77);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#56A6D1', EndColorStr='#1a4f77')";
    border-color: #2B73AA;
}

a.Btn.On:hover{
    background:#d88400;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#d88400),to(#c34600));
    background-image:-moz-linear-gradient(top,#d88400,#c34600);
    background-image:-o-linear-gradient(top,#d88400,#c34600);
    background-image:-ms-linear-gradient(top,#d88400,#c34600);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d88400', EndColorStr='#c34600')";
}

a.Btn.Off{
    opacity:.8;
    -moz-opacity:.8;
    -o-opacity:.8;
    -khtml-opacity:.8;
    filter:alpha(opacity=80);
    background:#dbd8c1;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#dbd8c1),to(#c7c4ad));
    background-image:-moz-linear-gradient(top,#dbd8c1,#c7c4ad);
    background-image:-o-linear-gradient(top,#dbd8c1,#c7c4ad);
    background-image:-ms-linear-gradient(top,#dbd8c1,#c7c4ad);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#dbd8c1', EndColorStr='#c7c4ad')";
    border-color:#bdbaa3;
}

*/

a.Btn.Icon{line-height:26px}

a.Btn.Icon img{margin-right:0}

.sff_thumb { padding-right: 9px; padding-bottom: 10px; }

.separator { margin-left: 6px; margin-right: 6px; vertical-align: middle; padding-bottom: 1px; }

.topline_pixel { margin-left: -1px; margin-bottom: -1px; vertical-align: bottom; }

.cell_bottom_line { height: 40px; border-top: 0px none; border-left: 0px none; border-right: 0px none; border-bottom: 1px solid #b9bdab; }

.quick_search { height: 27px; }

#ajaxLoad 
{
    padding-top: 20px;
    padding-bottom: 20px;   
}

.gl_Detailed  
{
    background-color: #ffffff; 
    height: 61px; 
    border: 1px solid #b9bdab;  
    font-family: Arial,Helvetica,Sans-serif; 
    font-size: 12px; 
    color: #4e5438;
    text-decoration: none;
    vertical-align: middle;
    outline: none;
}

.gl_sec_Detailed  
{
    height: 45px; 
    border: none;  
    vertical-align: middle;
    padding: 8px 10px 8px 10px;
    display: block;
    overflow: hidden;
    float: left;
}

.gl_icon_Detailed 
{
    float: right;
    padding: 40px 6px 0px 0px; 
}

.gl_Header
{
    font-weight: bold;
    float: left;
}

.gl_Value
{
    overflow: hidden;
}

.td_grid 
{
    width: 100%; 
}

.td_grid_container 
{
    width: 1067px;
    border: 1px solid #b9bdab;
    padding: 8px 10px;
}

.td_grid_container + .td_grid_container 
{
    margin-top: 4px;
}

.td_header 
{
    font-size: 12px; 
    color: #4e5438;
    font-weight: bold;
}

.td_value 
{
    font-size: 12px; 
    color: #4e5438;
}

.td_left 
{
	padding-left: 10px;
    border-left: 1px solid #b9bdab;
}

.td_top 
{
	padding-top: 8px;
    border-top: 1px solid #b9bdab;
}

.td_bottom 
{
	padding-bottom: 8px;
    border-bottom: 1px solid #b9bdab;
}

.td_right 
{
	padding-right: 10px;
    border-right: 1px solid #b9bdab;
}

.td_icon
{
    border-right: 1px solid #b9bdab;
    border-bottom: 1px solid #b9bdab;
    border-top: 1px solid #b9bdab;
    vertical-align: bottom; 
    text-align: right; 
    padding: 0px 6px 5px 0px; 
    width: 30px;
}

.td_icon_top
{
    border-right: 1px solid #b9bdab;
    border-top: 1px solid #b9bdab;
    vertical-align: top; 
    text-align: right; 
    padding: 6px 7px 0px 0px; 
    width: 30px;
}

.td_icon_bottom
{
    border-right: 1px solid #b9bdab;
    border-bottom: 1px solid #b9bdab;
    vertical-align: bottom; 
    text-align: right; 
    padding: 0px 6px 5px 0px; 
    width: 30px;
}

.td_noresults
{
	text-align: center; 
    font-size: 14px; 
    color: #4e5438; 
    font-weight: bold;
    padding: 40px 0px 40px 0px;
}

.td_ajaxmore
{
	text-align: center; 
    vertical-align: middle;
    height: 50px;
}

.td_error
{
	text-align: center; 
    font-size: 14px; 
    color: #dc0000; 
    font-weight: bold;
    padding: 40px 0px 40px 0px;
}

.td_tabdetails {
	vertical-align: middle;
    height: 38px;
}

.td_sm {
    font-size: 10px;
}

tr.rowinactive
{
    background-color: #dddddd;
}

tr.rownew
{
    background-color: #b2ffbb;
}

tr.rowred
{
    background-color: #ffb4b4;
}

tr.rowgreen {
    background-color: #b2ffb2;
}

tr.rowblue {
    background-color: #b2ecff;
}

.gl_inac  
{
    background-color: #e9e6dd; 
    height: 27px; 
    border-bottom: 1px solid #dcd6c8; 
    font-family: Arial,Helvetica,Sans-serif; 
    font-size: 12px; 
    color: #4e5438;
    text-decoration: none;
    vertical-align: middle;
    outline: none;
}

.wm_5 { width: 5px; min-width: 5px; }
.wm_10 { width: 10px; min-width: 10px; }
.wm_15 { width: 15px; min-width: 15px; }
.wm_20 { width: 20px; min-width: 20px; }
.wm_25 { width: 25px; min-width: 25px; }
.wm_30 { width: 30px; min-width: 30px; }
.wm_35 { width: 35px; min-width: 35px; }
.wm_40 { width: 40px; min-width: 40px; }
.wm_45 { width: 45px; min-width: 45px; }
.wm_50 { width: 50px; min-width: 50px; }
.wm_55 { width: 55px; min-width: 55px; }
.wm_60 { width: 60px; min-width: 60px; }
.wm_65 { width: 65px; min-width: 65px; }
.wm_70 { width: 70px; min-width: 70px; }
.wm_75 { width: 75px; min-width: 75px; }
.wm_80 { width: 80px; min-width: 80px; }
.wm_85 { width: 85px; min-width: 85px; }
.wm_90 { width: 90px; min-width: 90px; }
.wm_95 { width: 95px; min-width: 95px; }
.wm_100 { width: 100px; min-width: 100px; }
.wm_125 { width: 125px; min-width: 125px; }
.wm_140 { width: 140px; min-width: 140px; }
.wm_150 { width: 150px; min-width: 150px; }
.wm_160 { width: 160px; min-width: 160px; }
.wm_175 { width: 175px; min-width: 175px; }
.wm_200 { width: 200px; min-width: 200px; }
.wm_225 { width: 225px; min-width: 225px; }
.wm_250 { width: 250px; min-width: 250px; }
.wm_275 { width: 275px; min-width: 275px; }
.wm_300 { width: 300px; min-width: 300px; }
.wm_350 { width: 350px; min-width: 350px; }
.wm_400 { width: 400px; min-width: 400px; }
.wm_450 { width: 450px; min-width: 450px; }
.wm_500 { width: 500px; min-width: 500px; }
.wm_550 { width: 550px; min-width: 550px; }
.wm_600 { width: 600px; min-width: 600px; }

.w_5 { width: 5px; }
.w_10 { width: 10px; }
.w_15 { width: 15px; }
.w_20 { width: 20px; }
.w_25 { width: 25px; }
.w_30 { width: 30px; }
.w_35 { width: 35px; }
.w_40 { width: 40px; }
.w_45 { width: 45px; }
.w_50 { width: 50px; }
.w_55 { width: 55px; }
.w_60 { width: 60px; }
.w_65 { width: 65px; }
.w_70 { width: 70px; }
.w_75 { width: 75px; }
.w_80 { width: 80px; }
.w_85 { width: 85px; }
.w_90 { width: 90px; }
.w_95 { width: 95px; }
.w_100 { width: 100px; }
.w_125 { width: 125px; }
.w_150 { width: 150px; }
.w_175 { width: 175px; }
.w_200 { width: 200px; }
.w_225 { width: 225px; }
.w_250 { width: 250px; }
.w_275 { width: 275px; }
.w_300 { width: 300px; }
.w_350 { width: 350px; }
.w_400 { width: 400px; }
.w_450 { width: 450px; }
.w_500 { width: 500px; }
.w_550 { width: 550px; }
.w_600 { width: 600px; }

.chk_grid { margin: 0px 0px 0px 0px; }

.paginationPost 
{
    border: 1px solid #f58024;
    float: left;
    padding: 4px 6px 4px 6px;
    margin-bottom: 12px;
    margin-right: 3px;
    text-align: center;
    font-size: 12px;
}

.popupWindow
{
    position:absolute;  
    background-color: #ffffff; 
    border-width: 1px; 
    border-color: #000000; 
    border-style: solid;
}

.cbo-filter {
    height: 27px;
    font-size: 12px;
    margin-left: 10px; 
    margin-right: 12px;
    border: 1px solid #abadb3;
    padding: 4px;
    vertical-align: middle;
}

.txt-search {
    height: 23px;
    font-size: 12px;
    margin-left: 10px; 
    border: 1px solid #abadb3;
    vertical-align: middle;
    padding-left: 5px;
    background: url('/images/icons/search.png') 98% center no-repeat;
}

.txt-field {
    height: 23px;
    font-size: 12px;
    margin-left: 10px; 
    border: 1px solid #abadb3;
    vertical-align: middle;
    padding-left: 5px;
}

input[type=checkbox]
{
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  vertical-align: middle;
}

.tab-title-right {
	font-weight: bold; 
    font-size: 18px; 
    float: right; 
    vertical-align: bottom; 
    margin-right: 0px; 
    margin-top: 3px;
}

.hdr_main 
{
    font-weight: bold; 
    font-size: 16px;
    text-align: left;
    vertical-align: top;
}

.hdr_logo
{
    width: 170px;
    min-width: 170px;
    text-align: left;
    vertical-align: top;
}

.hdr_details
{
    font-size: 13px;
    text-align: left;
    vertical-align: top;
}

.hdr_label
{
    width: 80px;
    min-width: 80px;
}

.v-align {
    vertical-align: middle;
}

.fieldset_header 
{
    background: url('/images/pixel_grey_dark.gif') left center repeat-x;
    display: block;
    height: 18px;
    margin: 10px 0;
    max-width: 1220px;
}
.fieldset_label 
{
    display: inline;
    background: white;
    font-weight: bold;
    float: left;
    padding-right: 5px;
    font-size: inherit;
    margin: 0;
}
.fieldset_timestamp 
{
    float: right;
    font-size: 10px;
    margin-top: -2px;
}

.filter-label {
	vertical-align: middle;
    text-align: left;
    margin-left: 30px;
}

input.watermark, textarea.watermark { color: #000; }
input.marked, textarea.marked { color: #999; }

@media print 
{
    #display-tabs { display: none; }
    #top-nav { display: none; }    
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

/* CSS Taken from BootStrap for Chat */

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('/images/fonts/glyphicons-regular.eot');
    src: url('/images/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/images/fonts/glyphicons-regular.woff') format('woff'), url('/images/fonts/glyphicons-regular.ttf') format('truetype'), url('/images/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons.comments:before {
    content: "\E310"}
    
.icons {
  position: relative;
  top: 1px;
  display: inline-block;  
  font-style: normal;
  font-weight: normal;
  font-family: 'Glyphicons Regular';  
  line-height: 1;
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #9da094;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.table-header-rotated th.row-header{
  width: auto;
}

.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -10px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 100%;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  white-space: initial; /*whether to display in one line or not*/
  line-height: 90%;
}


.symptoms-row 
{
    
    padding-top:5px;
    padding-bottom:5px;
    font-weight:bold;
    font-size:1.25em;     
}


div.symptoms-row:hover
{
    background-color: #fff7e8;
    
}

div.group-formatting:hover
{
    
    border:2px,solid,black;
        
}

a.Btn-Large {
    display: inline-block;
	line-height: 35px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
    background: #ec9806;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ec9806),to(#d75a00));
    background-image: -moz-linear-gradient(top,#ec9806,#d75a00);
    background-image: -o-linear-gradient(top,#ec9806,#d75a00);
    background-image: -ms-linear-gradient(top,#ec9806,#d75a00);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec9806', EndColorStr='#d75a00')";
    border: 1px solid #E37C03;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px;
    white-space: nowrap;      
}

.form-control-static {
    display: block;
    width: 100%;
    height: 24px;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 1.42857143;
}

.grid-row-group:hover {
    cursor: pointer;
    background-color: #f0f0f0; /* Change this color to whatever you like */
}