.form-group label.error {
    color: #a94442;
    display: none;
}

.alertBox {
    overflow: auto;
    margin-bottom: 20px;
}

.formBox {
    display: none;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.center-wait {
    width: 200px;
    height: 200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20%;
}


div.org-node {

}

.node-image {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #B60C17;
    padding: 2px;
}

div.org-node div:first-child {
    position: absolute;
}

div.org-node div:first-child:link {

}

div.org-node div:first-child:visited {

}

div.org-node div:first-child:hover {

}

div.org-node div:first-child:active {

}

.awhite,
.awhite a {
    color: rgba(255,255,255,0.75);
    cursor: pointer;
}

.chartNode {
    width: auto;
}


label.lblUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

label.lblUpload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mt5 {
    font-size: 32px !important;
}

.mt5 small {
    color: white !important;
}

.itemNetworking {
    width: 60px;
    height: 60px;
    background-color: red;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.tip_plan_0 {
    font-size: 14px;
    color: white !important;
    background-color: indianred;
    border-radius: 15px;
    padding: 4px;
}

.tip_plan_1, .tip_plan_2, .tip_plan_3, .tip_plan_4 {
    font-size: 14px;
    color: white !important;
    background-color: limegreen;
    border-radius: 15px;
    padding: 4px;
}


.tip_plan_deactive {
    font-size: 14px;
    color: white !important;
    background-color: indianred;
    border-radius: 15px;
    padding: 4px;
}

.tip_plan_active {
    font-size: 14px;
    color: white !important;
    background-color: limegreen;
    border-radius: 15px;
    padding: 4px;
}

.table .profile-thumb {
    padding-right: 10px;
}

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

.file-upload{
    margin-top: 10px;
    border: 2px dashed #BDC3C7;
    position: relative;
    width: 400px;
    padding: 20px;
    cursor:pointer !important;
}
.file-upload span{
    font-size:20px;
    cursor: pointer !important;
}
.file-upload label, .file-upload input{
    cursor: pointer !important;
}

/* CAROUSEL BOOTSTRAP FORMATAÇÃO */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

/* SOBRESCRITA DEGRADÊ CAROUSEL */

.carousel-control.left, .carousel-control.right{
    background-image: none;
}

.carousel-control.left, .carousel-control.right{
    background: transparent;
}

/* COLLAPSE BOOTSTRAP */

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
@media screen and (min-width: 437px) and (max-width: 991px) {

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

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

.photo_purchased_good>img{
    width:100%;
}

.confirmation-modal{
    z-index:1051 !important;
}

.item-rescue{
    margin: 10px;
    max-width: 280px;
    border: solid 1px #f1f1f1;
    border-radius: 15px;
    padding: 10px;
}

@media screen and (max-width: 780px) {

    .item-rescue {
        max-width: 380px;
    }
}

/* Progress Step Bar */

#progress_history .node {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
}

#progress_history .activated {
    box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

#progress_history .divider {
    height: 20px;
    width: 2px;
    margin-left: 30px;
    transition: all 800ms ease;
}

#progress_history li p {
    display: inline-block;
    margin-left: 15px;
    line-height: 15px;
    position: absolute;
    top: 25px;
    left: 60px;
}

#progress_history li {
    list-style: none;
    line-height: 1px;
    position: relative;
}

#progress_history li div {
    line-height: 60px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size:16px;
}

#progress_history .blue {
    background-color: rgba(82, 165, 255, 1);
}

#progress_history .green {
    background-color: yellowgreen
}

#progress_history .red {
    background-color: rgba(255, 148, 148, 1);
}

#progress_history .grey {
    background-color: rgba(201, 201, 201, 1);
}



#progress_track .node {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
}

#progress_track .activated {
    box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

#progress_track .divider {
    height: 20px;
    width: 2px;
    margin-left: 30px;
    transition: all 800ms ease;
}

#progress_track li p {
    display: inline-block;
    margin-left: 15px;
    line-height: 15px;
    position: absolute;
    top: 0px;
    left: 60px;
}

#progress_track li {
    list-style: none;
    line-height: 1px;
    position: relative;
}

#progress_track li div {
    line-height: 60px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size:16px;
}

#progress_track .blue {
    background-color: rgba(82, 165, 255, 1);
}

#progress_track .green {
    background-color: yellowgreen
}

#progress_track .red {
    background-color: rgba(255, 148, 148, 1);
}

#progress_track .grey {
    background-color: rgba(201, 201, 201, 1);
}


.text-right2{
    text-align:right !important;
}

.thumbfix img {
    width: 100% !important;
    height: 100% !important;
}

.external_content {
    display: none;
}

.internal_content {
    display: none;
}

.btn-menu {
    font-size: 16px;
    width: 31%;
    min-width: 300px;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.block-withdraw-mode, .block-withdraw-plan, .block-withdraw-password, .block-withdraw-button {
    
}

.cursor {
    cursor: pointer;
}

.video-container-modal {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
  }

  .video-container-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }