/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 **********************************************************************************
 *In future, If anyone makes any changes in this file, Please create a new version* 
 *for this file and change the file version in homecare.info file.                *
 **********************************************************************************
 */

/* Move the top margin */


#logo-floater > h1 {
    float: left;
}

.bordernone input[type=text]{
	border:none;
}

div.user-information
{
    float: right;
	font-weight:bold;
	line-height:1.4em;
	margin-top:6px;
}

div.user-information > h1, div.user-roles {
    text-align: right;
}

#nav {
    /*position: absolute;
    top: 8px;
    left: 35px;
    z-index: 3;*/
    clear: both;
}

.site-name
{
    font-size: 16pt;
}

#wrapper #container #header h1.user-name, .site-name
{
    color: #7F8B44;
    text-align: right;
    /* Removing shadow */
    /*text-shadow: 0 1px 1px #1659AC;*/
    text-shadow: none;
}

.clear-float:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-float:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.user-roles
{
    color: #7F8B44;
}
#user_actions img
{
	margin:0px;
	padding:0px;
}
#user_actions
{
	width:auto;
	/*background-color:#154286;*/
	background:url(images/user_actions_mid_bg.jpg) repeat-x 0 0;
	height:17px;
}

#user_actions_colour
{
    border-radius: 0px 0px 25px 25px;
	width:auto;
	background-color:#2BA6CB;
	/*background:url(images/user_actions_mid_bg.jpg) repeat-x 0 0;*/
	height:17px;
}
#user_actions li
{
	float:left;
	list-style-type:none;
	color:#ffffff;
	height:18px;
	width:auto;
	margin:0px 2px 2px;
	color:#ffffff;
	padding:0px;
	font-weight:bold;
}
#user_actions li a
{
	color:#ffffff;
	text-decoration:none;
}
#user_actions li a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

/*Top Navigation  styles started here - santosh*/
#TopNav
{
	background:url(images/topNav_bg.gif) repeat-x 0 0;
	height:22px;
	margin:0px;
	padding:0px;
}
#TopNav li
{
/*	background:url(images/topNav_bg.gif) repeat-x 0 0;
*/	height:22px;	
	float:left;
	margin:0px;
	padding:1px 0 0 0;
	list-style-type:none;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	display:block;
	/*width:155.2px;      ---  for fixed width */
	width:auto; 
	border-right:1px solid #ffffff;
}
#TopNav li a
{
	padding:0px;
	list-style-type:none;
	color:#ffffff;
	text-decoration:none;
	margin:0px 7px 1px;
	/*margin-bottom:3px;   -- its for fixed width, not required to mention */
}

#TopNav li a:hover
{
	color:#000000;
	text-decoration:underline;
	border-right:none;
}
#TopNav li:hover
{
/*	background:url(images/topNav_hover_bg.gif) repeat-x 0 0;
*/	background-color:#ffffff;
	height:21px;
	border-right:1px solid #84a546;
	border-left:1px solid #84a546;
	border-top:1px solid #84a546;
	padding:0px;
	list-style-type:none;
	color:#84a546;
	text-decoration:none;
	margin-right:-1px;
}
#TopNav>li>ul>li:hover
{
    height:auto !important;
}

#TopNav li.active
{
	background-color:#ffffff;
	height:21px;
	border-right:1px solid #84a546;
	border-left:1px solid #84a546;
	border-top:1px solid #84a546;
	padding:0px;
	list-style-type:none;
	color:#84a546;
	text-decoration:none;
}
#nav a {
  font-style: normal;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#nav, #nav ul {
	/*float: left;*/
	list-style: none;
	line-height: 22px;
	/*height: 22px;*/
	font-weight: bold;
	/*padding: 0 5px 0;*/
	margin: 0 0 0 0px;
}

#nav ul.menu
{
    z-index: 3;
	white-space:nowrap;
}

/* top level links */
#nav a {
	display: block;
	line-height: 23px !important;
	line-height: 21px;
	height: 21px;
	background: none;
	color: #027ac6;
	font-weight: bold;
	text-decoration: none;
	padding: 0 1em;
	border-bottom: 0px;
}

/* sub level links */
#nav ul ul  a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

/* parent level menu */
#nav a.daddy {
   background: url(images/blog_menu_arrow.png) center right no-repeat; 
}

/* top level buttons */
/*
#nav li {
	float: left;
	padding: 0;
  	background: none;
  	width: auto;
}

#nav_1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	
	width:auto;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding:5px 5px 5px 10px;
	margin-left:-1px;
}

#nav li li {
	float: left;
	padding: 0;
	width:100%;
	background-color:none;
	text-align:left;
	border-right:none;
	position:relative;
	height:auto;
}

#nav li li:hover
{
	border:none;
	width:100%;
	background-color:transparent;
}

/* margin for pullouts */
#nav li ul ul {
	left:100%;
	top:0;
	position:absolute;
	padding-top:5px;
}

.content ul.menu li
{
    margin: 0;
}

#nav .ui-tabs .ui-tabs-nav li a
{
    padding: 3px 13px;
	border-bottom:1px dotted #ccc;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover
ul, #nav li li li.sfhover ul {
	left: auto;
    background: #ffffff;
	border:1px solid #84a546;
	border-top:none;
	width:137px;
	border-top:none;
	margin-top:-1px;
}
	
#nav li li:hover ul
{
	margin-left:135px;
	padding-top:0px;
	border-top:1px solid #84a546;
}

#nav li:hover, #nav li.sfhover {
      left: auto;
      background-color:#2385c2;
}
#nav li li a
{
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	margin:0px;
	display:inline-block;
	width:100%;
	min-height:16px !important;
	height:auto !important;
	white-space:normal !important;
	line-height:13px !important;
	padding-bottom:1px;
}
#nav li li.expanded
{
    background: #fff url(images/arr_gray_new_2.jpg) right 40% no-repeat !important;
}
#nav li li.expanded:hover
{
    background:none !important;
}
#nav li:hover a, #nav li.sfhover a {
	color:#2362c0;
}


#nav li:hover {
	background-color: #ffffff;
}

#nav_1 h2 {
display: none;
}*/
/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  color: #494949;
  
     

}

.page-content
{
    margin-top: -1px;
    padding:0px;
    min-height:440px;
    height:auto;
}
.dashlet-content .page-content
{
    min-height: 50px;
}

.page_title
{
	margin-right:8px;	
	color:#676809;
	float:left;
}
input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #494949;
}

input[type=file]{
    font-size: 1em;
}

input[type=checkbox], input[type=radio] {
    vertical-align: sub;
}

textarea, select {
    font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  color: #494949;
  /*The below three lines of code are added by Anoosha on 30/01/2013 in order to fix the scroll bar issues in different browsers*/
  overflow-y: scroll;
overflow-x: hidden;
resize: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 160%;
  line-height: 130%;
	text-align:left;
}
.clearfix > h2 {
    font-size: 160%;
    font-weight: bold;
    height: 25px;
    line-height: 130%;
    margin-left: 267px;
    text-align: left;
}
h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

a:active, a.active {
  color: blue;
}
.grid_links
{
	text-decoration:underline;	
}
label {
    font-weight: bold;
}
.filtertable td label
{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-size:8pt;
        padding:1px 0px 1px 1px;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

/*ol li, ul li {
  margin: 0.4em 0 0.4em .5em;  LTR 
}*/

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

/*ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;  LTR 
}*/

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
/*  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;  LTR */
  background: transparent no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
  vertical-align:text-bottom;
}

table {
  margin: 5px 0;
  width: 100%;
}

thead th {
  border-bottom: none; /*2px solid #d3e7f4;*/
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: 1px;
}

tr.even, tr.odd {
    border: none;
    background: none;
}

tbody {
    border-top: none;
}

/*tr.even, tr.odd, */ tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

/*tr.odd, */tr.info {
  background-color: #edf5fa;
}
tbody tr(n+1){
	background-color:#EEF2FA;	
}

/*tr.even {
  background-color: #fff;
}*/

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

/*tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}*/

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: red;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}
.ui-datepicker-trigger
{
	margin-left:0px;	
}

.form-item {
    margin-bottom: 0em;
    margin-top: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0em 0;
}

