html
{
 position: relative;
 min-height: 100%;
 /*background: url('../images/background.jpg') no-repeat center 50px fixed;
 */
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;
}

body
{
 padding-top: 70px;
 padding-bottom: 20px;
 margin-bottom: 50px;
 background: none;
 min-height: 100%;
}


html > body > div.container-fluid, nav > div.container-fluid
{
 margin-left: 20px;
 margin-right: 20px;
 padding-right: 30px;
 padding-left: 30px;
}



/* Navigation */

nav li a span.glyphicon
{
 top: 3px;
}

li a.btn span.glyphicon
{
 top: 1px;
}

.dropdown-submenu
{
 position: relative;
}

.dropdown-submenu>.dropdown-menu
{
 top: 0;
 left: 100%;
 margin-top: -6px;
 margin-left: -1px;
 -webkit-border-radius: 0 6px 6px 6px;
 -moz-border-radius: 0 6px 6px;
 border-radius: 0 6px 6px 6px;
}

.dropdown-submenu.left>.dropdown-menu
{
 right: 100%;
 left: -100%;
 -webkit-border-radius: 6px 0 6px 6px;
 -moz-border-radius: 6px 0 6px 6px;
 border-radius: 6px 0 6px 6px;
}


.dropdown-submenu:hover>.dropdown-menu
{
 display: block;
}

.dropdown-menu>.dropdown-submenu>a.dropdown-toggle
{
 -webkit-box-shadow: none;
 box-shadow: none;
}

.dropdown-submenu>a:after
{
 display: block;
 content: " ";
 float: right;
 width: 0;
 height: 0;
 border-color: transparent;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 border-left-color: #ccc;
 margin-top: 5px;
 margin-right: -10px;
}

.dropdown-submenu:hover>a:after
{
 border-left-color: #fff;
}

