/* $Id: style.css,v 1.33.2.46 2010/06/06 20:16:22 sign Exp $ */

html {
  overflow-y: scroll;
}

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
}

body, p, div, span, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

body, p, div, span, td, th, input, select, textarea {
  font-family:  Arial, Tahoma, Helvetica, sans-serif;
  font-size: 13px;
}

a, a:active {
  color: #027ac6;
  text-decoration: underline;
}

a:link {
  text-decoration:none;
}

a:focus {
  outline-style: none;
}

a:hover {
  /*text-decoration:underline; */
  color: #027AF7;
}


h1 {
  margin: 0px;
}

.clear {
  clear: both;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*
 * page layout
 */

#toppanel-head {
  font-size: .8em;
  color: #ffffff;
  background: #313332;
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
  height: 23px;
}

#go-home {
  float: left;
  padding: 4px 0 0 22px;
  background: url(images/gohome.png) no-repeat 3px 3px;
}

#go-home a, #admin-links a {
  color: #fff;
  text-decoration: none;
}

#go-home a:hover, #admin-links a:hover {
  text-decoration: underline;
}

#header-title {
  padding: 0;
  color: #a7a7a7;
}

#admin-links {
  color: #fff;
  float: right;
  padding: 0px;
  margin: 04px 10px 0 0;
}

#admin-links .user-name {
  font-weight: bold;
}

#admin-links .user-logout:hover {
  text-decoration: none;
}

#admin-links .user-logout span {
  visibility: hidden;
}

/*
 * Main navigation tabs
 */
.rootcandyspan {
  padding: 0 5px;
}

/* top navigation */
#navigation {
  width: 100%;
  line-height: normal;
  position: relative;
  min-height: 24px;
  height:auto !important;
  height: 24px;
  padding-top: 30px;
  background: url(images/navigation_bg.png) repeat-x bottom;
  background-color: #b2c8d3;
  color: #b2c8d3;
}

#navigation .item-list {
  font-size: 94%;
  line-height: normal;
}

#navigation.prepend-top {
  padding-top: 56px;
}

#navigation.i16 {
  min-height: 44px;
  height:auto !important;
  height: 44px;
}

#navigation.i24 {
  min-height: 50px;
  height:auto !important;
  height: 50px;
}

#navigation.i32 {
  min-height: 58px;
  height:auto !important;
  height: 58px;
}

#navigation ul {
  margin: 0;
  padding: 5px 10px 0;
  list-style: none;
  position: absolute;
  bottom: 0;
}

#navigation li {
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: center;
  list-style-type: none;
}

#navigation a {
  float: left;
  display: block;
  padding: 5px 11px 1px 6px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

#navigation a:hover {
  color: #c0c0c0;
}

#navigation #current-32 {
  background: url(images/tabs/tableft_big.png) no-repeat left top;
  position: relative;
  top: 1px;
}

#navigation #current-32 a {
  background: url(images/tabs/tabright_big.png) no-repeat right top;
  color: #027ac6;
  padding-bottom: 2px;
}

#navigation #current-24, #navigation #current-16 {
  background: url(images/tabs/tableft.png) no-repeat left top;
  position: relative;
  top: 0px;
}

#navigation #current-24 a, #navigation #current-16 a {
  background: url(images/tabs/tabright.png) no-repeat right top;
  color: #027ac6;
  padding-bottom: 3px;
}

#navigation #current {
  background: url(images/tabs/tableft_small.png) no-repeat left top;
  position: relative;
  top: 0px;
}

#navigation #current a {
  background: url(images/tabs/tabright_small.png) no-repeat right top;
  color: #027ac6;
  padding-bottom: 3px;
}

#navigation #logo {
  float: right;
  height: 64px; 
  /*padding: 5px 20px 5px 5px;*/
}

.content-in {
  /*background: url(images/content_bg.gif);*/
  margin: 5px;
  font-size: 90%;
  float: left;
  width: 100%;
  margin: 0 25px 0 0;
  position: relative;
}

ul#rootcandy-menu {
  width: 151px;
  margin: 0;
  padding: 0;
  text-align:center;
}

#rootcandy-menu li {
  padding: 4px;
  text-align: right;
  padding-left: 14px;
  list-style: none;
  text-align:left;
}

#rootcandy-menu li.active {
  background-color: #DAF0FB;
  border-top: 1px solid #dcf0f6;
  border-bottom: 1px solid #dcf0f6;
  border-right: 1px solid #dcf0f6;
  margin-right: 5px;
  text-align:left;
  padding-left: 20px;
  font-size: 1.1em;
  color: #272822;
}

#rootcandy-menu li.active a, #rootcandy-menu a.active-trail {
  color: #000;
  font-weight: bold;
}

#content-main {
  background-color: #f3f7fc;
}

#rootcandy-menu a {
  text-decoration: none;
  font-size: 90%;
}

#rootcandy-menu a.active {
  color: #f00;
  font-weight: bold;
}

div.admin-content {
  padding: 10px;
  min-height: 200px;
}

#placeholder {
  height: 1em;
}

#content-wrap {
  background: white;
  width: 969px;
  /*max-width: 1260px;*/
  margin: 15px auto 20px auto;
  clear: both;
  /*width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "99%");*/
}

#content-wrap #inside {
  margin: 0 10px 0 0;
  padding: 5px 0 20px 3px;
}

#content {
  padding-left: 10px;
  padding-top: 0px;
  background: #fff;
}

.sidebar-left #content {
  padding-left: 150px;
}

.sidebar-right #content {
  padding-right: 210px;
}

.sidebars #content {
  padding-left: 210px;
  padding-right: 210px;
}

#sidebar-right {
  width: 210px;
  float: right;
}

#sidebar-left {
  width: 150px;
  float: left;
}