.form-checkboxes, .form-radios {
    margin: 0;
}

1 form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
  /*height : 18px !important; commented by manohar*/
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  /*Commented by Arun Boppudi on 02-11-2010*/
  /*background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;*/
  /*Added by Arun Boppudi on 03-11-2010*/
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  /*display: inline;*/
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}
#top_qlinks
{
	float:right;
	height:14px;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

/*#header-region p, #header-region img {
  margin-top: 0.5em;
}
*/
#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label {
  margin: 0;
  padding: 0;
  background: none;
}

#wrapper {
/*  background: #edf5fa url(images/body.png) repeat-x 50% 0;*/
  background: /*#edf5fa*/ repeat-x 50% 0;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 10px;
  width: 1000px;
}

#wrapper #container #header {
  /*height: 40px;*/
}

#wrapper #container #header #logo-floater {
  /*position: absolute;*/
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
   /*Changed from 120px to 40px by Arun Boppudi on 02-11-2010*/
  /*line-height: 40px;*/
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  /*Commented by Arun Boppudi on 02-11-2010*/
  /*padding-top: 16px;*/
  padding-right: 20px; /* LTR */
  /*float: left;*/ /* LTR */
}

#logo {
    height: 40px;
    vertical-align: middle;
    padding-right: 20px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container 1 {
  /*border: 1px solid #69892c;*/
  border-top:none;
  float: left;
  width: 861px;
  padding:0 0px;
}
.dashlet-content 1 {
  border:1px solid #ffffff !important;
  float: left;
  width: 99.1%;
  padding:0 5px;
}


/* So we move the  container over the sidebars to compensate */
body.sidebar-left 1 {
  margin-left: 0px auto;
}
body.sidebar-right 1 {
  margin-right: 0px auto;
}
body.sidebars 1 {
  margin: 0 auto;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left{
  margin-left: 210px;
}
body.sidebar-right{
  margin-right: 210px;
}
#squeeze {
    margin: 0 auto;
    padding: 0;
}
body.sidebars{
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 1px 0 5em;
  width: 137px;
  float: left;
  z-index: 2;
  position: relative;
  height:auto;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.2em 0 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container 1 #squeeze {
 /* background: #fff url(images/bg-content.png) repeat-x 50% 0;*/
  position: relative;
  padding-top:5px;
}

#wrapper #container 1 .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container 1 .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -5em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  /* position: absolute;  faqing make space for nicemenu
  *top: 15px;
  *left: 35px;
  *z-index: 3;
  */
  margin: 0 0 0 6px;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: bold;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 11px;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color:#144995;
  margin:7px 0 0;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
/*ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}*/

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
/* LTR */
/*
ul.primary {
  padding: 0.5em 0 10px;
  float: left; 
}*/
/*ul.secondary {
  clear: both;
  text-align: left;*/ /* LTR */
  /*border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}*/
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

#tabs
{
    padding: 0px;
}

ul.primary li a, ul.primary li a.active
{
    background-color: transparent;
    border: none;
    margin: 0;
}
ul.primary li.active a {
background-color:#FFFFFF;
border-color:none;
border-style:none;
border-width:none;
-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

ul.primary li a:hover
{
    border: none;
    margin: 0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#ffffff;
}

/*ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}
*/
/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 5px 0;
  padding: 0em 5px;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

html.js div.fs_expand a {
    padding-left: 2em; 
    background: url(images/menu-expanded.gif) no-repeat 0% 50%; 
    margin-left: 0px !important;
}
html.js div.fs_collapse a {
    padding-left: 2em; 
    background: url(images/menu-collapsed.gif) no-repeat 0% 50%; 
}
a#fs_expand_collapse_search {
    font-weight: normal;
}
html.js div.fs_expand .fieldgroup-header, html.js div.fs_collapse .fieldgroup-header {
    margin-left: 0px !important;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #69892C;
  border-color: #69892C;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFFFFF;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/**
 * Fieldgroup header class
 */
 #squeeze .fieldgroup {
    border: 1px solid #333B87;
	
	position: relative;
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
     border-radius: 10px; /* CSS3 */


    margin-bottom: 15px;
    margin-left: 1px;
	margin-bottom:10px;
	padding-bottom:7px;
	margin-top:10px;
}
 .fieldgroup {
	margin-left: -1px!important;
	 /*behavior: url(/themes/homecare/js/border-radius.htc)!important;*/
	 /*margin-top:12px;*/
	 padding-bottom:1px ;
    margin-bottom: 0px;
 }
 td{
            padding:0px;
            margin:0px;
}
.fieldgroup td{
            /*padding-left: 1px;
            padding-top: 1px;*/
            margin:5px;
}

 .fieldgroup-header {

	background:#FFFFFF;
	color:#494949;
    font-size:12px;
    font-weight:bold;
    height: 16px;
	width:auto;
    padding-left:5px;
    padding-top: 1px ;
    vertical-align:middle;
	border-bottom:0px solid #d1d1d1;
	float: left;
    margin-left: 25px;
    padding: 0 3px;
	margin-top: -8px !important;
 }

 .fieldgroup > table {
    margin: 0px !important;
	margin-left:5px !important;
    margin: 5px;
 }

 .fieldgroup-no-title {
    border: none !important;
    padding: 0px;
 }


