/* star-rating.css
 * http://code.stephenmorley.org/html-and-css/star-rating-widget/
 * Except where explicitly stated otherwise, this stylesheet is released under 
 * the terms of the CC0 1.0 Universal legal code by Stephen Morley.
 * 
 * Stephen Morley
 * Found 2015-05-05, no date on webpage.
*/

.star-rating:not(old) {
	display        : inline-block;
	width          : 7.5em;
	height         : 1.5em;
	overflow       : hidden;
	vertical-align : bottom;
}

.star-rating:not(old) > input {
	margin-right : -100%;
	opacity      : 0;
}

.star-rating:not(old) > label {
	display         : block;
	float           : right;
	position        : relative;
	background      : url("/static/project_static/img/star-off.svg?74d408afab60");
	background-size : contain;
}

.star-rating:not(old) > label:before {
	content         : '';
	display         : block;
	width           : 1.5em;
	height          : 1.5em;
	background      : url("/static/project_static/img/star-on.svg?74d408afab60");
	background-size : contain;
	opacity         : 0;
	transition      : opacity 0.2s linear;
}

.star-rating:not(old) > label:hover:before,
.star-rating:not(old) > label:hover ~ label:before,
.star-rating:not(:hover) > :checked ~ label:before {
	opacity : 1;
}


