/*
@reference fonts.css
*/

/* Remove href from print output */
@media print {
  body {
    font-size: 95%;
  }

  a[href]:after {
    content: none !important;
  }

  .grid-views {
    display: none;
  }

  footer {
    font-size: 80%;
  }
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
    width: 100%;
  }

  .hidden-lg.visible-xl {
    display: block !important;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11 {
    float: left;
  }

  .col-xl-1 {
    width: 8.333333333333332%;
  }

  .col-xl-2 {
    width: 16.666666666666664%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333333333%;
  }

  .col-xl-5 {
    width: 41.66666666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333333333336%;
  }

  .col-xl-8 {
    width: 66.66666666666666%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333333334%;
  }

  .col-xl-11 {
    width: 91.66666666666666%;
  }

  .col-xl-12 {
    width: 100%;
  }
}

.form-control-static {
  padding-top: 7px;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background: #f1f6f0 url(../../images/bg-body.jpg) 50% 0;
}

header,
footer,
.foot {
  flex: none;
}

main {
  flex: 1 0 auto;
  width: 100%;
}

footer,
.foot {
  min-height: 45px;
}

.foot {
  margin-top: 30px;
}

main .sitename h1 a {
  color: #525d52;
  text-decoration: none;
}

main .sitename h1 a:hover {
  color: #525d52;
  text-decoration: none;
}