#patinetDetials_box
{
	height:14px;
	border:1px solid #8690d1;
	background-color:#fcfad2;
	margin:0px;
	padding:5px 0;
}
#patinetDetials_box ul
{
	padding:0px 5px;
	margin:0px;
}
#patinetDetials_box li
{
	color:#676809;
	text-decoration:none;
	background-image:none;
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
}
#patinetDetials_box li a
{
	color:#676809;
	text-decoration:none;
	background-image:none;
}
#patinetDetials_box li a:hover
{
	color:#676809;
	text-decoration:underline;
	background-image:none;
	list-style-type:none;
}

/*
** Resizable text areas addded for expandable textarea
*/
.resizable-textarea {
  width: 100%;
}
.resizable-textarea .grippie {
  height: 11px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  width:100% !important;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  display: block;
  height:50px;
}
/*
** PDF and FAX Icons added
*/
.pdf-icon{
    background-image: url(/misc/imgs/pdf.png);
    height: 16px;
    width: 16px;
    display: block;
	margin-left:2px;
}
.fax-icon{
    background-image: url(/misc/imgs/fax_icon.png);
    height: 16px;
    width: 16px;
    display: block;
	margin-left:2px;
}
/*
* link style
*/
.underline-link
{
    color:blue;
    text-decoration:underline;
}
.search-size
{
    font-size: 12px;
}
#cButton,#sButton
{
	/*width:70px;*/	
	font-weight:bold;
	margin-top:5px;
	padding-bottom:0.8px;
	padding-top:0.8px;        
}
input[value=Cancel],[value=Save]
{
	/*width:70px;*/	
	font-weight:bold;
	padding-bottom:0.8px;
	padding-top:0.8px;
	/*height: 18px;*/
}
#edit-save-form,#edit-previous-form,#edit-add-more-button,#edit-skip-and-next,#edit-submit-form,#strChangePatDetails,#edit-submit,#edit-oasis-continue,#Submit,#edit-save-form,#edit-btncancel,#edit-submit-button,#edit-verbal-order-save
{
	font-weight:bold;
	padding:2px 5px;
}
/*Quick links styles - santosh*/
.qlinks_heading 
{
	background:url(images/qlinks_bg.png) no-repeat 0 0;
	color: white; 
	font-size: 12px; 
	font-weight: bold; 
	height: 17px; 
	padding-left: 7px; 
	padding-top: 2px;
}
.qlinks ul
{
	margin:0px;	
	border:1px solid red;
	padding:3px 0 5px;
	-moz-border-radius: 0px 0px 10px 10px !important; /* Firefox */
    -webkit-border-radius: 0px 0px 10px 10px !important; /* Safari, Chrome */
     border-radius: 0px 0px 10px 10px !important; /* CSS3 */
	
}
.qlinks ul li
{
	background-color:#ffffff;
	list-style-type:none;
	height:19px;
	min-width:137px;
	width:144px;
	margin:0;
	display:inline-block;
        overflow: inherit;
        
        

}
/*The following class was added by Anoosha on 31/01/2013 in order to fix the browser copatibility issue*/
.qlinks ul span,li{
 white-space: nowrap;
}