.t {background: #ffffff }
.b {background: #ffffff}
.l {background: #ffffff}
.r {background: #ffffff}
.bl {background: #ffffff}
.br {background: #ffffff}
.tl {background: #ffffff}
.t-l {background: #ffffff}
.tr {background: #ffffff}

.mgt3{margin-top: 3px;}

.navigation-menu {
  margin: 20px;
}

.navigation-menu dd {
  color: #a0a0a0;
  padding-bottom: 10px;
}

/* tables */
table {
  font-size: 12px;
  width: 100%;
  margin: 0 0 5px 0;
}

thead {
  border: 1px solid #cad4e6;
  background: #e0ecff;
  color: #027AC6;
  text-shadow: 0 1px 0 #fff;
}

thead th {
  font-weight: bold;
  padding: 2px 6px;
  border: 0;
}

tr.even {
  border: 1px solid #cad4e6;
  background: url(images/content_bg.gif) repeat-x left top;
}

tr.odd {
  border: 1px solid #cad4e6;
  background-image: none;
  background-color: #fff;
}

td {
  padding: 1px 4px;
}

.collapse-processed {
  background: #ddd;
  padding: 2px;
  font-size: 0.92em;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding-right: 4px;
}

.collapse-processed a {
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 #e0e0e0;
  font-weight: bold;
}

.content-add-more {
  background: url('icons/i16/misc/add.png') no-repeat left center;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}

span.form-required,
span.required{
  color: #ffae00;
}

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

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

/* status messages */
div.messages, div.preview, div.help {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-weight: normal;
  background-color: #fff;
}

div.messages ul {
  margin: 0;
  padding: 0;
}

div.messages ul li {
  list-style-type: none;
  list-style-image: none;
}

div.help {
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
}

.help p {
  margin: 5px;
}

div.status {
  color: #00529B;
  background-color: #bde5f8;
}

div.status a, div.status a:visited {
  color: #00529B;
  font-weight: bold;
}

div.warning {
  color: #fff;
  background-color: #6CC417;
  border: 1px solid #4CC417;
}

div.warning a, div.warning a:visited {
  color: #9f6000;
  font-weight: bold;
}

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

div.error a, div.error a:visited {
  color: #a30000;
  font-weight: bold;
}

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

.block {
  padding: 0 .5em;
}

.block h2 {
  font-weight: bold;
  line-height: 1.8em;
  font-size: 1.2em;
  color: #027ac6;
  font-size: 100%;
  padding: 0;
  margin: 0;
  background: none;
}

.block .content {
  font-size: 90%;
  padding-bottom:30px;
}

#footer {
  clear: both;
  text-align: center;
  margin-top: 15px;
}

#footer .content a{text-decoration: none;}

.node-form .standard  {
  clear: none;
}

#TB_ajaxContent fieldset {
  display: inline;
}

#fieldsetcontainer a {
  margin: 2px;
}

#fieldsetcontainer a:hover {
  color: #000;
}

ul.primary{
  border: none;
}

ul.primary li a, ul.primary li.active a {
  border: none;
}

#breadcrumb .alone {
  padding: 20px;
}

.breadcrumb {
  font-size: 80%;
  padding-left: 22px;
  color: #a0a0a0;
  float: left;
}

#breadcrumb h2 {
  float: right;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  color: #027ac6;
  font-size: 120%;
  font-weight: bold;
}

h2#title {
  margin-top: 4px;
}

.admin-list a {
  font-weight: bold;
  line-height: 1.8em;
}

/* default styling for all form buttons */
input.form-submit, input.teaser-button {
  background: transparent url(images/buttons/blue-button.png) no-repeat top;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 96%;
  font-weight: bold;
  margin: 10px 0px 0px 2px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}

.node-form input#edit-submit.form-submit, input#edit-save.form-submit {
  background: transparent url(images/buttons/green-button.png) no-repeat top;
}

input#edit-delete.form-submit,
#system-modules-uninstall input#edit-submit,
#user-multiple-delete-confirm input#edit-submit {
  background: transparent url(images/buttons/red-button.png) no-repeat top;
}

input.form-submit:hover,
input.teaser-button:hover,
input#edit-save.form-submit,
.node-form input#edit-submit.form-submit:hover,
input#edit-delete.form-submit:hover,
 #system-modules-uninstall input#edit-submit:hover,
#user-multiple-delete-confirm input#edit-submit:hover   {
  background-position: bottom;
  cursor: pointer;
}

input#edit-save.form-submit[disabled], input.disabled {
  background: transparent url(images/buttons/grey-button.png) no-repeat top;
}

#legal-notice {
  font-size: 80%;
  color: #999;
  text-align: center;
}

#legal-notice a {
  background: transparent url(images/extlink.gif) no-repeat scroll right center;
  padding-right: 12px;
}

/*
 * tabs in content
 */
.level-1 h2 {
  color: #027ac6;
  font-size: 120%;
  font-weight: bold;
}

#tabs-primary {
  width: 100%;
  font-size: 93%;
  line-height: normal;
  background: url(images/tabs/bg.gif) repeat-x bottom;
  float: left;  
  height: 27px;
}

#tabs-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 9000px;
}

#tabs-primary li {
  float: left;
  margin: 0;
  padding: 0 0 0 9px;
}

#tabs-primary a {
  float: left;
  display: block;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #027ac6;
  background: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs-primary a {
  float: none;
}
/* End IE5-Mac hack */

#tabs-primary a:hover {
  color: #000;
  text-decoration: underline;
}

#tabs-primary .active {
  background: url(images/tabs/left.gif) no-repeat left top;
}

#tabs-primary .active a {
  background: url(images/tabs/right.gif) no-repeat right top;
  color: #333;
  padding-bottom: 5px;
}

#tabs-secondary {
  border: none;
  width: 100%;
  font-size: 93%;
  line-height: normal;
  background: url(images/tabs/bg-2.gif) repeat-x bottom;
  float: left;
  height: 27px;
}

#tabs-secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

#tabs-secondary li {
  float: left;
  margin: 0;
  padding: 0 0 0 9px;
  border: none;
}

