/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 24 Jul, 2019, 3:40:14 PM
    Author     : Nirmal
*/

.report-para {
    /*background: #fffbdb;*/
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 15px;
}
.report_heading {
    text-align: center;
    background-color: #24939D;
    margin-top: -2.5%;
    padding: 35px 0px 30px 0px;
}
.eform {
    display: inline !important;
    font-size: 12px !important;
}
.report_heading h1 {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 0;
    padding-top: 1%;
    padding-left: 0%;
}
.faq_schema_content {
    border: 1px solid #00000014;
    padding: 15px;
    box-shadow: 0 8px 6px -6px #00000073;
    margin-bottom: 2%;
}
.faq_schema_content h3{
    color: #000;
    padding-bottom: 2%;
    font-size: 15.5px;
    font-weight: 700;
}
.faq {
    padding: 0 30px;
}
.rep_content{
    padding: 0px;
    margin-bottom: 40px;
}
.rep_content p{
    font-size: 15px
}
.breadcrumb_section {
    padding: 15px 0;
    background-color: transparent;
}
.rep_title span {
    font-weight: 600;
    padding: 5px;
    margin-right: 24px;
    background-color: #fffdee;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
}
.rep_pic img{
    width: 100%;
}
.rep_content h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0.5em 0;
}
.rep_content h3{
    color: #000;
    margin: 0.5em 0;
    font-size: 15.5px;
    font-weight: 700;
}

ol.breadcrumb.page-breadcrumb {
    margin: -2px;
    padding: 0;
    background-color: transparent;
}

.purchase_report{
    padding: 10px;
    background-color: #fffbdb;
}
.purchase_ribbon{
    /*background-image: url(../images/Pattern3.png);*/
    background-size: cover;
    background-color: #237881;
    font-size: 16px;
    padding: 5px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
}
.arrow_down_right{
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid #fffbdb;
    position: absolute;
    border-top: 30px solid #1f6c73;
    margin-left: 203px;
}
.arrow_down_left{
    width: 0px;
    height: 0px;
    border-left: 30px solid #fffbdb;
    border-right: 30px solid transparent;
    position: absolute;
    border-top: 30px solid #1f6c73;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #314156;
    position: absolute;
    margin-top: 25px;
}

.re-s-price, .re-c-price {
    padding-left: 5px;
    padding-bottom: 10px;
}

span#smprice, span#tmprice, span#cmprice {
    margin-left: 50px;
}

span#smprice1, span#tmprice1, span#cmprice1 {
    margin-left: 50px;
}

.mar_top_30{
    margin-top: 10%;
}

.report_side .slct_price {
    background-color: #fffbdb;
    text-align: center;
}

/* Help tip */
.help-tip{
    position: absolute;
    text-align: center;
    color: #e31837;
    background-color: #f5f5f5;
    border: 1px solid #999;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    cursor: default;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#e31837;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: center;
    background-color: #fefefe;
    border:1px solid #e39343;
    padding: 10px;
    width: 200px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -75px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    z-index:9999;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#e39343;
    right:80px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}
.mob_rpt_h1{
    display: none;
}
ul.nav.nav-tabs.tabtop.tabsetting li {
    font-size:17px;
    margin-right: 35px;
    margin-left: 35px;
    margin-bottom: 1%;
}
.tabtop li a:last-child {
    padding: 4px 25px;
}
.tabsetting {
    /* border-top: 5px solid #ebebeb !important; */
    padding-top: 6px;
    font-size: 12px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}
.tabtop .active a:hover {
    /* color: #24939d !important; */
}
.tabtop li a:hover {
    color: #fff !important; 
    text-decoration: none;
    background: #e31837 !important;
}
.desk_tab_btn{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    height: 36px;
    background-color: #24939d !important;
    color: white !important;
}

.see_pricing{
    position: relative;
    display: block;
    margin-top: 0px ! Important; 
    margin-bottom: 0px ! Important; 
}
.see_more_less_button{
    color: #9e9e9e;
}
.mobile-view-button{
    display: none;
}
.related_reports {
    margin-top: 30px;
    padding: 2px;
    background-color: #237881;
    border-top-left-radius: 25px 25px;
    text-align:center;
}
.related_reports p {
    font-size:19px;
    color:#fff;
    margin: 5px 0 !important;
}
.display_reports {
    background-color:#fffbdb;
    padding:20px 5px;
    margin-bottom: 26px;
    border: 1px solid #eee;
}
.usp_name {
    font-size: 14px;
    margin-bottom: 15px;
    white-space: nowrap;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
}
a {
    color: blue;
}
/* modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}								

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {

    float: right;
    font-size: 28px;
    z-index: 99;
    position: relative; 
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    color: white;
}
/* End - Modal */
.mob_modal_btn{
    display:none;
}
.viewport .overview p img {
    width: 50% !important;
    height: auto !important;
}
@media screen and (max-width: 768px) {
    .viewport .overview p img {
        width: 100% !important;
        height: auto !important;
    }
    .desk_modal_btn{
        display:none;
    }
    .mob_modal_btn{
        display:block;
    }
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        width: 100% !important;
        padding: 0;
        border: 1px solid #888;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }
    .rep_pic img{
        width: 100%;
        margin-left: 10%;
    }
    .border_content {
        padding: 10px;
        border: 1px solid #efefef;
        margin-left: 0px;
        font-size: 14px !important;
        font-weight: bold;
    }
    .border_content p {
        margin-left: 0px;
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-view-button{
        display: block;
    }
    .mar-t-10 {
        margin-top: 10px;
    }
    #desk_purchase_rpt{
        display: none;
    }
    #desk_right_layout{
        display: none;
    }
    .total_tabs{
        display: none;
    }
    .desk_rpt_h1{
        display: none;
    }
    .mob_rpt_h1{
        display: block;
    }
    .mob_report_heading {
        text-align: center;
        background-color: #24939D;
        margin-top: -4.5%;
        padding: 35px 0px 5px 0px;
    }
    .mob_report_heading p{
        font-size: 15px;
        text-align: center;
        color: #fff;
    }
    .mar_top_30{
        margin-top: 24%;
    }
    .rep_title span {
        display: block;
        font-size: 12px;
    }
    .rep_mob_content{
        margin-top: 10px;
        padding: 1px;
    }
    .rep_less{
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .rep_more{
        font-size: 14px;
    }
}
