
.upload-inline {
    display: flex;
    align-items: center;
    gap: 8px;
}
.upload-inline .filepath {
    flex: 1 1 auto;
}
.upload-inline .btn {
    padding: 6px 10px;
}
.progress {
    margin-top: 6px;
}
/*-- Scss Base -- */
/* @import "compass"; */
body {
  padding-top: 90px;
  /* 60px to make the container go all the way to the bottom of the topbar */
  background: #e1e1d7;
}

.alert-danger .text-danger:last-child, .alert-error .text-danger:last-child {
  margin-bottom: 0;
}

.logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background: url(../img/logo.jpg) no-repeat;
  max-width: 388px;
  height: 56px;
  margin: 0 auto 20px;
  background-size: 82% auto;
}

.navbar:after {
  content: '';
  background-color: #007474;
  width: 100%;
  height: 36px;
  position: absolute;
  top: 100%;
  z-index: -1;
}
.navbar .logo-header {
  width: 195px;
  position: relative;
  display: block;
  height: 41px;
  float: left;
}
.navbar .logo-header .brand {
  position: absolute;
  top: 0;
  left: 0;
  height: 73px;
  width: 100%;
}

.btn-danger {
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  background: #FF4444;
  text-shadow: none;
  box-shadow: none;
  border: none;  
  float: left;
}

.btn-danger:hover {
  background: #F56464 !important;
}

.btn-danger:focus {
  background: #FF4444 !important;
}

.btn-danger-2 {
  float: none;
  margin-top: 24px;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
}

.btn-danger-3 {
  right: -24px;
  top: 25px;
}

.btn-danger-4 {
    background: #ff4444 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-size: 10px;
    padding: 0 6px;
    position: absolute;
    text-shadow: none;
}

.btn-success,
.btn-primary {
  background: #007474;
  border: none;
  box-shadow: none;
  color: #fff;
  border-radius: 2px;
  text-shadow: none;
}
.btn:hover, .btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #0c8c8c;
  color: #fff;
}
.btn:active,
.btn-primary:active {
  background: #006b6b;
  color: #fff;
}

form {
  margin: 10px 0;
}
form > .row {
  margin: 0px -10px;
}

textarea {
  width: 500px;
  max-width: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none;
}

.navbar-inverse .navbar-inner {
  background: #393939;
}

.navbar-inverse .nav > li > a {
  display: block;
  padding-left: 15px;
  padding-right: 14px;
  padding-top: 0;
  padding-bottom: 0;
  border-right: solid 1px #343434;
  color: #ccc;
  line-height: 41px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:active,
.navbar-inverse .nav .active > a {
  color: white;
  background-color: #434343;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background-color: #333;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 18px;
}

.dropdown .caret {
  margin-left: 10px;
  border-top: 4px solid #CCCCC2;
  margin-top: 17px;
}

.dropdown-menu > li > a:hover {
  background: #007474;
}

.navbar .brand {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background: #e3e1c8 url(../img/logo-small.jpg) no-repeat;
  width: 128px;
  height: 41px;
  margin: 0;
    background-size: contain;
    background-position: center;
    padding: 10px;
    background-origin: content-box;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #D4D4C3;
  border-bottom: 1px solid #ECECE2;
}

h1, h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #007474;
}

h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 5px;
  color: #007474;
}

.table-responsive-from-start,
.box {
  background-color: #fff;
  border: 1px solid #D4D4C3;
  padding: 10px;
  width: 100%;
  border-radius: 2px;
}
.table-responsive-from-start .list-sty-1 li,
.box .list-sty-1 li {
  padding: 20px 0;
  border-bottom: none;
  border-top: 1px solid #bbb;
}
.table-responsive-from-start .list-sty-1 li > *:last-child,
.box .list-sty-1 li > *:last-child {
  margin-bottom: 0;
}
.table-responsive-from-start .list-sty-1 li:first-child,
.box .list-sty-1 li:first-child {
  border-top: 1px solid #bbb;
}
.table-responsive-from-start hr,
.box hr {
  border-bottom: none;
  border-top-color: #ccc;
}

.data-sty-2 {
  font-size: 12px;
  color: #666;
}
.data-sty-2 .item {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 10px;
}
.data-sty-2 .item:last-child {
  border-right: none;
}

.actions-sty-1 {
  list-style: none;
  margin: 0;
}