#tabs-secondary a {
  float: left;
  display: block;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #027ac6;
  background: none;
  border: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs-secondary a {
  float: none;
}
/* End IE5-Mac hack */

#tabs-secondary a:hover {
  color: #000;
}

#tabs-secondary .active {
  background: url(images/tabs/left-2.gif) no-repeat left top;
  color: #000;
}

#tabs-secondary .active a {
  background: url(images/tabs/right-2.gif) no-repeat right top;
  color: #000;
  padding-bottom: 5px;
}

/*
 * pager
 */

.item-list .pager li {
  padding: 0;
  margin: 2px;
}

.pager li.pager-current, .pager li a {
  background: transparent url(images/buttons/blue-button.png) no-repeat top;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
  border:1px solid #90C2E1;
  margin:0;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 96%;
  font-weight: bold;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  text-decoration: none;
}

.pager a:hover,
.pager li.pager-current {
  background: transparent url(images/buttons/blue-button.png) no-repeat bottom;
  text-decoration:underline;
  color: #000;
}

.pager a,
.pager li.pager-current {
  padding: 2px 4px;
}

.pager {
  text-align:center;
}

/*
 * node-add-list
 */

.node-type-list a {
  font-weight: bold;
}

/*
 * views
 */

#views-ui-admin-tools input#edit-clear-cache {
  margin-top: 5px;
}

#views-ui-edit-view-form {
  margin-top: 10px;
}

#edit-add-display {
  margin-bottom: 10px;
}

.remove-display input.form-submit {
  background: transparent url(images/buttons/red-button.png) no-repeat top;
}

.remove-display input.form-submit:hover  {
  background-position: bottom;
  cursor: pointer;
}

.views-tabset {
  background: transparent;
}

#views-ui-analyze-view-button {
  margin: 10px 0;
}

/* dashboard */
#dashboard-left {
  float: left;
  width: 48%;
}

#dashboard-right {
  float: right;
  width: 48%;
}

#dashboard-left h2, #dashboard-right h2 {
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  padding: 6px;
}

#dashboard-left .block, #dashboard-right .block {
  margin: 0;
  padding: 0;
}

#dashboard-left .block .content, #dashboard-right .block .content {
  padding: 5px 10px;
}

#dashboard-left h3, #dashboard-right h3 {
  padding: 0;
  margin: 0px 2px;
}

/* sliding panel */

#toppanel {
  position: absolute;   /*Panel will overlap  content */
  /*position: relative;*/   /*Panel will "push" the content down */
  width: 100%;
  z-index: 999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  top: 0px;
}

#panel {
  width: 100%;
  height: 300px;
  color: #999;
  background: #313332 url(images/panel/panel_content_bg.png);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 3;
  display: none;
}


#toggle, #toggle ul {
  display:none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 160px;
}

#toggle li {
  display:none;
  float: none;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: center;
}

#toggle a {
  display:none;
  float: none;
  display: block;
  padding: 5px 11px 1px 6px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

#toggle li {
  background: url(images/panel/panel_left.png) no-repeat left top;
  position: relative;
  top: 0px;
}

#toggle li a {
  background: url(images/panel/panel_bg.png) no-repeat right top;
  color: #fff;
  padding: 0 0 3px 0;
}

#toggle li a .panel-open {
  display:none;
  background: url(images/panel/panel_open.png) no-repeat left top;
  padding-left: 20px;
}

#toggle li a .panel-close {
  background: url(images/panel/panel_close.png) no-repeat left top;
  padding-left: 20px;
}

/* regions in slider */
#slider-middle {
  padding-left: 210px;
  padding-right: 210px;
}

#slider-right {
  width: 210px;
  float: right;
}

#slider-left {
  width: 210px;
  float: left;
}

#maintenance {
  border: 5px solid #e0e1e1;
  width: 700px;
  margin: 30px auto;
  background-color: #f0f0f0;
  padding: 10px;
}

#maintenance .maintenance-icon {
  float: left;
}

#maintenance .maintenance-content {
  margin: 13px 10px 10px 10px;
}

#maintenance .maintenance-content-p {
  margin: 13px 10px 10px 10px;
}

/* Vertical tabs */
.vertical-tabs-list li {
  background: #fff;
}

.vertical-tabs-list li.selected {
  background: url(images/content_bg.gif);
}

.vertical-tabs-list .summary {
  color: #898989;
}

/*
 * Labels
 */
label {
/*  background-color: #e9eff2;*/
  padding: 1px;
  margin: 1px;
  display: inherit;
  width: 100%;
}

label.option {
  background-color: transparent;
}

fieldset.collapsible .fieldset-wrapper {
  overflow: hidden !important;
}

fieldset {
  border: 1px solid #ddd;
}

table label {
  background-color: transparent;
}

/*
 * Admin menu
 */
#admin-menu-wrapper {
  font-size: 9px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

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

.level-1 {
/*  border-bottom: 1px solid #d2dada;
  border-right: 1px solid #d2dada;
  border-left: 1px solid #d2dada;
  background: #f2f2f2;*/
  background: #FFFFFF;
  border-top: 0;
  padding: 0px;
  clear: both;
}

.level-2 {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-top: 0;
  background: #fff;
  padding: 4px;
  clear: both;
}

span.admin-enabled, span.admin-disabled, span.admin-missing {
  background: #fff;
  padding: 2px;
  font-size: 0.92em;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

span.admin-enabled {
  color: #0fa000;
}

span.admin-missing {
  color: #333;
}

span.admin-disabled {
  color: #de4040;
}

.module-disabled {
  color: #aaa;
}

.module-disabled strong {
  text-shadow: 0 1px 0 #fff;
}

tr.highlight {
  background: #fffcc8;
}

html.js fieldset.collapsible legend a {
  background:url("images/exp_col.png") no-repeat scroll 5px 4px transparent;
  padding-left:20px;
}

html.js fieldset.collapsed legend a {
  background-position: 5px -20px;
}

div.admin {
  padding-top:0;
}

div#searchwell
{
    display: none;
}
#btnAddAttach {

}
div.attach input{
    padding: 10px 0px 10px 0px;
}