main .topper {
  border-top: 1px solid #fff;
  height: 25px;
  background: -moz-linear-gradient(top, rgba(119,153,119,.09) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,153,119,.09)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(119,153,119,.09) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(119,153,119,.09) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(119,153,119,.09) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(119,153,119,.09) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19779977', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/*** Navigation :: Start ***/

.mainnavbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.mainnavbar .navbar-nav > li > a {
  padding: 15px 1px;
  color: #fff;
}

.mainnavbar .nav-menu-item {
  color: #fff;
}

.mainnavbar .navbar-nav > li > a span,
.mainnavbar .nav-menu-item > span {
  padding: 5px 15px;
}

.mainnavbar .navbar-right li a {
  color: #74cfe3;
  text-decoration: underline;
  padding: 15px;
}

.mainnavbar .navbar-right li a:hover,
.mainnavbar .navbar-right li a:focus {
  color: #74cfe3;
  text-decoration: none;
  outline: 0;
}

.mainnavbar .navbar-right li.icon a {
  color: #B3C0B3;
  text-decoration: none;
  padding: 15px 7px;
}

.mainnavbar .navbar-right li.icon a:hover,
.mainnavbar .navbar-right li.icon a:focus {
  color: #fff;
}

.mainnavbar .navbar-nav > .active > a,
.mainnavbar .navbar-nav > .active > a:hover,
.mainnavbar .navbar-nav > .active > a:focus,
.subnavbar .nav-menu-item.active,
.subnavbar .nav-menu-item.active:hover,
.subnavbar .nav-menu-item.active:focus {
  background: inherit;
  position: relative;
}

.mainnavbar .navbar-nav > .active > a:focus,
.mainnavbar .navbar-nav > li > a:focus {
  outline: 0;
}

/* Add the arrow to the selected item */
.mainnavbar .navbar-nav > .active > a:after {
  bottom: -1px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 246, 240, 0);
  border-bottom-color: #E5ECE4;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.mainnavbar .navbar-nav > .active > a span,
.mainnavbar .navbar-nav > li > a:hover span,
.mainnavbar .navbar-nav > li > a:focus span,
.mainnavbar .nav-menu-item.active span,
.mainnavbar .nav-menu-item.active:hover span,
.mainnavbar .nav-menu-item.active:focus span {
  color: #fff;
  text-shadow: 0 1px 1px #777;
  background: #73CEE2;
  border-radius: 15px;
  padding: 5px 15px;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #73CEE2 0%, #66BFD3 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #73CEE2 0%, #66BFD3 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #73CEE2 0%, #66BFD3 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #73CEE2), color-stop(1, #66BFD3));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #73CEE2 0%, #66BFD3 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #73CEE2 0%, #66BFD3 100%);
  border-top-color: #70C5D7;
  border-bottom-color: #66BED2;
  outline: 0;
}

.mainnav .navbar-form input {
  border-radius: 15px;
}

.subnavbar {
  background: rgba(119,153,119,.09);
  border-bottom: 1px solid #fff;
}

.subnavbar .card-section {
  padding: 0;
}

.subnavbar .nav-menu-item {
  padding-top: 14px;
  padding-bottom: 13px;
}

.subnavbar li a,
.subnavbar li a:hover,
.subnavbar li a:visited,
.subnavbar li a:focus,
.subnavbar li a:active,
.subnavbar .nav-menu-item,
.subnavbar .nav-menu-item:hover,
.subnavbar .nav-menu-item:visited,
.subnavbar .nav-menu-item:focus,
.subnavbar .nav-menu-item:active {
  background: transparent;
  text-decoration: underline;
  outline: 0;
}

.subnavbar li a,
.subnavbar li a:hover,
.subnavbar li a:focus {
  background: transparent;
  color: #3fa9c0;
  padding-left: 0;
  padding-right: 0;
}

.subnavbar .nav-menu-item,
.subnavbar .nav-menu-item:hover,
.subnavbar .nav-menu-item:focus {
  color: #3fa9c0;
}

.subnavbar li a:hover,
.subnavbar li a:focus,
.subnavbar .nav-menu-item:hover,
.subnavbar .nav-menu-item:focus {
  text-decoration: none;
}

.subnavbar .navbar-nav > .active > a,
.subnavbar .nav-menu-item.active {
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.subnavbar li a span {
  border-left: 1px solid #BAC1BA;
  display: block;
  width: 100%;
  padding: 0 10px;
}

.subnavbar li:first-child a span,
.subnavbar .nav-menu-item:first-child span {
  border-left-width: 0;
}
/* Add the arrow to the selected item */
.subnavbar .navbar-nav > .active > a:after,
.subnavbar .nav-menu-item.active:after {
  bottom: -1px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 246, 240, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

@media (max-width: 767px) {
  /* Hide arrows */
  .mainnavbar .navbar-nav > .active > a:after,
  .subnavbar .navbar-nav > .active > a:after {
    content: none;
  }

  .mainnavbar .navbar-nav > li > a,
  .mainnavbar .navbar-right li a,
  .mainnavbar .navbar-right li.icon a {
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }

  .mainnavbar .navbar-nav > .active > a span,
  .mainnavbar .navbar-nav > li > a:hover span {
    padding: 5px 7px;
    margin-left: 7px;
  }

  .mainnavbar .navbar-nav > li {
    padding: 5px;
    padding-left: 0;
  }

  .subnavbar .navbar-toggle {
    border-color: #CCC;
    background-color: #E6ECE6;
  }

  .subnavbar .navbar-toggle:hover {
    background-color: #BCC8BC;
  }

  .subnavbar .navbar-toggle .icon-bar {
    background-color: #525d52;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Hide arrows */
  .mainnavbar .navbar-nav > .active > a:after,
  .subnavbar .navbar-nav > .active > a:after {
    content: none;
  }

  .navbar nav {
    font-size: 90%;
  }

  .container {
    max-width: 97%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*** Navigation :: End ***/


/*** Footer :: Start ***/

footer {
  padding: 15px 0 10px;
  background: #a1ada1;
  color: #f5faf5;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #9BA79B 0%, #A1ADA1 1%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #9BA79B 0%, #A1ADA1 1%);
  /* Opera */
  background-image: -o-linear-gradient(top, #9BA79B 0%, #A1ADA1 1%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9BA79B), color-stop(0.01, #A1ADA1));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #9BA79B 0%, #A1ADA1 1%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #9BA79B 0%, #A1ADA1 1%);
}

footer .icon-phone {
  color: #BECABE;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited {
  color: #d2ded2;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .support a {
  margin-right: 1em;
}

/*** Footer :: End ***/

.unstyled,
.unstyled:link,
.unstyled:hover {
  color: inherit;
  text-decoration: inherit; 
}

.alert {
  border-width: 4px;
}

.alert-success {
  background-color: #B6EAF5;
  border-color: #fff;
  color: #358495;
}

.alert-success a,
.alert-success a:visited {
  color: #3f9ec5;
  text-decoration: underline;
}
.alert-success a:hover {
  text-decoration: none;
}

.page-title {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #afb9ae; /*#afb9ae;*/ /*98A497*/
}

.page-header {
  border: 0;
  margin: 0 0 20px;
}

.page-header .headerLinks a.btn-icon {
  padding: 6px 10px 4px 10px;
  text-decoration: none;
}

.page-header .headerLinks b[class*='icon-'] {
  font-size: 130%;
}

.floating-container {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

fieldset {
  position: relative;
}

fieldset .form-group {
  margin: 2px 0;
  background: rgba(119,119,119,.12);
  position: relative;
  padding: 5px;
}

form fieldset {
  background: rgba(119,119,119,.12);
  padding: 5px;
}

form fieldset .form-group {
  background: transparent;
  padding: 0;
  margin: 0 0 15px 0;
}

form .bordered-form-group {
  margin-bottom: 2px;
}

.form-group a:not(.btn) {
  color: #3fa9c0;
  text-decoration: underline;
}

.form-group a:not(.btn):hover {
  text-decoration: none;
}

address {
  margin-bottom: 0;
}

form fieldset,
.row-actions {
  margin-bottom: 20px;
}

form fieldset h3,
form h3,
main h3 {
  color: #525d52;
  border-bottom: 1px solid #D3E0D3;
  margin: 15px 0;
  padding-bottom: 5px;
}

.validation-message {
  position: absolute;
  top: 100%;
  margin-top: 2px;
  display: none;
  padding: 5px;
  color: #69422f;
  background: #FFE71D;
  border: 5px solid #fff;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 3px #aaa;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  box-shadow: 2px 2px 3px #aaa;
  z-index: 10;
}

.error .validation-message {
  display: inline-block;
}

.validation-message:after,
.validation-message:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.validation-message:after {
  border-color: rgba(255, 231, 29, 0);
  border-bottom-color: #FFE71D;
  border-width: 5px;
  left: 15px;
  margin-left: -5px;
}

.validation-message:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  left: 15px;
  margin-left: -12px;
}

.validation-message .icon-warning {
  color: #DB001C;
}

.validation-message span {
  margin-left: 5px;
}

button:focus {
  outline: 0 !important;
}

.btn {
  color: #525d52;
  text-shadow: 0 1px 1px #dce1dc;
  background: #E6ECE6;
  border: 1px solid #ccc;
}

.btn-link {
  text-decoration: underline;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 1px 1px #777;
  background: #69c6db;
  border-color: #7dc4d3;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  outline: 0;
  background: #4aadc3;
  border-color: #4e9eaf;
}

.btn-secondary {
  color: #7e887e;
  text-shadow: 0 1px 1px #e6ebe6;
  background: #ced8ce;
  border-color: #cfd9cf;
  line-height: 1;
}

.btn-secondary[class*='icon-']:before {
  padding-right: 5px;
  color: #8a958a;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 1px 1px #777;
  background: #F72E06;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #F72E06 0%, #DB001C 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #F72E06 0%, #DB001C 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #F72E06 0%, #DB001C 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F72E06), color-stop(1, #DB001C));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #F72E06 0%, #DB001C 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #F72E06 0%, #DB001C 100%);
  border-bottom-color: #7DC4D3;
}

.btn-icononly {
  padding: 2px;
  margin: 0 5px;
}

.btn-icononly[class*='icon-']:before {
  padding-right: 2px;
}

.btn-blank,
.btn-blank.active,
.btn-blank:active {
  background-image: none;
  background: transparent;
  border: 0;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.btn-group-blank .dropdown-toggle:active, 
.btn-group-blank.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;  
}

.btn-description {
  text-decoration: none;
  padding: 1.5rem;
  color: #333;
}

.btn-description:hover {
  background: #f9fafb;
  text-decoration: none;
  color: #333;
}

.btn-description dt {
  color: #337ab7;
}

.btn-description:hover dt {
  color: #23527c;
}

.breadcrumb {
  background: transparent;
}

.list-group-actions {
  padding: 5px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/****** TemplateTable ******/
.grid-views {
  margin: 10px 0;
}

.grid-nav-bar .form-group {
  background: transparent;
  margin-bottom: 5px;
}

.grid-top-row,
.grid-bottom-row {
  background: rgba(119,119,119,.08);
  padding: 5px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  min-height: 40px;
}

.grid-group {
  background: rgba(119,119,119,.08);
  padding: 0 5px;
}

.grid-group > .card {
  margin-bottom: 0;
}

.grid-group-title {
  margin-bottom: 5px;
}

.grid-table {
  margin-bottom: 0;
  color: #525D52;
}

.grid-top-row {
  border-radius: 10px 10px 0 0;
}

.grid-bottom-row {
  border-radius: 0 0 10px 10px;
  margin-bottom: 20px;
}

.grid-top-row .pageSize,
.grid-top-row .paging,
.grid-bottom-row .pageSize,
.grid-bottom-row .paging {
  color: #889488;
}

.grid-table thead tr {
  background: #98a798;
  color: #fff;
}

.grid-table thead tr a {
  color: #fff;
}

.grid-table thead tr a:hover {
  text-decoration: none;
}

main .table-bordered,
main .table-bordered thead tr th,
main .table-bordered thead tr td,
main .table-bordered tbody tr th,
main .table-bordered tbody tr td,
main .table-bordered tfoot tr th,
main .table-bordered tfoot tr td {
  border-color: #fff;
}

main .grid-table tbody tr td,
.image-grid {
  background: rgba(152,167,152,.30);
}

main .grid-table tbody tr:hover td {
  background: rgba(52, 111, 98, .2);
  color: #12899b;
}

.grid-nav-bar .links li a {
  text-decoration: none;
}

.grid-nav-bar .links li a b {
  color: #3fa9c0;
  text-decoration: underline;
  font-weight: normal;
}

.grid-nav-bar .links li a:hover b {
  text-decoration: none;
}

.grid-nav-bar .links > .active > a {
  text-decoration: none;
}

.grid-nav-bar .links > .active > a b {
  color: #525d52;
  text-shadow: 0 1px 1px #d0d6d0;
  text-decoration: none;
}

.grid-nav-bar .links > .active > a span {
  background: #f0f5f0;
  border-radius: 15px;
  padding: 5px 15px;
  box-shadow: inset 0 1px 5px #2f2a20;
  box-shadow: inset 0 1px 5px rgba(47,42,32,.35);
}

.grid-nav-bar .links li em {
  color: #889488;
  font-style: normal;
}

.grid-table tbody a {
  color: #3fa9c0;
  text-decoration: underline;
}

.grid-table tbody a:hover {
  text-decoration: none;
}

.grid-table .tools {
  display: inline-block;
  visibility: hidden;
  padding-left: 5px;
}

.grid-table tbody tr:hover .tools {
  visibility: visible;
}

.grid-table .tools {
  margin-bottom: 0;
}

.grid-table .tools li {
  padding-right: 0;
}

.grid-table .tools a {
  padding: 5px 6px;
  font-size: 90%;
  background: #ADBAAD;
  color: #fff;
  text-decoration: none;
}

.grid-table .tools a:hover {
  background: #65BED2;
}

.grid-table .dropdown-menu {
  background-color: #ADBAAD;
}

.grid-table .noleftborder {
  border-left-width: 0;
}

.grid-table .norightborder {
  border-right-width: 0;
}

.button-holder {
  margin: 10px 0;
}

.image-grid .spacer {
  margin-top: 30px;
}

.dropdown .btn,
.modal .btn {
  outline-color: transparent;
}

/* Panel overrides */
.panel-heading h3 {
  border-bottom-width: 0;
  margin: 0;
  padding: 0;
}

.panel-widget .panel-title {
  color: #eff4ef;
}

.panel-widget.collapsed .btn-settings,
.panel-widget.collapsed .btn-collapse {
  display: none;
}

.panel-widget:not(.collapsed) .btn-expand {
  display: none;
}

.panel-widget .panel-heading {
  background: #98a798;
  color: #fff;
}

.panel-widget .panel-heading a {
  text-decoration: none;
  color: #222;
}

#leftColumn, #rightColumn {
  min-height: 100px;
}

.ui-sortable-placeholder {
  border: 3px dashed #A1ADA1;
  background: transparent;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  visibility: hidden;
}

.widgetlist,
.widgetsettings {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #98a798;
}

.panel-browser .browser-icon {
  margin-top: -30px;
  float: right;
}

.panel-browser .panel-heading h3 {
  color: #491D1D;
}

.panel-group {
  background: rgba(119,119,119,.08);
  padding: 10px 5px 30px 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

.panel-group .panel {
  margin-bottom: 10px;
}

.panel-group-title {
  color: #889488;
}

.no-margin-b {
  margin-bottom: 0;
}

.panel > .navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.panel-body-row {
  border-bottom: 1px solid #eee;
}

.panel-body-row:last-child {
  border-bottom-width: 0;
}

.panel-body-row > .nav-panel-multi-actions > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-body-row > .nav-panel-multi-actions > li > a:hover,
.panel-body-row > .nav-panel-multi-actions > li > a:focus,
.panel-body-row > .nav-panel-multi-actions > li > a:active,
.panel-body-row > .nav-panel-multi-actions .open > a:hover,
.panel-body-row > .nav-panel-multi-actions .open > a:focus,
.panel-body-row > .nav-panel-multi-actions .open > a:active {
  background: #fff;
}

.panel-body-secondary {
  color: #999;
}

.panel-navfooter {
  padding: 0;
}

.card-title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.4;
  border: 0;
}

.card-title a {
  color: #333;
}

.card-title a:hover {
  color: #3fa9c0;
  text-decoration: none;
}

.navbar-scroll-container {
  height: 52px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.navbar-scroll-container:after {
  content: ' ';
  position: absolute;
  top: 2px;
  right: 0;
  height: 48px;
  width: 24px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 2;
}

.panel-footer .navbar-scroll-container {
  height: 50px;
}

.panel-footer .navbar-scroll-container:after {
  top: 0;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(230,236,230,0) 0%, rgba(230,236,230,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(230,236,230,0) 0%,rgba(230,236,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(230,236,230,0) 0%,rgba(230,236,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6ece6', endColorstr='#e6ece6',GradientType=1 ); /* IE6-9 */
  z-index: 2;
}

.panel-pager .pagination {
  margin: 0;
}

.panel-search-tools {
  display: none;
}

.navbar-scroll-container > .navbar-nav {
  padding-right: 8px;
  position: relative;
  /* Hide the horizontal scrollbar */
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.navbar-scroll-container > .navbar-nav > li {
  display: inline-block;
  float: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.tool-card-content {
  overflow: visible;
}

.card-section {
  padding-top: 11px;
  padding-bottom: 11px;
}

.nav-menus {
  position: relative;
  outline-width: 0;
  outline: none;
  width: 100%;
}

.nav-menu-container {
  -webkit-transition: -webkit-transform 0ms ease-in-out;
  transition: transform 0ms ease-in-out;
  white-space: nowrap;
  position: relative;
  display: block;
}

.nav-menu-item {
  margin: 0;
}

.nav-menu-container .btn {
  padding-left: 15px;
}

.navbar-page,
.navbar-footer {
  border: 0;
  margin: 0;
  float: none;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-page > li,
.navbar-footer > li {
  float: left;
}

.navbar-page > .active {
  color: #3fa9c0;
  border-bottom: 2px solid #73CEE2;
}

.navbar-page > .selected,
.navbar-page > .selected > a {
  color: #3fa9c0;
}

.navbar-page > .nav-item-search-tools {
  border-left: 1px solid #cad5ca;
}

.navbar-page > li > a,
.navbar-footer > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

.navbar-page > li > a:hover,
.navbar-page > li > a:focus {
  color: #3fa9c0;
  background-color: transparent;
}

.navbar-page-search {
  padding: 5px;
  background: #E6ECE6;
  border-bottom: 1px solid #cad5ca;
}

.grid-group .navbar-page-search {
  background: #f1f6f0 url(../../images/bg-body.jpg) 50% 0;
  background: rgba(152,167,152,.30);
}

.navbar-actions {
  margin-right: -5px;
}

.scroll-nav {
  outline: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll-nav > a {
  flex: 0 0 auto;
}

label .optional {
  font-size: 80%;
  color: #999;
}

tr.row-bumper td,
tr.row-bumper th {
  padding-bottom: 4rem !important;
}

tr.no-border td,
tr.no-border th {
  border-width: 0 !important;
}

.graph {
  width: 100%;
  height: 230px;
  margin: 2em auto;
  margin-top: 1em;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover .morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 10px;
  text-align: center;
}

.morris-hover .morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover .morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

@media (min-width: 768px) {
  .pull-left-md {
    float: left;
  }
  .headerLinks {
    float: right;
  }
}

@media (max-width: 767px) {
  .headerLinks {
    margin-bottom: 20px;
    text-align: right;
  }
}

/** Bootstrap 4 classes **/
.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.position-relative {
  position: relative !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #D3E0D3;
}

.bg-transparent {
  background: transparent;
}

.outline-0,
.outline-0:focus,
.outline-0:active{
  outline: 0;
}