﻿/* mixins */
/* variables */
@font-face {
  font-family: 'Nunito';
  src: url("Fonts/Nunito-Regular.ttf");
  font-weight: normal;
}

/* Bootstrap overrides/additions */
body {
  font-family: Nunito, Calibri, Arial, sans-serif;
}

p.lead {
  color: #808080;
  font-size: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.form-control {
  height: 31px;
}

.form-control:focus {
  border-color: #a8b400;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 180, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 180, 0, 0.6);
}

.modal {
  overflow-y: hidden !important;
}

.modal-header {
  background-color: #a8b400;
}

.modal-header h3 {
  line-height: 15px;
  color: white;
}

.btn {
  line-height: 1.25;
  padding: 6px 10px;
}

.btn-sm {
  padding: 4px 10px;
}

.btn-brio-green {
  color: white;
  background-color: #a8b400;
  border-color: #a8b400;
}

.btn-brio-green:hover, .btn-brio-green:focus {
  color: white !important;
  background-color: black;
}

.btn-brio-green:hover span.glyphicon, .btn-brio-green:focus span.glyphicon {
  color: white;
}

.btn-brio-green span.glyphicon {
  color: black;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.7;
}

.btn-brio-black {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-brio-black:hover, .btn-brio-black:focus {
  color: white !important;
  background-color: #a8b400;
  border-color: #a8b400;
}

table.table {
  border: 2px solid #b2b2b2;
  -webkit-box-shadow: 0 0 30px #adadad;
  box-shadow: 0 0 30px #adadad;
}

table.table thead {
  background-color: #D7D7D7;
}

table.table th, table.table td {
  border-right: 1px solid #b2b2b2 !important;
}

table.table tbody tr:last-child td {
  border-bottom: 2px solid #b2b2b2 !important;
}

div.table {
  position: relative;
  width: 100%;
  margin: 20px auto;
  padding: 0 15px;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: 0 0 30px #adadad;
  box-shadow: 0 0 30px #adadad;
}

div.table.set-height {
  /* Requires .table and .tbody heights be set manually */
}

div.table.set-height .thead {
  position: static;
}

div.table.set-height .thead .row {
  background-color: #D7D7D7;
  padding-right: 15px;
}

div.table.set-height .thead .th {
  height: 52px;
  line-height: 52px;
  font-weight: bold;
  border-right: 1px solid #b2b2b2;
}

div.table.set-height .thead .th:last-child {
  border-right: none;
}

div.table.set-height .tbody {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 -15px;
}

div.table.set-height .tbody .td:first-child {
  padding-left: 35px;
}

div.table.set-height .tbody .td:last-child {
  padding-right: 35px;
}

div.table .row {
  border-bottom: 1px solid #e5e5e5;
}

div.table .row:nth-child(odd) {
  background-color: #f9f9f9;
}

div.table .row .th {
  padding: 4px 10px;
}

div.table .row .td {
  padding: 9px 20px;
  line-height: 31px;
  min-height: 51px;
  border-right: 1px solid #b2b2b2;
}

div.table .row .td.long-text {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.table .row .td:last-child {
  border-right: none;
}

div.table .row .td [ng-messages].error {
  margin: 0;
}

div.table .row .td [ng-messages].error.ng-active {
  display: block;
  text-align: right;
  margin: 5px 0 0 0;
  line-height: 18px;
}

div.table .row .td .input-group {
  width: 100%;
}

div.table .row .td [ng-messages] {
  line-height: 17px;
}

div.table .row .td [ng-messages] [ng-message] {
  margin-bottom: 0;
}

div.table .row label {
  margin: 0;
}

ul.dropdown-menu.brio-green {
  background-color: #a8b400;
}

ul.dropdown-menu.brio-green li > a {
  color: white;
}

ul.dropdown-menu.brio-green li > a:hover {
  background-color: #909b00;
}

ul.dropdown-menu.brio-green li > a:focus {
  background-color: #a8b400;
}

div.btn-group.trigger-hover:hover ul.dropdown-menu:not([disabled]) {
  display: block;
}

div.btn-group.trigger-hover ul.dropdown-menu {
  margin-top: 0;
}

.select.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  width: 90%;
  z-index: 5000;
}

label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tooltip-inner {
  padding: 15px;
  color: black;
  background-color: white;
  border: 1px solid #666;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #666;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #666;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #666;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #666;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #666;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #666;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #666;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #666;
}

.radio-inline:first-child {
  padding-left: 0;
}

h1 {
  color: #a8b400;
  font-weight: 100;
}

img {
  max-width: 100%;
}

.glyphicon-ok-circle {
  color: #a8b400;
}

/* custom check boxes, radio buttons */
input[type="radio"], input[type="checkbox"] {
  display: none;
}

label {
  font-weight: normal;
}

label > input[type="radio"] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  background: url(/images/radio_buttons.png) no-repeat;
  background-position: -19px 0;
  cursor: pointer;
}

label > input[type="radio"]:checked + span {
  background-position: 0 0;
}

label > input[type="radio"].ng-dirty + span {
  background-position: -95px 0;
}

label > input[type="radio"].ng-dirty:checked + span {
  background-position: -76px 0;
}

label > input[type="radio"][disabled] + span {
  background-position: -171px 0;
}

label > input[type="radio"][disabled]:checked + span {
  background-position: -152px 0;
}

label > input[type="checkbox"] + span {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  background: url(/images/checkboxes.png) no-repeat;
  background-position: -21px 0;
  cursor: pointer;
}

label > input[type="checkbox"]:checked + span {
  background-position: 0 0;
}

label > input[type="checkbox"].ng-dirty + span {
  background-position: -105px 0;
}

label > input[type="checkbox"].ng-dirty:checked + span {
  background-position: -84px 0;
}

label > input[type="checkbox"][disabled] + span {
  background-position: -189px 0;
}

label > input[type="checkbox"][disabled]:checked + span {
  background-position: -168px 0;
}

label:hover > input[type="radio"]:not(:disabled) + span {
  background-position: -57px 0;
}

label:hover > input[type="radio"]:not(:disabled).ng-dirty + span {
  background-position: -133px 0;
}

label:hover > input[type="radio"]:not(:disabled):checked + span {
  background-position: -38px 0;
}

label:hover > input[type="radio"]:not(:disabled):checked.ng-dirty + span {
  background-position: -114px 0;
}

label:hover > input[type="checkbox"]:not(:disabled) + span {
  background-position: -63px 0;
}

label:hover > input[type="checkbox"]:not(:disabled).ng-dirty + span {
  background-position: -147px 0;
}

label:hover > input[type="checkbox"]:not(:disabled):checked + span {
  background-position: -42px 0;
}

label:hover > input[type="checkbox"]:not(:disabled):checked.ng-dirty + span {
  background-position: -126px 0;
}

/* angular custom dropdown */
[bs-select] {
  position: relative;
  overflow: hidden;
  text-align: left;
}

[bs-select] span.caret {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 31px;
  border: 0;
  background-image: url("../images/drop_down_arrow.png");
}

/* Angular inputs */
input.ng-dirty, button[bs-select].ng-dirty, textarea.ng-dirty {
  background-color: #fbffc7;
}

input.ng-invalid.ng-dirty {
  background-color: #FA787E;
}

/* tabs enhancements */
.tabbable .nav li:not(.disabled) {
  cursor: pointer;
}

.tabbable .nav-tabs > li.active > a {
  background-color: #fff;
  border: 1px solid #a7a8aa;
  border-bottom-color: transparent;
}

.tabbable .nav-tabs > li:not(.active) > a {
  color: black;
  background-color: #a7a8aa;
}

.tabbable .nav-tabs > li:not(.active) > a:hover {
  color: #555555;
  background-color: #BEBEBE;
  border: 1px solid transparent;
}

.tabbable .nav-tabs > li.disabled > a {
  background-color: #CACACA;
}

.tabbable .nav-tabs > li.disabled > a:hover {
  color: #999999;
  background-color: #CACACA;
}

.tabbable .tab-content {
  border: 1px solid #a7a8aa;
  margin-top: -1px;
  padding: 15px;
  background-color: #fff;
}

.tabbable .tab-content .tab-pane {
  min-height: 120px;
}

/* modal animations */
.modal-backdrop.am-fade {
  opacity: .5;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-backdrop.am-fade.ng-enter {
  opacity: 0;
}

.modal-backdrop.am-fade.ng-enter.ng-enter-active {
  opacity: .5;
}

.modal-backdrop.am-fade.ng-leave {
  opacity: .5;
}

.modal-backdrop.am-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.am-fade-and-scale {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-fade-and-scale.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
}

.am-fade-and-scale.ng-enter.ng-enter-active {
  visibility: visible;
}

.am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
}

.am-fade-and-scale.am-fade-and-scale-add, .am-fade-and-scale.ng-enter, .am-fade-and-scale.ng-hide-remove, .am-fade-and-scale.ng-move {
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
}

.am-fade-and-scale.am-fade-and-scale-remove, .am-fade-and-scale.ng-hide, .am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
}