.nav .dropdown small {
  font-size: 80%;
}
.tab {
  padding: 2em;
}
.btn-sm .badge {
  top: 0;
}
.application-header {
  color: #4f80bd;
  border-radius: 0;
}
.application-header .navbar-header {
  margin-right: 10px;
}
.application-header.navbar {
  border: none;
  border-bottom: 6px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #f8f8f8 38.1953%, #3F4E57);
  border-radius: 0;
}
.application-header .navbar-brand {
  color: #4f80bd;
  font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
}
.application-header .navbar-brand:hover,
.application-header .navbar-brand:focus {
  color: #4f80bd;
}
.application-header .navbar-brand .title-container {
  vertical-align: middle;
  display: inline-block;
}
.application-header .navbar-brand .title-container .navbar-title-text {
  display: inline-block;
  font-size: 28px;
  margin-top: 3px;
  margin-bottom: 0;
}
.application-header .navbar-brand .title-container .navbar-title-text sub {
  font-size: 10px;
}
.application-header .navbar-brand .title-container .tagline {
  color: #333333;
  font-size: small;
  font-style: italic;
  line-height: 14px;
}
.application-header .navbar-brand img {
  vertical-align: top;
  height: 48px;
  margin: 2px 5px 2px 0px;
  padding-bottom: 3px;
}
@media (max-width: 416px) {
  .application-header .navbar-brand img,
  .application-header .nav-hidden-xs {
    display: none;
  }
}
@media (min-width: 417px) {
  .application-header .navbar-brand img {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .application-header .navbar-brand img {
    display: none;
  }
}
.application-header .session-btns {
  float: right;
}
.application-header .session-btns a:hover,
.application-header .session-btns a:focus {
  text-decoration: none;
}
.application-header .dropdown-menu {
  z-index: 2000;
}
.application-header .feedback .rate-us .name {
  /*.dropdown-menu > li > a;*/
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
.application-header .feedback .rate-us .star-rating {
  margin: 2px 25px;
}
.application-header .navbar-nav .dropdown-menu > .bg-danger > a:hover,
.application-header .navbar-nav .dropdown-menu > .bg-danger > a:focus {
  background-color: #CD0505;
}
.container footer.container {
  padding: 0;
}
.foot-banner {
  height: 50px;
  margin: 30px 0;
}
.foot-banner img {
  max-height: 50px;
  max-width: 100%;
}
.foot-banner ul {
  margin-top: 15px;
}
dl > dd > dl,
ul > li > dl {
  margin-left: 30px;
  margin-top: 15px;
}
dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
dd:last-child {
  margin-bottom: initial;
  padding-bottom: initial;
}
.dl-horizontal dt {
  white-space: normal;
}
.dl-horizontal dd {
  border-bottom: thin solid #666666;
}
.dl-horizontal dd:last-child {
  border-bottom: initial;
}
.nested-group input:focus {
  box-shadow: none;
}
.nested-group input:first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nested-group input {
  margin-left: -5px;
  border-radius: 0px;
}
.nested-group button {
  margin-left: -5px;
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.flip-text {
  direction: rtl;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  unicode-bidi: bidi-override;
}
.fa-question-circle {
  cursor: help;
}
h1 i.help,
h2 i.help,
h3 i.help,
h4 i.help,
h5 i.help,
h6 i.help {
  font-size: 14px;
}
.header-link {
  color: #5bc0de;
  font-size: 0.8em;
  font-weight: 700;
  opacity: 0;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
  top: -0.17em;
  transition: opacity 200ms ease-in-out 0s;
}
.header-link:link,
.header-link:visited,
.header-link:hover,
.header-link:active {
  color: #5bc0de;
  text-decoration: none;
}
h1:hover > .header-link,
h2:hover > .header-link,
h3:hover > .header-link,
h4:hover > .header-link,
h5:hover > .header-link,
h6:hover > .header-link,
dl:hover > .header-link,
dt:hover > .header-link {
  opacity: 1;
}
table ul,
.table ul {
  font-size: small;
  text-align: left;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
pre.text {
  background-color: inherit;
  border: none;
  border-radius: unset;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0;
}
.indent {
  margin-left: 20px;
}
.input-xs {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 22px;
  padding: 4px 8px;
}
select.input-xs {
  height: 30px;
  line-height: 30px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}
.popover-title,
.popover-content {
  font-style: normal;
}
.message-container .msg {
  font-size: 18px;
  margin-right: 10px;
}
.fa-btn {
  font-size: 9px;
  vertical-align: top;
}
.fa-stack-file-icon {
  top: 3px;
}
.btn-alternative {
  color: #fff;
  background-color: #bb7448;
  border-color: #aa683f;
}
.btn-alternative:hover,
.btn-alternative:focus,
.btn-alternative.focus,
.btn-alternative:active,
.btn-alternative.active,
.open > .dropdown-toggle.btn-alternative {
  color: #fff;
  background-color: #985d38;
  border-color: #7e4d2f;
}
.btn-alternative:active,
.btn-alternative.active,
.open > .dropdown-toggle.btn-alternative {
  background-image: none;
}
.btn-alternative.disabled,
.btn-alternative[disabled],
fieldset[disabled] .btn-alternative,
.btn-alternative.disabled:hover,
.btn-alternative[disabled]:hover,
fieldset[disabled] .btn-alternative:hover,
.btn-alternative.disabled:focus,
.btn-alternative[disabled]:focus,
fieldset[disabled] .btn-alternative:focus,
.btn-alternative.disabled.focus,
.btn-alternative[disabled].focus,
fieldset[disabled] .btn-alternative.focus,
.btn-alternative.disabled:active,
.btn-alternative[disabled]:active,
fieldset[disabled] .btn-alternative:active,
.btn-alternative.disabled.active,
.btn-alternative[disabled].active,
fieldset[disabled] .btn-alternative.active {
  background-color: #bb7448;
  border-color: #aa683f;
}
.btn-alternative .badge {
  color: #bb7448;
  background-color: #fff;
}
@media (max-width: 991px) {
  body {
    top: 0px !important;
    position: static !important;
  }
  .goog-te-banner-frame {
    display: none !important;
  }
}
.vertical-align {
  display: flex;
  align-items: center;
}
@media print {
  .container {
    width: 10in;
  }
  body {
    overflow: visible !important;
  }
  /* stolen from bootstrap.css media max-width:767px */
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
input[type=range]::-ms-track {
  /*example */
  width: 250px;
  height: 10px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-upper {
  background: gray;
  border-radius: 6px;
}
input[type=range]::-ms-fill-lower {
  background: gray;
  border-radius: 6px;
}
.gutters-2px {
  padding-right: 2px;
  padding-left: 2px;
}
a.glossary-term {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (min-width: 992px) {
  .logo-wrapper {
    margin-right: 17px;
    /* 15 + 1 */
  }
  .logo-wrapper .eula {
    float: right;
    margin-top: 10px;
    max-width: 150px;
  }
  .i-tree-logo-lg {
    float: right;
    margin-right: 8px;
    max-width: 150px;
  }
  #get-started {
    float: right;
    margin: 20px 9px 0 0;
    /* standard 6, large 9 */
  }
}
@media (max-width: 991px) {
  .logo-wrapper {
    margin: 0 auto;
  }
  .i-tree-logo-lg {
    margin-left: 8px;
  }
  .logo-wrapper,
  .i-tree-logo-lg {
    width: 150px;
  }
  .logo-wrapper .eula,
  .i-tree-logo-lg .eula {
    text-align: right;
    max-width: 150px;
  }
  .logo-wrapper {
    margin-top: 20px;
  }
  #get-started {
    margin: 20px 0 20px 9px;
  }
}
footer .eula {
  margin-top: 10px;
  text-align: center;
}
footer .visible-print-block .eula,
footer.visible-print-block .eula {
  text-align: initial;
}
.mb-0 {
  margin-bottom: 0;
}