.qlinks ul li a
{
	padding:4px 8px 0 8px;
	color:blue;
	text-decoration:underline;
	display:block;
	margin:0px 0px 2px;
	display:inline-block;
        list-style: decimal outside none;
}


.qlinks ul li:last-child
{
	border-bottom:none;	
}
.qlinks ul li:hover
{
	display:block;
	color:#459ffa;
	text-decoration:none;
}
.qlinks ul li a:hover
{
	display:inline-block;
	color:#c21a1a;
	text-decoration:none;
}
.qlinks li img
{
	margin: 8px 0 0 7px;
}
.page-break
{
    page-break-after:always;
}
td.pdf-bus-heading span{
    font-size: 18px !important;
    font-weight: bold;
}
.page-content table td{
	border:1px solid transparent !important;
}
.field_cell tabel td{
	border:1px solid transparent !important;
}
.header_form td{
		border-top:1px solid transparent !important;
}


/*1-8-2012  changes*/

.header_form tr{
border:1px solid transparent !important;
}
#patient_list_quick_links_below_referral_list td{
background-color:#FFFFFF !important;
}
#patient_list_quick_links_below_rejected_list tr{
background-color:#FFFFFF !important;
}
.ui-jqgrid-bdiv{
background-color:#FFFFFF !important;
} 

#patient_list_quick_links_below tr{
background-color:#FFFFFF !important;
}
/*.ui-datepicker
{
	border:0px solid transparent !important;
        
}*/
/*Class label-cell added by Anoosha on 30/01/2013 to fix the browser compatibility issue*/
/*.label-cell
{
	display : inline;

}*/

#edit-medications-include-into-poc-button,#select_all_button_id,#deselect_all_button_id,#edit-medications-remove-from-poc-button,#edit-careplan-submit-to-qa-button
{
	font-weight:bold;
	padding: 2px 5px;
}
input[type="button"]
{
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 5px;
    font-weight: bold;
}
input[type="submit"]
{
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 5px;
    font-weight: bold;
}

#nav_data{
list-style:none !important;
margin: 0px !important;
padding: 0px !important;
}
#nav_data li {
float: left !important;
margin-left: 0px !important;
margin-right:0px !important;
font-weight:bold !important;
}
#nav_data li a{color:#333333;text-decoration:none}
#nav_data li a:hover{color:#006699;text-decoration:none}
#notification_li{position:relative}
#notificationContainer {
background-color: #fff;
border: 1px solid rgba(100, 100, 100, .4);
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
overflow: visible;
position: absolute;
top: 30px;
margin-left: -170px;
width: 400px;
z-index: 9;
display: none;

color: black;
}
#notificationContainer:before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
color: transparent;
border: 10px solid black;
border-color:transparent transparent rgb(68, 63, 145);
margin-top: -20px;
margin-left: 188px;
}
#notificationTitle {
z-index: -1000;
font-weight: bold;
padding: 8px;
font-size: 11px;
background-color: #ffffff;
min-width: 384px;
border-bottom: 1px solid #dddddd;
height:8px;
}
#notificationsBody {
/*padding: 33px 0px 0px 0px !important;*/
height:auto;
/*max-width:3px;*/

}
#notificationFooter {
background-color: #e9eaed;
text-align: center;
font-weight: bold;
padding: 3px;
font-size: 12px;
border-top: 1px solid #dddddd;
}
#notification_count {
padding: 3px 7px 3px 7px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: 77px;
border-radius: 9px;
position: absolute;
margin-top: 1px;
/*font-size: 11px;*/
}


.panel {
  position: absolute;
  left: 180px;
  top: 25px;
  width: 360px;
  height: 427px;
  z-index: 7;
}
.type {
  font-size: 19.913px;
  font-family: "Helvetica";
  color: rgb( 255, 255, 255 );
  line-height: 1.11;
  text-align: center;
  -moz-transform: matrix( 1.70449868947994, 0, 0, 1.72443193254442, 0, 0);
  -webkit-transform: matrix( 1.70449868947994, 0, 0, 1.72443193254442, 0, 0);
  position: absolute;
  left: 83px;
  top: 25.902px;
  width: 180px;
  height: 27px;
  z-index: 6;
}

