html, body {
  height: 100%; }

body {
  font-size: 11px;
  background: #f6f6f6;
  padding-top: 70px; }

/**
 * Orders
 */
section.orders {
  padding-bottom: 30px; }
  section.orders .search-btn {
    margin-left: 4px;
    background-color: #93d4fa;
    background-image: none;
    text-shadow: none; }
  section.orders .badge {
    font-size: 10px;
    color: #fff;
    background: #337ab7; }
  section.orders .nav-tabs {
    margin-bottom: -1px; }

/**
 * Grid
 */
.grid_actions {
  font-size: 13px;
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #fff; }

.grid_table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff; }
  .grid_table > tbody > tr > td {
    vertical-align: top; }
  .grid_table .checkbox {
    margin: 0; }
  .grid_table th {
    border: 0 !important; }
  .grid_table .grid_url_icon {
    font-size: 18px; }
  .grid_table .order-closed > td {
    background-color: #ececec !important; }
  .grid_table .order-canceled > td {
    background-color: #ccc !important; }
  .grid_table tr > td.personal-delivery {
    background: #cf8b4e !important; }

.print-invoice {
  font-size: 15px; }
  .print-invoice + .checkbox {
    vertical-align: middle;
    display: inline-block; }

/**
 * Grid: Group Column
 */
.grid_group_row {
  cursor: pointer; }
  .grid_group_row td {
    background-color: #cfdbe7 !important;
    border-color: #cfdbe7 !important;
    border-bottom-color: #fff !important; }

.grid_group_item td {
  transition: height 0.35s ease-out;
  height: 67px;
  background-color: #f9f9f9; }
.grid_group_item.inactive {
  display: none; }

/**
 * Grid: Dynamic Column
 */
.grid_dynamic {
  position: relative; }

.grid_dynamic_content {
  visibility: hidden;
  z-index: -999;
  opacity: 0;
  width: 0px;
  height: 0px;
  -webkit-transition: opacity 0.35s ease-out, visibility 0s linear 0.35s, z-index 0s linear 0.35s, width 0s linear 0.35s, height 0s linear 0.35s;
  -ms-transition: opacity 0.35s ease-out, visibility 0s linear 0.35s, z-index 0s linear 0.35s, width 0s linear 0.35s, height 0s linear 0.35s;
  -moz-transition: opacity 0.35s ease-out, visibility 0s linear 0.35s, z-index 0s linear 0.35s, width 0s linear 0.35s, height 0s linear 0.35s;
  -o-transition: opacity 0.35s ease-out, visibility 0s linear 0.35s, z-index 0s linear 0.35s, width 0s linear 0.35s, height 0s linear 0.35s;
  transition: opacity 0.35s ease-out, visibility 0s linear 0.35s, z-index 0s linear 0.35s, width 0s linear 0.35s, height 0s linear 0.35s;
  position: absolute;
  left: -250px;
  top: 0;
  background-color: #e9e9e9;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  box-shadow: 2px 2px 30px rgba(51, 122, 183, 0.2);
  padding: 10px; }
  .grid_dynamic_content.active {
    width: 240px;
    height: 160px;
    padding: 10px;
    visibility: visible;
    z-index: 999;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .grid_dynamic_content textarea {
    padding: 5px;
    width: 100%;
    height: 100%; }

.grid_dynamic_icon {
  cursor: pointer;
  -webkit-transition: color 0.35s ease-out;
  -ms-transition: color 0.35s ease-out;
  -moz-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
  font-size: 22px; }
  .grid_dynamic_icon.grid_dynamic_comments {
    color: #337ab7; }
  .grid_dynamic_icon.grid_dynamic_issues {
    color: #c9302c; }
  .grid_dynamic_icon.grid_dynamic_empty {
    color: #c9c9c9; }

/**
 * Search
 */
#order_search_projects {
  padding-top: 8px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden; }
  #order_search_projects .col-sm-2 {
    display: none; }
  #order_search_projects .form-group {
    max-width: 100%;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 10px; }
    #order_search_projects .form-group:nth-child(2n) {
      background-color: #f7f7f9; }

.project-search-version-widget .checkbox {
  min-height: 0px;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  float: none; }
  .project-search-version-widget .checkbox input {
    position: relative;
    float: none;
    margin: 0; }

#order_search_products {
  max-height: 400px;
  overflow: auto; }
  #order_search_products .checkbox {
    padding: 5px 10px; }
    #order_search_products .checkbox:nth-child(2n) {
      background-color: #f7f7f9; }

.navbar-brand {
  padding: 0 10px; }
  .navbar-brand img {
    max-height: 80%;
    margin: 10% 0; }

.search-wrap {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  padding: 15px 0; }
  .search-wrap .close {
    position: absolute;
    right: 10px;
    top: 5px; }
  .search-wrap .container {
    padding-bottom: 15px; }
    .search-wrap .container > .row > [class*="col-"] {
      padding-top: 30px;
      padding-bottom: 30px;
      border-radius: 10px;
      background-color: #fff; }
  .search-wrap #order_search_submit {
    float: right; }
  .search-wrap .project-search-version-widget > label {
    width: 118px;
    vertical-align: top; }
    .search-wrap .project-search-version-widget > label .checkbox {
      margin-right: 5px; }
      .search-wrap .project-search-version-widget > label .checkbox > label {
        padding-left: 0; }
  .search-wrap .project-search-version-header {
    padding-left: 10px; }
    .search-wrap .project-search-version-header .version {
      width: 33px;
      padding-left: 27px;
      display: inline-block; }

/**
 * Report filter form
 */
.report_filter_form {
  margin-bottom: 20px; }
  .report_filter_form .form-group {
    float: left;
    margin-right: 15px; }
    .report_filter_form .form-group .btn {
      margin-top: 19px; }

/**
 * Toolbar
 */
.toolbar {
  margin-bottom: 20px; }

.delete-prompt {
  color: #a94442 !important; }

/**
 * Login form
 */
.form-signin {
  width: 300px;
  margin: 0 auto; }
  .form-signin .form-control {
    margin: 10px 0; }

/**
 * Report
 */
.header-row {
  background: #fff; }

.total-row td {
  background: #e9e9e9; }

/**
 * Editor
 */
.editor ul.toolbar {
  margin: 0;
  padding: 0;
  display: block; }
  .editor ul.toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0; }
.editor .editor_textarea {
  border-collapse: separate;
  border: 1px solid #ccc;
  clear: none;
  display: inline-block;
  float: none;
  margin: 0px;
  outline: #333333 none 0px;
  outline-offset: 0px;
  padding: 2px;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  vertical-align: baseline;
  text-align: start;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  background-color: white; }

.t-created {
  color: #3176b1; }
  .t-created .badge {
    background-color: #3176b1 !important; }

.t-all {
  color: #3b88cc; }
  .t-all .badge {
    background-color: #3b88cc !important; }

.t-verified {
  color: #b73358; }
  .t-verified .badge {
    background-color: #b73358 !important; }

.t-confirmed {
  color: #30b985; }
  .t-confirmed .badge {
    background-color: #30b985 !important; }

.t-sent {
  color: #54b504; }
  .t-sent .badge {
    background-color: #54b504 !important; }

.t-personal-delivery {
  color: #cf8b4e; }
  .t-personal-delivery .badge {
    background-color: #cf8b4e !important; }

.t-paid {
  color: #757575; }
  .t-paid .badge {
    background-color: #757575 !important; }

.status-2 {
  background-color: #f0dbe2 !important; }

.status-3 {
  background-color: #e6f2ee !important; }

.nav-item-logout {
  position: absolute !important;
  right: 0; }
  .nav-item-logout a {
    color: #fff !important; }
    .nav-item-logout a:before {
      content: "\e017";
      font-family: 'Glyphicons Halflings';
      display: inline-block;
      margin: 0 5px 0 0;
      vertical-align: middle; }

@media print {
  body {
    padding-top: 10px; }

  .report_filter_form {
    display: none; }

  .noprint {
    display: none !important; }

  a:link:after, a:visited:after {
    display: none;
    content: ""; } }