#selectAttach
{
    padding: 10px 0px 10px 0px;
}
#attach-tool
{
    padding-top: 0px;
}

.scroll-box
{
    background-color: #FFFFFF;
    border: 1px solid silver;
    line-height: 20px;
    margin-top: 5px;
    height: 180px;
    overflow: scroll;
    padding: 1px 0 0 0;
    width: 254px;
    position: relative;
    white-space: nowrap;
}

.scroll-box .odd{background: #FFFFFF;}
.scroll-box .even{background: #F5F5F5;}
.scroll-box .selected{background: #DDDDDD;font-weight: bold;}

#select-office-agent
{
    background: url("../../data/images/girl-office.jpg?1") no-repeat scroll right bottom transparent;
    height: 250px;
    padding: 10px 10px 7px 25px;
    width: 710px;
}

.border-bottom
{
    border-bottom: 1px solid #ABACAC;
    padding-bottom: 5px;
}

#sign-option .border-top
{
    border-top: 1px solid #EEEEEE;
    margin-top: 3px;
    padding-top: 3px;
}

#sign-option input
{
    margin-left: 10px;
}

.location
{
    background: url("../../data/images/car.jpg") no-repeat scroll right bottom transparent;
    height: 100px;
    padding-left: 25px;
    width: 696px;
}

.order-form img{vertical-align: middle;}
.order-form .form-item{color: #5F5F5F}

.order-form .form-item label
{
    font-family: Arial;
    display: block;
    font-size: 1.5em;
    font-weight: lighter;
    margin-bottom: 7px;
    color: #666666;
}



.text1
{
    background-color: #FCFCFC;
    border: 1px solid #DDDDDF;
    padding: 5px 3px;
}

.longlat
{
    width: 675px;
    margin: auto;
    padding-top: 3px;
    display:none;
}

.longlat span{padding-right: 10px;}

#select-inscom{padding-left: 25px;}

#select-items {
	margin: 0;
    padding: 5px 0 5px 10px;
    position: relative;
}

#select-items table {border-collapse: separate; background-color: #EAEEF5;margin: 0px;}

#select-items table td
{
    border-bottom: 1px solid #DADFE6;
    border-right: 1px solid #DADFE6;
    padding: 3px 0 3px 5px;
    /*cursor: pointer;*/
}

#select-items table td.lastCol
{
    cursor: pointer;
}

#select-items table tr.lastRow td{border-bottom: none;}
#select-items table td.lastCol{border-right: none;}

.hightlight{color: #B1B494;font-size: 14px;font-weight: bold;}

#select-items .tr{padding: 1px;}

#sign-post,
#sign,
#accessories
{
    float: left;
    margin-right: 7px;
    width: 235px;
}

#sign-option
{
    background-color: rgba(230, 230, 230, 0.55);
}

.center{text-align: center}

.receive-photo input
{
    margin-top: 18px;
}

.receive-photo
{
    /*border: 1px dashed red;*/
    padding: 5px;
}

.receive-photo span
{
    margin: 3px 0 0 7px;
    width: 130px;
}

.note .note-active
{
  height: 50px;
  vertical-align: middle;
  width: 742px;
  margin: 0px 30px 30px;
}

#sign-box{
    padding-left: 0px;
    padding-top: 18px;
}
#sign-box .active a{color: #000;font-weight: bold;}

.order-form .pagination{text-align: center;}
.order-form .pagination a{padding-right: 5px;}

a.disable{color: #898989}

/*grid view*/
.grid-list-header{
    position: relative;
}

.grid-list-header .grid-view .summary
{
    color: rgba(0, 0, 0, 0.69);
    float: left;
    font-size: 19px;
    font-weight: normal;
    height: 33px;
    padding: 15px 0 40px 10px;
}

.grid-list-header .inner-filter
{
	  background: none repeat scroll 0 0 #DBDBDB;
    height: 45px;
    left: 8px;
    padding-top: 2px;
    position: absolute;
    top: 46px;
    width: 786px;
    margin-left:-1px;
}

.grid-list-header .inner-filter .filter-label
{
	color: #523535;
    font-size: 1.2em;
    font-weight: bold;
}

.grid-list-header .grid-view table.items,
.grid-list-header .filter
{
    clear: both;
    margin-left: 6px;
    width: 721px;
}

.grid-list-header .filter
{
    padding: 10px 0px;
}

.grid-list-header .grid-view .pager
{
    color: rgba(0, 0, 0, 0.69);
    float: right;
    font-size: 19px;
    font-weight: normal;
    height: 38px;
    padding: 10px 15px 10px 10px;
}

.grid-list-header ul.yiiPager {
    border: 0 none;
    font-size: 19px;
}

.grid-list-header ul.yiiPager a:link,
.grid-list-header ul.yiiPager a:visited {
    border: medium none;
    color: rgba(0, 0, 0, 0.69);
    font-weight: normal;
    padding: 1px 1px;
    text-decoration: none;
}

.grid-list-header ul.yiiPager .selected a
{
    text-decoration: underline;
}

.grid-list-header ul.yiiPager .hidden a {
    border: medium none;
    color: #C0C0C0;
}

.grid-list-header .pager li.pager-current,
.grid-list-header .pager li a {
    -moz-border-radius: 0;
    -moz-outline-radius: 0;
    background: none;
    border: none;
    font-weight: normal;
    outline: none;
}

.grid-list-header .pager li.pager-current,
.grid-list-header .pager li a {
    background: none;
    border: none;
    color: #FFFFFF;
    outline: none;
}

.grid-list-header .grid-view table.items{border-collapse: separate;border-spacing: 5px;}

.grid-list-header .grid-view table.items th,
.grid-list-header .grid-view table.items td
{
    border: none;
    /*border-bottom: 1px solid #C3CBD3;*/
    color: #000000;
}

.grid-list-header .grid-view table.items td img{vertical-align: middle}

.grid-list-header .grid-view table.items th{border-top: none;border-bottom: 2px solid #C3CBD3;background: none;}

.grid-list-header .grid-view table.items
{
    border: 1px solid #C3CBD3;
    border-top: none;
    margin-left: 7px;
    padding-top: 20px;
    width: 786px;
    border-collapse: collapse;
}

.grid-list-header thead{border: none;background: none;}
.grid-list-header thead th{background: none;color: #000000;text-transform: uppercase}

.grid-list-header .grid-view table.items th a{color: #000000;}

.grid-list-header .grid-view table.items tr.even,
.grid-list-header .grid-view table.items tr.odd{background: none;}

.grid-list-header .grid-view table.items th a,
.grid-list-header .grid-view table.items th a.asc
{
	background: url("images/inc.gif") no-repeat scroll right center transparent;
	padding-right: 10px;
}

.grid-list-header .grid-view table.items th a.desc
{
	background: url("images/dec.gif") no-repeat scroll right center transparent;
}

/*calendar*/
.DHTMLSuite_calendar *
{
    font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
    font-size: 12px;
}
.DHTMLSuite_calendar {
    background-color: #FFFFFF;
    border: 1px solid #9CBDFF;
    overflow: hidden;
    position: relative;
    width: 241px;    
}

.DHTMLSuite_calendarContent {
    position: relative;
    z-index: 10;
}

.DHTMLSuite_calendar .DHTMLSuite_calendarHeading {
    background-image: url("../../js/dhtml-suite-for-applications/themes/blue/images/calendar/calendar_heading.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #9CBDFF;
    height: 21px;
}

.DHTMLSuite_calendarCloseButton {
    background-image: url("../../js/dhtml-suite-for-applications/themes/blue/images/calendar/calendar-close.gif");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 13px;
    padding: 1px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 13px;
}

.DHTMLSuite_calendarHeadingTxt {
    font-size: 13px;
    padding: 1px;
    text-align: center;
}

.DHTMLSuite_calendar_navigationBar {
    background-color: #C4DCFB;
    border-bottom: 1px solid #9CBDFF;
    height: 17px;
    position: relative;
}

.DHTMLSuite_calendar_timeBar {
    background-color: #C4DCFB;
    border-top: 1px solid #9CBDFF;
    height: 21px;
    position: relative;
    text-align: center;
}

.DHTMLSuite_calendarHeaderMonthAndYear {
    cursor: pointer;
    line-height: 17px;
    padding: 1px 2px;
}

.DHTMLSuite_calendar_btnPreviousYear {
    background-image: url("../../js/dhtml-suite-for-applications/themes/blue/images/calendar/calendar-previous-year.gif");
    left: 2px;
}

.DHTMLSuite_calendar_btnNextYear {
    background-image: url("../../js/dhtml-suite-for-applications/themes/blue/images/calendar/calendar-next-year.gif");
    right: 2px;
}

.DHTMLSuite_calendar_btnPreviousMonth {
    background-image: url("../../js/dhtml-suite-for-applications/themes/blue/images/calendar/calendar-previous-month.gif");
    left: 18px;
}

.DHTMLSuite_calendar_btnNextMonth {
    background-image: url("../../js/dhtml-suite-for-applications/themes/blue/images/calendar/calendar-next-month.gif");
    right: 18px;
}

.DHTMLSuite_calendar_navigationBarToday {
    text-align: center;
}

.DHTMLSuite_calendar_btnNextYear,
.DHTMLSuite_calendar_btnPreviousYear,
.DHTMLSuite_calendar_btnNextMonth,
.DHTMLSuite_calendar_btnPreviousMonth {
    background-position: center center;
    background-repeat: no-repeat;
    height: 13px;
    padding: 1px;
    position: absolute;
    top: 1px;
    width: 13px;
}

.DHTMLSuite_calendar_monthView td {
    cursor: default;
    text-align: center;
    padding: 0;
}

.DHTMLSuite_calendar_monthView_firstColumn {
    background-color: #C4DCFB;
    border-right: 1px solid #9CBDFF;
    text-align: left;
}

.DHTMLSuite_calendar_monthView_headerCell {
    background-color: #FFFFFF;
    border-bottom: 1px solid #9CBDFF;
}

.DHTMLSuite_calendar_monthView_headerSunday {
    border-bottom: 1px solid #9CBDFF;
    color: red;
}

.DHTMLSuite_calendarHeadingTxt table
{
    width: auto;
}
.DHTMLSuite_calendar table {
    margin: 0;
    border-collapse: separate;
}

.DHTMLSuite_calendar_monthView_initialDate {
    background-color: #9CBDFF;
    color: white;
}

.DHTMLSuite_calendar_monthView_daysInOtherMonths {
    color: #999999;
}
.DHTMLSuite_calendar_monthView_daysInThisMonth {
}
.DHTMLSuite_calendar_monthView_sundayInThisMonth {
    color: red;
}
.DHTMLSuite_calendar_monthView_initialDate {
    background-color: #9CBDFF;
    color: white;
}
.DHTMLSuite_calendar_monthView_invalidDate {
    color: #AAAAAA;
}
.DHTMLSuite_calendar_monthView_currentDate {
    background-color: #DFE9FA;
}
.DHTMLSuite_calendar_minuteDropDown {
    background-color: #C4DCFB;
    border: 1px solid #9CBDFF;
    cursor: pointer;
    font-size: 12px;
    padding: 1px;
    position: absolute;
    text-align: center;
    width: 23px;
    z-index: 152000;
}
.DHTMLSuite_calendar_minuteDropDownCurrentMinute {
    color: red;
}
.DHTMLSuite_calendar_dropdownAMinuteOver {
    background-color: #DFE9FA;
}
/*end calendar*/
.dashboard{padding: 0 0 20px 0;}

.order-info
{
	width: 614px;
	margin: auto;
	margin-bottom: 23px;
	color: #110D44;
  padding-top:20px;
}

.dashboard .top{text-align: center;}

.dashboard .dashboard-box
{
    border-radius: 20px 20px 20px 20px;
    margin-right: 25px;
    width: 220px;
}

.dashboard .dashboard-box.last
{
    margin-right: 4px;
}

.dashboard-box a{text-decoration: none;color: #000000}
.dashboard-box a:hover{color: #f34c4c}

.dashboard .dashboard-box .title{color: #3D3B65; padding-bottom:5px;}

.dashboard .dashboard-box .title h3{
	color: #5F6265;
    font-family: Helvetica;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
}

.dashboard .dashboard-box .title h3 a {color: #5F6265;}

.dashboard .dashboard-box .title span
{
	color: #2A77BA;
	font-size: 11px;
	font-weight: normal;
    margin: 10px 10px 0 0;
}

.dashboard .dashboard-box .bg
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #e8f1ff;
    border-bottom: 1px solid #FFFFFF;
    border-image: none;
    border-left: 1px solid #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border-top: 1px solid #FFFFFF;
    margin-right: 1px;
    min-height: 220px;
    position: relative;
}

.dashboard .dashboard-box .bg1
{
	background: #E2E6E8;
	min-height: 135px;
	position: relative;
}

.padR10{padding-right: 10px;}
.padT10{padding-top: 10px;}

.user-info{margin: auto;width: 720px;}

/*.dashboard .dashboard-box .createOrder{padding: 9px 0 5px;}*/

.dashboard .dashboard-box .createOrder .action
{
	height: 22px;
	padding-bottom: 7px;
}

.dashboard .dashboard-box .createOrder .action a
{
    color: #58577C;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}

.dashboard .dashboard-box .car-icon
{
	background: url("../../data/images/truck-icon.png") no-repeat scroll 0 0 transparent;
    bottom: -28px;
    height: 122px;
    position: absolute;
    right: 4px;
    width: 144px;
}	

.dashboard .dashboard-box .folder-icon
{
	background: url("../../data/images/folder-invoices-icon.png") no-repeat scroll 0 0 transparent;
    bottom: -20px;
    height: 120px;
    position: absolute;
    right: -13px;
    width: 118px;
}

.dashboard .dashboard-box .file-icon
{
	background: url("../../data/images/Users-Folder-Black-icon.png") no-repeat scroll 0 0 transparent;
    bottom: -12px;
    height: 112px;
    position: absolute;
    right: -12px;
    width: 94px;	
}

.dashboard .tr{padding: 2px;}

.ajax-loading
{
   filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
   background-color:#FBFBFB; 
   width: 445px;
   height: 100%;
   position: absolute;
   z-index: 9999;
   top: 0px;
   display: none;
   padding-left: 300px;
}

#calendarDiv4{position: relative}
#accessories{padding:10px;}
#sign-post{padding:10px;}
#sign{padding:10px;}
#select-inscom{padding-top:40px; padding-bottom:20px;}

#Order_inscom_id{width: 200px;}

.agent-overfollow,
.overfollow
{
   filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
   background-color:#FBFBFB; 
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 100;
   top: 0px;
}

#map{
    top: 7px;
    left: 7px;
    width: 786px;
    height: 300px;
}

p.breakline
{
	background: url("../../data/images/breakline-bg.jpg") repeat-x scroll 0 center transparent;
    height: 10px;
    margin: 0 0;
    padding: 0;
    width: 100%;
}

.dashboard-box .row
{
	padding: 0px 5px;
}

.dashboard-box .row .col1{
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
}

.dashboard-box .row .col2{
    height: 16px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 6px;
    width: 100px;
}

.dashboard-box .row .col3{
	height: 50px;
    line-height: 56px;
    overflow: hidden;
    padding-left: 0;
}

.dashboard-box .row .col5{
    line-height: 20px;
    width: 25px;
}

.dashboard-box .row img{vertical-align: text-top;}

.dashboard .dashboard-box .createOrder a.disable{color: #CCCCCC}

.dashboard .italic h3
{
	padding: 0px;
	margin: 3px 5px;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}

.align-right{text-align: right;}
.refresh{cursor: pointer;}

.origin
{
	/*background: url("../../data/images/bank-icon.png") no-repeat left center;*/
	padding-left: 5px;
	padding-right: 10px;
	line-height: 60px;
}

.dashboard-box .row .col3.lh60{line-height: 60px;} 

.pesonal
{
	/*background: url("../../data/images/Man-Brown-icon.png") no-repeat left center;*/	
	padding-left: 5px;
	padding-right: 10px;
	line-height: 56px;
}

.helmet
{
	/*background: url("../../data/images/helmet-icon.png") no-repeat left center;*/	
	padding-left: 5px;
	padding-right: 10px;
	line-height: 56px;
}

.factory
{
	/*background: url("../../data/images/Factory-icon.png") no-repeat left center;*/	
	padding-left: 5px;
	padding-right: 10px;
	line-height: 56px;
}

.hastab
{
	border-bottom: 1px solid #d2dada;
	border-right: 1px solid #d2dada;
	border-left: 1px solid #d2dada;
	background: #f2f2f2;
}

.task-bar{border: 1px solid rgba(221, 221, 221, 0.36);padding: 7px 3px;margin-top: 5px; width: 787px}

.task-bar input{margin-top: 0px}

.task-bar .title{color: #8E999F;font-style: italic;font-size: 13px;font-weight: bold;width: 70px}

.bg-logo{
	background: url("../../data/images/dashboard-logo.jpg") no-repeat 340px center;
}

.b-right{width: 350px;border-right: 1px solid #DDDDDD; min-height:160px; margin-left:16px; margin-top:15px}

.filter{padding: 7px 0;}
.filter .breakline{margin: 10px 0px;}

.grid-list-header .grid-view table.items td.show-note-attachment{cursor: pointer;color: #2D7D9D}

.current-signpost
{
  display:none;
	bottom: 0;
    color: #A53C3C;
    font-size: 17px;
    font-weight: bold;
    padding-top: 10px;
    position: absolute;
}

#select-items .preview,
img.preview
{
	border: 1px solid;
    left: 0px;
    position: absolute;
    z-index: 999;
    bottom: 0px;
}

#select-items .preview
{
	bottom: 0px;
}
#ui-datepicker-div{background: #ffffff}

.zoomActive{font-weight: bold;}

ul.yiiPager a:link, ul.yiiPager a:visited {
    color: #ffffff;
}

ul.yiiPager .hidden a {
    color: #cccccc;
}

ul.yiiPager .selected a {
    font-weight: normal;
    text-decoration: underline;
}

/*
#edit-term-wrapper .description
{
    border: 1px solid silver;
    height: 90px;
    line-height: 20px;
    margin-top: 5px;
    overflow-y: scroll;
    padding: 3px 5px;
    width: 325px;
}
*/

.disable-rotate{
	background: none repeat scroll 0 0 transparent;
    height: 51px;
    position: absolute;
    right: 4px;
    top: 26px;
    width: 71px;
    z-index: 99999;
}

.viewOrder {width: 280px;}
.viewOrder label{margin: 1px 0px;padding: 1px 0px;}

#select-office-agent.form-item{margin-top: 0px;}
#select-office-agent.border-bottom{border-bottom: none;width:769px;}

.hastab{padding: 4px;}
.hastab .task-bar{width: 762px;margin:10px;}

.bulling-number1
{
}

.bulling-number2
{
}

.bulling-number3
{
}

.grid-view table.items th a {
    background: url("images/dec.gif") no-repeat scroll right center transparent;
    color: #027AC6;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
}

.grid-view table.items th a.asc {
    background: url("images/inc.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}

.grid-view table.items th a.desc {
    background: url("images/dec.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}

.relative{position: relative;padding-top: 5px;}
.divHeader{
	color: #027AC6;
    font-size: 14px;
    font-weight: bold;
    left: 5px;
    position: absolute;
    top: 5px;
}

.User-tab .grid-view .summary {
    position: absolute;
    right: 0;
    top: 7px;
}

.User-tab .grid-view table.items {
    margin-top: 26px;
    position: relative;
}

.votes_main {
    margin: auto;
    min-width: 115px;
    overflow: hidden;
}
.votes_gray {
    background-image: url("images/star_gray.png");
    float: left;
    height: 16px;
    position: relative;
}
.votes_active {
    background-image: url("images/star.png");
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.votes_buttons {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.votes_button {
    border: medium none;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}
.votes_main span {
    display: block;
    float: left;
    line-height: 18px;
    margin-left: 10px;
}

.prepend-1{padding: 20px;}
#termtitle{
	color: gray;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
#accept-term
{
	border: 1px solid #CCCCCC;
    height: 250px;
    margin: auto;
    overflow: auto;
    padding: 10px;
    width: 500px;
}

#term-form{text-align: center;}

#confirm-submit{
	display: none;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    left: 210px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    width: 300px;
    z-index: 999;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pageTitle{font-weight: bold;padding: 20px 0 10px}
.prebottom{padding-bottom: 20px;}
.prepend10{padding: 10px;}


#office-agent-list .grid-view table.items #select-all
{
	background-color: red;
}

#office-agent-list .grid-view table tr th:first-child,
#office-agent-list .grid-view table tr td:first-child
{background: red;}

#ft-next-slider, #ft-prev-slider {
    display: none;
}
#ft-buttons-slider {
    position: absolute;
    right: 276px;
    top: 188px;
}
#ft-buttons-slider a {
    background: none repeat scroll 0 0 #D3D3D3;
    display: inline;
    float: left;
    font-size: 0;
    height: 15px;
    margin: 0 5px 0 0;
    opacity: 0.7;
    width: 17px;
}
#ft-buttons-slider a:hover, #ft-buttons-slider a.ft-button-slider-active {
    background: none repeat scroll 0 0 #ffffff;
    opacity: 1;
}

form #qrcode {
    margin-top: 5px;
    margin-left: 130px;
    width: 530px;
}

    form #qrcode .icon{
        display: inline;
    }
    
    form #qrcode .icon img {
        width: 38px;
        float: left;
    }
    
    form #qrcode .desc {
        font-size: 11px;
        line-height: 17px;
        padding-right: 10px;
        text-align: right;
        width: 132px;
    }

    form #qrcode .desc span{
        font-size: 17px;   
        display: none;
    }
    
    form #qrcode .inform {
        font-size: 11px;
        color: red;
        display: inline;
    }
    
    form #qrcode .icon.left,
    form #qrcode .icon.left,
    form #qrcode .desc.left{
        /*float: inherit !important;*/
    }
    
    form #qrcode .act {
        padding-top: 5px;
        text-align: center;
    }

#simplemodal-overlay{background: #f2f2f2}


.lh{line-height: 25px;padding-left: 5px;}
.lh{padding-top: 10px;}

#select-items .row{
    border-bottom: 1px solid #DADFE6;
    clear: both;
    background-color: rgb(250, 250, 250);
}

#select-items .cell{
    /*border-right: 1px solid #DADFE6;*/
    line-height: 20px;
    padding: 0px 0 23px 5px;
    float: left;
}

#select-items .cell.lastCol{
    border-right: none;
}

#select-items .cell.lastRow{
    border-bottom: none;
}

#select-items .cell.c1
{
    width: 150px;
}

#select-items .cell.c2
{
    width: 35px;
    padding-top: 9px;
  line-height: 110%;
  margin-bottom: -10px;
}

#select-items .cell.c3
{
  width: 20px;
  padding-top: 9px;
  line-height: 110%;
  margin-bottom: -10px;

}

#select-items .cell.c4
{
    width: 147px;
  padding-top: 9px;
  line-height: 110%;
  margin-bottom: -10px;
}

#select-items .cell.c7
{
    width: 230px;
}


#select-items .cell.c5
{
    width: 125px;
  padding-top: 9px;
  line-height: 110%;
  margin-bottom: -10px;
}

#select-items .cell.c6
{
    width: 50px;
  padding-top: 9px;
  line-height: 110%;
  margin-bottom: -10px;

}

#sign .accordion-secction{
    background: #F4F7F8;
}

#sign .ui-accordion .ui-accordion-content{
    padding: 0px;
}

#image-popup{
    z-index: 9999;
}

#sign-option h3:hover{
    background: #E0E0E0;
}

.item-hover:hover{
    background: #F9F6F6;
}

.yellow-light{
    background: #fdf9cc;
}


#company-info{
  display:block;
  padding-top:10px;
  padding-left:5px;
  padding-bottom:10px;
}

