/* CSS Document */
.error-block p{
color: #000000;
}


.card-user .image {
  height: 130px;
}

.card-user .image img {
  border-radius: 1px;
}

.card-user .author {
  text-align: center;
  text-transform: none;
  margin-top: -77px;
}

.card-user .author a+p.description {
  margin-top: -7px;
}

.card-user .avatar {
  width: 124px;
  height: 124px;
  border: 1px solid #FFFFFF;
  position: relative;
}

.card-user .card-body {
  min-height: 240px;
}



.card-user hr {
  margin: 5px 15px 15px;
}

.card-user .card-body+.card-footer {
  padding-top: 0;
}

.card-user .card-footer h5 {
  font-size: 1.25em;
  margin-bottom: 0;
}

.card-user .button-container {
  margin-bottom: 6px;
  text-align: center;
}
.card .avatar {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.status-txt{
font-size: 7px;
color:#FFFFFF;
}
.white-txt{
color:#FFFFFF;
}
.btn-red{
background:#d9534f;
color:#FFFFFF;
}
.btn-blue-dark{
background:#428bca;
color:#FFFFFF;
}
.btn-blue-light{
background:#5bc0de;
color:#FFFFFF;
}
.btn-green{
background:#5cb85c;
color:#FFFFFF;
}
.btn-white{
background:#fff;
color:#FFFFFF;
}

/* Switch button */
.btn-on {background-color: #CCCCCC; color: #000000;}
.btn-on.active{background-color: #5BB75B;color: #FFFFFF;}

.btn-off{background-color: #CCCCCC; color: #000000;}
.btn-off.active{background-color: #DA4F49;color: #FFFFFF;}

/* Wizard Start */
.form_title{
  font-family: "Nunito Sans", sans-serif;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
}
.bg_white{
background:#FFFFFF;
}

.small_top_space{
margin-top: 10px;
}



.nav-link{
background-color:#000000;
color:#FFFFFF;
}

.nav-link.active{
background-color:#5cb85c;
color:#FFFFFF;
}

.nav-link:hover{
background-color:#5cb85c;
color:#FFFFFF;
}

.new_task {
color:#330033;
}
.new_task > nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.new_task > nav > div a.nav-item.nav-link,
.new_task > nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

.new_task > nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #428bca ;
}
.new_task .tab-content{
  background: #fdfdfd;
    line-height: 25px;
   
    border-top:5px solid #428bca;
    padding:30px 25px;
}

.new_task > nav > div a.nav-item.nav-link:hover,
.new_task > nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #428bca;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.small_space{
padding-top:5px;
}