* {
  margin: 0;
  padding: 0; 
  }

body {
	background: #A9A9A9;
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 0.8em;
}

.banner {
	background: #333333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#333333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #949494,  #333333); /* for firefox 3.6+ */ 
	width: 100%;
	height: 80px;
}

.banner img {
	height: 65px;
	padding-top: 10px;
	padding-left: 10px;
}

.navbar {
	list-style-type: none;
	margin: auto;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 10px;
}

.navbar li{
	float: left;
}

.navbar a {
	background-image: url(/images/navi_bg_div.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #E1E1E1;
}

.navbar a:hover {
	color: #363593;
}

.navbar div {
	background-image: url(/images/navi_bg_div.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #E1E1E1;
}

input
{
  border-radius: 10px; //CSS3 Feature
}

button
{
  border-radius: 10px; //CSS3 Feature
}

.search {
	display: none;
	position: absolute;
	right: 30px;
	top: 90px;
	color: #E1E1E1;
}

.search b{
	padding-right: 16px;
	color: #E1E1E1;
}

.footer{
	text-align: center;
	color: #DDDDDD;
}

.navmenu {
	border-top: 1px solid #5F5D5E;
	height: 40px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333333'); /* for IE */
	background-image: linear-gradient(bottom, #333333 0%, #545454 50%, #333333 100%);
	background-image: -o-linear-gradient(bottom, #333333 0%, #545454 50%, #333333 100%);
	background-image: -moz-linear-gradient(bottom, #333333 0%, #545454 50%, #333333 100%);
	background-image: -webkit-linear-gradient(bottom, #333333 0%, #545454 50%, #333333 100%);
	background-image: -ms-linear-gradient(bottom, #333333 0%, #545454 50%, #333333 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #333333),
		color-stop(0.50, #545454),
		color-stop(1, #333333)
	);
}

.navmenu img {
	margin-left: 30px;
	padding-right:0px;
	display:inline;
}

.navmenu ul{
	list-style-type: none;
	margin: auto;
	display: inline-block;
}

.navmenu ul li{
	float: left;
}

.navmenu ul a {
	background-image: url(/images/navimenu_bg_div.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #E1E1E1;
}

.navmenu ul a:hover{
	background-color: #363593;
}

.mainad {
	border-top: 1px solid #FFFFFF;
	height: 40%;
	background-color: #FFFFFF;
	background-image: linear-gradient(bottom, #8B898A 0%, #FFFFFF 15%, #FFFFFF 85%,#8B898A 100%);
	background-image: -o-linear-gradient(bottom, #8B898A 0%, #FFFFFF 15%, #FFFFFF 85%, #8B898A 100%);
	background-image: -moz-linear-gradient(bottom, #8B898A 0%, #FFFFFF 15%, #FFFFFF 85%, #8B898A 100%);
	background-image: -webkit-linear-gradient(bottom, #8B898A 0%, #FFFFFF 15%, #FFFFFF 85%, #8B898A 100%);
	background-image: -ms-linear-gradient(bottom, #8B898A 0%, #FFFFFF 15%, #FFFFFF 85%, #8B898A 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #8B898A),
		color-stop(0.15, #FFFFFF),
		color-stop(0.85, #FFFFFF),
		color-stop(1, #8B898A)
	);
}

.mainad img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #8B898A;
  border-right: 1px solid #8B898A;
}

.maininfo {
	overflow: hidden;
}

.leftcolumn {
	background-color: white;
	float: left;
	width: 200px; /*Width of left column*/
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.rightcolumn {
	background-color: #DDDDDD;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding: 15px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.smallcolumn {
	list-style-type: none;
	margin: auto;
	display: inline-block;
	padding-bottom: 20px;
}

.columnheader {
	font-weight: bold;
	color: #313694;
}

.smallcolumn li{
	list-style-type: none;
	margin: auto;
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding-top: 20px;
}

.smallcolumn p{	
	padding-left: 15px;
	padding-right: 15px;
}

.smallcolumntext {
  list-style-type: none;
  margin: auto;
  display: inline-block;
  padding-bottom: 10px;
}

.smallcolumntext li{
  list-style-type: none;
  margin: auto;
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding-top: 10px;
}

.smallcolumntext p{
  padding-left: 5px;
  padding-right: 5px;
}




.card {
	border: 3px solid #C5C5C5;
  -webkit-border-radius: 5px; //For Safari, etc.
  -moz-border-radius: 5px; //For Mozilla, etc.
  border-radius: 5px; //CSS3 Feature
	height: 150px;
	margin: 15px;
	width: 80%;
	color: #666666;
	-moz-box-shadow: 1px 1px 10px 1px #333;
	-webkit-box-shadow: 1px 1px 10px 1px #333;
	box-shadow: 1px 1px 10px 1px #333;
}

.card .title {
	border-bottom: 1px solid #8B898A;
	text-align: center;
}

.card img {	
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.card form {
	padding-left: 5px;
	padding-right: 5px;
}

.delete-button {
	background-image: linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%,#CCCCCC 100%);
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #CCCCCC),
		color-stop(0.25, #FFFFFF),
		color-stop(0.75, #FFFFFF),
		color-stop(1, #CCCCCC)
	);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F2531B;
	font-weight: bold;
  float: none;
  display: block;
  width: auto;
}

.delete-button:hover {
	background-image: linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%,#363593 100%);
	background-image: -o-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -moz-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -webkit-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -ms-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #363593),
		color-stop(0.45, #FFFFFF),
		color-stop(0.55, #FFFFFF),
		color-stop(1, #363593)
	);
}

.submit-button {
	background-image: linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%,#CCCCCC 100%);
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #CCCCCC),
		color-stop(0.25, #FFFFFF),
		color-stop(0.75, #FFFFFF),
		color-stop(1, #CCCCCC)
	);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F2531B;
	font-weight: bold;
  float: none;
  display: block;
  width: auto;
  margin: 10px auto;
}

.submit-button:hover {
	background-image: linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%,#363593 100%);
	background-image: -o-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -moz-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -webkit-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -ms-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #363593),
		color-stop(0.45, #FFFFFF),
		color-stop(0.55, #FFFFFF),
		color-stop(1, #363593)
	);
}

.submit {
	background-image: linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%,#CCCCCC 100%);
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #CCCCCC),
		color-stop(0.25, #FFFFFF),
		color-stop(0.75, #FFFFFF),
		color-stop(1, #CCCCCC)
	);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F2531B;
	font-weight: bold;
  float: none;
  display: block;
  width: auto;
  margin: 10px auto;
}

.submit:hover {
	background-image: linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%,#363593 100%);
	background-image: -o-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -moz-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -webkit-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -ms-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #363593),
		color-stop(0.45, #FFFFFF),
		color-stop(0.55, #FFFFFF),
		color-stop(1, #363593)
	);
}

button {
	background-image: linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%,#CCCCCC 100%);
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 25%, #FFFFFF 75%, #CCCCCC 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #CCCCCC),
		color-stop(0.25, #FFFFFF),
		color-stop(0.75, #FFFFFF),
		color-stop(1, #CCCCCC)
	);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F2531B;
	font-weight: bold;
  float: none;
  display: block;
  width: auto;
  margin: 10px auto;
}

button:hover {
	background-image: linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%,#363593 100%);
	background-image: -o-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -moz-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -webkit-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	background-image: -ms-linear-gradient(bottom, #363593 0%, #FFFFFF 45%, #FFFFFF 55%, #363593 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #363593),
		color-stop(0.45, #FFFFFF),
		color-stop(0.55, #FFFFFF),
		color-stop(1, #363593)
	);
}

.endinfo {
	background: #333333; /* for non-css3 browsers */
	width: 100%;
	color: #E1E1E1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.endinfo p {
	text-align: center;
	vertical-align: middle;
}

div.table
{
    display:table;
}

.sect
{
	padding: 10px;
	background: #DDDDDD;
	color:#000000;
}

.prim
{
	background: #7BB8DB;
	color:#000000;
}



div.table div div
{
    display:table-row;
}

div.table div div div
{
    padding:5px;
    display:table-cell;
}


.content {
	border: 3px solid #C5C5C5;
  -webkit-border-radius: 5px; //For Safari, etc.
  -moz-border-radius: 5px; //For Mozilla, etc.
  border-radius: 5px; //CSS3 Feature
	display:block;
	margin: 0px;
	color: #111111;
	-moz-box-shadow: 1px 1px 10px 1px #333;
	-webkit-box-shadow: 1px 1px 10px 1px #333;
	box-shadow: 1px 1px 10px 1px #333;
	text-align:center;
	
	background-color: #FFFFFF;
}

.content-head {
	border-bottom: 1px solid #8B898A;
	text-align: center;
}

.content img {	
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.content form {
	padding-left: 5px;
	padding-right: 5px;
}

.login-page .content {
	width: 400px; 
  margin-left: auto;
  margin-right: auto; 
  overflow:hidden;
  }
  
.login-page .field-list {width: 370px;
  overflow:hidden;}


.login-page .login {
	background: #F5F5F5;
  overflow:hidden !important;
}

.login-page .field-list {
	background: #F5F5F5;
}
	

.field-list tbody tr th {
	text-align: right;
	
}

.signup-page .submit-button {
	margin-left: 150px;
}

.signup-page .content {
	width: 400px; 
  margin-left: auto;
  margin-right: auto; 
  }
  
.signup-page .field-list {width: 370px;}


.signup-page .form {
	background: #F5F5F5;
  overflow:hidden !important;
}

.signup-page .field-list {
	background: #F5F5F5;
}

.field-list tbody tr th {
	text-align: right;
	
}

.signup-page .submit-button {
	margin-left: 150px;
}

.flash.error {background: #BC1C3D;}
.section.with-flash { padding-top: 2px; background: #DDDDDD;}


.dataTables_length { display: none; }
.dataTables_filter { padding-top: 20px;  }
#realtime .dataTables_filter {display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

#ajax-progress {
  padding: 8px 20px 8px 40px;
  border: 1px solid #444;
  background: black url(../images/spinner.gif) no-repeat 10px 8px;
  color: white;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}


.sortablediv {
	background: #333 url(/images/widget-content-bg.png) repeat-x;

  padding: 0 5px;

  color: #DDD;

  -moz-border-radius-bottomleft: 2px;

  -moz-border-radius-bottomright: 2px;

  -webkit-border-bottom-left-radius: 2px;

  -webkit-border-bottom-right-radius: 2px;

  line-height: 1.2em;

   overflow:auto;
	margin: auto;
}

.sortablediv ul {
	margin: auto;
}

.sortablediv ul li {
	margin: auto;
	list-style: none;
	display: block;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sortingcolumns {
	width: 100%;
}

.labels {
     color: red;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     font-weight: bold;
     text-align: center;
     width: 40px;
     border: 2px solid black;
     white-space: nowrap;
   }
   
.rating_empty {
	background: url("../images/rating_empty.png") no-repeat;	
}

.rating_hover, .rating_set {
	background: url("../images/rating.png") no-repeat;
}

.rating_stars {
	display: inline-block !important; 
	width: 20px;
	height: 20px;	
	padding: 0px !important;
	position: relative;
	top: 3px;
}

.rating_widget {
	padding: 0px !important;
	margin: 0px 0px 10px 0px;
}

.blacklisted {
	color: #F78181;
}

.vip {
	color: yellow;
}

#info_box > div > div{
	display: inline-block;
}

.client_info, .extra_info {
	padding: 0px 3px 0px 3px !important;
}

#info_box {
	padding: 0px;
}

#client_info, #client_collapsed_content {
	text-align: center;
	padding: 5px;
	background: grey;
	border-radius: 5px;
	border: 2px solid black;
	color: white;
}

#client_info {
	color: #4CFF00;
    font-size: 1.2em;
}

.extra_info {
	position: relative;
	top: 3px;
}

.rating_widget_label {
	margin: 0px 0px 0px 10px !important;
	height: 20px;
}

.rating_widget_label {
	padding: 0px !important;
}

.rating_widget_button {
	cursor: pointer;
	background: black;
	background-image: -webkit-gradient(linear, center bottom, center top, from(black), to(grey));
	background-image:    -moz-linear-gradient(center bottom, black 0%, #333333 50%, grey 100%);
	background-image:     -ms-linear-gradient(center bottom, black 0%, #333333 50%, grey 100%);
	background-image:      -o-linear-gradient(center bottom, black 0%, #333333 50%, grey 100%);
	border: 1px black solid;
	border-radius: 3px;
	line-height: 20px;
	color: white;
    font-size: 0.8em;
	padding: 0px 5px 0px 5px !important;
}

.rating_widget_button:hover {
	background: blue;
	background-image: -webkit-gradient(linear,center bottom, center top, from(navy), to(dodgerblue));
	background-image:    -moz-linear-gradient(center bottom, navy 0%, dodgerblue 100%);
	background-image:     -ms-linear-gradient(center bottom, navy 0%, dodgerblue 100%);
	background-image:      -o-linear-gradient(center bottom, navy 0%, dodgerblue 100%);
	border: 1px navy solid;
}

.rating_widget_button, .rating_widget_button:hover {
	display: inline-block;
}

.hidden {
	display: none;
}

h3.client_info {
	color: navy;
}

.image_button img {
	height: 24px;
	width: 24px;
	padding: 0px;
	border: none !important;
	margin: 0px;
}

.image_button_s img {
	height: 12px;
	width: 12px;
	padding: 0px;
	border: none !important;
	margin: 0px;
}

#map_click_help > p {
    border: medium none !important;
    color: white;
    display: inline-block;
    padding: 3px !important;
}


#map_click_help {
    background: none repeat scroll 0 0 blue;
    display: block;
    padding: 0;
}

#map_click_help > a {
    background: none repeat scroll 0 0 navy;
    color: grey;
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
}

#map_click_help > a:hover {
    color: white;
}

.notification_box .message, .flash, .notification_banner .message, .flash {
	margin: 5px 10px 5px 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
}

.flash.notice a, .notification_box a, .notification_banner a{
	padding: 5px;
	border-radius: 3px;
	color: white !important;
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 0) !important;
	text-decoration: underline !important;
	border: none !important;
}

.flash.notice a:hover, .notification_box a:hover, .notification_banner a:hover {
	color: blue !important;
	background-color: skyblue !important;
}

.flash {
	color: white;
}

.error_message {
	color: white;
	background-color: #DD0000;
	background-image: -webkit-linear-gradient(#DD0000, #FE2E2E, #DD0000);
	background-image:    -moz-linear-gradient(center bottom, #DD0000 0%, #FE2E2E 50%, #DD0000 100%);
	background-image:     -ms-linear-gradient(center bottom, #DD0000 0%, #FE2E2E 50%, #DD0000 100%);
	background-image:      -o-linear-gradient(center bottom, #DD0000 0%, #FE2E2E 50%, #DD0000 100%);
}

.notification_message.new_client {
	color: white;
	background-color:  #084B8A;
	background-image: -webkit-linear-gradient(#084B8A, #0080FF, #084B8A);
	background-image:    -moz-linear-gradient(center bottom, #084B8A 0%, #0080FF 50%, #084B8A 100%);
	background-image:     -ms-linear-gradient(center bottom, #084B8A 0%, #0080FF 50%, #084B8A 100%);
	background-image:      -o-linear-gradient(center bottom, #084B8A 0%, #0080FF 50%, #084B8A 100%);
}

.notification_message.client_low_rating {
	color: white;
	background-color:  #084B8A;
	background-image: -webkit-linear-gradient(#222A0A, #173B0B, #222A0A);
	background-image:    -moz-linear-gradient(center bottom, #222A0A 0%, #173B0B 50%, #222A0A 100%);
	background-image:     -ms-linear-gradient(center bottom, #222A0A 0%, #173B0B 50%, #222A0A 100%);
	background-image:      -o-linear-gradient(center bottom, #222A0A 0%, #173B0B 50%, #222A0A 100%);
}

.notification_message.client_blacklisted {
	color: white;
	background-color:  #black;
	background-image: -webkit-linear-gradient( black, #2E2E2E, black);
	background-image:    -moz-linear-gradient(center bottom, black 0%, #2E2E2E 50%, black 100%);
	background-image:     -ms-linear-gradient(center bottom, black 0%, #2E2E2E 50%, black 100%);
	background-image:      -o-linear-gradient(center bottom, black 0%, #2E2E2E 50%, black 100%);
}

.notification_message.client_vip {
	color: black;
	background-color:  #DBA901;
	background-image: -webkit-linear-gradient(#DBA901, #FACC2E, #DBA901);
	background-image:    -moz-linear-gradient(center bottom, #DBA901 0%, #FACC2E 50%, #DBA901 100%);
	background-image:     -ms-linear-gradient(center bottom, #DBA901 0%, #FACC2E 50%, #DBA901 100%);
	background-image:      -o-linear-gradient(center bottom, #DBA901 0%, #FACC2E 50%, #DBA901 100%);
}

.notification_message.client_new {
  color: black;
  background-color:  #DBA901;
  background-image: -webkit-linear-gradient(#DBA901, #FACC2E, #DBA901);
  background-image:    -moz-linear-gradient(center bottom, #DBA901 0%, #FACC2E 50%, #DBA901 100%);
  background-image:     -ms-linear-gradient(center bottom, #DBA901 0%, #FACC2E 50%, #DBA901 100%);
  background-image:      -o-linear-gradient(center bottom, #DBA901 0%, #FACC2E 50%, #DBA901 100%);
}

.notification_message.no_zone_pending {
	color: white;
	background-color:  #084B8A;
	background-image: -webkit-linear-gradient(#084B8A, #0080FF, #084B8A);
	background-image:    -moz-linear-gradient(center bottom, #084B8A 0%, #0080FF 50%, #084B8A 100%);
	background-image:     -ms-linear-gradient(center bottom, #084B8A 0%, #0080FF 50%, #084B8A 100%);
	background-image:      -o-linear-gradient(center bottom, #084B8A 0%, #0080FF 50%, #084B8A 100%);
}

.notification_message.popup, .notification_message.incoming_order, .notification_message.client_cancelled, .flash.notice, .notification_message.unseen_messages, .notification_message.unseen_notes, .notification_message.active_idle_driver {
	color: white;
	background-image: -webkit-linear-gradient(#0A0A2A, #0B0B61, #0A0A2A);
	background-image:    -moz-linear-gradient(center bottom, #0A0A2A 0%, #0B0B61 50%, #0A0A2A 100%);
	background-image:     -ms-linear-gradient(center bottom, #0A0A2A 0%, #0B0B61 50%, #0A0A2A 100%);
	background-image:      -o-linear-gradient(center bottom, #0A0A2A 0%, #0B0B61 50%, #0A0A2A 100%);
}

.notification_message.client_cancelled .order_ids, .notification_message.incoming_order .order_ids, .notification_message.active_idle_driver .vehicle{
	display: inline-block;
}

.notification_message.unseen_messages, .notification_message.unseen_notes {
	line-height: 150%;
}

.notification_status {
	font-size: 0.8em;
}

.notification_status .block {
	display: inline-block;
	padding: 3px 10px 3px 10px;
	color: white;
}

.notification_status.connected {
	background: green;
}

.notification_status.connection_fail, .notification_status.disconnected, .notification_status.not_connected {
	background: red;
}

#hotkey_action_hinter {
	display: none;
	position: fixed;
	right: 50px;
	top: 50px;
	background-color: #333;
	border: white 2px solid;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	color: white;
}

input#submit_order {
	display: inline;
}

input#clear_order_form {
	display: inline;
	margin-right: 10px;
}

.order_type_icon {
	width: 24px !important; 
	height: 24px !important; 
	border: none !important; 
	display: inline !important; 
	padding: 2px !important;
}

.close_message_button, .client_cancelled_close, .incoming_order_close, .active_idle_driver_close, .popup_close {
	cursor: pointer;
	display: inline-block;
	background-image: url(/images/document-close.png);
	width: 22px;
	height: 22px;
	position: relative;
	top: -2px;
	float: right;
}

.close_message_button:hover {
	background-image: url(/images/document-close-hover.png);
}

table#zone_matrix {
	margin-left: auto;
	margin-right: auto;
}

table#zone_matrix .header_top {
	vertical-align: bottom;
	text-align: center !important;
}

table#zone_matrix .header_left {
	text-align: right;
}

table#zone_matrix .highlight {
	background-color: red !important;
}

.show_message_content, .show_notes_content {
	padding: 10px;
	text-align: left;
	min-height: 100px;
	border-radius: 0px 0px 5px 5px;
}

.show_message_info {
}

.show_message_background_wrapper, .show_notes_background_wrapper {
	background-color: #555555;
}

.show_message_wrapper, .show_notes_wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 80%;
	margin: auto;
}

.show_message_header, .show_notes_header {
	border-radius: 5px 5px 0px 0px;
	text-align: left;
	color: white;
	background-image: -webkit-linear-gradient(#0A0A2A, #0B0B61, #0A0A2A);
	background-image:    -moz-linear-gradient(center bottom, #0A0A2A 0%, #0B0B61 50%, #0A0A2A 100%);
	background-image:     -ms-linear-gradient(center bottom, #0A0A2A 0%, #0B0B61 50%, #0A0A2A 100%);
	background-image:      -o-linear-gradient(center bottom, #0A0A2A 0%, #0B0B61 50%, #0A0A2A 100%);
}

.show_message_header a, .show_notes_header a {
	background-color: inherit !important;
	color: inherit !important;
	text-decoration: underline !important;
	border: none !important;
}

.show_message_header a:hover, .show_notes_header a:hover {
	color: blue !important;
	background-color: skyblue !important;
}

.show_message_content, .show_notes_content {
	padding: 5px;
	background: white;
}
.show_message_info_block, .show_notes_info_block {
	display: inline-block;
	padding: 5px 10px 5px 10px;
}

.show_message_wrapper .edit-link , .show_notes_wrapper .edit-link {
	float: right;
	position: relative;
	right: 5px;
	padding: 5px;
	border-radius: 3px;
	
}

#search-results-panel {
	position: absolute;
	top: 130px !important;
	right: 30px !important;
}

li div.cellwidget-content {
	padding : 0px !important;
}

li div.cellwidget-content form {
	margin : 0px !important;
	overflow : hidden !important;
}

.mileage_display {
	margin: 0;
	background-color: #333;
}

.mileage_display .card {
	width: 30%;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 auto;
}

.demo_link {
	background: none !important;
	color: white !important;
	border-bottom: none !important;
	text-decoration: underline !important;
}

.demo_link:hover {
	color: orange !important;
}

.new_company_tooltip {
	max-width: 300px;
	background-color: rgba(252, 240, 173, 0.9);
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	position: absolute;
	display: none;
}

.new_company_tooltip h3 {
	color: blue;
	margin-bottom: 10px;
}

.new_company_tooltip .pointer {
	width:0px; 
	height:0px; 
	border-bottom:7px solid transparent ;  /* left arrow slant */
	border-top:7px solid transparent; /* right arrow slant */
	border-right:10px solid rgba(252, 240, 173, 0.9); /* bottom, add background color here */
	font-size:0px;
	line-height:0px;
  position: absolute;
  top: 20%;
  left: -10px;	
}

.new_company_tooltip .close_button {
	background: url('/images/buttons.gif') no-repeat -24px 0;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10%;
	right: 10px;
	cursor: pointer;
}

.div_pointer {
	cursor : pointer;
}

span.fleet_name {
	padding : 2px;
	display : inline-block;
}

span.fleet_name {
	padding : 2px;
	display : inline-block;
}

div#logisticare_preview td
{
	border : solid 1px black;
}

div#logisticare_status.error
{
	background : red;
	color : white;
}

div#logisticare_status.success
{
	background : green;
	color : white;
}

img#logisticare_pop
{
	cursor : pointer;
	margin : 4px;
	padding : 0px;
}

div.section.error-messages {
	color: white;
	background-color: #DD0000;
	background-image: -webkit-linear-gradient(#DD0000, #FE2E2E, #DD0000);
	background-image:    -moz-linear-gradient(center bottom, #DD0000 0%, #FE2E2E 50%, #DD0000 100%);
	background-image:     -ms-linear-gradient(center bottom, #DD0000 0%, #FE2E2E 50%, #DD0000 100%);
	background-image:      -o-linear-gradient(center bottom, #DD0000 0%, #FE2E2E 50%, #DD0000 100%);
	padding: 5px 10px;
	border-radius: 5px;
	width: 60%;
	margin: 5px auto;
}

div.section.error-messages ul {
	list-style: none;
}

div.section.error-messages h2 {
	background: none !important;
}

.table-plus td.amount-view, .table-plus td.before-balance-view, .table-plus td.after-balance-view, .table-plus td.balance-view, .table-plus td.credit-limit-view, .table-plus td.available-credit-view {
	text-align: right;
}

.fleet_cat_btn {
	display: inline;
	color: black;
	background: #00FF00;
	height: 15px;
	border: 1px solid white;
}

.fleet_cat_btn:hover {
	cursor: pointer;
}

.fleet_cat_btn_disabled {
	background: #333333;
	color: white;
}