.owner-info{
  color: #5A5B5B;
  font-family: Helvetica;
  font-size: 1.2em;
  padding: 5px 0 5px 0;
  line-height:140%; 
  padding-top:7px
}
.orderAddress{
  font-size:1.4em;
  font-weight: normal;
  color: #3077B1;
}

.signposttitlenumber{
  font-size:1.5em;
  padding-right:8px;
}

.fieldinventorydatetime{
  color: #666666;
  font-size:1.1em;
  line-height: 140%;
  padding-top: 1px;
  text-align: left;
  text-align: right; padding-right:10px;
}

.fieldinventorystatus{
  font-size:1.2em;
  padding-bottom:6px;
  text-align: right; 
  padding-right:10px;
}

.selectItemHeader{
  font-size:1.5em;
  color: #666666;
  padding-bottom: 15px;
}

.selectItemSign{
  font-size:1.3em;
  color: #666666;
}

.notestyle{
  padding-left:30px; 
  font-size: 1.3em;
  color: #666666;
  float: left;
  display: inline-block;
}

.flyerattach{
  padding-right:32px;
  float:right;
  display: inline-block;
}

.addqrbtn {
  -moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
  -webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
  box-shadow:inset 0px 1px 0px 0px #cae3fc;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
  background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color:#79bbff;
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-topleft:0px;
  border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:0px;
  border-top-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -moz-border-radius-bottomright:0px;
  border-bottom-right-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-bottomleft:0px;
  border-bottom-left-radius:4px;
  text-indent:0;
  border:1px solid #469df5;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:normal;
  font-style:normal;
  height:36px;
  line-height:130%;
  width:147px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #287ace;
  padding: 5px 0 5px 0;
  
}

