  body {
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    h1, h2, h3, h4, h5, h6 {
      font-family: "bebas-neue",sans-serif;
      color: #333;
      small {
        margin-left: 10px;
        font-family: "Courier New", Courier, monospace;
      }
    }
  }

  .page {
    background: #f9f9f9;
    min-height: 100vh;
  }


  .form-group {
    .form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      border-radius: 0;
        height: inherit;
        padding: 12px;
        border: 1px solid #ddd;
        font-size: 18px;
      -webkit-box-shadow: none;
        box-shadow: none;
        @media(max-width: 560px) {
          font-size: 18px;
        }
        &:focus {
          /*background: rgba(255, 255, 132, 0.25);*/
          /*border-color: $gray;*/
          -webkit-box-shadow: none;
          box-shadow: none;
        }
    }
    label {
      display: block;
      font-weight: normal;
      float: left;
      small {
        float: right;
      }
    }
    .btn {
      display: table;
      margin: 0 auto;
      color: red;
      font-size: 21px;
    }
  }

  .home {
    width: 100%;
  }

  .center {
    text-align: center;
  }

  .btn-link {
    font-weight: 400;
    color: red;
    border-radius: 0;
    font-size: 24px;
    text-align: center;
  }

  .login {
    .panel {
      max-width: 500px;
      margin: 10% auto 30px;
      h1, h2, .lead {
        text-align: center;
      }
      form {
        max-width: 400px;
        margin: 30px auto;
        input[type=submit] {
          float:right;
        }
      }
    }
  }

  .devise {
    .signin {
      max-width: 480px;
      padding: 15px;
      border: 0;
      .panel-body {
        padding: 20px;
      }
      form {
        margin: 30px auto;
      }
    }
  }


  input[type="radio"] {
    margin-top: -1px;
    vertical-align: bottom;
  }

  input[type="checkbox"] {
    margin-top: -1px;
    vertical-align: middle;
  }



  /*
   * typehead.js-bootstrap3.less
   * @version 0.2.3
   * https://github.com/hyspace/typeahead.js-bootstrap3.less
   *
   * Licensed under the MIT license:
   * http://www.opensource.org/licenses/MIT
   */
  .has-warning .twitter-typeahead .tt-input,
  .has-warning .twitter-typeahead .tt-hint {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .twitter-typeahead .tt-input:focus,
  .has-warning .twitter-typeahead .tt-hint:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-error .twitter-typeahead .tt-input,
  .has-error .twitter-typeahead .tt-hint {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .twitter-typeahead .tt-input:focus,
  .has-error .twitter-typeahead .tt-hint:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-success .twitter-typeahead .tt-input,
  .has-success .twitter-typeahead .tt-hint {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .twitter-typeahead .tt-input:focus,
  .has-success .twitter-typeahead .tt-hint:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .input-group .twitter-typeahead:first-child .tt-input,
  .input-group .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
  }
  .input-group .twitter-typeahead:last-child .tt-input,
  .input-group .twitter-typeahead:last-child .tt-hint {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
  }
  .input-group.input-group-sm .twitter-typeahead .tt-input,
  .input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-group.input-group-sm .twitter-typeahead .tt-input,
  select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
  textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
  select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
  select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: auto;
  }
  .input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
  .input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
  }
  .input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
  .input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
  .input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .input-group.input-group-lg .twitter-typeahead .tt-input,
  .input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  select.input-group.input-group-lg .twitter-typeahead .tt-input,
  select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
  textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
  select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
  select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: auto;
  }
  .input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
  .input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
  }
  .input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
  .input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
  .input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .twitter-typeahead {
    width: 100%;
    float: left;
  }
  .input-group .twitter-typeahead {
    display: table-cell !important;
  }
  .twitter-typeahead .tt-hint {
    color: #999999;
  }
  .twitter-typeahead .tt-input {
    z-index: 2;
  }
  .twitter-typeahead .tt-input[disabled],
  .twitter-typeahead .tt-input[readonly],
  fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #eeeeee !important;
  }
  .tt-dropdown-menu,
  .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
  }
  .tt-dropdown-menu .tt-suggestion,
  .tt-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
  }
  .tt-dropdown-menu .tt-suggestion.tt-cursor,
  .tt-menu .tt-suggestion.tt-cursor,
  .tt-dropdown-menu .tt-suggestion:hover,
  .tt-menu .tt-suggestion:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
  }
  .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .tt-menu .tt-suggestion.tt-cursor a,
  .tt-dropdown-menu .tt-suggestion:hover a,
  .tt-menu .tt-suggestion:hover a {
    color: #262626;
  }
  .tt-dropdown-menu .tt-suggestion p,
  .tt-menu .tt-suggestion p {
    margin: 0;
  }

  /********************* main panel styling ***************************/

  .panel.with-nav-tabs .panel-heading{
      padding: 5px 5px 0 5px;
  }
  .panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
    margin-top: 40px;
  }
  .panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
  }
  /*** PANEL INFO ***/
  .with-nav-tabs.panel-info .nav-tabs > li > a,
  .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
  .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #333;
  }
  .with-nav-tabs.panel-info .nav-tabs > .open > a,
  .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
  .with-nav-tabs.panel-info .nav-tabs > li > a:hover {
    color: #333;
    background-color: #ddd;
    border-color: transparent;
  }
  .with-nav-tabs.panel-info .nav-tabs > li.active > a,
  .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
  .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    border-bottom-color: transparent;
  }
  .elevated {
    color: red;
  }
  .panel.with-nav-tabs.panel-info{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    .panel-heading {
      border-radius: 0;
      background-color: #f9f9f9;
      border-color: transparent;
      padding: 100px 20px 0 140px;
      border-bottom: 1px solid #ddd;
      @media (max-width: 540px) {
        padding: 100px 5px 0;
      }
      .back {
        font-family: "Courier New", Courier, monospace;
        position: relative;
        top: -8px;
        left: 10px;
        font-size: 16px;

      }
    }
  }

  .alert {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 99;
    padding: 12px 45px 10px 15px;
    .close {
      opacity: 1;
      top: 0;
    }
    &.alert-danger {
      color: red;
      background-color: #fff;
      border-color: red;
    }
    &.alert-success {
      color: #9CBB9A;
      background-color: #fff;
      border-color: #9CBB9A;
    }
  }

  .btn-success {
      border-color: transparent;
      cursor: pointer;
  }
  .btn-info {
      border-color: transparent;
      cursor: pointer;
      &.info-2{
        background-color: #31708f;
      }
  }
  .btn-warning {
      border-color: transparent;
      cursor: pointer;
  }

  .error {
    color: red;
  }
  /************************ Ticket Feed ******************************/

  .panel-body {
    min-height: 320px;
    padding: 20px 140px;
      @media (max-width: 540px) {
        padding: 5px;
      }
  }

  .empty {
    text-align: center;
    margin: 30px;
  }

  .new_ticket, .edit_ticket {
    textarea.form-control {
        height: 609px;
    }
  }

  div.absolute-position-buttons {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 10px;
  }

  .ticket-row {
    position: relative;
    .list-group-item {
      border: none;
      border-bottom: 1px solid #ddd;
      margin-bottom: 0px;
      &:hover  {
        background: #f9f9f9;
      }
    }
    .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .actions-right {
      position: absolute;
      top: 10px;
      right: 10px;
    }
  }

  .glyphicon {
    top: 2px;
  }

  .glyphicon.glyphicon-user {
    color: #31708f;
  }
  .glyphicon.glyphicon-fire{
    color: #a94442;
  }

  .glyphicon.glyphicon-check {
    color: #73A44B;
  }
  .glyphicon.glyphicon-bullhorn {
    color: #e0e157;
  }
  .glyphicon.glyphicon-hourglass {
    color: #66512c;
  }

  .glyphicon.glyphicon-send.no-button {
    color: #31708f;
  }

  .ticket-title-archived {
    opacity: 0.3;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }

  .ticket-title-archived {
    opacity: 0.3;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }

  .ticket-text {
    width: 100%;
    padding-right: 80px;
  }

  .ticket-date-right {
    float: right;
    padding-right: 30px;
  }
  .plus-fixed-bottom {
    position: fixed;
    bottom: 25px;
    right: 30px;
  }

  .ic-trello {
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    cursor: hand;
  }

  div.login-image-corner {
    position: absolute;
    top: 130px;
  }
  .panel > .panel-default > .panel-absolute-position {
    float: right;
  }


  /************************ nav-bar ******************************/
  .header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 99;
    margin-left: -30px;
  }
  .navbar.navbar-inverse.navbar-fixed-top {
    border-width: 0 0 0px;
  }

  .dropdown-toggle.fixed-right {
    position: absolute;
    left: 50px;
  }

  .right-hand-nav-links {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99;
    a {
      margin-left: 15px;
    }
  }

  .dropdown-floated {
    float: right;
  }


  /************************ show ticket page ******************************/

  .sidebar-attributes {
    position: absolute;
    top: 40px;
  }

  .btn-group-xs>.btn, .btn-xs {
    padding: 3px 5px 0px;
    float: left;
    margin-left: 3px;
  }

  ul.attachments {
    list-style-type: none;
    padding-left: 0;
    li {
      position: relative;
    }
  }

  .filters{
    padding-top: 10px;
    padding-left: 10px;
  }

  .inline-field input,
  .inline-field label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 13px;
  }

  .preview-attachment{
    display: none;
    position: absolute;
    top: 0;
    left: -400px;
    width: 400px;
    img {
      width: 400px;
    }
  }

  a:hover + .preview-attachment,.preview-attachment:hover{
    display: block;
    position: absolute;;
    z-index: 100;
  }

  li.filter{
    height:10px;
    table{
        margin-bottom: 20px;
        display: block;
        position: relative;
        top: -5px;

        th,td{
          padding-right:15px;
        }
        th{
          font-size:12px;
          color: #333;
          font-weight: normal;
        }
        label{
          font-size:11px;
          color: #333;
          font-weight: normal;
        }
    }
  }

  .sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }

  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg);
  }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg);
  }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg);
  }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  @-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
              transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
    } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
              transform: perspective(140px) rotateX(0deg);
      opacity: 1;
    } 90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
              transform: perspective(140px) rotateY(180deg);
      opacity: 0;
    }
  }

  @keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
              transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
    } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
              transform: perspective(140px) rotateX(0deg);
      opacity: 1;
    } 90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
              transform: perspective(140px) rotateY(180deg);
      opacity: 0;
    }
  }

  #tab1info {
    min-height: 430px;
  }