.list-sty-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-sty-1 li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ECECE2;
  border-bottom: 1px solid #D4D4C3;
}
.list-sty-1 li:last-child {
  border-bottom: none;
}
.list-sty-1 li:first-child {
  border-top: none;
}

.data {
  margin-bottom: 5px;
}
.data .title {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.data .value {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.data-sty-1 {
  padding-right: 190px;
  margin-bottom: 10px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  box-sizing: border-box;
  height: auto;
  line-height: 0.5em;
  max-width: 500px;
  padding: 7px 11px;
  width: 100%;
  font-size: 14px;
  line-height: 1em;
}

select {
  width: 100%;
  max-width: 366px;
}

table.dataTable {
  margin: 4px 0px 25px !important;
}

.dataTables_wrapper > .row-fluid {
  display: none;
}

/* ============================== */
/* Table Layout */
.t-layout {
  display: table;
  width: 100%;
  height: 100%;
}

.t-layout--inline {
  display: inline-table;
  width: auto;
}

@media screen and (max-width: 767px) {
  .m-t-layout-off, .m-t-layout-off > .t-row, .m-t-layout-off > .t-row > .t-col {
    display: block;
  }
}

.t-row {
  display: table-row;
}

.t-col {
  display: table-cell;
}

.t-col--align-top {
  vertical-align: top;
}

.t-col--align-mid {
  vertical-align: middle;
}

.t-col--align-bot {
  vertical-align: bottom;
}

.t-col-compress {
  width: 1px;
}

.t-col-compress-1 {
  width: 200px;
}

.t-col-compress-2 {
  width: 100px;
}

.filter-form {
  background-color: #fff;
  border: 1px solid #D4D4C3;
  padding: 15px 20px;
  border-radius: 2px;
  margin-bottom: 0px;
}
.filter-form label {
  font-weight: bold;
}
.filter-form .t-col {
  padding-right: 10px;
}
.filter-form select, .filter-form textarea, .filter-form input[type="text"], .filter-form input[type="password"], .filter-form input[type="datetime"], .filter-form input[type="datetime-local"], .filter-form input[type="date"], .filter-form input[type="month"], .filter-form input[type="time"], .filter-form input[type="week"], .filter-form input[type="number"], .filter-form input[type="email"], .filter-form input[type="url"], .filter-form input[type="search"], .filter-form input[type="tel"], .filter-form input[type="color"], .filter-form .uneditable-input {
  margin-bottom: 0;
}
.filter-form .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.t-a-r {
  text-align: right;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-27 {
  margin-top: 27px;
}

.w-auto {
  width: auto;
}

.scroll-x {
  width: 100%;
  overflow-x: auto;
}

.no-line-break {
  white-space: nowrap;
}

.filter-wrap {
  width: 100%;
  overflow-x: auto;
  display:inline;
}
.filter-wrap > form {
    min-width: 1170px;
    display: inline-block;
}

label span {
  color: #999;
}

footer {
  margin-bottom: 20px;
}
footer span {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #aaa;
}
footer span.highlight {
  color: #007474;
}
footer span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

table.dataTable tbody td {
  padding: 8px 10px 8px 19px !important;
}

.filter-col-left label {
    margin-top: 10px;    
}

.filter-div {
    width: auto;
    height: 291px;
    background: #EFEDED;
    display: none;
    padding: 10px 20px 0 20px;
    float:left;
}

.filter-div label {
    font-weight: 600;
    font-size: 12px;    
    text-transform: uppercase;
}

.filter-div h5 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.filter-div ul {
  list-style: none;
  margin: 0;
  font-size: 12px;
}

.filter-col-left {
  width:310px;
  float:left;
}

.filter-col-right {
  width: 764px;
  float: left;
  padding-left: 15px;
  margin-top: 15px;
  padding-right: 15px;
}

.filter-col-right .col {
  float:left;
  width:165px;
}

.filter-col-right .col ul li {
  padding-bottom:8px;
}

.filter-col-right .col:nth-child(3) ul li {
    float: left;
    width: 170px;
}

.filter-col-right .col input[type="checkbox"] {
  margin-top: 4px;
}

.filter-col-right .col:nth-child(3) {
    width: 372px; 
}

.f-d-i {
  width:100%;
  float:left;
  padding-bottom:20px;
  border-bottom:solid 1px #333333;
}

.s-div h2, .s-div .status, .s-div .s-btns {
  display:inline-block;
}

.s-div {    
    padding: 90px 0 10px 0;
    position: relative;
    z-index: 1;
}

.s-div .status {
    border-left: 2px solid #333333;
    margin-left: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.s-div h2 {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.left-menu {
  background: #FFFFFF;
  margin-top: 15px;
}

.left-menu h2 {
    font-size: 20px;
    width: 100%;    
    padding-left: 11px;
    box-sizing: border-box;
    margin:0;
    padding-right: 11px;
}

.left-menu h2 span {
    font-size: 12px !important;
}

.left-menu h3 {    
    width: 100%;
    box-sizing: border-box;
    margin:0;
    padding:9px 11px 10px 17px;
    font-weight:bold;
    font-size:16px;
}

.left-menu h3 span {
    font-size: 12px !important;
    font-weight:normal;
}

.left-menu ul {
  padding:0;
  margin:0;
  list-style:none;
}

.left-menu ul li {  
}

.left-menu ul li a {
  color:#333333;
  text-decoration:none;
  display: block;
  padding: 10px 0 10px 17px;
  box-sizing: border-box;  
  border-top:solid 1px #E4E0E0;
  position:relative;
}

.left-menu ul li a:hover {
  color: #FFFFFF;  
  background-color: #393939;  
}

.left-menu ul li a.active {
  color: #FFFFFF;  
  background-color: #393939;  
}

.left-menu ul li a.link-disabled {
  pointer-events:none;
  color:#999999;
}

.form-filled::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #007474;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;    
}

.form-not-filled::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #393939;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;    
}

.left-menu ul li a.active::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #393939;
  position: absolute;
  right: -9px;
  top: 10px;
  font-size: 30px; 
}

.left-panel {
  position: sticky;
  top: 70px;
  align-self: flex-start;
  z-index: 10;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}

.left-panel .btnInspection {
  width: 100%; 
  padding: 10px 0;
  margin-top:15px;
}

.left-menu.docs-cert {
  padding-bottom:20px;
}

.left-menu.docs-cert ul li:last-child {
  margin-bottom:15px;
}

.left-menu.docs-cert ul li:last-child a {
  margin-bottom:15px;
  border-bottom:solid 1px #E4E0E0;
}

.left-menu.docs-cert .btnInspection {  
  margin-top:0;
}

.left-menu.docs-cert ul li span {
  display: block;
  padding-top: 8px;
  color: #9E9A9A;
}

.note-here {
  margin-top:15px;
  padding:15px 10px 0 10px;
  border-top:solid 1px #E4E0E0;
}

.note-here textarea {
  height:100px;
}

.right-panel {
  background: #FFFFFF;
  margin-top: 15px;
  width: 100%;
  float: left;
}

.right-panel ul.com-data {
  list-style: none;
  margin:0;
  padding:0;
}

.right-panel ul.com-data li {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-bottom: solid 1px #E9E9E9;
}

.right-panel ul.com-data li span {
  width: 307px;
  float: left;
  background: #f1f1f1;
  color: #595757;
  text-align: right;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
}

.right-panel ul.com-data li p {
  float: right;
  width: 526px;
  margin: 0;
  /*line-height: 30px;*/
  font-size: 12px;
  padding-top: 15px;
}

.com-own-rent-fac-lease {
  float: right;
  width: 526px;
  font-size: 12px;
}

.com-heading {
  font-weight: bold;
  float: right;
  width: 526px;
}

.editBtn {
  color:#333333;
}

ul.inspect {
  list-style:none;
  padding:0;
  margin:0;  
  display: inline-block;
  width:100%;
  float:left;
}

ul.inspect li {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px 20px 20px 0;
  color:#000000;
  margin-bottom:15px;
}

ul.inspect li i {
  float: left;
  font-size: 41px;
  padding-left:26px;
  padding-right:26px;
}

ul.inspect li span {
  float:left;
}

ul.inspect li span.report {
  padding-right:37px;
}

ul.inspect li span.update {
}

ul.inspect li span.download {
  padding: 0 92px;
}

ul.inspect li span.t-btns {
  float:right;
  line-height: 41px;
}

ul.company-images {
  width:100%;
  float:left;
  list-style:none;
  padding:0 0 20px 0;
  margin:0;
  border-bottom:solid 1px #C2C0C0;
  display: inline-block;
}

ul.company-images li {  
  float:left;
  display:inline;
  padding-right: 14px;
  padding-bottom: 14px;
  position: relative;
}

ul.company-images li:nth-child(5), ul.company-images li:nth-child(10), ul.company-images li:nth-child(15), ul.company-images li:nth-child(20), ul.company-images li:nth-child(25), ul.company-images li:nth-child(30) {
  padding-right:0;
}

ul.company-images li a {  
  width:158px;
  height:158px;
  float:left;  
}

ul.company-images li a.add-photos {
  background:#e2e2e2;
  border:solid 1px #888888;
  color:#606060;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

ul.company-images li a.add-photos i {
  font-size:14px;
}

ul.company-images li a.add-photos i {
  display:block;
  font-size: 27px;
  font-weight: normal;
  margin: 45px 0 8px 0;
}

ul.company-images li {
  cursor: pointer;
}

.inspection p {
  padding-top:5px;
  width:100%;
  float:left;
}

ul.notes {
  width:100%;
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}

ul.notes li {
  width:100%;
  float:left;
  margin:0 0 1px 0;
  background:#FFFFFF;
  color:#333333;
  text-decoration:none;
  padding:10px 15px;
}

ul.notes li span {
  color:#9E9A9A;
}

.inspection table.dataTable thead th, .inspection table.dataTable thead td {
  padding:15px 0 15px 15px;  
  background:none;
}

.inspection table.dataTable tbody td {
  padding:15px 0 15px 15px !important;  
}

.c-dashboard h3 {
  font-size:20px;
  margin-top: 30px;
}

.c-dashboard input[type="radio"] {
    float: left;
    margin-right: 10px;
}

.c-dashboard p {
  font-size: 13px;
}

input[type="checkbox"] {
  float: left;
  margin-right: 7px;
}
.login-options{
  display: none;
}
.login-options.active{
  display: block;
}
.login-options .wrap{
  display: block;
  width: 340px;
  background: #fff;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  border: 1px solid #999;
}
.login-options .wrap a{
  display:block;
  margin-top: 8px;
  margin-bottom: 8px;
}
.login-options .overlap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.4);
}

textarea {
  width: 100%;
  height: 150px;
}

.bod-bottom {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.left-menu ul.notes-list li {  
  color:#333333;
  text-decoration:none;
  display: block;
  padding: 10px 0 10px 17px;
  box-sizing: border-box;  
  border-top:solid 1px #E4E0E0;
}

ul.notif > li > a {
  font-size:15px !important;
  font-weight:normal !important;
}

.pagi-outer {
  text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.active>a, .pagination>.active>a:hover {
  background:#0c8c8c;
}

.pagination>li>a, .pagination>li>span {
  color:#000000;
}

.types-entity {
  list-style: none;
  padding:0;
  margin:0;
}

.types-entity li {  
  display:inline-block;
  padding-right: 15px;
}

.types-entity li label {
  display:inline-block;
}

.types-entity li input[type="radio"] {
  float:left;
  margin:4px 5px 0 0;
}

#show-me2 input {
  width:100%;
}

.steps-num {
  background: #CCCCCC;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.steps-num ul {
  margin: 0;
  padding: 0;
}

.steps-num ul::before {
  position: absolute;
  content: '';
  border-top: solid 1px #C0BABA;
  top: 19px;
  left: 15px;
  width: 96%;
  z-index: 1;
}

.steps-num ul li {
  display: inline-block;
  padding-right: 144px;
  z-index: 2;
  position: relative;
}

.steps-num ul li:last-child {
  padding-right: 0;
}

.steps-num ul li a {
  border: solid 1px #ADAAAA;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  line-height: 42px;
  background: #D2D2D2;
  color: #000000;
  text-decoration: none;
}

.steps-num ul li a:hover {
  background: #FFFFFF;
}

.steps-num ul li a.active {
  background: #007474;
  color: #fff;
}

.steps-num ul li a.link-disabled {
    pointer-events: none;    
}

.steps-num ul li a.form-comp {    
  background: #FFFFFF;
  color: #000000;
}

form.form-signin h2 {
  font-size: 16px;
  margin-bottom: 0;
}

form.form-signin a {
  color: #000000;
}

form.form-signin a.btn-primary {
  color: #FFFFFF;
}

h2.main-heading {
  padding: 30px 0 30px 5px;
  margin: 0;
  line-height: 0;
}

h3.sub-heading {
  margin: 0;
  padding: 0 0 20px 5px;
  font-size: 16px;
  font-weight: normal;
}

h4.sub-sub-heading {
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 14px 0;
}

h5.sub-heading {
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 0px 0 5px 5px;
}

.right-panel label {
  font-size: 13px;
}

h2.form-signin-heading {
    font-size: 17px;
}

.show-loading {
  position: relative;
}

.show-loading:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("assets/img/progress-circle-success.svg") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  z-index: 99;
}

i#loader {
    font-size: 16px;
}