.addqrbtn:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
  background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
  background-color:#4197ee;
}.addqrbtn:active {
  position:relative;
  top:1px;
}

.submitorder{
  padding:40px;

}

.addadditionalsign{
  font-size:1.2em;
  background: url("../../data/images/add-additional-sign.png") no-repeat scroll 0 0 transparent;
  padding-left:17px;
  padding-top:1px;
}

.inscomOfficeName{
  font-size:1.35em; 
}

.inscomAgentName{
  font-size:1.35em; 
}

.zone-list-dropdown{
  width:100%;
  max-width: 140px;
}

.pre_auto_pay{
  width: 100%;
}

/* ---- Override Style for table ----- */
/* http://cssfontstack.com/ */
.content-in .grid-view table.items th, .grid-view table.items td{
}

.content-in table.items tr.even{
  background-color: #FFFFFF;
}

.content-in table.items tr.odd{
  background-color: #FAFAFA;
}

.content-in table.items tr:hover{
  background-color: #EBF7FB;
}

.content-in .grid-view table.items th{
  color:#686B73;
  font-weight: normal;
  font-size:1.2em;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-shadow: 1px 1px white;
  padding:7px 0 7px 0;
  /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #EFEFF0) );background:-moz-linear-gradient( center top, #209930 5%, #EFEFF0 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#209930', endColorstr='#EFEFF0');*/
  background-color: #FAFAFA;
  border: 0px solid red;
  border-bottom: 1px solid #B9C4DE;
}

