﻿/*******************************************
Article 
********************************************/
.storyTags {
    padding: 0;
    margin: 20px 0 30px 0;
    overflow:hidden;
    display:inline-block;
}

.storyTags span {
    float: left;
    font-size: 14px;
    width: 145px;
    font-weight: bold;
    color: #f64929;
    margin-top: 10px;
}

#tag-list {
    overflow: hidden;
}

.storyTags a {
    float: left;
    text-decoration: none !important;
    border: 1px solid #cccccc;
    font-size: 16px !important;
    padding: 5px 9px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px 10px 0 !important;
}
.storyTags a:hover{
    background:#f4f4f4;
}

/*** Sponsored Article ***/
.header-box-right .p-15-gray {
    color: #ff0000;
}

#sponsor-image-wrapper {
    position: relative
}

.sd-sponsor-box {
    display: none;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    margin: 0 auto;
    padding: 25px 20px 15px 20px;
    top: -25px;
    left: 100px;
    right: 0;
    max-width: 230px;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.25);
}
    .sd-sponsor-box.show
    {
        display: block;
    }


.sd-category {
    display: block;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sd-sponsor-box img {
    max-width: 150px;
    max-height: 70px;
    margin-bottom: 10px;
    cursor : pointer;
}

.sd-sponsor-box .btn {
    position: relative;
    border-radius: 2px;
}

    .sd-sponsor-box .btn:after {
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 5px;
        opacity: .75;
    }

/*** Comments ***/
.comment-name {
    display: inline-block;
}

.comment-time {
    display: inline-block;
    font-size: 14px;
}

    .comment-time p {
        margin: 0 0 0 5px;
    }

.comment ul {
    padding-left: 0;
    -webkit-padding-start: 0 !important;
    margin-bottom: 0;
}

.comments > li {
    display: block !important;
}

/**************************************
Feedback Form
**************************************/
.feedback-form {
    background: #f4f4f4;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 40px;
}

.feedback-form label {
    font-weight: normal !important;
}
.feedback-form header{
    width:100% !important;
}
.feedback-form header h2 {
    font-size: 32px;
}

/**************************************
Solution providers
**************************************/
.solution-providers h2 {
    font-size: 18px;
}

.solution-providers figure {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    float: left;
}

    .solution-providers figure img {
        margin-top: auto;
        margin-bottom: auto;
        max-width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #eeeeee;
    }

.solution-providers .sd-card {
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
    overflow: hidden;
    padding: 15px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .solution-providers .sd-card.sd-card-clickable {
        cursor: pointer !important;
    }

.solution-providers p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom:0;
}

.solution-providers.sd-company {
    text-align: left;
    float: left;
}

    .solution-providers .sd-company a,
    .solution-providers .sd-company a:visited {
        color: #777777;
        font-size: 14px;
    }

    .solution-providers .sd-company div:after {
        content: '\f178';
        font-family: 'Font Awesome 5 Pro';
        margin-left: 5px;
        color: #777777;
    }

.loading.loading-inline img {
    width: 40px !important;
    margin-top: -7px;
    margin-bottom: 0;
}
.loading.loading-inline p{
    margin:10px 0;
}