﻿body
{
   padding: 10px;
   background-color: #565656;
   background-image: url(../images/fineMeshPattern.png);
   background-repeat: repeat;
   /* background-position: center top; */
   color: #222;
   text-align: left;
   margin: 0px;
   font: 85% "Trebuchet MS",Arial,sans-serif;
}

@font-face
{
   font-family: 'SigmarOne';
   src: url('fonts/sigmarone/sigmarone.eot');
   src: url('fonts/sigmarone/sigmarone.eot?#iefix') format('embedded-opentype'),url('fonts/sigmarone/sigmarone.woff') format('woff'),url('fonts/sigmarone/sigmarone.ttf') format('truetype');
}

h1, h2, p
{
   margin: 0;
   padding: 0 10px;
   font-weight: normal
}

p
{
   padding: 0 10px 15px
}

h1
{
   font-size: 250%;
   color: #FFF;
   letter-spacing: 1px
}

h2
{
   font-size: 200%;
   line-height: 1;
   color: #002455
}

tdText
{
   font-size: 9px;
}

.container
{
   /*
   width: 1000px !important; 
   
   */
   /*margin: 0 auto;*/
   min-width: 1000px;
   display: table;
   /*border: solid 2px black;*/
   background-color: #FFFFFF;
   font-size: 12px;
   -moz-border-radius: 10px;
   border-radius: 10px 10px 10px 10px;
}

.container-black
{
   min-width: 1600px;
   display: table;
   border: solid 2px black;
   background-color: #FFFFFF;
   font-size: 12px;
   margin: 0 auto;
   border-radius: 10px 10px 10px 10px;
}

.container-gray
{
   min-width: 1600px;
   display: table;
   border: solid 2px black;
   background-color: #E0E0E0;
   font-size: 12px;
   margin: 0 auto;
   border-radius: 10px 10px 10px 10px;
}

.container-black-black
{
   min-width: 1600px;
   display: table;
   border: solid 2px black;
   background-color: #000000;
   font-size: 12px;
   margin: 0 auto;
   border-radius: 10px 10px 10px 10px;
}

.page-header
{
   min-width: 1000px;
   height: 126px;
   -moz-border-radius: 10px;
   border-radius: 10px 10px 0px 0px;
   background-image: url(../images/header-tealSkies-lightgrey.png);
   overflow: hidden;
}

.page-header .title
{
   font-family: SigmarOne;
   font-size: 30px;
}

.page-footer
{
   min-width: 1000px;
   margin: 0 auto;
   /*background-image: url(../images/background-footer.gif); */
   /* margin: 3px 0px 0px 3px; */
   overflow: hidden;
}

.page-footer-div-top
{
   height: 60px;
   /*background-image: url(../images/background-footer.gif); */
   margin-left: 3px;
   margin-right: 3px;
   background-image: url(../images/header-tealSkies-lightgrey.png);
   overflow: hidden;
}

.page-footer-div-bottom
{
   height: 30px;
   background-color: #292929;
   margin-left: 3px;
   margin-right: 3px;
   margin-bottom: 3px;
   border-radius: 0px 0px 10px 10px;
}

.page-footer-copyright
{
   color: #A8BDC5;
   padding-left: 25px;
   padding-top: 7px;
   font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 11px;
}

.footer-center
{
   background-image: url(../images/background-footer.jpg);
   padding-bottom: 5px;
}



.link-footer a
{
	color: black;
	text-decoration: none;
}

.link-footer a:link
{
	color: black;
}

.link-footer a:active
{
	color: black;
	text-decoration: underline;
}

.link-footer a:hover
{
	color: black;
	text-decoration: underline;
}

.link-footer a:visited
{
	color: black;
}


.td-year
{
	font-size: 12px;
	font-weight: bold;
}

.td-bold
{
    font-weight: bold;
}

.TodayClock
{
   /* background-color:#FFF; */
   /* border:1px solid #D2D2D2; */
   color: White;
   font-weight:normal;
   padding: 0px 0px 0px 0px;
   width: 110px;
   /* float: right; */
   text-align:center;
   /* margin-top:-16px; */
}

.TodayClock .TodayDate
{
	font-weight: bold;
   font-size: 12px;
}

.TodayClock .TodayTime
{
   margin-top: -3px;
   font-size: 18px;
}