.dropdown-submenu.pull-left
{
 float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu
{
 left: -100%;
 margin-left: 10px;
 -webkit-border-radius: 6px 0 6px 6px;
 -moz-border-radius: 6px 0 6px 6px;
 border-radius: 6px 0 6px 6px;
}


/* layout */
.spacer
{
 padding-bottom: 20px !important;
 min-height: 20px;
}

.spacer-15
{
 padding-bottom: 15px !important;
 min-height: 15px;
}

.spacer-sm
{
 padding-bottom: 10px !important;
 min-height: 10px;
}

.spacer-top
{
 padding-top: 20px !important;
 min-height: 20px;
}

.spacer-top-xs
{
 padding-top: 5px !important;
 min-height: 5px;
}

.spacer-left-sm
{
 padding-left: 5px !important;
}


div.row-label
{
 text-align: right;
 padding-top: 10px;
 font-weight: 700;
}


div.feature.body
{
 font-size: 21px;
}

.breadcrumb
{
 font-size: 24px;
}

.breadcrumb li span.label
{
 font-size: 9.75px;
 
 position: relative;
 bottom: 5px;
}

.btn-group.hover .dropdown-menu
{
 margin-top: 0px;
}

.carousel-home
{
 min-height: 200px;
 height: 33vh;
 margin-top: -20px;
 margin-bottom: 20px;
 background: white;
}

.carousel-home .item,
.carousel-home .carousel-inner
{
 height: 100%;
}

.fill
{
 width: 100%;
 height: 100%;
 background-position: center;
 background-size: cover;
}

/* Responsive Styles */
@media (max-width: 767px)
{
 .carousel-home
 {
  height: 70%; /* increases the carousel height so it looks good on phones */
 }
}


.navbar-default
{
 background:rgba(248, 248, 248, 0.9);
 transition: all 0.4s ease;
 min-height: 50px;
}

.navbar-default .navbar-nav > li > a
{
 transition: all 0.4s ease;
}

.navbar-default div.navbar-right
{
 transition: all 0.4s ease;
}

.navbar-brand
{
 padding: 0px;
 min-width: 50px;
}

a.navbar-brand span.badge
{
 margin-left: -20px;
 margin-top: -13px;
}

.footer
{
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 50px;
 background: rgba(248, 248, 248, 0.9);
 font-size: 12px;
}

.footer > .container
{
 margin-top: 10px;
 padding-right: 15px;
 padding-left: 15px;
}

.footer > .container p
{
 margin-bottom: 0px;
}


div.footer-container
{
 position: relative;
 bottom: 0;
}

nav#main-navbar.dev, footer.footer.dev
{
 background: #fcf8e3;
}


input.input-xs
{
 height: auto;
 padding: 1px 5px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}

.form-inline .form-control.tokenfield
{
 min-width: 300px;
 width: 300px;
}

.form-group.form-spacer
{
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
 margin-right: 20px;
}

.form-group .digit
{
 width: 37px;
}


p.footnote
{
 font-size: 11px;
 padding-bottom: 5px;
}


div.body
{
 margin-bottom: 20px;
}


div.navbar-right
{
 margin-right: 15px;
}

img.centered
{
 margin-left: auto;
 margin-right: auto;
}


.carousel-control.right
{
 background: none;
}

.carousel-control.left
{
 background: none;
}

.carousel-indicators li
{
 border-color: #000;
}

ul.nav-tabs li.first-tab
{
 padding-left: 15px;
}

.noborder
{
 border: none;
}

.noshadow
{
 box-shadow: none;
 -webkit-box-shadow: none;
}


.nowrap { white-space: nowrap; }

table .expand
{
 width: 95%;
 white-space: normal;
}

table tbody tr td.gko_label
{
 white-space: nowrap;
 padding-right: 100px;
}

.progress-bar-none
{
 background-color: transparent;
 color: black;
 -webkit-box-shadow: none;
 box-shadow: none;
}

h2.panel-title
{
 font-size: 20px;
}

.table-style
{
 display: table;
 width: 100%;
}

.table-cell
{
 display: table-cell;
 vertical-align: top;
}


.table-cell.expand
{
 width: 95%;
}


.table-style .count
{
 display: table-cell;
 padding-right: 5px;
}


.table-style .title
{
 padding-left: 10px;
 margin-top: 5px;
 display: table-cell;
 vertical-align: middle;
 text-align: left;
}

.table-style .button-wrap
{
 display: table-cell;
 vertical-align: top;
 width: 1px;
 padding-right: 10px;
 white-space: nowrap;
}

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

.no-top-margin
{
 margin-top: 0px;
}

.well.has-warning
{
 background-color:#fcf8e3;
 border-color: #8a6d3b;
 color: #8a6d3b;
}

.right
{
 text-align: right;
}

table .left
{
 text-align: left;
}

table tr.href, .handle
{
 cursor: pointer;
}

.table tbody tr td.status-icon
{
 width: 1px;
 padding: 0 0 0 inherit;
 font-size: 1.5em;
 vertical-align: middle;
}


.table tr.caption td, .table td.caption, .table th.caption
{
 padding-top: 18px;
 padding-bottom: 8px;
 border-bottom: 2px solid #ddd;
 color: #777;
 font-weight: normal;
}

.table-auto
{
 width: auto;
}

td.check
{
 text-align: center;
 vertical-align: middle;
}

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

.input-group
{
 width: 100%;
}

.input-group-addon.button
{
 padding: 0px;
 border: none;
 background-color: transparent;
}

.input-group-addon.button a.btn
{
 border-top-left-radius: 0px;
 border-bottom-left-radius: 0px;
}

.radio label
{
 width: 100%;
}

.icon-white
{
 color: white;
}

.address-book-entry .panel-heading
{
 padding: 2px;
}

@media print
{
 .container { width: 970px; }
 
 a[href]:after
 {
  content: none;
 }
 
}

.page-header small {
 font-size: 1.3em;
 font-weight: 400;
 line-height: 1;
 color: #777;
}

.page-header.first-entry {
 margin-top: 0px;
}

div.skew-right
{
 padding-right: 0px;
 padding-left: 30px;
}


div.actions
{
 margin-bottom: 20px;
}

.hidden
{
 display: none;
}

div.overflow-visible { overflow: visible; }

/* Tables */
table.table tbody td.control { padding: 5px 10px 5px 0; }

table.table .expanded { width: 99%; white-space: normal; }

table.table .nowrap { white-space: nowrap !important; }

table.table .shrink { width: 1%; white-space: normal; }

table.table tbody td.first-control { padding-left: 10px !important; }

table.table tbody td.last-control { }

table.table td .form-control { width: auto; }

table.table td.expand .form-control { width: 100%; }

table.table td .form-control.ui-timepicker-input { width: 70px; }

table.table-nonfluid {width: auto !important;}

table.table-nobodylines > tbody > tr > th, table.table-nobodylines > tbody > tr > td, .no-top-border {border-top: 0px !important;}
.no-bottom-border {border-bottom: 0px !important;}


.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
}


.ui-autocomplete-loading
{
 background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat !important;
}


