﻿body {
    background-color: #f2f2f2;
}

#breadcrumbContainer {
    display: none!important;
}

.page-body {
    line-height: 2em!important;
}


.userQuestion, .expertReply, .userReply {
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
    margin-bottom: 50px;
}



.userQuestion .panel-heading, .expertReply .panel-heading, .userReply .panel-heading {
    font-size: 12px;
    padding: 3px 7px!important;
}

.userQuestion .panel-body, .expertReply .panel-body, .userReply .panel-body {
    padding: 25px 30px!important;
}

.userQuestion {
    font-size: 18px;
}

.expertReply, .userReply {
    font-size: 16px;
}

.expertReply {
}

.userReply {
}

.replyHeader {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
}



.vurgu {
    color: #29658B;
    font-size: 17px;
    font-weight: bold;
}

.pricing-table {
}

    .pricing-table .block-heading {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .pricing-table .block-heading h2 {
            color: #3b99e0;
        }

        .pricing-table .block-heading p {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .pricing-table .heading {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .pricing-table .item {
        background-color: #fff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        border-top: 2px solid #5ea4f3;
        padding: 20px;
        overflow: hidden;
        position: relative;
        min-height: 300px;
        margin-bottom: 30px;
    }

#ModalServiceSelection .pricing-table .item {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
}

.pricing-table .item:hover {
    box-shadow: 0px 4px 15px rgba(0,0,255,0.3);
}


.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .item button, .pricing-table .item a {
    font-weight: 600;
}

.pricing-table .ribbon {
    display: none;
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
}

.pricing-table .features {
    margin-bottom: 20px;
    padding-top: 20px;
}

    .pricing-table .features .feature {
        font-weight: 700;
    }

    .pricing-table .features h4 {
        text-align: center;
        font-size: 15px;
        padding: 5px;
    }

    .pricing-table .features sup {
        font-size: 8px;
    }

.pricing-table .price {
    text-align: center;
}

    .pricing-table .price h4 {
        margin: 15px 0;
        font-size: 25px;
        text-align: center;
        color: #2288f9;
    }

.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}

.bottom_block {
    margin-top: 20px;
    padding: 0px 20px;
    text-align: center;
}

.spanLink {
    text-decoration: underline;
    cursor: pointer;
}

    .spanLink:hover {
        text-decoration: underline;
    }

.qaDate {
    font-size:12px;
    text-align:right;
    padding:5px;
}
.disclaimer {
}

.unread {
    font-weight: bold;
    border: 1px solid #31B0D5;
}

    .unread h3 a {
        color: #2C2D3A;
        font-weight: bold;
    }

.new-answer {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    /*background: url(https://substatic.findhs.codes/img/icon/Ripple.gif) no-repeat;*/
    background-color: #ffcc00;
}

    .new-answer span {
        font-weight: bold;
    }

    .new-answer:hover {
        background: none;
        background-color: #2C2D3A;
        color: white;
        border: 1px solid #2C2D3A;
        text-decoration: none;
    }

        .new-answer:hover span {
            display: none;
        }

        .new-answer:hover:after {
            padding-left: 30px;
            padding-right: 30px;
            content: 'read the answer >>';
        }


.badge-unread {
    background-color:#ffcc00;
    color:black;
}

#question_menu {
    padding-left: 10px;
    margin-top:50px;
    font-size:16px;
}

    #question_menu i {
        margin-right: 10px;
    }

    #question_menu a {
        display: block;
        color: black;
        line-height: 3em;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
    }

        #question_menu a:hover {
            color: Navy;
        }

    #question_menu .active {
        font-weight: bold;
        color: green;
    }

.imgcontainer {
    background-color: white;
    padding: 30px;
    margin: 20px;
    margin-left: 100px;
    margin-right: 50px;
    text-align: center;
}

.left {
    margin-left: 0;
    margin-right: 100px;
    border-radius: 12px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}
.left:hover{
   
    box-shadow: 0 1px 21px rgba(0, 0, 0, 0.4);
}

/*.imgcontainer img {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 20px);
    border-radius: 15px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}*/

.imgcontainer .row {
    display: block;
    margin: 0 auto;
    text-align: left;
}

#imagesearchHeader {
    color: black !important;
    padding: 30px;
    margin-top:20px;
    margin-bottom:10px;
    font-size: 28px;
    vertical-align: middle;
    text-align: center;
  
}

#breadcrumbContainer {
    display: none;
}

@media screen and (max-width:992px) {
    .imgcontainer {
        padding: 20px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .left {
        margin-left: 30px;
        margin-right: 30px;
    }
    #question_menu {
       
        border-bottom: 1px solid #eee;
        padding: 0px!important;
        margin: 0px!important;
    }

        #question_menu a {
            display: inline;
            color: black;
            font-size: 15px;
            text-align: center;
            text-decoration: none;
            padding: 8px!important;
            padding-left: 10px!important;
            border: 0px!important;
            background-color: #f2f2f2;
        }

        #question_menu .active {
            background-color: white;
        }

    #DivAccountContent {
        border: 0px!important;
        padding-top: 20px!important;
        margin: 0px!important;
    }
}

.country_flag_container {
    clear:both;
   display:table
}
.country_flag {
    width:45%;
    padding:7px; 
    margin-left:7px; 
    border:1px solid #ccc;
    margin-bottom:7px;
    border-radius:3px;
    float:left;
}

iframe {
    border-radius:10px;
    background-color:white;
}


