﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}

 Set padding to keep content from hitting the edges 
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

 Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
  max-width: 280px;
}


/*.container {
  margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
}

.fancyTab {
  text-align: center;
  padding: 15px 0;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top: 15px;
  transition: top .2s;
}

  .fancyTab.active {
    top: 0;
    transition: top .2s;
  }

.whiteBlock {
  display: none;
}

.fancyTab.active .whiteBlock {
  display: block;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  width: 99%;
  position: absolute;
  z-index: 1;
}

.fancyTab a {
  font-family: 'Source Sans Pro';
  font-size: 1.65em;
  font-weight: 300;
  transition: .2s;
  color: #333;
}*/

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

/*.fancyTabs {
  border-bottom: 2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top: -15px;
  padding-bottom: 0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
  width: 100%;
  padding: 15px 0 5px;
  color: #666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
  outline: none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position: relative;
  background-color: #fff;
}

.nav-tabs > li.fancyTab.active > a,
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
  border-width: 0;
}

.nav-tabs > li.fancyTab:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
  border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
  margin-right: 0;
  border-top: 0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
  margin-right: 0;
  margin-bottom: 0;
}

  .nav-tabs > li.fancyTab:last-child a {
    border-right: 1px solid transparent;
  }

  .nav-tabs > li.fancyTab.active:last-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
  }

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
  box-shadow: none;
  top: 0;
}


.fancyTab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom: 30px;
}

.arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {

  .fancyTab .fa {
    font-size: 36px;
  }

  .fancyTab .hidden-xs {
    font-size: 22px;
  }
}


@media (max-width: 992px) {

  .fancyTab .fa {
    font-size: 33px;
  }

  .fancyTab .hidden-xs {
    font-size: 18px;
    font-weight: normal;
  }
}


@media (max-width: 768px) {

  .fancyTab > a {
    font-size: 18px;
  }

  .nav > li.fancyTab > a {
    padding: 15px 0;
    margin-bottom: inherit;
  }

  .fancyTab .fa {
    font-size: 30px;
  }

  .nav-tabs > li.fancyTab > a {
    border-right: 1px solid transparent;
    padding-bottom: 0;
  }

  .fancyTab.active .fa {
    color: #333;
  }
}*/



/*a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.vertical-tab {
  background: linear-gradient(#fff,#f5f5f5,#fff);
  font-family: 'Poppins', sans-serif;
  display: table;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

  .vertical-tab .nav-tabs {
    background-color: #fff;
    display: table-cell;
    width: 25%;
    min-width: 25%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    vertical-align: top;
  }

    .vertical-tab .nav-tabs li {
      float: none;
    }

      .vertical-tab .nav-tabs li a {
        color: #2e86de;
        background: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        padding: 12px 10px 10px;
        margin: 0 0 10px;
        border-radius: 10px;
        border: none;
        overflow: hidden;
        position: relative;
        z-index: 1;
        transition: all 0.5s ease 0.1s;
      }

        .vertical-tab .nav-tabs li a:hover,
        .vertical-tab .nav-tabs li.active a,
        .vertical-tab .nav-tabs li.active a:hover {
          color: #fff;
          background: #2e86de;
          border: none;
          box-shadow: 0 0 10px -4px #2e86de;
        }

        .vertical-tab .nav-tabs li a:before {
          content: '';
          background-color: #2e86de;
          height: 100%;
          width: 0;
          border-radius: 10px;
          position: absolute;
          right: 0;
          top: 0;
          z-index: -1;
          transition: all 0.4s ease 0s;
        }

        .vertical-tab .nav-tabs li a:hover:before,
        .vertical-tab .nav-tabs li.active a:before,
        .vertical-tab .nav-tabs li.active a:hover:before {
          width: 100%;
          opacity: 0;
        }

  .vertical-tab .tab-content {
    color: #888;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 21px;
    padding: 15px 15px 10px 15px;
    display: table-cell;
  }

    .vertical-tab .tab-content h3 {
      color: #2e86de;
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 0 0 4px;
    }

@media only screen and (max-width: 479px) {
  .vertical-tab .nav-tabs {
    width: 100%;
    display: block;
  }

    .vertical-tab .nav-tabs li:last-child a {
      margin: 0;
    }

  .vertical-tab .tab-content {
    font-size: 14px;
    display: block;
  }
}*/