.ui-autocomplete
{
 max-height: 300px;
 overflow-y: auto;
 overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete
{
 height: 300px;
}

ul.ui-autocomplete li.ui-menu-item
{
 font-size: 8pt;
 padding: 3px;
}

ul.ui-autocomplete li.ui-state-focus
{
	border: 1px solid #74b2e2;
	background: #e4f1fb;
	font-weight: normal;
	color: #0070a3;
}

ul.ui-autocomplete li.ui-autocomplete-type
{
 font-weight: bold;
 font-size: 12pt;
 margin: 0;
 padding: 5px 3px;
 line-height: 1.5;
}


.btn-icon
{
 padding: 5px 8px;
}


input.number
{
 text-align: right;
}

input.long { width: 480px !important; }

input.medium { width: 320px !important; }

input.short { width: 120px !important; }

input.tiny { width: 66px !important; }

.stretch { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; }


.form-group.has-error .alert
{
 padding: 6px;
 margin-bottom: 0px;
}


.panel-heading[data-toggle="collapse"] { cursor: pointer; }

.masonry-container .collapsing
{
 -webkit-transition: height 0.01s;
 -moz-transition: height 0.01s;
 -ms-transition: height 0.01s;
 -o-transition: height 0.01s;
 transition: height 0.01s;
}


.panel-heading[data-toggle="collapse"]:before
{
 background: url("../images/disclosure.png") 0px -35px no-repeat;
 content: " ";
 padding-top: 17px;
 padding-right: 15px;
 margin: 0;
 color: #fff;
 text-decoration: none;
 font-weight: normal;
 float: left;
}

.panel-heading[data-toggle="collapse"].collapsed:before
{
 background-position: 0px 3px;
}

span.badge.badge-danger { background-color: #d9534f !important;}

.inline-block
{
 display: inline-block;
}

.panel-heading .inline-block
{
 padding-left: 5px;
 padding-right: 5px;
}


.hard-wrap
{
 overflow-wrap: break-word;
 word-wrap: break-word;
 word-break: break-word;
 white-space: normal;
}


span.label.wrap
{
 white-space: normal;
 display: inline-block;
 text-align: left;
}

span.h3
{
 display: inline-block;
 margin-top: 0px;
}


button.text-link, button.text-link:active
{
 background: none;
 border: none;
 display: inline;
 font: inherit;
 margin: 0;
 padding: 0;
 outline: none;
 outline-offset: 0;
 color: #337ab7;;
 cursor: pointer;
 text-decoration: none;
}

button.text-link:focus, button.text-link:hover
{
 color: #23527c;
 text-decoration: underline;
}

button.text-link:focus
{
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

button.text-link::-moz-focus-inner
{
 border: none;
 padding: 0;
}


.panel-loading .panel-body .progress
{
 margin-top: 5px;
 margin-bottom: 5px;
}


.panel-loading .panel-body .progress .progress-bar
{
 background-color: #c5c5c5;
}


a.nounderline
{
 text-decoration: none !important
}

.progress.pwstrengths
{
 margin-top: 5px;
 margin-bottom: 0px;
}

span.password-verdict
{
 color: black;
 white-space: nowrap;
}

.modal-totp
{
 width: 400px;
}

.modal-fs
{
 width: 95%;
}


.top-spacer
{
 margin-top: 20px;
}

.btn-xs-spacer
{
 display: inline-block;
 min-width: 24px;
 width: 24px;
}

.panel-search-results > .panel-heading, .panel-search-results > .panel-footer
{
 padding: 10px 15px;
}

.form-horizontal .control-label.control-label-btn
{
 padding-top: 0px;
}

.glyphicon.spinner
{
 -webkit-animation: glyphicon-spin 2s infinite linear;
 animation: glyphicon-spin 2s infinite linear;
}

@-webkit-keyframes glyphicon-spin
{
 0%
 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }

 100%
 {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
 }
}

@keyframes glyphicon-spin
{
 0%
 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }

 100%
 {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
 }
}

.ui-front
{
 z-index: 1051 !important;
}

table tr.href, .panel-radio, .clickable
{
 cursor: pointer;
}

tr.collapse-content > td
{
 padding: 0px !important;
 border: 0px !important;
}

tr.collapse-content > td > div
{
 padding: 8px;
}

.no-background
{
 background: none !important;
}

.heading
{
 font-size: 24px;
}

.highlight
{
 background-color: #f5f5f5;
}

.row.highlight
{
 padding: 8px 0px;
}

.form-group.highlight
{
 margin-bottom: 0px;
 padding-bottom: 15px;
}

.help-text
{
 color: #737373;
}

.no-top-padding
{
 padding-top: 0px !important;
}

.no-bottom-padding
{
 padding-bottom: 0px !important;
}

.no-bottom-border
{
 border-bottom: none !important;
}

ul.no-indent
{
 padding-inline-start: 0px !important;
}

.modal-full-height .modal-body
{
 max-height: calc(100vh - 220px);
 min-height: calc(100vh - 220px);
 height: calc(100vh - 220px);
 
 overflow-y: auto;
}

