@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url("../font-awesome-4.2.0/css/font-awesome.min.css");
/* Fix bootstrap modal backdrop */
.modal-backdrop {
  bottom: 0; }

.lh-28 {
  line-height: 28px; }

.col-lg-5-4 {
  width: 13.88888889%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px; }

body {
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  font-size: 16px;
  color: #2f2e2e; }

html.be {
  background: #f5f5f5;
  font-size: 13px; }
  html.be body {
    background: #f5f5f5;
    font-size: 13px; }

a {
  cursor: pointer; }
  a label {
    cursor: pointer; }

a:hover {
  text-decoration: none; }

a.text {
  color: #d5632c;
  text-decoration: underline; }

a.text:hover {
  color: #d5632c;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 30px;
  font-weight: 100; }

h1 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

.section-divider {
  border-top: 1px solid #ccc;
  margin: 20px -20px; }

.popover {
  width: 300px; }

.fw300 {
  font-weight: 300; }

.fw600 {
  font-weight: 600; }

hr {
  border-color: #c1c1c1; }

#logo {
  width: 236px;
  height: 144px;
  background: url(../img/logo.png); 
  background-size: contain;
  background-repeat: no-repeat;
}

#signup-header {
  margin: 20px auto; }
  #signup-header #logo {
    float: left;
    margin-right: 30px; }

#signup-account {
  background: #f2f2f2;
  border: 1px solid #e0e1e1;
  padding: 40px; }

#signup-step {
  background: #f2f2f2;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; }
  #signup-step #step-bar {
    margin-top: 40px;
    height: 90px; }
  #signup-step ul#steps {
    list-style: none;
    margin-top: -56px;
    position: relative;
    z-index: 100; }
    #signup-step ul#steps li {
      display: inline-block;
      position: absolute;
      text-align: center;
      width: 120px; }
      #signup-step ul#steps li .step {
        height: 64px;
        width: 64px;
        border-radius: 32px;
        border: 10px solid #d5d5d5;
        color: #d5d5d5;
        background: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        font-weight: 600; }
      #signup-step ul#steps li .step.completed {
        border-color: #6eb02f;
        color: #6eb02f; }
        #signup-step ul#steps li .step.completed.current {
          color: #000; }
      #signup-step ul#steps li label {
        font-weight: 500;
        font-size: 14px;
        margin-left: -52px;
        margin-top: 10px;
        color: #333; }
    #signup-step ul#steps li.step1 {
      left: 10%; }
    #signup-step ul#steps li.step2 {
      left: 35%; }
    #signup-step ul#steps li.step3 {
      left: 60%; }
    #signup-step ul#steps li.step4 {
      left: 84%; }

.form-inline {
  margin: 20px 0; }
  .form-inline div {
    margin: 5px 0; }
    .form-inline div label {
      float: left;
      width: 150px; }
    .form-inline div input {
      width: 300px;
      padding: 3px 5px; }

.form-group label {
  margin-top: 7px; }

.invoice-input {
  margin-top: -8px;
  margin-bottom: 10px; }

.btn-invoice {
  margin-top: 6px; }

.header-search #search-invoice_value {
  margin-top: 10px;
  height: 30px; }
.header-search #search-invoice_dropdown {
  margin-top: -2px; }

.process-btn {
  width: 100%;
  background: transparent;
  border: none; }
  .process-btn:hover {
    background: #3276b1;
    color: white; }

.form-block div {
  margin-bottom: 10px; }
  .form-block div label {
    display: block; }
.form-block .angucomplete-dropdown {
  margin-top: -1px;
  min-width: 300px; }
.form-block .angucomplete-row {
  margin-bottom: 0;
  padding-bottom: 1px; }

.dropdown-menu.dropdown-right {
  left: auto;
  right: 0; }

#sparks li .badge {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
  cursor: pointer;
  background: #0091d9;
  display: block;
  font-size: 10px;
  min-width: 18px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px 4px 3px;
  text-align: center;
  line-height: normal; }

#sparks li h5 {
  padding-left: 7px;
  margin: 0; }

#sparks li {
  margin-left: 10px; }

#stats-option {
  width: 150px;
  margin: 10px 0 0 10px; }

.badge-paid {
  margin-top: 30px;
  margin-right: 20px; }

