/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.

*/
/* ...




 * ...
*/
div.actions {
  display: block; }
  div.actions:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  div.actions .action_item {
    float: left;
    margin-right: 10px; }
    div.actions .action_item input[type=submit] {
      outline: 0 !important;
      -moz-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)) !important;
      background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100') !important;
      background-color: #fe1a00 !important;
      -moz-border-radius: 6px !important;
      -webkit-border-radius: 6px !important;
      border-radius: 6px !important;
      border: 1px solid #d83526 !important;
      display: inline-block !important;
      color: #ffffff !important;
      font-family: arial !important;
      font-size: 15px;
      font-weight: bold !important;
      padding: 6px 24px !important;
      text-decoration: none;
      text-shadow: 1px 1px 0px #b23e35 !important; }
      div.actions .action_item input[type=submit]:hover, div.actions .action_item input[type=submit]:active, div.actions .action_item input[type=submit]:visited, div.actions .action_item input[type=submit]:focus {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fe1a00), color-stop(1, #ce0100));
        background: -moz-linear-gradient(center top, #fe1a00 75%, #ce0100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
        color: #fff; }

.company_icon_large {
  background: url(/assets/parablesoft/sprites-994ce110fcbcbe888f7b7cb1fbdce2555ab515d9d66a1c7e54ed1dccf4b9d080.png) no-repeat scroll 0px 0px transparent;
  height: 55px;
  width: 55px;
  display: block; }

/*Context Menu*/
.ph_context_menu {
  display: none; }

.uiContextualDialogPositioner, .uiContextualDialogPositioner .uiContextualDialog {
  position: absolute;
  z-index: 200; }

.uiContextualDialogLeft .uiContextualDialog {
  right: 0; }

.uiOverlayArrowTop {
  padding-top: 8px; }

.uiOverlayArrowRight {
  padding-right: 10px; }

.uiOverlayArrowLeft {
  padding-left: 10px; }

.uiOverlay {
  position: relative;
  z-index: 200; }

.uiContextualDialog, .uiContextualDialog:focus {
  outline: 0 solid transparent; }

.uiOverlayContent {
  background: white;
  border: 1px solid #8C8C8C;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid #666;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.uiOverlayContentHolder {
  padding: 10px; }

.uiOverlayArrow {
  position: absolute;
  overflow: hidden; }

.uiOverlayArrowRight .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -9px -469px;
  background-repeat: no-repeat;
  height: 30px;
  right: 3px;
  width: 9px; }

.uiOverlayArrowLeft .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: 0px -469px;
  background-repeat: no-repeat;
  height: 30px;
  left: 2px;
  width: 9px; }

div.uiOverlayArrowTop .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -116px -415px;
  background-repeat: no-repeat;
  height: 9px;
  width: 18px; }

/*End Context Menu*/
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 9999 !important; }

.urgent_warning {
  background-color: #ffffcc; }

.urgent_overdue {
  background-color: rgba(255, 0, 0, 0.6);
  color: #fff; }
  .urgent_overdue a {
    color: #fff; }

table thead tr td {
  font-weight: bold; }

.returned_item {
  color: red; }

.price_returned_item {
  background-color: #ffc; }

body {
  background-color: #ddd !important; }

#system_notification {
  padding: 20px;
  background-color: #ffffcc;
  border-top: 1px solid #ff6900;
  border-bottom: 1px solid #ff6900;
  margin: 10px 0;
  font-weight: bold; }
  #system_notification h2 {
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; }

#invite_container {
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 #ccc;
  margin: 20px auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 480px; }

#header {
  background: #000;
  background-image: linear-gradient(center top, #000 83%, #ccc 100%);
  /*@include linear-gradient(center top, #000 83%, #ccc	 100%);*/
  width: 100%;
  height: 60px; }

#header img {
  float: left;
  padding: 5px 0;
  display: block; }

#application_title {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 46px;
  vertical-align: text-bottom; }

.transparent {
  background-color: none; }

.container {
  /*	background-color:#fff;*/ }

.address_listing_container {
  /*	border-top: solid 1px #ccc;*/
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px; }

textarea {
  height: 75px; }

.section_title span {
  color: #aaa;
  font-size: 20px;
  text-transform: lower-alpha; }
.section_title span.alternate {
  color: #444;
  text-shadow: 1px 2px 1px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }
.section_title a {
  color: #fff;
  text-decoration: none;
  font-size: 20px; }
  .section_title a:hover, .section_title a:visited, .section_title a:active, .section_title a:link {
    color: #fff; }
  .section_title a:hover {
    text-decoration: underline; }
.section_title .inner {
  background-color: #64000B;
  margin-top: 10px;
  padding: 10px; }
  .section_title .inner h1 {
    color: #fff;
    text-shadow: 2px 1px 1px #000;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 27px;
    margin-bottom: 5px; }

tbody tr:nth-child(2n) td, tbody tr.even td {
  background: transparent !important; }

#customer_contacts {
  /*	border-bottom:solid 1px #ccc;*/ }
  #customer_contacts div.primary {
    float: left;
    width: 230px; }
  #customer_contacts div.billing {
    float: right;
    width: 230px; }

#top_commands {
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #ccc; }
  #top_commands .return_link {
    color: #ff6600; }
    #top_commands .return_link :hover, #top_commands .return_link :active, #top_commands .return_link :visited, #top_commands .return_link :link {
      color: #ff6600; }