.paneltop {
  background-image: -moz-linear-gradient( -90deg, rgb( 1, 98, 171 ) 0%, rgb( 0, 52, 91 ) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb( 1, 98, 171 ) 0%, rgb( 0, 52, 91 ) 100%);
  position: absolute;
  left: 2px;
  top: 1px;
  width: 351px;
  height: 81px;
  z-index: 4;
}
.panelback {
  border-radius: 20px;
  background-color: rgb( 224, 225, 226 );
  box-shadow: 1.5px 2.598px 5px 0px rgb( 0, 0, 0 );
  position: absolute;
  left: 2px;
  top: 1px;
  width: 351px;
  height: 418px;
  z-index: 3;
}
a.logo.navbar-btn.pull-left {
    margin-top: 0px;
    margin-bottom: 0px;
}

footer{ 
position:fixed;
bottom:0px;
width:100%
}

/* Styles go here */
.border
{
  border:2px solid;       
}
/*screen-xs*/


/* new style for grid*/
.ui-jqgrid-view,.ui-jqgrid{
    clear:both !important;
}

/* style for quicklink */
.ace-settings-container {
    position: absolute;
    right: 0;
    top: auto;
    /*z-index: 1068 !important;*/
}

.fieldgroup{
   /* min-height: 150px !important;*/
}
   
.fieldsetdiv{
	/*min-height: 150px !important;*/
        border: 1px solid #ddd;
	margin-top: 1em;		
	padding-left: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	}
        .fieldsetdiv span.fieldset-legend
{
    color: #222;
    font-size: 1em;
	text-align: left;
	display: inline;
	background: #fff; padding: 5px 10px; 
	position: relative; 
	top: -.8em;	
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
   height:20px;
    font-size: 12px !important;
    padding:1px !important;
  
}
label{
    font-size: 12px !important;
}


.fieldset-legend{
 font-size: 16px !important;

}

fieldset{
    top:0em !important;
    padding:0px !important;
}

#secondary_physician_details_id{
    height:auto !important;
}

.fieldgroup
{
    /*height:100% !important;*/
}

@media only screen and (max-width : 640px) {
.fieldgroup
{
    height:100% !important;
}

.tableinlineresponsive{
    clear:both;
}

    #TB_iframeContent,#TB_window{
width:300px !important ;

}
#TB_window{
    margin-left:-145px !important;
}

.tableinlineresponsive, .inputwidth{
 width:100% !important;   
}

.tableinlineresponsive, .ui-autocomplete-input{
 width:100% !important;   
}

.tableinlineresponsive, .form-item label.option{
      white-space:normal !important;
  }


hr{
 width:100% !important; 
 margin: 16px 0; 
}
.tableinlineresponsive,.form-text{
	width:100% !important;  
}

.tableinlineresponsive table, .tableinlineresponsive thead, .tableinlineresponsive tbody, .tableinlineresponsive th, .tableinlineresponsive td, .tableinlineresponsive tr {
display: block;
clear:both;
}


.tableinlineresponsive thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}



. tr {
border-bottom: 1px solid #CCC
}
. tr:last-child {
border-bottom: none
    
}
.tableinlineresponsive td {
border: none;
position: relative;
/*padding-left: 12%;*/

}
.tableinlineresponsive td:before {
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}

/*.reportresponsivegrid td{
    display:block !important;
    clear:both;
}*/

.reportresponsivegrid{
    text-align:center;
}

.reportresponsivegrid td{
    display:inline-table !important;
    clear:both;
}

.loadingimg{
	margin-left:110px;
}

.hasDatepicker{
    width:90% !important;
}

  input,label {
    font-size: 95%;
  }
  .form-submit{
       /*display:block;
       margin:0px !important;*/
  }
  select{
      overflow-y: scroll;
      max-width:100%
  }
  
  .form-submit{
      margin:2px !important;
  }
  
}

hr {
   margin: 16px 0;
}
form-button, .form-submit {
  margin: 4em 0.5em 1em 0; /* LTR */
  /*height : 18px !important; commented by manohar*/
}

