﻿.tooltip1 {
  position: relative;
  display: inline-block;
}

  .tooltip1 .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: black;
    font-size: small;
    font-weight: initial;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -220%;
    left: 400%;
    margin-left: -60px;
  }

    .tooltip1 .tooltiptext::after {
      content: " ";
      position: absolute;
      top: 50%;
      right: 100%; /* To the left of the tooltip */
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent black transparent transparent;
    }

  .tooltip1:hover .tooltiptext {
    visibility: visible;
  }

.navbar {
  background-image: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
  -webkit-filter: none;
  filter: none;
  border: 0px;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.3);
  margin-bottom: 0px;
  border-radius: unset;
}

.accordion > .card:first-of-type {
  border-bottom: solid;
  border-color: gray;
}


.masthead-heading {
  font-weight: lighter;
}

.big-checkbox {
  width: 30px;
  height: 30px;
}


.bg-primary {
  background-color: #337ab7;
}

dt, dd {
  display: block;
  float: left;
  margin-top: 20px;
}

dt {
  clear: both;
}

.validation-summary-errors ul {
  list-style: none;
  margin-left: -40px
}

.vote-star:hover {
  color: #f8e80a
}

#sq-ccbox {
  float: left;
  margin: 5px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

  .sidenav button {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #555;
    display: block;
    transition: 0.3s;
  }

  .sidenav input {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #555;
    display: block;
    transition: 0.3s;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #555;
    display: block;
    transition: 0.3s;
  }

    .sidenav a:hover {
      color: #428bca;
    }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 35px;
  }

    .sidenav a {
      font-size: 18px;
    }
}

.modal-dialog {
  width: 100%;
  height: 100%;
}

.breadcrumb > li + li:before {
  content: none;
}

.icon-bar {
  background-color: black;
}

