﻿.placeholderActive
{
    font-style: italic;
    color: Gray;
}

::-webkit-input-placeholder {
   font-style: italic;
    color: Gray;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
    color: Gray;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
    color: Gray;
}

:-ms-input-placeholder {  
   font-style: italic;
    color: Gray;
}

span > span.label {
    margin: 4px 4px 4px 4px;
    display: inline-block;
}

.email-label {
    float: left;
    display: block;
    font-weight: bold;
}

.email-address {
    width: 50px;
}

.email-label.email-subject {
    width: 60px;
    margin-bottom: 10px;
}

.email-input.email-subject input[type="text"] {
    width: 500px;
}

.email-address-list {
    float: left;
    display: block;
    width: 90%;
    margin-left: 10px;
    margin-bottom: 8px;
}

.email-address-list input[type='text']{
    width: 160px;
}

.email-body {
    margin-top: 15px;
}

.email-body textarea {
    height: 260px;
}

.email-body .wysihtml5-toolbar {
    margin-left: 3%;
}

.remove-item {
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 18px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.form-inline button {
    margin-left: 2px;
}

/*---------------------------------------------------------
styles from web designer - modified
---------------------------------------------------------*/
.row.header {margin-bottom: 10px;}
.header_text { height:auto; margin:0; padding:0; width:auto; float: right;}
.header_text h1 { width:auto; float:right; font:normal 18px Arial, Helvetica, sans-serif; color:#403e3e; padding: 10px 50px 0 0; margin:5px;}


.search-form { margin:0; padding:0 40px 0 30px; float:right; width:auto; height:25px;}
.navbar-form input
{
    padding: 4px 10px;
    margin: 4px 10px;
}
.navbar-form input[type="text"], .navbar-form input[type="password"]
{
    width: 120px;    
}
.navbar-form label
{
    color: #ffffff;
    display: inline-block;        
    margin-right: 4px;
    margin-top: 10px;
}
#nav-search-form input.button-search { margin:0; padding:0; border:none; background: url(img/search.gif); height: 24px; width: 38px;}


fieldset.well {margin-top: -38px;}
fieldset.well legend {margin-bottom: 0px; padding-top: 38px;}

.msie fieldset.well {margin-top: 0px;}
.msie fieldset.well legend {margin-bottom: 0px; padding-top: 0px;}
.msie fieldset.well hr {color: Gray; margin-top: 4px; margin-bottom: 10px;}
.msie fieldset.well h3 {color: #333333;}

legend+.row, legend+.row-fluid{margin-top:18px;-webkit-margin-top-collapse:separate;}

span.phone {margin: 8px 0px 8px 0px;}

span.phone label
{
  width: 4em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  line-height: 35px;
}

span.phone .area-code {width: 24px;}
span.phone .prefix {width: 24px;}
span.phone .line-number {width: 32px;}
span.phone .extension {width: 50px;}

span.contact label
{  
  float: left;
  width: 4em;
  margin-right: 0.5em;
  text-align: right;  
  display: block;  
}

/*span.address .city {width: 140px;}
span.address .state {width: 16px;}*/
div.address .county {width: 278px;}

select.styled 
{
    margin-top: 4px;
    color: #fff;
    background-color: #808185;
    padding: 5px;
    height: 30px;
    border: 1px solid #808185;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1px 1px 1px #888;
    box-shadow: 1px 1px 1px #888;    
}

.modal {max-height: 750px; max-width: 940px; position: absolute;}
.modal.wide { width: 940px;left: 40%;}
span.field-validation-error, .validation-summary-errors
{
    display: inline-block;
    color: #ff0000;
    margin: 4px;
}

textarea 
{
    height: 80px;
}

.legend {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;    
    color: #333333;
    display: block;
    font-size: 19.5px;
    line-height: 36px;    
    padding: 0;    
}

.well.skinny
{
    padding: 7px;
}

table.fixed-header 
{
    width: 100%;    
}

.collection-filters-container 
{
    padding: 10px;
    margin-left: 20px;    
}

.collection-filter-toggle {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 4px;
    cursor: pointer;    
}

.indent 
{
    margin-left: 20px;
}

.glow 
{
    text-shadow: #B0B0B0 0 0 5px;
}

.empty 
{
    color: #AAAAAA;
}
.row.padded, .row-fluid.padded 
{
    margin-top: 10px;
    margin-bottom: 10px;        
}

.table-container
{
    max-height: 300px;
    padding-top: 20px;   
    padding-bottom: 20px;
}

.table-container table
{
    /*white-space:nowrap;*/
}

.table-container table th
{
    text-align: center;
}

.editor-field.input label
{
    display: inline-block;
    margin-right: 4px;
}

.navbar .nav > li > label {
    color: #999999;
    float: none;
    line-height: 19px;
    padding: 10px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.modal-header, .modal-body, modal-footer
{
    color: #000000;
}

span.right-label
{  
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 0.5em;
  display: block;  
}

div.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 95%;
    overflow: auto;
}

.gridtable.center {
    margin-left: auto;
    margin-right: auto;
}
.gridtable th, .gridtable tfoot td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.gridtable td.center
{
    text-align: center;
}

.expandable-table tr.aggregate-row td
{
    background: #EEEEEE/*{bgColorDefault}*/ url(themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
    cursor: pointer;
}

.expandable-table tr.aggregate-row.expanded td
{
    background: #EEEEEE/*{bgColorDefault}*/ url(themes/base/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
}

table .right 
{
    text-align: right !important;    
}

table .left 
{
    text-align: left !important;    
}

table .no-wrap 
{
    white-space: nowrap;    
}

table thead.center th {
    text-align: center;
}

table.no-wrap td 
{
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.red {
    color: #ff0000;
}

.text-error {
    color: #B94A48;
}

.page-breaker {
  display: block;
  clear: both;
  page-break-after: always;
}
.inline > input, .inline > label, .inline > label > input {
    display: inline-block;
}

.pad-left {
    padding-left: 30px;
}

.error {
    color: Red;
}

.highlight {
    background-color: #FFFF00 !important;
}