.unselectable, .tab .tab-legend > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tab {
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
  overflow: hidden; }

.tab > .tab-legend, .tab > .tab-content, .tab-legend > li, .tab-content > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.tab .tab-legend {
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden; }

.tab .tab-legend > li {
  padding: 15px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  cursor: pointer; }

.tab .tab-legend > li {
   background-color: #333333;
}
.tab .tab-legend .active {
  padding: 13px 15px 15px 15px;
  background-color: #FFF;
  color: #dc5147; }

.tab .tab-content {
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden; }

.tab .tab-content > li {
  position: relative;
  overflow: hidden; 
  margin-top: 20px;  
}

/*Horizontal specific*/
.tab-horiz .tab-legend {
  width: 100%; }

.tab-horiz .tab-legend > li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    min-width: 16.8%;
}

.tab.tab-horiz .tab-legend .active {
  border-top: solid 4px #dc5147;
  border-bottom: 0; }

.tab-horiz .tab-legend > li:first-child {
  border-left: solid 1px #CCC; }

.tab-horiz .tab-content {
  width: 100%; }

/*Vertical specific*/

.tab-vert .tab-legend {
    background: none repeat scroll 0 0 #4285f4;
    float: left;
    height: 500px;
    width: 20%;
}
.tab.tab-vert .tab-legend .active {
  border-left: solid 3px #dc5147; 
}
.tab-vert .tab-legend > li {
    border-left: 3px solid #dc5147;
    border-top: 1px solid #ccc;
    color: #fff;
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    margin-left: 0;
    margin-top: 85px;
    width: 85%!important;
}
.tab-vert .tab-legend > li.active {
  border-right: 0; }
.tab-vert .tab-content {
    display: block;
    float: left;
    margin-left: 23px;
    min-height: 500px;
    width: 77%;
}
.tab-vert .tab-content > li {
  min-height: 100%;
  display: block; 
}
.tab-content #cpa-formArea {
    border: 1px solid;
}