.container {
  min-width: 1170px !important;
}

body {
  min-width: 1210px !important;
  padding: 0 !important;
}

.navbar-inverse .navbar-inner {
  border-radius: 0;
}

a.fileupload_btn {
  /*background: #9B9999;*/
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
}

a.filedownload_btn {
  background: #393939;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin-top: 20px;
}

input.error {
    border: 1px solid #ff0000 !important;
}

label.error {
    color: #ff0000;
    display: block !important;
    /* float: left;
    position: absolute;
    right: 0;
    top: 110px; */
    width: 100% !important;
}

a.btn.btn-success.remove-this {
  padding: 3px 4px 3px 5px;
  display: inline;
  position: absolute;
  right: 10px;
  top: 45px;
}

a.btn.btn-success.remove-this i {
  font-size: 11px;
  font-weight: normal;
  display: block;
}

.next, .previous {
  /* font: 0/0 a; */
  /* color: transparent; */
  text-shadow: none; 
  border: 0;
}

.next::before {  
  /* content: "\f054"; */
  color: #FFFFFF;
  font-size: 14px;
  font-family: FontAwesome;
  padding: 13px 0;
  display: inline-block;
  line-height: 0;
}

.previous::before {  
  /* content: "\f053"; */
  color: #FFFFFF;
  font-size: 14px;
  font-family: FontAwesome;
  padding: 13px 0;
  display: inline-block;
  line-height: 0;
}