.TodayClock .TodayTimeAMPM
{
	margin-left: 5px;
   font-size: 12px;
}

.pad-right-10
{
   padding-right: 10px;
}

.pl3
{
   padding-left: 3px;
}

.pl5
{
   padding-left: 5px;
}

.pl10
{
   padding-left: 10px;
}

.pl20
{
   padding-left: 20px;
}

.pl40
{
   padding-left: 40px;
}

.pl60
{
   padding-left: 60px;
}

.pr3
{
   padding-right: 3px;
}

.pr5
{
   padding-right: 5px;
}

.pr10
{
   padding-right: 10px;
}

.pr20
{
   padding-right: 20px;
}

.pr40
{
   padding-right: 40px;
}

.pr100
{
   padding-right: 100px;
}

.pt5
{
   padding-top: 5px;
}

.pt10
{
   padding-top: 10px;
}

.pb1
{
   padding-bottom: 1px;
}

.pb5
{
   padding-bottom: 5px;
}

.pb10
{
   padding-bottom: 10px;
}

.mt2
{
   margin-top: 2px;
}

.mt5
{
   margin-top: 5px;
}

.mt10
{
   margin-top: 10px;
}

.mt15
{
   margin-top: 15px;
}

.mt20
{
   margin-top: 20px;
}

.ml5
{
   margin-left: 5px;
}

.ml10
{
   margin-left: 10px;
}

.ml20
{
   margin-left: 20px;
}

.ml40
{
   margin-left: 40px;
}

.mb5
{
   margin-bottom: 5px;
}

.mb10
{
   margin-bottom: 10px;
}

.pb2
{
   padding-bottom: 2px;
}

.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup 
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 400px;
}

.field-label
{
   font-weight: bold;
   font-size: 12px;
}

.validationsummary
{
   border: 2px solid red;
   color: red;
   /* width: 415px; */
   /* margin: 5px 0px; */ 
   padding: 15px; 
   background: #fff url(../images/error-shield.png) no-repeat 5px 50%;
}




.smallimagebutton
{
	vertical-align: bottom; 
	margin-left: 5px;
}

.smallimagebutton-bottom
{
   vertical-align: bottom;
}

.smallimagebutton-middle
{
   vertical-align: bottom;
   padding-bottom: 3px;
}

.pt2
{
   margin-top: 2px;
}

.link-white 
{
	color: white;
	text-decoration: none;
}

.link-white:link
{
	color: white;
	text-decoration: none;
}

.link-white:active
{
	color: white;
}

.link-white:hover
{
	color: white;
	text-decoration: underline;
}

.link-white:visited
{
	color: white;
}

.link-black
{
	color: black;
	text-decoration: none;
}

.link-black:link
{
	color: black;
	text-decoration: none;
}

.link-black:active
{
	color: black;
}

.link-black:hover
{
	color: cornflowerblue;
	text-decoration: underline;
}

.link-black:visited
{
	color: black;
}



.link-white
{
	color: white;
	text-decoration: none;
}

.link-white:link
{
	color: white;
	text-decoration: none;
}

.link-white:active
{
	color: white;
}

.link-white:hover
{
	color: white;
	text-decoration: underline;
}

.link-white:visited
{
	color: white;
}

.field-label
{
   font-weight: bold;
}



.link-blue
{
	color: #3f6daf;
	text-decoration: none;
}

.link-blue:link
{
	color: #3f6daf;
	text-decoration: none;
}

.link-blue:active
{
	color: #3f6daf;
}

.link-blue:hover
{
	color: #3f6daf;
	text-decoration: underline;
}

.link-blue:visited
{
	color: #3f6daf;
}

.nav-left-bullet
{
   margin-left: 5px;
   line-height: 14px;
   font-weight: bold;
}

.nav-left-bullet ul 
{
   padding: 0px; 
   margin: 10px; 
   font-size: 12px;
   list-style-image: url(../images/nav-left-bullet.jpg);
}

.water
{
   /*font-family: Tahoma, Arial, sans-serif;*/
   color:gray;
}

textarea 
{ 
	font: 100% "Trebuchet MS",Arial,sans-serif;
}

.help-box-rounded 
{
   padding: 10px 10px 10px 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border-width: 1px;
   border-style: solid;
   border-color: black;
   /* background-color: #EFE8E0; */
   background-color: #E2F4FD; /* light light blue */
}