#main_content {
  background-color: #fff;
  min-height: 500px;
  box-shadow: 1px 1px 2px 0 #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding-bottom: 10px;
  overflow: auto; }
  #main_content .inner {
    margin: 10px; }

#side_bar .inner {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ccc;
  padding: 5px; }
#side_bar h3 {
  background-color: #ddd;
  color: #777;
  font-size: 14px;
  margin: 0;
  padding: 4px; }
#side_bar .task_menu {
  margin-top: 10px; }

#user_notification {
  padding: 8px;
  font-size: 12px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 1px 1px #ccc;
  -moz-box-shadow: 1px 2px 1px 1px #ccc;
  box-shadow: 1px 2px 1px 1px #ccc; }

#user_notification.alert {
  background-color: #CC0000;
  color: #fff; }

#user_notification.notice {
  background-color: #FFFFCC;
  color: #000; }

#user_notification p {
  margin: 0; }

#login_form, #form_container, .form_container {
  margin-top: 20px;
  background-color: #FFFFFF; }
  #login_form .inner, #form_container .inner, .form_container .inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  #login_form .address_container textarea.address, #form_container .address_container textarea.address, .form_container .address_container textarea.address {
    padding: 5px;
    font-weight: bold;
    color: #444;
    font-size: 14px;
    height: 50px;
    width: 300px; }
  #login_form .address_container .city, #form_container .address_container .city, .form_container .address_container .city {
    width: 150px; }
  #login_form .address_container .state, #form_container .address_container .state, .form_container .address_container .state {
    width: 50px; }
  #login_form .address_container .zip, #form_container .address_container .zip, .form_container .address_container .zip {
    width: 100px; }
  #login_form .section_header, #form_container .section_header, .form_container .section_header {
    margin: 14px 0;
    color: #aaa;
    font-size: 13px;
    border-bottom: 1px solid #bbb; }
  #login_form .field, #form_container .field, .form_container .field {
    margin-bottom: 14px; }
    #login_form .field .click_to_open, #form_container .field .click_to_open, .form_container .field .click_to_open {
      /*display:none;*/ }
    #login_form .field .sub_field, #form_container .field .sub_field, .form_container .field .sub_field {
      display: none; }
    #login_form .field input.hidden_hack, #form_container .field input.hidden_hack, .form_container .field input.hidden_hack {
      height: 0px;
      width: 0px;
      border: 0; }
    #login_form .field .click_to_open_link, #form_container .field .click_to_open_link, .form_container .field .click_to_open_link {
      color: #a2a2a2;
      text-decoration: none; }
    #login_form .field .click_to_open_close, #form_container .field .click_to_open_close, .form_container .field .click_to_open_close {
      display: none; }
    #login_form .field .click_to_open_close img, #form_container .field .click_to_open_close img, .form_container .field .click_to_open_close img {
      vertical-align: middle; }
    #login_form .field label, #form_container .field label, .form_container .field label {
      display: block;
      font: bold 14px/20px "Lucida Grande";
      padding: 0; }
    #login_form .field .radio_button input, #form_container .field .radio_button input, .form_container .field .radio_button input {
      width: auto !important; }
    #login_form .field .radio_button label, #form_container .field .radio_button label, .form_container .field .radio_button label {
      display: inline !important;
      font-weight: normal; }
  #login_form .field input .field select, #form_container .field input .field select, .form_container .field input .field select {
    padding: 5px;
    font-weight: bold;
    color: #444;
    font-size: 14px; }
  #login_form textarea, #form_container textarea, .form_container textarea {
    font-family: "Lucida Grande",helvetica,verdana,arial !important; }
  #login_form .field input, #form_container .field input, .form_container .field input {
    width: 294px;
    padding: 5px;
    font-size: 14px; }
  #login_form .field input[type='checkbox'], #form_container .field input[type='checkbox'], .form_container .field input[type='checkbox'] {
    width: auto;
    padding: 0;
    margin-right: 7px; }
  #login_form .checkbox_label, #form_container .checkbox_label, .form_container .checkbox_label {
    display: inline !important;
    font-weight: normal !important;
    font-size: 12px !important; }
  #login_form input[type='submit'], #form_container input[type='submit'], .form_container input[type='submit'] {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 20px 0 0px 0; }

#login_form {
  border-radius: 10px;
  box-shadow: 1px 2px 2px 1px #888; }
  #login_form h2 {
    padding: 0;
    margin-bottom: 4px; }
  #login_form p.form_instructions {
    display: block;
    padding: 2px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #ffffcc; }

.up_sprite {
  background-repeat: no-repeat;
  border: medium none;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none !important;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  margin-right: 8px;
  background: url(/assets/parablesoft/application_sprites-5a9775f5391db66b73dbac73de73c5757cae2a5f3ccf6358dea399f6d1010c20.png) no-repeat scroll 0px 0px transparent; }

.red_plus_sprite {
  background-repeat: no-repeat;
  border: medium none;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none !important;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  margin-right: 8px;
  background: url(/assets/parablesoft/application_sprites-5a9775f5391db66b73dbac73de73c5757cae2a5f3ccf6358dea399f6d1010c20.png) no-repeat scroll -30px -28px transparent; }