@-webkit-keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

/* Icons */
i {
  vertical-align: middle;
  display: inline-block;
}

i.info {
  width: 16px;
  height: 16px;
  background-image: url(/images/info_blue.png);
}

i.sort {
  width: 11px;
  height: 6px;
  background-image: url(/images/arrow_column-sort.png);
  margin-top: -2px;
}

i.sort.up {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C complaint browsers */
}

i.disabled {
  cursor: context-menu !important;
}

#loadingOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  text-align: center;
}

#loadingOverlay .loadingText {
  font-family: Calibri;
  font-size: 20pt;
  color: white;
  max-width: 800px;
  margin: 20px auto;
}

#loadingOverlay > div {
  position: relative;
  top: 25%;
}

/* File uploading css */
.drop-target .progress {
  margin: 10px 0 0 0;
}

[flow-btn] {
  cursor: pointer;
}

[flow-drop] {
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[flow-drop].over {
  width: 100%;
  border-style: dashed;
  border-width: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[flow-drop] .glyphicon {
  font-size: 25px;
  vertical-align: middle;
}

/* Other/Misc css */
header .col-xs-12 {
  z-index: 5;
}

#logo {
  margin-top: 20px;
}

.brio-color {
  color: #a8b400;
}

.brio-bkg-color {
  background-color: #a8b400;
}

a, .btn-link {
  color: #a8b400;
}

a:hover, .btn-link:hover {
  color: #a8b400;
}

.btn-link {
  color: #a8b400;
  cursor: pointer;
}

.btn.btn-link {
  color: black;
}

[role=button] {
  cursor: pointer;
}

.strong {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.input-block {
  float: left;
  margin-right: 25px;
}

.input-block:last-child {
  margin-right: 0;
}

.ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

h3.h-overlay {
  background-color: #f4f4f4;
  display: inline-block;
  padding-right: 10px;
}

hr.h-overlay {
  margin: -21px 0 25px 0;
  padding: 0;
  border-top: 1px solid black;
}

select::-ms-expand {
  display: none;
}

.inline {
  display: inline-block;
}

.error {
  color: red;
}

.relative {
  position: relative;
}

.dim {
  opacity: .5;
}

.indent {
  margin-left: 26px;
}

.no-highlight {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#sys-debug {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.block {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

.block .centered {
  display: inline-block;
  vertical-align: middle;
}

#ui-view {
  margin-bottom: 100px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 40px 0 20px 0;
  text-align: center;
  z-index: 100;
}

/* animations */
.grow {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}

.grow.ng-hide {
  -o-transform: scaleY(0) scaleX(0);
  -ms-transform: scaleY(0) scaleX(0);
  -moz-transform: scaleY(0) scaleX(0);
  -webkit-transform: scaleY(0) scaleX(0);
  transform: scaleY(0) scaleX(0);
  height: 0;
  opacity: 0;
}

/*# sourceMappingURL=site.css.map */