.content-in .grid-view table.items th a{
  color:#666666;
  font-weight: normal;
  font-size:1em;
  text-shadow:none;
}

.content-in table.items td{
  color:#666666;
  padding:15px 13px 17px 13px;
  border: 1px solid #ECEEF0;
}

.content-in table.selectedAll tr td{
  background-color: #FF00FF;
}


/* ---- END Override Style for table ----- */

.divnotification{
  position:fixed;
  bottom:0px;
  width:100%;
  background-color:rgba(200,0,0,0.5);
  color:yellow; 
  z-index:9999; 
  height:20px; 
  text-align:center; 
  font-size:1.1em; 
  padding:5px 0 0 10px;
}


.searchbtn {
  -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
  -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
  box-shadow:inset 0px 1px 0px 0px #bbdaf7;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
  background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
  background-color:#79bbff;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0;
  border:1px solid #84bbf3;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:normal;
  font-style:normal;
  height:38px;
  line-height:8px;
  width:76px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #528ecc;
}
.searchbtn:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
  background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
  background-color:#378de5;
}.searchbtn:active {
  position:relative;
  top:1px;
}

.dashboardbox{
  margin-top:6px;
}

#tabs .hightlight{
    font-size: 100%;
}

#tabs .hightlight a{
    color: red;
}

.paynowbtn {
  -moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
  -webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
  box-shadow:inset 0px 1px 0px 0px #cae3fc;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
  background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color:#79bbff;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0;
  border:1px solid #469df5;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:38px;
  line-height:15px;
  width:139px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #287ace;
}
.paynowbtn:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
  background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
  background-color:#4197ee;
}.paynowbtn:active {
  position:relative;
  top:1px;
}

.headerTab{
  font-size:1.3em; 
}