.nav-tabs.tabs-red {
  margin: 10px 0 40px 0; }
  .nav-tabs.tabs-red li a {
    background: #e0dfdd;
    border: 1px solid #c1c1c1;
    margin-right: 11px;
    color: #2f2e2e; }
  .nav-tabs.tabs-red li.active a {
    background: #d5632c;
    border: 1px solid #d5632c;
    color: #fff; }

.nav-tabs > li.active > a {
  box-shadow: 0 -2px 0 #77021d;
  -webkit-box-shadow: 0 -2px 0 #77021d;
  -moz-box-shadow: 0 -2px 0 #77021d; }

.btn-goback {
  position: absolute;
  right: 20px;
  z-index: 100; }

th .form-control {
  font-weight: 300; }

.btn-red {
  background-color: #d5632c;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5632c), to(#d5632c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d5632c, #d5632c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #d5632c, #d5632c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #d5632c, #d5632c);
  /* IE10 */
  background-image: -o-linear-gradient(top, #d5632c, #d5632c);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #d5632c, #d5632c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d5632c', EndColorStr='#d5632c');
  color: #fff; }
  .btn-red:hover, .btn-red:focus {
    color: #fff; }

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

.progress {
  height: 10px;
  background: #d5d5d5;
  box-shadow: none; }

.progress-bar-success {
  background: #6eb02f; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.angular-google-map-container {
  height: 500px; }

#welcome {
  text-align: center; }
  #welcome ul {
    margin: 30px auto;
    width: 600px;
    list-style: none;
    text-align: justify; }
    #welcome ul li i {
      margin-right: 10px; }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  opacity: .3; }
  #loading i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block; }

#login-form {
  width: 400px;
  margin: 15% auto;
  border: 1px solid #ccc; }

/* Backend common styles */
#header {
  padding-top: 30px;
  height: 89px;
  border-bottom: 1px solid #ccc; }

#logo-group {
  margin-top: -20px;
  margin-left: 10px;
  width: 200px; }
  #logo-group span#activity {
    margin-left: 35px;
    margin-top: 26px;
    height: 28px; }

#project-context, .project-context {
  padding-left: 0; }

aside {
  background: #f7f7f7;
  border-right: 1px solid #d4d4d4;
  padding: 10px; }

#left-panel {
  padding-top: 89px; }
  #left-panel nav ul li {
    margin: 10px 0; }
    #left-panel nav ul li a {
      color: #697386;
      font-size: 13px; }
      #left-panel nav ul li a b {
        font-size: 1.1em;
        margin-top: 8px; }
    #left-panel nav ul li.active > a, #left-panel nav ul li:hover > a, #left-panel nav ul li:active > a, #left-panel nav ul li:focus > a, #left-panel nav ul li.open > a {
      color: #202427 !important;
      background: transparent !important; }
      #left-panel nav ul li.active > a:before, #left-panel nav ul li:hover > a:before, #left-panel nav ul li:active > a:before, #left-panel nav ul li:focus > a:before, #left-panel nav ul li.open > a:before {
        content: "";
        /** Remove the arrow */ }
      #left-panel nav ul li.active > a b, #left-panel nav ul li:hover > a b, #left-panel nav ul li:active > a b, #left-panel nav ul li:focus > a b, #left-panel nav ul li.open > a b {
        color: #697386 !important; }
  #left-panel nav ul ul {
    background: transparent;
    margin-left: 10px; }
    #left-panel nav ul ul li:before {
      border-top: 0; }
    #left-panel nav ul ul:before {
      border-left: 0; }

.user-info {
  background: #fff;
  margin-top: 10px;
  padding: 8px;
  color: #697386; }
  .user-info i {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 5px 10px;
    font-size: 1.5em;
    margin-right: 8px; }

.minifyme {
  background: #d7dae2;
  color: #7e7e7e; }

.jarviswidget-color-red > header {
  background: #931313; }

.jarviswidget-no-header {
  border-top: 1px solid #ccc; }

#ribbon {
  background: none;
  padding: 0 20px; }
  #ribbon .breadcrumb {
    color: #697386; }
    #ribbon .breadcrumb > li + li:before, #ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
      color: #202427; }

#content {
  padding: 0 20px 10px 20px; }

.page-title {
  margin-bottom: 10px; }

.btn-label {
  border-radius: 1px 0 0 3px; }

.status-quote-1 {
  background: #f5f5f5; }

.status-quote-2 {
  background: #f2dede; }

.status-quote-3 {
  background: #dff0d8; }

#sparks h5 {
  line-height: 1.2em; }

#chart-sales {
  height: 300px; }

.smart-form.no-widget {
  background: transparent; }
  .smart-form.no-widget fieldset {
    background: transparent; }
  .smart-form.no-widget footer {
    border-top: 0; }
    .smart-form.no-widget footer .btn {
      float: left;
      margin: 0; }

.input-group-addon .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.minified .minifyme {
  border-radius: 4px 0 0 4px;
  right: -4px;
  width: 130%;
  padding: 0 7px; }
.minified nav ul > li {
  border: 0; }
  .minified nav ul > li > a {
    padding: 10px 0; }
    .minified nav ul > li > a > .menu-item-parent {
      left: 34px; }
  .minified nav ul > li nav ul ul {
    background: #fff; }
  .minified nav ul > li > ul {
    left: 24px; }
    .minified nav ul > li > ul > li {
      background: #fff; }

/**
    Note Dialog Style
*/
.note-dialog {
  width: 300px;
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  color: #333;
  text-align: center;
  background-color: #f3f3f3; }
  .note-dialog textarea {
    width: 90%;
    height: 100px;
    border-radius: 5px; }
  .note-dialog .button-group {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 10px; }
  .note-dialog .ngdialog-content {
    text-align: center;
    position: absolute;
    width: 600px;
    height: 300px;
    top: 25%;
    left: 50%;
    margin-left: -300px; }
  .note-dialog .ngdialog-close {
    position: absolute;
    width: 20px;
    top: 0;
    right: 0; }

/*# sourceMappingURL=app.min.css.map */

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
  
}
.btn-danger {
  color: #fff;
  background-color: #d5632c;
  border-color: #d5632c;
}

#logo-group>span {
  padding-left: 8px;
}