.document_sprite {
  background-repeat: no-repeat;
  border: medium none;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none !important;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  margin-right: 8px;
  background: url(/assets/parablesoft/application_sprites-5a9775f5391db66b73dbac73de73c5757cae2a5f3ccf6358dea399f6d1010c20.png) no-repeat scroll 0px -56px transparent; }

.plus_sprite {
  background-repeat: no-repeat;
  border: medium none;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none !important;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  margin-right: 8px;
  background: url(/assets/parablesoft/application_sprites-5a9775f5391db66b73dbac73de73c5757cae2a5f3ccf6358dea399f6d1010c20.png) no-repeat scroll 0px -28px transparent; }

p span.sprite {
  background-color: transparent;
  float: left;
  margin-left: -25px;
  margin-top: -3px;
  vertical-align: top; }

#left_bar hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DAD8D4 -moz-use-text-color #ccc;
  border-left: medium none;
  border-right: medium none;
  border-style: solid none;
  border-width: 1px medium;
  margin: 1em 0 1em 0; }

#recent_items h4 {
  color: #999999;
  font-size: 11px;
  text-shadow: 0 1px 1px #FFFFFF;
  text-transform: uppercase; }

#notifications input {
  margin-left: 10px; }

.blank_state {
  background-color: #ffffcc;
  margin: 10px 0;
  padding: 10px;
  border-top: 1px solid #ff6600;
  border-bottom: 1px solid #ff6600; }
  .blank_state .message {
    font-weight: bold;
    font-size: 13px; }
  .blank_state .action {
    margin-top: 10px; }

#outer_notes_container {
  margin-top: 20px; }

/*global nav*/
.global_nav {
  margin-left: -6px;
  margin-top: 12px; }

.global_nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.global_nav a {
  display: block;
  font-size: 13px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 6px 0 40px;
  text-decoration: none; }

.global_nav a:link, .global_nav a:visited {
  color: #555555;
  text-shadow: 0 1px 1px #FFFFFF; }

.global_nav a:hover, .global_nav a:visited:hover {
  background-color: #EFEDE7;
  color: #333333; }

.global_nav li a.selected:link, .global_nav li a.selected:visited {
  background-color: #E5E3DE;
  color: #000000;
  font-weight: bold; }

.global_nav li a span.stat {
  color: #999999;
  font-size: 10px;
  padding-left: 5px; }

.global_nav li a.selected span.stat {
  color: #333333;
  font-weight: normal; }

.global_nav li.dashboard a {
  background-position: 8px -68px; }

.global_nav li.parties a {
  background-position: 8px -139px; }

.global_nav li.tasks a {
  background-position: 8px -211px; }

.global_nav li.kases a {
  background-position: 8px -283px; }

.global_nav li.deals a {
  background-position: 8px -357px; }

.global_nav li.search a {
  background-position: 8px -428px; }

.global_nav li.welcome a.selected {
  background-position: 8px -32px; }

.global_nav li.dashboard a.selected {
  background-position: 8px -104px; }

.global_nav li.parties a.selected {
  background-position: 8px -175px; }

.global_nav li.tasks a.selected {
  background-position: 8px -247px; }

.global_nav li.kases a.selected {
  background-position: 8px -319px; }

.global_nav li.deals a.selected {
  background-position: 8px -393px; }

.global_nav li.search a.selected {
  background-position: 8px -464px; }

/*end global nav*/
#utility_nav {
  float: right;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #eee;
  width: 150px;
  padding: 3px 10px 3px 10px;
  text-align: center; }

#utility_nav a {
  color: #CC0000;
  text-decoration: none; }

#modal {
  display: none; }

#search {
  background: url(/assets/icons/search-99bab2713931ac0a60fd6e50520dc4b6a54dd650bab66a1f32c4d91a4a0a4c42.png) no-repeat scroll 6px 10px #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  padding: 7px 7px 7px 30px;
  width: 450px;
  position: relative;
  left: 40px;
  top: 10px; }

.task_link a img {
  vertical-align: middle;
  margin-right: 10px; }

.note_entry textarea {
  width: 445px;
  height: 75px; }
.note_entry submit {
  margin-left: 50px; }

