﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Colours */
/*
    OLD
    #485b4c
*/
body {
  color: #54524e; }

.text-duc {
  color: #00853e; }

a {
  color: #00558d; }

/******* Breadcrumbs, yum. */
.breadcrumb {
  background-color: transparent;
  font-size: .85rem;
  padding-left: 0; }

.btn {
  letter-spacing: 1px; }

.btn-primary {
  background-color: #df681f;
  border-color: rgba(223, 104, 31, 0.9);
  color: #fff;
  font-weight: 700; }
  .btn-primary:hover {
    background-color: rgba(223, 104, 31, 0.8);
    border-color: rgba(223, 104, 31, 0.9);
    color: #fff; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #485b4c;
  border-color: #485b4c;
  color: gray; }

.btn-warning {
  background-color: #F25900;
  border-color: #F25900; }

.btn-warning:hover {
  background-color: #CF4C00;
  border-color: #CF4C00; }

.btn-success {
  background-color: #09BA00;
  border-color: #09BA00; }

.btn-success:hover {
  background-color: #089900;
  border-color: #089900; }

.dropdown-menu .nav-link:hover {
  background-color: lightgray; }

/******** SVG ICONS*/
.icon-default svg {
  color: #6c757d;
  position: relative;
  top: calc(50% - 10px); }
  .icon-default svg:hover {
    color: #ADBCC9; }

.card-input {
  border: none;
  width: 50%;
  min-width: 300px; }
  .card-input .card-logo {
    width: 100%;
    max-width: 80px;
    margin-bottom: 30px; }
  .card-input .card-title {
    font-size: 1.75rem;
    font-weight: 700; }
  .card-input .card-body {
    padding: 3rem; }

.card-group .card {
  position: relative;
  display: flex;
  justify-items: stretch; }

.register {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden; }
  .register .card-body {
    flex: 0 0 auto;
    padding: 3rem;
    width: 60%; }
    @media all and (max-width: 989px) {
      .register .card-body {
        width: 100%; } }
  .register .card-img-container {
    overflow: hidden;
    max-height: 915px; }
    @media all and (max-width: 989px) {
      .register .card-img-container {
        display: none; } }
    .register .card-img-container img {
      width: 600px; }

.list-flush {
  padding-left: 1.25rem; }

.bg-volunteer {
  background: rgba(86, 146, 98, 0.9);
  color: #fff; }
  .bg-volunteer a {
    color: #ffcb05; }

.border-volunteer {
  border-color: #569262; }

@media (max-width: 768px) {
  .card-group {
    -ms-flex-flow: column !important;
    flex-flow: column !important; } }

@media (min-width: 769px) {
  .card-deck .card {
    max-width: 30.3333%; } }

.card-footer {
  min-height: 50px; }

.input-group-append-fix {
  display: inline; }

/******** Panels 
************************************/
/* Bootstrap Panels, cause apparently they aren't in 4.x*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading:hover {
  cursor: pointer; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: rgba(230, 230, 230, 0.6);
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

/******** Tables 
************************************/
table.table-duc {
  /* top-left border-radius */
  /* top-right border-radius */
  /* bottom-right border-radius */ }
  table.table-duc tr:first-child th:first-child {
    border-top-left-radius: 6px; }
  table.table-duc tr:first-child th:last-child {
    border-top-right-radius: 6px; }
  table.table-duc tr:last-child td:first-child {
    border-bottom-left-radius: 6px; }
  table.table-duc tr:last-child td:last-child {
    border-bottom-right-radius: 6px; }
  table.table-duc.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(108, 117, 125, 0.05); }
  table.table-duc.table-striped tbody tr:nth-of-type(odd) {
    background-color: white; }
  table.table-duc.table-hover tbody tr:hover td, table.table-duc.table-hover tbody tr:hover th {
    background-color: rgba(108, 117, 125, 0.15); }
  table.table-duc .thead-duc, table.table-duc th a {
    color: #fff; }
    table.table-duc .thead-duc th, table.table-duc th a th {
      border-bottom-color: #6c757d; }
    table.table-duc .thead-duc tr, table.table-duc th a tr {
      background-color: #6c757d;
      border-top: none; }
  table.table-duc tr {
    background-color: #fff; }
  table.table-duc th, table.table-duc td {
    padding: .75rem; }

/* Primary Navigation */
.navbar-duc {
  background-color: rgba(84, 82, 78, 0.1); }
  .navbar-duc .navbar-nav .nav-link {
    color: #54524e;
    padding: 0 15px;
    font-weight: 500;
    font-size: .95rem;
    line-height: 40px;
    vertical-align: middle;
    letter-spacing: -0.013em;
    position: relative;
    z-index: 100; }
    .navbar-duc .navbar-nav .nav-link:hover {
      color: #00558d;
      background: rgba(108, 117, 125, 0.1);
      border-radius: 4px; }
    .navbar-duc .navbar-nav .nav-link.nav-user-img {
      display: flex;
      align-items: center; }
      .navbar-duc .navbar-nav .nav-link.nav-user-img .icon-user {
        background: #6c757d;
        width: 33px;
        height: 33px;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
        color: #fff !important;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .navbar-duc .navbar-nav .nav-link.nav-user-img:hover {
        color: #00558d;
        background: rgba(108, 117, 125, 0.1);
        border-radius: 4px; }
    .navbar-duc .navbar-nav .nav-link.dropdown-item {
      color: #00558d; }
  .navbar-duc .navbar-toggler {
    color: black;
    border-color: #f5f3ef;
    background-color: #f5f3ef; }
    .navbar-duc .navbar-toggler:focus {
      outline: 1px auto #f5f3ef; }
  .navbar-duc .btn.btn-nav, .navbar-duc .btn-nav {
    text-align: left;
    width: 100%;
    border-radius: 0; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #00558d; }

.card-logo {
  width: 100%;
  max-width: 160px; }

/* Make the height of the container holding the login content center on the screen */
.login {
  height: 90vh; }

body {
  background: rgba(245, 243, 239, 0.75); }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all; }

a.navbar-brand img {
  max-height: 40px; }

.page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d; }

.page-link {
  color: #6c757d;
  border: 1px solid #6c757d; }

.page-link:hover {
  border-color: #6c757d;
  color: #6c757d;
  background-color: whitesmoke; }

.page-item.disabled .page-link svg {
  color: rgba(108, 117, 125, 0.4); }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25); }

.icon-white svg {
  position: relative;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  color: white;
  stroke-width: 1px;
  stroke-opacity: 1;
  stroke: #000000; }

.align-center svg {
  left: calc(50% - 6px); }

.icon-default.no-hover svg:hover {
  color: #6c757d !important; }

.icon-default.red-hover svg:hover {
  color: red !important; }

.icon-yellow svg {
  position: relative;
  top: calc(50% - 10px);
  color: #ffe359;
  stroke: black;
  stroke-width: 10; }

.icon-yellow svg:hover {
  color: rgba(255, 227, 89, 0.8); }

.icon-yellow.no-hover svg:hover {
  color: #ffe359 !important; }

.icon-yellow.red-hover svg:hover {
  color: red !important; }

.icon-red svg {
  position: relative;
  top: calc(50% - 10px);
  color: red;
  stroke: black;
  stroke-width: 10; }

.icon-red svg:hover {
  color: rgba(255, 0, 0, 0.8); }

.icon-red.no-hover svg:hover {
  color: red !important; }

.highlight {
  background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%); }

::selection {
  background: rgba(72, 91, 76, 0.25);
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: rgba(72, 91, 76, 0.25);
  /* Gecko Browsers */ }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: rgba(72, 91, 76, 0.25) !important; }

.form-control:focus, .formcontrol.focus,
.btn:focus, .btn.focus {
  outline: 0;
  border-color: #485b4c;
  /*box-shadow:none;*/
  box-shadow: 0 0 0 0.2rem rgba(72, 91, 76, 0.25); }

.card-header:hover {
  background-color: rgba(72, 91, 76, 0.08); }

.table td {
  vertical-align: middle !important; }

.table th, .table td {
  padding: .4em; }

.table th.datetime {
  min-width: 7em; }

.alert-dismissible .close {
  bottom: 0; }

.fade {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(230, 230, 230, 0.3); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

input[type="checkbox"] {
  max-height: 20px; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */ }

th a {
  color: #485b4c; }

th a:hover {
  color: rgba(72, 91, 76, 0.8); }

.disabledLink {
  pointer-events: none;
  cursor: default; }

/*.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
    
    .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}


.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}
.navbar-inverse .dropdown-submenu > a {
    border-color: #090909
}

}

/*@media (min-width:768px) {
    .navbar-slide {
        padding-right: 15px;
        padding-left: 15px;
        width: auto !important;
        display: block
    }
}
    
    .dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 4px 4px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

@media (max-width:767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a {
        padding: 14px 20px 3px !important;
        font-size: 12px;
        line-height: 1.428571429 !important;
        color: #777 !important;
        border-top: 1px solid #e5e5e5;
        margin-top: 9px
    }
}

.dropdown-submenu > a > .caret {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    margin-top: -2px;
    right: 8px;
    top: 50%
}

@media (max-width:767px) {
    .dropdown-submenu > a > .caret {
        display: none !important
    }

    .break-xs {
        width: 100% !important
    }
}

.navbar-fixed-bottom .dropdown-submenu > .dropdown-menu {
    bottom: 0;
    border-radius: 4px 4px 4px 0
}

.navbar-fixed-bottom .dropdown-submenu > a > .caret {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navbar-right .dropdown-submenu > .dropdown-menu {
    right: 100%;
    left: auto;
    margin-left: 10px;
    border-radius: 4px 0 4px 4px
}

.navbar-right-static {
    float: right !important
}

    .navbar-right-static .navbar-nav {
        margin: 0
    }

        .navbar-right-static .navbar-nav > li {
            float: left
        }

            .navbar-right-static .navbar-nav > li > a {
                padding-top: 0;
                padding-bottom: 0;
                line-height: 50px
            }

    .navbar-right-static .dropdown-menu {
        right: 0;
        left: auto
    }

[class*=container] > .navbar-right-static {
    margin-right: -15px
}

@media (min-width:768px) {
    .navbar-justified {
        padding-left: 0;
        padding-right: 0
    }

        .navbar-justified .navbar-nav {
            margin: 0 auto;
            display: table;
            table-layout: auto;
            float: none;
            width: 100% !important
        }

            .navbar-justified .navbar-nav > li {
                display: table-cell;
                float: none;
                text-align: center
            }
}

.pt-navbar-height {
    padding-top: 50px
}

.pb-navbar-height {
    padding-bottom: 50px
}

.mt-navbar-height {
    margin-top: 50px
}

    .mt-navbar-height.navmenu {
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px)
    }

.fill, .full-height {
    height: 100%
}

.mb-navbar-height {
    margin-bottom: 50px
}

@media (min-width:768px) and (max-width:991px) {
    .break-sm {
        width: 100% !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .break-md {
        width: 100% !important
    }
}

@media (min-width:1200px) {
    .break-lg {
        width: 100% !important
    }
}*/