a.controls.previous, a.controls.next {
    color: black !important;
    font: inherit !important;
}

.dropdown-menu > li > a {
  border-bottom: dotted 1px #cccccc;
  padding: 5px 10px 5px 15px;
  margin: 0 0 0px 0;
  box-sizing: border-box;
  font-size: 12px;
}

.c_remove {
  height: 22px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -10px;
  width: 22px;
  display: none;
}

.c_remove a {
  background: #007474 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-family: Verdana;
  font-size: 11px;
  height: 100% !important;
  line-height: 18px;
  text-align: center;
  width: 100% !important;
  text-decoration: none;  
}

ul.company-images li:hover .c_remove {
  display: block;
}

.heading-images-style {
  border-top: 1px solid #C2C0C0;  
  margin: 20px 0 0;
  padding: 20px 0 10px !important;
}

a#loadmore_btn {
  font-size: 30px;
  color: #007474;
}


/* Progress Bar */
.seventy-per .progress {
    width: 69%;
    display: inline-block;
    margin-top: 25px;
    max-width: 420px;
}

.seventy-per a.btn {
display: inline-block;
margin-top: -33px!important;
}

ul.com-data a.btn.disabled{
  cursor: not-allowed;
  background-color: #e6e6e6;
}

ul.com-data a.btn.disabled:hover{
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.osha-table th, .osha-table td {
  padding: 6px;
  border: solid 1px gray;
}

.padding-6 th, .padding-6 td{
  padding: 6px;
}
.border-grey th, .border-grey td{
  border: solid 1px gray;
}

.sub-contractor-info{
  margin-top:10px;
  padding: 18px;
  background-color: #393939;
  color: white;
}
.sub-contractor-info a{
  color: #fff;
}
.downloadbtn.btn {
	padding: 5px 10px 5px 10px;
}
.tooltip-info {
	padding: 1px 6px;
	border-radius: 50%;
	background: #393939;
	color: white;
	margin: 7px;
	font-size: 13px;
}
.tooltip-inner {
  max-width: none;
}
.btn-danger-4{
  margin-left: 20px;
}

/* Progress Bar */
