
/*  -----------------------------------------tumor-profiling-section: create-child-for-prosigna-image */
.child-postion-p {
    position: relative;
    left: 160px;
    top: 80px;
}

/*  -----------------------------------------tumor-profiling-section: changing-image-scale */
.image-tumor-p {
    width: 300px;
}


/*  -----------------------------------------tumor-profiling-section: changing-position-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-p {
        position: relative;
        left: 80px;
        top: 82px
    }

    .image-tumor-p {
        width: 280px;
    }

}

/*  -----------------------------------------tumor-profiling-section: tumor-profiling-none-in-md-and-padding-to-row-class*/
@media only screen and (max-width: 992px) {
    .child-postion-p {
        display: none;
    }
}

/*  -----------------------------------------gene-and-mutations-section:  create-child-for-gene-image */
.child-postion-gene1 {
    position: relative;
    left: 57px;
    top: 125px;
}

/*  -----------------------------------------gene-and-mutations-section: changing-image-scale */
.image-gene1 {
    width: 350px;

}

.grow {
    transition: all .4s ease-in-out;
}

.grow:hover {
    transform: scale(1.2);
}

/*  -----------------------------------------gene-and-mutations-section: changing-position-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-gene1 {
        position: relative;
        left: 40px;
        top: 125px
    }

    .image-gene1 {
        width: 350px;
    }

    .grow {
        transition: all .4s ease-in-out;
    }

    .grow:hover {
        transform: scale(1.2);
    }

}

/*  -----------------------------------------gene-and-mutations-section: img-none-in-md-and-padding-to-row-class*/
@media only screen and (max-width: 992px) {
    .child-postion-gene1 {
        display: none;
    }
}


/* -----------------------------------------gene-and-mutations-section: create-child-for-gene-image2 */
.child-postion-gene2 {
    position: relative;
    left: 75px;
    top: 50px;
}

/* -----------------------------------------gene-and-mutations-section: changing-image-scale */
.image-gene2 {
    width: 350px;

}


/* -----------------------------------------gene-and-mutations-section: changing-position-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-gene2 {
        position: relative;
        left: 57px;
        top: 67px
    }

    .image-gene2 {
        width: 300px;
    }


}

/* -----------------------------------------gene-and-mutations-section: img-none-in-md-and-padding-to-row-class */
@media only screen and (max-width: 992px) {
    .child-postion-gene2 {
        display: none;
    }
}

/* -----------------------------------------gene-and-mutations-section: paddings-for-md-sm-size*/
@media only screen and (max-width: 991px) {
    section > .container, section > .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* -----------------------------------------table-section: table-style*/
th {
    text-align: center;
    font-size: 14px;
    font-family: 'tanha', sans-serif;

}

td {
    text-align: center;
    font-size: 14px;
    font-family: 'tanha', sans-serif;
    padding-bottom: 15px !important;
    padding-right: 15px !important;

}

/* -----------------------------------------table-section: background-color-changes*/
.bg-tr {
    background-color: #65288121
}

/*-----------------------------------------report-section: create-child-for-report-image */
.child-postion-report {
    position: relative;
    left: 55px;
    top: -50px;
}

/* -----------------------------------------report-section: changing-image-scale */
.img-profiling-report {
    width: 350px;

}


/* -----------------------------------------report-section: changing-position-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-report {
        position: relative;
        left: 25px;
        top: -10px
    }

    .img-profiling-report {
        width: 300px;
    }

}

/* -----------------------------------------report-section: img-none-in-md-and-padding-to-row-class*/
@media only screen and (max-width: 992px) {
    .child-postion-report {
        display: none;
    }
}

/*  -----------------------------------------video-section: margin-bottom-for-texts-in-lg*/
@media only screen and (max-width: 1200px) {
    .margin-bottom-lg {
        margin-bottom: 40px !important;
    }
}

/*  -----------------------------------------theme-color-text-color */
.theme-color {
    color: #652881;
}

.b-color {
    background-color: #652881 !important;;
}
.line-bottom:after, .icon-box.icon-rounded-bordered i, .widget .line-bottom:after, .widget .line-bottom:after, .pager.theme-colored a, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    border: 1px solid #652881 !important;
}



.panel-group .panel-title a {
    background: #ffffff;
}
.panel-group .panel-title a.active {
    background: #ffffff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #e1e1e1  !important;
    color: #111111;
}
.panel-group .panel-content {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 20px 20px;
}


ul.list.angle-double-right li:before {
    content: "\f100" !important;
    font-family: fontawesome;
    font-size: 14px;
    color: #e67e24!important;
}
.panel-group .panel-title a.active::after {
    color: #fff!important;
    background: #ebe3ef!important;
    content: "\f060";
}
.panel-group .panel-title a.active {
    background: #ebe3ef none repeat scroll 0 0!important;
    border-bottom: 1px solid #d3d3d3!important;
    color: #333333;
}