.placeholder, .placeHolder {
  color: #aaa !important; }

.placeholderFocus {
  color: #000 !important; }

.link_to_select_edit {
  letter-spacing: normal; }
  .link_to_select_edit a {
    display: none; }
  .link_to_select_edit .cancel_link {
    display: inline; }
  .link_to_select_edit .cancel {
    font-size: 12px !important; }
    .link_to_select_edit .cancel a {
      font-size: 12px !important;
      color: #ff6600; }

.link_to_select_display a {
  text-decoration: underline; }
.link_to_select_display form {
  display: none; }

#ajaxNotice {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center !important;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px; }

.ajax_loader {
  display: none; }

.ajax_loader img {
  padding: 11px 0; }

.date_picker, .future_date_picker {
  width: 100px !important; }

.time_picker {
  width: 70px !important; }

.print_only {
  display: none; }

.action_button, .action_button_small, .action_button_tiny, .action_button_smallest, .print_button {
  outline: 0 !important;
  -moz-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
  box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)) !important;
  background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100') !important;
  background-color: #fe1a00 !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  border: 1px solid #d83526 !important;
  display: inline-block !important;
  color: #ffffff !important;
  font-family: arial !important;
  font-size: 15px;
  font-weight: bold !important;
  padding: 6px 24px !important;
  text-decoration: none;
  text-shadow: 1px 1px 0px #b23e35 !important; }
  .action_button:hover, .action_button_small:hover, .action_button_tiny:hover, .action_button_smallest:hover, .print_button:hover, .action_button:active, .action_button_small:active, .action_button_tiny:active, .action_button_smallest:active, .print_button:active, .action_button:visited, .action_button_small:visited, .action_button_tiny:visited, .action_button_smallest:visited, .print_button:visited, .action_button:focus, .action_button_small:focus, .action_button_tiny:focus, .action_button_smallest:focus, .print_button:focus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(center top, #fe1a00 75%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    color: #fff; }

.action_button_small {
  font-size: 12px; }

.action_button_tiny {
  font-size: 10px !important; }

.action_button_smallest {
  font-size: 8px !important; }

.print_button {
  display: block;
  margin: 0 auto;
  text-align: center; }

.destructive_button {
  -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F6FF00), color-stop(1, #C4BD00));
  background: -moz-linear-gradient(center top, #F6FF00 5%, #C4BD00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6FF00', endColorstr='#C4BD00');
  background-color: #F6FF00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #000; }
  .destructive_button:hover, .destructive_button:active, .destructive_button:visited, .destructive_button:focus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(center top, #fe1a00 75%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    color: #fff; }

.field {
  margin-bottom: 8px; }
  .field label {
    display: block;
    font-weight: bold; }
  .field input[type='text'], .field input[type='password'] {
    font-size: 14px;
    padding: 6px; }

.receiving_container {
  padding-top: 10px; }

.receiving_text_box, .select_container select {
  padding: 5px !important; }

.receiving_text_box {
  font-size: 40px !important; }

.select_container select {
  font-size: 30px !important; }

.barcode_data_entry {
  width: 600px; }

label.error {
  display: block; }

.error_field, input.error {
  border: 4px solid red !important; }

.instructions {
  background-color: #eee;
  padding: 10px;
  font-weight: bold;
  border-top: 2px solid #ff6900;
  border-bottom: 2px solid #ff6900;
  margin-bottom: 20px; }

#static_user_notification {
  background-color: #ffffcc;
  padding: 10px;
  border-top: 1px solid #ff6900;
  border-bottom: 1px solid #ff6900;
  font-size: 14px; }

#dynamic_user_notification {
  background-color: #ffffcc;
  padding: 10px;
  border-top: 1px solid #ff6900;
  border-bottom: 1px solid #ff6900;
  font-size: 14px;
  display: none; }

#dynamic_user_notification, #static_user_notification {
  margin-bottom: 15px; }

.filter_box {
  background-color: #ccc;
  padding: 5px;
  margin-bottom: 20px; }
  .filter_box input[type='text'] {
    padding: 5px;
    font-size: 15px; }

.field_with_errors input[type='text'] {
  border: solid 3px red; }
.field_with_errors label.message {
  color: #CE0100;
  display: block;
  font-style: italic;
  font-size: 12px;
  font-weight: normal; }

div.new {
  display: none;
  background-color: #ccc;
  padding: 10px;
  margin-left: 30px; }
  div.new h4 {
    margin-bottom: 6px; }

div.edit_item {
  display: none; }
  div.edit_item .inline_field {
    float: left;
    margin-right: 10px; }
  div.edit_item .inline_actions {
    float: left; }

input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select {
  margin: 0 !important; }

#error_explanation {
  border: 1px solid red;
  padding: 10px;
  background-color: #ddd;
  margin-bottom: 20px; }
  #error_explanation h2 {
    font-size: 18px;
    color: red;
    margin: 0;
    padding: 0;
    margin-bottom: 5px; }

div.undo_batch {
  margin-top: 20px !important; }

span.wipe_or_shred label.error {
  position: relative;
  display: inline-block;
  margin-right: 10px; }

a.sticky {
  font-weight: bold; }

div.pdf_download {
  margin-bottom: 8px; }
  div.pdf_download img {
    vertical-align: middle;
    margin-right: 6px; }

.errors {
  color: red; }

a.active {
  font-weight: bold; }

.mt-10 {
  margin-top: 10px; }
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/assets/jquery_ui/ui-bg_glass_75_ffffff_1x400-2f5ecbbd2965ce36b5b47226f59485bd4fbdf038c460b082a2cdb6dcec01ff4d.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/assets/jquery_ui/ui-bg_highlight-soft_75_cccccc_1x100-54270656df079c4da5182629a080fc633b6f84b87985eb016d25a560e2c38d4a.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/assets/images/ui-bg_glass_65_ffffff_1x400-2c3b05e87a7d4363362eefcd221cab64780e24a99ab8fae79c5096b0f414e106.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets/images/ui-icons_222222_256x240-3b1ac036763d3a59c88578486ae698d22a37dd2d46a553485e1eabb9fe255b3f.png); }
.ui-widget-content .ui-icon {background-image: url(/assets/images/ui-icons_222222_256x240-3b1ac036763d3a59c88578486ae698d22a37dd2d46a553485e1eabb9fe255b3f.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/images/ui-icons_222222_256x240-3b1ac036763d3a59c88578486ae698d22a37dd2d46a553485e1eabb9fe255b3f.png); }
.ui-state-default .ui-icon { background-image: url(/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/images/ui-icons_454545_256x240-80b92d36768a48d7719925dd3803aa4e724568177cf4bb07184c7c98ca51fa9e.png); }
.ui-state-active .ui-icon {background-image: url(/assets/images/ui-icons_454545_256x240-80b92d36768a48d7719925dd3803aa4e724568177cf4bb07184c7c98ca51fa9e.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
#basic-modal-content {
  display: none; }

#simplemodal-overlay {
  background-color: #000;
  cursor: wait; }