body {
  
  font-size: 12px !important;
  
     

}

#getWizardForm{
	/*font-size: 9.672px !important;*/
	

}
fieldset {
    margin: 20px;
    padding: 0 10px 10px !important;
    border-radius: 8px;
    padding-top: 10px !important;
}

fieldset legend {
    margin-top: -20px;
    margin-bottom: 0px;
    padding: 2px 4px;
    background: #fff;
    border-bottom: none;
    width: auto;
    width: initial;
    font-size: 12px !important;
    
}

select {
    padding: 1px !important;
    height: 20px !important;
}


input[readonly] {
   background: #fff!important;
}

.quicklinkmenu{
display:visible !important;    
}

.page_clearfix_title > h2 {
    font-size: 160%;
    font-weight: bold;
    height: 25px;
    line-height: 130%;
    text-align: center;
}
#wizard_forms_progress{
    font-size: 14px;
    font-weight: bold;
    float: right;
    padding-top: 3px;
}

#wizard_dropdown_id {
    text-align: center;
}




 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        
    }

     /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
     
        #TB_iframeContent,#TB_window{
width:1000px !important
    
}
#TB_window{
    margin-left:-454px !important;
}

       #TB_iframeContent< #TB_iframeContent,#TB_window < #TB_iframeContent{
width:700px !important
    
}
    }
    
    body{
  overflow-x: hidden !important;
  
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

/*styles careplan*/

form[name="care_plan_review_form"] div{ /*clear:both;*/
   }

   .grid_care{
       margin-top: -263px !important;
   }
   .dme{
       clear:both;
   }
   

   textarea[name=patient_full_address] {
    resize: none !important;
}

 textarea[name=business_full_address] {
    resize: none !important;
}

.phy_sign_date{
    clear:both !important;
}
.mispresent{
    height:90px !important;
    min-height:90px !important;
}
   
.phy_name,.cert_care{
     height:90px !important;
    min-height:90px !important;
}
   

label[for="edit-sn-review-previous-comments"]
 {
     clear:both !important;
     display:block !important;

 }
 
 
 .resizabletextarea{
     resize: vertical !important;
    overflow: auto !important;
 }

input[type="reset"]
{
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 5px;
    font-weight: bold;
}
.ui-jqgrid-title {
    font-weight: bold;
    font-size: 14px !important;
}
input[value="Save & Next >"]{
/*    margin-left: 4px;*/
}
h5.widget-title{
    font-weight: bold;
    font-size: 13px !important;
}
.widget-main {
    padding-top: 3px !important;
}
.ui-dialog {
    border: 1px solid black !important;
}

.skin-2 .ui-jqgrid-view>.ui-jqgrid-titlebar{
background-color:#c64780 !important;
}

.skin-2 .widget-color-blue>.widget-header{
    background-color:#c64780 !important;
    border-color:#c64780 !important;
}
/*
.skin-1 .ui-jqgrid-view>.ui-jqgrid-titlebar{
background-color:#2084db !important;
}

.skin-1 .widget-color-blue>.widget-header{
    background-color:#2084db !important;
    border-color:#2084db !important;
}*/

.skin-3 .ui-jqgrid-view>.ui-jqgrid-titlebar{
background-color:#524e4e !important;
}

.skin-3 .widget-color-blue>.widget-header{
    background-color:#524e4e !important;
    border-color:#524e4e !important;
}

body{
	padding:0px !important;
	background-color:white !important;
}

.not-front{
	
	background-color:white !important;
}

.skin-3 .page-content {
    background-color: white !important;
}

.yellowskin{
    background-color:yellow !important;
    color:black !important;
}
.greenskin{
    background-color:green !important;
    color:white !important;
}
.redskin{
    background-color:red !important;
    color:white !important;
}

.blueskin{
    background-color:blue !important;
    color:white !important;
}

.purpleskin{
    background-color:purple !important;
    color:white !important;
}

.evisitedskin{
    background-color:#21B6A8 !important;
    color:white !important;
}
.lightgreenskin{
    background-color:lightgreen !important;
    color:white !important;
}
.modal-content {margin-top:30% !important;width:auto !important;}


