.tiles {
  margin-right: -10px; }
  .tiles:before, .tiles:after {
    display: table;
    content: " "; }
  .tiles:after {
    clear: both; }
  .tiles .tile {
    display: inline-block;
    letter-spacing: 0.02em;
    height: 135px;
    width: 135px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    border: 4px solid transparent;
    margin: 0 10px 10px 0; }
    .tiles .tile:after, .tiles .tile:before {
      content: "";
      float: left; }
    .tiles .tile.double {
      width: 280px !important; }
    .tiles .tile.double-down {
      height: 280px !important; }
      .tiles .tile.double-down i {
        margin-top: 95px; }
    .tiles .tile:hover, .tiles .tile.selected:hover {
      border-color: #aaa !important; }
    .tiles .tile:active, .tiles .tile.selected {
      border-color: #ccc !important; }
    .tiles .tile.selected .corner:after {
      content: "";
      display: inline-block;
      border-left: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-right: 40px solid #ccc;
      position: absolute;
      top: -3px;
      right: -3px; }
    .tiles .tile.selected .check:after {
      content: "";
      font-family: FontAwesome;
      font-size: 13px;
      content: "\f00c";
      display: inline-block;
      position: absolute;
      top: 2px;
      right: 2px; }
    .tiles .tile.icon {
      padding: 0; }
    .tiles .tile.image .tile-body {
      padding: 0 !important; }
      .tiles .tile.image .tile-body > img {
        width: 100%;
        height: auto;
        min-height: 100%;
        max-width: 100%; }
      .tiles .tile.image .tile-body h3 {
        display: inline-block; }
    .tiles .tile .tile-body {
      height: 100%;
      vertical-align: top;
      padding: 10px 10px;
      overflow: hidden;
      position: relative;
      font-weight: 400;
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 10px; }
      .tiles .tile .tile-body p {
        font-weight: 400;
        font-size: 13px;
        color: #ffffff;
        line-height: 20px;
        overflow: hidden; }
        .tiles .tile .tile-body p:hover {
          color: rgba(0, 0, 0, 0.8); }
        .tiles .tile .tile-body p:active {
          color: rgba(0, 0, 0, 0.4); }
        .tiles .tile .tile-body p:hover {
          color: #ffffff; }
      .tiles .tile .tile-body img {
        float: left;
        margin-right: 10px; }
        .tiles .tile .tile-body img.pull-right {
          float: right !important;
          margin-left: 10px;
          margin-right: 0; }
      .tiles .tile .tile-body > .content {
        display: inline-block; }
      .tiles .tile .tile-body > i {
        margin-top: 17px;
        display: block;
        font-size: 56px;
        line-height: 56px;
        text-align: center; }
      .tiles .tile .tile-body h1,
      .tiles .tile .tile-body h2,
      .tiles .tile .tile-body h3,
      .tiles .tile .tile-body h4,
      .tiles .tile .tile-body h5,
      .tiles .tile .tile-body h6,
      .tiles .tile .tile-body p {
        padding: 0;
        margin: 0;
        line-height: 14px; }
        .tiles .tile .tile-body h1:hover,
        .tiles .tile .tile-body h2:hover,
        .tiles .tile .tile-body h3:hover,
        .tiles .tile .tile-body h4:hover,
        .tiles .tile .tile-body h5:hover,
        .tiles .tile .tile-body h6:hover,
        .tiles .tile .tile-body p:hover {
          color: #ffffff; }
      .tiles .tile .tile-body h3,
      .tiles .tile .tile-body h4 {
        margin-bottom: 5px; }
    .tiles .tile .tile-object {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      min-height: 30px;
      background-color: transparent;
      *zoom: 1; }
      .tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
        display: table;
        content: ""; }
      .tiles .tile .tile-object:after {
        clear: both; }
      .tiles .tile .tile-object > .name {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 15px;
        font-weight: 400;
        font-size: 13px;
        color: #ffffff; }
        .tiles .tile .tile-object > .name > i {
          vertical-align: middle;
          display: block;
          font-size: 24px;
          height: 18px;
          width: 24px; }
      .tiles .tile .tile-object > .number {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 14px;
        margin-bottom: 8px;
        margin-right: 10px; }
  .tiles .tile-teal {
    background-color: #569099; }
  .tiles .tile-beige {
    background-color: #cc9; }
  .tiles .tile-dark-beige {
    background-color: #afaa6d; }
  .tiles .tile-orange {
    background-color: #e6674a; }
  .tiles .tile-purple {
    background-color: #57517b; }
  .tiles .tile-dark-grey {
    background-color: #333; }
  .tiles .tile-med-grey {
    background-color: #666; }
  .tiles .tile-light-grey {
    background-color: #999;
    border-color: #8c8c8c;
    color: #FFFFFF; }
  .tiles .tile-bricky {
    background-color: #C83A2A; }
  .tiles .tile-green {
    background-color: #3D9400; }
  .tiles .tile-blue {
    background-color: #364F6A; }
  .tiles .tile-yellow {
    background-color: #FFB848; }
  .tiles .tile-red {
    background-color: #E02222; }

.last-col {
  overflow: hidden !important; }

.pdn {
  padding: 0 !important; }

.pdx {
  padding: 3px; }

.pdm {
  padding: 10px; }

.pdl {
  padding: 20px; }

.pdxl {
  padding: 30px; }

.pdxxl {
  padding: 40px; }

.ptn, .pvn, .pan {
  padding-top: 0 !important; }

.ptx, .pvx, .pax {
  padding-top: 3px !important; }

.pts, .pvs, .pas {
  padding-top: 5px !important; }

.ptm, .pvm, .pam {
  padding-top: 10px !important; }

.ptl, .pvl, .pal {
  padding-top: 20px !important; }

.ptxl, .pvxl, .paxl {
  padding-top: 30px !important; }

.ptxxl, .pvxxl, .paxxl {
  padding-top: 40px !important; }

.prn, .phn, .pan {
  padding-right: 0 !important; }

.prx, .phx, .pax {
  padding-right: 3px !important; }

.prs, .phs, .pas {
  padding-right: 5px !important; }

.prm, .phm, .pam {
  padding-right: 10px !important; }

.prl, .phl, .pal {
  padding-right: 20px !important; }

.prxl, .phxl, .paxl {
  padding-right: 30px !important; }

.prxxl, .phxxl, .paxxl {
  padding-right: 40px !important; }

.pbn, .pvn, .pan {
  padding-bottom: 0 !important; }

.pbx, .pvx, .pax {
  padding-bottom: 3px !important; }

.pbs, .pvs, .pas {
  padding-bottom: 5px !important; }

.pbm, .pvm, .pam {
  padding-bottom: 10px !important; }

.pbl, .pvl, .pal {
  padding-bottom: 20px !important; }

.pbxl, .pvxl, .paxl {
  padding-bottom: 30px !important; }

.pbxxl, .pvxxl, .paxxl {
  padding-bottom: 40px !important; }

.pln, .phn, .pan {
  padding-left: 0 !important; }

.plx, .phx, .pax {
  padding-left: 3px !important; }

.pls, .phs, .pas {
  padding-left: 5px !important; }

.plm, .phm, .pam {
  padding-left: 10px !important; }

.pll, .phl, .pal {
  padding-left: 20px !important; }

.plxl, .phxl, .paxl {
  padding-left: 30px !important; }

.plxxl, .phxxl, .paxxl {
  padding-left: 40px !important; }

.mtn, .mvn, .man {
  margin-top: 0px !important; }

.mtx, .mvx, .max {
  margin-top: 3px !important; }

.mts, .mvs, .mas {
  margin-top: 5px !important; }

.mtm, .mvm, .mam {
  margin-top: 10px !important; }

.mtl, .mvl, .mal {
  margin-top: 20px !important; }

.mtxl, .mvxl, .maxl {
  margin-top: 30px !important; }

.mtxxl, .mvxxl, .maxxl {
  margin-top: 40px !important; }

.mrn, .mhn, .man {
  margin-right: 0px !important; }

.mrx, .mhx, .max {
  margin-right: 3px !important; }

.mrs, .mhs, .mas {
  margin-right: 5px !important; }

.mrm, .mhm, .mam {
  margin-right: 10px !important; }

.mrl, .mhl, .mal {
  margin-right: 20px !important; }

.mrxl, .mhxl, .maxl {
  margin-right: 30px !important; }

.mrxxl, .mhxxl, .maxxl {
  margin-right: 40px !important; }

.mbn, .mvn, .man {
  margin-bottom: 0px !important; }

.mbx, .mvx, .max {
  margin-bottom: 3px !important; }

.mbs, .mvs, .mas {
  margin-bottom: 5px !important; }

.mbm, .mvm, .mam {
  margin-bottom: 10px !important; }

.mbl, .mvl, .mal {
  margin-bottom: 20px !important; }

.mbxl, .mvxl, .maxl {
  margin-bottom: 30px !important; }

.mbxxl, .mvxxl, .maxxl {
  margin-bottom: 40px !important; }

.mln, .mhn, .man {
  margin-left: 0px !important; }

.mlx, .mhx, .max {
  margin-left: 3px !important; }

.mls, .mhs, .mas {
  margin-left: 5px !important; }

.mlm, .mhm, .mam {
  margin-left: 10px !important; }

.mll, .mhl, .mal {
  margin-left: 20px !important; }

.mlxl, .mhxl, .maxl {
  margin-left: 30px !important; }

.mlxxl, .mhxxl, .maxxl {
  margin-left: 40px !important; }

.timeline {
  margin: 0 0 30px;
  padding: 0;
  position: relative; }

.timeline:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f6fa;
  top: 0;
  bottom: 0;
  margin-left: 79px; }

.timeline .panel {
  position: relative;
  margin: 10px 0 21px 120px;
  clear: both; }

.timeline .panel-outline .panel-body {
  margin-top: initial; }

.timeline .line,
.timeline .line:before,
.timeline .line:after {
  display: none; }

.timeline .timeline-item {
  margin: 0;
  padding: 0; }

.timeline .timeline-badge {
  float: left;
  position: relative;
  padding-right: 30px;
  height: 80px;
  width: 80px; }

.timeline .timeline-badge-userpic {
  width: 80px;
  border: 4px solid #f5f6fa;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.timeline .timeline-badge-userpic img {
  border-radius: 50% !important;
  vertical-align: middle !important; }

.timeline .timeline-icon {
  width: 80px;
  height: 80px;
  background-color: #f5f6fa;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  padding-top: 30px;
  padding-left: 22px; }

.timeline .timeline-icon i {
  font-size: 34px; }

.timeline .timeline-body {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  margin-left: 110px;
  background-color: #f5f6fa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.timeline .timeline-body:after, .timeline .timeline-body:before {
  content: " ";
  display: table; }

.timeline .timeline-body:after {
  clear: both; }

.timeline .timeline-body-arrow {
  position: absolute;
  top: 30px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #f5f6fa transparent transparent; }

.timeline .timeline-body-head {
  margin-bottom: 10px; }

.timeline .timeline-body-head-caption {
  float: left; }

.timeline .timeline-body-alerttitle, .timeline .timeline-body-title {
  font-size: 16px;
  font-weight: 600; }

.timeline .timeline-body-time {
  font-size: 14px;
  margin-left: 10px; }

.timeline .timeline-body-head-actions {
  float: right; }

.timeline .timeline-body-head-actions .btn-group {
  margin-top: -2px; }

.timeline .timeline-body-content {
  font-size: 14px;
  margin-top: 35px; }

.timeline .timeline-body-img {
  width: 100px;
  height: 100px;
  margin: 5px 20px 0 0; }

.timeline.white-bg:before {
  background: #fff; }

.timeline.white-bg .timeline-badge-userpic {
  border-color: #fff; }

.timeline.white-bg .timeline-body, .timeline.white-bg .timeline-icon {
  background-color: #fff; }

.timeline.white-bg .timeline-body-arrow {
  border-color: transparent #fff transparent transparent; }

@media (max-width: 768px) {
  .timeline .timeline-body-head-caption {
    width: 100%; }
  .timeline .timeline-body-head-actions {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .timeline:before {
    margin-left: 28px; }
  .timeline .timeline-badge {
    padding-right: 40px;
    width: 60px;
    height: 60px; }
  .timeline .timeline-badge-userpic {
    width: 60px; }
  .timeline .timeline-icon {
    width: 60px;
    height: 60px;
    padding-top: 23px;
    padding-left: 18px; }
  .timeline .timeline-icon i {
    font-size: 25px; }
  .timeline .timeline-body {
    margin-left: 80px; }
  .timeline .timeline-body-arrow {
    top: 17px; } }

.mt-timeline-2 {
  position: relative; }

.mt-timeline-2 > .mt-timeline-line {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
  border-left: 4px solid;
  transform: translateX(-2px); }

.mt-timeline-2 > .mt-container {
  position: relative;
  padding: 0; }

.mt-timeline-2 > .mt-container > .mt-item {
  list-style: none;
  padding-bottom: 60px;
  clear: both; }

.mt-timeline-2 > .mt-container > .mt-item .timeline-body-img.pull-left {
  margin-right: 15px; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon {
  width: 70px;
  height: 70px;
  background-color: #ccc;
  border-radius: 50% !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border: 0;
  overflow: hidden; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon > i {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 24px; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon > img {
  width: 100%;
  height: auto; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content {
  width: 50%;
  display: inline-block;
  position: relative; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container {
  text-align: left;
  background-color: #f5f6fa;
  padding: 30px;
  border: 2px solid #d3d7e9; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:after, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:before {
  content: " ";
  display: table; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:after {
  clear: both; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-title {
  width: 50%;
  margin-bottom: 15px; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content-title {
  opacity: .8;
  filter: alpha(opacity=80);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  overflow: hidden; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-avatar > img {
  width: 100%;
  height: auto; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author-name, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author-name a {
  opacity: .9;
  filter: alpha(opacity=90);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author-notes {
  font-size: 12px; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content {
  padding-top: 15px;
  border-top: 1px solid;
  clear: both;
  line-height: 1.7em; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content > p {
  opacity: .7;
  filter: alpha(opacity=70); }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content a, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content button {
  font-size: 14px; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .btn {
  display: inline-block;
  margin: 0 5px 10px 0; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .btn.pull-right {
  margin: 0 0 10px 5px; }

.mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:before {
  content: '';
  position: absolute;
  top: 28px;
  height: 0;
  width: 0;
  border: 10px solid transparent; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) {
  text-align: left; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even), .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-name, .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-notes {
  text-align: right; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container {
  margin-right: 60px; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-title {
  float: left; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author {
  float: right; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-avatar {
  float: right;
  margin-left: 15px; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container:before {
  right: 40px;
  border-left: 10px solid #d3d7e9; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-icon > i {
  transform: translateY(-50%) translateX(50%);
  left: -50%; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container {
  margin-left: 60px; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-avatar {
  float: left;
  margin-right: 15px; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-title {
  float: right;
  text-align: right; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author {
  float: left; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author-name, .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author-notes {
  text-align: left; }

.mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container:before {
  left: 40px;
  border-right: 10px solid #E9EDEF; }

@media (max-width: 991px) {
  .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-title {
    width: 100%; }
  .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon, .mt-timeline-2 > .mt-timeline-line {
    left: 25px; }
  .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon > i {
    left: 0; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container:before, .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container:before {
    left: 70px;
    border-right: 10px solid #E9EDEF;
    border-left: none; }
  .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-title {
    float: none;
    text-align: left !important; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) {
    text-align: right; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container {
    margin-left: 80px;
    margin-right: 0; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-avatar {
    float: left;
    margin-right: 15px; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-title {
    float: right;
    text-align: right; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author {
    float: left; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-name, .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-notes {
    text-align: left; }
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container {
    margin-left: 80px;
    margin-right: 0; } }

@media (max-width: 480px) {
  .mt-timeline-2 .btn-group.pull-right, .mt-timeline-2 .btn.pull-right {
    float: none !important;
    margin: 0 5px 10px 0 !important; } }

@media (max-width: 400px) {
  .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author-notes {
    clear: both;
    padding-top: 10px; } }

.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s; }

.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px; }

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)); }

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)); }

.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform .4s;
  -moz-transition: -moz-transform .4s;
  transition: transform .4s; }

.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s; }

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transition: background-color .3s,border-color .3s;
  -moz-transition: background-color .3s,border-color .3s;
  transition: background-color .3s,border-color .3s; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    content: 'desktop'; } }

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  transition: border-color .3s; }

.cd-timeline-navigation a.prev {
  left: 0; }
  .cd-timeline-navigation a.prev:active {
    left: 0;
    right: unset; }

.cd-timeline-navigation a.next {
  right: 0; }
  .cd-timeline-navigation a.next:active {
    left: unset;
    right: 0; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.btn {
  color: #FFF; }
  .cd-timeline-navigation a.btn:active {
    position: absolute;
    top: 50%; }
  .cd-timeline-navigation a.btn.btn-blue {
    border-color: #2d4259;
    color: #FFF; }

.mt-sweetalert:hover, .tasks-widget .task-list > li > .task-checkbox input[type=checkbox] {
  cursor: pointer; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  transition: height .4s; }

.cd-horizontal-timeline .events-content > ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  margin: 0 auto; }

.cd-horizontal-timeline .events-content > ol > li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content > ol > li.enter-right, .cd-horizontal-timeline .events-content > ol > li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content > ol > li.enter-left, .cd-horizontal-timeline .events-content > ol > li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content > ol > li.leave-left, .cd-horizontal-timeline .events-content > ol > li.leave-right {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto; }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.mt-timeline-horizontal {
  font-size: 14px; }

.mt-timeline-horizontal ol, .mt-timeline-horizontal ul {
  list-style: none; }

.mt-timeline-horizontal blockquote, .mt-timeline-horizontal q {
  quotes: none; }

.mt-timeline-horizontal blockquote:after, .mt-timeline-horizontal blockquote:before, .mt-timeline-horizontal q:after, .mt-timeline-horizontal q:before {
  content: '';
  content: none; }

.mt-timeline-horizontal table {
  border-collapse: collapse;
  border-spacing: 0; }

.mt-timeline-horizontal .timeline {
  width: 100%;
  max-width: 100%; }

.mt-timeline-horizontal .timeline:before {
  background: 0 0; }

.mt-timeline-horizontal .timeline .events-wrapper .events a:after {
  background-color: #FFF;
  border: 2px solid; }

.mt-timeline-horizontal .timeline .events-wrapper .events a.selected:after {
  background-color: #fff !important; }

.mt-timeline-horizontal .timeline .events-wrapper .events a:focus, .mt-timeline-horizontal .timeline .events-wrapper .events a:hover {
  text-decoration: none; }

.mt-timeline-horizontal .timeline .events-wrapper:after, .mt-timeline-horizontal .timeline .events-wrapper:before {
  background-image: none; }

.mt-timeline-horizontal .timeline .mt-ht-nav-icon li a {
  border-radius: 50% !important; }

.mt-timeline-horizontal .timeline .mt-ht-nav-icon li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(50%) translateY(-50%);
  width: 10px; }

.mt-timeline-horizontal .timeline .mt-ht-nav-icon li:first-child a i {
  left: -2px; }

.mt-timeline-horizontal .timeline.mt-timeline-square .events a:after, .mt-timeline-horizontal .timeline.mt-timeline-square .mt-ht-nav-icon li a {
  border-radius: 0 !important; }

.mt-timeline-horizontal .events-content ol {
  padding: 0; }

.mt-timeline-horizontal .events-content ol li .mt-title {
  margin-top: 15px;
  float: left;
  width: 60%; }

.mt-timeline-horizontal .events-content ol li .mt-title h2 {
  margin: 0;
  opacity: .8;
  filter: alpha(opacity=80);
  font-size: 18px;
  font-weight: 600; }

.mt-timeline-horizontal .events-content ol li .mt-author {
  float: right;
  position: relative;
  text-align: right;
  width: 40%; }

.mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar {
  float: right;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  overflow: hidden; }

.mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name {
  margin-top: 5px; }

.mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name a {
  opacity: .9;
  filter: alpha(opacity=90);
  font-size: 15px;
  font-weight: 600; }

.mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name a:focus, .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name a:hover {
  text-decoration: none; }

.mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-datetime {
  font-size: 13px; }

.mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar > img {
  width: 100%;
  height: auto; }

.mt-timeline-horizontal .events-content ol li .mt-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
  clear: both;
  line-height: 1.7em; }

.mt-timeline-horizontal .events-content ol li .mt-content > p {
  opacity: .7;
  filter: alpha(opacity=70); }

.mt-timeline-horizontal .events-content ol li .mt-content img.pull-left {
  margin: 0 15px 15px 0; }

.mt-timeline-horizontal .events-content ol li .mt-content img.pull-right {
  margin: 0 0 15px 15px; }

.mt-timeline-horizontal .events-content ol li .mt-content .btn-group .dropdown-menu {
  margin-right: 5px; }

@media (max-width: 480px) {
  .mt-timeline-horizontal .events-content ol li .mt-title {
    width: 100%; }
  .mt-timeline-horizontal .events-content ol li .mt-author {
    width: 100%;
    margin-top: 15px;
    text-align: left; }
  .mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar {
    float: left;
    margin-right: 15px;
    margin-left: 0; }
  .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name {
    margin-top: 10px; }
  .mt-timeline-horizontal .btn.pull-right {
    float: none !important;
    margin: 0 !important; } }

.tile-teal {
  background-color: #569099; }

.tile-beige {
  background-color: #cc9; }

.tile-dark-beige {
  background-color: #afaa6d; }

.tile-orange {
  background-color: #e6674a; }

.tile-purple {
  background-color: #57517b; }

.tile-dark-grey {
  background-color: #333; }

.tile-med-grey {
  background-color: #666; }

.tile-light-grey {
  background-color: #999;
  border-color: #8c8c8c;
  color: #FFFFFF; }

.tile-bricky {
  background-color: #C83A2A; }

.tile-green {
  background-color: #3D9400; }

.tile-blue {
  background-color: #364F6A; }

.tile-yellow {
  background-color: #FFB848; }

.tile-red {
  background-color: #E02222; }

.mt-element-ribbon {
  position: relative;
  margin-bottom: 30px; }
  .mt-element-ribbon .ribbon-content {
    margin: 0;
    padding: 25px;
    clear: both; }
    .mt-element-ribbon .ribbon-content.no-padding {
      padding-top: 0; }
  .mt-element-ribbon .ribbon {
    padding: 0.5em 1em;
    z-index: 5;
    float: left;
    margin: 10px 0 0 -2px;
    clear: left;
    position: relative;
    background-color: #333333;
    color: black; }
    .mt-element-ribbon .ribbon.ribbon-right {
      float: right;
      clear: right;
      margin: 10px -2px 0 0; }
    .mt-element-ribbon .ribbon.ribbon-vertical-left {
      clear: none;
      margin: -2px 0 0 10px;
      padding-top: 1em;
      padding-bottom: 1em;
      width: 41px;
      text-align: center; }
    .mt-element-ribbon .ribbon.ribbon-vertical-right {
      clear: none;
      float: right;
      margin: -2px 10px 0 0;
      padding-top: 1em;
      padding-bottom: 1em;
      width: 41px;
      text-align: center; }
    .mt-element-ribbon .ribbon.ribbon-shadow {
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4); }
      .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right, .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
        box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4); }
    .mt-element-ribbon .ribbon.ribbon-round {
      border-top-right-radius: 5px !important;
      border-bottom-right-radius: 5px !important; }
      .mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important; }
      .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right, .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 5px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 5px !important; }
    .mt-element-ribbon .ribbon.ribbon-border:after {
      border: 1px solid;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-vert:after {
      border-top: none;
      border-bottom: none;
      border-left: 1px solid;
      border-right: 1px solid;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-hor:after {
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-left: none;
      border-right: none;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 0;
      right: 0; }
    .mt-element-ribbon .ribbon.ribbon-border-dash:after {
      border: 1px solid;
      border-style: dashed;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
      border-top: none;
      border-bottom: none;
      border-left: 1px solid;
      border-right: 1px solid;
      border-left-style: dashed;
      border-right-style: dashed;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      right: 5px; }
    .mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-left: none;
      border-right: none;
      border-top-style: dashed;
      border-bottom-style: dashed;
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 0;
      right: 0; }
    .mt-element-ribbon .ribbon.ribbon-clip {
      left: -10px;
      margin-left: 0; }
      .mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
        left: auto;
        right: -10px;
        margin-right: 0; }
    .mt-element-ribbon .ribbon > .ribbon-sub {
      z-index: -1;
      position: absolute;
      padding: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent !important;
        bottom: -10px; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
        border-width: 0 10px 10px 0;
        border-right-color: #222 !important;
        left: 0; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
        border-right-color: transparent !important; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
        border-width: 0 0 10px 10px;
        border-left-color: #222 !important;
        right: 0; }
      .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
        border-left: 21px solid;
        border-right: 20px solid;
        border-bottom: 1em solid transparent !important;
        bottom: -1em;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        width: 0; }
    .mt-element-ribbon .ribbon:after {
      border-color: black; }
    .mt-element-ribbon .ribbon > .ribbon-sub {
      background-color: #333333;
      color: black; }
      .mt-element-ribbon .ribbon > .ribbon-sub:after {
        border-color: black;
        border-left-color: #333333;
        border-right-color: #333333; }
    .mt-element-ribbon .ribbon.ribbon-color-default {
      background-color: #333333;
      color: black; }
      .mt-element-ribbon .ribbon.ribbon-color-default:after {
        border-color: #1a1a1a; }
      .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub {
        background-color: #333333;
        color: black; }
        .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
          border-color: black;
          border-left-color: #333333;
          border-right-color: #333333; }
    .mt-element-ribbon .ribbon.ribbon-color-primary {
      background-color: #337AB7;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-primary:after {
        border-color: #285f8f; }
      .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
        background-color: #337AB7;
        color: black; }
        .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
          border-color: #122a3f;
          border-left-color: #337AB7;
          border-right-color: #337AB7; }
    .mt-element-ribbon .ribbon.ribbon-color-info {
      background-color: #5BC0DE;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-info:after {
        border-color: #31b0d5; }
      .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
        background-color: #5BC0DE;
        color: #0a2730; }
        .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
          border-color: #1b6d85;
          border-left-color: #5BC0DE;
          border-right-color: #5BC0DE; }
    .mt-element-ribbon .ribbon.ribbon-color-success {
      background-color: #5CB85C;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-success:after {
        border-color: #449d44; }
      .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
        background-color: #5CB85C;
        color: #060f06; }
        .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
          border-color: #255625;
          border-left-color: #5CB85C;
          border-right-color: #5CB85C; }
    .mt-element-ribbon .ribbon.ribbon-color-danger {
      background-color: #E27E7B;
      color: #fff; }
      .mt-element-ribbon .ribbon.ribbon-color-danger:after {
        border-color: #d95551; }
      .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
        background-color: #E27E7B;
        color: #4d1311; }
        .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
          border-color: #a12723;
          border-left-color: #E27E7B;
          border-right-color: #E27E7B; }
    .mt-element-ribbon .ribbon.ribbon-color-warning {
      background-color: #F3C079;
      color: #643e09; }
      .mt-element-ribbon .ribbon.ribbon-color-warning:after {
        border-color: #efaa4a; }
      .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
        background-color: #F3C079;
        color: #643e09; }
        .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
          border-color: #c27811;
          border-left-color: #F3C079;
          border-right-color: #F3C079; }

/*--------------------------------------------------
	[Widgets]
----------------------------------------------------*/
/*** Widget Background Colors ***/
.widget-bg-color-purple {
  background: #9a7caf; }

.widget-bg-color-purple-dark {
  background: #4b365a; }

.widget-bg-color-purple-light {
  background: #674d79; }

.widget-bg-color-green {
  background: #4db3a4; }

.widget-bg-color-red {
  background: #f36a5a; }

.widget-bg-color-blue {
  background: #5b9bd1; }

.widget-bg-color-gray {
  background: #323c45; }

.widget-bg-color-gray-dark {
  background: #144f57; }

.widget-bg-color-white {
  background: #fff; }

.widget-bg-color-dark {
  background: #3e4f5e; }

.widget-bg-color-dark-light {
  background: #8e9daa; }

.widget-bg-color-fb {
  background: #475e98; }

.widget-bg-color-tw {
  background: #55acee; }

/*** Widget Title Colors ***/
.widget-title-color-purple {
  color: #9a7caf; }

.widget-title-color-purple-dark {
  color: #4b365a; }

.widget-title-color-purple-light {
  color: #674d79; }

.widget-title-color-green {
  color: #4db3a4; }

.widget-title-color-red {
  color: #f36a5a; }

.widget-title-color-blue {
  color: #5b9bd1; }

.widget-title-color-gray {
  color: #323c45; }

.widget-title-color-gray-dark {
  color: #144f57; }

.widget-title-color-white {
  color: #fff; }

.widget-title-color-dark {
  color: #3e4f5e; }

.widget-title-color-dark-light {
  color: #8e9daa; }

.widget-title-color-fb {
  color: #475e98; }

.widget-title-color-tw {
  color: #55acee; }

.border-after-blue-hoki:after, .border-before-blue-hoki:before, .border-blue-hoki {
  border-color: #67809F !important; }

.border-top-after-blue-hoki:after, .border-top-before-blue-hoki:before, .border-top-blue-hoki {
  border-top-color: #67809F !important; }

.border-bottom-after-blue-hoki:after, .border-bottom-before-blue-hoki:before, .border-bottom-blue-hoki {
  border-bottom-color: #67809F !important; }

.border-left-after-blue-hoki:after, .border-left-before-blue-hoki:before, .border-left-blue-hoki {
  border-left-color: #67809F !important; }

.border-right-after-blue-hoki:after, .border-right-before-blue-hoki:before, .border-right-blue-hoki {
  border-right-color: #67809F !important; }

.bg-blue-hoki {
  background: #67809F !important; }

.bg-blue-hoki-opacity {
  background: rgba(103, 128, 159, 0.8) !important; }

.bg-after-blue-hoki:after, .bg-before-blue-hoki:before, .bg-hover-blue-hoki:hover {
  background: #67809F !important; }

.font-blue-hoki {
  color: #67809F !important; }

.bg-font-blue-hoki {
  color: #FFF !important; }

.overflow-h {
  overflow: hidden; }

/*** Widget Carousel ***/
.widget-carousel .carousel-indicators {
  left: -18%;
  bottom: 10px;
  margin-left: 0; }

.widget-carousel .carousel-indicators-red > li {
  border-color: #f36a5a; }
  .widget-carousel .carousel-indicators-red > li.active {
    background: #f36a5a; }

/*** Widget Gradient ***/
.widget-gradient {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 4px; }
  .widget-gradient .widget-gradient-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 20px; }
    .widget-gradient .widget-gradient-body .widget-gradient-title {
      font-size: 21px;
      font-weight: 600;
      color: #fff;
      margin: 0; }
    .widget-gradient .widget-gradient-body .widget-gradient-body-actions {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 0;
      margin: 0; }
      .widget-gradient .widget-gradient-body .widget-gradient-body-actions li {
        font-size: 14px;
        padding: 0 0 0 8px; }
        .widget-gradient .widget-gradient-body .widget-gradient-body-actions li:first-child {
          padding-left: 0; }
        .widget-gradient .widget-gradient-body .widget-gradient-body-actions li a {
          color: #fff; }
          .widget-gradient .widget-gradient-body .widget-gradient-body-actions li a:hover {
            color: #a1afbb;
            text-decoration: none; }

/*** Widget Gradient ***/
.widget-wrap-img {
  border-radius: 4px;
  position: relative;
  min-height: 350px;
  padding: 20px; }
  .widget-wrap-img .widget-wrap-img-title {
    font-size: 21px;
    font-weight: 600;
    color: #3e4f5e;
    margin: 0 0 20px; }
  .widget-wrap-img .widget-wrap-img-element {
    position: absolute;
    bottom: 0;
    right: 0; }

/*** Widget Tab ***/
.widget-tab {
  min-height: 420px;
  border-radius: 4px; }
  .widget-tab .nav-tabs {
    margin: 0;
    border-color: #eff1f3; }
    .widget-tab .nav-tabs > li {
      margin: 0 10px; }
      .widget-tab .nav-tabs > li:first-child {
        margin-left: 20px; }
      .widget-tab .nav-tabs > li > a {
        border: 0;
        font-weight: bold;
        color: #8e9daa;
        text-transform: uppercase;
        padding: 20px 0; }
        .widget-tab .nav-tabs > li > a > i {
          color: #8e9daa; }
      .widget-tab .nav-tabs > li.open, .widget-tab .nav-tabs > li:hover {
        border-bottom: 1px solid #f36a5a; }
        .widget-tab .nav-tabs > li.open > a, .widget-tab .nav-tabs > li:hover > a {
          border: 0;
          background: inherit;
          color: #f36a5a; }
          .widget-tab .nav-tabs > li.open > a > i, .widget-tab .nav-tabs > li:hover > a > i {
            color: #f36a5a; }
      .widget-tab .nav-tabs > li.active {
        border-bottom: 1px solid #f36a5a;
        position: relative; }
        .widget-tab .nav-tabs > li.active > a {
          border: 0;
          color: #f36a5a; }
          .widget-tab .nav-tabs > li.active > a > i {
            color: #f36a5a; }
  .widget-tab .tab-content {
    padding: 20px;
    color: #8e9daa; }
  .widget-tab .slimScrollBar {
    right: 10px !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important; }

/*** Widget News ***/
.widget-news {
  overflow: hidden;
  margin-right: 10px;
  border-radius: 4px; }
  .widget-news .widget-news-left-elem {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 15px; }
  .widget-news .widget-news-right-body {
    overflow: hidden; }
    .widget-news .widget-news-right-body .widget-news-right-body-title {
      font-size: 16px;
      font-weight: 600;
      color: #3e4f5e;
      margin: 0 0 5px;
      clear: both; }
      .widget-news .widget-news-right-body .widget-news-right-body-title .label {
        float: right;
        font-weight: 600;
        background: #a1afbb;
        border-radius: 3px !important; }
    .widget-news .widget-news-right-body p {
      font-size: 13px; }

/*** Widget Thumb ***/
.widget-thumb {
  padding: 20px;
  border-radius: 4px; }
  .widget-thumb.bordered {
    border: 1px solid #e7ecf1; }
  .widget-thumb .widget-thumb-heading {
    font-size: 14px;
    font-weight: bold;
    color: #8e9daa;
    margin: 0 0 20px 0; }
  .widget-thumb .widget-thumb-wrap {
    overflow: hidden; }
    .widget-thumb .widget-thumb-wrap .widget-thumb-icon {
      float: left;
      width: 60px;
      height: 60px;
      display: inline-block;
      font-size: 20px;
      line-height: 41px;
      color: #fff;
      text-align: center;
      padding: 10px;
      margin-right: 15px; }
  .widget-thumb .widget-thumb-body {
    overflow: hidden; }
    .widget-thumb .widget-thumb-body .widget-thumb-subtitle {
      padding-top: 2px;
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #8e9daa; }
    .widget-thumb .widget-thumb-body .widget-thumb-body-stat {
      display: block;
      font-size: 30px;
      font-weight: 600;
      color: #3e4f5e; }

/*** Widget Socials ***/
.widget-socials {
  border-radius: 4px;
  min-height: 250px;
  padding: 20px; }
  .widget-socials .widget-socials-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 20px; }
  .widget-socials .widget-social-subtitle {
    color: #fff;
    font-weight: 200;
    line-height: 1.4; }
    .widget-socials .widget-social-subtitle a {
      color: #fff; }
  .widget-socials .widget-socials-paragraph {
    display: block;
    color: #65727d; }
  .widget-socials .widget-social-icon-tw, .widget-socials .widget-social-icon-fb {
    font-size: 30px;
    margin: 30px 0; }
  .widget-socials .widget-social-icon-fb {
    color: #2b3f72; }
  .widget-socials .widget-social-icon-tw {
    color: #3686c3; }

/*** Widget Comments ***/
.widget-comments {
  min-height: 420px; }

/*** Widget Media ***/
.widget-media {
  border-radius: 4px;
  border-bottom: 1px solid #f6f9fc;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .widget-media .widget-media-elements {
    float: left;
    margin-right: 20px; }
  .widget-media .widget-media-avatar {
    width: 55px;
    height: 55px;
    display: block; }
  .widget-media .widget-btn-default {
    display: inline-block;
    font-size: 12px;
    color: #96a2b1;
    border: 1px solid #ebf0f6;
    padding: 3px 10px; }
    .widget-media .widget-btn-default .widget-btn-icon {
      line-height: 1.5; }
    .widget-media .widget-btn-default:hover {
      background: #ebf0f6;
      text-decoration: none; }
  .widget-media .widget-btn-red {
    display: inline-block;
    font-size: 12px;
    color: #f36a5a;
    border: 1px solid #ebf0f6;
    padding: 3px 10px; }
    .widget-media .widget-btn-red .widget-btn-icon {
      line-height: 1.5; }
    .widget-media .widget-btn-red:hover {
      color: #fff;
      background: #f36a5a;
      text-decoration: none; }
  .widget-media .widget-btn-blue {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ebf0f6;
    padding: 3px 10px;
    background: #5b9bd1; }
    .widget-media .widget-btn-blue .widget-btn-icon {
      line-height: 1.5; }
    .widget-media .widget-btn-blue:hover {
      color: #5b9bd1;
      background: #fff;
      text-decoration: none; }
  .widget-media .widget-media-body {
    overflow: hidden; }
    .widget-media .widget-media-body .widget-media-body-title {
      font-size: 15px;
      font-weight: 600;
      color: #5b9bd1;
      margin: 0 0 7px; }
    .widget-media .widget-media-body .widget-media-body-subtitle {
      font-size: 13px;
      color: #7e8c9e; }

/*** Widget Blog ***/
.widget-blog {
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  background-position: center center;
  background-size: cover;
  padding-top: 30px; }
  .widget-blog .widget-blog-heading {
    position: relative;
    margin-bottom: 30px; }
    .widget-blog .widget-blog-heading:before {
      position: absolute;
      bottom: -15px;
      left: 50%;
      width: 50px;
      height: 1px;
      border-width: 1px;
      background: #8e9daa;
      margin-left: -25px;
      content: " "; }
  .widget-blog .widget-blog-title {
    font-size: 20px;
    font-weight: 400;
    color: #3e4f5e;
    margin: 0 0 15px; }
    .widget-blog .widget-blog-title a {
      color: #3e4f5e; }
  .widget-blog .widget-blog-subtitle {
    display: block;
    font-size: 13px;
    color: #8e9daa;
    letter-spacing: 3px; }
  .widget-blog .btn-widget-purple {
    display: inline-block;
    font-size: 13px;
    color: #8e9daa;
    border: 1px solid #8e9daa;
    padding: 7px 17px; }
    .widget-blog .btn-widget-purple:hover {
      color: #fff;
      background: #8e9daa;
      text-decoration: none; }

/*** Widget Progress ***/
.widget-progress {
  min-height: 420px; }
  .widget-progress .widget-progress-element {
    border-radius: 4px;
    overflow: hidden;
    padding: 30px 10px; }
  .widget-progress .widget-progress-title {
    display: block;
    color: #fff;
    margin-bottom: 5px; }
  .widget-progress .progress {
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 0; }

/*** Widget Gradient ***/
.widget-map {
  border-radius: 4px;
  min-height: 350px;
  border-radius: 3px; }
  .widget-map .widget-map-mapplic {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .widget-map .widget-map-mapplic .mapplic-container {
      background: #5b9bd1; }
    .widget-map .widget-map-mapplic .mapplic-layer.world > img {
      opacity: .3; }
  .widget-map .widget-map-body {
    background: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 20px;
    overflow: hidden; }
  .widget-map .widget-sparkline-chart {
    width: 25%;
    float: left;
    border-left: 1px solid #e7eff7;
    padding: 0 15px; }
    .widget-map .widget-sparkline-chart:first-child {
      border-left: none; }
    .widget-map .widget-sparkline-chart .widget-sparkline-title {
      display: block;
      font-size: 12px;
      font-weight: 600;
      color: #a1afbb; }

/* Widget Map for max-width 480px */
@media (max-width: 480px) {
  /* 480px */
  .widget-map .widget-sparkline-chart {
    width: 50%;
    border-left: none;
    margin-top: 10px;
    margin-bottom: 10px; } }

/*** Widget Subscribe ***/
.widget-subscribe {
  border-radius: 4px;
  min-height: 250px;
  overflow: hidden;
  padding: 30px; }
  .widget-subscribe .widget-subscribe-no {
    float: left;
    font-size: 67px;
    font-weight: 600;
    line-height: 1;
    color: #9a7caf; }
  .widget-subscribe .widget-subscribe-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 45px; }
  .widget-subscribe .widget-subscribe-subtitle {
    font-size: 15px;
    font-weight: 600; }
  .widget-subscribe .widget-subscribe-subtitle-link {
    color: #cab0dd; }
  .widget-subscribe.widget-subscribe-quote {
    position: relative; }
    .widget-subscribe.widget-subscribe-quote:before {
      position: absolute;
      top: 2px;
      font-size: 70px;
      color: #fff;
      content: "\201C"; }

/* Widget Subscribe for media queries */
@media (max-width: 767px) {
  /* 767px */
  .widget-subscribe.widget-subscribe-border {
    border-top: 1px solid #f5f8fb;
    border-bottom: 1px solid #f5f8fb;
    border-right: none; } }

@media (min-width: 768px) {
  /* 768px */
  .widget-subscribe.widget-subscribe-border {
    border-left: 1px solid #f5f8fb;
    border-right: 1px solid #f5f8fb; } }

@media (min-width: 767px) and (max-width: 991px) {
  /* 767px & 991px */
  .widget-subscribe.widget-subscribe-border {
    border-left: none; }
  .widget-subscribe.widget-subscribe-border-top {
    border-top: 1px solid #f5f8fb; } }

/*--------------------------------------------------
    [Material Design]
----------------------------------------------------*/
.page-md .widget-bg-color-white,
.page-md .widget-map,
.page-md .widget-carousel,
.page-md .widget-progress-element,
.page-md .widget-socials,
.page-md .widget-blog {
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.03); }

.mt-widget-1 {
  border: 1px solid #e7ecf1;
  text-align: center;
  position: relative; }
  .mt-widget-1 .mt-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 7px;
    font-size: 20px; }
    .mt-widget-1 .mt-icon > a > i {
      color: #a1e5e1; }
    .mt-widget-1 .mt-icon > a:hover > i {
      color: #79dad5; }
  .mt-widget-1 .mt-img {
    display: inline-block;
    border-radius: 50% !important;
    border: 4px solid #e7ecf1;
    margin: 40px 0 30px 0; }
    .mt-widget-1 .mt-img > img {
      border: 1px solid transparent;
      border-radius: 50% !important; }
  .mt-widget-1 .mt-body .mt-username {
    text-align: center;
    margin: 5px 10px;
    font-weight: 600;
    font-size: 16px; }
  .mt-widget-1 .mt-body .mt-user-title {
    text-align: center;
    margin: 10px 10px 10px 10px;
    color: #666666;
    font-size: 13px; }
  .mt-widget-1 .mt-body .mt-stats {
    margin: 30px 0px 0px 0px; }
    .mt-widget-1 .mt-body .mt-stats .btn-group {
      border-top: 1px solid #e7ecf1; }
      .mt-widget-1 .mt-body .mt-stats .btn-group .btn {
        padding: 10px 10px;
        font-size: 14px;
        border-right: 1px solid #e7ecf1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .mt-widget-1 .mt-body .mt-stats .btn-group .btn:hover {
          background-color: #e7ecf1; }
        .mt-widget-1 .mt-body .mt-stats .btn-group .btn:last-child {
          border: 0; }
        .mt-widget-1 .mt-body .mt-stats .btn-group .btn > i {
          position: relative;
          top: 3px;
          right: 2px;
          font-size: 16px; }
        .mt-widget-1 .mt-body .mt-stats .btn-group .btn:first-child {
          border-bottom-left-radius: 4px !important; }
        .mt-widget-1 .mt-body .mt-stats .btn-group .btn:last-child {
          border-bottom-right-radius: 4px !important; }

.mt-widget-2 {
  border: 1px solid #e7ecf1;
  position: relative; }
  .mt-widget-2 .mt-head {
    position: absolute;
    width: 100%;
    background-size: 100% 100%; }
    .mt-widget-2 .mt-head .mt-head-label {
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer; }
      .mt-widget-2 .mt-head .mt-head-label > button {
        font-size: 13px;
        border-radius: 2px !important; }
    .mt-widget-2 .mt-head .mt-head-user .mt-head-user-img {
      position: relative;
      float: left;
      margin: 165px 32px 18px 35px; }
      .mt-widget-2 .mt-head .mt-head-user .mt-head-user-img::after {
        content: "";
        position: absolute;
        top: 90%;
        left: 50%;
        margin-left: -15px;
        border-width: 13px;
        border-style: solid;
        border-color: transparent transparent white  transparent; }
      .mt-widget-2 .mt-head .mt-head-user .mt-head-user-img > img {
        width: 65px;
        border-radius: 50% !important; }
    .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info {
      margin: 175px 0 0 -9px;
      color: white;
      display: inline-block; }
      .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-name {
        display: block;
        font-size: 15px; }
      .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time {
        font-size: 13px;
        display: block; }
        .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time > i {
          position: relative;
          top: 1px;
          font-size: 13px; }
  .mt-widget-2 .mt-body {
    padding-top: 160px;
    text-align: center; }
    .mt-widget-2 .mt-body .mt-body-title {
      margin-top: 130px;
      font-weight: 600;
      font-size: 16px; }
    .mt-widget-2 .mt-body .mt-body-description {
      margin-top: 10px;
      display: inline-block;
      color: #666666;
      font-size: 13px;
      padding: 0 10px; }
    .mt-widget-2 .mt-body .mt-body-stats {
      padding: 0; }
      .mt-widget-2 .mt-body .mt-body-stats:before, .mt-widget-2 .mt-body .mt-body-stats:after {
        content: " ";
        display: table; }
      .mt-widget-2 .mt-body .mt-body-stats:after {
        clear: both; }
      .mt-widget-2 .mt-body .mt-body-stats > li {
        margin: 15px;
        list-style: none;
        display: inline-block; }
    .mt-widget-2 .mt-body .mt-body-actions {
      border-top: 1px solid #e7ecf1; }
      .mt-widget-2 .mt-body .mt-body-actions > i {
        font-size: 18px; }
      .mt-widget-2 .mt-body .mt-body-actions .btn {
        font-size: 14px;
        border-right: 1px solid #e7ecf1;
        padding: 12px 0 12px 0;
        text-align: center;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .mt-widget-2 .mt-body .mt-body-actions .btn:last-child {
          border: 0; }

.mt-widget-3 {
  border: 1px solid #e7ecf1; }
  .mt-widget-3.loading {
    border: 3px dashed #e7ecf1;
    opacity: 0.8; }
    .mt-widget-3.loading .mt-head, .mt-widget-3.loading .mt-body-actions-icons {
      opacity: 0.0; }
  .mt-widget-3 .mt-head {
    background-color: #5DC9E6;
    margin-bottom: 20px;
    color: white;
    padding: 15px 0; }
    .mt-widget-3 .mt-head .mt-head-icon {
      font-size: 35px;
      text-align: center;
      padding-top: 20px;
      margin-bottom: 10px; }
    .mt-widget-3 .mt-head .mt-head-desc {
      margin-left: 10px;
      margin-right: 10px;
      text-align: center;
      color: #fff;
      opacity: 0.8 ;
      filter: alpha(opacity=80) ; }
    .mt-widget-3 .mt-head .mt-head-date {
      text-align: center;
      margin-top: 20px;
      display: block;
      color: #f2f2f2; }
    .mt-widget-3 .mt-head .mt-head-button {
      margin: 10px 0;
      text-align: center;
      padding: 20px; }
      .mt-widget-3 .mt-head .mt-head-button > button {
        width: 90px; }
  .mt-widget-3 .mt-body-actions-icons .btn-group {
    margin-bottom: 20px; }
    .mt-widget-3 .mt-body-actions-icons .btn-group .mt-icon {
      display: block;
      position: relative;
      padding: 5px;
      font-size: 15px; }
  .mt-widget-3 .mt-body-actions-icons .btn {
    border-right: 1px solid #e7ecf1;
    font-size: 11px;
    text-align: center;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .mt-widget-3 .mt-body-actions-icons .btn:last-child {
      border-right: 0; }

.mt-widget-4 {
  min-height: 250px;
  color: white;
  background-color: #26C0B8; }
  .mt-widget-4 .mt-img-container {
    position: relative; }
    .mt-widget-4 .mt-img-container > img {
      height: 250px;
      width: 100%; }
  .mt-widget-4 .mt-container {
    width: 150px;
    background-color: #26C0B8;
    min-height: 250px;
    position: absolute;
    right: 15px;
    top: 0; }
    .mt-widget-4 .mt-container .mt-head-title {
      text-align: center;
      margin-top: 20px;
      padding: 10px; }
    .mt-widget-4 .mt-container .mt-body-icons {
      margin-top: 30px;
      text-align: center; }
      .mt-widget-4 .mt-container .mt-body-icons > a {
        color: #e6e6e6;
        display: inline-block;
        padding: 10px;
        font-size: 17px; }
        .mt-widget-4 .mt-container .mt-body-icons > a:hover {
          color: #fff; }
    .mt-widget-4 .mt-container .mt-footer-button {
      margin-top: 30px;
      position: absolute;
      right: 0; }
      .mt-widget-4 .mt-container .mt-footer-button > .btn {
        width: 90px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: none !important; }

/*
 * Custom css for ng-laravel
 */
body {
  font-family: "Open Sans",sans-serif; }

#logo-panel {
  padding: 0 15px; }
  #logo-panel img {
    height: 50px;
    max-width: 175px; }

.border-1 {
  border: 1px solid #CCCCCC; }

.border-free, .stateful-tabs > .tab-content > .tab-pane > .panel {
  border: none;
  box-shadow: none; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.capitalize {
  text-transform: capitalize; }

.text-strikethrough {
  text-decoration: line-through; }

.text-ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.text-italic {
  font-style: italic; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

.table .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  height: 1em; }
  .table .checkbox label {
    vertical-align: top; }

.table th .row-select-column {
  width: 30px; }

.table th .row-id-column {
  width: 60px; }

.table td > a.btn.btn-xs {
  margin-bottom: 5px;
  width: 28px; }

#container {
  background-image: none; }

.btn-group-circle > .btn.btn-circle {
  border-radius: 25px 25px 25px 25px !important;
  padding: 5px 15px;
  width: auto; }

.btn.btn-circle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

.btn.btn-link {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.54);
  padding: 6px 7px; }
  .btn.btn-link:hover {
    outline: none; }

.btn.btn-white {
  color: rgba(0, 0, 0, 0.54);
  background-color: #FFF;
  border: 1px solid #FFF; }
  .btn.btn-white:hover {
    color: #333; }
  .btn.btn-white.btn-outline {
    color: #FFF;
    border: 1px solid #FFF;
    background: transparent; }
    .btn.btn-white.btn-outline:hover {
      color: #333;
      background: #FFF;
      text-decoration: none; }

.bg-default {
  background-color: #777777 !important; }

.hiddenperpage {
  display: none; }

.hiddensearch {
  display: none; }

.resizeable {
  resize: both; }

.resizeable-v {
  resize: vertical; }

.resizeable-h {
  resize: horizontal; }

.fa-xl {
  font-size: 1.5em; }

.pac-container {
  z-index: 1050; }

.width-33 {
  width: 33% !important; }

input.no-numeric-arrows::-webkit-outer-spin-button,
input.no-numeric-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.ui-autocomplete-input, .uneditable-input, .selectize-input, input[type=text], input[type=email], input[type=tel], input[type=search], input[type=url], input[type=password], textarea {
  border: 1px solid #9E9E9E; }

div.material-table .hiddensearch {
  padding: 0 14px 0 24px;
  border-bottom: solid 1px #DDDDDD;
  display: none; }

div.material-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 48px;
  color: rgba(0, 0, 0, 0.84); }

.yep-card {
  min-height: 600px; }
  .yep-card .card-head {
    border-bottom: none; }
    .yep-card .card-head .head-title {
      font-size: 18px; }
  .yep-card .table.table-striped thead > tr > th {
    border-bottom: none; }
  .yep-card .search-tr {
    display: table-row; }
    .yep-card .search-tr td {
      padding: 0;
      border: none; }
      .yep-card .search-tr td > div.col-md-12 {
        padding: 0; }
        .yep-card .search-tr td > div.col-md-12 .input-group input {
          outline: none; }

.flag {
  margin-top: -4px; }

.navbar-nav > li > a .label {
  border-radius: 15px; }

/** Sidebar **/
ul#menu-list li.open a > b.arrow.fa-angle-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#sidebar .ui-sortable > li.list-group-item {
  padding-left: 0 !important; }
  #sidebar .ui-sortable > li.list-group-item .evaluation-list-source {
    padding: 0 6px; }
    #sidebar .ui-sortable > li.list-group-item .evaluation-list-source i {
      padding: 1px 15px 5px;
      position: initial;
      left: auto;
      color: #C7C7C7; }
    #sidebar .ui-sortable > li.list-group-item .evaluation-list-source .label.label-white {
      background-color: #C7C7C7; }
  #sidebar .ui-sortable > li.list-group-item .evaluation-list-details > a {
    display: block; }

#sidebar.menu-hide #menu-list > li .badge {
  display: none; }

#sidebar.menu-hide .ui-sortable > li.list-group-item {
  padding: 10px 8px; }
  #sidebar.menu-hide .ui-sortable > li.list-group-item .evaluation-list-source i {
    padding: 1px 5px 5px; }
  #sidebar.menu-hide .ui-sortable > li.list-group-item .evaluation-list-source span.label {
    display: none; }
  #sidebar.menu-hide .ui-sortable > li.list-group-item .evaluation-list-details, #sidebar.menu-hide .ui-sortable > li.list-group-item .candidate-list-details {
    display: none; }
  #sidebar.menu-hide .ui-sortable > li.list-group-item .avatar-contact {
    padding: 1px 0px 5px; }

#sidebar.menu-hide #menu-candidate-search-form, #sidebar.menu-hide #menu-evaluation-search-form {
  display: none; }

#sidebar.menu-hide .search-menu-form {
  display: block;
  height: 30px; }
  #sidebar.menu-hide .search-menu-form > div > a {
    right: 15px; }

.evaluation-stats-form .table.table-fixed > tbody > tr > td:first-child {
  width: 95px; }

.panel-clean {
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.panel-grey > .panel-heading {
  background-color: #f9f9f9; }

.panel-flat > .panel-flat-comment {
  border-top: 0;
  padding: 0; }
  .panel-flat > .panel-flat-comment > .panel-flat-textarea {
    padding-bottom: 10px; }

.panel-flat .profile-image {
  width: 50px;
  max-width: 50px;
  border: none;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.comment-update .profile-image {
  width: 75px; }

.comment-thread, .history-log {
  box-shadow: none; }
  .comment-thread .panel-flat > .panel-body, .history-log .panel-flat > .panel-body {
    max-height: 942px;
    overflow-y: auto;
    overflow-x: hidden; }
  .comment-thread .panel-flat > .panel-footer, .history-log .panel-flat > .panel-footer {
    padding: 10px 0; }
    .comment-thread .panel-flat > .panel-footer > .input-placeholder, .history-log .panel-flat > .panel-footer > .input-placeholder {
      margin-left: 60px; }

.modal-dialog .comment-thread, .modal-dialog .history-log {
  border: none; }
  .modal-dialog .comment-thread .panel-heading, .modal-dialog .history-log .panel-heading {
    padding: 10px 0; }
    .modal-dialog .comment-thread .panel-heading .panel-title, .modal-dialog .history-log .panel-heading .panel-title {
      margin: 0;
      line-height: 1.2;
      font-size: 18px;
      font-weight: 500;
      font-family: inherit; }
      .modal-dialog .comment-thread .panel-heading .panel-title > i, .modal-dialog .history-log .panel-heading .panel-title > i {
        display: none; }
  .modal-dialog .comment-thread .panel-flat > .panel-body, .modal-dialog .history-log .panel-flat > .panel-body {
    padding: 5px 0; }
  .modal-dialog .comment-thread .panel-flat > .panel-footer, .modal-dialog .history-log .panel-flat > .panel-footer {
    padding: 5px 0 !important; }
  .modal-dialog .comment-thread .panel-flat > .panel-flat-comment, .modal-dialog .history-log .panel-flat > .panel-flat-comment {
    background: none; }

.supportdocument .tab-content .document-comments .comment-thread, .supportdocument .tab-content .document-comments .history-log, .supportdocument .tab-content .document-history .comment-thread, .supportdocument .tab-content .document-history .history-log {
  border-top: none; }
  .supportdocument .tab-content .document-comments .comment-thread .panel-heading h4.panel-title, .supportdocument .tab-content .document-comments .history-log .panel-heading h4.panel-title, .supportdocument .tab-content .document-history .comment-thread .panel-heading h4.panel-title, .supportdocument .tab-content .document-history .history-log .panel-heading h4.panel-title {
    color: transparent; }
    .supportdocument .tab-content .document-comments .comment-thread .panel-heading h4.panel-title a, .supportdocument .tab-content .document-comments .history-log .panel-heading h4.panel-title a, .supportdocument .tab-content .document-history .comment-thread .panel-heading h4.panel-title a, .supportdocument .tab-content .document-history .history-log .panel-heading h4.panel-title a {
      color: initial; }

.supportdocument .document-details dl.dl-horizontal dt {
  width: 75px;
  font-weight: bold; }

.supportdocument .document-details dl.dl-horizontal dd {
  margin-left: 95px; }

.margin-right-33 {
  margin-right: 33.333%; }

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

.padding-top-15 {
  padding-top: 15px; }

.padding-top-20 {
  padding-top: 20px; }

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

.bg-white-height-700 {
  min-height: 700px;
  background-color: #FFFFFF; }

.vertical-top {
  vertical-align: top; }

.label.label-sm {
  padding: .1em 0.3em 0.2em; }

.label.status-label {
  font-size: 0.9em;
  vertical-align: bottom;
  line-height: 32px; }

.label.label-white {
  color: #333;
  background-color: #FFFFFF; }

.alert-urgent {
  border-color: #a90329;
  color: #FFF;
  background: #FFF; }

.urgent {
  color: #a90329; }

.label-urgent {
  background-color: #a90329;
  color: #FFF; }

/********* Form stuff ********/
fieldset {
  min-width: 100%;
  margin: auto; }

.checkbox label:after {
  width: 14px; }

.checkbox-columns .checkbox {
  overflow: hidden; }

.md-editor textarea.form-control {
  padding: 6px 12px !important; }

.md-editor .md-preview {
  padding: 6px 12px; }

.fade-in-choices .form-group {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.form-group .label-group {
  padding-top: 5px; }
  .form-group .label-group .label {
    margin-right: 5px;
    font-size: 0.9em; }

.form-group .form-control.ui-autocomplete-input, .form-group .form-control.uneditable-input, .form-group input.form-control[type=text], .form-group input.form-control[type=email], .form-group input.form-control[type=tel], .form-group input.form-control[type=search], .form-group input.form-control[type=url], .form-group input.form-control[type=password], .form-group textarea.form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: initial; }

/** UI Grid **/
.ui-grid-top-panel {
  background: none; }

.ui-grid-cell {
  padding: 6px 10px; }

.ui-grid-scrollbar-placeholder {
  background-color: transparent; }

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #ffffff; }

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #dddddd; }

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #ffffff; }

.ui-grid {
  color: #333; }

.ui-grid-header {
  border-bottom-width: 2px; }

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
  border: none; }

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ddd; }

.ui-grid-cell-focus {
  background-color: initial; }

/** transcript filter **/
.filter-buttons .btn.btn-outline {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-align: left;
  min-width: 90px;
  width: calc((100% / 4) - 8px); }
  .filter-buttons .btn.btn-outline .educational-level-title {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    line-height: 0.8em; }
    .filter-buttons .btn.btn-outline .educational-level-title.visible-xs {
      margin: 2px 0;
      float: left;
      line-height: 1em; }

.filter-buttons .btn .badge.btn-badge {
  opacity: 1;
  border-radius: 50%;
  margin-left: 5px;
  float: right;
  margin-top: 2px; }

.filter-buttons .btn .badge-inverse {
  color: #FFFFFF !important; }

.filter-buttons .btn .badge.btn-badge.badge-info.badge-inverse {
  background-color: #5BC0DE !important; }

.filter-buttons .btn .badge.btn-badge.badge-blue.badge-inverse {
  background-color: #333 !important; }

.filter-buttons .btn.active .badge.btn-badge.badge-inverse, .filter-buttons .btn:hover .badge.btn-badge.badge-inverse, .filter-buttons .btn:focus .badge.btn-badge.badge-inverse, .filter-buttons .btn.disabled .badge.btn-badge.badge-inverse, .filter-buttons .btn[disabled] .badge.btn-badge.badge-inverse {
  opacity: 1;
  border-radius: 50%;
  background-color: #FFFFFF !important; }

.filter-buttons .btn.active .badge.btn-badge.badge-info.badge-inverse, .filter-buttons .btn:hover .badge.btn-badge.badge-info.badge-inverse, .filter-buttons .btn:focus .badge.btn-badge.badge-info.badge-inverse, .filter-buttons .btn.disabled .badge.btn-badge.badge-info.badge-inverse, .filter-buttons .btn[disabled] .badge.btn-badge.badge-info.badge-inverse {
  color: #5BC0DE !important; }

.filter-buttons .btn.active .badge.btn-badge.badge-blue.badge-inverse, .filter-buttons .btn:hover .badge.btn-badge.badge-blue.badge-inverse, .filter-buttons .btn:focus .badge.btn-badge.badge-blue.badge-inverse, .filter-buttons .btn.disabled .badge.btn-badge.badge-blue.badge-inverse, .filter-buttons .btn[disabled] .badge.btn-badge.badge-blue.badge-inverse {
  color: #333 !important; }

.filter-buttons .btn.active, .filter-buttons .btn.disabled, .filter-buttons .btn[disabled] {
  color: #FFFFFF; }
  .filter-buttons .btn.active .badge.btn-badge.badge-inverse, .filter-buttons .btn.disabled .badge.btn-badge.badge-inverse, .filter-buttons .btn[disabled] .badge.btn-badge.badge-inverse {
    opacity: 1;
    border-radius: 50%;
    background-color: #FFFFFF !important; }
  .filter-buttons .btn.active .badge.btn-badge.badge-info.badge-inverse, .filter-buttons .btn.disabled .badge.btn-badge.badge-info.badge-inverse, .filter-buttons .btn[disabled] .badge.btn-badge.badge-info.badge-inverse {
    color: #5BC0DE !important;
    background-color: #FFFFFF !important; }
  .filter-buttons .btn.active .badge.btn-badge.badge-blue.badge-inverse, .filter-buttons .btn.disabled .badge.btn-badge.badge-blue.badge-inverse, .filter-buttons .btn[disabled] .badge.btn-badge.badge-blue.badge-inverse {
    color: #333 !important;
    background-color: #FFFFFF !important; }

.transcriptgroup-list .select2-container {
  height: 28px; }
  .transcriptgroup-list .select2-container .select2-choice {
    height: 28px;
    line-height: 28px; }

.transcriptgroup-list .transcript-item input[type=checkbox] {
  margin-top: 0;
  line-height: 28px; }

.transcriptgroup-list > li:focus, .transcriptgroup-list > li:hover {
  background: #f5f5f5 !important; }

.transcriptgroup-outline-level > .transcriptgroup-outline-item > .transcriptgroup-outline-control {
  display: none;
  font-size: 1em; }

.transcriptgroup-outline-level > .transcriptgroup-outline-item:hover .transcriptgroup-outline-control {
  display: initial; }

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 40px; }
  .angular-ui-tree-nodes .angular-ui-tree-nodes.transcript-items {
    padding-left: 0px; }

#custom-field-tree.angular-ui-tree,
.angular-ui-tree-drag,
#transcriptgroup-tree.dd {
  max-width: none;
  margin-bottom: 10px; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node:hover, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node:hover,
  .angular-ui-tree-drag .angular-ui-tree-node .tree-node:hover,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node:hover,
  #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node:hover,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node:hover {
    background-color: #efefef; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node:hover > .tree-handle.transcript-item-handle, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node:hover > .tree-handle.transcript-item-handle,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node:hover > .tree-handle.transcript-item-handle,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node:hover > .tree-handle.transcript-item-handle,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node:hover > .tree-handle.transcript-item-handle,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node:hover > .tree-handle.transcript-item-handle {
      visibility: visible; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node .tree-handle.dd-handle.dd3-handle, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node .tree-handle.dd-handle.dd3-handle,
  .angular-ui-tree-drag .angular-ui-tree-node .tree-node .tree-handle.dd-handle.dd3-handle,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node .tree-handle.dd-handle.dd3-handle,
  #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node .tree-handle.dd-handle.dd3-handle,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node .tree-handle.dd-handle.dd3-handle {
    padding: 5px 0;
    text-align: center;
    overflow: visible;
    text-indent: 0; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node .tree-handle.dd-handle.dd3-handle > span, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node .tree-handle.dd-handle.dd3-handle > span,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node .tree-handle.dd-handle.dd3-handle > span,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node .tree-handle.dd-handle.dd3-handle > span,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node .tree-handle.dd-handle.dd3-handle > span,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node .tree-handle.dd-handle.dd3-handle > span {
      color: #FFFFFF;
      font-weight: bold; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .transcript-list-header, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .transcript-list-header,
  .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .transcript-list-header,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .transcript-list-header,
  #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .transcript-list-header,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .transcript-list-header {
    display: block;
    position: relative;
    padding-left: 65px;
    font-size: 1.1em;
    font-weight: bold; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content, #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
  .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
  .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
  #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
  #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle {
    min-height: 30px; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content.transcriptgroup-details-collapsed, #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle.transcriptgroup-details-collapsed, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content.transcriptgroup-details-collapsed, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle.transcriptgroup-details-collapsed,
  .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content.transcriptgroup-details-collapsed,
  .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle.transcriptgroup-details-collapsed,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content.transcriptgroup-details-collapsed,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle.transcriptgroup-details-collapsed,
  #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content.transcriptgroup-details-collapsed,
  #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle.transcriptgroup-details-collapsed,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content.transcriptgroup-details-collapsed,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle.transcriptgroup-details-collapsed {
    min-height: 20px; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes,
  .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes,
  #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes {
    margin-bottom: 20px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .tree-handle.dd3-handle:before, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .tree-handle.dd3-handle:before,
    .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .tree-handle.dd3-handle:before,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .tree-handle.dd3-handle:before,
    #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .tree-handle.dd3-handle:before,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .tree-handle.dd3-handle:before {
      display: none; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content,
    .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content,
    #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content {
      padding: 0 10px 6px 40px;
      margin: 2px 0;
      background: #fff;
      border: none; }
      #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .bars > .dropdown > .dropdown-toggle, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .bars > .dropdown > .dropdown-toggle,
      .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .bars > .dropdown > .dropdown-toggle,
      .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .bars > .dropdown > .dropdown-toggle,
      #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .bars > .dropdown > .dropdown-toggle,
      #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .bars > .dropdown > .dropdown-toggle {
        margin: 0; }
      #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox,
      .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox,
      .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox,
      #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox,
      #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox {
        margin-top: 7px; }
        #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox label, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox label,
        .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox label,
        .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox label,
        #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox label,
        #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > ol.angular-ui-tree-nodes .dd3-content .checkbox label {
          line-height: 16px; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content,
  .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content,
  #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content {
    height: 30px;
    padding: 0 7px 6px 40px;
    background-color: transparent;
    border: none;
    margin: 2px 0; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a, #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a:hover, #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a:focus, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a:hover, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a:focus,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a:hover,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a:focus,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a:hover,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a:focus,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a:hover,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_institution a:focus,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a:hover,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_institution a:focus {
      color: initial; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .bars .btn-xs, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars .btn-xs,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .bars .btn-xs,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars .btn-xs,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .bars .btn-xs,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars .btn-xs {
      font-size: 15px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-field, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-field,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-field,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-field,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-field,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-field {
      margin-bottom: 5px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level {
      text-align: right; }
      #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level .label, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level .label,
      .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level .label,
      .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level .label,
      #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level .label,
      #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level .label {
        border: 1px solid;
        background-color: transparent !important;
        color: #777777;
        text-transform: capitalize; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content span.tg-field.ng-binding, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content span.tg-field.ng-binding,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content span.tg-field.ng-binding,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content span.tg-field.ng-binding,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content span.tg-field.ng-binding,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content span.tg-field.ng-binding {
      line-height: 35px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .btn.focus, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .btn.focus,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .btn.focus,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .btn.focus,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .btn.focus,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .btn.focus {
      outline: 1px solid #2ea8e5; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .bars > .btn, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .btn,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .bars > .btn,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .btn,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .bars > .btn,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .btn {
      padding-left: 12px;
      min-width: 40px;
      min-height: 32px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > .dropdown-toggle, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > .dropdown-toggle,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > .dropdown-toggle,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > .dropdown-toggle,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > .dropdown-toggle,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > .dropdown-toggle {
      padding-left: 12px;
      min-width: 40px;
      min-height: 32px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > .dropdown-menu, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > .dropdown-menu,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > .dropdown-menu,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > .dropdown-menu,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > .dropdown-menu,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > .dropdown-menu {
      right: -6px;
      margin: 12px 0 0; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .select2-container .select2-choice, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .select2-container .select2-choice,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .select2-container .select2-choice,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .select2-container .select2-choice,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .select2-container .select2-choice,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .select2-container .select2-choice {
      line-height: 26px;
      height: 30px; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content:hover, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content:hover,
  .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content:hover,
  .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content:hover,
  #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content:hover,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content:hover {
    color: initial; }
  #custom-field-tree.angular-ui-tree .angular-ui-tree-empty,
  .angular-ui-tree-drag .angular-ui-tree-empty,
  #transcriptgroup-tree.dd .angular-ui-tree-empty {
    min-height: 0;
    border: none; }
  #custom-field-tree.angular-ui-tree .dd3-handle:before,
  .angular-ui-tree-drag .dd3-handle:before,
  #transcriptgroup-tree.dd .dd3-handle:before {
    content: '';
    color: #ffffff;
    font-size: 16px;
    top: 0; }

.angular-ui-tree-drag .angular-ui-tree-node .tree-handle.dd3-handle > .transcript-order, .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-handle.dd3-handle > .transcript-order {
  visibility: hidden; }

.angular-ui-tree-drag .angular-ui-tree-node .tree-handle.dd3-handle:before, .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-handle.dd3-handle:before {
  display: inherit; }
  .angular-ui-tree-drag .angular-ui-tree-node .tree-handle.dd3-handle:before > .transcript-order, .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-handle.dd3-handle:before > .transcript-order {
    display: none; }

/** Markdown editor **/
.md-editor .md-preview {
  font-size: 1.2em; }

/** Research reference form */
.reference-resolution .form-horizontal button.btn {
  display: inline-block;
  margin-top: -5px; }

.reference-resolution .form-horizontal input.form-control {
  width: calc(100% - 75px);
  display: inline-block; }

.markdown {
  font-family: Helvetica,Arial,sans-serif; }
  .markdown blockquote {
    font-size: 1.1em; }
  .markdown table {
    border: 1px solid #ddd;
    width: 50%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px; }
    .markdown table td, .markdown table th {
      padding: 5px 10px;
      line-height: 1.42857143;
      vertical-align: middle;
      box-sizing: border-box;
      border: 1px solid #ddd; }
      .markdown table td:first-child, .markdown table th:first-child {
        text-align: center; }
      .markdown table td > p, .markdown table th > p {
        margin: 0; }
    .markdown table > thead > tr > th:first-child {
      border-top: 0; }
    .markdown table > tbody > tr:nth-of-type(odd) {
      background-color: #f9f9f9; }

/** Bootstrap Table **/
.bootstrap-table .bootstrap-table-custom-toolbar .filter-control-toggle {
  margin-top: -2px;
  border-left: none; }

.bootstrap-table .columns ul.dropdown-menu {
  width: 200px; }

.bootstrap-table .fixed-table-container thead th:first-child,
.bootstrap-table .fixed-table-container thead th:last-child {
  border-radius: 0; }

.bootstrap-table .table {
  border-radius: 0;
  border: none; }
  .bootstrap-table .table thead > tr > th {
    vertical-align: top;
    border-color: transparent; }

/** Bootstrap TagsInput **/
.bootstrap-tagsinput input {
  border: none; }

/******** Nav alerts *************/
.yep-notify.dropdown-menu {
  padding-top: 0;
  background-color: #f3f3f3; }
  .yep-notify.dropdown-menu > li .yep-notify-content {
    background: #FFFFFF;
    margin-bottom: 10px; }
    .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body a {
      font-weight: 300;
      line-height: 20px;
      white-space: normal;
      font-size: 13px; }
    .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress .progress-title {
      float: left; }
      .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress .progress-title a, .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress .progress-title a:hover {
        font-weight: 500;
        color: #333333; }
      .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress .progress-title a:hover {
        text-decoration: underline; }
    .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress .progress-top {
      float: right;
      opacity: .6;
      font-size: .9em; }
    .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress .progress.progress-xs {
      height: 10px;
      border-radius: 0;
      margin-top: 5px; }
    .yep-notify.dropdown-menu > li .yep-notify-content .notify-content-body .task-progress:hover .progress-bottom {
      display: block; }
  .yep-notify.dropdown-menu li.external {
    background-color: transparent;
    margin: 0px;
    padding: 12px 0px;
    height: 40px; }
    .yep-notify.dropdown-menu li.external > h3 {
      margin: 0;
      padding: 0;
      float: left;
      font-size: 13px;
      display: inline-block; }
    .yep-notify.dropdown-menu li.external > a {
      display: inline-block;
      padding: 0;
      background: 0 0;
      clear: inherit;
      font-size: 13px;
      font-weight: 300;
      position: absolute;
      right: 10px;
      border: 0;
      margin-top: -1px; }
  .yep-notify.dropdown-menu li a.time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px; }

/******* uiboostrap tooltip ******/
.tooltip-inner {
  max-width: 200px;
  height: auto;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  line-break: normal;
  overflow: hidden; }

/******* General search *********/
.advancedSearchBox {
  border-radius: 0; }

.navbar-form > .form-group input.form-control.search-header {
  padding: 6px 24px 6px 12px;
  margin-right: 0; }

.nav-search-results-wrapper {
  max-height: 600px;
  overflow-y: auto;
  background: #FFF;
  padding: 0 10px;
  border-color: #d2d2d2;
  box-shadow: 0 1px 0 #cfcfcf;
  border-radius: 0px;
  width: 350px; }
  .nav-search-results-wrapper .search-type-title {
    color: #777;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.2em;
    padding-bottom: 5px; }
  .nav-search-results-wrapper .search-type {
    margin: 10px 0 20px; }
    .nav-search-results-wrapper .search-type .search-result {
      margin-bottom: 20px; }
      .nav-search-results-wrapper .search-type .search-result .media .media-object {
        width: 40px;
        height: 40px; }
      .nav-search-results-wrapper .search-type .search-result .media .media-body .media-heading {
        margin-bottom: 0; }
      .nav-search-results-wrapper .search-type .search-result .media .media-body .subject {
        font-size: .8em;
        margin-bottom: 0; }
    .nav-search-results-wrapper .search-type .search-result.active a {
      color: #23527c;
      text-decoration: none; }

.input-icon-right {
  display: block;
  position: relative; }
  .input-icon-right > .form-control {
    padding-right: 25px;
    padding-left: 6px; }
  .input-icon-right > [class*="fa-"], .input-icon-right > [class*="clip-"] {
    bottom: 0;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    right: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2; }

#avatar-form #avatar-dropzone {
  display: inline-block; }

#avatar-form #avatar-dropzone-note {
  width: calc(95% - 130px);
  display: inline-block; }

.yep-profile .profile-info img.country-flag {
  height: 1em;
  vertical-align: middle;
  margin-top: -4px; }

.yep-profile .profile-address i.fa.fa-map-marker {
  vertical-align: top; }

.yep-profile .profile-tile-wrapper {
  width: 100%;
  padding: 0 15px 15px; }
  .yep-profile .profile-tile-wrapper .tiles {
    margin-right: 0; }
    .yep-profile .profile-tile-wrapper .tiles .tile {
      width: calc((100% - 30px) / 3);
      float: left;
      margin: 0 15px 10px; }
    .yep-profile .profile-tile-wrapper .tiles .tile:first-child, .yep-profile .profile-tile-wrapper .tiles .tile:last-child {
      margin: 0 0 10px; }

.ui-select-multiple input.ui-select-search {
  width: calc(100% - 8px) !important;
  cursor: pointer; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  border-color: #007FE4;
  border: 1px solid #00BCD4;
  border-radius: 0;
  background: #5BC0DE;
  color: #fff; }
  .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .close {
    line-height: 0.9; }

.ui-select-multiple.ui-select-bootstrap .ui-select-choices .ui-select-choices-row.active, .ui-select-multiple.ui-select-bootstrap .ui-select-choices .ui-select-choices-row:hover {
  background: #5BC0DE;
  color: #fff; }

.ui-select-choices-row img.img-responsive,
.ui-select-match-item img.img-responsive,
.user-profile-link img.img-responsive {
  width: 25px;
  display: inline;
  margin-right: 5px; }

.ui-select-choices-row span.profile-info,
.ui-select-match-item span.profile-info,
.user-profile-link span.profile-info {
  display: inline; }

.teams-table .table > tbody > tr > td {
  vertical-align: top; }

.properties-table tbody tr > td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
  width: 174px; }

.properties-table tbody tr:first-child > td {
  border-top: none; }

.dropzone.dz-horizontal.dz-single {
  width: 100%; }
  .dropzone.dz-horizontal.dz-single .dz-preview {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    width: inherit; }
    .dropzone.dz-horizontal.dz-single .dz-preview .dz-image {
      height: 100%;
      width: 100%; }

.gallery-fancy img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px; }

.gallery-fancy img:hover {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */ }

.nav-pills > li > a {
  color: #a9a9a9; }

.nav-pills > li > a:hover {
  color: #a9a9a9;
  background: #eee; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #ccc;
  color: #fff; }

.tabbable .panel-heading {
  padding-bottom: 14px; }
  .tabbable .panel-heading .panel-heading-nav-line {
    height: 39px; }
    .tabbable .panel-heading .panel-heading-nav-line > .caption {
      padding: 15px 0; }
      .tabbable .panel-heading .panel-heading-nav-line > .caption > .caption-subject {
        font-size: 16px; }
    .tabbable .panel-heading .panel-heading-nav-line > .nav-tabs.nav-line {
      border-bottom: none; }
      .tabbable .panel-heading .panel-heading-nav-line > .nav-tabs.nav-line a, .tabbable .panel-heading .panel-heading-nav-line > .nav-tabs.nav-line a:hover, .tabbable .panel-heading .panel-heading-nav-line > .nav-tabs.nav-line a:focus {
        text-shadow: none;
        color: initial;
        font-weight: initial;
        padding: 15px; }

.tabbable .tab-content > .address.active, .tabbable .pill-content > .address.active {
  display: inline-block; }

.fixed-height-panel-content {
  height: 504px;
  overflow-y: auto; }

#institution-account .tabbable.tabs-left > .tab-content > .active {
  display: block;
  width: 88%;
  float: left; }
  #institution-account .tabbable.tabs-left > .tab-content > .active form {
    width: 75%; }

.stateful-tabs.tabbable.tab-line {
  margin-top: 20px; }
  .stateful-tabs.tabbable.tab-line .caption .caption-subject {
    line-height: 42px;
    float: left;
    display: inline-block; }
  .stateful-tabs.tabbable.tab-line > .nav.nav-tabs > li {
    float: right !important; }
  .stateful-tabs.tabbable.tab-line > .tab-content {
    padding: 10px 0px; }
    .stateful-tabs.tabbable.tab-line > .tab-content > .panel.panel-default .panel-header {
      background-color: #ddd;
      border-bottom-color: #ddd; }
  .stateful-tabs.tabbable.tab-line .candidate-views .nav-tabs li li i {
    visibility: visible; }

.main {
  min-height: 1100px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.translate-cloak {
  display: none !important; }

/*
 * Preloader
 */
.preloader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
  height: 100%; }
  .preloader span {
    position: fixed;
    font-weight: bold;
    left: 50%;
    border: 1px solid #f0c36d;
    background-color: #f9edbe;
    padding: 0 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

/*
 * Angular Drag & Drop
 */
.dnd-list .content {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white; }

.dnd-list .box {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
  margin-bottom: 20px; }

.dnd-list .box > h3 {
  color: #333;
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-repeat: repeat-x;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0; }

.dnd-list .box-padding {
  padding: 15px; }

.dnd-list .box-padding > h3 {
  margin: -15px;
  margin-bottom: 15px; }

.dnd-list .box-grey {
  border-color: #ddd; }

.dnd-list .box-grey > h3 {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%); }

.dnd-list .box-blue {
  border-color: #bce8f1; }

.dnd-list .box-blue > h3 {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%); }

.dnd-list .box-yellow {
  border-color: #faebcc; }

.dnd-list .box-yellow > h3 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%); }

/***************************** Required styles *****************************/
/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.dnd-list ul[dnd-list],
.dnd-list ul[dnd-list] > li {
  position: relative; }

/***************************** Dropzone Styling *****************************/
/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.dnd-list .dropzone div[dnd-list] {
  min-height: 42px;
  margin: 0px;
  padding-left: 0px; }

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.dnd-list .dropzone li {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  padding: 0px; }

/**
 * Reduce opacity of elements during the drag operation. This allows the user
 * to see where he is dropping his element, even if the element is huge. The
 * .dndDragging class is automatically set during the drag operation.
 */
.dnd-list .dropzone .dndDragging {
  opacity: 0.7; }

/**
 * The dndDraggingSource class will be applied to the source element of a drag
 * operation. It makes sense to hide it to give the user the feeling that he's
 * actually moving it. Note that the source element has also .dndDragging class.
 */
.dnd-list .dropzone .dndDraggingSource {
  display: none; }

/**
 * An element with .dndPlaceholder class will be added as child of the dnd-list
 * while the user is dragging over it.
 */
.dnd-list .dropzone .dndPlaceholder {
  background-color: #ddd;
  min-height: 42px;
  display: block;
  position: relative; }

/***************************** Element Selection *****************************/
.dnd-list .dropzone .selected .item {
  color: #3c763d;
  background-color: #dff0d8; }

.dnd-list .dropzone .selected .box {
  border-color: #d6e9c6; }

.dnd-list .dropzone .selected .box > h3 {
  color: #3c763d;
  background-color: #dff0d8;
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  border-color: #d6e9c6; }

/***************************** Element type specific styles *****************************/
.dnd-list .dropzone .items {
  padding: 10px 15px; }

.dnd-list .dropzone .container-element {
  margin: 10px; }

.dnd-list .dropzone .container-element .column {
  float: left;
  width: 50%; }

/***************************** Toolbox *****************************/
.dnd-list .toolbox ul {
  list-style: none;
  padding-left: 0px;
  cursor: move; }

.dnd-list .toolbox button {
  margin: 5px;
  width: 123px;
  opacity: 1.0; }

.dnd-list .toolbox .dndDragging {
  opacity: 0.5; }

.dnd-list .toolbox .dndDraggingSource {
  opacity: 1.0; }

/***************************** Trashcan *****************************/
.dnd-list .trashcan ul {
  list-style: none;
  padding-left: 0px; }

.dnd-list .trashcan img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

.dnd-list .trashcan .dndDragover img {
  width: 100%;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none; }

.dnd-list .trashcan .dndPlaceholder {
  display: none; }

/*
 * ngAvatar
 */
.avatar-contact .avatar-wrapper {
  padding-top: 4px;
  width: 30px;
  height: 34px !important; }
  .avatar-contact .avatar-wrapper .avatar-picture {
    border: none; }

/*
 * Password strength meter
 */
.pw-strength.progress {
  border-radius: 0;
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  /* .danger */
  /* .warning */
  /* success */ }
  .pw-strength.progress .progress-bar.pw-level0, .pw-strength.progress .progress-bar.pw-level1, .pw-strength.progress .progress-bar.pw-level2, .pw-strength.progress .progress-bar.pw-level3 {
    background-color: #E27E7B !important; }
  .pw-strength.progress .progress-bar.pw-level4, .pw-strength.progress .progress-bar.pw-level5, .pw-strength.progress .progress-bar.pw-level6, .pw-strength.progress .progress-bar.pw-level7 {
    background-color: #F3C079 !important; }
  .pw-strength.progress .progress-bar.pw-level8, .pw-strength.progress .progress-bar.pw-level9, .pw-strength.progress .progress-bar.pw-level10 {
    background-color: #5CB85C !important; }

/*
 * List Responsive table
 */
.yep-list ul:nth-child(odd) {
  background-color: #F9F9F9; }

.yep-list ul:nth-child(even) {
  background-color: #fff; }

.yep-list .form-control {
  padding: 6px 6px;
  display: inline-block; }

/*
 * Wizard Form
 */
#order-form.wizardstep > .steps > ul > li {
  width: calc(100% / 6); }

#order-form .checkout-line-items > hr {
  border-top-color: #333;
  margin-top: 5px; }

/*
 * Swal list formatting
 */
.swal2-content ul {
  margin-left: 0;
  padding-left: 0;
  padding-inline-start: 0; }
  .swal2-content ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }

/*
 * UI Notifications
 */
.ui-notification {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  min-height: 53px; }
  .ui-notification h3 {
    text-align: center; }
  .ui-notification .message {
    text-align: center;
    margin: 15px; }
    .ui-notification .message > ul > li {
      padding-left: 0;
      margin-left: 0;
      list-style: none; }

.ui-notification.success h3,
.ui-notification.error h3,
.ui-notification.info h3 {
  display: none; }

.ui-notification.messaging {
  width: initial;
  opacity: .9;
  left: initial;
  top: initial;
  -webkit-box-shadow: -1px 1px 2px #232b2e;
  -moz-box-shadow: -1px 1px 2px #232b2e;
  box-shadow: -1px 1px 2px #232b2e;
  padding-left: 10px;
  padding-right: 10px; }
  .ui-notification.messaging > .ui-notification-icon {
    padding-top: 10px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block; }
    .ui-notification.messaging > .ui-notification-icon i.fa {
      line-height: 1em; }
  .ui-notification.messaging > .panel {
    width: 250px;
    display: inline-block;
    background: transparent; }
    .ui-notification.messaging > .panel .panel-heading {
      color: #FFFFFF;
      border-bottom: none; }
    .ui-notification.messaging > .panel .panel-body {
      padding-top: 0;
      padding-bottom: 0;
      color: #FFFFFF; }

.ui-notification.messaging:hover {
  opacity: 1; }

.ui-notification.messaging.info {
  background: #37474f; }

/** Dashboard **/
.mt-actions .mt-action {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f7f8f9; }

.mt-actions .mt-action .mt-action-img {
  width: 40px;
  float: left; }
  .mt-actions .mt-action .mt-action-img > img {
    border-radius: 50% !important;
    margin-bottom: 2px; }

.mt-actions .mt-action .mt-action-body {
  padding-left: 15px;
  position: relative;
  overflow: hidden; }
  .mt-actions .mt-action .mt-action-body .mt-action-row {
    display: table;
    width: 100%; }
    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info {
      display: table-cell;
      vertical-align: top; }
      .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon {
        display: table-cell;
        padding: 0px 20px 6px 6px; }
        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon > i {
          display: inline-block;
          position: relative;
          top: 10px;
          font-size: 25px;
          min-width: 35px;
          text-align: center;
          color: #78E0E8; }
      .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details {
        display: table-cell;
        vertical-align: top; }
        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-author {
          color: #060606;
          font-weight: 600; }
        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-desc {
          margin-bottom: 0;
          color: #999b9b; }
    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
      vertical-align: top;
      display: table-cell;
      width: 150px;
      white-space: nowrap;
      color: #A6A8A8; }
      .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime .mt-action-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50% !important;
        margin-left: 5px;
        margin-right: 5px; }
        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime .mt-action-dot.bg-danger {
          background-color: #E27E7B !important; }
    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
      vertical-align: top;
      display: table-cell;
      text-align: center;
      width: 160px;
      white-space: nowrap;
      padding-top: 10px; }

.mt-actions .mt-action:last-child {
  border-bottom: 0; }

.btn-group .panel-actions label.mt-checkbox.mt-checkbox-outline {
  width: 100%;
  padding: 5px 5px 0; }

.btn-group.btn-group-circle {
  width: 100%; }
  .btn-group.btn-group-circle > .btn-outline {
    margin-right: 0;
    text-shadow: none !important;
    width: 50%; }
  .btn-group.btn-group-circle .btn.btn-outline:active,
  .btn-group.btn-group-circle .btn.btn-outline:hover,
  .btn-group.btn-group-circle .btn.btn-outline:focus {
    color: #FFFFFF; }
    .btn-group.btn-group-circle .btn.btn-outline:active:first-child,
    .btn-group.btn-group-circle .btn.btn-outline:hover:first-child,
    .btn-group.btn-group-circle .btn.btn-outline:focus:first-child {
      border-radius: 25px 0 0 25px !important; }
    .btn-group.btn-group-circle .btn.btn-outline:active:last-child,
    .btn-group.btn-group-circle .btn.btn-outline:hover:last-child,
    .btn-group.btn-group-circle .btn.btn-outline:focus:last-child {
      border-radius: 0 25px 25px 0 !important; }
  .btn-group.btn-group-circle > .btn:first-child,
  .btn-group.btn-group-circle > .btn.btn-outline:first-child {
    border-radius: 25px 0 0 25px !important; }
    .btn-group.btn-group-circle > .btn:first-child:hover, .btn-group.btn-group-circle > .btn:first-child:active, .btn-group.btn-group-circle > .btn:first-child:focus,
    .btn-group.btn-group-circle > .btn.btn-outline:first-child:hover,
    .btn-group.btn-group-circle > .btn.btn-outline:first-child:active,
    .btn-group.btn-group-circle > .btn.btn-outline:first-child:focus {
      border-radius: 25px 0 0 25px !important; }
  .btn-group.btn-group-circle > .btn:last-child,
  .btn-group.btn-group-circle > .btn.btn-outline:last-child {
    border-radius: 0 25px 25px 0 !important;
    margin-left: 0;
    border-left-width: 0; }
    .btn-group.btn-group-circle > .btn:last-child:hover, .btn-group.btn-group-circle > .btn:last-child:active, .btn-group.btn-group-circle > .btn:last-child:focus,
    .btn-group.btn-group-circle > .btn.btn-outline:last-child:hover,
    .btn-group.btn-group-circle > .btn.btn-outline:last-child:active,
    .btn-group.btn-group-circle > .btn.btn-outline:last-child:focus {
      border-radius: 0 25px 25px 0 !important; }

.btn-group.btn-group-circle.btn-group-devided .btn.btn-outline {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important;
  width: initial;
  height: initial;
  min-width: 55px; }

.btn-group.btn-group-circle.btn-group-devided .btn.btn-outline:first-child {
  margin-right: 5px; }

.fc-widget-content a.fc-event {
  cursor: pointer; }

.btn .fa-stack.saveall {
  width: 0.7em;
  height: 1em;
  line-height: 1em;
  margin-top: -5px; }
  .btn .fa-stack.saveall .fa:first-child {
    margin-left: -8px; }
  .btn .fa-stack.saveall .fa:last-child {
    margin-top: 5px !important;
    margin-left: 3px !important; }

.panel .action-heading .panel-title {
  display: inline-block;
  line-height: 28px; }

.panel .action-heading .panel-actions {
  display: inline-block;
  float: right; }

.panel .range-heading .panel-title {
  display: inline-block;
  line-height: 35px; }

.panel .range-heading .panel-actions {
  display: inline-block;
  float: right; }

#kanban .kanban-search {
  padding-left: 8px; }

#kanban .dskb-group-collapsed {
  background-color: transparent; }

#kanban .dskb {
  background-color: #fff;
  padding: 5px; }
  #kanban .dskb .dskb-cell.dskb-items-container,
  #kanban .dskb .dskb-cell.dskb-group-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 3px; }
    #kanban .dskb .dskb-cell.dskb-items-container .group-label,
    #kanban .dskb .dskb-cell.dskb-group-container .group-label {
      min-height: 20px;
      margin: 10px 0; }
    #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper,
    #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper {
      background-color: #e8e8e8;
      padding: 3px; }
      #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group,
      #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item,
      #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group {
        border: none; }
        #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel,
        #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel,
        #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel {
          margin: 0; }
          #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-heading, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-heading,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-heading,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-heading {
            min-height: 20px;
            width: 100%;
            padding: 0; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-heading .label.label-status, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-heading .label.label-status,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-heading .label.label-status,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-heading .label.label-status {
              float: right;
              margin-top: 12px;
              padding: 5px 7px;
              margin-right: -3px;
              color: #FFFFFF;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              background: #777777;
              opacity: 0.75; }
          #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body {
            padding: 5px !important;
            margin: 0; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity {
              border-top: 1px solid #e8e8e8;
              padding-top: 10px; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity span, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity span,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity span,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity span {
                text-align: center;
                padding-left: 0;
                padding-right: 0; }
                #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity span > a, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity span > a,
                #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity span > a,
                #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity span > a {
                  font-size: 0.9em;
                  padding-right: 5px; }
                  #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity span > a i, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity span > a i,
                  #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .eval-activity span > a i,
                  #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .eval-activity span > a i {
                    margin-right: 3px;
                    font-size: 1em; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property {
              font-size: inherit;
              margin-bottom: 3px;
              height: auto; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property.eval-actions .evaluation-priority, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property.eval-actions .evaluation-priority,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property.eval-actions .evaluation-priority,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property.eval-actions .evaluation-priority {
                display: inline-block;
                float: right; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property.eval-actions .evaluation-action, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property.eval-actions .evaluation-action,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property.eval-actions .evaluation-action,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property.eval-actions .evaluation-action {
                display: inline-block;
                float: left; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.timeframe > i, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.institution > i, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.timeframe > i, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.institution > i,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.timeframe > i,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.institution > i,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.timeframe > i,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.institution > i {
                width: 25px;
                margin-right: 2px; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.timeframe .fa-institution, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.institution .fa-institution, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.timeframe .fa-institution, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.institution .fa-institution,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.timeframe .fa-institution,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel .panel-body .dskb-property span.institution .fa-institution,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.timeframe .fa-institution,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel .panel-body .dskb-property span.institution .fa-institution {
                padding-left: 2px; }
          #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger {
            background-color: #d9534f;
            color: #FFFFFF; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger a, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger i, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger a, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger i,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger a,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger i,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger a,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger i {
              color: #FFFFFF; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-heading, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-heading,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-heading,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-heading {
              background-color: transparent;
              border-color: #d9534f; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-heading .label.label-status, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-heading .label.label-status,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-heading .label.label-status,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-heading .label.label-status {
                background-color: #FFFFFF;
                color: #d9534f;
                opacity: 1; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .label-danger, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .label-warning, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .label-danger, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .label-warning,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .label-danger,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .label-warning,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .label-danger,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .label-warning {
              background-color: #FFF;
              color: #000; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .danger, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .warning, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .danger, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .warning,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .danger,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-danger .panel-body .dskb-property .warning,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .danger,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-danger .panel-body .dskb-property .warning {
              color: #FFF; }
          #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning,
          #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning {
            background-color: #dfb56c;
            color: #FFFFFF; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning a, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning i, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning a, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning i,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning a,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning i,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning a,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning i {
              color: #FFFFFF; }
            #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning .panel-heading, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning .panel-heading,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning .panel-heading,
            #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning .panel-heading {
              background-color: transparent; }
              #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning .panel-heading .label.label-status, #kanban .dskb .dskb-cell.dskb-items-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning .panel-heading .label.label-status,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-item .panel.panel-warning .panel-heading .label.label-status,
              #kanban .dskb .dskb-cell.dskb-group-container .dskb-items-container-wrapper .dskb-content-box .dskb-group .panel.panel-warning .panel-heading .label.label-status {
                background-color: #FFFFFF;
                color: #dfb56c;
                opacity: 1; }
  #kanban .dskb td.dskb-cell.dskb-header.dskb-column-header {
    background-color: #FFF;
    padding: 3px; }
    #kanban .dskb td.dskb-cell.dskb-header.dskb-column-header .dskb-state {
      font-size: 1.2em;
      padding: 5px;
      background-color: #e8e8e8; }

.img-shipping {
  width: 50px;
  height: auto;
  text-align: center; }

@media (max-width: 767px) {
  .mt-actions .mt-action .mt-action-body .mt-action-row {
    display: block; }
    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info {
      display: block; }
    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
      display: inline-block;
      margin-left: 40px; }
    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
      display: inline-block;
      float: right; } }

@media (max-width: 991px) and (min-width: 768px) {
  .table.table-fixed .user-profile-link img.profile-image, .table.table-fixed .candidate-profile-link img.profile-image, .table.table-fixed .institution-profile-link img.profile-image {
    display: none; } }

@media (max-width: 599px) {
  #custom-field-tree.angular-ui-tree .angular-ui-tree-node, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder,
  .angular-ui-tree-drag .angular-ui-tree-node,
  .angular-ui-tree-drag .angular-ui-tree-placeholder,
  #transcriptgroup-tree.dd .angular-ui-tree-node,
  #transcriptgroup-tree.dd .angular-ui-tree-placeholder {
    min-height: 120px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
    .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
    #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-node-content.dd3-content {
      min-height: 195px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
    .angular-ui-tree-drag .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
    #transcriptgroup-tree.dd .angular-ui-tree-node .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .transcriptgroup-item > .tree-node > .tree-handle.dd3-handle {
      min-height: 195px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-label, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-label,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-label,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-label,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-label,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-label {
      margin-bottom: 5px; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .tg-educational_level,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .tg-educational_level {
      text-align: left; }
    #custom-field-tree.angular-ui-tree .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > button, #custom-field-tree.angular-ui-tree .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > button,
    .angular-ui-tree-drag .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > button,
    .angular-ui-tree-drag .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > button,
    #transcriptgroup-tree.dd .angular-ui-tree-node .tree-node-content.dd3-content .bars > .dropdown > button,
    #transcriptgroup-tree.dd .angular-ui-tree-placeholder .tree-node-content.dd3-content .bars > .dropdown > button {
      display: block;
      width: 100%; } }

/* big */
@media screen and (min-width: 600px) {
  .yep-list {
    display: table;
    width: 100%; }
  .yep-list ul {
    display: table-row; }
  .yep-list ul:first-child li {
    background-color: #444;
    color: #fff; }
  .yep-list ul > li {
    display: table-cell;
    padding: .5em .3em;
    vertical-align: top; } }

/* small */
@media screen and (max-width: 599px) {
  .yep-list ul {
    border: solid 1px #ccc;
    display: block;
    list-style: none;
    margin: 1em;
    padding: .5em 1em; }
  .yep-list ul:first-child {
    display: none; }
  .yep-list ul > li {
    display: block;
    padding: .25em 0; }
  .yep-list ul:nth-child(odd) > li + li {
    border-top: solid 1px #ccc; }
  .yep-list ul:nth-child(even) > li + li {
    border-top: solid 1px #eee; }
  .yep-list ul > li:before {
    color: #000;
    content: attr(data-label);
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    text-transform: capitalize;
    vertical-align: top;
    width: 50%; }
  .yep-list p {
    margin: -1em 0 0 50%; } }

/* tiny */
@media screen and (max-width: 349px) {
  .yep-list ul > li:before {
    display: block; }
  .yep-list p {
    margin: 0; } }

/**
 * angular css
 */
[ng-click] {
  cursor: pointer; }

[ui-sref] {
  cursor: pointer; }

/**
 * Model listing table css
 */
img.country-flag {
  height: 1em;
  vertical-align: middle;
  margin-right: 7px; }

form .select2-container.ng-dirty.ng-invalid, form input.ng-dirty.ng-invalid, form select.ng-dirty.ng-invalid, form textarea.ng-dirty.ng-invalid, form selectize.ng-dirty.ng-invalid {
  border: 1px solid #E27E7B; }

form .fa-required {
  font-size: .5em !important;
  vertical-align: top !important;
  color: #E27E7B; }

.select2-search-field {
  width: 100%; }

.select2-result-label .vcard {
  padding-bottom: 9px;
  border-bottom: 1px solid #eee; }
  .select2-result-label .vcard .country-name {
    height: 1em;
    vertical-align: middle;
    margin-right: 7px;
    display: block; }
  .select2-result-label .vcard .country-flag {
    display: inline-block; }
  .select2-result-label .vcard .gender-m:before {
    content: "\f183";
    padding-right: 7px; }
  .select2-result-label .vcard .gender-f:before {
    content: "\f182";
    padding-right: 7px; }
  .select2-result-label .vcard .postal-code {
    padding-left: 10px; }
  .select2-result-label .vcard abbr.region[data-original-title],
  .select2-result-label .vcard abbr.region[title],
  .select2-result-label .vcard abbr.region {
    padding-left: 5px;
    cursor: inherit;
    border-bottom: none; }

.select2-result-label .evaluation-option-label .product {
  width: calc(100% - 60px);
  display: inline-block; }

.select2-result-label .evaluation-option-label .label {
  float: right;
  padding: 0.4em .6em;
  vertical-align: top;
  max-width: 60px; }

.select2-result-label .workflow-transition-option-label .transition-name {
  width: 40%;
  text-align: left;
  display: inline-block; }
  .select2-result-label .workflow-transition-option-label .transition-name span {
    vertical-align: middle; }

.select2-result-label .workflow-transition-option-label .transition-arrow {
  width: 5%;
  display: inline-block; }

.select2-result-label .workflow-transition-option-label .marking-name {
  width: 50%;
  text-align: right;
  display: inline-block; }
  .select2-result-label .workflow-transition-option-label .marking-name .label {
    vertical-align: middle; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-style: italic;
  font-weight: 400;
  color: #999; }

.select2-results .select2-highlighted {
  background: #eee;
  color: initial; }

.select2-drop-active {
  border: 1px solid #aaa;
  border-top: none; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #555; }

.selectize-control.multi .selectize-input > div {
  border: 1px solid #00BCD4;
  border-radius: 0;
  background: #5BC0DE;
  color: #fff; }

.selectize-input.items > div, .selectize-dropdown-content > div {
  padding: 3px;
  font-size: 1em;
  min-height: 20px; }
  .selectize-input.items > div > .flag, .selectize-dropdown-content > div > .flag {
    margin-right: 5px; }

#sign-form, #forget-form, #register-form {
  margin-bottom: 0px; }

/**
 * Modal tables
 */
.modal-body.panel-body .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }
  .modal-body.panel-body .form-horizontal .form-group > .col-sm-9 > div {
    padding: 0; }
  .modal-body.panel-body .form-horizontal .form-group > .col-sm-9 > div.middle {
    padding: 0 15px; }
  .modal-body.panel-body .form-horizontal .form-group > .col-sm-9 > div.last {
    padding: 0 0 0 15px; }

/**
 * Modal Datepicker
 */
.ui-datepicker {
  z-index: 1050 !important;
  border-radius: 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 5px 7px;
    height: 30px;
    font-size: 1.2em;
    border: none;
    font-weight: normal; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
  .ui-datepicker .ui-datepicker-multi .ui-datepicker-group,
  .ui-datepicker .ui-datepicker-rtl .ui-datepicker-buttonpane button,
  .ui-datepicker .ui-datepicker-buttonpane button {
    border-radius: 0; }

.daterangepicker.dropdown-menu.opencenter {
  left: inherit; }

/**
 * Login Page
 */
.user-login-5 {
  min-height: 100vh; }
  .user-login-5 h1, .user-login-5 h2, .user-login-5 h3, .user-login-5 p, .user-login-5 span, .user-login-5 a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  .user-login-5 .bs-reset {
    margin: 0;
    padding: 0; }
  .user-login-5 .text-right {
    text-align: right; }
  .user-login-5 .login-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh; }
  .user-login-5 .login-logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em; }
    .user-login-5 .login-logo.login-6 {
      top: 80px;
      left: 80px; }
  .user-login-5 .login-container {
    position: relative;
    min-height: 100vh; }
    .user-login-5 .login-container > .login-content {
      padding: 0 80px; }
    .user-login-5 .login-container > .login-content {
      margin-top: 35%; }
      .user-login-5 .login-container > .login-content > h1 {
        font-size: 30px;
        font-weight: 300;
        color: #4e5a64; }
      .user-login-5 .login-container > .login-content p, .user-login-5 .login-container > .login-content span {
        color: #a0a9b4;
        font-size: 15px;
        line-height: 22px;
        text-align: left; }
      .user-login-5 .login-container > .login-content > .login-form {
        margin-top: 80px;
        color: #a4aab2;
        font-size: 13px; }
        .user-login-5 .login-container > .login-content > .login-form input {
          width: 100%;
          padding: 10px;
          border: none;
          border-bottom: 1px solid;
          border-color: #a0a9b4;
          color: #868e97;
          font-size: 14px;
          margin-bottom: 30px; }
          .user-login-5 .login-container > .login-content > .login-form input:focus {
            outline: 0; }
        .user-login-5 .login-container > .login-content > .login-form .forgot-password,
        .user-login-5 .login-container > .login-content > .login-form .login-button {
          display: inline-block; }
        .user-login-5 .login-container > .login-content > .login-form .rem-password {
          margin-top: 10px; }
          .user-login-5 .login-container > .login-content > .login-form .rem-password > p, .user-login-5 .login-container > .login-content > .login-form .rem-password span {
            margin: 0; }
          .user-login-5 .login-container > .login-content > .login-form .rem-password > .rem-checkbox {
            border-color: #a4aab2; }
        .user-login-5 .login-container > .login-content > .login-form .forgot-password {
          margin-right: 1em; }
          .user-login-5 .login-container > .login-content > .login-form .forgot-password > a {
            color: #a4aab2; }
            .user-login-5 .login-container > .login-content > .login-form .forgot-password > a:hover {
              color: #337ab7;
              text-decoration: none; }
            .user-login-5 .login-container > .login-content > .login-form .forgot-password > a:focus {
              color: #a4aab2;
              text-decoration: none; }
    .user-login-5 .login-container > .login-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-bottom: 10px; }
      .user-login-5 .login-container > .login-footer .login-social {
        padding-right: 0; }
        .user-login-5 .login-container > .login-footer .login-social li {
          display: inline-block;
          list-style: none;
          margin-right: 1em; }
        .user-login-5 .login-container > .login-footer .login-social a {
          color: #a9b5be;
          font-size: 18px; }
          .user-login-5 .login-container > .login-footer .login-social a:hover {
            color: #337ab7;
            text-decoration: none; }
          .user-login-5 .login-container > .login-footer .login-social a:focus {
            color: #a9b5be; }
      .user-login-5 .login-container > .login-footer .login-copyright {
        padding-left: 0;
        margin-top: 6px; }
        .user-login-5 .login-container > .login-footer .login-copyright > p {
          margin: 0;
          font-size: 13px;
          color: #a9b5be; }
  .user-login-5 .alert {
    margin-top: -60px; }
  .user-login-5 .form-group.has-error {
    border-bottom: 2px solid #E27E7B !important; }
  .user-login-5 .form-group.valid {
    border-bottom: 1px solid #a0a9b4 !important; }

/**
 * Form validation messages
 */
form.form-horizontal .error {
  color: #E27E7B; }
  form.form-horizontal .error i.fa {
    padding-right: 5px; }

form.form-horizontal label.switch-label {
  vertical-align: bottom; }

/**
 * Changelog service on front page
 */
.changelog-entry {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  .changelog-entry .details p {
    vertical-align: middle; }
  .changelog-entry .feeds.list-items {
    padding-left: 0;
    padding-bottom: 3px; }
    .changelog-entry .feeds.list-items > li.changelog-item {
      list-style: none;
      margin-bottom: 3px; }
      .changelog-entry .feeds.list-items > li.changelog-item .label {
        vertical-align: middle;
        padding: 0.3em 0.3em;
        float: left;
        margin-top: 3px;
        margin-right: 5px; }

/*
 * Dropdown Menu
 */
.dropdown > ul.dropdown-menu.arrow-top-left:not(.multi-level):before {
  content: "";
  border-bottom: 7px solid #FFFFFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -7px;
  left: 17px;
  z-index: 10; }

.dropdown > ul.dropdown-menu.arrow-top-left:not(.multi-level):after {
  content: "";
  border-bottom: 9px solid #ccc;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -9px;
  left: 15px;
  z-index: 9; }

/**
 * Bootstrap 3 multilevel button dropdown menus
 */
.btn-group > .dropdown-menu.dropdown-menu-left {
  right: 0;
  left: initial; }

.dropdown-submenu.dropdown-submenu-left .dropdown-menu {
  top: 0;
  margin-top: -1px;
  border-radius: 0 0 0 0;
  margin-left: 0;
  min-width: 170px;
  left: -100%; }

.dropdown-submenu.dropdown-submenu-left > a:after {
  display: none; }

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

/**
 * stateful navline tab and tabdrop menu
 */
.nav-line > li a {
  color: #333;
  border: none; }

.nav-line > li > a:hover, .nav-line > li > a:focus {
  background-color: transparent;
  box-shadow: 0 3px 0 #57889c; }

.nav-line > li.active > a, .nav-line > li.active > a:hover, .nav-line > li.active > a:focus {
  background-color: transparent;
  box-shadow: 0 3px 0 #0083BF; }

.tabdrop .dropdown-toggle i.fa {
  font-size: 1.5em; }

.tabdrop .dropdown-toggle b.caret {
  margin-left: 10px; }

.tabdrop .dropdown-menu {
  min-width: initial; }
  .tabdrop .dropdown-menu > li {
    color: #333;
    width: 100%;
    text-align: right; }
    .tabdrop .dropdown-menu > li a {
      color: #333;
      border-right: 3px solid transparent; }
    .tabdrop .dropdown-menu > li > a:focus, .tabdrop .dropdown-menu > li > a:hover {
      background-color: transparent;
      border-right: 3px solid #57889c; }
  .tabdrop .dropdown-menu > li.active > a, .tabdrop .dropdown-menu > li.active > a:focus, .tabdrop .dropdown-menu > li.active > a:hover {
    color: #044356;
    background-color: transparent;
    border: 0 !important;
    border-right: 3px solid #0083BF !important;
    font-weight: bold; }

.tabdrop .dropdown-menu:after, .tabdrop .dropdown-menu:before {
  content: '';
  display: none;
  border: none; }

.tabdrop.open {
  color: #a9a9a9; }
  .tabdrop.open > a, .tabdrop.open > a:focus, .tabdrop.open > a:hover {
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: 0 3px 0 #57889c; }

.tabdrop.active > a, .tabdrop.active > a:focus, .tabdrop.active > a:hover {
  color: #044356;
  box-shadow: 0 3px 0 #0083BF; }

/**
 * institution and candidate summary pages
 */
.yep-profile-text img.institution-banner {
  opacity: .8; }

.yep-profile-text img.institution-avatar {
  background-color: #777; }

.institution-details i.fa,
.candidate-details i.fa,
.user-details i.fa {
  vertical-align: top; }

.institution-details .vcard,
.candidate-details .vcard,
.user-details .vcard {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 20px); }
  .institution-details .vcard .url, .institution-details .vcard .email, .institution-details .vcard .tel, .institution-details .vcard .country-name, .institution-details .vcard .street-address,
  .candidate-details .vcard .url,
  .candidate-details .vcard .email,
  .candidate-details .vcard .tel,
  .candidate-details .vcard .country-name,
  .candidate-details .vcard .street-address,
  .user-details .vcard .url,
  .user-details .vcard .email,
  .user-details .vcard .tel,
  .user-details .vcard .country-name,
  .user-details .vcard .street-address {
    display: block; }
  .institution-details .vcard .locality, .institution-details .vcard .region, .institution-details .vcard .postal-code,
  .candidate-details .vcard .locality,
  .candidate-details .vcard .region,
  .candidate-details .vcard .postal-code,
  .user-details .vcard .locality,
  .user-details .vcard .region,
  .user-details .vcard .postal-code {
    padding-right: 5px;
    display: inline-block; }

.institution-evaluators h4,
.candidate-evaluators h4 {
  vertical-align: middle;
  line-height: 35px; }

/**
 * Morris Charts
 */
.morris-hover.morris-default-style {
  border-radius: 0;
  text-align: left; }
  .morris-hover.morris-default-style .morris-hover-row-label {
    border-bottom: 1px solid #666;
    padding-bottom: 5px; }

/**
 * Bootstrap Tables
 */
.fixed-table-container {
  border-right: none;
  border-left: none;
  border-top: 1px solid #ddd; }
  .fixed-table-container .fixed-table-loading {
    padding-top: 10px; }
  .fixed-table-container #datatable_collection {
    border: none; }
    .fixed-table-container #datatable_collection tr td, .fixed-table-container #datatable_collection tr th {
      border-right: none;
      border-left: none; }

.pagination {
  margin-bottom: 10px; }
  .pagination > li > a, .pagination > li > span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.pagination-summary {
  margin-top: 0px;
  text-align: center;
  color: #777; }
  .pagination-summary span {
    font-style: italic; }

/**
 * Candidate Credentials
 */
.credential-supportdocuments,
.credential-print-options {
  min-height: 408px; }

.documentation .nav > li .submenu {
  padding-left: 20px;
  list-style: none; }
  .documentation .nav > li .submenu > li > a {
    padding: 10px 15px;
    display: block;
    position: relative; }
    .documentation .nav > li .submenu > li > a.active {
      font-weight: bold;
      color: #23527c; }

@media (max-width: 1365px) {
  .user-login-5 .login-logo.login-6 {
    top: 40px;
    left: 40px; }
  .user-login-5 .login-container > .login-content,
  .user-login-5 .login-container .login-social,
  .user-login-5 .login-container .login-copyright {
    padding: 0 40px; }
  .user-login-5 .login-container .login-social {
    padding-right: 0; }
  .user-login-5 .login-container .login-copyright {
    padding-left: 0; } }

@media (max-width: 1023px) {
  .user-login-5 {
    min-height: 50vh; }
    .user-login-5 .login-bg {
      min-height: 50vh; }
    .user-login-5 .login-logo.login-6 {
      position: relative;
      margin: 0 0 40px 0; }
    .user-login-5 .login-container {
      min-height: 50vh; }
      .user-login-5 .login-container > .login-content {
        margin-top: 60px; }
        .user-login-5 .login-container > .login-content .login-form {
          margin-top: 40px; }
      .user-login-5 .login-container .rem-password {
        margin-bottom: 1em; }
      .user-login-5 .login-container > .login-footer {
        position: relative;
        margin-top: 40px;
        padding-bottom: 0; }
        .user-login-5 .login-container > .login-footer .login-social li {
          margin-right: 0.5em; }
    .user-login-5 .alert {
      margin-top: -20px; } }

@media (max-width: 768px) {
  .yep-profile .yep-profile-text .profile-info {
    float: left;
    text-align: right !important;
    margin-top: 0px;
    width: 115px; }
  .yep-profile .profile-tile-wrapper .tiles .tile {
    width: 100%;
    margin: 0 0 10px; } }

@media (max-width: 640px) {
  .user-login-5 .login-container > .login-content .text-right {
    text-align: left; } }