#simplemodal-container {
  height: 0px;
  width: 0px;
  background-color: #fff;
  border: 4px solid #444;
  padding: 12px; }

#simplemodal-container .simplemodal-data {
  padding: 8px; }

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px; }

#simplemodal-container a.modalCloseImg {
  background: url(/assets/simple_modal/close-d46c0a1fd715a3b29ac80d94880915058f3504348c20b6839607a78b2b3312b3.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer; }

.simple_no_close {
  display: none; }
/*!
 * FullCalendar v2.3.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */



.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}
div.actions {
  display: block; }
  div.actions:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  div.actions .action_item {
    float: left;
    margin-right: 10px; }
    div.actions .action_item input[type=submit] {
      outline: 0 !important;
      -moz-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)) !important;
      background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100') !important;
      background-color: #fe1a00 !important;
      -moz-border-radius: 6px !important;
      -webkit-border-radius: 6px !important;
      border-radius: 6px !important;
      border: 1px solid #d83526 !important;
      display: inline-block !important;
      color: #ffffff !important;
      font-family: arial !important;
      font-size: 15px;
      font-weight: bold !important;
      padding: 6px 24px !important;
      text-decoration: none;
      text-shadow: 1px 1px 0px #b23e35 !important; }
      div.actions .action_item input[type=submit]:hover, div.actions .action_item input[type=submit]:active, div.actions .action_item input[type=submit]:visited, div.actions .action_item input[type=submit]:focus {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fe1a00), color-stop(1, #ce0100));
        background: -moz-linear-gradient(center top, #fe1a00 75%, #ce0100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
        color: #fff; }

.company_icon_large {
  background: url(/assets/parablesoft/sprites-994ce110fcbcbe888f7b7cb1fbdce2555ab515d9d66a1c7e54ed1dccf4b9d080.png) no-repeat scroll 0px 0px transparent;
  height: 55px;
  width: 55px;
  display: block; }

/*Context Menu*/
.ph_context_menu {
  display: none; }

.uiContextualDialogPositioner, .uiContextualDialogPositioner .uiContextualDialog {
  position: absolute;
  z-index: 200; }

.uiContextualDialogLeft .uiContextualDialog {
  right: 0; }

.uiOverlayArrowTop {
  padding-top: 8px; }

.uiOverlayArrowRight {
  padding-right: 10px; }

.uiOverlayArrowLeft {
  padding-left: 10px; }

.uiOverlay {
  position: relative;
  z-index: 200; }

.uiContextualDialog, .uiContextualDialog:focus {
  outline: 0 solid transparent; }

.uiOverlayContent {
  background: white;
  border: 1px solid #8C8C8C;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid #666;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.uiOverlayContentHolder {
  padding: 10px; }

.uiOverlayArrow {
  position: absolute;
  overflow: hidden; }

.uiOverlayArrowRight .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -9px -469px;
  background-repeat: no-repeat;
  height: 30px;
  right: 3px;
  width: 9px; }

.uiOverlayArrowLeft .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: 0px -469px;
  background-repeat: no-repeat;
  height: 30px;
  left: 2px;
  width: 9px; }

div.uiOverlayArrowTop .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -116px -415px;
  background-repeat: no-repeat;
  height: 9px;
  width: 18px; }

/*End Context Menu*/
.bols tr.summary td {
  border-top: 1px solid #ccc;
  font-weight: bold; }

#site_view {
  display: none;
  height: 100px;
  width: 300px; }
tr.child_item td {
  font-style: italic; }

#print_details table.details, #print_details table.costs {
  margin: 0;
  padding: 0; }
  #print_details table.details td.label, #print_details table.costs td.label {
    width: 150px;
    text-align: right; }

#cost_summary td.total_label, #cost_summary td.total_data {
  font-size: 16px;
  font-weight: bold; }

#print_details_container {
  height: 650px;
  overflow: auto; }

#notes .note_delete {
  display: none; }
#notes .note_content {
  margin-left: 10px; }

.print_table {
  width: 100%; }
  .print_table tr th, .print_table tr td {
    text-align: left; }
  .print_table .quantity {
    width: 80px;
    text-align: left; }
  .print_table .item {
    width: 150px;
    text-align: left; }
  .print_table .manufacturer {
    width: 100px;
    text-align: left; }
  .print_table .model {
    width: 100px;
    text-align: left; }
  .print_table .condition {
    width: 90px;
    text-align: left; }
  .print_table .price {
    width: 80px;
    text-align: left; }
  .print_table .total {
    width: 100px;
    text-align: left; }

