@import 'setup';

.dr-product-info {
    margin: 40px 0 0;
    
    .section {
        float: left;
        margin-right: 15px;
        
        img {
            width: 50px;
            height: 50px;
        }
        
        h3 {
            margin: 0 0 10px 0;
            line-height: 1em;
        }
        
        h4 {
            margin: 0;
            line-height: 1em;
        }
    }
}

.dr-table-title {
    margin: 40px 0 15px;
    
    p {
        color: $grey
    }
}

.table.dr-table {
    td {
        vertical-align: middle;
        
        img.info-icon {
            cursor: pointer;
            width: 12px;
            height: 12px;
            margin-left: 2px;
        }
    }
    input[type=text] {
        background-color: $white;
    }
    
    span.dr-status {
        text-transform: capitalize;
        color: $white;
        background-color: $btn-primary-hover-bg;
        padding: 2px 4px;
        border: 1px solid $btn-primary-border;
        border-radius: 2px;
    }
}

.popover {
    .popover-title {
        display: none;
    }
    .popover-content {
        span {
            color: $blue-medium;
        }
    }
}
