.martop20{
  margin-top:20px;
}
.padtopbottom{
  padding: 10px 15px;
}

.profiletab_pnl .nav-tabs{
  border-bottom:none;
}

.profiletab_pnl .nav-tabs>li.active>a, .profiletab_pnl .nav-tabs>li.active>a:focus, .profiletab_pnl .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #2272d0;
    border: none;
    border-bottom-color: transparent;
	border-radius: 0px;
}
.profiletab_pnl .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 17px;
  	border-radius: 0px;
  	border:none;
    background: #011c3c;
	color: #fff;
    margin-bottom: 5px;
}
.profiletab_pnl .nav-tabs>li{
  margin:0px 2px;
}
.profiletab_pnl .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fadc72;
  	color:#fff;
  	border-radius: 0px;
  	transition:all .6s;
}
.profiletab_pnl .nav-tabs>li>a:hover {
    border-color: transparent;
}
.tabcustmize{
	background:#fff;
	margin-top:20px;
  	padding:20px 15px;
}

.file-drop-area {
  border: 2px dashed #37c1c9;
  /* border-radius: 3px; */
  position: relative;
  text-align:center;
  max-width: 346px;
  /* width: 100%; */
  /* margin: 10px auto; */
  /* padding: 26px 20px 30px; */
      padding: 47px 0px;
  transition: 0.2s;
  &.is-active {
    background-color: #fff;
  }
}

.fake-btn {
  background-color: #37c1c9;
  border: 1px solid #37c1c9;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 130px);
  vertical-align: middle;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  &:focus {
    outline: none;
  }
}

.pad_15{
  padding:0px 15px;
}

/* radio button */
.switch-field {
	overflow: hidden;
      margin-bottom: 11px;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  /* width: 60px; */
  width:50%;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #0071bc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#fff;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.nxtbtnn{
  border:none;
  background:#E74E0F;
  color:#fff;
  padding:10px 20px;
  margin:0px 0px 0px 10px;
  border-radius:5px;
}
.custlblle{
  font-size:11px;
}