@import url("uitheme/jquery-ui-1.8.16.custom.css");
@import url("plugins/uniform.default.css");
@import url("plugins/fullcalendar.css");
@import url("plugins/datatables.css");
@import url("plugins/jquery.alerts.css");
@import url("plugins/validationEngine.jquery.css");

/* Custom additions*/

/* Charts basic */
.clientholder {
    border-top: medium none;
    margin-left: 20px !important;
    margin-right: 10px !important;
    margin-top: -4px !important;
}
.float-left{ float : left}
.float-right {float : right}

.flot_chart table {width: auto;}

.half {width: 48%;}
.toggleBox { cursor: pointer; }
.pointer { cursor: pointer; }
.css_right {float: left;}
.listBackground 
{
	background-color: #F6F6F6;
	background: -webkit-gradient(linear,left top, left bottom, from(#F9F9F9), to(#F2F2F2));
	border: 1px solid #A2A2A2;
	box-shadow: 0 0 5px #B8B8B8;
	border-radius: 4px;
	padding: 5px;
}

.center{
  text-align: center;
}

.inlineEdit
{
	height: 10px;
	display: inline;
}

a.link:hover {
  color: #d5d5d5;
}

a.top:hover {
  color: #d5d5d5;
}

.navHover
{
	font-weight: bold;
}

.bLink
{
	color: #5C5C5C !important;
}

.bLink:hover
{
	color: #000 !important;	
}

.contentBox
{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 10px;
}

.groupBox
{
	/*background-color:#FAFAFA;*/
	border: 1px solid #A2A2A2;
	box-shadow: 0 0 5px #B8B8B8;
	border-radius: 4px;
	padding-left: 10px;
	
}

.listItem
{
	width: 16px; 
	height: 16px; 
	background-image: url(uitheme/images/ui-icons_222222_256x240.png); 
	background-position: -48px -128px;
	/*background-position: -64px -128px;*/
}

li.listHover:hover
{
	background: #dadada;
	cursor: pointer;
}

/* _________________________________________________ */
html {font-size: 62.5%;}
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.sans-serif {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Droid Serif", Georgia, "Times New Roman";
}
.monospace {
  font-family: "Monaco", Courier New, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  color: #282828;
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", Georgia, "Times New Roman";
  font-weight: bold;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
}
h2 {
  margin-bottom: 0.5em;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
}
h3 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  margin-bottom: 0.75em;
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0.5em;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: bold; color: grey; background: url(../img/main_ahover.png) repeat-x left bottom;}
p {
  hyphens: auto;
}
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
  list-style: none;
}
ol {list-style: decimal outside;}
li ul, li ol {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: "Monaco", Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
code {background: #eee; padding: 5px; display: block;}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 12px;
  font-size: 1.2rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #d5d5d5;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin:0;
}
figure img, figure object, figure embed {
  max-width: 100%;
  height: auto;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-selection {
  background: #e6e6e6;
  color: #fafafa;
  text-shadow: none;
}
::-moz-selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
::selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
p.last, ul.last, ol.last, dl.last {margin: 0; padding: 0;}
.ptb10 {padding: 10px 0;} .pt15 {padding-top: 15px;}
.mt15 {margin-top: 15px!important;} .mt20 {margin-top: 20px;} .mt10 {margin-top: 10px;}
.mr5 {margin-right: 5px;} .mrb5 {margin: 0 5px 5px 0;}
.mr15 {margin-right: 15px;} .mrb15{margin: 0 15px 15px 0;}
.mb15 {margin-bottom: 15px;}
.bt {border-top: 1px solid #ccc;}
.nom {margin: 0!important;padding: 0!important;}
.smallest, a.top {font-size: 10px; font-size: 1rem;}
a.top {text-transform: uppercase; background: url(../img/ftr_top.png) no-repeat 0 0; padding-left: 30px; margin-top: 25px;}
.middle {text-align: middle;}
.center {text-align: center;}

/* ========= Global floats ========= */
body .r, footer a.top{float: right!important;}
body .l {float: left!important;}

/* ========= Global margins and paddings ========= */
/* Margin-top 10px */
header .search {margin-top: 10px;}

/* Margin-top 15px */
footer, nav.mainnav,header .usermenu {margin-top: 15px;}

/* Margin-bottom 15px */
footer .lower {margin-bottom: 15px;}

/* Margin-right 15px */
a.prev {margin-right: 15px;}

/* Margin-left 15px */
a.next {margin-left: 15px;}

/* Padding-top 15px */
header, footer .lower {padding-top: 15px;}

/* Border-radius 4px */
code, ul.sf_menu ul, header .search, .box-placeholder, .tabs ul li a, .acc_heading, .coll_heading, .btn_icon, .box input, .box textarea, .btn, button, .box .selector, .box select.multiple, .notification, .dialog_text, .slider-content li a, .square, .box.menu ul li span {border-radius: 4px;}
.br4 {border-radius: 4px;}
.box.br4 ul li.first {border-radius: 4px 4px 0 0;}

/* Box shadow inner */
.box .boxheading, .btn, button, body input[type=submit], body input[type=reset], body input[type=button], div.uploader span.action, .notification, .slider-content li.selected .title, .box.menu ul li.act a {box-shadow: 0px 1px 1px white inset;}

/* Box shadow on hover */
.btn_icon:hover, .btn:hover, button:hover, input:focus, textarea:focus, .box .selector:hover, .box .uploader:hover, body  .btn.small:hover, .template-download:hover, .template-upload:hover, .dialog_text:focus, body input[type=submit]:hover, body input[type=reset]:hover, body input[type=button]:hover, .square:hover, .user .r a:hover {box-shadow: 0 0 5px #b8b8b8;outline: 0;}

/* ========= Global font-size ========= */
/* Font-size 1.2rem */
ul.lang li a {font-size: 12px; font-size: 1.2rem;}

/* Font-size 1.4rem */
.tabs ul li a, .acc_heading, .coll_heading {font-size: 14px; font-size: 1.4rem;}

/* Font-size 1.6rem */
header input {font-size: 16px; font-size: 1.6rem;}

/* ========= Global colors ========= */
/* White text/links on dark background */
header a, footer a, header, footer,  .gallery .controls a {color: white;}

/* Pale white */
.smallest {color: #808080;}

/* General widths */
body  .narrow, body .box .row.line.narrow label {width: 30%;}
body .box .row.line.narrow .r {width: 70%;}
body  .wide, body .box .row.line.wide label {width: 50%;}
body .box .row.line.wide .r {width: 50%;}
body  .ultrawide, body .box .row.line.ultrawide label {width: 70%;}
body .box .row.line.ultrawide .r {width: 30%;}

/* General heights */
body  .short {height: 70px;}
body  .long {height: 150px;}
body  .ultralong {height: 250px;}

/* Positions */
.relative {position: relative;}
.absolute {position: absolute;}

/* Opacity */
.gallery .controls a {opacity: 0.6;}
nav.mainnav ul li a img, ul.sf_menu li a img, a.prev, a.next, .btn, button, body input[type=submit], body input[type=reset], body input[type=button],.gallery .thumb {opacity: 0.9;}
nav.mainnav ul li a:hover img, ul.sf_menu li a:hover img, .gallery .controls a:hover, a.prev:hover, a.next:hover, .btn:hover, button:hover, .gallery .thumb:hover, body input[type=submit]:hover, body input[type=reset]:hover, body input[type=button]:hover {opacity: 1;}

/* No border */
ul.lang li.last, ul.lang ul li, header .usermenu ul li ul li {border: none;}

/* Display none */
.gallery .thumb.medium .controls a span {display: none;}

/* No background */
.ui-spinner-list, .ui-spinner-listitem {background: none!important;}

/* Text/links on light background */
 a, ul.sf_menu ul li a {color: #5c5c5c;} 
 p a, a.black {color: black;}  p a:hover, a.black:hover, a.red:hover {text-decoration: underline;}
 a.red, .red {color: red;}  a.green, .green {color: green;}  a.blue, .blue {color: blue;}  a.orange, .orange {color: orange;}  a.yellow, .yellow {color: #f3c800;} 
 a:hover, ul.sf_menu ul li a:hover {color: black;}

/* General others */
body  .box .inline {display: inline;}
body  .box .str {font-weight: bold;}

/* Buttons with icons */
a.btn_icon {display: inline-block; border: 1px solid #c7c7c7;cursor: pointer;background: -moz-linear-gradient(#ffffff, #f6f6f6); background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#f6f6f6));}
a.btn_icon img {padding: 5px 7px;}
a.btn_icon:hover {background: #f5f5f5;}
a.btn_icon:active, body  .btn.small:active, .square:active {box-shadow: 0 0 5px #b8b8b8 inset;}

a.btn_icon.textright img {padding: 7px 9px;float: left;}
a.btn_icon span {font-size: 14px; font-size: 1.4rem;}
a.btn_icon span.l {padding: 10px 10px;float: left;border-left: 1px solid #d8d8d8;}
a.btn_icon span.title {display: block; font-weight: bold; line-height: 0.8;font-size: 14px; font-size: 1.4rem;}
a.btn_icon span.subtitle{margin-top:4px;display:block;}

a.btn_icon.square {text-align: center; padding: 5px 15px 10px 15px;font-weight: bold;}
a.btn_icon.square img {margin: 0 auto;}
a.btn_icon.square span {display: block;font-size: 14px; font-size: 1.4rem;} 

/* Other buttons */
body  .btn, body .btn, div.uploader span.action, button, body input[type=submit], body input[type=reset], body input[type=button] {padding: 7px 13px; background: none; border: 1px solid #434343;  font-size: 16px; font-size: 1.6rem; line-height: 1.1;font-family: "Droid Serif", Georgia;cursor: pointer;outline: 0;} 
body  button.btn, body  button {*line-height: 1;*padding: 5px 7px 6px 7px;}
body  .btn.middle, body .btn.middle, body button.middle, body input[type=submit].middle, body input[type=reset].middle, body input[type=button].middle {font-size: 14px; font-size: 1.4rem; padding: 5px 10px;}
body  .btn.small, body .btn.small, body button.small, body input[type=submit].small, body input[type=reset].small, body input[type=button].small {float: left; padding: 4px 5px;border: 1px solid #c7c7c7; font-size: 12px; font-size: 1.2rem; font-weight: bold; cursor: pointer;background: none;text-shadow: none; font-family: "Droid Sans", Helvetica, Arial, sans-serif;color: #525252;}
body  .btn.green, body .btn.green, div.uploader span.action {background-color: #518500;color: white; border-color: #284200;text-shadow: 0 0 2px black;}
body  .btn.grey, body .btn.grey {background-color: #757575;color: white; border-color: #434343;text-shadow: 0 0 2px black;}
body  .btn.red, body .btn.red{background-color: #cc3300;color: white;border-color: #8a2200;text-shadow: 0 0 2px black;}
body  .btn.blue, body .btn.blue {background-color: #0066cc;color: white;border-color: #003a73;text-shadow: 0 0 2px black;}
body  .btn.yellow, body .btn.yellow{background-color: #ffcc00; border-color: #cc9900; color: #695106;text-shadow: 0 0 2px white;  }
body  .btn.orange, body .btn.orange{background-color: #ff9900; border-color: #cc6600;color: white;text-shadow: 0 0 2px black;}

{background-image: url(../img/gradient.png); background-repeat: repeat-x; background-position: 50% 50%;}

body  .btn.clear, body .btn.clear {padding: 0; margin:0; background: none;border: 0; font-family: "Droid Sans", Helvetica, Arial;text-shadow: none; font-size: 14px; font-size: 1.4rem; color: #535353;}
body  .box input.clearest {background: none; border: none;width: auto;}

body input[type=submit], body input[type=reset], body input[type=button] {width: auto;}

/* Header */
header {height: 179px;}
section.container_12 {margin: 0 auto;}
header a.logo {display: block;}
header .r {width: 30%;}
/* Header main navigation */
nav.mainnav {float: left;width: 85%; height: 43px;}
nav.mainnav ul li {float: left; margin-right: 3%;}
nav.mainnav ul li a {display: block;}
nav.mainnav ul li ul li{margin-right:0px !important;}
nav.mainnav ul li a img {vertical-align: middle; margin-right: 5px;}
/* Suckerfish styles */
ul.sf_menu {margin: 0; padding: 0;}
ul.sf_menu li {float: right;position: relative; padding-right: 20px;z-index: 1000;}
ul.sf_menu li ul {display: none;position: absolute; z-index: 9999!important; width: 150px;  left: 0!important;top: 30px;margin: 5px 0 0 0; padding: 1.3em 0 0.2em 0 ;  background: url(../img/dropdown.png) no-repeat top left;box-shadow: 0 7px 6px #808080;}
ul.sf_menu li ul li ul {position: absolute; left: 150px!important;top: -5px;background: white;padding-top: 0.4em;margin-top: 0;}
ul.sf_menu.lang ul {top: 15px;width: auto;box-shadow: none;}
ul.sf_menu ul li a {border-bottom: 1px solid #ddd; padding: 8px 15px;}
ul.sf_menu ul li  {float: none; padding: 0;display: block;} ul.sf_menu ul li a {display: block;}
ul.sf_menu li a img {vertical-align: middle;}
ul.sf_menu ul li.last a{border:0;}
ul.sf_menu ul li.last ul li a{border-bottom: 1px solid #ddd;}
ul.sf_menu ul li.last ul li.last a{border:0;}
.sf-sub-indicator {display: block; position: absolute; right: 0; top:5px; width: 12px; margin: 0; height: 8px; background: url(../img/hdr_dropdown.png) no-repeat 0 0; text-indent: -999em;padding-right:4px;} /* This one styles the Suckerfish dropdown indicator */
.usermenu .sf-sub-indicator, nav.mainnav .sf-sub-indicator {top: 14px;} /* The larger text of the usermenu requires additional tweaking ot the top position */
ul.sf_menu ul li .sf-sub-indicator {background-image: url(../img/hdr_dropright.png); height: 12px; top: 10px;}
ul.lang li .sf-sub-indicator {right: 6px;padding-right:0px;}

/* Search input in header */
header .search {float: right; height: 35px; width: 98%; padding: 3px 2% 3px 1%; margin-bottom: 15px; box-shadow: 0 0 5px #141414 inset;}
header input {width: 70%; height: 25px; padding: 5px 10px 5px 15px;float: left; background: none; border: 0; font-family: "Droid Serif"; color: #a2a2a2; font-style: italic;}
header input:focus {color: white;outline: 0;}
header button {background: url(../img/icons/search.png) no-repeat 0 0; border: 0; box-shadow: none; float: right; width: 34px; height: 33px;opacity: 0.5;} body header button:hover {box-shadow: none;}
header button:hover {opacity: 1;}

/* Usermenu */
header .usermenu {width: 15%;}
header .usermenu ul li {border-left: 1px solid #363636; p1adding: 0 20px 0 1%;}
header .usermenu ul li.last {padding-right: 0;margin-left: 5%;}
header .usermenu ul li ul li.last {margin:0px;}
header .usermenu .messages sup {left: -15px;font-size: 10px; font-size: 1rem; background: #cc0000; border-radius: 2px; padding: 0 4px}

/* Content area */
 .box {display: inline;float: left; margin: 10px 1%;}

.box .boxheading {display: block; padding: 15px; font-size: 18px; font-size: 1.8rem; border-radius: 4px 4px 0 0; position: relative;min-width: 0;z-index: 1;}
.box .boxheading h3 {color: white;font-size: 1em; margin: 0; width: 87%;float: left;font-weight: normal;position: relative;}
.box .boxheading h3 img {margin-right: 1%;vertical-align: middle;}
.box section {background: white;border: 1px solid #d7dbe0; padding: 15px; color: #656565; border-radius: 0 0 4px 4px;}
.box .boxheading a.move {background: url(../img/main_grip.png) no-repeat 0 0; width: 22px; min-width: 22px; height: 19px; position: absolute; right: 2%; top: 35%; display: block; cursor: move;float: right; }
.box.onethird .boxheading h3 img {margin-right: 4%;}
.box.twothirds .boxheading h3 img {margin-right: 2%;}
.box.onethird .boxheading a.move {right: 5%;}
.box.twothirds .boxheading a.move {right: 2.5%;}

.box-placeholder {background: #c1c1c1; box-shadow: 0 0 5px grey inset; opacity: 0.5; float: left;}

img.l {margin: 0 3% 10px 0;} img.r {margin: 0 0 10px 3%;}
img.border {padding: 1%; border: 1px solid lightgrey;}
.window {width: 100%;}

.box ol li {margin-bottom: 10px; margin-left: 20px;}

/* General content elements */
.box ul li, body .ui-accordion-content ul li, body .ui-tabs-content ul li, body  .forceul li, .tabs .tab ul li, .tabsjqui ul li, .accjqui ul li, .coll ul li, .acc ul li  {padding-left: 20px; /*background: url(../img/main_bullet.png) no-repeat 0 4px;*/line-height: 1.3;margin-bottom: 5px;}
body .ui-accordion-content ul li, body .ui-tabs-content ul li {line-height: 1.3;}

.tabs .tab ul li, .tabsjqui ul li, .accjqui ul li, .coll ul li, .acc ul li {float: none;}

/* Form elements */
.box .row {padding: 10px 0; border-bottom: 1px solid #ddd;}
.box .row label {display: block; width: 100%;padding-bottom: 10px;line-height: 1.4;}
.box .row.line, body  .box .row.line.narrow, body  .box .row.line.wide, body  .box .row.line.ultrawide {width: 100%;}
.box .row.line label {float: left; padding: 10px 0;}
.box .row.line .r {float: left;}
.box input, .box textarea, .box .selector, .dialog_text {width: 94%; padding: 10px; color: #7f7f7f;line-height: 1.1;}

.box input, .box textarea, .box .selector, .ui-spinner, .dialog_text, .square, .user a.userimg, .box.menu ul li a {background: #f2f2f2; background: -moz-linear-gradient(#f9f9f9, #f2f2f2); background: -webkit-gradient(linear,left top, left bottom, from(#f9f9f9), to(#f2f2f2)); border: 1px solid #a2a2a2; outline: 0;}
.dialog_text {width: 400px; padding: 10px 2%;}
body input.colors {max-width: 100px;}

.box input.btn {color: white;width: auto; padding: 8px 14px;}
.box input:focus, .box textarea:focus {background: #f7f7f7;}
.box input.readonly {color: #c9c9c9;} .disabled {color: #9c9c9c;}
.box .selector {padding: 0;width: 100%;cursor: pointer;} .box .selector span {padding: 10px;}
.box .selector:hover, .box .uploader:hover span.filename {background-color: #f6f6f6;}
.box .uploader span.filename {background: #f2f2f2;border: 1px solid #7f7f7f; border-radius: 4px 0 0 4px; padding: 10px 3%;line-height: 1.1;}
.box .uploader span.action {padding: 10px 0; height: 15px; border-radius: 0 4px 4px 0;font-weight: normal;display: block;float: left;}
.box select.multiple {width: 100%;background: #f2f2f2;border: 1px solid #7f7f7f; padding: 2% 0;}
.box select.multiple optgroup {text-indent: 2%;}
.box select.multiple option {padding: 2% 4%;}
.box select.multiple option:hover{background: #ddd;}

.datafields ul li {float: left;padding: 0;margin-bottom: 10px;}
.datafields ul li {width: 122px;} 
.datafields ul li input {float: left;width: 80px;margin-bottom: 5px;}
.datafields ul li span {float: left;width: 20px;text-align: center;margin-top: 8px;}

.ui-spinner input {border: 0; background: none; padding: 10px; }
.ui-spinner{display:block; position:relative; overflow:hidden; max-width: 190px; border-radius: 4px;}
.ui-spinner-disabled{background:#F4F4F4; color:#CCC}
.ui-spinner-box{width:90%!important; height:100%; float:left; border:none; background:none; padding:0}
body  .ui-spinner-up, body  .ui-spinner-down{width:14%; height:50%; font-size:0.6em; padding:0; margin:0; z-index:100; text-align:center; vertical-align:middle; position:absolute; right:0; cursor:default; border-width: 0 0 0 1px; border-style:solid ;border-color: #999;border-radius: 0 4px 0 0;background: #f3f3f3;text-shadow: none; box-shadow: none; color: #404040;}
body  .ui-spinner-up:hover, body  .ui-spinner-down:hover {background: white;cursor: pointer;}
body  .ui-spinner-up:active {box-shadow: 1px -1px 5px #a9a9a9 inset;}
body  .ui-spinner-down:active {box-shadow: 1px 1px 5px #a9a9a9 inset;}
body  .ui-spinner-down{bottom:0; border-top: 1px solid #999;border-radius: 0 0 4px 0;}
body  .ui-spinner-pressed{background:#FEFEFE}
body  .ui-spinner-list, .ui-spinner-listitem, .ui-spinner .ui-spinner-dyn a{margin:0; padding:0;line-height: 1;}
body  .ui-spinner ul li, .ui-spinner .ui-spinner-data, .ui-spinner .ui-spinner-dyn, .ui-spinner .ui-spinner-dyn a  {line-height: 38px;padding-left: 12px;margin-bottom: 0;}
.ui-spinner .ui-spinner-dyn a {display: block;padding-left: 0;}
body  .ui-spinner-box a {font-weight: bold;}

.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}

#eq span {height:120px; float:left; margin:15px 2%;}

/* Clear UL styling */
.tabs ul li, .datafields ul li, .ui-widget ul li {background: none; padding: 0;margin: 0;}
.datafields ul, .tabs ul {padding: 0;margin: 0;}
/* Regular table */
table {width: 100%;}
table caption {height: 25px; font-size: 18px;font-size: 1.8rem; font-family: "Droid Serif", Georgia, serif;font-weight: bold; margin: 10px 0;}
table td {padding: 10px 1%; vertical-align: middle; border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;}
table th {font-weight: bold; background-color: #efefef; padding: 10px 1%; vertical-align: middle; border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;}
table th {font-family: "Droid Serif", Georgia, serif;font-weight: bold;}
table tbody tr:hover td {background: #fff6c6;}
.tabled tr {border: 0;}
.tabled td, .tabled th, .fc-header-left, .fc-header-center {border: 0;}
/* User account and menu */
.user {font-family: "Droid Sans", Helvetica, Arial;}
.user .l p {margin: 3px 0;} .user .l p img {vertical-align: text-top;margin-right: 3px;}
.user .l a.userimg {border: 1px solid #aaa; display: block; padding: 10px; border-radius: 4px;margin-right: 15px;}
/* Error pages */
.errorbox {width: 305px; margin: 10px auto 70px auto;}
.errorbox h1 {border-width: 1px 0; border-style: solid; border-color: #919497; font-size: 143px; font-size: 14.3rem; position: relative; color: #bc2020; padding: 30px 0 10px; margin: 10px 0;line-height:1;text-align: center;}
.errorbox h1 sup {font-size: 34px; font-size: 3.4rem; position: absolute; top: 31px; left: 13px; display: block;font-weight: bold;}
.errorbox h3, .errorbox h4 {font-family: "Droid Sans", Helvetica, Arial, sans-serif; text-align: center;line-height: 1;}
.errorbox h3, .errorbox h4 {color: #919497; font-size: 18px; font-size: 1.8rem;}
.errorbox h4 {color: #363636; line-height: 1.3;}
.errorbox a.btn {margin-left: 80px;}
/* Footer */
footer {min-height: 168px;}
footer .lower {padding-bottom: 15px; border-bottom: 1px solid #393939;}
/* jQueryUI additionals */
.tabs ul {margin: 0 0 10px 0;padding: 0;}
.tabs ul li {float: left;}
.tabs ul li a, .acc_heading, .coll_heading  {font-family: "Droid Sans", Arial, sans-serif; font-weight: bold; display: block; padding: 0.5em 1em; margin-right: 5px; outline: 0; cursor: pointer;} .tabs ul li a:hover, .acc_heading:hover, .coll_heading:hover {background-color: #f1f1f1;}
.tabs ul li.active a, .acc .active, .coll .collapse-open {background-color: #eaeaea; box-shadow: 0 0 10px #bfbfbf inset;}
/* Backgrounded UI elements on non-hover state */
.acc_heading, .coll_heading {background: #f6f6f6;}
/* Negative top indent */
.tabs.upper {margin-top: -16px;} .tabs.upper ul li a {border-radius: 0 0 4px 4px;}
/* Margin-bottomed UI elements */
.acc_heading, .coll_heading {margin-bottom: 3px;}
/* Clearix final after elements */
.tabs ul:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#orderUndeliveredTabDS
{
    width : 600px;
}


#deliveryList {
    float: left;
    width: 40%;
    border: 1px solid gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    min-height: 154px;
}

#deliveryList li {
    margin: 4px;
}

#vehiclesContainer {
    float: left;
    margin-left: 40px;
    width: 40%;
}


.vehicleDropArea {
    margin-bottom: 30px;
    min-height: 80px;
    padding: 4px 4px 30px;
}

h5 {
    background: url("../../../img/gradient2.png") repeat-x scroll 50% 50% #8B1B1B;
    color: white;
    margin: 0;
    padding: 10px 5px;
}


#vehiclesContainer > div {
    border: 1px solid gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
}

.vehiclePDF {
    float: right;
    margin: -20px 47px;
}

.vehicleExcel
{
    float: right;
    margin: -20px 122px;
}
.vehicleSplitPDF {
    float: right;
    margin: -20px 10px;
}

.archivePDF {
    float: right;
    margin: -20px 85px;
}

.dateContainer {
    padding-left: 24px;
}

#orderDate {
    width: 80px;
}

.hoverState
{
    background : #FEC848;
}