﻿/*Application wide rues*/
.footer
{
    margin-top: 40px;
}

.smallaJaxLoaderIcon{
    width: 16px;
    height: 16px;
    background-image: url(images/ajax-loader.gif);
}

.gridBorders div, .gridBorders span, .showGrid div, .showGrid span {
    border: 1px dashed black;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

h1.separator, h2.separator, h3.separator{
    border-bottom: 1px solid #808080;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

div.borderRight{
    border-right: 1px solid #808080;
}

div.editForm input, div.editForm .readOnlyField, div.editForm select, div.editForm label, div.editForm textarea{
    font-weight: bold;
}

table thead{
    background-color: #DCDCDC;
}

table.table-fixedCols {
    table-layout: fixed;
}

tr.selectedRow{
    background-color: lightgray;
}

.borderContainer{
    border: solid 1px #E3E3E3;
    border-radius: 5px;
    margin: 5px 0 5px 0;
    padding: 5px;
}

.pointerCursor{
    cursor: pointer;
}

/*Validation Error Rules*/
.validationError{
    border: 1px solid #e80c4d !important;
    background-color: #E8C9D2 !important;
}

.requiredField{
    color: #e80c4d;
    content: '*'
}

/*Control specific rules*/

table.dataTable tr.even td.sorting_1 {
  background-color: inherit;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #F9F9F9;
}

#Income .numeric{
    text-align: right;
}

div#Income div.input-prepend.input-append input{
    width: 78px;
}

tr.toDoCompleted
{
    text-decoration: line-through; 
}
.changeBadge{
    /*float: left;
    left: 5px;
    position: relative;*/
    padding-left: 5px;
    padding-right: 5px;
    cursor:pointer;
}
.clientSearchRowContainer, .toDoContainer, .lastTenClientsContainer, .waitingQueueContainer{
    min-height:200px;
}

ul.twoColumnUL{
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
    /*border-top:1px solid #ccc;*/
}

    ul.twoColumnUL li{
        /*line-height:1.5em;
        border-bottom:1px solid #ccc;
        float:left;
        display:inline;
        width:335px;*/
        border: 1px solid #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        display: inline;
        float: left;
        height: 25px;
        line-height: 1.5em;
        margin: 5px 2px;
        padding: 5px;
        width: 47%;
    }

    ul.twoColumnUL li label{
        display: inline;
    }

.lastTenItem{
    /*min-height: 40px;*/
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /*text-align: center;*/
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lastTenItem:hover,
.lastTenItem:focus,
.lastTenItem:active,
.lastTenItem.active,
.lastTenItem.disabled,
.lastTenItem[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.lastTenItem:active,
.lastTenItem.active {
  background-color: #cccccc \9;
}

.lastTenItem:first-child {
  *margin-left: 0;
}

.lastTenItem:hover,
.lastTenItem:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.lastTenItem:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lastTenItem.active,
.lastTenItem:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lastTenItem.disabled,
.lastTenItem[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.lastTenItem.household {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.lastTenItem.household:hover,
.lastTenItem.household:focus,
.lastTenItem.household:active,
.lastTenItem.household.active,
.lastTenItem.household.disabled,
.lastTenItem.household[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.lastTenItem.household:active,
.lastTenItem.household.active {
  background-color: #003399 \9;
}

.lastTenItem.client {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.lastTenItem.client:hover,
.lastTenItem.client:focus,
.lastTenItem.client:active,
.lastTenItem.client.active,
.lastTenItem.client.disabled,
.lastTenItem.client[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.lastTenItem.client:active,
.lastTenItem.client.active {
  background-color: #408140 \9;
}

.lastTenItem.clientQueue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.lastTenItem.clientQueue:hover,
.lastTenItem.clientQueue:focus,
.lastTenItem.clientQueue:active,
.lastTenItem.clientQueue.active,
.lastTenItem.clientQueue.disabled,
.lastTenItem.clientQueue[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.lastTenItem.clientQueue:active,
.lastTenItem.clientQueue.active {
  background-color: #24748c \9;
}