.summary {
  width: 200px; }
  .summary div br {
    display: none; }
  .summary div span {
    float: right;
    display: block;
    margin-left: 20px; }
  .summary .grand_total_container h3 {
    margin: 3px 0 0 0 !important;
    padding: 3px 0 0 0 !important;
    display: inline; }
  .summary .grand_total_container .grand_total {
    float: right; }
    .summary .grand_total_container .grand_total span {
      font-size: 1.2em;
      font-weight: bold;
      display: block;
      margin: 0;
      padding: 0; }
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(/src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:18px;}
input.span-2, textarea.span-2 {width:58px;}
input.span-3, textarea.span-3 {width:98px;}
input.span-4, textarea.span-4 {width:138px;}
input.span-5, textarea.span-5 {width:178px;}
input.span-6, textarea.span-6 {width:218px;}
input.span-7, textarea.span-7 {width:258px;}
input.span-8, textarea.span-8 {width:298px;}
input.span-9, textarea.span-9 {width:338px;}
input.span-10, textarea.span-10 {width:378px;}
input.span-11, textarea.span-11 {width:418px;}
input.span-12, textarea.span-12 {width:458px;}
input.span-13, textarea.span-13 {width:498px;}
input.span-14, textarea.span-14 {width:538px;}
input.span-15, textarea.span-15 {width:578px;}
input.span-16, textarea.span-16 {width:618px;}
input.span-17, textarea.span-17 {width:658px;}
input.span-18, textarea.span-18 {width:698px;}
input.span-19, textarea.span-19 {width:738px;}
input.span-20, textarea.span-20 {width:778px;}
input.span-21, textarea.span-21 {width:818px;}
input.span-22, textarea.span-22 {width:858px;}
input.span-23, textarea.span-23 {width:898px;}
input.span-24, textarea.span-24 {width:938px;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:left;position:relative;}
div.prepend-top, .prepend-top {margin-top:1.5em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 17px;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.bol_attribute img, .bol_attribute_receiving img {
  vertical-align: middle;
  margin-right: 10px; }

.bol_attribute {
  font-size: 14px;
  margin-bottom: 9px;
  float: left;
  width: 200px; }

.bol_attribute_receiving {
  float: left;
  margin-right: 10px; }

div.bols {
  margin-top: 20px;
  border-top: 1px solid #ccc; }

.bols {
  padding-top: 10px; }
  .bols table.bols tr td {
    vertical-align: top; }

.bol {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .bol table.details td.label {
    width: 95px;
    font-weight: bold;
    text-align: right; }

.certificate .header {
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: blue; }
  .certificate .header .customer_name {
    text-transform: none; }
.certificate .footer {
  font-style: italic;
  margin: 0 auto;
  font-weight: bold;
  text-align: center; }
  .certificate .footer .company {
    font-size: 16px; }
.certificate .details {
  margin-bottom: 20px; }
  .certificate .details .field {
    margin-bottom: 20px; }
    .certificate .details .field div.label {
      float: left;
      margin-right: 10px;
      width: 100px; }
    .certificate .details .field div.content {
      float: left; }
      .certificate .details .field div.content textarea {
        height: 100px;
        width: 500px; }

#transportation_methods .transportation_details {
  display: none;
  margin-left: 20px; }

.field_with_errors {
  display: inline; }
  .field_with_errors label {
    color: red; }

#bol_filters div {
  float: left;
  margin-right: 10px;
  padding: 2px; }
  #bol_filters div:hover {
    background-color: #ddd; }
  #bol_filters div a {
    color: #000;
    text-decoration: none; }
#bol_filters div.selected {
  background-color: #000; }
  #bol_filters div.selected a {
    color: #fff; }

#certificate_versions {
  margin-bottom: 20px; }

#bols tbody tr td {
  vertical-align: top; }

.receiving_bol_box {
  color: white;
  font-size: 15px;
  float: left;
  margin-right: 20px;
  padding: 10px;
  background-color: red;
  margin-bottom: 10px;
  display: block;
  text-decoration: none; }

.receiving_bol_info {
  float: left; }
  .receiving_bol_info strong {
    font-size: 13px; }
  .receiving_bol_info span.site_name {
    text-decoration: underline; }

div.other_receiving_location_options {
  margin: 10px 0;
  font-weight: bold; }
div.actions {
  display: block; }
  div.actions:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  div.actions .action_item {
    float: left;
    margin-right: 10px; }
    div.actions .action_item input[type=submit] {
      outline: 0 !important;
      -moz-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)) !important;
      background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100') !important;
      background-color: #fe1a00 !important;
      -moz-border-radius: 6px !important;
      -webkit-border-radius: 6px !important;
      border-radius: 6px !important;
      border: 1px solid #d83526 !important;
      display: inline-block !important;
      color: #ffffff !important;
      font-family: arial !important;
      font-size: 15px;
      font-weight: bold !important;
      padding: 6px 24px !important;
      text-decoration: none;
      text-shadow: 1px 1px 0px #b23e35 !important; }
      div.actions .action_item input[type=submit]:hover, div.actions .action_item input[type=submit]:active, div.actions .action_item input[type=submit]:visited, div.actions .action_item input[type=submit]:focus {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fe1a00), color-stop(1, #ce0100));
        background: -moz-linear-gradient(center top, #fe1a00 75%, #ce0100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
        color: #fff; }

.company_icon_large {
  background: url(/assets/parablesoft/sprites-994ce110fcbcbe888f7b7cb1fbdce2555ab515d9d66a1c7e54ed1dccf4b9d080.png) no-repeat scroll 0px 0px transparent;
  height: 55px;
  width: 55px;
  display: block; }

/*Context Menu*/
.ph_context_menu {
  display: none; }

.uiContextualDialogPositioner, .uiContextualDialogPositioner .uiContextualDialog {
  position: absolute;
  z-index: 200; }

.uiContextualDialogLeft .uiContextualDialog {
  right: 0; }

.uiOverlayArrowTop {
  padding-top: 8px; }

.uiOverlayArrowRight {
  padding-right: 10px; }

.uiOverlayArrowLeft {
  padding-left: 10px; }

.uiOverlay {
  position: relative;
  z-index: 200; }

.uiContextualDialog, .uiContextualDialog:focus {
  outline: 0 solid transparent; }

.uiOverlayContent {
  background: white;
  border: 1px solid #8C8C8C;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid #666;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.uiOverlayContentHolder {
  padding: 10px; }

.uiOverlayArrow {
  position: absolute;
  overflow: hidden; }

.uiOverlayArrowRight .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -9px -469px;
  background-repeat: no-repeat;
  height: 30px;
  right: 3px;
  width: 9px; }

.uiOverlayArrowLeft .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: 0px -469px;
  background-repeat: no-repeat;
  height: 30px;
  left: 2px;
  width: 9px; }