.navbar-toggle {
  border: 1px solid darkgrey;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
    height: 80%;
    margin: 10px auto;
  }

  .hero-image {
    /*background-image: url("photographer.jpg");*/
    /*height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;*/
  }

  .hero-text {
    /*text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;*/
  }

    .hero-text button {
      border: none;
      outline: 0;
      display: inline-block;
      padding: 10px 25px;
      color: black;
      background-color: #ddd;
      text-align: center;
      cursor: pointer;
    }

      .hero-text button:hover {
        background-color: #555;
        color: white;
      }

  .cteAnswer:hover {
    color: black;
    border: dashed;
    border-width: thin;
  }

  .IconAnswer:hover {
    color: dodgerblue;
  }

  .btn-filter:hover {
    color: black;
    border: dashed;
    border-width: thin;
  }
  /* -- GLOBAL -- */
  body {
    margin: 0;
    font-size: large;
    font-weight: lighter;
    line-height: initial;
    color: unset;
    text-align: unset;
    background-color: unset;
  }

  html {
    font-size: unset;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .container {
    width: 100%;
  }

  h1, h2, h3 {
    line-height: 1.4;
  }

  h1 {
    font-weight: 600;
  }

  h2, h3 {
    font-weight: 300;
  }

  p {
    line-height: 1.6;
    font-size: 16px;
  }

  img {
    max-width: 100%;
  }

  div.frontcover {
    page: cover;
    content: url("images/cover.png");
    width: 100%;
    height: 100%;
  }

  @media print {
    #mydiv {
      position: absolute;
      width: 300px;
      height: 300px;
      z-index: 15;
      top: 50%;
      left: 50%;
      margin: -150px 0 0 -150px;
    }
  }
  /* -- BOOTSTRAP CHANGES -- */
  .fix {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-default {
    border-color: none;
  }

  @media (min-width: 768px) {
    .navbar-nav {
      text-align: center;
    }

    .navbar-nav > li {
      float: none;
      display: inline-block;
    }

    .navbar-nav > li.navbar-right {
      float: right !important;
    }
  }

  .fix:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .breadcrumb {
    padding: unset;
    border: 1px solid #ddd;
  }

  .btn:hover {
    color: #ffffff;
  }

  .btn {
    text-shadow: none;
  }

  .btn-outline-primary:hover {
    color: unset;
  }

  .btn-outline-light:hover {
    color: #000000;
  }

  .borderright {
    border-right: 1px solid #ddd;
  }

  .rotate {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    font-size: 48px;
  }

  th.rotateit {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
  }

    th.rotateit > div {
      transform:
      /* Magic Numbers */
      translate(25px, 51px)
      /* 45 is really 360 - 45 */
      rotate(-90deg);
      width: 30px;
    }

      th.rotateit > div > span {
        padding: 5px 50px;
      }

  /* These aren't needed and will be weird if transforms don't work */
  .csstransforms th.rotateit {
    height: 140px;
    white-space: nowrap;
  }

  /* -- CHARTJS CHANGES -- */
  .bar-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .bar-legend li {
    list-style-type: none;
  }

  /* -- HELPERS -- */
  .add-pad {
    height: 30px;
  }

  .pad-left {
    margin-left: 15px;
  }

  .pad-top {
    margin-top: 30px;
  }

  .pad-top-lg {
    padding-top: 45px;
  }

  .pad-top-xlg {
    padding-top: 60px;
  }

  .line-through {
    position: relative;
  }

    .line-through:before {
      position: absolute;
      left: 5%;
      top: 50%;
      height: 1px;
      background: #ddd;
      content: "";
      width: 90%;
      display: block;
      z-index: -1;
    }

    .line-through p {
      background-color: #fff;
      width: 40px;
      margin: 0 auto;
    }

  /* -- SPECIFIC ELEMENTS STYLED -- */
  .counselor-sidebar {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 30px 20px;
  }

    .counselor-sidebar h3 {
      margin-top: 0;
    }

    .counselor-sidebar a.forget-school {
      text-align: left;
      padding-left: 10px;
    }

  .counselor-school-buttons {
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
  }

    .counselor-school-buttons .btn {
      min-width: 200px;
    }

  .dashboard-title {
    margin-top: 0;
  }

  .datepicker .day,
  .datepicker .next,
  .datepicker .prev {
    cursor: pointer;
  }

  .center-checkmarks td, .center-checkmarks th {
    text-align: center;
  }

    .center-checkmarks td:first-child, .center-checkmarks th:first-child {
      text-align: left;
    }

  .table > tbody > tr.hr-row > td {
    border-top-width: 2px;
  }

  .table > tbody > tr:last-child > td {
    border-bottom: 2px solid #ddd;
  }

  .price {
    border: 1px solid #428bca;
    color: #428bca;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    padding-top: 17px;
    font-size: 14px;
    margin: 0 auto 10px auto;
  }

    .price strong {
      font-weight: 600;
      font-size: 18px;
    }

    .price small {
      font-weight: 300;
    }

  #login input,
  #login a.btn {
    height: 50px;
    font-size: 18px;
  }

  #login a.btn {
    padding-top: 12px;
  }

  .content ul {
    font-size: 16px;
  }

    .content ul.pad-list li {
      padding-bottom: 14px;
    }

    .content ul.nav {
      padding-top: 30px;
    }

  .personality-cte-pathway {
    display: none;
    padding-bottom: 40px;
  }

  .personality-cte-pathway-show {
    display: block;
  }

  #personality-navbar {
    margin-bottom: -1px;
  }

    #personality-navbar li a i {
      display: inline-block;
      background-color: #AEDCAE;
      height: 22px;
      width: 22px;
      font-style: normal;
      -webkit-border-radius: 11px;
      -moz-border-radius: 11px;
      border-radius: 11px;
    }

  input.pathway-upload {
    display: none;
    margin-left: 10px;
    line-height: 0;
  }

  input.pathway-upload-show {
    display: inline-block;
  }

  .nav-pills > li.signup > a, .nav-pills > li.signup > a:hover, .nav-pills > li.signup > a:focus {
    border: 2px solid #428bca;
    margin-top: -2px;
  }

  /* -- STRUCTURE -- */
  .color-container {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  #header {
    padding-top: 15px;
  }

  #menubar {
    padding-top: 35px;
  }

  .content {
  }
  /* this gives title rows a total of 45px each, top & bottom */
  .titleRow {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .sub-title {
    margin: 30px 0;
  }

  .icon-sub-title {
    margin: 20px 0 30px 0;
  }

    .icon-sub-title i {
      display: block;
    }

  .row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    margin: unset;
  }

  .sidebar .nav-item:last-child {
    margin-bottom: 0rem;
  }

  .card-body {
    padding: .4rem;
  }

  #features {
    padding-left: 50px;
    padding-right: 50px;
  }

  .panel-body {
    padding: unset;
  }

  .navbar-nav {
    margin: 0px 0px;
  }

  .sidebar {
    width: 10rem;
  }

  .panel-heading {
    padding: 3px;
  }

  .panel-body {
    padding: 0px;
  }

  .navbar-nav {
    margin: 0;
  }

  .btn-secondary {
    color: #ffffff;
    background-color: #868e96;
    border-color: #474949;
    background-image: none;
  }

    .btn-secondary:hover {
      color: #ffffff;
      background-color: #495057;
      background-image: none;
    }

  .smiley-input:hover {
    color: #0275d8;
  }

  .navbar-collapse.in {
    display: block !important;
  }

  .dropdown .dropdown-menu .dropdown-header {
    color: #242424;
  }
  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .div-collapse.collapse {
      display: block !important;
      height: auto !important;
      overflow: visible !important;
    }

    .sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
      margin: 0 .3rem;
    }

    .navbar-nav {
      margin: unset;
    }

    .navbar-collapse.collapse {
      display: none;
    }
  }

  #Dashboard-Padding {
    padding-left: 50px;
    padding-right: 50px;
  }

  .Footer-Padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
