@import "variables.less";

.compact-form{

  .form-group{
    margin-bottom: 5px;

    .form-control{
      box-shadow: none !important;
    }

    .has-error .form-control{
        box-shadow: none !important;
        border:1px solid #dd4b39;
    }

  }
}

.table-wrapper-2,.table-wrapper-3{
  height: 350px;
  overflow-y: scroll;

  td.no-rows{
    height: 312px !important;

    > i{
      font-size: 2.5em !important;
    }
  }
}

.modal.modal-second-level {
  z-index: 2070 !important;
  overflow: auto;
}

body.modal-second,body.modal-third{
  overflow-y: hidden !important;
}

body.modal-second .modal-backdrop {
  z-index: 2069 !important;
}

.table-tickets{
  border-top:1px solid #EEE !important;
  border-bottom:1px solid #EEE !important;
  border-left:none !important;
  border-right:none !important;

  td{
    vertical-align: middle !important;
    padding: 6px !important;
  }
}

.floatThead-table{

  thead > tr > th{
    background: #FFF;
    z-index: 1001;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

.dropdown-menu{
  z-index: 1100 !important;
}

.content-header>.breadcrumb.top0{
  top:0;
}

#searchFormDashboard{

  input.form-control{
    border:0;
    padding-bottom: 18px;
    padding-left: 2px;
    padding-top: 16px;
    margin-top: 5px;
    border-bottom: 1px solid #DDD;
  }
}

#reportBox{

  margin-top:5px;
  border:1px solid #DDD;
  background-color: #EEE;
  padding: 10px;

  html, body, div, span, applet, object,
  h1, h2, h3, h4, h5, h6, p, a, em, img,
  strong, ol, ul, li, dl, dd, dt,
  form, label, input,
  article, aside, canvas, details,
  embed, figure, figcaption, footer,
  header, hgroup, menu, nav, output,
  ruby, section, summary, time, mark,
  audio, video  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
  }
  :focus {
    outline: 0;
  }
  ul, ol {
    list-style: none;
  }
  html {
    height: 100%;
  }
  body {
    padding: 0;
    margin: 0;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    height: 100%;
    min-height: 100%;
    background: #FFF;
    line-height: 1;
    overflow-y: scroll;
  }
  img {
    border: 0;
  }
  a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: #000;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  /* Background for the tree. May use for <body> element */
  .jsontree_bg {
    background: #FFF;
  }

  /* Styles for the container of the tree (e.g. fonts, margins etc.) */
  .jsontree_tree {
    margin-left: 30px;
    font-family: 'PT Mono', monospace;
    font-size: 14px;
  }

  /* Styles for a list of child nodes */
  .jsontree_child-nodes {
    display: none;
    margin-left: 35px;
    margin-bottom: 5px;
    line-height: 2;
  }
  .jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_child-nodes {
    display: block;
  }

  /* Styles for labels */
  .jsontree_label-wrapper {
    float: left;
    margin-right: 8px;
  }
  .jsontree_label {
    font-weight: normal;
    vertical-align: top;
    color: #000;
    position: relative;
    padding: 1px;
    border-radius: 4px;
    cursor: default;
  }
  .jsontree_node_marked > .jsontree_label-wrapper > .jsontree_label {
    background: #fff2aa;
  }

  /* Styles for values */
  .jsontree_value-wrapper {
    display: block;
    overflow: hidden;
  }
  .jsontree_node_complex > .jsontree_value-wrapper {
    overflow: inherit;
  }
  .jsontree_value {
    vertical-align: top;
    display: inline;
  }
  .jsontree_value_null {
    color: #777;
    font-weight: bold;
  }
  .jsontree_value_string {
    color: #025900;
    font-weight: bold;
  }
  .jsontree_value_number {
    color: #000E59;
    font-weight: bold;
  }
  .jsontree_value_boolean {
    color: #600100;
    font-weight: bold;
  }

  /* Styles for active elements */
  .jsontree_expand-button {
    position: absolute;
    top: 3px;
    left: -15px;
    display: block;
    width: 11px;
    height: 11px;
    background-image: url('../img/icons.svg');
  }
  .jsontree_node_expanded > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button {
    background-position: 0 -11px;
  }
  .jsontree_show-more {
    cursor: pointer;
  }
  .jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
    display: none;
  }
  .jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button,
  .jsontree_node_empty > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
    display: none !important;
  }
  .jsontree_node_complex > .jsontree_label-wrapper > .jsontree_label {
    cursor: pointer;
  }
  .jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label {
    cursor: default !important;
  }
}