div.uiOverlayArrowTop .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -116px -415px;
  background-repeat: no-repeat;
  height: 9px;
  width: 18px; }

/*End Context Menu*/
.category {
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.no_results {
  background-color: #ffffcc;
  padding: 10px;
  border-top: 1px solid #ff6900;
  border-bottom: 1px solid #ff6900;
  font-size: 14px;
  display: none; }
  .no_results .criteria {
    font-weight: bold; }
#company_attributes {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 10px;
  background-color: #ddd; }

.contact_listing {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.attributes_container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .attributes_container .attribute_container {
    float: left;
    padding: 0; }
    .attributes_container .attribute_container img {
      padding-right: 1px;
      vertical-align: middle;
      padding-left: 10px; }

.customer .details {
  padding-top: 10px;
  float: left; }
  .customer .details .name {
    /*			border-bottom:1px solid #ccc;
    			padding-bottom:5px;
    			margin-bottom:5px;
    */
    font-size: 16px;
    font-weight: bold; }
.selected_receiving_location {
  background-color: #ccc;
  color: #555;
  padding: 3px; }

.bol .date, .bol .upcoming_date {
  font-weight: bold;
  width: 80px;
  text-align: center; }
  .bol .date div, .bol .upcoming_date div {
    background-color: red;
    color: white;
    padding: 10px; }
.bol .upcoming_date {
  width: 200px; }
  .bol .upcoming_date div {
    background-color: #aaa;
    padding: 2px; }

section.bols table.bols tr.bol td.number a {
  padding: 4px;
  background-color: red !important;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }
  section.bols table.bols tr.bol td.number a:hover, section.bols table.bols tr.bol td.number a:visited, section.bols table.bols tr.bol td.number a:active, section.bols table.bols tr.bol td.number a:link {
    color: #fff; }
  section.bols table.bols tr.bol td.number a:hover {
    text-decoration: underline; }
div.add_weight {
  height: 500px;
  width: 800px;
  display: none; }

.duplicate_item {
  background-color: yellow; }

#search_form {
  padding-top: 10px;
  padding-bottom: 20px; }

.search_field {
  float: left;
  margin: 10px; }

table.items tr.item_container td {
  vertical-align: top; }

#model_search_info.red {
  color: red; }

#model_search_spinner.active {
  content: url(/assets/ajax/loader_fb-7f4fbb61e5a1226b421109d4bfeb68b371b240bb6a0131c54581b777cb649908.gif); }
/* Purr Flash Notices and Errors */


.flash {
  display: none;
}

.purr {
  position: fixed;
  width: 20em;
  top: 10px;
  right: 10px;
  padding: 3em;
  background-color: #111;
  color: #DDD;
	font-size:14px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-box-shadow: 1px #666;
  -webkit-box-shadow: 1px #666;
  box-shadow: 1px #666;
  filter:alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity:0.9;
}
.purr:hover .close	{
  position: absolute;
  top: 5px;
  right: 3px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.custom-combobox {
  position: relative;
  display: inline-block; }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0; }

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px; }

.ui-autocomplete-category {
  font-weight: bold;
  line-height: 1.5; }

.ui-autocomplete-model {
  margin-left: .4em;
  padding-left: .4em;
  line-height: 1.5; }
.edit_manufacturer {
  display: none; }
.edit_model {
  display: none; }
.add_note_button {
  background: url(/assets/buttons/add_note-8935b3e9875c0a3aaf67eba1dad49d44874d0b364ec59159fed4524381d29ece.png);
  width: 72px;
  height: 22px;
  border: 0px;
  float: right;
  margin-left: 10px; }

.edit_note_button {
  background: url(/assets/buttons/edit_note-cab9b7e9b74ec1bfef6281539835c37a973d167a7e3dcc1a356e34f436d00c29.png);
  width: 72px;
  height: 22px;
  border: 0px;
  float: right;
  margin-left: 10px; }