.info-box-rounded 
{
   padding: 10px 10px 10px 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

.checkboxlist tr td input[type=checkbox] label
{
   height: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   font-size: 8px;
}

.checkboxlist input
{

   height: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.center-item
{
   text-align: center;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

.richtext-label
{
   background-color: #ffffff;
   padding-left: 2px;
   padding-right: 2px;
   border-left: 1px solid #E2E2EA;
   border-top: 1px solid #ACACB4;
   border-right: 1px solid #DBE0E6;
   border-bottom: 1px solid #E4E9EF;
}

.lab-detail-table tr
{
   border-collapse: collapse;
   border: 1px solid gray;
}

.lab-detail-table th
{
   padding-left: 5px;
   padding-right: 5px;
}

.lab-detail-table td
{
   padding-left: 5px;
   padding-right: 5px;
}

.lab-detail-th
{
   font-weight: bold;
}

.lab-detail-table-inside tr
{
   border-collapse: collapse;
   border: none;
}

.lab-detail-table-inside td
{
   padding-left: 0px;
   padding-right: 0px;
}


.ui-autocomplete-loading 
{
   background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

div.ui-datepicker{
 font-size:10px;
}

.ui-datepicker, .ui-datepicker a{
 font-size:10px;
}

.ui-widget-overlay {
    position: fixed !important;
}

.ui-widget{font-weight: normal !important;}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	/*font-family: "Trebuchet MS",Arial,sans-serif;*/
	font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .1em 0.5em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 17px;
	margin: -8px 0 0 0;
	padding: 1px;
	height: 16px;
}

.ui-dialog .ui-dialog-content 
{
   font: 85% "Trebuchet MS",Arial,sans-serif;
}

div.ui-dialog-buttonpane button
{
	font-size: medium;
	font-weight: bold;
	color: #00467F; /* Dark Blue*/
}

.scroll-grid-view
{
   overflow-x: hidden; 
   overflow-y: auto; 
   background-color: #ffffff;
   border-left: 1px solid #E2E2EA;
   border-top: 1px solid #ACACB4;
   border-right: 1px solid #DBE0E6;
   border-bottom: 1px solid #E4E9EF;
}

.hl-image img
{
   padding-left: 5px;
   position: relative;
   top: 2px;
}

.hl-image-pl10 img
{
   padding-left: 10px;
   position: relative;
   top: 2px;
}

.smallimage
{
   padding-left: 5px;
   position: relative;
   top: 2px;
}

.updateprogress-overlay
{   
   position: absolute;
   background-color: Gray;
   z-index: 2147483647 !important;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
   overflow: hidden;
   text-align: center; top: 0; left: 0;
   height: 100%;
   width: 100%;
   padding-top:20%;
} 

.updateprogress-outer
{
	position: absolute;
   top: 200px;
   left: 0px;
   width: 100%;
   height: 1px;
   overflow: visible;
}
.updateprogress-inner
{
	position: absolute;
   width: 250px;
   height: 200px;
   margin-left: -125px;  /***  width / 2   ***/
   top: -100px;          /***  height / 2   ***/
   left: 50%;
}

.updateprogress-rounded
{
   background-color:#ffffff;
   padding: 4px;
   background-repeat: repeat-x;
   -moz-border-radius: 10px;  
   border-radius: 10px 10px 10px 10px;
   border: 2px solid #000000;

}

.panel-update-progress
{
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
}

.page-title
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 18px;
   color: #000000;
   text-decoration: none;
   /*font-style: oblique*/
}

.page-title-small
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   /*font-style: oblique*/
}

.page-home-font
{
   /*font-family: Arial;*/
   font-size: 18px; 
}

.press-author 
{
}

.press-date 
{
}

.buttons a, .buttons button
{
    display:block;
    float: left;
    margin: 0 0px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-size: 11px;
    line-height: 90%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding: 5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.datalist-pages
{
   padding-left: 4px;
   padding-right: 4px;
}


.highlight 
{
   background-color: #FFFF88;
}


.kqi-title-large-link 
{
	color: white;
	text-decoration: none;
}

.kqi-title-large-link:link
{
	color: white;
	text-decoration: none;
}

.kqi-title-large-link:active
{
	color: white;
}

.kqi-title-large-link:hover
{
	color: white;
	text-decoration: underline;
}

.kqi-title-large-link:visited
{
	color: white;
}

.link-footer-email 
{
	color: #08608C;
}

.link-footer-email:link
{
	color: #08608C;
}

.link-footer-email:active
{
	color: #08608C;
	text-decoration: underline;
}

.link-footer-email:hover
{
	color: #08608C;
	text-decoration: underline;
}

.link-footer-email:visited
{
	color: #08608C;
}

.bullet-star
{
   width: 10px;
   height: 11px;
   background-image: url(../images/bullet-star.jpg);
   margin-top: 3px;
}

.nav-separator
{
   width: 100px;
   height: 1px;
   background-image: url(../images/nav-separator.jpg);
   margin-left: 40px;
   margin-top: 5px;
   margin-bottom: 5px;
}

.nav-separator-vert
{
   width: 3px;
   height: 400px;
   background-image: url(../images/nav-separator-vert.jpg);
   background-repeat: repeat;
   margin-left: 10px;
   margin-top: 20px;
}

.radio-button-list-4 td
{
   width: 220px;
}

.checkboxlist-4 tr
{
   height: 20px;
}

.token-button
{
   padding-left: 3px;
	vertical-align: bottom; 
}

.token-label 
{
    overflow: hidden; 
    height: auto !important; 
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

.tab-box
{
   border: 1px solid #000000;
   padding: 5px 5px 5px 5px;
}

.border-right-1
{
   border-right: 1px solid black;
}

.border-left-1
{
   border-left: 1px solid black;
}

.border-bottom-1
{
   border-bottom: 1px solid black;
}

.tree td div 
{
   height: 20px !important;
}

.tree td img
{
    vertical-align: bottom;
}

.color-bg-pale-green
{
   background-color: #DFEFBD;
}

.color-bg-pale-yellow
{
   background-color: #faf6ab;
}

.color-bg-pale-red
{
   background-color: #facac0;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*font-family: sans-serif;*/
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.panel-span
{
   display: inline;
}

.immunization-date
{
}

.panel-upload-title
{
   background-color: #000000;
   color: #ffffff;
   font-weight: bold;
   padding-top: 3px;
   padding-left: 10px;
   padding-bottom: 3px;
   -moz-border-radius: 10px 10px 0px 0px;  
   border-radius: 10px 10px 0px 0px;
   border: 1px solid #000000;
}

.panel-upload-content
{
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
   -moz-border-radius: 0px 0px 10px 10px;  
   border-radius: 0px 0px 10px 10px;
   border-left: 1px solid #000000;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
}


.lb-normal
{
    display: table-cell !important;
    vertical-align: middle !important;
}

.border-panel
{
   border: 1px solid #aaaaaa;
   border-radius: 3px 3px 3px 3px;
   padding: 5px 5px 5px 5px;
   display: inline-block;
}


.widget_actions div 
{
   cursor:pointer;
   margin:4px 0 0;
   color:#1D72C2;
   background-color:#D4ECFF;
   border:1px solid #57B6FF;
   text-align:center;
   text-decoration:none;
}

.widget_actions div.disabled 
{
   text-decoration:none;
   color:#666;
   background-color:#eee;
   border:1px solid #ccc;
}

.widget_actions div.selected 
{
   font-weight:bold;
}

.widget_actions div._title 
{
   cursor:default;
   color:#666;
   background-color:transparent;
   border-color:transparent;
}

.table-pad-cells-top-bottom th
{
   padding-top: 1px;
   padding-bottom: 1px;
}

.table-pad-cells-top-bottom td
{
   padding-top: 1px;
   padding-bottom: 1px;
}

.table-pad-cells-top-bottom-0 th
{
   padding-top: 0px;
   padding-bottom: 0px;
}

.table-pad-cells-top-bottom-0 td
{
   padding-top: 0px;
   padding-bottom: 0px;
}

.table-pad-cells-top-bottom-3 th, .table-pad-cells-top-bottom-3 td
{
   padding-top: 3px;
   padding-bottom: 3px;
}


.postit
{
   background-color: #FFFFC1;
   padding-left: 3px;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   border: 1px solid #aaaaaa;
   border-radius: 3px 3px 3px 3px;
}

.button-address-book
{
   -webkit-appearance: none;
   white-space: normal;
   display: inline-block; 
   width: 70px;
   height: 45px;
}

.button-check-all
{
   -webkit-appearance: none;
   white-space: normal; 
   display: inline-block; 
   width: 50px;
   height: 45px;
}

.doc-image-thumb-border
{
   border: solid 1px white;
}

.doc-image-thumb-border-urgent
{
   border: solid 1px red;
}

.calendar-month
{
   width: 145px;
   height: 160px;
   background-image: url(../images/thumb_gradient.jpg);
   margin-left: 10px;
}

.cal-weekday
{
   border: solid 1px black;
   text-align: center;
   color: Black;
   background-color: White;
   font-size: 11px;
   height: 15px;
}

.cal-month
{
   border: solid 1px black;
   height: 15px;
   vertical-align: top;
   text-align: center;
   font-size: 11px;
   color: #ffffff;
   background-color: #808080;
}

.cal-cell
{
   border: solid 1px black;
   height: 15px;
   vertical-align: top;
   text-align: center;
   font-size: 11px;
   background-color: #88FF61;
}

.cal-cell-na
{
   border: solid 1px black;
   height: 15px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background-color: #CCE7FF;
}

.cal-cell-pending
{
   border: solid 1px black;
   height: 15px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background-color: #fafafa;
}

.cal-cell-checkout
{
   background-image: url(../images/checkout-background.jpg);
   background-repeat: repeat-y;
}

.cal-cell-checkout-full
{
   border: solid 1px black;
   height: 15px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background-color: #FF8080;
}

.cal-cell-room 
{
   width: 25%;
   text-align: center;
   font-size: 10px;
}
.cal a
{
   color: White;
}

.div-table
{
   display: table;
   border-collapse: collapse;
}

.div-row
{
   display: table-row;
   text-align: left;
}

.div-cell
{
   display: table-cell;
}

.cal-borders
{
   border: 1px solid #000000;
   border-collapse: collapse;
}

.cal-borders td
{
   border: 1px solid #000000;
}

.schedule-table tr
{
   border-collapse: collapse;
}

.appointment-day-entry
{
   border-radius: 2px 2px 2px 2px;
   padding-left: 5px;
}

.appointment-day-background-0
{
   background-color: #FFBBBB;
}

.appointment-day-background-1
{
   background-color: #EDBEFE;
}

.appointment-day-background-2
{
   background-color: #D0BCFE;
}

.appointment-day-background-3
{
   background-color: #A5DBEB;
}

.appointment-day-background-4
{
   background-color: #ACF3FD;
}

.appointment-day-background-5
{
   background-color: #B5FFC8;
}

.appointment-day-background-6
{
   background-color: #C9DECB;
}

.appointment-day-background-7
{
   background-color: #FFFFB5;
}

.appointment-day-width
{

}

.appointment-tooltip-div
{
   width: 100%;
   font-size: 11px;
}

.appointment-tooltip-div table,
.appointment-tooltip-div thead,
.appointment-tooltip-div tbody,
.appointment-tooltip-div tfoot,
.appointment-tooltip-div tr,
.appointment-tooltip-div th,
.appointment-tooltip-div td 
{
   font-size: 11px;
}

.appointment-tooltip-top-block
{
   /*background-color: #FFCC80;*/
   -webkit-border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   border-radius: 3px 3px 3px 3px;
   padding: 3px 3px 3px 3px;
}

.appointment-tooltip-bottom-block
{
   padding: 3px 3px 3px 3px;
}

.appointment-tooltip-rate
{
   border: 1px solid #dddddd;
   background-color: #f4f4f4;
   -webkit-border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   border-radius: 3px 3px 3px 3px;
   padding: 3px 3px 3px 3px;
}

.gridview
{
}

.gridview th
{
   color: #ffffff;
   background-color: #444444;
   padding-top: 1px;
   padding-bottom: 1px;
}

.datarow-blue
{
   background-color: #ffffff;
}

.datarow-blue:hover
{
   background-color: #CCF2FF;
}

.datarow-alt-blue
{
   background-color: #EEEEEE;
}

.datarow-alt-blue:hover
{
   background-color: #CCF2FF;
}

.datarow-highlight-blue
{
   background-color: #CCF2FF;
}




.link-part-style
{
	color: #333333;
   font-weight: bold;
	text-decoration: none;
}

.link-part-style:link
{
	color: #333333;
	text-decoration: none;
}

.link-part-style:active
{
	color: #333333;
}

.link-part-style:hover
{
	color: #333333;
	text-decoration: underline;
}

.link-part-style:visited
{
	color: #333333;
}


.datarow
{
   background-color: #ffffff;
}

.datarow:hover
{
   background-color: #087BB2;
}

.grid-pad-row-topbottom2 td
{
   padding-top: 2px;
   padding-bottom: 2px;
}

.page-active-link
{
   text-decoration: none;
}

.page-active-button
{
   width: 30px;
   height: 34px;
   background-image: url(../images/page-green.png);
   padding-top: 12px;
   padding-left: 15px;
   font-size: 26px;
   color: #ffffff;
}


.page-button
{
   width: 30px;
   height: 34px;
   background-image: url(../images/page-black.png);
   padding-top: 12px;
   padding-left: 15px;
   font-size: 26px;
   color: #ffffff;
}

.page-button:hover
{
   background-image: url(../images/page-green.png);
}

.path-button
{
   height: 100px;
   width: 185px;
   background-color: #ABC353;
   border: 3px solid #000000;
   border-radius: 10px 10px 10px 10px;
   color: #000000;
   font-size: 19px;
   font-weight: bold;
   text-align: center;
   padding: 5px 5px 5px 5px;
   /*font-family: 'Crete Round', serif;*/
}

.path-button:hover
{
   background-color: #0070B1;
}

.phoenix-button
{
   height: 28px;
   background-color: #ABC353;
   border: 2px solid #000000;
   border-radius: 5px 5px 5px 5px;
   color: #000000;
   font-size: 18px;
   text-align: center;
   cursor: pointer;
   /*font-family: 'Crete Round', serif;*/
}

.phoenix-button:hover
{
   background-color: #0070B1;
}

.phoenix-link
{
   height: 28px;
   background-color: #ABC353;
   border: 2px solid #000000;
   border-radius: 5px 5px 5px 5px;
   color: #000000;
   font-size: 18px;
   text-align: center;
   cursor: pointer;
   /*font-family: 'Crete Round', serif;*/
   padding-left: 5px;
   padding-right: 5px;
}

.phoenix-link:hover
{
   background-color: #0070B1;
}

.social-image img
{
   margin-right: 8px; 
   margin-top: 4px;
}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}

#google_translate_element
{
   width: 148px;
   overflow: hidden;
   margin-top: 0px;
}

#google_translate_element select
{
   padding-top: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   background-color: #000000;
   color: #ffffff;
   border: solid 1px #444444;
}

.security-title-bar
{
   color: #ffffff;
   background-color: #888888;
   font-weight: bold;
   border-radius: 10px 10px 0px 0px;
}

.security-dialog
{
   width: 330px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: solid 1px #bbbbbb;
   /*overflow: hidden;*/
   background-color: #eeeeee;
}

.lb-button
{
   padding: 1px 8px 1px 8px;
   text-decoration: none;
   color: black;
   border: solid 1px #ACACAC;
   background-color: #EDEBEE;
   cursor: pointer;
}
.lb-button:hover
{
   border: solid 1px #2C9EDC;
   background-color: #FAF9FA;
}

.part-column-header
{
   border-left: 1px solid #bbbbbb;
   border-top: 1px solid #bbbbbb;
   border-right: 1px solid #bbbbbb;
   padding-left: 5px;
   padding-top: 3px;
   padding-right: 10px;
   padding-bottom: 3px;
   background: transparent linear-gradient(to bottom, #bbbbbb 0%, #ffffff 100%) repeat scroll 0% 0%;
   font-weight: bold;
}

.ref-mfg-num
{
   padding-left: 5px;
   width: 100px;
}

.ref-info
{
   width: 20px;
}

.ref-mfg
{
   width: 156px;
}

.pl-part-type
{
   width: 136px;
}

.part-thumb-cell
{
   background-image: url(../images/thumb_gradient.jpg); 
   background-repeat: repeat-x;
}

.gallery-image-box
{
   width: 900px;
   height: 900px;
   text-align: center;
   background-position: center top;
   background-repeat: no-repeat;
}

.gallery-prev
{
   width: 450px;
   height: 900px;
   /*
   background-repeat: no-repeat;
   background-position-x: 10px;
   background-position-y: 50px;
   */
}

.gallery-next
{
   width: 450px;
   height: 900px;
}

.table-master-applications
{
   border-collapse: collapse;
}

.table-master-applications td
{
   border: 1px solid black;
   padding-top: 1px;
   padding-bottom: 1px;
}

.table-no-border td
{
   border: none;
}

.uppercase
{
   text-transform: uppercase;
}

.tb-spec-width
{
   width: 165px;
}

.tb-spec-uom-width
{
   width: 70px;
}

.tb-spec-height
{
   height: 16px;
}

.tb-right
{
   text-align: right;
}

.checkboxlist-close input[type='checkbox']
{
   line-height: 2px;
}

.import-help th
{
   background-color: #4472C4;
   color: white;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 1px;
   padding-bottom: 1px;
   font-weight: normal;
   text-align: left;
}

.import-help td
{
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 1px;
   padding-bottom: 1px;
}

.hl-breadcrumb
{
	color: black;
	text-decoration: none;
}

.hl-breadcrumb:active
{
	color: black;
	text-decoration: none;
}

.hl-breadcrumb:hover
{
	color: black;
	text-decoration: underline;
}

.light-frame
{
   border-radius: 5px;
   border: solid 1px #bbbbbb;
   padding: 5px 5px 5px 5px;
   display: inline-block;
}

.hidden-button
{
   visibility: hidden;
   height: 0px;
   width: 0px;
   padding: 0px 0px 0px 0px;
}

.dragme
{
   cursor: move;
}

.dragover 
{
   background: #8f8;
}

.file-drop-here
{
   display: inline-block;
   width: 13px;
   height: 13px;
   border: 1px solid #dddddd;
   /*background-color: #eeeeee;*/
   font-size: 10px;
   vertical-align: middle;
}

.messages 
{
   clear: both;
   list-style: none;
   margin: 1em;
   width: 250px;
   height: 60px;
   overflow: auto;
   /*border: 1px solid #dddddd;*/
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 1px;
}
.messages .time 
{
   display: block;
   font-size: 0.75em;
   text-decoration: underline;
   font-weight: bold;
}
.messages .txt 
{
   display: block;
   font-family: monospace;
   /*margin-bottom: 1em;*/
}

.check-box-list-item td
{
   width: 300px;
}

.check-box-list-item label
{
   vertical-align: top;
   padding-left: 5px;
}

.checkbox-no-margin input[type=checkbox]
{
   margin-top: 0px;
   margin-bottom: 0px;
}

.checkboxlist-blocked input[type=checkbox] + label
{
}

.checkboxlist-blocked input[type=checkbox]:checked + label
{
   color: #FF6666;
   text-decoration: line-through;
}

.panel-item-thumbnail
{
   height: 150px !important;
   width: 150px !important;
   min-height: 150px !important;
   min-width: 150px !important;
   background-color: #ffffff;
   display: table-cell;
   vertical-align: middle;
}

.tb-oe-readonly
{
   background-color: #eeeeee;
   border: solid 1px #aaaaaa;
   -moz-padding-start: 2px;
   -moz-padding-end: 2px;
   height: 18px;
}

.status-warning
{
   padding-left: 3px;
   padding-right: 3px;
   margin-top: 1px;
   background-color: #FDFE02;
   border: 1px solid #000000;
   border-radius: 3px 3px 3px 3px;
   display: inline-block;
}


div.dd_chk_select_cust
{
   font-size: 14px;
   line-height: 20px;
   width: 100px;
   border-color: #7a7a7a !important;
}

   div.dd_chk_select_cust div#caption
   {
      height: 17px !important;
      top: 0px !important;
   }

div.dd_chk_drop div#checks
{
   max-height: 400px !important;
}

div.dd_chk_drop_cust div#checks
{
   border-style: Solid !important;
   border-width: 1px !important;
   border-color: Black !important;
   width: 300px;
}

div.dd_chk_select_cust:hover
{
   background-image: url("/Styles/hoverButton.gif") !important;
   cursor: pointer;
}

.grid-regular-font
{
   font: 85% "Trebuchet MS",Arial,sans-serif;
   font-size: 13px;
}

.line-height-1-1
{
   line-height: 1.1;
}

.font-calibri-11pt
{
   font-family: Calibri, sans-serif !important;
   font-size: 11pt !important;
}




#navlist
{
   padding: 1px 0;
   margin-left: 0;
   border-bottom: 1px solid #778;
   /*font: bold 12px Verdana, sans-serif;*/
}

   #navlist li
   {
      list-style: none;
      margin: 0;
      display: inline;
   }

      #navlist li a
      {
         padding: 3px 0.5em;
         margin-left: 3px;
         border: 1px solid #778;
         border-top-left-radius: 5px;
         border-top-right-radius: 5px;
         border-bottom: none;
         background: #DDDDDD;
         text-decoration: none;
      }

         #navlist li a:link
         {
            color: #000000;
         }

         #navlist li a:visited
         {
            color: #000000;
         }

         #navlist li a:hover
         {
            color: #000;
            background: #BBBBBB;
            border-color: #227;
         }

         #navlist li a.current
         {
            background: white;
            border-bottom: 1px solid white;
         }

.fa-button
{
   cursor: pointer;
}

.fa-button:hover
{
   background-color: #cccccc;
}

textarea
{
   padding: 2px;
   font-family: Arial;
   font-size: 13.3333px;
}

.topic-title
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 18px;
   color: #000000;
   text-decoration: none;
   /*font-style: oblique*/
}

.topic-title-small
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   /*font-style: oblique*/
}

.table-pad-top-bottom-cell-1 th, .table-pad-top-bottom-cell-1 td
{
   padding-top: 1px;
   padding-bottom: 1px;
}

.table-pad-top-bottom-cell-2 th, .table-pad-top-bottom-cell-2 td
{
   padding-top: 2px;
   padding-bottom: 2px;
}

.prepay-border-right
{
   border-right: 1px solid #5B9BD5;
}

.project-border-left
{
   border-left: 1px solid #bbbbbb;
}

.project-border-right
{
   border-right: 1px solid #bbbbbb;
}

.project-border-top
{
   border-top: 1px solid #bbbbbb;
}

.project-border-bottom
{
   border-bottom: 1px solid #bbbbbb;
}

.timeline div
{
   height: 14px;
   background: #3f6daf;
   margin: 0px;
}

.checkbox-label label
{
   vertical-align: top;
   padding-left: 5px;
}

.link-btn
{
   padding: 2px 6px;
   font-size: 13.333px;
   cursor: pointer;
   border-style: solid;
   border-width: 1px;
   border-radius: 2px;
   font-weight: 400;
   font-family: Arial;
   color: #000000;
   border-color: #767676;
   background: #efefef;
   text-decoration: none;
}

.link-btn:hover, .link-btn:focus
{
   color: #000000;
   background: #dddddd;
   border-color: #666666;
}

.min-width-80
{
   min-width: 80px;
}

.min-width-100
{
   min-width: 100px;
}

.min-width-400
{
   min-width: 400px;
}

.table-pad-cells-top-bottom-0 th, .table-pad-cells-top-bottom-0 td
{
   padding-top: 0px;
   padding-bottom: 0px;
}

.table-pad-cells-top-bottom-1 th, .table-pad-cells-top-bottom-1 td
{
   padding-top: 1px;
   padding-bottom: 1px;
}

.table-pad-cells-top-bottom-2 th, .table-pad-cells-top-bottom-2 td
{
   padding-top: 2px;
   padding-bottom: 2px;
}

.table-pad-cells-top-bottom-3 th, .table-pad-cells-top-bottom-3 td
{
   padding-top: 3px;
   padding-bottom: 3px;
}

.table-header-white-on-black-normal th
{
   color: #ffffff;
   background-color: #000000;
   font-weight: normal !important;
}

.table-header-white-on-black-normal th a
{
   color: #ffffff;
   background-color: #000000;
   font-weight: normal !important;
}


.lb-fas-black
{
   color: black;
   text-decoration: none;
}

.lb-fas-black:link
{
   color: black;
   text-decoration: none;
}

.lb-fas-black:active
{
   color: #FF6666 !important;
   text-decoration: none;
}

.lb-fas-black:hover
{
   color: #FF6666;
   text-decoration: none;
}

.lb-fas-black:visited
{
   /*color: black;*/
}

.td-min-width-70
{
   min-width: 70px;
}

.td-max-width-250
{
   max-width: 250px;
}