div.actions {
  display: block; }
  div.actions:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  div.actions .action_item {
    float: left;
    margin-right: 10px; }
    div.actions .action_item input[type=submit] {
      outline: 0 !important;
      -moz-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100)) !important;
      background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100') !important;
      background-color: #fe1a00 !important;
      -moz-border-radius: 6px !important;
      -webkit-border-radius: 6px !important;
      border-radius: 6px !important;
      border: 1px solid #d83526 !important;
      display: inline-block !important;
      color: #ffffff !important;
      font-family: arial !important;
      font-size: 15px;
      font-weight: bold !important;
      padding: 6px 24px !important;
      text-decoration: none;
      text-shadow: 1px 1px 0px #b23e35 !important; }
      div.actions .action_item input[type=submit]:hover, div.actions .action_item input[type=submit]:active, div.actions .action_item input[type=submit]:visited, div.actions .action_item input[type=submit]:focus {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #fe1a00), color-stop(1, #ce0100));
        background: -moz-linear-gradient(center top, #fe1a00 75%, #ce0100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
        color: #fff; }

.company_icon_large {
  background: url(/assets/parablesoft/sprites-994ce110fcbcbe888f7b7cb1fbdce2555ab515d9d66a1c7e54ed1dccf4b9d080.png) no-repeat scroll 0px 0px transparent;
  height: 55px;
  width: 55px;
  display: block; }

/*Context Menu*/
.ph_context_menu {
  display: none; }

.uiContextualDialogPositioner, .uiContextualDialogPositioner .uiContextualDialog {
  position: absolute;
  z-index: 200; }

.uiContextualDialogLeft .uiContextualDialog {
  right: 0; }

.uiOverlayArrowTop {
  padding-top: 8px; }

.uiOverlayArrowRight {
  padding-right: 10px; }

.uiOverlayArrowLeft {
  padding-left: 10px; }

.uiOverlay {
  position: relative;
  z-index: 200; }

.uiContextualDialog, .uiContextualDialog:focus {
  outline: 0 solid transparent; }

.uiOverlayContent {
  background: white;
  border: 1px solid #8C8C8C;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid #666;
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.uiOverlayContentHolder {
  padding: 10px; }

.uiOverlayArrow {
  position: absolute;
  overflow: hidden; }

.uiOverlayArrowRight .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -9px -469px;
  background-repeat: no-repeat;
  height: 30px;
  right: 3px;
  width: 9px; }

.uiOverlayArrowLeft .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: 0px -469px;
  background-repeat: no-repeat;
  height: 30px;
  left: 2px;
  width: 9px; }

div.uiOverlayArrowTop .uiOverlayArrow {
  background-image: url(/assets/parablesoft/sprite-c37b1f5484a7cc0cdef20be07d1c022612775f99d007dd6e518a8c034c05596f.png);
  background-position: -116px -415px;
  background-repeat: no-repeat;
  height: 9px;
  width: 18px; }

/*End Context Menu*/
.people div.person {
  width: 300px;
  float: left; }
  .people div.person div.contact {
    font-size: 11px;
    margin: 0 0 15px;
    height: 70px;
    float: left;
    margin-right: 10px; }
    .people div.person div.contact div.avatar {
      float: left;
      width: 48px; }
      .people div.person div.contact div.avatar img.photo {
        display: block;
        height: 48px;
        width: 48px;
        margin-bottom: 1px; }
      .people div.person div.contact div.avatar div.invited, .people div.person div.contact div.avatar div.admin {
        color: #fff;
        text-align: center;
        margin-top: 0;
        font-size: 11px;
        text-transform: uppercase; }
      .people div.person div.contact div.avatar div.admin {
        background-color: red; }
      .people div.person div.contact div.avatar div.invited {
        background-color: green; }
    .people div.person div.contact div.body {
      margin-left: 56px;
      padding-right: 15px; }
      .people div.person div.contact div.body h3.fn {
        padding: 0;
        margin: 0; }
.charges .data_entry {
  background-color: #ccc;
  padding: 5px;
  margin-bottom: 20px; }
  .charges .data_entry table {
    width: auto; }
  .charges .data_entry th {
    margin: 0;
    padding: 0; }
  .charges .data_entry td {
    width: 130px;
    margin: 0;
    padding: 0; }
  .charges .data_entry input[type='text'] {
    width: 75px;
    padding: 5px;
    font-size: 15px; }

.prices table.items {
  width: 100%;
  margin-right: 10px;
  border-collapse: collapse; }
  .prices table.items th {
    background-color: #ccc; }
  .prices table.items tr:nth-of-type(even) {
    border-bottom: 1px solid #ccc; }
.prices table.details td.label {
  width: 75px; }
.prices .summary {
  float: right;
  padding: 10px;
  width: 200px;
  background-color: #ccc;
  margin-bottom: 20px;
  margin-right: 0px; }
  .prices .summary .total {
    font-weight: bold; }
  .prices .summary .grand_total_container {
    margin-top: 10px; }
    .prices .summary .grand_total_container h3 {
      text-align: center;
      margin-bottom: 2px; }
    .prices .summary .grand_total_container .grand_total {
      background-color: #fff;
      padding: 3px; }
      .prices .summary .grand_total_container .grand_total #pricing_total {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        color: red; }
div.data_filter {
  background-color: #ffeecc;
  border-bottom: 1px solid #ff6900;
  border-top: 1px solid #ff6900;
  padding: 10px;
  margin-bottom: 20px; }
  div.data_filter h3 {
    margin-bottom: 8px;
    padding-bottom: 0px;
    font-size: 18px; }
.new_system_notification textarea, .edit_system_notification textarea {
  height: 75px; }
